@charset "UTF-8";
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
body {
  background-color: #000;
}

/* position:sticky を有効にするため、スクロールコンテナになる overflow を解除
   （evolution ページのみ・common の設定を上書き） */
.page-evolution .l-page-wrapper,
.page-evolution .l-page {
  overflow: visible;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.page-evolution .g-main {
  background-color: #000;
  color: #fff;
}

.load-complete .page-evolution .g-main {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

html.lenis.lenis-stopped {
  overflow: hidden;
}

.page-evolution .sec-evolution {
  scroll-margin-top: 96px;
}
@media only screen and (max-width: 767px) {
  .page-evolution .sec-evolution {
    scroll-margin-top: 60px;
  }
}
.page-evolution .m-pagetop,
.page-evolution .m-pagetop a {
  overflow: hidden;
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
.sec-mv {
  position: relative;
  background-color: #000;
  /* 白ヘッダー
  ------------------------------------------------*/
  /* メインビジュアル
  ------------------------------------------------*/
}
.sec-mv__inline {
  position: relative;
  z-index: 5;
}
.sec-mv__spacer {
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .sec-mv__spacer {
    height: calc(var(--vh) * 100);
  }
}
.sec-mv__head {
  position: relative;
  padding: 60px 60px 50px;
  background-color: #fff;
  color: #111;
}
@media only screen and (max-width: 767px) {
  .sec-mv__head {
    padding: 30px 20px 40px;
  }
}
.sec-mv__hdg {
  font-size: clamp(33px, 5.15625vw, 66px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .sec-mv__hdg {
    font-size: clamp(33px, 8.6049543677vw, 66px);
  }
}
.sec-mv__hdg ._red {
  color: #CF152D;
}
.sec-mv__sub {
  margin-top: 12px;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .sec-mv__sub {
    margin-top: 8px;
    font-size: clamp(14px, 3.6505867014vw, 28px);
  }
}
.sec-mv__obj {
  position: absolute;
  right: 60px;
  bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-mv__obj {
    right: 0px;
    bottom: 15px;
  }
}
.sec-mv__obj img {
  width: clamp(174px, 27.1875vw, 348px);
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-mv__obj img {
    width: clamp(122.5px, 31.9426336375vw, 245px);
  }
}
.sec-mv__visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 96px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-mv__visual {
    height: calc(var(--vh) * 100 - 60px);
  }
}
.sec-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.sec-mv__catch {
  position: absolute;
  top: calc(100vh - 500px);
  left: 50%;
  translate: -50% -100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-mv__catch {
    top: calc(100vh - 50vw - 150px);
    padding: 0 20px;
  }
}
.sec-mv__catch-txt {
  color: #fff;
  font-size: clamp(30px, 6vw, 60px);
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, .4);
}
@media only screen and (max-width: 767px) {
  .sec-mv__catch-txt {
    font-size: clamp(38.5px, 10.0391134289vw, 77px);
    line-height: 1.2;
  }
}
.sec-mv__catch-txt ._red {
  color: #CF152D;
}
.sec-mv__scroll {
  position: absolute;
  top: 50%;
  right: 60px;
  translate: 0 -50%;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.sec-mv__scroll.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .sec-mv__scroll {
    position: static;
    text-align: center;
    translate: 0 0;
    margin-top: 20px;
  }
}
.sec-mv__scroll-arrow {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, .75);
  line-height: 1;
  position: relative;
  width: 3px;
  height: 35px;
  border-radius: 3px;
  background: currentColor;
  -webkit-animation: down 1.5s infinite;
          animation: down 1.5s infinite;
}
.sec-mv__scroll-arrow::before {
  content: "";
  width: 25px;
  height: 25px;
  border: 3px solid currentColor;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@-webkit-keyframes down {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 10px;
  }
}
@keyframes down {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 10px;
  }
}

/* en
=================================================================*/
/* zh
=================================================================*/
@media only screen and (max-width: 767px) {
  html:lang(zh) body .sec-mv__hdg {
    font-size: clamp(28px, 7.3011734029vw, 56px);
  }
}
@media only screen and (max-width: 767px) {
  html:lang(zh) body .sec-mv__catch-txt {
    font-size: clamp(33.5px, 8.7353324641vw, 67px);
  }
}

