@charset "UTF-8";

/*---------- reset ----------*/
.main-inner {
  width: 100% !important;
}

/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.LB1201 img,
.LB1201 svg {
  width: 100%;
  height: auto;
}

.LB1201 a,
.LB1201 picture {
  display: block;
}

.LB1201 .pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .LB1201 .pc-only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .LB1201 .sp-only {
    display: none;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
.modelImage-animation {
  width: 0;
  overflow: hidden;
  transition: 0.8s ease-in-out;
}

.modelImage-animation.active {
  width: 100%;
}

/*** 下から登場するアニメーション ***/
@keyframes font-animation {
  0% {
    transform: translateY(110%);
    /*表示範囲外から*/
  }

  100% {
    transform: translateY(0);
    /*通常の位置へ*/
  }
}

/*** アニメーションさせる要素 ***/
.font-animation {
  display: flex;
  overflow: hidden;
}

.font-animation span {
  transform: translateY(110%);
  /*下（範囲外）に隠しておく*/
  display: block;
  /*ブロック要素に変更*/
}

/*** スクロールで画面に入った場合 ***/
.font-animation.active span {
  animation: 0.35s font-animation linear forwards;
  /*一度だけのアニメーション（終了時点で固定）*/
}

/*** 各文字のアニメーション遅延時間 ***/
.font-animation span:nth-child(1) {
  animation-delay: 0s;
}

.font-animation span:nth-child(2) {
  animation-delay: 0.05s;
}

.font-animation span:nth-child(3) {
  animation-delay: 0.1s;
}

.font-animation span:nth-child(4) {
  animation-delay: 0.15s;
}

.font-animation span:nth-child(5) {
  animation-delay: 0.2s;
}

.font-animation span:nth-child(6) {
  animation-delay: 0.25s;
}

.font-animation span:nth-child(7) {
  animation-delay: 0.3s;
}

.font-animation span:nth-child(8) {
  animation-delay: 0.35s;
}

.font-animation span:nth-child(9) {
  animation-delay: 0.4s;
}

.font-animation span:nth-child(10) {
  animation-delay: 0.45s;
}

.font-animation span:nth-child(11) {
  animation-delay: 0.5s;
}

.font-animation span:nth-child(12) {
  animation-delay: 0.55s;
}

.font-animation span:nth-child(13) {
  animation-delay: 0.6s;
}

.font-animation span:nth-child(14) {
  animation-delay: 0.65s;
}

.font-animation span:nth-child(15) {
  animation-delay: 0.7s;
}

.font-animation span:nth-child(16) {
  animation-delay: 0.75s;
}

.font-animation span:nth-child(17) {
  animation-delay: 0.8s;
}

.font-animation span:nth-child(18) {
  animation-delay: 0.85s;
}

.font-animation span:nth-child(19) {
  animation-delay: 0.9s;
}

.font-animation span:nth-child(20) {
  animation-delay: 0.95s;
}

.font-animation span:nth-child(21) {
  animation-delay: 1s;
}

.font-animation span:nth-child(22) {
  animation-delay: 1.05s;
}

.font-animation span:nth-child(23) {
  animation-delay: 1.1s;
}

.font-animation span:nth-child(24) {
  animation-delay: 1.15s;
}

.font-animation span:nth-child(25) {
  animation-delay: 1.2s;
}

/*---------- animation ----------*/
/*---------- font ----------*/
.LB1201 {
  color: #000000;
}

.firstviewArea__lead {
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: calc(26 *(100vw / 750));
  line-height: 1.8461538462;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .firstviewArea__lead {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}

.accordionArea__btn span {
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(32 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.19em;
  color: #000;
}

@media screen and (min-width: 768px) {
  .accordionArea__btn span {
    font-size: 1.8rem;
  }
}

.accordionArea__content {
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: calc(23 *(100vw / 750));
  line-height: 1.8260869565;
  letter-spacing: 0.13em;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .accordionArea__content {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}

.sec-ttl-wrap {
  position: relative;
  width: fit-content;
  margin: auto;
  z-index: 1;
}

.sec-ttl-wrap::before {
  content: "";
  position: absolute;
  width: 110%;
  height: calc(8* (100vw / 750));
  bottom: calc(-4* (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  z-index: 1;
}

.sec-ttl span {
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(60 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.19em;
}

.sec-ttl.font-animation span:nth-child(8) {
  padding-left: calc(25* (100vw / 750));
}

@media screen and (min-width: 768px) {
  .sec-ttl span {
    font-size: 4rem;
  }

  .sec-ttl.font-animation span:nth-child(8) {
    padding-left: 1.4rem;
  }

  .sec-ttl-wrap::before {
    width: 122%;
    height: 0.5rem;
    bottom: -0.2rem;
  }
}


@media screen and (min-width: 768px) {
  .sec-lead {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.sec-credit span {
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(24 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .sec-credit span {
    font-size: 1.3rem;
  }
}

.LB1201__btn span {
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(31 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.19em;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .LB1201__btn span {
    font-size: 1.7rem;
  }
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*---------- common ----------*/
.sec-ttl {
  text-align: center;
  justify-content: center;
}

.sec-lead {
  text-align: center;
  margin-top: calc(77 *(100vw / 750));
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: calc(26 *(100vw / 750));
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.16em;
}

.sec-credit {
  text-align: center;
  margin-top: calc(48 *(100vw / 750));
  margin-right: calc(20 *(100vw / 750));
}

.sec-credit span {
  display: inline-block;
  margin-left: calc(20 *(100vw / 750));
  margin-bottom: calc(18 *(100vw / 750));
}

.model-image103,
.model-image203 {
  position: relative;
}

.font-animation {
  margin-left: auto;
  margin-right: auto;
}

.modelImage-animation a {
  width: calc(750 *(100vw / 750));
}

/*---------- common ----------*/
.LB1201 {
  padding-bottom: calc(200 *(100vw / 750));
}

.firstviewArea__ttl {
  position: relative;
  margin: 0 auto;
  margin-bottom: calc(80 *(100vw / 750));
  width: calc(710 *(100vw / 750));
}

.firstviewArea__ttl .mv_frame {
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.firstviewArea__ttl .itemimg {
  position: absolute;
  width: calc(590* (100vw / 750));
  right: 0;
  top: calc(30* (100vw / 750));
}

.firstviewArea__lead {
  text-align: center;
}

.accordionArea {
  position: relative;
  margin: calc(73* (100vw / 750)) auto calc(168* (100vw / 750));
  width: fit-content;
}

.accordionArea__btn {
  position: relative;
  text-align: center;
  cursor: pointer;
  padding-right: calc(60* (100vw / 750));
  padding-left: 0;
}

.accordionArea__btn.font-animation span:nth-child(6) {
  padding-left: calc(10* (100vw / 750));
}

@media screen and (min-width: 768px) {
  .accordionArea__btn.font-animation span:nth-child(6) {
    padding-left: 0.5rem;
  }

  .firstviewArea__ttl .itemimg {
    position: absolute;
    width: 45.3rem;
    right: 2.3rem;
    top: 2.3rem;
    z-index: 2;
  }
}

.accordionArea__content {
  display: none;
}

@media screen and (max-width: 767px) {
  .accordionArea__content {
    display: none;
    margin-bottom: calc(208* (100vw / 750));
    position: relative;
    top: calc(50* (100vw / 750));
    line-height: 1.75;
    letter-spacing: 0.16em;
    font-size: calc(22* (100vw / 750));
  }
}

.accordionArea__btn::before,
.accordionArea__btn::after,
.accordionArea__btn.close::after {
  content: "";
  position: absolute;
  opacity: 1;
  transition: all 0.5s;
  width: calc(28* (100vw / 750));
  height: calc(2* (100vw / 750));
  background: #000;
  top: calc(16* (100vw / 750));
  right: 0;
}

.accordionArea__btn::after {
  transform: rotate(90deg);
}

.accordionArea__btn.close::after {
  transform: rotate(0deg);
}

.accordionArea__btn.close::before {
  content: "";
  transition: all 0.5s;
  opacity: 0;
}

@media screen and (min-width: 768px) {

  .accordionArea__btn::before,
  .accordionArea__btn::after,
  .accordionArea__btn.close::after {
    width: 1.6rem;
    height: 0.2rem;
    top: 0.8rem;
    right: 0;
  }
}

.accordionArea__content {
  text-align: center;
}

.accordionArea.active .accordionArea__btn {
  margin-bottom: calc(55 *(100vw / 750));
}

.sec01__wrap01 {
  margin-top: calc(65* (100vw / 750));
}

.sec01__wrap02 {
  width: calc(598* (100vw / 750));
  margin: calc(48* (100vw / 750)) auto 0;
}

.sec01__wrap03 {
  width: calc(660* (100vw / 750));
  margin: calc(90* (100vw / 750)) auto 0;
}

@media screen and (min-width: 768px) {
  .sec01 {
    margin-top: 11rem;
  }

  .sec01 .sec-flexWrap {
    padding-right: 7rem;
  }

  .sec01__wrap01 {
    width: 40rem;
    margin: 24.1rem 0 0 0;
  }

  .sec01__wrap02 {
    width: 53rem;
    margin: 0;
  }

  .sec01__wrap03 {
    width: 93rem;
    margin: 7.3rem auto 0;
  }
}

/* ===============================================
* sec02 *
=============================================== */
.sec02 .sec-ttl-wrap {
  margin-right: 0;
  left: calc(12* (100vw / 750));
  top: calc(4* (100vw / 750));
}

.sec02 .sec-ttl-wrap::before {
  content: none;
}

.sec02__wrap01 {
  width: calc(688* (100vw / 750));
  margin: calc(148* (100vw / 750)) auto 0;
}

.sec02__wrap02 {
  width: calc(610* (100vw / 750));
  margin: calc(53* (100vw / 750)) auto 0;
}

.sec02 .sec-lead {
  margin-top: calc(72* (100vw / 750));
}

.LB1201__btn a {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(675 *(100vw / 750));
  height: calc(146 *(100vw / 750));
  margin: calc(166* (100vw / 750)) auto 0;
  background: #000;
  color: #fff;
}

.LB1201__btn a>span {
  position: relative;
  padding-right: calc(44* (100vw / 750));
  padding-bottom: calc(2* (100vw / 750));
}

.LB1201__btn a>span::before {
  content: "";
  top: calc(8* (100vw / 750));
  right: calc(-32* (100vw / 750));
  box-sizing: border-box;
  width: calc(10* (100vw / 750));
  height: calc(10* (100vw / 750));
  border: calc(10* (100vw / 750)) solid transparent;
  border-left: calc(10* (100vw / 750)) solid #fff;
  padding-right: calc(23* (100vw / 750));
  position: absolute;
}

.LB1201__btn:nth-last-of-type(1) a {
  margin-top: calc(20* (100vw / 750));
}

.LB1201__btn a span {
  letter-spacing: 0.023em;
}

@media screen and (min-width: 768px) {
  .sec02 .sec-ttl-wrap {
    left: 0.4rem;
    top: 0.3rem;
  }

  .sec02 .sec-flexWrap {
    padding-right: 1rem;
    gap: 4rem;
    margin-top: 6.1rem;
  }

  .sec02__wrap01 {
    width: 44rem;
    margin: 14rem 0 0 0;
  }

  .sec02__wrap02 {
    width: 49rem;
    margin: 5rem 0 0 0;
  }

  .sec02 .sec-lead {
    margin-top: 6.4rem;
  }

  .LB1201__btn a {
    width: 42rem;
    height: 7.4rem;
    margin: 14.3rem auto 0;
  }

  .LB1201__btn:nth-last-of-type(1) a {
    margin-top: 1rem;
  }

  .LB1201__btn a>span {
    padding-right: 2.6rem;
    padding-bottom: 0.4rem;
  }

  .LB1201__btn a>span::before {
    top: 0.4rem;
    right: -1.9rem;
    width: 0.6rem;
    height: 1rem;
    border: 0.6rem solid transparent;
    border-left: 0.6rem solid #fff;
    padding-right: 1.3rem;
  }

  .LB1201__btn a span {
    letter-spacing: 0.042em;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }

  /*---------- common ----------*/
  .sec__wrapper {
    margin: 0 auto;
    width: 140rem;
  }

  .sec-flexWrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 6rem;
    margin-top: 5.2rem;
  }

  .sec-lead {
    margin-top: 6.6rem;
    font-size: 1.5rem;
  }

  .sec-credit {
    margin-top: 2.9rem;
    margin-right: 0.9rem;
  }

  .sec-credit span {
    margin-left: 0.9rem;
    margin-bottom: 1rem;
  }

  /*---------- common ----------*/
  .LB1201 {
    padding-bottom: 14rem;
  }

  .firstviewArea__ttl {
    margin-bottom: 6.4rem;
    width: 96rem;
  }

  .accordionArea {
    margin: 6.2rem auto 5rem;
  }

  .accordionArea__btn {
    padding-right: 3.2rem;
  }

  .accordionArea__content {
    margin-bottom: 13.8rem;
    position: relative;
    top: 3.2rem;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}

/*# sourceMappingURL=style.css.map */