body {
  min-width: 1440px;
}

main picture {
  display: block;
}

.fv-area, .bg-img-stairs, .bg-img-line, .bg-img-room {
  background-image: url("fv-back-pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  width: 100%;
}

.bg-img-stairs {
  background-image: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.bg-img-stairs:before {
  content: "";
  background-image: url("reason-back.webp");
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 110%;
  filter: blur(15px);
  z-index: -1;
  background-size: cover;
  background-position: center;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bg-img-line {
  background-image: url("price-back.webp");
}

.bg-img-room {
  background-image: url("cta-back.webp");
}

.bg-gr-gold {
  background-image: linear-gradient(90deg, rgb(193, 153, 74), rgb(255, 210, 119));
}

.bg-gr-gray {
  background-image: linear-gradient(90deg, rgb(55, 59, 56), rgb(94, 94, 94));
}

.bg-gray {
  background-color: #DFDFDF;
}

.bg-white {
  background-color: #FFF;
}

main .inner {
  width: 1440px;
  margin: auto;
  max-width: none;
}

.fv-area {
  min-height: 750px;
  position: relative;
  background-position: center;
}
.fv-area .fv-bottom {
  text-align: center;
  padding: 20px;
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.fv-area .btn-wrap.inner.sphf {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 80px;
}

.btn-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.btn-wrap .btn {
  display: block;
  width: 300px;
}

.cta .btn-wrap {
  padding: 20px;
}

.model {
  padding-bottom: 160px;
}

.slide-wrap {
  position: relative;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after,
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  color: white;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "";
  height: 3rem;
  width: 3rem;
  background-image: url(../img/202509lp/btn-left.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: "";
  height: 3rem;
  width: 3rem;
  background-image: url(../img/202509lp/btn-right.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.qanda {
  border-top: 1px solid #ccc;
}

.cta2 {
  position: relative;
}
.cta2 .btn-wrap {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

.form {
  padding-bottom: 200px;
}
.form .btn-wrap {
  align-items: baseline;
  margin-bottom: 100px;
}
.form #form-area {
  width: 940px;
  margin: auto;
  background: rgb(255, 255, 255);
  border-radius: 0.5em;
  padding: 60px;
}
.form .form-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 1.5em 1em;
  font-weight: bold;
  background-color: #CB9227;
  font-size: 200%;
  border-radius: 5px;
  letter-spacing: 0.05em;
  color: #fff;
}
.form .secForm__policyBox_contents {
  background: none;
}
.form .secForm__inputWrap--policy input[type=checkbox] {
  border: 1px solid #333;
}
.form .secForm__inputWrap_input--checkbox input[type=checkbox] {
  border: 1px #333 solid;
}
.form .secForm__inputWrap_input--radio input[type=radio] {
  width: 20px;
  height: 20px;
  margin: -10px 6px 0 -15px;
  background-color: #eee;
  border: 0;
  border-radius: 50px;
  display: inline-block;
}
.form .secForm__inputWrap_input--radio input[type=radio]:checked {
  background: #202020 url('data:image/svg+xml;charset=utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.766 5.643L7.12184 12.3661L3.4021 9.59102L4.59805 7.98798L6.80423 9.63391L11.2342 4.35706L12.766 5.643Z" fill="%23fff"/></svg>') center/contain no-repeat;
}
.form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-left: 12px;
  padding-top: 20px;
}

.sphl {
  display: inline;
}

.pchl {
  display: none;
}

.sphb {
  display: block;
}

.pchb {
  display: none;
}

.sphf {
  display: flex;
}

.pchf {
  display: none;
}

.hide-from {
  display: none;
}

@media screen and (max-width: 641px) {
  body {
    min-width: auto;
  }
  main .inner {
    width: auto;
  }
  .fv-area {
    background-image: url("fv-back-sp.webp");
    min-height: 230vw;
    background-position: top center;
    background-size: contain;
  }
  .fv-area .fv-bottom {
    text-align: center;
    padding: 7vw;
    position: absolute;
    bottom: -3vw;
    width: 100%;
  }
  .fv-area .fv-bottom .text {
    margin-bottom: 5vw;
    margin-top: 3vw;
  }
  .btn-wrap {
    gap: 0.5vw;
    flex-direction: column;
  }
  .btn-wrap .btn {
    display: block;
    width: 80%;
    margin: auto;
  }
  .bg-img-room {
    background-image: none;
  }
  .price {
    background-image: url("price-back-sp.webp");
  }
  .cta .btn-wrap {
    padding: 6vw 3vw;
  }
  .model {
    padding-bottom: 30vw;
  }
  .model .btn-wrap {
    gap: 4vw;
  }
  .cta2 .btn-wrap {
    position: absolute;
    bottom: 4vw;
    gap: 0vw;
  }
  .form {
    padding-bottom: 20vw;
  }
  .form .form-title {
    font-size: 150%;
  }
  .form .btn-wrap {
    gap: 7vw;
    margin-bottom: 10vw;
  }
  .form #form-area {
    width: 80%;
    margin: auto;
    padding: 7vw;
  }
  .form .secForm__inputWrap:not(:last-child) {
    margin-bottom: 50px;
    padding-top: 5px;
  }
  .sphl {
    display: none;
  }
  .pchl {
    display: inline;
  }
  .sphb {
    display: none;
  }
  .pchb {
    display: block;
  }
  .sphf {
    display: none;
  }
  .pchf {
    display: flex;
  }
}/*# sourceMappingURL=202601style.css.map */