/************************************

reset

************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  border: 0;
}

table {
  border-collapse: collapse;
}

address,
em {
  font-style: normal;
}

button {
  padding: 0;
  border: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000;
}

/************************************

base

************************************/
html {
  font-size: 625%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 580%;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 1080px;
  background-color: #000;
  color: #fff;
  font-size: .16rem;
  font-family: sans-serif;
}

body.is-fixed {
  overflow-y: hidden;
}

@media screen and (max-width: 1080px) {
  body {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    min-width: 100%;
  }
}

a {
  color: inherit;
  transition: 0.2s all ease 0s;
}

p {
  line-height: 1.6;
}

p a {
  text-decoration: underline;
}

p a:hover {
  color: #730000;
  text-decoration: none;
}

sub {
  vertical-align: baseline;
  font-size: .7em;
}

img {
  max-width: 100%;
  height: auto;
}

.btn-primary {
  display: inline-block;
  padding: .3em 2em;
  border-radius: 2px;
  background: #000;
  font-weight: bold;
  font-size: .21rem;
  text-decoration: none;
}

.btn-primary:hover {
  background: #730000;
}

.btn-navigation-trigger {
  position: relative;
  display: block;
  width: .6rem;
  height: .6rem;
  border: 0;
  border-radius: 50%;
  background: transparent;
  outline: 0;
}

.btn-navigation-trigger:hover {
  cursor: pointer;
}

.btn-navigation-trigger span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 50%;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}

.btn-navigation-trigger span::before,
.btn-navigation-trigger span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: center center;
  transition: 0.2s all ease 0s;
}

.btn-navigation-trigger span::before {
  transform: translate(0, -0.09rem);
}

.btn-navigation-trigger span::after {
  transform: translate(0, 0.09rem);
}

.is-open .btn-navigation-trigger span {
  height: 0;
}

.is-open .btn-navigation-trigger span::before {
  transform: translate(0, 0) rotate(-45deg) scaleX(1.8);
}

.is-open .btn-navigation-trigger span::after {
  transform: translate(0, 0) rotate(45deg) scaleX(1.8);
}

.cast {
  padding: min(1rem, 10vw) 0.2rem 0 0.2rem;
  background: url(images/cast_bg.jpg);
}

.cast__container {
  max-width: 1300px;
  margin: 0 auto;
}

.cast__container+.cast__container {
  margin: min(1rem, 10vw) auto 0 auto;
}

.cast__heading {
  margin: 0 0 min(0.58rem, 6vw);
  text-align: center;
  opacity: 0;
}

.cast__heading.is-show {
  -webkit-animation: fade .4s ease forwards;
  animation: fade .4s ease forwards;
}

.cast__list-v {
  display: flex;
  flex-direction: column;
  gap: min(0.68rem, 10vw);
}

.cast__list-h {
  display: flex;
  gap: min(0.68rem, 10vw);
}

@media screen and (max-width: 767px) {
  .cast__list-h {
    flex-direction: column;
  }
}

.cast__item {
  flex: 1;
}

.comment {
  padding: min(1rem, 10vw) 0.2rem 0.3rem 0.2rem;
  background: url(images/cast_bg.jpg);
}

@media screen and (max-width: 767px) {
  .comment {
    padding: min(1rem, 10vw) 0 0.3rem 0;
  }
}

.comment__container {
  max-width: 1300px;
  margin: 0 auto;
}

.comment__heading {
  margin: 0 0 min(0.58rem, 6vw);
  text-align: center;
  opacity: 0;
}

.comment__heading.is-show {
  -webkit-animation: fade .4s ease forwards;
  animation: fade .4s ease forwards;
}

.comment__list {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-top: .5rem;
  opacity: 0;
  opacity: 0;
}

.comment__list.is-show {
  -webkit-animation: fade .4s ease forwards;
  animation: fade .4s ease forwards;
}

@media screen and (max-width: 990px) {
  .comment__list {
    gap: .2rem;
  }
}

