@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
.mv {
  padding-bottom: 10rem;
}
.mv-img {
  margin: 0 calc(50% - 50vw);
}
.mv h1 {
  margin: -12.4rem auto 6rem;
  width: calc(517 / 650 * 100%);
}
.mv-onair {
  margin: 0 auto;
  width: calc(510 / 650 * 100%);
  font-size: 2.5rem;
}
.mv-onair-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #000000;
}
.mv-onair-date {
  font-family: "Staatliches", sans-serif;
  font-size: 330%;
  line-height: 0.7;
  letter-spacing: 0;
  margin: 0 auto;
}
.mv-onair-num {
  text-align: center;
  width: 59.8039215686%;
}
.mv-onair-num dt {
  margin-bottom: 0.6em;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-size: 1em;
  font-weight: 900;
  letter-spacing: 0;
}
.mv-onair-num dd {
  position: relative;
  padding: 0.3em 0;
  width: 100%;
  font-size: 184%;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #ffffff;
  background-color: #000000;
}
.mv-onair-num dd::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.6rem;
  height: 60%;
  background-color: #fff100;
  clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
}
.mv-onair-num dd::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.6rem;
  height: 60%;
  background-color: #fff100;
  clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
  transform: scale(-1, 1);
}
.mv-onair-num dd .font-en {
  font-weight: normal;
  line-height: 0.7;
}
.mv-onair-num dd .accent {
  color: #fff100;
}
.mv-onair-time {
  text-align: center;
  margin-bottom: 0.2em;
  font-size: 144%;
  font-weight: bold;
}
.mv-onair-time span {
  margin: 0 0.1em;
  font-size: 250%;
  font-weight: normal;
}
.mv-onair-time .font-en {
  position: relative;
  top: 0.06em;
}
.mv-onair-note {
  text-align: right;
  font-size: 64%;
  font-weight: bold;
}
.mv .banner-list {
  margin-top: 7rem;
}
.mv .banner-list li {
  margin: 0 0.4rem 2.5rem;
  width: calc(480 / 650 * 100%);
}
.mv .banner-list li.half {
  width: calc(236 / 650 * 100%);
}

@media screen and (min-width: 768px) {
  .mv {
    padding-bottom: 0;
  }
  .mv .inner {
    width: 100%;
    max-width: initial;
  }
  .mv-grid {
    display: flex;
    align-items: center;
  }
  .mv-img {
    margin: 0;
    width: calc(960 / 1600 * 100%);
  }
  .mv-right {
    width: calc(640 / 1600 * 100%);
  }
  .mv h1 {
    margin: 0 auto 4.8rem;
    width: 80.78125%;
  }
  .mv-onair {
    width: 79.6875%;
    font-size: 1.56vw;
  }
  .mv .banner-list {
    margin-left: auto;
    margin-right: auto;
    width: 78.125%;
  }
  .mv .banner-list li {
    width: 96%;
  }
  .mv .banner-list li.half {
    width: 47.2%;
  }
}
/* =====================================================================
    animation
======================================================================*/
.sec-ttl {
  display: flex;
  font-family: "Staatliches", sans-serif;
  font-size: 16rem;
  line-height: 0.8;
  overflow: hidden;
}
.sec-ttl.is-appear span {
  animation: textanimation 1s forwards;
}
.sec-ttl span {
  display: inline-block;
  transform: translateY(2em);
}
.sec-ttl span:nth-child(1) {
  animation-delay: 0.1s;
}
.sec-ttl span:nth-child(2) {
  animation-delay: 0.2s;
}
.sec-ttl span:nth-child(3) {
  animation-delay: 0.3s;
}
.sec-ttl span:nth-child(4) {
  animation-delay: 0.4s;
}
.sec-ttl span:nth-child(5) {
  animation-delay: 0.5s;
}
.sec-ttl span:nth-child(6) {
  animation-delay: 0.6s;
}
.sec-ttl span:nth-child(7) {
  animation-delay: 0.7s;
}
.sec-ttl span:nth-child(8) {
  animation-delay: 0.8s;
}
.sec-ttl span:nth-child(9) {
  animation-delay: 0.9s;
}
.sec-ttl span:nth-child(10) {
  animation-delay: 1s;
}

