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

   mixin

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

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
.sec-mv {
  background-color: #000;
}
.sec-mv__inline {
  position: relative;
  height: calc(100vh - 96px);
}
@media only screen and (max-width: 767px) {
  .sec-mv__inline {
    height: calc(var(--vh) * 100 - 60px);
  }
}
.sec-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.sec-mv__img .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.sec-mv__img .img img {
  width: calc(100% + 100px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  translate: -50px 0;
}
@media only screen and (max-width: 767px) {
  .sec-mv__img .img img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.sec-mv__img .img--l {
  translate: -50px 0;
}
.sec-mv__img .img--r {
  translate: 50px 0;
}
.sec-mv__hdg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  translate: -50% -50%;
  z-index: 2;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sec-mv__hdg {
    width: calc(100% - 40px);
  }
}
.sec-mv__hdg .copy {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1900px) {
  .sec-mv__hdg .copy {
    font-size: 3.12vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv__hdg .copy {
    text-align: left;
    font-size: 60px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 500px) {
  .sec-mv__hdg .copy {
    font-size: 12vw;
  }
}
@media screen and (max-width: 500px) and (max-height: 550px) {
  .sec-mv__hdg .copy {
    line-height: 1.4;
    font-size: 9vw;
  }
}
.sec-mv__hdg .copy--l {
  position: static;
}
.sec-mv__hdg .copy--l {
  translate: -20px 0;
}
.sec-mv__hdg .copy--r {
  translate: 20px 0;
}
.sec-mv__hdg .copy span {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, .3); /* 軽めの影 */
}
.sec-mv__hdg .copy span.is-show {
  opacity: 1;
}
.sec-mv__hdg .copy span._br {
  width: 0.5em;
}
@media only screen and (max-width: 767px) {
  .sec-mv__hdg .copy span._br {
    display: block;
    width: 0;
  }
}
.sec-mv__hdg .copy span._space {
  width: 0.5em;
}
.sec-mv__logo {
  position: absolute;
  top: 30px;
  right: 60px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sec-mv__logo {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv__logo img {
    width: 94px;
    height: 70px;
  }
}
.sec-mv__scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sec-mv__scroll {
    bottom: 30px;
  }
}
.sec-mv__scroll .scroll {
  display: inline-block;
  vertical-align: middle;
  color: #CF152D;
  line-height: 1;
  position: relative;
  width: 2px;
  height: 35px;
  background: currentColor;
  -webkit-animation: down 1.5s infinite;
          animation: down 1.5s infinite;
}
.sec-mv__scroll .scroll::before {
  content: "";
  width: 25px;
  height: 25px;
  border: 2px 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;
  }
}

body.noscroll {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
  padding-right: var(--bar);
}
body.noscroll .g-header {
  width: calc(100% - var(--bar));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow: visible !important;
}
html.is-mv-start .sec-mv__hdg .copy {
  translate: 0 0;
  opacity: 1;
  -webkit-transition: opacity 5s ease-out, translate 5s ease-in-out;
  transition: opacity 5s ease-out, translate 5s ease-in-out;
}
html.is-mv-start .sec-mv__img .img {
  translate: 0 0;
  opacity: 1;
  -webkit-transition: opacity 5s ease-out, translate 5s ease-in-out;
  transition: opacity 5s ease-out, translate 5s ease-in-out;
}
html.is-mv-ended .sec-mv__logo {
  opacity: 1;
}
html.is-mv-ended .sec-mv__scroll {
  opacity: 1;
}
html.is-mv-ended .sec-mv__hdg ._red {
  color: #CF152D;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

/* en
=================================================================*/
/* zh
=================================================================*/
/*--------------------------------------------------------------------------
   #sec-second
---------------------------------------------------------------------------*/
.sec-second {
  padding: 80px 0 100px;
  background-color: #525659;
}
@media only screen and (max-width: 767px) {
  .sec-second {
    padding: 40px 20px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-second__inline {
    position: relative;
    padding-top: 280px;
  }
}
.sec-second__hdg {
  display: block;
  margin-bottom: 100px;
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1900px) {
  .sec-second__hdg {
    font-size: 3.33vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-second__hdg {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 500px) {
  .sec-second__hdg {
    font-size: 8vw;
  }
}
@media screen and (max-width: 500px) and (max-height: 500px) {
  .sec-second__hdg {
    line-height: 1.5;
  }
}
.sec-second__box {
  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;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-second__box {
    display: block;
  }
}
.sec-second__box .img {
  position: relative;
  width: 50%;
  min-height: 313px;
}
@media only screen and (max-width: 767px) {
  .sec-second__box .img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    translate: -50% 0;
    height: 200px;
  }
}
.sec-second__box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.sec-second__box .img img.logo {
  width: 369px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .sec-second__box .img img.logo {
    width: 36.9vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-second__box .img img.logo {
    width: 200px;
  }
}
.sec-second__box .img img.clock {
  width: 469px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .sec-second__box .img img.clock {
    width: 46.9vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-second__box .img img.clock {
    width: 320px;
  }
}
.sec-second__box .text {
  position: relative;
  padding-left: 100px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  line-height: 2.5;
}
@media screen and (max-width: 1100px) {
  .sec-second__box .text {
    padding-left: 9vw;
  }
}
@media screen and (max-width: 1000px) {
  .sec-second__box .text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-second__box .text {
    padding-left: 20px;
    width: 100%;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .sec-second__box .text {
    font-size: 3.7vw;
  }
}
.sec-second__box .text .line {
  position: absolute;
  top: 0;
  left: 0px;
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #CF152D;
  z-index: 1;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
@media only screen and (max-width: 767px) {
  .sec-second__box .text .line {
    left: 0;
    width: 2px;
  }
}
.sec-second .sec-second__box .img .clock {
  opacity: 0;
}
.sec-second .sec-second__box .img.is-animated .logo {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.sec-second .sec-second__box .img.is-animated .clock {
  opacity: 1;
  -webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* en
=================================================================*/
html:lang(en) body .sec-second__hdg {
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1900px) {
  html:lang(en) body .sec-second__hdg {
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  html:lang(en) body .sec-second__hdg {
    font-size: 6.8vw;
  }
}
html:lang(en) body .sec-second .text {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  html:lang(en) body .sec-second .text {
    padding-left: 9vw;
  }
}
@media screen and (max-width: 1100px) {
  html:lang(en) body .sec-second .text {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .sec-second .text {
    padding-left: 20px;
    width: 100%;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  html:lang(en) body .sec-second .text {
    font-size: 3vw;
  }
}

/*--------------------------------------------------------------------------
   #sec-episode
---------------------------------------------------------------------------*/
.sec-episode {
  padding: 125px 0;
  /* 767px以下ではSwiperの動作を有効に */
}
@media only screen and (max-width: 767px) {
  .sec-episode {
    padding: 75px 0;
  }
}
.sec-episode__inline {
  position: relative;
  width: 730px;
  margin: 0 auto;
  padding: 0 85px;
}
@media screen and (max-width: 1240px) {
  .sec-episode__inline {
    margin: 0 0 0 170px;
    padding: 0 6.85vw;
  }
}
@media screen and (max-width: 1000px) {
  .sec-episode__inline {
    width: calc(93.15vw - 190px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-episode__inline {
    width: 100%;
    margin: 0;
    padding: 0 20px 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .sec-episode__inline._btn {
    padding: 0;
  }
}
.sec-episode__inline .line {
  position: absolute;
  top: 0;
  left: 0px;
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #CF152D;
  z-index: 1;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
@media only screen and (max-width: 767px) {
  .sec-episode__inline .line {
    left: 20px;
    width: 2px;
  }
}
.sec-episode__ttl {
  position: absolute;
  top: 0;
  left: -20px;
  translate: -100% 0;
  font-size: 24px;
  line-height: 1;
  color: #CF152D;
}
@media only screen and (max-width: 767px) {
  .sec-episode__ttl {
    position: static;
    translate: 0 0;
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.sec-episode__hdg {
  margin-bottom: 100px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .sec-episode__hdg {
    font-size: 4.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-episode__hdg {
    margin-bottom: 25px;
    font-size: 33px;
  }
}
.sec-episode__txt {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-episode__txt {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.sec-episode__txt2 {
  margin: 25px 0 15px;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sec-episode__txt2 {
    margin: 25px 0 10px;
    font-size: 15px;
  }
}
.sec-episode__img {
  position: relative;
}
.sec-episode__img img {
  width: 100%;
  height: auto;
}
.sec-episode__img figcaption {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 25px;
  translate: -50% 0;
  width: 100%;
  padding: 5px;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-episode__img figcaption {
    bottom: 15px;
    font-size: 20px;
  }
}
.sec-episode__img figcaption._bg {
  width: 150px;
  background-color: rgba(255, 255, 255, .75);
}
@media only screen and (max-width: 767px) {
  .sec-episode__img figcaption._bg {
    width: 120px;
  }
}
.sec-episode__img-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-episode__img-list {
    display: block;
  }
}
.sec-episode__img-item {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .sec-episode__img-item {
    width: 100%;
  }
  .sec-episode__img-item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.sec-episode__img-txt {
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sec-episode__img-txt {
    font-size: 13px;
  }
}
.sec-episode__btn {
  max-width: 620px;
  margin: 55px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-episode__btn {
    width: calc(100% - 40px);
    margin: 55px auto 0;
  }
}
.sec-episode__btn a {
  height: 84px;
  background-color: #4E5157;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .sec-episode__btn a {
    height: 90px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.sec-episode .swiper {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-episode .swiper {
    position: relative;
    width: 100%;
    margin: 55px 0 0;
    padding: 0 0 70px;
    overflow: hidden;
  }
}
.sec-episode .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.sec-episode .swiper-slide {
  width: calc(20% - 10px);
}
.sec-episode .swiper-slide a {
  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;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 5px;
  aspect-ratio: 1/1;
}
.sec-episode .swiper-slide a picture {
  display: block;
}
.sec-episode .swiper-slide.swiper-slide-active a,
.sec-episode .swiper-slide a:hover {
  background-color: rgba(0, 0, 0, .2);
}
.sec-episode .swiper-slide.swiper-slide-active a img,
.sec-episode .swiper-slide a:hover img {
  scale: 1;
}
.sec-episode .swiper-slide.swiper-slide-active a .cap,
.sec-episode .swiper-slide a:hover .cap {
  opacity: 1;
}
.sec-episode .swiper-slide img {
  width: 100%;
  height: auto;
  scale: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-episode .swiper-slide img {
    scale: 0.75;
  }
}
.sec-episode .swiper-slide .cap {
  margin-top: -15px;
  font-size: 16px;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-episode .swiper-slide .cap {
    margin-top: -10px;
  }
}
.sec-episode .swiper-button-prev,
.sec-episode .swiper-button-next {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec-episode .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 0px;
  }
  .sec-episode .swiper-slide {
    width: 40%;
  }
  .sec-episode .swiper-button-prev,
  .sec-episode .swiper-button-next {
    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;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .sec-episode .swiper-button-prev::after,
  .sec-episode .swiper-button-next::after {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
  }
  .sec-episode .swiper-button-prev {
    left: 50%;
    -webkit-transform: translate(calc(-25vw - 20px), 0);
            transform: translate(calc(-25vw - 20px), 0);
  }
  .sec-episode .swiper-button-next {
    right: 50%;
    -webkit-transform: translate(calc(25vw + 20px), 0);
            transform: translate(calc(25vw + 20px), 0);
  }
}
.sec-episode__wrap {
  position: relative;
  overflow: hidden;
}
.sec-episode__wrap video {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  scale: 1.4;
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  .sec-episode__wrap video {
    height: calc(100% - 165px);
    scale: 1.1;
  }
}
@media screen and (max-width: 660px) {
  .sec-episode__wrap video {
    scale: 1.4;
  }
}
.sec-episode__wrap .sec-episode__inline {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sec-episode__wrap .sec-episode__inline {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.sec-episode__wrap .txt-box-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.sec-episode__wrap .txt-box {
  position: absolute;
  top: 0;
  left: 0;
}
.sec-episode--1 {
  background-color: #eee;
}
.sec-episode--2 {
  background-color: #B19B62;
}
.sec-episode--2 .sec-episode__img figcaption {
  position: static;
  display: block;
  width: 100% !important;
  margin-top: 5px;
  font-size: 15px;
  text-align: center;
  translate: 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-episode--2 .sec-episode__img figcaption {
    font-size: 13px;
  }
}
.sec-episode--3 {
  background-color: #fff;
}
.sec-episode--4 {
  background-color: #525659;
  color: #fff;
}
.sec-episode--5 {
  background-color: #000;
  color: #fff;
}
.sec-episode--5 .sec-episode__txt:last-of-type {
  margin-bottom: 0;
}

/* en
=================================================================*/
html:lang(en) body .sec-episode__hdg {
  font-size: 40px;
}
@media screen and (max-width: 1000px) {
  html:lang(en) body .sec-episode__hdg {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .sec-episode__hdg {
    font-size: 28px;
  }
}
html:lang(en) body .sec-episode .sec-episode__img figcaption {
  bottom: 10px;
  padding: 5px 10px;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .sec-episode .sec-episode__img figcaption {
    bottom: 15px;
    font-size: 18px;
  }
}
html:lang(en) body .sec-episode .sec-episode__img figcaption._bg {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .sec-episode .sec-episode__img figcaption._bg {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .sec-episode__wrap video {
    height: calc(100% - 145px);
    scale: 1.3;
  }
}
@media screen and (max-width: 660px) {
  html:lang(en) body .sec-episode__wrap video {
    height: calc(100% - 210px);
    scale: 1.3;
  }
}