@charset "UTF-8";

.main {
  padding-top: 0;
}

/* detail
---------------------------------------------- */
.detail {
  padding-block: clamp(107px, 4.18rem + 10.68vw, 272px) clamp(80px, 3.94rem + 4.53vw, 150px);
}

.detailBox {
  display: grid;
  grid-template-columns: 1fr calc(700 / 1200 * 100%);
  gap: 20px calc(100 / 1200 * 100%);
}

.detailHead {
  align-self: flex-start;
  grid-area: 1/1/2/2;
}

.typeName {
  color: var(--color-orange);
  font-size: clamp(24px, 0.83rem + 1.39vw, 40px);
}
.typeName .em {
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
  font-size: 250%;
  font-weight: 500;
  line-height: 1;
  vertical-align: 27px;
}
.typeName .em::before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--color-orange);
}

.typeSpec {
  font-size: clamp(24px, 0.83rem + 1.39vw, 40px);
  line-height: 1.3;
  margin-top: 1em;
}

.typeArea {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 0.3em;
}
.typeArea__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  font-size: 16px;
  border: 1px solid #666;
  padding: 0.5em;
  text-align: center;
}

.typeArea__text {
  font-size: clamp(16px, 0.75rem + 0.52vw, 22px);
  line-height: 1.4;
}
.typeArea .num {
  font-size: 227.2727%;
}
.typeArea .unit {
  font-size: 136.36%;
}

.typeArea--sub {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 1em;
}

.callout {
  background-color: #119A97;
  color: #fff;
  font-size: clamp(16px, 0.92rem + 0.17vw, 18px);
  /* font-weight: 500; */
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 40px;
  padding: 1em .5em;
  text-align: center;
}
.callout__text {
  margin-top: 10px;
}
.callout .num {
  color: #fff471;
  font-size: 180%;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 0.1em;
}
.callout .small {
  display: inline-block;
  font-size: 70%;
  letter-spacing: 0;
}
.callout__floor {
  display: inline-block;
  margin-right: .5em;
}

.point {
  margin-top: clamp(50px, 2.71rem + 0.87vw, 60px);
}

.point__title {
  color: rgb(54 189 239 / .5);
  font-size: 40px;
  font-weight: 500;
}

.pointList {
  margin-top: 20px;
}
.pointList > li {
  background-color: #e7f6fd;
  padding: calc(15 / 400 * 100%) calc(20 / 400 * 100%);
}
.pointList > li + li {
  margin-top: 10px;
}

.detailImg {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 7/8;
  grid-area: 1/2/3/3;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
}

.detailImg__img {
  max-width: 420px;
  margin-inline: auto;
}

.sample {
  align-self: flex-start;
  grid-area: 2/1/3/2;
}

.sampleList + .sampleList {
  margin-top: 10px;
}

.sampleList01 {
  gap: 10px 1em;
}
.sampleList01 > li {
  font-size: 10px;
  line-height: 1.4;
}

.sampleList02 {
  gap: 10px 1.5em;
}
.sampleList02 > li {
  display: flex;
  align-items: center;
  font-size: 10px;
  white-space: nowrap;
}
.sampleList02 > li::before {
  content: '';
  display: block;
  width: 20px;
  height: 8px;
  margin-right: 5px;
}
.sampleList02 > li.water::before {
  background: #c9e4f9;
}
.sampleList02 > li.storage::before {
  background: #dbd3ba;
}
.sampleList02 > li.floor::before {
  background: #ecc9e8;
}
.sampleList02 > li.wind::before {
  background: url(../img/detail/icon_wind.svg) no-repeat center/100% auto;
  height: 4px;
}
.sampleList02 > li.light::before {
  background: url(../img/detail/icon_light.svg) no-repeat center/100% auto;
  height: 4px;
}