@media screen and (max-width: 767px) {
  .comment__list {
    flex-wrap: nowrap;
    gap: .1rem;
    overflow-x: scroll;
    padding: 0 .15rem;
  }
}

.comment__item {
  flex-basis: calc((100% - .6rem) / 3);
}

@media screen and (max-width: 990px) {
  .comment__item {
    flex-basis: calc((100% - .2rem) / 2);
  }
}

@media screen and (max-width: 767px) {
  .comment__item {
    flex-shrink: 0;
    flex-basis: 88%;
  }
}

.footer {
  margin: 0;
  padding: 2.52rem .1rem .43rem;
  background: url(images/foot_bg.png) repeat-x center top, url(images/cast_bg.jpg) left top;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 1.6rem .1rem .3rem;
    background-size: 350%;
  }
}

.footer__credit {
  margin: 1em 0 0;
  color: #3f3f3f;
  font-size: .11rem;
  line-height: 1.5;
}

.footer__credit img {
  margin: 0 0 0 .5em;
}

@media screen and (max-width: 767px) {
  .footer__credit {
    font-size: .08rem;
  }

  .footer__credit img {
    width: 2em;
  }
}

.intro {
  padding: 0 0 min(1.43rem, 15vw) 0;
  background: url(images/intro_bg.jpg) center bottom/contain;
}

.intro__photo img {
  width: 100%;
  max-width: none;
}

.intro__container {
  margin: min(-0.5rem, -4vw) 0 0;
  padding: 0 .2rem;
  opacity: 0;
  transition: .4s ease all;
  transform: translate(0, 0.5rem);
}

.intro__container.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .intro__container {
    margin: -5vw 0 0;
  }
}

.intro__catch {
  text-align: center;
}

.intro__txt {
  max-width: 984px;
  margin: min(0.3rem, 3vw) auto 0 auto;
  color: #bba864;
  font-weight: bold;
  font-size: min(0.17rem, 3.3vw);
  line-height: 2.2;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .intro__txt {
    line-height: 1.9;
  }
}

.main {
  position: relative;
}

.main__title {
  position: absolute;
  right: 0;
  bottom: 129px;
  left: 0;
  width: 0;
  max-width: 1920px;
  margin: 0 auto;
  transition: .2s ease .8s width;
}

@media screen and (max-width: 767px) {
  .main__title {
    bottom: 38vw;
  }
}

.main__title img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 272px;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .main__title img {
    max-width: 100%;
    height: 17.86vw;
  }
}

.-loaded .main__title {
  width: 100%;
}

.main__btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main__btn {
    bottom: 3vw;
  }
}

.main__bg {
  height: 960px;
  margin: 0 auto;
  background: url(images/main@2x.jpg) no-repeat center top;
  background-size: auto 100%;
  text-align: center;
}

.main__bg img {
  width: auto;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .main__bg {
    height: auto;
    background-image: url(images/main-sp.jpg);
    background-size: cover;
    aspect-ratio: 750 / 1140;
  }
}

.mm-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(1.2rem, 5vw) 0.3rem;
  background: url(images/movie_bg.jpg) no-repeat center center/cover;
  opacity: 0;
  transition: .4s ease .1s opacity;
}

.mm-container.is-show {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .mm-container {
    flex-direction: column-reverse;
    gap: .3rem;
  }
}

@media screen and (max-width: 767px) {
  .mm-container__item:first-of-type {
    overflow: hidden;
    margin: .1rem 0 0;
  }
}

.mm-container__item:last-of-type {
  box-sizing: content-box;
  max-width: 900px;
  padding: 0 min(0.58rem, 6vw);
}

@media screen and (max-width: 767px) {
  .mm-container__item:last-of-type {
    padding: 0;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease opacity;
}

.modal.is-show {
  opacity: 1;
  pointer-events: all;
}

.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.modal__container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: .3rem;
  opacity: 0;
  pointer-events: none;
  transition: .5s ease opacity .1s, .5s ease transform .1s;
  transform: translate(0, 20px);
}

.is-show .modal__container {
  opacity: 1;
  transform: translate(0, 0);
}