.sec-ttl-img {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.sec-ttl-img.is-appear img {
  animation: textanimation 1s forwards;
}
.sec-ttl-img img {
  display: inline-block;
  transform: translateY(100%);
  width: auto;
  height: 11.1rem;
}
.sec-ttl-img img:nth-child(1) {
  animation-delay: 0.1s;
}
.sec-ttl-img img:nth-child(2) {
  animation-delay: 0.2s;
}
.sec-ttl-img img:nth-child(3) {
  animation-delay: 0.3s;
}
.sec-ttl-img img:nth-child(4) {
  animation-delay: 0.4s;
}
.sec-ttl-img img:nth-child(5) {
  animation-delay: 0.5s;
}
.sec-ttl-img img:nth-child(6) {
  animation-delay: 0.6s;
}
.sec-ttl-img img:nth-child(7) {
  animation-delay: 0.7s;
}
.sec-ttl-img img:nth-child(8) {
  animation-delay: 0.8s;
}
.sec-ttl-img img:nth-child(9) {
  animation-delay: 0.9s;
}
.sec-ttl-img img:nth-child(10) {
  animation-delay: 1s;
}

@keyframes textanimation {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    font-size: 13rem;
  }
}
/* =====================================================================
    news
======================================================================*/
.news {
  padding: 20rem 0;
  background: url(../images/top/bg_news-sp.jpg) no-repeat center/cover;
  overflow: hidden;
}
.news .sec-ttl {
  margin-bottom: 7rem;
  color: #fff100;
}
.news-list {
  width: calc(700 / 650 * 100%);
}
.news-list li {
  margin-bottom: 1rem;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 3rem 4.2857142857%;
  background-color: rgba(78, 132, 132, 0.6);
}
.news-list li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.6rem;
  height: 60%;
  background-color: #fff100;
  clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
}
.news-list li time {
  position: relative;
  top: 0.1em;
  flex-shrink: 0;
  margin-right: 4.8rem;
  font-family: "Staatliches", sans-serif;
  font-size: 75%;
  color: #fff100;
}
.news-list li time span {
  display: block;
  margin-top: 0.15em;
  font-size: 120%;
}
.news-list li h3 {
  flex-grow: 1;
  color: #ffffff;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.thunder01 {
  position: absolute;
  bottom: -21.1rem;
  left: -28.8rem;
  width: 123.2rem;
  height: 71.5rem;
  background: url(../images/top/img_thunder01.png) no-repeat;
  background-size: 700% auto;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.thunder01.is-appear {
  animation: steps-thunder01 3.2s steps(6) forwards;
}

@keyframes steps-thunder01 {
  0% {
    opacity: 0;
    background-position: 0 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    background-position: -739.2rem 0;
  }
  90% {
    opacity: 1;
    background-position: -739.2rem 0;
  }
  100% {
    opacity: 0;
  }
}
.fragment_red {
  position: absolute;
  top: -1.3rem;
  left: -0.9rem;
  width: 62.7rem;
  height: 51.8rem;
}
.fragment_red img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
}
.fragment_red.is-appear img {
  animation: anime-explosion 1.2s cubic-bezier(0, 1, 0, 1) both;
}
.fragment_red.is-appear img:nth-child(1) {
  animation-delay: 0.1s;
}
.fragment_red.is-appear img:nth-child(2) {
  animation-delay: 0.2s;
}