.sample__note {
  font-size: 10px;
  line-height: 2;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.sample__note + .sample__note {
  margin-top: 0;
}

.backBtn {
  max-width: 420px;
  margin-top: clamp(40px, 1.59rem + 3.88vw, 100px);
}

.backBtn__btn {
  background-color: #2cb5a9;
  font-size: clamp(14px, 0.54rem + 0.7vw, 22px);
}

.detail .sectionCircle {
  width: calc(928 / 1920 * 100%);
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .detailBox {
    display: block;
    max-width: 560px;
  }

  .detailImg {
    margin-top: 40px;
  }

  .sample {
    margin-top: 40px;
  }

  .backBtn {
    max-width: 280px;
  }

  .backBtn__btn {
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .typeName .em {
    column-gap: 10px;
    vertical-align: 20px;
  }
  .typeName .em::before {
    width: 20px;
  }

  .typeArea__title {
    width: 64px;
    font-size: 12px;
    padding: 0.5em;
  }

  .typeArea .num {
    font-size: 212.5%;
  }
  .typeArea .unit {
    font-size: 125%;
  }

  .typeArea--sub {
    margin-top: .5em;
  }

  .pointList > li {
    padding: 15px 20px;
  }
}

/* bnrArea
---------------------------------------------- */
.bnrArea {
  max-width: 1000px;
  margin-top: 100px;
}
.bnr__link {
  display: block;
}

@media screen and (max-width: 768px) {
  .bnrArea {
    max-width: 400px;
    margin-top: 50px;
  }
}

/* payment
---------------------------------------------- */
.payment {
  background-color: #eaf8f6;
  margin-top: 100px;
}

.payment__inner {
  padding: calc(50 / 1200 * 100%);
}

.payment__title {
  background-color: #fff;
  border: 1px solid #c0e9e5;
  color: #2cb5a9;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: .5em;
  text-align: center;
}

.paymentContents {
  margin-top: 50px;
}

.paymentContentsHead {
  width: calc(440 / 1100 * 100%);
}
.paymentContents__title {
  font-size: clamp(18px, 0.87rem + 0.52vw, 24px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
.paymentContents__title .small {
  display: block;
  font-size: max(12px,66.667%);
  font-weight: 400;
}

.paymentContentsBody {
  flex: 1;
  border-left: 1px solid #b3b3b3;
}
.paymentContentsBody > dl {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.paymentContentsBody > dl + dl {
  margin-top: 20px;
}
.paymentContentsBody > dl > dt {
  font-size: clamp(18px, 0.72rem + 0.65vw, 24px); /* 991 - 1920 */
  font-weight: 500;
  text-align: right;
}
.paymentContentsBody > dl > dd {
  font-size: clamp(18px, 0.72rem + 0.65vw, 24px); /* 991 - 1920 */
  font-weight: 500;
}
.paymentContentsBody > dl > dd .num {
  color: #ea5504;
  font-size: 200%;
  margin-right: 3px;
}
.paymentContentsBody > dl > dd .marker {
  background: linear-gradient(transparent 70%, #fff471 0%);
  background-position-y: -5px;
}
.paymentContentsBody > dl > dd .small {
  display: inline-block;
  font-size: max(12px,66.667%);
  font-weight: 400;
  margin-left: 0.5em;
}
.payment__price {
  display: inline-block;
  text-align: right;
}

.paymentCaption {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 40px;
}

.loan {
  margin-top: 50px;
}
.loan__text {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .paymentContents {
    flex-direction: column;
    row-gap: 20px;
    max-width: 560px;
    margin-inline: auto;
  }
  .paymentContentsHead {
    width: 100%;
  }
  .paymentContentsBody {
    flex: revert;
    width: 100%;
    border-top: 1px solid #b3b3b3;
    border-left: none;
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .payment {
    margin-top: 50px;
  }
  .payment__inner {
    padding: 30px calc(30 / 320 * 100%);
  }
  .payment__title {
    font-size: 16px;
    line-height: 1.8;
  }
  .paymentContents {
    margin-top: 20px;
  }
  .paymentContentsBody > dl {
    flex-direction: column;
    row-gap: 15px;
  }
  .paymentContentsBody > dl + dl {
    margin-top: 30px;
  }
  .paymentCaption {
    margin-top: 30px;
  }

  .loan {
    margin-top: 30px;
  }
}