@charset "UTF-8";

/*==============================
  Reset
==============================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#c42041 img {
  max-width: 100%;
  vertical-align: bottom;
}
#c42041 a {
  transition: opacity .3s;
}
#c42041 a:hover {
  opacity: .7;
}
#c42041 a:focus {
  outline: none;
}
#c42041 a:focus-visible {
  outline: auto;
}


/*==============================
  Layout
==============================*/
.pane-contents .container {
  grid-template-columns: auto 1fr;
  width: 1260px;
}
#c42041 {
  color: #444;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


/*==============================
  First View
==============================*/
.c-firstview {
  margin: 0 0 60px;
}
.c-firstview-mv {
  text-align: center;
  margin-bottom: 50px;
}
.c-firstview-lead {
  color: #000;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(40 / 33);
  text-align: center;
  margin: 70px 0 0;
}
.c-firstview-text {
  color: #000;
  font-size: 20px;
  letter-spacing: .03em;
  line-height: calc(40 / 20);
  text-align: center;
  margin: 18px 0 0;
}


/*==============================
  Design
==============================*/
.c-design {
  background-color: #F4F4F4;
  margin-bottom: 70px;
}
.c-design-header {
  background-color: #434343;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0px;
  text-align: center;
  padding-block: 20px;
  padding-inline: 20px;
  min-height: 137px;
}
.c-design-header-main {
  font-size: 32px;
  font-weight: bold;
  line-height: calc(46 / 32);
  padding: 0;
  margin: 0;
}
.c-design-header-sub {
  font-size: 19px;
  font-weight: 500;
  line-height: calc(27 / 19);
  padding: 0;
  margin: 0;
}
.c-design-main {
}
.c-design-main-image {
  text-align: center;
  padding-top: 84px;
}
.c-design-items {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-block: 30px 70px;
  padding-inline: 30px;
}
.c-design-item {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding-inline: 9px;
  padding-block: 8px 10px;
}
.c-design-item-head {
  position: relative;
}
.c-design-item-head-num {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: calc(32 / 20);
  text-align: center;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.c-design-item-head-image {
}
.c-design-item-body {
  padding-block: 12px 20px;
  padding-inline: 10px;
}
.c-design-item-title {
  border-bottom: 2px solid #FACD2D;
  color: #000;
  display: flex;
  align-items: start;
  column-gap: 6px;
  font-size: 19px;
  font-weight: bold;
  line-height: calc(27 / 19);
  padding: 0 0 2px;
}
.c-design-item-title::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid currentColor;
  border-right: 0;
  position: relative;
  top: 8px;
}
.c-design-item-text {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin: 6px 0 0;
}


/*==============================
  Features
==============================*/
.c-features {
  margin-bottom: 100px;
}
.c-hdg {
  border-style: solid;
  border-width: 3px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  text-align: center;
  padding-top: 28px;
  margin-bottom: 28px;
}
.c-hdg-main {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: calc(48 / 40);
  padding: 0;
  margin: 0;
}
.c-hdg-sub {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: calc(34 / 18);
  padding: 0;
  margin: 0;
}
.c-features-items {
  display: flex;
}
.c-features-item {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding-block: 8px;
  padding-inline: 8px;
}
.c-features-item-image {
}
.c-features-item-body {
  padding-block: 12px 20px;
  padding-inline: 10px;
}
.c-features-item-text {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin: 6px 0 0;
}
#c42041 .c-features-item-swiper-container {
  padding-inline: 71px;
  position: relative;
}
#c42041 .c-features-item-swiper {
  padding-block: 10px;
  padding-inline: 10px;
  position: static;
}
#c42041 .c-features-item-swiper .swiper-slide {
  height: auto;
  width: calc((100% - 20px) / 3);
}
#c42041 .c-features-item-swiper .swiper-button-prev {
  left: 0;
}
#c42041 .c-features-item-swiper .swiper-button-next {
  right: 0;
}
#c42041 .c-features-item-swiper .swiper-button-prev,
#c42041 .c-features-item-swiper .swiper-button-next {
  width: 53px;
  height: 14px;
}
#c42041 .c-features-item-swiper .swiper-button-prev::after,
#c42041 .c-features-item-swiper .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  width: 100%;
  margin: auto;
}
#c42041 .c-features-item-swiper .swiper-button-prev::after {
  background-image: url(slide_arw_prev.png);
}
#c42041 .c-features-item-swiper .swiper-button-next::after {
  background-image: url(slide_arw_next.png);
}


/*==============================
  Line Up
==============================*/
.lineupArea {
  padding-inline: 30px;
}
.lineupArea_inner {
}
.lineupList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.lineupData {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  text-align: center;
  margin-top: 24px;
}
.lineupCode {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: calc(22 / 18);
}
.lineupPrice {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: calc(22 / 14);
}
.lineupCapacity {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: calc(24 / 14);
}
.lineupSize {
  font-size: 13px;
  letter-spacing: .1em;
  line-height: calc(24 / 14);
}