@keyframes anime-explosion {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 768px) {
  .news {
    padding: 12rem 0;
    background-image: url(../images/top/bg_news-pc.jpg);
  }
  .news .inner {
    width: 100%;
    max-width: 1600px;
  }
  .news .sec-ttl {
    flex-shrink: 0;
    margin: 0 calc(120 / 1600 * 100%);
  }
  .news-grid {
    display: flex;
    align-items: flex-start;
  }
  .news-list {
    flex-grow: 1;
    width: calc(1100 / 1600 * 100%);
  }
  .news-list li {
    margin-bottom: 0.4rem;
  }
  .news-list li a {
    padding: 3.8rem 2.2727272727%;
  }
  .news-list li a[tabindex="-1"] {
    pointer-events: none;
  }
  .news-list li a:hover {
    transform: translateX(-10px);
  }
  .news-list li time span {
    display: inline;
    margin: 0 0 0 0.3em;
  }
  .news-list li h3 {
    max-width: 700px;
    font-size: 111%;
  }
  .thunder01 {
    bottom: auto;
    top: -9.5rem;
    left: auto;
    right: -12.2rem;
  }
  .fragment_red {
    top: -0.7rem;
    left: 3.5rem;
    width: 48.5rem;
    height: 35.2rem;
  }
}
/* =====================================================================
    nextstory
======================================================================*/
.nextstory {
  padding: 24.5rem 0;
  background: url(../images/top/bg_cloud.png) no-repeat center bottom -1.3rem/130% auto;
  overflow: hidden;
}
.nextstory .sec-ttl {
  margin-bottom: 6rem;
}
.nextstory-movie {
  position: relative;
  margin-bottom: 10rem;
  padding-top: 11rem;
}
.nextstory-movie-num {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Staatliches", sans-serif;
  font-size: 22rem;
  line-height: 0.75;
  color: transparent;
  -webkit-text-stroke: 0.2rem #ff0014;
  z-index: 1;
  pointer-events: none;
}
.nextstory-movie-num::before {
  content: "";
  display: inline-block;
  margin-right: 0.1em;
  width: 0.4em;
  height: 0.4em;
  background: url(../images/top/icon_pound.svg) no-repeat center/contain;
  vertical-align: top;
}
.nextstory-movie-wrap {
  position: relative;
  margin-left: calc(-80 / 650 * 100%);
  padding: 3rem;
  width: calc(810 / 650 * 100%);
  overflow: hidden;
}
.nextstory-movie-wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0.6em);
          backdrop-filter: blur(0.6em);
  z-index: -1;
}
.nextstory-episode {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4.5rem;
  font-size: 114%;
}
.nextstory-episode dt {
  position: relative;
  margin-right: 0.5em;
  padding: 0.35em 0.5em;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.12em;
  background-color: #ff0014;
}
.nextstory-episode dt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.6rem;
  height: 60%;
  background-color: #000000;
  clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
}
.nextstory-episode dd {
  position: relative;
  font-family: "Staatliches", sans-serif;
  font-size: 160%;
  line-height: 0.8;
  color: #ff0014;
}
.nextstory-episode dd::before {
  content: "#";
  display: inline-block;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-size: 94%;
  margin-right: 0.1em;
}
.nextstory-date {
  margin-bottom: 2rem;
  font-family: "Staatliches", sans-serif;
  font-size: 115%;
}
.nextstory-ttl {
  position: relative;
}
.nextstory-ttl::after {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: left 50%;
}
.nextstory-ttl.is-appear {
  animation: accent-color-slide-reveal 0.9s cubic-bezier(0.78, 0.1, 0.19, 0.91) forwards;
}
.nextstory-ttl.is-appear::after {
  animation: accent-color-slide-reveal-rt 0.9s cubic-bezier(0.78, 0.1, 0.19, 0.91) forwards;
}
.nextstory-ttl span {
  padding: 0.1em;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 142%;
  line-height: 1.9;
  background: #000000;
}
.nextstory-text {
  margin-top: 8rem;
  line-height: 1.928;
}

