@charset "UTF-8";
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  background: #000 url("../images/bg.jpg") left top / cover no-repeat;
  background-attachment: fixed;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  line-height: 1.85;
  letter-spacing: .045em;
}
img {
  display: block;
  width: 100%;
  height: auto
}
a {
  color: inherit;
  text-decoration: none
}
.lp {
  width: 480px;
  left: 50%;
  position: absolute;
  background: var(--bg);
  overflow: hidden;
}
.hero {
  min-height: 760px;
}
.hero__inner {
  width: 100%;
  text-align: center
}
.eyebrow {
  padding: 35px 0;
  text-align: center;
  margin: 0;
	background-color: #000;
}
.eyebrow img {
  width: 50%;
  margin: 0 auto;
}
.ribbon {
  background: url("../images/bg1_head.png") repeat;
  color: #000000;
  padding: 20px 0 24px 0;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  line-height: 100%;
}
.ribbon span {
  font-size: 36px;
}
.hero .bg {
  background: url("../images/bg2_head.png") center top / 100% 100% no-repeat;
  padding: 68px 0 60px 0;
}
p.lead1 {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 10px;
}
p.lead2 {
  font-size: 20px;
  line-height: 200%;
  margin-bottom: 10px;
}
h1, h2, h3, p {
  margin-top: 0
}
h1 {
  margin: 0 0 25px;
  font-size: 30px;
  line-height: 150%;
  font-weight: 500;
}
.card-img {
  width: 340px;
  margin: 0 auto 24px
}
.hero .btn img {
  width: 80%;
  margin: 0 auto;
}
.hero .btn {
  margin-bottom: 26px;
  display: block;
}
.benefit {
  background: url("../images/bg1_benefit.png") center top / 100% 100% no-repeat;
  margin-top: -20px;
  padding-top: 70px;
}
.date-label {
  background-color: #DDCE8F;
  font-size: 23px !important;
  color: #000;
  text-align: center;
  width: 80%;
  margin: 0 auto 13px auto;
  font-weight: 500 !important;
}
.date-label span {
  font-size: 16px !important;
}
.benefit .intro h2 {
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 30px;
}
.benefit .intro h2 span {
  font-size: 16px;
}
.benefit .intro p {
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 30px;
}
.benefit .intro small {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 12px;
  line-height: 200%;
  margin-bottom: 40px;
  color: #757575;
  width: 80%;
  margin: 0 auto;
  display: block;
}
.benefits {
  width: 90%;
  margin: 30px auto 0 auto;
}
.benefit-card {
  padding-bottom: 48px;
  text-align: center
}
.benefit-card:last-child {
  margin-bottom: 0
}
.benefit-card figure {
  width: 100%;
  margin: 0;
  padding: 0;
}
.benefit-card img, .feature-block img, .image-copy img {
  height: 100%;
  object-fit: cover
}
.benefit-card h3 {
  font-size: 23px;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 20px;
  background-color: #322F2B;
  padding: 20px 0;
  text-align: center;
}
.benefit-card h3 span {
  font-size: 15px;
}
.benefit-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 200%;
  color: #757575;
}
.benefit-card ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.lifestyle {
  background: url("../images/bg1_lifestyle.png") repeat;
  padding-top: 40px;
}
.lifestyle h2 {
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 30px;
}
.lifestyle h2 span {
  font-size: 16px;
}
.lifestyle .plus {
  margin-bottom: 35px;
}
.lifestyle .plus .zen {
  width: 90%;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 428 / 455;
}
.lifestyle .plus .zen figure {
  margin: 0;
  padding: 0;
  position: absolute;
}
.lifestyle .plus .zen figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lifestyle .plus .zen .zen__body {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 45px 10px 30px 10px;
  width: 60%;
  right: 0;
}
.lifestyle .plus .zen .zen__body img {
  width: 90%;
  margin: 0 auto;
}
.lifestyle .plus .zen .zen__body h3 {
  font-size: 23px;
  border-bottom: 0.5px solid #FFF;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.lifestyle .plus .zen .zen__body p.large {
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 7px;
}
.lifestyle .plus .zen .zen__body p {
  font-weight: 300;
  font-size: 12px;
}
.lifestyle .plus .zen p.link {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 1vw;
  margin: 0;
}
.lifestyle .plus .zen p.link a {
  text-decoration: underline;
}
.lifestyle .plus .zen p.link a:hover {
  text-decoration: none;
}
.lifestyle .plus .other {
  position: relative;
  background-color: #312F2B;
  padding: 25px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.lifestyle .plus .other h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.lifestyle .plus .other figure {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.lifestyle .plus .other ul {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
	margin: 0;
	padding: 0;
}
.lifestyle .plus .other li {
  text-indent: -1em;
  padding-left: 1em;
}
.lifestyle .plus .other small{
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 12px;
  line-height: 200%;
  margin-bottom: 40px;
  color: #757575;
  margin: 10px auto 0 auto;
  display: block;
}
.lifestyle .features .feature-block {
  margin-bottom: 35px;
  background-color: #312F2B;
  width: 90%;
  margin: 0 auto 35px auto;
  padding-bottom: 20px;
}
.lifestyle .features .feature-block figure {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.lifestyle .features .feature-block h2 {
  font-size: 23px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.lifestyle .features .feature-block ol {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  width: 90%;
}
.lifestyle .features .feature-block ol li {
  background: url("../images/bg1_feature.jpg") repeat;
  margin-bottom: 10px;
  display: flex;
  color: #000;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 150%;
  align-items: center;
}
.lifestyle .features .feature-block ol li span.num {
  background-color: #DDCE8F;
  text-align: center;
  color: #000;
  border-radius: 100px;
  height: 51px;
  width: 51px;
  line-height: 51px;
  display: block;
  font-weight: 500;
  margin-right: 20px;
}
.lifestyle .features .feature-block ol li strong {
  font-size: 24px;
  color: #7B5B0D;
  border-bottom: 1px solid #7B5B0D;
  line-height: 100%;
}
.lifestyle .features .feature-block ol li small {
  font-size: 15px;
}
.message {
  text-align: center;
  padding: 35px;
}
.message p {
  font-size: 20px;
  line-height: 200%;
  font-weight: 500;
  margin-bottom: 30px;
}
.message small {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 12px;
  line-height: 200%;
  color: #757575;
  width: 90%;
  margin: 0 auto 30px auto;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.message p.link {
  font-size: 16px;
  line-height: 200%;
  font-weight: 500;
}
.message p.link a {
  text-decoration: underline;
}
.message p.link a:hover {
  text-decoration: none;
}
.detail {
  background: url("../images/bg1_detail.png") center top / 100% 100% no-repeat;
  padding: 68px 0 60px 0;
}
.detail h2 {
  margin: 0 0 25px;
  font-size: 30px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
}
.spec {
  width: 80%;
  margin: 0 auto;
}
.spec dt {
  color: #DDCE8F;
  font-size: 26px;
  font-weight: 300;
  margin: 0;
  padding: 20px 10px 15px 10px;
  line-height: 100%;
}
.spec dd {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px 0;
  padding: 0 10px 20px 10px;
  border-bottom: 0.5px solid #fff;
}
.spec dd.price {
  font-size: 18px;
}
.spec dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spec dd li {
  text-indent: -1em;
  padding-left: 1em;
}
.detail p {
  text-align: center;
  font-size: 20px;
  margin: 40px 0 54px 0;
}
.detail .btn {
  margin-bottom: 26px;
  display: block;
}
.detail .btn img {
  width: 80%;
  margin: 0 auto;
}
.copyright {
  background-color: #000;
  padding: 45px 0;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
}
.pc {
  position: fixed;
  left: 10%;
  top: 20%;
}
.pc h2 {
  margin: 0 0 25px;
  font-size: 150%;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
}
.pc .card-img {
  width: 570px;
  margin: -100px 0;
}
.pc p {
  margin: 0 0 25px;
  font-size: 100%;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
}
.pc p span {
  font-size: 180%;
}
.pc .btn {
  width: 340px;
  margin: 0 auto;
  display: block;
}
.sp-fixed-cta{
    display:none;
}

@media (max-width: 991.9px) {
  .lp {
    width: 100%;
    left: 0;
    position: relative;
  }
  .ribbon {
    font-size: 120%;
  }
  .ribbon span {
    font-size: 150%;
  }
  .hero__inner .card-img {
    width: 80%;
    margin: 0 auto 24px;
  }
  h1 {
    font-size: 150%;
  }
  p.lead1 {
    font-size: 100%;
  }
  p.lead2 {
    font-size: 120%;
  }
  .date-label {
    font-size: 120% !important;
  }
  .date-label span {
    font-size: 80% !important;
  }
  .benefit .intro h2 span {
    font-size: 50%;
  }
  .benefit .intro h2 {
    font-size: 160%;
  }
  .benefit-card h3 {
    font-size: 120%;
  }
  .lifestyle h2 {
    font-size: 140%;
  }
  .lifestyle h2 span {
    font-size: 60%;
  }
  .lifestyle .plus .zen .zen__body {
    padding: 3vh 10px 2vh 10px;
  }
  .lifestyle .plus .zen .zen__body h3 {
    font-size: 110%;
  }
.lifestyle .plus .zen .zen__body p.large {
    font-size: 180%;
}
  .lifestyle .plus .zen .zen__body p {
    font-size: 60%;
	  white-space: nowrap;
  }
  .lifestyle .plus .zen p.link {
    bottom: 1vh;
    font-size: 80%;
  }
  .lifestyle .plus .zen {
    height: 95vw;
  }
  .lifestyle .plus .other h3 {
    font-size: 90%;
  }
  .lifestyle .plus .other li {
    font-size: 90%;
  }
.lifestyle .plus .other p {
    font-size: 90%;
}
  .lifestyle .features .feature-block h2 {
    font-size: 120%;
  }
  .lifestyle .features .feature-block ol li {
    font-size: 90%;
  }
  .lifestyle .features .feature-block ol li strong {
    font-size: 110%;
  }
  .lifestyle .features .feature-block ol li small {
    font-size: 70%;
  }
  .message p {
    font-size: 90%;
  }
.message p.link {
    font-size: 90%;
}
  .detail h2 {
    font-size: 140%;
  }
  .detail p {
    font-size: 100%;
  }
  .detail .card-img {
    width: 80%;
}
  .spec dt {
    font-size: 140%;
  }
  .spec dd {
    font-size: 80%;
  }
  .pc {
    display: none;
  }
    .sp-fixed-cta{
        position:fixed;
        left:0;
        bottom:0;
        width:100%;
        z-index:9999;
        opacity:0;
        visibility:hidden;
        transform:translateY(30px);
        transition:
            opacity .35s,
            transform .35s,
            visibility .35s;
		display:block;
    }

    .sp-fixed-cta.show{
        opacity:1;
        visibility:visible;
        transform:translateY(0);
    }

    .sp-fixed-cta .cta-btn{
        display:block;
    }
}

/* ===== Image carousel ===== */
.image-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 440 / 310;
}
.image-carousel__track {
  display: flex;
  height: 100%;
  transition: transform .45s ease;
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;
}
.image-carousel__track.is-dragging {
  transition: none;
  cursor: grabbing;
}
.image-carousel__slide {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
}
.image-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
.image-carousel__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 2;
}
.image-carousel__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.85);
  cursor: pointer;
}
.image-carousel__dots button.is-active {
  background: #DDCE8F;
}



.reveal{
    opacity:0;
    transform:translateY(40px);
    transition:.8s ease;
}

.reveal.is-visible{
    opacity:1;
    transform:none;
}