/*--------------------------------------------------------------------------
   #sec-start
---------------------------------------------------------------------------*/
.sec-start {
  position: relative;
  color: #4e5259;
  /* EVOLUTION 1〜5 ナビ（ページ内リンク）
  ------------------------------------------------*/
}
.sec-start__container {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  left: 0;
  min-height: calc(100vh - 96px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .sec-start__container {
    top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-start__container {
    min-height: calc(var(--vh) * 100 - 60px);
  }
}
.sec-start__inline {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px 35px;
  color: #4e5259;
}
@media only screen and (max-width: 767px) {
  .sec-start__inline {
    padding: 50px 20px 60px;
  }
}
.sec-start__hdg {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .sec-start__hdg {
    font-size: clamp(29px, 7.5619295958vw, 58px);
  }
}
.sec-start__txt {
  margin-top: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-start__txt {
    margin-top: 25px;
    font-size: clamp(14px, 3.6505867014vw, 28px);
    line-height: 1.9;
  }
}
.sec-start__txt + .sec-start__txt {
  margin-top: 30px;
}
.sec-start__nav {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .sec-start__nav {
    margin-top: 80px;
  }
}
.sec-start__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sec-start__nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border-left: 1px solid #808080;
}
.sec-start__nav-item:last-child {
  border-right: 1px solid #808080;
}
@media only screen and (max-width: 767px) {
  .sec-start__nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  .sec-start__nav-item:nth-child(n+4) {
    margin-top: 24px;
  }
}
.sec-start__nav-item a {
  display: block;
  padding: 4px clamp(12px, 1.935483871vw, 24px) 6px;
  color: #4e5259;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-start__nav-item a {
    padding: 2px clamp(10px, 2.6041666667vw, 20px) 4px;
  }
}
.mode-pc .sec-start__nav-item a:hover {
  color: #B19B61;
}
.sec-start__nav-item .ttl {
  display: block;
  font-size: clamp(8px, 1.2903225806vw, 16px);
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .sec-start__nav-item .ttl {
    font-size: clamp(12px, 3.1290743155vw, 24px);
  }
}
.sec-start__nav-item .ttl .num {
  font-size: clamp(16px, 2.5806451613vw, 32px);
}
@media only screen and (max-width: 767px) {
  .sec-start__nav-item .ttl .num {
    font-size: clamp(20px, 5.2151238592vw, 40px);
  }
}
.sec-start__nav-item .txt {
  display: block;
  margin-top: 14px;
  font-size: clamp(10px, 1.6129032258vw, 20px);
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sec-start__nav-item .txt {
    margin-top: 8px;
    font-size: clamp(14px, 3.6505867014vw, 28px);
  }
}