@keyframes accent-color-slide-reveal-rt {
  0% {
    transform: scaleX(0);
  }
  49% {
    transform: scaleX(1);
    transform-origin: left 50%;
  }
  49.1% {
    transform: scaleX(0.9);
    transform-origin: right 50%;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right 50%;
  }
}
@keyframes accent-color-slide-reveal {
  0% {
    color: transparent;
  }
  49% {
    color: transparent;
  }
  49.1% {
    color: #fff100;
  }
  100% {
    color: #fff100;
  }
}
.thunder02 {
  position: absolute;
  top: -13.3rem;
  left: -28.7rem;
  width: 96.5rem;
  height: 71.8rem;
  background: url(../images/top/img_thunder02.png) no-repeat;
  background-size: 1000% auto;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.thunder02.is-appear {
  animation: steps-thunder02 3s steps(9) forwards;
  animation-delay: 0.8s;
}

@keyframes steps-thunder02 {
  0% {
    opacity: 0;
    background-position: 0 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    background-position: -868.5rem 0;
  }
  90% {
    opacity: 1;
    background-position: -868.5rem 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .nextstory {
    padding: 20rem 0 14.5rem;
    background-position: center bottom -10.6rem;
    background-size: 100% auto;
  }
  .nextstory .sec-ttl {
    margin-bottom: 8rem;
  }
  .nextstory-grid {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 108%;
  }
  .nextstory-movie {
    margin: -18rem 0 0 7.1428571429%;
    padding-top: 18rem;
    width: 64.2857142857%;
  }
  .nextstory-movie-num {
    margin-right: 5.7142857143%;
    font-size: 30rem;
  }
  .nextstory-movie-wrap {
    margin-left: 0;
    width: 100%;
  }
  .nextstory-left {
    width: 28.5714285714%;
  }
  .nextstory-episode {
    font-size: 3rem;
  }
  .nextstory-date {
    font-size: 144%;
  }
  .nextstory-ttl span {
    font-size: 166%;
  }
  .nextstory-text {
    margin-top: 5rem;
  }
  .thunder02 {
    top: -12.6rem;
    left: -17.3rem;
  }
}
@media screen and (min-width: 1600px) {
  .nextstory-grid {
    width: calc(1400 / 1200 * 100%);
  }
}
/* =====================================================================
    movie
======================================================================*/
.movie {
  padding: 19rem 0 30rem;
  background: url(../images/top/bg_movie-sp.jpg) no-repeat center/cover;
  overflow: hidden;
}
.movie .sec-ttl-img {
  margin-bottom: 10rem;
}
.movie-poster {
  margin: 0 auto 9rem;
  width: calc(640 / 650 * 100%);
}
.movie-poster .deco-brackets-inner {
  padding: 1rem;
}
.movie-poster img {
  padding: 2rem;
  background: url(../images/top/bg_movie_poster.jpg) no-repeat center/cover;
}
.movie-ttl {
  margin: 0 auto 3rem;
  width: calc(500 / 650 * 100%);
}
.movie-date {
  text-align: center;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 120%;
  color: #ffffff;
  letter-spacing: 0.2em;
  line-height: 1.15;
}
.movie-date span,
.movie-date strong {
  font-size: 222%;
}
.movie-date strong {
  color: #fff100;
}
.movie-date .font-en {
  position: relative;
  top: 0.06em;
  font-weight: normal;
}

.thunder03 {
  position: absolute;
  top: -6.5rem;
  left: -10.2rem;
  width: 106.3rem;
  height: 63.6rem;
  background: url(../images/top/img_thunder03.png) no-repeat;
  background-size: 1000% auto;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.thunder03.is-appear {
  animation: steps-thunder03 3s steps(9) forwards;
  animation-delay: 0.2s;
}

@keyframes steps-thunder03 {
  0% {
    opacity: 0;
    background-position: 0 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    background-position: -956.7rem 0;
  }
  90% {
    opacity: 1;
    background-position: -956.7rem 0;
  }
  100% {
    opacity: 0;
  }
}
.fragment_yellow {
  position: absolute;
  bottom: 0;
  left: 2.2rem;
  width: 39.2rem;
  height: 28.6rem;
}
.fragment_yellow img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
}
.fragment_yellow.is-appear img {
  animation: anime-explosion 1.2s cubic-bezier(0, 1, 0, 1) both;
}
.fragment_yellow.is-appear img:nth-child(1) {
  animation-delay: 0.1s;
}
.fragment_yellow.is-appear img:nth-child(2) {
  animation-delay: 0.2s;
}

@media screen and (min-width: 768px) {
  .movie {
    padding: 16rem 0 20rem;
    background-image: url(../images/top/bg_movie-pc.jpg);
  }
  .movie-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .movie-poster {
    margin: 0;
    width: calc(640 / 1200 * 100%);
  }
  .movie-right {
    width: calc(490 / 1200 * 100%);
  }
  .movie-ttl {
    margin-bottom: 5rem;
    width: 72.8571428571%;
  }
  .movie-date {
    font-size: 3.4rem;
  }
  .thunder03 {
    top: -9.4rem;
    left: auto;
    right: -3.4rem;
  }
  .fragment_yellow {
    bottom: 7.4rem;
    left: 0.9rem;
  }
}
/* =====================================================================
    parallax
======================================================================*/
.parallax {
  position: relative;
  margin: -1px 0;
  width: 100%;
  height: 70vw;
  overflow: hidden;
}
.parallax::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(../images/common/bg_check_black.png) repeat center/5rem auto;
  z-index: 1;
}
.parallax::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/img_line_red.png), url(../images/common/img_line_black.png);
  background-position: top left, bottom left;
  background-repeat: no-repeat;
  background-size: 200% auto;
  z-index: 2;
}
.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140.625vw;
  background: url(../images/common/img_mv.jpg) no-repeat center top/100% auto;
}

@media screen and (min-width: 768px) {
  .parallax::after {
    background-size: 100% auto;
  }
}
@media screen and (orientation: landscape) {
  .parallax {
    max-height: 80vh;
  }
}/*# sourceMappingURL=top.css.map */