﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* --- for small viewport --- */
.main-area {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /* font-family: aktiv-grotesk, sans-serif; */
  font-weight: 300;
  font-style: normal;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}

.main-area :where(img, svg, iframe) {
  width: 100%;
  height: auto;
  overflow: initial;
}

.p-movie {
  position: sticky;
  top: var(--headerHeight, 0px);
  z-index: -1;
}

.p-movie iframe {
  aspect-ratio: 16 / 9;
}

.p-contents {
  position: relative;
  z-index: 2;
  background-color: var(--white, #fff);
}

.p-modal__text {
  font-family: aktiv-grotesk, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: var(--font-weight-light, 300);
  color: var(--dugong, #707070);
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-modal__text span {
  font-weight: bold;
}

.p-modal__credit {
  display: inline;
  text-decoration: underline;
}

.p-modal__credit--disabled {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}



@media screen and (max-width: 767px) {
  .main-area {
    width: 100%;
    padding-bottom: calc(112 * (100vw / 375));
  }

  .p-movie {
    margin-bottom: calc(30 * (100vw / 375));
  }

  /* Gallery */
  .p-gallery {
    margin-top: calc(100 * (100vw / 375));
  }

  .p-gallery__list {
    --gap-x: calc(15 * (100vw / 375));
    --gap-y: calc(16 * (100vw / 375));
    padding: 0 calc(20*(100vw / 375));
  }

}

/* --- for large viewport --- */
@media screen and (min-width: 768px) {
  .main-area {
    /* width: min(100%, 124rem); */
    /* padding: 0 2rem 10rem; */
    overflow: clip;
  }


  /* Gallery */
  .p-gallery {
    margin-top: 18rem;
  }

  .p-gallery__list {
    grid-template-columns: repeat(3, minmax(0, 100%));
    --gap-x: 3rem;
    --gap-y: 3rem;
  }
}

.lp__contents-cell {
  position: relative;
}

.lp__contents-cell .splide__list {
  --display: flex;
}

.lp__prices-container {
  --color-dark: #000;
  --color-white: #fff;
  --color-overlay: rgba(0, 0, 0, .3);
  --zindex-behind: -1;
  --zindex-base: 1;
  --zindex-overlay: 10;
  --zindex-floating-element: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-block: var(--lp-prices-vertical-spacer);
  padding-inline: var(--lp-prices-horizontal-spacer);
  background-color: var(--color-overlay);
  font-size: var(--lp-prices-font-size);
  line-height: var(--lp-prices-line-height);
  color: var(--color-white);
  letter-spacing: 0.04em;
  z-index: var(--zindex-overlay);
  opacity: var(--prices-opacity-value, 0);
  visibility: var(--prices-visible-status, hidden);
  pointer-events: var(--prices-pointer-events-value, none);
  transition: all 0.6s ease;
}

.lp__prices-container.is-active {
  --prices-opacity-value: 1;
  --prices-visible-status: visible;
  --prices-pointer-events-value: auto;
  --prices-transform-value: 0;
}

.lp__prices {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  opacity: var(--prices-opacity-value, 0);
  visibility: var(--prices-visible-status, hidden);
  pointer-events: var(--prices-pointer-events-value, none);
  transition: all 0.6s ease;
  width: 85%;
  font-size: calc(12* (100vw /375));
  line-height: 2;
  letter-spacing: 0.05em;
  bottom: calc(10 * (100vw / 375));
  left: calc(14 * (100vw / 375));
  position: absolute;
}

.lp__prices a:not(.not_credit) {
  text-decoration: underline;
}

.lp__prices .not_credit {
  pointer-events: none;
}

.lp__prices-button {
  position: absolute;
  bottom: calc(15 * (100vw / 375));
  right: calc(15 * (100vw / 375));
  width: calc(30 * (100vw / 375));
  height: calc(30 * (100vw / 375));
  z-index: 13;
}

.lp__prices-button span {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #fff;
  transition: all 0.3s ease;
  pointer-events: none;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
}

.lp__prices-button span:nth-child(2) {
  transform: rotate(90deg);
}

.lp__prices-button.is-active span:nth-child(2) {
  transform: rotate(0deg);
}

@media screen and (min-width: 768px) {


  .lp__prices {
    font-size: 1.2rem;
    bottom: 1.5rem;
    left: 2rem;
  }

  .lp__prices-button {
    bottom: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
  }
}


/* ===============================================
* メインコンテンツ *
=============================================== */
.mv__ttl {
  font-size: calc(20 * (100vw / 375));
  margin-top: calc(38 * (100vw / 375));
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.075em;
  text-align: center;
}

.mv__copy {
  font-size: calc(14 * (100vw / 375));
  margin-top: calc(17 * (100vw / 375));
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: center;
}

.mv__function {
  width: calc(342 * (100vw / 375));
  margin: calc(24 * (100vw / 375)) auto 0;
}



@media screen and (min-width: 768px) {
  .mv__ttl {
    font-size: 2rem;
    margin-top: 7.4rem;
  }

  .mv__copy {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }

  .mv__function {
    width: 43rem;
    margin: 2.3rem auto 0;
  }
}

/* ===============================================
* img *
=============================================== */
.bg_wrap {
  margin: calc(64 * (100vw / 375)) auto 0;
  display: flex;
  flex-direction: column;
  gap: calc(5* (100vw /375));
}

.sec {
  display: flex;
  flex-direction: column;
  gap: calc(5* (100vw /375));
}

.sec .sec__inner .lp_styling_block {
  width: calc(250* (100vw /375));
}

.sec .sec__inner .lp_styling_block:nth-last-child(1) {
  margin-top: calc(5* (100vw /375));
}

.sec.small .lp_styling_block {
  width: calc(306* (100vw /375));
}

.sec .ps-right {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .bg_wrap {
    width: 140rem;
    margin: 8rem auto 0;
    gap: 1rem;
  }

  .sec {
    flex-direction: row;
    gap: 1rem;
  }

  .sec .sec__inner {
    width: 70rem;
  }

  .sec .sec__inner .lp_styling_block {
    width: 34.5rem;
  }

  .sec .lp_styling_block.big {
    width: 69rem;
  }

  .sec .sec__inner .lp_styling_block:nth-last-child(1) {
    margin-top: 1rem;
  }

  .sec.small {
    width: 92.8rem;
  }

  .sec.small .lp_styling_block {
    width: 46rem;
  }

  .sec.small.sec4,
  .sec.small.sec8 {
    margin-left: auto;
  }

  .sec.sec3,
  .sec.sec7 {
    flex-direction: row-reverse;
  }
}



/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(280*(100vw / 375));
  height: calc(50*(100vw / 375));
  margin: calc(50 * (100vw / 375)) auto 0;
  line-height: 1;
  font-style: normal;
  font-size: calc(14*(100vw / 375));
  letter-spacing: 0.075em;
  background: #000000;
  color: #FFF;
}

.main-area .lp_foot_btn.second {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  margin: calc(20*(100vw / 375)) auto 0;
  border: #000000 1px solid;
  color: #000000;
  background: #FFF;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 30rem;
    height: 5rem;
    font-size: 1.4rem;
    margin: 6rem auto 0;
  }

  .main-area .lp_foot_btn.second {
    margin: 2.1rem auto 10rem;
  }
}

.js-show {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
}

.js-show.deray {
  transition-delay: 0.3s;
}

.js-show.deray2 {
  transition-delay: 0.6s;
}

.js-show.fadeup {
  transform: translate(0, 100px);
}

.js-show.faderight {
  transform: translate(-100px, 0);
}

.js-show.on {
  opacity: 1;
  transform: translate(0, 0);
}