@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 1.3%) scale(0.99);
    transform: translate(0, 1.3%) scale(0.99);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 1.3%) scale(0.99);
    transform: translate(0, 1.3%) scale(0.99);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.main_wrapper .main_visual p {
  opacity: 0;
}
.main_wrapper .main_visual .-mash, .main_wrapper .main_visual .-fou {
  -webkit-transform: scale(0.8) translate3d(0, -86px, -80px);
  transform: scale(0.8) translate3d(0, -86px, -80px);
}
.main_wrapper .main_visual .-goredolf {
  -webkit-transform: scale(0.92) translate3d(0, -30px, -80px);
  transform: scale(0.92) translate3d(0, -30px, -80px);
}
.main_wrapper .main_visual .-holmes, .main_wrapper .main_visual .-devinci {
  -webkit-transform: scale(0.88) translate3d(0, -50px, -80px);
  transform: scale(0.88) translate3d(0, -50px, -80px);
}
.main_wrapper .main_visual .-earth {
  -webkit-transform: scale(0.95) translate3d(0, 0px, -40px);
  transform: scale(0.95) translate3d(0, 0px, -40px);
}
.main_wrapper .main_visual .-fujimaru {
  -webkit-transform: scale(0.5) rotate(-18deg) translate3d(-68%, -10%, 0);
  transform: scale(0.5) rotate(-18deg) translate3d(-68%, -10%, 0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.main_wrapper .main_visual .-goredolf img {
  -webkit-animation: fuwa 6s ease-in-out infinite;
  animation: fuwa 6s ease-in-out infinite;
}
.main_wrapper .main_visual .-holmes img, .main_wrapper .main_visual .-devinci img {
  -webkit-animation: fuwa 5s ease-in-out infinite;
  animation: fuwa 5s ease-in-out infinite;
}
.main_wrapper .main_visual .-holmes img {
  -webkit-transition-delay: -0.4s;
  transition-delay: -0.4s;
}
.main_wrapper .main_visual .-mash img, .main_wrapper .main_visual .-fou img {
  -webkit-animation: fuwa 4.5s ease-in-out infinite;
  animation: fuwa 4.5s ease-in-out infinite;
}
.main_wrapper .main_visual .-mash img {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.main_wrapper .main_visual .-fujimaru img {
  -webkit-animation: fuwa 4s ease-in-out infinite;
  animation: fuwa 4s ease-in-out infinite;
}
.main_wrapper .top_contents .main_logo, .main_wrapper .top_contents .movie_wrap, .main_wrapper .top_contents .banner_wrapper, .main_wrapper .top_contents .special_banner {
  opacity: 0;
  -webkit-transform: scale(0.95) translate(0, 30px);
  transform: scale(0.95) translate(0, 30px);
}

.is_open .main_wrapper .main_visual .-fujimaru {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
  transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0, 0.55, 1), transform 3s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.6s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.6s cubic-bezier(0.45, 0, 0.55, 1), transform 3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.6s cubic-bezier(0.45, 0, 0.55, 1), transform 3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 3s cubic-bezier(0.33, 1, 0.68, 1);
}
.is_open .main_wrapper .main_visual .-earth, .is_open .main_wrapper .main_visual .-goredolf, .is_open .main_wrapper .main_visual .-holmes, .is_open .main_wrapper .main_visual .-devinci, .is_open .main_wrapper .main_visual .-mash, .is_open .main_wrapper .main_visual .-fou {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: opacity 0.4s ease-out 0.6s, transform 2s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  -webkit-transition: opacity 0.4s ease-out 0.6s, -webkit-transform 2s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  transition: opacity 0.4s ease-out 0.6s, -webkit-transform 2s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  transition: opacity 0.4s ease-out 0.6s, transform 2s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  transition: opacity 0.4s ease-out 0.6s, transform 2s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, -webkit-transform 2s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
}
.is_open .main_wrapper .main_visual .-mash {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.is_open .main_wrapper .main_visual .-devinci {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.is_open .main_wrapper .main_visual .-holmes {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.is_open .main_wrapper .main_visual .-goredolf {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.is_open .main_wrapper .main_visual .-earth {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.is_open .top_contents .main_logo, .is_open .top_contents .movie_wrap, .is_open .top_contents .banner_wrapper, .is_open .top_contents .special_banner {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  -webkit-transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.is_open .top_contents .main_logo {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.is_open .top_contents .movie_wrap, .is_open .top_contents .special_banner {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.is_open .top_contents .banner_wrapper {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.top_news_wrapper.scroll_in .page_title {
  opacity: 0;
  -webkit-transform: translateY(15%) scaleY(0.95);
  transform: translateY(15%) scaleY(0.95);
}
.top_news_wrapper.scroll_in .news_list__item {
  opacity: 0;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}
.top_news_wrapper.scroll_in .btn_more {
  opacity: 0;
}
.top_news_wrapper.scroll_in.active .page_title {
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
  transform: translateY(0) scaleY(1);
  -webkit-transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.top_news_wrapper.scroll_in.active .news_list__item {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.top_news_wrapper.scroll_in.active .news_list__item:nth-child(1) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.top_news_wrapper.scroll_in.active .news_list__item:nth-child(2) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.top_news_wrapper.scroll_in.active .news_list__item:nth-child(3) {
  -webkit-transition-delay: 0.44s;
  transition-delay: 0.44s;
}
.top_news_wrapper.scroll_in.active .btn_more {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out 0.4s;
  transition: opacity 0.4s ease-out 0.4s;
}

.intro_wrapper.scroll_in .page_title {
  opacity: 0;
  -webkit-transform: translateY(15%) scaleY(0.95);
  transform: translateY(15%) scaleY(0.95);
}
.intro_wrapper.scroll_in .intro_text {
  opacity: 0;
}
.intro_wrapper.scroll_in .deco .-d1, .intro_wrapper.scroll_in .deco .-d2 {
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.intro_wrapper.scroll_in.active .page_title {
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
  transform: translateY(0) scaleY(1);
  -webkit-transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.intro_wrapper.scroll_in.active .intro_text {
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.intro_wrapper.scroll_in.active .deco .-d1, .intro_wrapper.scroll_in.active .deco .-d2 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.8s ease-out, transform 4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s ease-out, -webkit-transform 4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s ease-out, transform 4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s ease-out, transform 4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 4s cubic-bezier(0.33, 1, 0.68, 1);
}
.intro_wrapper.scroll_in.active .deco .-d1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.intro_wrapper.scroll_in.active .deco .-d2 {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.movie_wrapper.scroll_in .page_title {
  opacity: 0;
  -webkit-transform: translateY(15%) scaleY(0.95);
  transform: translateY(15%) scaleY(0.95);
}
.movie_wrapper.scroll_in .movie_list__item {
  opacity: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
.movie_wrapper.scroll_in.active .page_title {
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
  transform: translateY(0) scaleY(1);
  -webkit-transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.movie_wrapper.scroll_in.active .movie_list__item {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(1) {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(2) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(3) {
  -webkit-transition-delay: 0.33s;
  transition-delay: 0.33s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(4) {
  -webkit-transition-delay: 0.39s;
  transition-delay: 0.39s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(5) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(6) {
  -webkit-transition-delay: 0.51s;
  transition-delay: 0.51s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(7) {
  -webkit-transition-delay: 0.57s;
  transition-delay: 0.57s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(8) {
  -webkit-transition-delay: 0.63s;
  transition-delay: 0.63s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(9) {
  -webkit-transition-delay: 0.69s;
  transition-delay: 0.69s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(10) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(11) {
  -webkit-transition-delay: 0.81s;
  transition-delay: 0.81s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(12) {
  -webkit-transition-delay: 0.87s;
  transition-delay: 0.87s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(13) {
  -webkit-transition-delay: 0.93s;
  transition-delay: 0.93s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(14) {
  -webkit-transition-delay: 0.99s;
  transition-delay: 0.99s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(15) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(16) {
  -webkit-transition-delay: 1.11s;
  transition-delay: 1.11s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(17) {
  -webkit-transition-delay: 1.17s;
  transition-delay: 1.17s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(18) {
  -webkit-transition-delay: 1.23s;
  transition-delay: 1.23s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(19) {
  -webkit-transition-delay: 1.29s;
  transition-delay: 1.29s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(20) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(21) {
  -webkit-transition-delay: 1.41s;
  transition-delay: 1.41s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(22) {
  -webkit-transition-delay: 1.47s;
  transition-delay: 1.47s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(23) {
  -webkit-transition-delay: 1.53s;
  transition-delay: 1.53s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(24) {
  -webkit-transition-delay: 1.59s;
  transition-delay: 1.59s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(25) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(26) {
  -webkit-transition-delay: 1.71s;
  transition-delay: 1.71s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(27) {
  -webkit-transition-delay: 1.77s;
  transition-delay: 1.77s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(28) {
  -webkit-transition-delay: 1.83s;
  transition-delay: 1.83s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(29) {
  -webkit-transition-delay: 1.89s;
  transition-delay: 1.89s;
}
.movie_wrapper.scroll_in.active .movie_list__item:nth-child(30) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.character_wrapper.scroll_in .page_title {
  opacity: 0;
  -webkit-transform: translateY(15%) scaleY(0.95);
  transform: translateY(15%) scaleY(0.95);
}
.character_wrapper.scroll_in .chara_navi__list {
  opacity: 0;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.character_wrapper.scroll_in.active .page_title {
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
  transform: translateY(0) scaleY(1);
  -webkit-transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.character_wrapper.scroll_in.active .chara_navi__list {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.character_wrapper.scroll_in.active .chara_navi__list:nth-child(1) {
  -webkit-transition-delay: 0.38s;
  transition-delay: 0.38s;
}
.character_wrapper.scroll_in.active .chara_navi__list:nth-child(2) {
  -webkit-transition-delay: 0.46s;
  transition-delay: 0.46s;
}
.character_wrapper.scroll_in.active .chara_navi__list:nth-child(3) {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}
.character_wrapper.scroll_in.active .chara_navi__list:nth-child(4) {
  -webkit-transition-delay: 0.62s;
  transition-delay: 0.62s;
}
.character_wrapper.scroll_in.active .chara_navi__list:nth-child(5) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.staff_wrapper.scroll_in .page_title {
  opacity: 0;
  -webkit-transform: translateY(15%) scaleY(0.95);
  transform: translateY(15%) scaleY(0.95);
}
.staff_wrapper.scroll_in .staff_list__item {
  opacity: 0;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}
.staff_wrapper.scroll_in.active .page_title {
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
  transform: translateY(0) scaleY(1);
  -webkit-transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.staff_wrapper.scroll_in.active .staff_list__item {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(1) {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(2) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(3) {
  -webkit-transition-delay: 0.33s;
  transition-delay: 0.33s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(4) {
  -webkit-transition-delay: 0.39s;
  transition-delay: 0.39s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(5) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(6) {
  -webkit-transition-delay: 0.51s;
  transition-delay: 0.51s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(7) {
  -webkit-transition-delay: 0.57s;
  transition-delay: 0.57s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(8) {
  -webkit-transition-delay: 0.63s;
  transition-delay: 0.63s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(9) {
  -webkit-transition-delay: 0.69s;
  transition-delay: 0.69s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(10) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(11) {
  -webkit-transition-delay: 0.81s;
  transition-delay: 0.81s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(12) {
  -webkit-transition-delay: 0.87s;
  transition-delay: 0.87s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(13) {
  -webkit-transition-delay: 0.93s;
  transition-delay: 0.93s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(14) {
  -webkit-transition-delay: 0.99s;
  transition-delay: 0.99s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(15) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(16) {
  -webkit-transition-delay: 1.11s;
  transition-delay: 1.11s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(17) {
  -webkit-transition-delay: 1.17s;
  transition-delay: 1.17s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(18) {
  -webkit-transition-delay: 1.23s;
  transition-delay: 1.23s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(19) {
  -webkit-transition-delay: 1.29s;
  transition-delay: 1.29s;
}
.staff_wrapper.scroll_in.active .staff_list__item:nth-of-type(20) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.character_wrapper .chara_detail .chara_image img {
  -webkit-animation: fuwa 4s linear infinite;
  animation: fuwa 4s linear infinite;
}
.character_wrapper .chara_detail .chara_wrapper {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.character_wrapper .chara_detail .chara_wrapper.-fujimaru {
  position: relative;
}
.character_wrapper .chara_detail .chara_wrapper .chara_image {
  -webkit-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  opacity: 0;
  -webkit-transform: scale(0.8) rotate(-20deg);
  transform: scale(0.8) rotate(-20deg);
}
.character_wrapper .chara_detail .chara_wrapper .chara_info {
  -webkit-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  opacity: 0;
  -webkit-transform: scale(0.8) rotate(-20deg);
  transform: scale(0.8) rotate(-20deg);
}
.character_wrapper .chara_detail .chara_wrapper.is_current {
  opacity: 1;
  display: block;
}
.character_wrapper .chara_detail .chara_wrapper.is_current .chara_image, .character_wrapper .chara_detail .chara_wrapper.is_current .chara_info {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.character_wrapper .chara_detail .chara_wrapper.is_remove .chara_image {
  opacity: 0;
  -webkit-transform: scale(0.8) rotate(20deg);
  transform: scale(0.8) rotate(20deg);
}
.character_wrapper .chara_detail .chara_wrapper.is_remove .chara_info {
  opacity: 0;
  -webkit-transform: scale(0.8) rotate(20deg);
  transform: scale(0.8) rotate(20deg);
}
.character_wrapper .chara_detail .chara_wrapper.is_add {
  opacity: 1;
}
.character_wrapper .chara_detail .chara_wrapper.is_add .chara_image, .character_wrapper .chara_detail .chara_wrapper.is_add .chara_info {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.waves {
  position: relative;
  width: 100%;
  height: 57px;
  margin-bottom: -3px;
}
@media only screen and (max-width:960px) {
  .waves {
    height: 6.66vw;
  }
}

.parallax > use {
  -webkit-animation: move-forever 10s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: move-forever 10s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
.l_wrapper .contents_wrap {
  position: relative;
}
.l_wrapper .contents_wrap .wave_bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.l_wrapper .contents_wrap .wave_bottom_r {
  position: absolute;
  width: 100%;
  bottom: -57px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width:960px) {
  .l_wrapper .contents_wrap .wave_bottom_r {
    bottom: -6.4vw;
  }
}

.main_wrapper {
  position: relative;
  z-index: 5;
}
.main_wrapper .main_visual {
  position: relative;
}
.main_wrapper .main_visual p {
  position: absolute;
  width: 100%;
}
.main_wrapper .top_contents {
  position: relative;
}
.main_wrapper .top_contents .movie_wrap .movie_thumb {
  position: relative;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}
.main_wrapper .top_contents .movie_wrap .movie_thumb:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51, 58, 64, 0.4);
}
.main_wrapper .top_contents .movie_wrap .movie_thumb:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/movie_play.png") no-repeat center #333a40;
  background-size: contain;
  border-radius: 80px;
}
.main_wrapper .banner_wrapper .banner_slide {
  border: 2px solid #062251;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}
.main_wrapper .banner_wrapper .banner_slide p img {
  width: 100%;
}
@media only screen and (min-width:961px) {
  .main_wrapper {
    height: calc(100vh + 57px);
    min-height: 927px;
  }
  .main_wrapper .main_visual {
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .main_wrapper .main_visual .-earth {
    width: 144px;
    width: 5.14%;
    right: 16.42vw;
    top: 7.12%;
  }
  .main_wrapper .main_visual .-goredolf {
    width: 362px;
    width: 12.92%;
    right: 0.57vw;
    top: 35.17%;
  }
  .main_wrapper .main_visual .-holmes {
    width: 641px;
    width: 22.89%;
    left: 25.14vw;
    top: 3.44%;
  }
  .main_wrapper .main_visual .-devinci {
    width: 622px;
    width: 22.21%;
    left: 32.92vw;
    top: 19.54%;
  }
  .main_wrapper .main_visual .-mash {
    width: 490px;
    width: 17.5%;
    left: 38.14vw;
    top: 48.27%;
  }
  .main_wrapper .main_visual .-fou {
    width: 478px;
    width: 17.07%;
    left: 48.64vw;
    top: 65.17%;
  }
  .main_wrapper .main_visual .-fujimaru {
    width: 1617px;
    width: 57.75%;
    left: 50%;
    top: 1.14%;
  }
  .main_wrapper .top_contents {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main_wrapper .-wrap {
    width: 412px;
    width: 29.42%;
    min-width: 370px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main_wrapper .special_banner {
    width: 345px;
    margin: 36px auto 0;
  }
  .main_wrapper .special_banner a img {
    -webkit-transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .main_wrapper .special_banner a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .main_wrapper .movie_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 48px;
  }
  .main_wrapper .movie_wrap .movie_cap {
    width: 26px;
    margin-right: 20px;
  }
  .main_wrapper .movie_wrap .movie_thumb {
    width: 312px;
    height: 176px;
    border-radius: 20px;
    cursor: pointer;
  }
  .main_wrapper .movie_wrap .movie_thumb:after {
    width: 74px;
    height: 74px;
    top: calc(50% - 37px);
    left: calc(50% - 37px);
    -webkit-transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .main_wrapper .movie_wrap .movie_thumb:before {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .main_wrapper .movie_wrap .movie_thumb:hover:before {
    opacity: 0;
  }
  .main_wrapper .movie_wrap .movie_thumb:hover:after {
    -webkit-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
  }
  .main_wrapper .banner_wrapper {
    position: absolute;
    right: 30px;
    bottom: 150px;
  }
  .main_wrapper .banner_wrapper .banner_slide {
    width: 240px;
  }
  .main_wrapper .banner_wrapper .banner_slide p img {
    -webkit-transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .main_wrapper .banner_wrapper .banner_slide p:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media only screen and (max-width:960px) {
  .main_wrapper {
    padding-bottom: 16vw;
  }
  .main_wrapper .main_visual {
    position: relative;
    top: 64vw;
  }
  .main_wrapper .main_visual .-earth {
    width: 12.8vw;
    right: 15.46vw;
    top: 0;
  }
  .main_wrapper .main_visual .-goredolf {
    width: 28.8vw;
    left: 76.53vw;
    top: 15.73vw;
  }
  .main_wrapper .main_visual .-holmes {
    width: 46.13vw;
    right: 61.33vw;
    top: 2.26vw;
  }
  .main_wrapper .main_visual .-devinci {
    width: 43.46vw;
    left: 4.8vw;
    top: 24.26vw;
  }
  .main_wrapper .main_visual .-mash {
    width: 42.13vw;
    right: 62.26vw;
    top: 60.66vw;
  }
  .main_wrapper .main_visual .-fou {
    width: 41.06vw;
    left: 5.33vw;
    top: 87.73vw;
  }
  .main_wrapper .main_visual .-fujimaru {
    width: 118.13vw;
    left: 27.6vw;
    top: 17.6vw;
  }
  .main_wrapper .top_contents {
    padding-top: 7.2vw;
    padding-bottom: 64vw;
  }
  .main_wrapper .top_contents .main_logo {
    width: 65.2vw;
    margin: auto;
  }
  .main_wrapper .top_contents .banner_wrapper {
    width: 78.66vw;
    margin: 144vw auto 0;
  }
  .main_wrapper .top_contents .special_banner {
    width: 89.33vw;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: calc(50% - 44.665vw);
  }
  .main_wrapper .top_contents .movie_wrap {
    margin-top: 134.4vw;
  }
  .main_wrapper .top_contents .movie_wrap .movie_cap {
    width: 38.66vw;
    margin: 0 auto 2.66vw;
  }
  .main_wrapper .top_contents .movie_wrap .movie_thumb {
    width: 78.66vw;
    height: 44vw;
    margin: 0 auto 8vw;
    border-radius: 18px;
  }
  .main_wrapper .top_contents .movie_wrap .movie_thumb:after {
    width: 16vw;
    height: 16vw;
    top: calc(50% - 8vw);
    left: calc(50% - 8vw);
  }
}

.top_news_wrapper {
  position: relative;
  background: #FFF;
}
.top_news_wrapper .news_list {
  border-top: 1px solid #ebebeb;
}
.top_news_wrapper .news_list__item {
  border-bottom: 1px solid #ebebeb;
  line-height: 1.6;
  position: relative;
  z-index: 5;
}
.top_news_wrapper .news_list__item .-date {
  color: #f49d1c;
  font-family: "Montserrat", sans-serif;
}
.top_news_wrapper .news_list__item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width:961px) {
  .top_news_wrapper {
    padding: 50px 0;
  }
  .top_news_wrapper .news_inner {
    width: 1000px;
    width: 71.42%;
    min-width: 850px;
    max-width: 1400px;
    margin: auto;
    position: relative;
  }
  .top_news_wrapper .news_inner .page_title {
    width: 160px;
    margin: 0 auto 30px;
  }
  .top_news_wrapper .news_inner .btn_more {
    position: absolute;
    top: 20px;
    right: 0;
    width: 100px;
    z-index: 5;
  }
  .top_news_wrapper .news_inner .btn_more img {
    -webkit-transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .top_news_wrapper .news_inner .btn_more:hover img {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
  }
  .top_news_wrapper .news_list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    padding: 18px 0;
  }
  .top_news_wrapper .news_list__item .-date {
    width: 120px;
  }
  .top_news_wrapper .news_list__item .-title {
    width: calc(100% - 120px);
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .top_news_wrapper .news_list__item:hover .-title {
    color: #f49d1c;
  }
}
@media only screen and (max-width:960px) {
  .top_news_wrapper {
    padding: 10.66vw 0;
  }
  .top_news_wrapper .page_title {
    width: 29.86vw;
    margin: 0 auto 7.46vw;
  }
  .top_news_wrapper .news_list {
    width: 89.33vw;
    margin: 0 auto 8vw;
  }
  .top_news_wrapper .news_list__item {
    padding: 1.2em 0;
  }
  .top_news_wrapper .news_list__item .-date {
    margin-bottom: 0.4em;
  }
  .top_news_wrapper .news_list__item .-title {
    font-size: 1.1rem;
  }
  .top_news_wrapper .btn_more {
    width: 20vw;
    margin: auto;
  }
}

@-webkit-keyframes fuwa_sp {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 4%) scale(0.98);
    transform: translate(0, 4%) scale(0.98);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fuwa_sp {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 4%) scale(0.98);
    transform: translate(0, 4%) scale(0.98);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes move_fou {
  0% {
    -webkit-transform: translate(-20vw, 28%);
    transform: translate(-20vw, 28%);
  }
  45% {
    -webkit-transform: translate(50vw, -40%);
    transform: translate(50vw, -40%);
  }
  90% {
    -webkit-transform: translate(120vw, 28%);
    transform: translate(120vw, 28%);
  }
  100% {
    -webkit-transform: translate(105vw, 5%);
    transform: translate(105vw, 5%);
  }
}
@keyframes move_fou {
  0% {
    -webkit-transform: translate(-20vw, 28%);
    transform: translate(-20vw, 28%);
  }
  45% {
    -webkit-transform: translate(50vw, -40%);
    transform: translate(50vw, -40%);
  }
  90% {
    -webkit-transform: translate(120vw, 28%);
    transform: translate(120vw, 28%);
  }
  100% {
    -webkit-transform: translate(105vw, 5%);
    transform: translate(105vw, 5%);
  }
}
@-webkit-keyframes fuwa_fou {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  50% {
    -webkit-transform: scaleY(1.02) translateY(20px);
    transform: scaleY(1.02) translateY(20px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fuwa_fou {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  50% {
    -webkit-transform: scaleY(1.02) translateY(20px);
    transform: scaleY(1.02) translateY(20px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
.intro_wrapper {
  position: relative;
}
.intro_wrapper .deco p {
  position: absolute;
}
.intro_wrapper .deco .-d1 {
  -webkit-animation: fuwa 4.5s linear infinite;
  animation: fuwa 4.5s linear infinite;
}
.intro_wrapper .deco .-d2 {
  -webkit-animation: fuwa 4s linear infinite;
  animation: fuwa 4s linear infinite;
}
.intro_wrapper .deco .-d3 {
  -webkit-animation: move_fou 8s linear infinite;
  animation: move_fou 8s linear infinite;
  z-index: 2;
}
.intro_wrapper .deco .-d3 img {
  -webkit-animation: fuwa_fou 1s linear infinite;
  animation: fuwa_fou 1s linear infinite;
}
.intro_wrapper .intro_text {
  position: relative;
  z-index: 2;
}
.intro_wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 146px;
  background: url("../img/movie_bg.png") no-repeat left bottom;
  background-size: 100%;
  bottom: -1px;
}
@media only screen and (min-width:961px) {
  .intro_wrapper {
    padding: 158px 0;
  }
  .intro_wrapper .deco .-d1 {
    width: 350px;
    left: 74.28%;
    top: 230px;
  }
  .intro_wrapper .deco .-d2 {
    width: 290px;
    right: 73.57%;
    top: 216px;
  }
  .intro_wrapper .deco .-d3 {
    bottom: 0;
  }
  .intro_wrapper .page_title {
    width: 502px;
    margin: 0 auto 58px;
  }
  .intro_wrapper .intro_text {
    width: 1000px;
    width: 71.42%;
    min-width: 920px;
    max-width: 1400px;
    margin: auto;
  }
}
@media only screen and (max-width:960px) {
  .intro_wrapper {
    padding: 25.06vw 0 27.46vw;
  }
  .intro_wrapper .deco .-d1 {
    width: 53.33vw;
    left: 67vw;
    top: 46.6vw;
    -webkit-animation: fuwa_sp 4s linear infinite;
    animation: fuwa_sp 4s linear infinite;
  }
  .intro_wrapper .deco .-d2 {
    width: 46.66vw;
    right: 69.33vw;
    top: 143.73vw;
    -webkit-animation: fuwa_sp 4s linear infinite;
    animation: fuwa_sp 4s linear infinite;
    -webkit-transition-delay: -0.6s;
    transition-delay: -0.6s;
  }
  .intro_wrapper .deco .-d3 {
    bottom: 0;
    width: 22.93vw;
  }
  .intro_wrapper .page_title {
    width: 76.26vw;
    margin: 0 auto 6.4vw;
  }
  .intro_wrapper .intro_text {
    width: 81.59vw;
    margin: auto;
  }
}

.movie_wrapper {
  background: #FFF;
  position: relative;
}
.movie_wrapper:before, .movie_wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 146px;
  background: url("../img/movie_bg.png") no-repeat left bottom;
  background-size: 100%;
}
.movie_wrapper:before {
  top: -145px;
  display: none;
}
.movie_wrapper:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: -145px;
}
.movie_wrapper .movie_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.movie_wrapper .movie_list__item .movie_thumb {
  position: relative;
  overflow: hidden;
  background: #ebebeb;
  background: no-repeat center;
  background-size: cover;
}
.movie_wrapper .movie_list__item .movie_thumb:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/movie_play.png") no-repeat center #333a40;
  background-size: contain;
  border-radius: 80px;
}
.movie_wrapper .movie_list__item .-date {
  font-family: "Montserrat", sans-serif;
  color: #f49d1c;
}
.movie_wrapper .movie_list__item .-title {
  line-height: 1.6;
}
@media only screen and (min-width:961px) {
  .movie_wrapper {
    padding: 40px 0;
  }
  .movie_wrapper .page_title {
    width: 234px;
    margin: 0 auto 60px;
  }
  .movie_wrapper .movie_list {
    width: 1000px;
    width: 71.42%;
    min-width: 920px;
    max-width: 1000px;
    margin: auto;
  }
  .movie_wrapper .movie_list__item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 36px;
  }
  .movie_wrapper .movie_list__item:nth-child(3n) {
    margin-right: 0;
  }
  .movie_wrapper .movie_list__item .movie_thumb {
    width: 100%;
    height: 170px;
    border-radius: 20px;
    margin-bottom: 18px;
    cursor: pointer;
  }
  .movie_wrapper .movie_list__item .movie_thumb:after {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
  .movie_wrapper .movie_list__item .movie_thumb:after {
    width: 74px;
    height: 74px;
    top: calc(50% - 37px);
    left: calc(50% - 37px);
    -webkit-transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .movie_wrapper .movie_list__item .movie_thumb:before {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .movie_wrapper .movie_list__item .movie_thumb:hover:before {
    opacity: 0;
  }
  .movie_wrapper .movie_list__item .movie_thumb:hover:after {
    -webkit-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
  }
  .movie_wrapper .movie_list__item .-date {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .movie_wrapper .movie_list__item .-title {
    font-size: 18px;
  }
}
@media only screen and (max-width:960px) {
  .movie_wrapper {
    padding: 10.13vw 0 8.53vw;
  }
  .movie_wrapper:before {
    top: -144px;
  }
  .movie_wrapper:after {
    bottom: -144px;
  }
  .movie_wrapper .page_title {
    width: 35.46vw;
    margin: 0 auto 8vw;
  }
  .movie_wrapper .movie_list {
    width: 89.33vw;
    margin: auto;
  }
  .movie_wrapper .movie_list__item {
    width: calc(50% - 2vw);
    margin-bottom: 6vw;
  }
  .movie_wrapper .movie_list__item:nth-child(odd) {
    margin-right: 4vw;
  }
  .movie_wrapper .movie_list__item .movie_thumb {
    height: 24vw;
    border-radius: 16px;
    margin-bottom: 1em;
  }
  .movie_wrapper .movie_list__item .movie_thumb:after {
    width: 12vw;
    height: 12vw;
    top: calc(50% - 6vw);
    left: calc(50% - 6vw);
  }
  .movie_wrapper .movie_list__item .-date {
    margin-bottom: 0.6em;
  }
  .movie_wrapper .movie_list__item .-title {
    font-size: 1.2rem;
  }
}

.character_wrapper .chara_detail .chara_info {
  text-align: center;
  position: relative;
}
.character_wrapper .chara_detail .chara_info__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.character_wrapper .chara_detail .chara_info .-name {
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 2px 2px 4px #fff, -2px -2px 4px #fff, -2px 2px 4px #fff, 2px -2px 4px #fff;
}
.character_wrapper .chara_detail .chara_info .-text {
  line-height: 1.5;
  text-shadow: 2px 2px 4px #fff, -2px -2px 4px #fff, -2px 2px 4px #fff, 2px -2px 4px #fff;
}
.character_wrapper .chara_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.character_wrapper .chara_navi__list {
  position: relative;
}
.character_wrapper .chara_navi__list .-off {
  position: relative;
}
.character_wrapper .chara_navi__list .-on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.character_wrapper .chara_navi__list p {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.character_wrapper .chara_navi__list.is_current .-off {
  opacity: 0;
}
.character_wrapper .chara_navi__list.is_current .-on {
  opacity: 1;
}
@media only screen and (min-width:961px) {
  .character_wrapper {
    padding: 200px 0 164px;
  }
  .character_wrapper .page_title {
    width: 492px;
    margin: 0 auto 80px;
  }
  .character_wrapper .chara_detail {
    margin-bottom: 45px;
  }
  .character_wrapper .chara_detail .chara_detail__inner {
    width: 1000px;
    width: 71.42%;
    min-width: 920px;
    max-width: 1000px;
    margin: auto;
    position: relative;
  }
  .character_wrapper .chara_detail .chara_image {
    position: relative;
    z-index: 1;
    left: -80px;
  }
  .character_wrapper .chara_detail .chara_info {
    background: url("../img/chara/chara_fukidashi_pc.png") no-repeat center;
    background-size: contain;
    width: 533px;
    height: 400px;
    position: absolute;
    top: calc(50% - 200px);
    right: -40px;
  }
  .character_wrapper .chara_detail .chara_info__inner {
    margin-left: 20px;
  }
  .character_wrapper .chara_detail .chara_info .-name {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .character_wrapper .chara_detail .chara_info .-cv {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .character_wrapper .chara_detail .chara_info .-text {
    font-size: 18px;
  }
  .character_wrapper .chara_navi ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .character_wrapper .chara_navi__list {
    width: 120px;
    margin: 0 15px;
    cursor: pointer;
  }
  .character_wrapper .chara_navi__list:hover .-on {
    opacity: 1;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  .character_wrapper .chara_navi__list:hover .-off {
    opacity: 0;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}
@media only screen and (max-width:960px) {
  .character_wrapper {
    padding: 28.53vw 0 27vw;
  }
  .character_wrapper .page_title {
    width: 74.66vw;
    margin: 0 auto 7.73vw;
  }
  .character_wrapper .chara_detail {
    position: relative;
    margin-bottom: 3.46vw;
  }
  .character_wrapper .chara_detail .chara_info {
    background: url("../img/chara/chara_fukidashi_sp.png") no-repeat center;
    background-size: contain;
    width: 80.26vw;
    height: 49.33vw;
    position: absolute;
    top: 0;
    left: calc(50% - 40.13vw);
  }
  .character_wrapper .chara_detail .chara_info__inner {
    width: 90vw;
  }
  .character_wrapper .chara_detail .chara_info .-name {
    font-size: 1.8rem;
    margin-bottom: 1.5vw;
  }
  .character_wrapper .chara_detail .chara_info .-cv {
    margin-bottom: 3vw;
  }
  .character_wrapper .chara_detail .chara_info .-text {
    font-size: 1.1rem;
  }
  .character_wrapper .chara_detail .chara_image {
    position: relative;
    z-index: 2;
    width: 89.33vw;
    margin: auto;
    padding-top: 36vw;
  }
  .character_wrapper .chara_navi ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .character_wrapper .chara_navi__list {
    width: 26.66vw;
    margin: 0 1.3vw 8px;
  }
}

.staff_wrapper {
  position: relative;
  background: #FFF;
}
.staff_wrapper .staff_list__item {
  text-align: center;
}
.staff_wrapper .staff_list__item .-role {
  color: #f49d1c;
  line-height: 1.4;
}
.staff_wrapper .staff_list__item .-name {
  line-height: 1.4;
  font-family: f_name;
}
@media only screen and (min-width:961px) {
  .staff_wrapper {
    padding: 62px 0;
  }
  .staff_wrapper .page_title {
    width: 386px;
    margin: 0 auto 60px;
  }
  .staff_wrapper .staff_inner, .staff_wrapper .cast_inner {
    width: 1000px;
    width: 71.42%;
    min-width: 920px;
    max-width: 1400px;
    margin: auto;
  }
  .staff_wrapper .staff_inner ul, .staff_wrapper .cast_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .staff_wrapper .staff_inner {
    margin-bottom: 50px;
  }
  .staff_wrapper .staff_list__item {
    width: 33%;
    margin-bottom: 26px;
  }
  .staff_wrapper .staff_list__item .-role {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .staff_wrapper .staff_list__item .-name {
    font-size: 20px;
  }
  .staff_wrapper .staff_list__item .-name span {
    font-size: 12px;
  }
}
@media only screen and (max-width:960px) {
  .staff_wrapper {
    padding: 11.73vw 0;
  }
  .staff_wrapper .page_title {
    width: 71.73vw;
    margin: 0 auto 7.73vw;
  }
  .staff_wrapper .staff_inner, .staff_wrapper .cast_inner {
    width: 89.33vw;
    margin: auto;
  }
  .staff_wrapper .staff_inner ul, .staff_wrapper .cast_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .staff_wrapper .staff_inner {
    margin-bottom: 8vw;
  }
  .staff_wrapper .staff_list__item {
    min-width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.5vw;
    margin-bottom: 5.33vw;
  }
  .staff_wrapper .staff_list__item .-role {
    margin-bottom: 0.6em;
  }
  .staff_wrapper .staff_list__item .-name {
    line-height: 1.4;
    font-size: 1.6rem;
  }
  .staff_wrapper .staff_list__item .-name span {
    font-size: 1rem;
  }
}

@media only screen and (min-width:961px) {
  .m-modal[data-modal-type=template] .m-modal__content {
    position: absolute;
    width: 90vw;
    max-width: 1100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .m-modal[data-modal-type=template] .m-modal__close {
    width: 80px;
    left: calc(50% - 40px);
    bottom: 20px;
  }
}
@media only screen and (max-width:960px) {
  .m-modal[data-modal-type=template] .m-modal__content {
    position: absolute;
    width: 84vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .m-modal[data-modal-type=template] .m-modal__close {
    width: 16.8vw;
    left: calc(50% - 8.4vw);
  }
}