/*--------------------------------------------------------------------------
   #sec-evolution
---------------------------------------------------------------------------*/
.sec-evolution {
  position: relative;
  color: #4e5259;
  background-color: #000;
  /* 黒帯キービジュアル
  ------------------------------------------------*/
  /* コンテンツ
  ------------------------------------------------*/
  /* --------------------------------------------------
     evo-swiper（EVOLUTION 1 / 2 用 Swiper スライダー）
  -------------------------------------------------- */
  /* --------------------------------------------------
     evo-tabslider（EVOLUTION 2 用 ボタン切替スライダー）
     ラベル＋インジケーターを画像下部にオーバーレイ
  -------------------------------------------------- */
  /* --------------------------------------------------
     evo-variation（EVOLUTION 4 用 タブ切替スライダー）
  -------------------------------------------------- */
  /* --------------------------------------------------
     再生／一時停止ボタン（EVOLUTION 1 / 4 共通）
     自動再生中＝一時停止アイコン(| |)／停止中＝再生アイコン(▶)
  -------------------------------------------------- */
  /* --------------------------------------------------
     セクション別 配色
  -------------------------------------------------- */
}
.sec-evolution__key {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  width: 100%;
  height: calc(100vh - 96px);
  overflow: hidden;
  background-color: #000;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 100px, #000 calc(100% - 100px), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 100px, #000 calc(100% - 100px), transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .sec-evolution__key {
    top: 64px;
    height: auto;
    aspect-ratio: 1/1;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
  }
}
.sec-evolution__key-img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.sec-evolution__key-img picture {
  display: block;
}
.sec-evolution__key-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  scale: 1;
}
.sec-evolution__num {
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 3.6vw, 36px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
}
@media only screen and (max-width: 767px) {
  .sec-evolution__num {
    left: 0px;
    bottom: 20%;
    font-size: 22px;
    translate: 0 0;
  }
}
.sec-evolution__num span {
  font-size: clamp(36px, 7.2vw, 72px);
}
.sec-evolution__container {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  left: 0;
  min-height: calc(100vh - 96px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dcdcdc;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-evolution__container {
    top: 64px;
    min-height: calc(var(--vh) * 100 - 60px);
  }
}
.sec-evolution__inline {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sec-evolution__inline {
    width: 100vw;
    padding: 40px 20px 60px;
  }
}
.sec-evolution__catch {
  font-size: clamp(30px, 4.8387096774vw, 60px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .sec-evolution__catch {
    font-size: 37px;
    letter-spacing: 0.08em;
  }
}
.sec-evolution__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(30px, 4.8387096774vw, 60px);
}
@media only screen and (max-width: 767px) {
  .sec-evolution__body {
    display: block;
    margin-top: 30px;
  }
}
.sec-evolution__detail {
  width: 45%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .sec-evolution__detail {
    width: 100%;
  }
}
.sec-evolution__detail-txt {
  padding: clamp(50px, 8.064516129vw, 100px) 0 0 clamp(50px, 8.064516129vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-evolution__detail-txt {
    padding: clamp(40px, 10.4166666667vw, 80px) 0 0 clamp(40px, 10.4166666667vw, 80px);
  }
}
.sec-evolution__hdg {
  margin-bottom: 10px;
  font-size: clamp(9px, 1.8vw, 18px);
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-evolution__hdg {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.sec-evolution__txt {
  font-size: clamp(7px, 1.4vw, 14px);
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-evolution__txt {
    font-size: 13px;
    line-height: 1.9;
  }
}
.sec-evolution__visual {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: clamp(50px, 8.064516129vw, 100px) 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-evolution__visual {
    margin-top: 35px;
    padding-top: 0 !important;
  }
}
.sec-evolution__img img {
  width: 100%;
  height: auto;
}
.sec-evolution__logo {
  text-align: center;
}
.sec-evolution__logo img {
  width: clamp(240px, 48vw, 480px);
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-evolution__logo img {
    width: 280px;
  }
}
.sec-evolution .swiper-slide {
  max-width: 100% !important;
}
.sec-evolution .evo-swiper {
  position: relative;
  overflow: hidden;
}
.sec-evolution .evo-swiper:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.sec-evolution .evo-swiper__img img {
  width: 100%;
  height: auto;
}
.sec-evolution .evo-swiper__img figcaption {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.sec-evolution .evo-swiper__img figcaption .state {
  display: inline-block;
  margin-left: 6px;
}
.sec-evolution .evo-swiper .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .sec-evolution .evo-swiper .swiper-pagination {
    gap: 30px;
    margin-top: 20px;
  }
}
.sec-evolution .evo-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 !important;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #4e5259;
  opacity: 1;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-evolution .evo-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.mode-pc .sec-evolution .evo-swiper .swiper-pagination-bullet:hover {
  background-color: #4e5259;
}
.sec-evolution .evo-swiper .swiper-pagination-bullet-active {
  background-color: #4e5259;
}
.sec-evolution .evo-swiper__ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .sec-evolution .evo-swiper__ctrl {
    gap: 30px;
    margin-top: 20px;
  }
}
.sec-evolution .evo-swiper__ctrl .swiper-pagination {
  margin-top: 0;
}
.sec-evolution .evo-swiper__ctrl .evo-playpause {
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-evolution .evo-swiper__ctrl .evo-playpause {
    width: 12px;
    height: 12px;
  }
}
.sec-evolution .evo-tabslider {
  position: relative;
}
.sec-evolution .evo-tabslider__nav {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-evolution .evo-tabslider__nav {
    gap: 40px;
    bottom: 10px;
  }
}
.sec-evolution .evo-tabslider__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .5);
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-evolution .evo-tabslider__btn {
    gap: 8px;
  }
}
.sec-evolution .evo-tabslider__btn .label {
  font-size: clamp(7px, 1.4vw, 14px);
  font-weight: 500;
  line-height: 1;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
}
@media only screen and (max-width: 767px) {
  .sec-evolution .evo-tabslider__btn .label {
    font-size: 10px;
  }
}
.sec-evolution .evo-tabslider__btn .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background-color: transparent;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-evolution .evo-tabslider__btn .dot {
    width: 8px;
    height: 8px;
  }
}
.sec-evolution .evo-tabslider__btn.is-active {
  color: #fff;
}
.sec-evolution .evo-tabslider__btn.is-active .dot {
  background-color: #fff;
  border-color: #fff;
}
.mode-pc .sec-evolution .evo-tabslider__btn:hover {
  color: rgba(255, 255, 255, .8);
}
.sec-evolution .evo-variation__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sec-evolution .evo-variation__tab {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sec-evolution .evo-variation__tab:not(:first-child) {
  padding-left: 14px;
}
.sec-evolution .evo-variation__tab::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #4e5259;
  opacity: 0.5;
}
.sec-evolution .evo-variation__tab:first-child::before {
  content: none;
}
.sec-evolution .evo-variation__tab .cat {
  display: block;
  font-size: clamp(9px, 1.4516129032vw, 18px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-evolution .evo-variation__tab .cat {
    font-size: clamp(10px, 2.6041666667vw, 20px);
  }
}
.sec-evolution .evo-variation__tab .name {
  display: block;
  margin-top: 2px;
  font-size: clamp(12px, 1.935483871vw, 24px);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-evolution .evo-variation__tab .name {
    font-size: clamp(14px, 3.6458333333vw, 28px);
  }
}
.sec-evolution .evo-variation__tab.is-active .cat,
.sec-evolution .evo-variation__tab.is-active .name {
  opacity: 1;
}
.mode-pc .sec-evolution .evo-variation__tab:hover .cat,
.mode-pc .sec-evolution .evo-variation__tab:hover .name {
  opacity: 0.8;
}
.sec-evolution .evo-variation .evo-swiper--variation {
  margin-top: 15px;
}
.sec-evolution .evo-variation .evo-swiper--variation:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.sec-evolution .evo-variation__img img {
  width: 100%;
  height: auto;
}
.sec-evolution .evo-variation__txt {
  position: absolute;
  left: 50%;
  bottom: 20px;
  translate: -50% 0;
  width: 80%;
  font-size: clamp(7px, 1.4vw, 14px);
  line-height: 1.8;
  color: #fff;
  text-shadow: 1px 1px 6px rgb(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  .sec-evolution .evo-variation__txt {
    font-size: 10px;
    bottom: 10px;
  }
}
.sec-evolution .evo-variation__ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.sec-evolution .evo-playpause {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4e5259;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-evolution .evo-playpause {
    width: 24px;
    height: 24px;
  }
}
.mode-pc .sec-evolution .evo-playpause:hover {
  opacity: 0.6;
}
.sec-evolution .evo-playpause__play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent currentColor;
  margin-left: 2px;
}
.sec-evolution .evo-playpause__pause {
  position: relative;
  display: none;
  width: 10px;
  height: 12px;
}
.sec-evolution .evo-playpause__pause::before, .sec-evolution .evo-playpause__pause::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 12px;
  background-color: currentColor;
}
.sec-evolution .evo-playpause__pause::before {
  left: 0;
}
.sec-evolution .evo-playpause__pause::after {
  right: 0;
}
.sec-evolution .evo-playpause.is-playing .evo-playpause__play {
  display: none;
}
.sec-evolution .evo-playpause.is-playing .evo-playpause__pause {
  display: block;
}
.sec-evolution--1, .sec-evolution--2, .sec-evolution--3 {
  color: #4e5259;
}
.sec-evolution--1 .evo-swiper .swiper-pagination-bullet, .sec-evolution--2 .evo-swiper .swiper-pagination-bullet, .sec-evolution--3 .evo-swiper .swiper-pagination-bullet {
  color: #2f3135;
}
.sec-evolution--1 .sec-evolution__visual {
  padding-top: clamp(25px, 4.0322580645vw, 50px);
}
.sec-evolution--2 .sec-evolution__detail-txt {
  padding-top: clamp(50px, 8.064516129vw, 100px);
}
.sec-evolution--2 .sec-evolution__visual {
  padding-top: clamp(90px, 14.5161290323vw, 180px);
}
.sec-evolution--3 .sec-evolution__body {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .sec-evolution--3 .sec-evolution__visual {
    margin-top: 0;
  }
}
.sec-evolution--4 {
  color: #4e5259;
}
.sec-evolution--4 .sec-evolution__visual {
  padding-top: 0;
}
.sec-evolution--5 {
  color: #4e5259;
}
.sec-evolution--5 .sec-evolution__body {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-evolution--5 .sec-evolution__visual {
  padding-top: 0;
}

/* セクション間ギャップ（前コンテナが消えてから次が出るための余白＝背景KVのみ見える区間） */
.evo-gap {
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .evo-gap {
    height: calc(var(--vh) * 100);
  }
}

/* --------------------------------------------------------------------------
   #evo-kvstack  背景KVの全画面固定スタック
   MV・各EVOLUTIONのKV画像をここへ移動して重ね、opacityで切り替える（JS）
--------------------------------------------------------------------------- */
.evo-kvstack {
  position: fixed;
  top: 96px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .evo-kvstack {
    top: 60px;
  }
}
.evo-kvstack > * {
  overflow: hidden;
}

/* en
=================================================================*/
html:lang(en) body .sec-evolution__catch {
  font-size: clamp(30px, 4.8387096774vw, 60px);
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .sec-evolution__catch {
    letter-spacing: 0.08em;
  }
}

/* zh
=================================================================*/
html:lang(zh) body .evo-variation__tab {
  font-family: "DengXian", sans-serif !important;
}

/*--------------------------------------------------------------------------
   #sec-ending
---------------------------------------------------------------------------*/
.sec-ending {
  position: relative;
  z-index: 200;
  padding: 100px 20px 110px;
  background-color: #fff;
  color: #2f3135;
  /* バナー
  ------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  .sec-ending {
    padding: 55px 20px 60px;
  }
}
.sec-ending__inline {
  max-width: 900px;
  margin: 0 auto;
}
.sec-ending__hdg {
  text-align: center;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .sec-ending__hdg {
    font-size: 23px;
  }
}
.sec-ending__txt {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-ending__txt {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.9;
  }
}
.sec-ending__txt + .sec-ending__txt {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sec-ending__txt + .sec-ending__txt {
    margin-top: 20px;
  }
}
.sec-ending__bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .sec-ending__bnr {
    display: block;
    margin-top: 40px;
  }
}
.sec-ending__bnr-item {
  width: 50%;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .sec-ending__bnr-item {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .sec-ending__bnr-item:not(:first-child) {
    margin-top: 20px;
  }
}
.sec-ending__bnr-item a {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mode-pc .sec-ending__bnr-item a:hover .sec-ending__bnr-ttl {
  color: #B19B61 !important;
}
.mode-pc .sec-ending__bnr-item a:hover .sec-ending__bnr-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.mode-pc .sec-ending__bnr-item a:hover::after {
  right: 15px;
}
.sec-ending__bnr-item a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  z-index: 2;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.sec-ending__bnr-item--1 .sec-ending__bnr-ttl {
  font-size: clamp(12px, 2.4vw, 24px);
}
@media only screen and (max-width: 767px) {
  .sec-ending__bnr-item--1 .sec-ending__bnr-ttl {
    font-size: 16px;
  }
}
.sec-ending__bnr-img {
  overflow: hidden;
}
.sec-ending__bnr-img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sec-ending__bnr-ttl {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 2;
  color: #fff;
  font-size: clamp(9px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-ending__bnr-ttl {
    font-size: 14px;
  }
}
.sec-ending__bnr-ttl ._red {
  color: #CF152D;
}

/* en
=================================================================*/
html:lang(en) body .sec-ending__bnr-item--1 .sec-ending__bnr-ttl {
  font-size: clamp(10px, 2vw, 20px);
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .sec-ending__bnr-item--1 .sec-ending__bnr-ttl {
    font-size: 16px;
  }
}

/* zh
=================================================================*/