.modal__close {
  position: fixed;
  top: 0;
  right: .1rem;
  z-index: 2;
  background: transparent;
}

.modal__close:hover {
  cursor: pointer;
}

.modal__close span {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}

.modal__close span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.modal__close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}

.movie-player {
  max-width: 1000px;
  margin: 0 auto;
}

.is-show .movie-player {
  pointer-events: all;
}

.movie-player__contents {
  width: 100%;
  background: #000;
}

.movie-player__contents iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1920 / 1080;
}

.movie-player__selector {
  display: flex;
  border-top: 3px solid #730000;
}

.movie-player__btn {
  position: relative;
  flex: 1;
  padding: 1em .8em;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: .16rem;
  text-align: center;
  transition: 0.2s all ease 0s;
}

.movie-player__btn:hover {
  background: rgba(115, 0, 0, 0.8);
  color: #fff;
  cursor: pointer;
}

.movie-player__btn.is-active {
  background: #730000;
  color: #fff;
}

.movie-player__btn.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #730000;
}

@media screen and (max-width: 767px) {
  .movie-player__btn {
    font-size: 3vw;
  }
}

.movie {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #000;
}

.movie:hover {
  cursor: pointer;
}

.movie__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .movie__btn {
    width: 20vw;
  }
}

.movie__bg {
  opacity: .7;
  transition: 0.2s all ease 0s;
}

.movie:hover .movie__bg {
  opacity: 1;
  transform: scale(1.03);
}

.movie__bg img {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .mvtk {
    max-width: 320px;
  }
}

#mvtk-widgets-container {
  width: 100%;
  margin: 0 auto;
}

.navigation__btn {
  position: fixed;
  top: .1rem;
  right: .1rem;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .navigation__btn {
    top: 0;
    right: 0;
  }
}

.navigation__container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  gap: .2rem;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 770px;
  padding: .2rem;
  background: rgba(115, 0, 0, 0.98);
  opacity: 0;
  pointer-events: none;
  transition: .3s ease opacity;
}

@media screen and (max-width: 767px) {
  .navigation__container {
    flex-direction: column;
    justify-content: center;
    margin: -.3rem 0 0;
  }
}

.navigation.is-open .navigation__container {
  opacity: 1;
  pointer-events: all;
}

.navigation__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3vw;
}

@media screen and (max-width: 767px) {
  .navigation__list {
    flex-direction: column;
  }
}

.navigation__item {
  color: #fff;
  font-weight: bold;
  font-size: 10vw;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -.05em;
  transition: 0.2s all ease 0s;
}

@media screen and (max-width: 767px) {
  .navigation__item {
    font-size: 12vw;
  }
}

.navigation__item a {
  text-decoration: none;
}

.navigation__item em {
  vertical-align: top;
  color: #fff;
  font-size: .5em;
}

@media screen and (max-width: 767px) {
  .navigation__item em {
    font-size: .6em;
  }
}

.navigation__item:hover {
  color: #000;
}

.photo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .photo {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.photo__item {
  opacity: 0;
  transition: .4s ease opacity;
}

.photo__item img {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .photo__item:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

.is-show .photo__item {
  opacity: 1;
}

.is-show .photo__item:nth-of-type(1) {
  transition-delay: .2s;
}

.is-show .photo__item:nth-of-type(2) {
  transition-delay: .3s;
}

.is-show .photo__item:nth-of-type(3) {
  transition-delay: .4s;
}

.profile {
  display: flex;
  gap: min(0.3rem, 5vw);
  align-items: center;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .profile {
    flex-direction: column;
  }
}

.profile.is-show {
  -webkit-animation: fade .4s ease forwards;
  animation: fade .4s ease forwards;
}

.profile__content {
  flex: 1;
}

.profile__name {
  margin: 0 0 .5em;
  font-weight: bold;
  font-size: .16rem;
}

.profile__name em {
  margin: 0 .5em 0 0;
  color: #bba864;
  font-size: 1.31em;
}

@media screen and (max-width: 767px) {
  .profile__name em {
    display: block;
    margin: 0 0 .3em;
  }
}

.profile__txt {
  color: #b5b5b5;
  font-size: .13rem;
  text-align: justify;
}

.site-loading {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #000;
  transition: 0.5s cubic-bezier(0.83, 0, 0.17, 1) height 0.4s;
}

.site-loading.-loaded {
  height: 0;
}

.story {
  position: relative;
  padding: min(0.6rem, 6vw) 0;
  background: url(images/story_bg.jpg) center center;
}

.story__photo {
  position: absolute;
  top: -5vw;
  left: 0;
  width: 51%;
  opacity: 0;
  transition: 1.5s cubic-bezier(0.16, 1, 0.3, 1) transform, 0.4s ease opacity;
  transform: rotate(4deg) translate(-1rem, 0);
  transform-origin: top left;
}

@media screen and (max-width: 1210px) {
  .story__photo {
    position: static;
    width: 70%;
    margin: -10vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .story__photo {
    width: 100%;
  }
}

.story__photo img {
  width: 100%;
  max-width: none;
}

.story__photo.is-show {
  opacity: 1;
  transform: rotate(0) translate(0, 0);
}

.story__container {
  display: flex;
  gap: min(0.76rem, 7vw);
  align-items: flex-end;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 .2rem;
  opacity: 0;
}

.story__container.is-show {
  -webkit-animation: fade .4s ease forwards;
  animation: fade .4s ease forwards;
}

@media screen and (max-width: 1210px) {
  .story__container {
    flex-direction: column;
    align-items: center;
  }
}

.story__content {
  flex: 1;
  padding: 0 0 min(0.5rem, 5vw) 0;
}

@media screen and (max-width: 1350px) {
  .story__content {
    padding: 0;
  }
}

.story__heading {
  margin: 0 0 min(0.25rem, 2.5vw);
}

@media screen and (max-width: 1210px) {
  .story__heading {
    text-align: center;
  }
}

.story__txt {
  color: #bba864;
  font-weight: bold;
  font-size: .15rem;
  line-height: 2.2;
  text-align: justify;
}

.story__chart {
  flex: 1;
}

.fade-in {
  opacity: 0;
}

.fade-in.is-show {
  opacity: 1;
  transition: .7s ease opacity 1s;
}

@-webkit-keyframes catchFrame {
  0% {
    width: 0%;
    transform: scaleX(1);
  }

  40% {
    width: 100%;
    transform: scaleX(1);
  }

  60% {
    width: 100%;
    transform: scaleX(1);
  }

  100% {
    width: 100%;
    transform: scaleX(0);
  }
}

@keyframes catchFrame {
  0% {
    width: 0%;
    transform: scaleX(1);
  }

  40% {
    width: 100%;
    transform: scaleX(1);
  }

  60% {
    width: 100%;
    transform: scaleX(1);
  }

  100% {
    width: 100%;
    transform: scaleX(0);
  }
}

@-webkit-keyframes catchText {
  0% {
    visibility: hidden;
  }

  40% {
    visibility: hidden;
  }

  60% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@keyframes catchText {
  0% {
    visibility: hidden;
  }

  40% {
    visibility: hidden;
  }

  60% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@-webkit-keyframes fade {
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blur {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0.97) skew(1.5deg);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) skew(0);
  }
}

@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0.97) skew(1.5deg);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) skew(0);
  }
}

@-webkit-keyframes mouseon {
  1% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mouseon {
  1% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes glitch {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scaleX(1.4);
  }

  50% {
    opacity: 1;
    transform: scaleX(1.2);
  }

  85% {
    opacity: 0;
    transform: scaleX(1);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes glitch {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scaleX(1.4);
  }

  50% {
    opacity: 1;
    transform: scaleX(1.2);
  }

  85% {
    opacity: 0;
    transform: scaleX(1);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

/************************************

Display switch

************************************/
.pc-block {
  display: block;
}

.pc-inline {
  display: inline;
}

.sp-block {
  display: none;
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }
}