@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&family=Outfit:wght@500;700;900&display=swap");
:root {
  --color-blue: #070a7d;
  --color-orange: #ff7031;
  --color-yellow: #fff100;
  --color-chara0: #d8eff5;
  --color-chara1: #4ac1f0;
  --color-chara2: #8fc31f;
  --color-chara3: #dd4f4e;
  --color-chara4: #fdd9e7;
  --color-charadef: #98a9b3;
  --color-cl1: #00a0ff;
  --color-cl2: #ffb000;
  --color-cl3: #ff7030;
  --color-line: #dae9f5;
  --color-grad: linear-gradient(to bottom, #57d0fb 0%,#b8ebfe 100%);
  --font-en: "Outfit", sans-serif;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

body {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #000;
  letter-spacing: 0.05em;
}

body.is-modal-open {
  overflow: hidden;
}

html {
  font-size: 3.125vw;
}
@media only screen and (min-width:961px) {
  html {
    font-size: 16px;
  }
}

a {
  color: #000;
  text-decoration: none;
}

template {
  display: none;
}

.svg_icon {
  fill-rule: evenodd;
}

#wrapper {
  overflow: hidden;
}

@media only screen and (min-width:961px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width:960px) {
  .pc {
    display: none;
  }
}
.navigation_wrap .navigation_btn {
  position: fixed;
  top: 50%;
  background: var(--color-blue);
  border-radius: 100px;
  z-index: 510;
}
.navigation_wrap .navigation_btn p {
  position: absolute;
  height: 2px;
  width: 30px;
  background: #FFF;
}
.navigation_wrap .navigation_btn p:nth-child(1) {
  top: calc(50% - 8px);
}
.navigation_wrap .navigation_btn p:nth-child(2) {
  top: calc(50% - 1px);
}
.navigation_wrap .navigation_btn p:nth-child(3) {
  top: calc(50% + 6px);
}
.navigation_wrap .navigation_container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
}
.navigation_wrap .navigation_container .navigation_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: repeat-y center top #FFF;
  background-size: 100%;
}
.navigation_wrap .navigation_container .navigation_chara {
  position: absolute;
  height: 100%;
}
.navigation_wrap .navigation_container .navigation_chara-image {
  width: 100%;
  height: 100%;
}
.navigation_wrap .navigation_container .main_navi {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-height: 100vh;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
.navigation_wrap .navigation_container .main_navi .navigation_list {
  font-family: var(--font-en);
  font-weight: 900;
}
.navigation_wrap .navigation_container .main_navi .navigation_list a {
  color: var(--color-blue);
}
@media only screen and (min-width:961px) {
  .navigation_wrap .navigation_container .navigation_bg {
    background-image: url("../img/common/bg.png");
  }
  .navigation_wrap .navigation_container .navigation_chara {
    width: 100%;
  }
  .navigation_wrap .navigation_container .navigation_chara-image {
    background: no-repeat left bottom;
    background-size: auto 100%;
  }
  .navigation_wrap .navigation_container.chara_1 .navigation_chara-image {
    background-image: url("../img/common/menu/bg_menu-chara01.png");
  }
  .navigation_wrap .navigation_container.chara_1 .navigation_chara.pos_r .navigation_chara-image {
    background-image: url("../img/common/menu/bg_menu-chara01_sp.png");
  }
  .navigation_wrap .navigation_container.chara_2 .navigation_chara-image {
    background-image: url("../img/common/menu/bg_menu-chara02.png");
  }
  .navigation_wrap .navigation_container.chara_2 .navigation_chara.pos_r .navigation_chara-image {
    background-image: url("../img/common/menu/bg_menu-chara02_sp.png");
  }
  .navigation_wrap .navigation_container.chara_3 .navigation_chara-image {
    background-image: url("../img/common/menu/bg_menu-chara03.png");
  }
  .navigation_wrap .navigation_container.chara_3 .navigation_chara.pos_r .navigation_chara-image {
    background-image: url("../img/common/menu/bg_menu-chara03_sp.png");
  }
  .navigation_wrap .navigation_container .main_navi {
    left: 52%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 80px 0;
    padding-left: 8px;
  }
  .navigation_wrap .navigation_container .main_navi .navigation_list {
    font-size: 26px;
  }
  .navigation_wrap .navigation_container .main_navi .navigation_list__item + .navigation_list__item {
    margin-top: 44px;
  }
  .navigation_wrap .navigation_container .main_navi .navigation_list ul + ul {
    margin-top: 44px;
  }
  .navigation_wrap .navigation_container .main_navi .navigation_list__item a {
    position: relative;
  }
  .navigation_wrap .navigation_container .main_navi .navigation_list__item a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 0.9em;
    background: #f00;
    z-index: -1;
    right: -0.4em;
    top: 0.2em;
    -webkit-transition: width 0.1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width 0.1s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .navigation_wrap .navigation_container .main_navi .navigation_list__item:nth-of-type(3n) a:before {
    background: var(--color-cl3);
  }
  .navigation_wrap .navigation_container .main_navi .navigation_list__item:nth-of-type(3n-1) a:before {
    background: var(--color-cl2);
  }
  .navigation_wrap .navigation_container .main_navi .navigation_list__item:nth-of-type(3n-2) a:before {
    background: var(--color-cl1);
  }
  .navigation_wrap .navigation_container .main_navi .navigation_list__item a:hover {
    color: #FFF;
  }
  .navigation_wrap .navigation_container .main_navi .navigation_list__item a:hover:before {
    width: calc(100% + 0.8em);
    right: auto;
    left: -0.4em;
  }
  .navigation_wrap .navigation_btn {
    width: 100px;
    height: 100px;
    right: -50px;
    top: calc(50% - 50px);
    cursor: pointer;
    -webkit-transition: background 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: background 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .navigation_wrap .navigation_btn p {
    width: 20px;
    left: 20px;
  }
  .navigation_wrap .navigation_btn:hover {
    background: var(--color-orange);
  }
}
@media only screen and (max-width:960px) {
  .navigation_wrap .navigation_container .navigation_bg {
    background-image: url("../img/common/bg_sp.png");
  }
  .navigation_wrap .navigation_container .navigation_chara {
    width: 100%;
  }
  .navigation_wrap .navigation_container .navigation_chara-image {
    background: no-repeat center bottom;
    background-size: contain;
  }
  .navigation_wrap .navigation_container.chara_1 .navigation_chara {
    width: 100%;
  }
  .navigation_wrap .navigation_container.chara_1 .navigation_chara-image {
    background-image: url("../img/common/menu/bg_menu-chara01_sp.png");
  }
  .navigation_wrap .navigation_container.chara_2 .navigation_chara {
    width: 100%;
  }
  .navigation_wrap .navigation_container.chara_2 .navigation_chara-image {
    background-image: url("../img/common/menu/bg_menu-chara02_sp.png");
  }
  .navigation_wrap .navigation_container.chara_3 .navigation_chara {
    width: 100%;
  }
  .navigation_wrap .navigation_container.chara_3 .navigation_chara-image {
    background-image: url("../img/common/menu/bg_menu-chara03_sp.png");
  }
  .navigation_wrap .navigation_container .main_navi {
    width: 100%;
    padding: 21.33vw 0;
  }
  .navigation_wrap .navigation_container .main_navi .navigation_list {
    font-size: 1.6rem;
    text-align: center;
  }
  .navigation_wrap .navigation_container .main_navi .navigation_list__item {
    margin-bottom: 10.13vw;
  }
  .navigation_wrap .navigation_btn {
    width: 12vw;
    height: 12vw;
    top: 2.66vw;
    left: 2.66vw;
  }
  .navigation_wrap .navigation_btn p {
    width: 4vw;
    left: calc(50% - 2vw);
  }
  .navigation_wrap .navigation_btn p:nth-child(1) {
    top: calc(50% - 6px);
  }
  .navigation_wrap .navigation_btn p:nth-child(2) {
    top: calc(50% - 1px);
  }
  .navigation_wrap .navigation_btn p:nth-child(3) {
    top: calc(50% + 4px);
  }
}
.navigation_wrap .navigation_container {
  visibility: hidden;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.navigation_wrap .navigation_container .navigation_bg {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.4s;
  transition: opacity 0.2s ease-out 0.4s;
}
.navigation_wrap .navigation_container .navigation_chara {
  opacity: 0;
  -webkit-transform: translateX(-4rem);
  transform: translateX(-4rem);
  -webkit-transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media only screen and (max-width:960px) {
  .navigation_wrap .navigation_container .navigation_chara {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
}
.navigation_wrap .navigation_container .navigation_list__item {
  opacity: 0;
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
  -webkit-transition: opacity 0.4s ease-out 0s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -webkit-transition: opacity 0.4s ease-out 0s, -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.4s ease-out 0s, -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.4s ease-out 0s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.4s ease-out 0s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.navigation_wrap.is_open .navigation_btn p:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
.navigation_wrap.is_open .navigation_btn p:nth-child(2) {
  display: none;
}
.navigation_wrap.is_open .navigation_btn p:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.navigation_wrap.is_open .navigation_container {
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.navigation_wrap.is_open .navigation_container .navigation_bg {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.navigation_wrap.is_open .navigation_container .navigation_chara {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.navigation_wrap.is_open .navigation_container .navigation_list__item {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item1 {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item2 {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item3 {
  -webkit-transition-delay: 0.44s;
  transition-delay: 0.44s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item4 {
  -webkit-transition-delay: 0.52s;
  transition-delay: 0.52s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item5 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item6 {
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item7 {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item8 {
  -webkit-transition-delay: 0.84s;
  transition-delay: 0.84s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item9 {
  -webkit-transition-delay: 0.92s;
  transition-delay: 0.92s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item11 {
  -webkit-transition-delay: 1.08s;
  transition-delay: 1.08s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item12 {
  -webkit-transition-delay: 1.16s;
  transition-delay: 1.16s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item13 {
  -webkit-transition-delay: 1.24s;
  transition-delay: 1.24s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item14 {
  -webkit-transition-delay: 1.32s;
  transition-delay: 1.32s;
}
.navigation_wrap.is_open .navigation_container .navigation_list__item.navi_item15 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

@-webkit-keyframes move_line {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-885px);
    transform: translateX(-885px);
  }
}

@keyframes move_line {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-885px);
    transform: translateX(-885px);
  }
}
@-webkit-keyframes move_line_sp {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-558px);
    transform: translateX(-558px);
  }
}
@keyframes move_line_sp {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-558px);
    transform: translateX(-558px);
  }
}
footer {
  position: relative;
  background: #fff;
  z-index: 10;
}
footer .footer_deco {
  width: 100%;
  height: 35px;
  z-index: 9;
  position: absolute;
  left: 0;
  top: -35px;
}
footer .footer_deco p {
  width: 300vw;
  height: 100%;
  background: url("../img/top/line_deco.png") left bottom;
  -webkit-animation: move_line 2.7s steps(3) infinite;
  animation: move_line 2.7s steps(3) infinite;
}
footer .share_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-en);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .share_list__item {
  position: relative;
}
footer .share_list__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .footer_navi {
  font-family: var(--font-en);
}
footer .footer_navi a {
  color: var(--color-blue);
  font-weight: 700;
}
footer .aniplex_link {
  font-family: var(--font-en);
}
footer .aniplex_link a {
  color: var(--color-blue);
  font-weight: 700;
}
@media only screen and (min-width:961px) {
  footer {
    padding: 60px 46px 100px;
  }
  footer .footer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .footer_left {
    width: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 6%;
  }
  footer .footer_left .footer_logo {
    margin-bottom: 30px;
  }
  footer .footer_left .share_list .-icon {
    width: 30px;
    margin-left: 34px;
    -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);
  }
  footer .footer_left .share_list .-icon:hover {
    -webkit-transform: scale(1.1) rotate(14deg);
    transform: scale(1.1) rotate(14deg);
  }
  footer .footer_navi {
    width: calc(100% - 640px);
  }
  footer .footer_navi .navigation_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer_navi .navigation_list ul {
    width: 50%;
  }
  footer .footer_navi .navigation_list__item {
    margin-bottom: 28px;
  }
  footer .footer_navi .navigation_list__item a {
    position: relative;
  }
  footer .footer_navi .navigation_list__item a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 0.9em;
    background: #f00;
    z-index: -1;
    right: -0.4em;
    top: 0.2em;
    -webkit-transition: width 0.1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width 0.1s cubic-bezier(0.33, 1, 0.68, 1);
  }
  footer .footer_navi .navigation_list__item:nth-child(3n) a:before {
    background: var(--color-cl3);
  }
  footer .footer_navi .navigation_list__item:nth-child(3n-1) a:before {
    background: var(--color-cl2);
  }
  footer .footer_navi .navigation_list__item:nth-child(3n-2) a:before {
    background: var(--color-cl1);
  }
  footer .footer_navi .navigation_list__item a:hover {
    color: #FFF;
  }
  footer .footer_navi .navigation_list__item a:hover:before {
    width: calc(100% + 0.8em);
    right: auto;
    left: -0.4em;
  }
  footer .footer_right {
    width: 260px;
  }
  footer .footer_right .aniplex_link__item {
    font-size: 13px;
    margin-bottom: 30px;
  }
  footer .footer_right .aniplex_link__item a {
    position: relative;
  }
  footer .footer_right .aniplex_link__item a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 0.9em;
    background: #f00;
    z-index: -1;
    right: -0.4em;
    top: 0.2em;
    background: var(--color-blue);
    -webkit-transition: width 0.1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: width 0.1s cubic-bezier(0.33, 1, 0.68, 1);
  }
  footer .footer_right .aniplex_link__item a:hover {
    color: #FFF;
  }
  footer .footer_right .aniplex_link__item a:hover:before {
    width: calc(100% + 0.8em);
    left: -0.4em;
    right: auto;
  }
  footer .footer_right .notice {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 22px;
  }
  footer .footer_right .copyright {
    font-size: 12px;
  }
}
@media only screen and (max-width:960px) {
  footer {
    padding-top: 9.6vw;
    padding-bottom: 26.66vw;
  }
  footer .footer_deco {
    height: 22px;
    top: -22px;
  }
  footer .footer_deco p {
    background-size: auto 100%;
    -webkit-animation: move_line_sp 2.6s steps(3) infinite;
    animation: move_line_sp 2.6s steps(3) infinite;
  }
  footer .footer_logo {
    width: 48vw;
    margin: 0 auto 10.66vw;
  }
  footer .share_list {
    margin-bottom: 12vw;
  }
  footer .share_list ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .share_list .-icon {
    width: 9.06vw;
    margin-left: 8vw;
  }
  footer .footer_navi {
    margin-bottom: 5.33vw;
  }
  footer .footer_navi .navigation_list 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;
  }
  footer .footer_navi .navigation_list__item {
    font-size: 1.2rem;
    margin: 0 4.8vw 6.66vw;
  }
  footer .aniplex_link {
    margin-bottom: 10.66vw;
  }
  footer .aniplex_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .aniplex_link__item {
    margin: 0 2.66vw;
  }
  footer .notice {
    line-height: 1.6;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 0.9rem;
  }
  footer .copyright {
    text-align: center;
    font-size: 0.9rem;
  }
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 800;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.m-modal .m-modal__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
}
.m-modal .m-modal__bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeat-y center top;
  background-size: 100%;
}
.m-modal .m-modal__close {
  position: absolute;
}
.m-modal .m-modal__close:before, .m-modal .m-modal__close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  background: var(--color-blue);
}
.m-modal .m-modal__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-modal .m-modal__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-modal .m-modal__content {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s;
}
.m-modal .m-modal__content img {
  pointer-events: none;
}
.m-modal[data-modal-type=youtube] .m-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width:961px) {
  .m-modal[data-modal-type=youtube] .m-modal__content {
    width: 90vw;
    height: 50.625vw;
    max-width: 980px;
    max-height: 551.25px;
  }
}
@media only screen and (max-width:960px) {
  .m-modal[data-modal-type=youtube] .m-modal__content {
    width: 90vw;
    height: 50.625vw;
  }
}
.m-modal[data-modal-type=template] .m-modal__content {
  position: relative;
  padding: max(10vh, 120px) 0;
}
.m-modal[data-modal-type=template] .m-modal__content figure {
  position: relative;
}
.m-modal[data-modal-type=template] .m-modal__content figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.m-modal[data-modal-type=template] .comment_float {
  color: var(--color-blue);
}
.m-modal[data-modal-type=template] .comment_float-name .-name {
  font-weight: 700;
}
.m-modal[data-modal-type=template] .comment_float-name .-face {
  border-radius: 500px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-modal[data-modal-type=template] .comment_float-comment {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--color-yellow);
  border-radius: 20px;
  line-height: 1.8;
  position: relative;
}
.m-modal[data-modal-type=template] .comment_float-comment:before {
  content: "";
  display: block;
  position: absolute;
}
.m-modal[data-modal-type=template] .comment_float #comment_movie {
  position: absolute;
}
.m-modal[data-modal-type=template] .comment_float #comment_movie_ui {
  display: none;
}
.m-modal[data-modal-type=template] .comment_float-movie {
  position: relative;
}
.m-modal[data-modal-type=template] .comment_float-movie iframe {
  width: 100%;
  height: 100%;
}
.m-modal[data-modal-type=template] .comment_float-movie-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
}
.m-modal[data-modal-type=template] .comment_float-movie .comment_float-movie__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-modal[data-modal-type=template] .comment_float-movie-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--color-blue);
  color: #FFF;
  font-weight: 900;
  line-height: 1;
  padding: 0 0.8em;
  height: 1em;
}
.m-modal[data-modal-type=template] .comment_float-movie-title p {
  position: relative;
  white-space: nowrap;
  top: -0.58em;
  -webkit-transform: translateY(0.5em);
  transform: translateY(0.5em);
}
.m-modal[data-modal-type=template] .comment_float-movie-play {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  font-family: var(--font-en);
  font-weight: 900;
  padding: 0 0.4em;
  height: 0.8em;
}
.m-modal[data-modal-type=template] .comment_float-movie-play p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-modal[data-modal-type=template] .comment_float.-nukumizu .comment_float-name .-face {
  background: var(--color-chara0);
}
.m-modal[data-modal-type=template] .comment_float.-anna .comment_float-name .-face {
  background: var(--color-chara1);
}
.m-modal[data-modal-type=template] .comment_float.-lemon .comment_float-name .-face {
  background: var(--color-chara2);
}
.m-modal[data-modal-type=template] .comment_float.-komari .comment_float-name .-face {
  background: var(--color-chara3);
}
.m-modal[data-modal-type=img] .m-modal__content {
  position: relative;
  width: 90vw;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 8vh 0;
}
@media only screen and (min-width:961px) {
  .m-modal .m-modal__bg:after {
    background-image: url("../img/common/bg.png");
  }
  .m-modal .m-modal__close {
    width: 75px;
    height: 75px;
    top: 30px;
    right: 30px;
    cursor: pointer;
  }
  .m-modal .m-modal__close:before, .m-modal .m-modal__close:after {
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .m-modal .m-modal__close:hover:before, .m-modal .m-modal__close:hover:after {
    background: var(--color-orange);
  }
  .m-modal .comment_float {
    margin: auto;
    width: 930px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-modal .comment_float-name {
    width: 260px;
  }
  .m-modal .comment_float-name .-role {
    margin-bottom: 12px;
  }
  .m-modal .comment_float-name .-name {
    font-weight: 700;
    font-size: 38px;
  }
  .m-modal .comment_float-name .-face {
    width: 152px;
    margin-top: 20px;
  }
  .m-modal .comment_float-comment {
    width: calc(100% - 260px);
    padding: 40px;
  }
  .m-modal .comment_float-comment:before {
    width: 22px;
    height: 24px;
    left: -20px;
    top: 38px;
    background-image: url("../img/staffcast/bg_balloon-deco.png");
  }
  .m-modal .comment_float-movie {
    margin-top: 20px;
    max-width: 560px;
    padding-top: 53.4%;
    position: relative;
    cursor: pointer;
  }
  .m-modal .comment_float-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
  .m-modal .comment_float-movie-title {
    font-size: 30px;
    top: calc(50% - 1em);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .m-modal .comment_float-movie-play {
    font-size: 20px;
    top: calc(50% + 14px);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .m-modal .comment_float-movie:hover {
    cursor: pointer;
  }
  .m-modal .comment_float-movie:hover:before {
    opacity: 0;
  }
  .m-modal .comment_float-movie:hover .comment_float-movie-title {
    background: #FFF;
    color: var(--color-blue);
  }
  .m-modal .comment_float-movie:hover .comment_float-movie-play {
    background: var(--color-blue);
    color: #fff;
  }
}
@media only screen and (max-width:960px) {
  .m-modal .m-modal__bg:after {
    background-image: url("../img/common/bg_sp.png");
  }
  .m-modal .m-modal__close {
    width: 12.26vw;
    height: 12.26vw;
    top: 4vw;
    right: 4vw;
  }
  .m-modal .comment_float {
    width: 90vw;
    margin: auto;
  }
  .m-modal .comment_float-name {
    margin-bottom: 6vw;
    position: relative;
  }
  .m-modal .comment_float-name .-role {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
  }
  .m-modal .comment_float-name .-name {
    font-size: 2.6rem;
  }
  .m-modal .comment_float-name .-face {
    position: absolute;
    width: 20vw;
    bottom: 0;
    left: 14.3rem;
  }
  .m-modal .comment_float-comment {
    font-size: 1.18rem;
    padding: 5.33vw;
    border-radius: 10px !important;
  }
  .m-modal .comment_float-comment:before {
    width: 24px;
    height: 18px;
    left: 5.33vw;
    top: -18px;
    background: url("../img/staffcast/bg_balloon-deco_sp.png") no-repeat left bottom;
    background-size: contain;
  }
  .m-modal .comment_float-movie {
    margin-top: 5.33vw;
    width: 77.33vw;
    height: 43.498125vw;
  }
  .m-modal .comment_float-movie-title {
    font-size: 1.48rem;
    top: calc(50% - 1em);
  }
  .m-modal .comment_float-movie-play {
    font-size: 1.2rem;
    top: calc(50% + 0.4rem);
  }
  .m-modal .comment_float.-lemon .comment_float-name .-face, .m-modal .comment_float.-komari .comment_float-name .-face {
    left: 11.7rem;
  }
  .m-modal[data-modal-type=img] .m-modal__content {
    position: absolute;
    width: 90vw;
    margin: auto;
    text-align: center;
    padding: 0;
    left: 5vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.m-modal.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.m-modal.is-open .m-modal__content {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

@-webkit-keyframes open_load {
  0% {
    width: 0;
  }
  46% {
    width: 100%;
    left: 0;
  }
  52.9% {
    left: 0;
  }
  54% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes open_load {
  0% {
    width: 0;
  }
  46% {
    width: 100%;
    left: 0;
  }
  52.9% {
    left: 0;
  }
  54% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #FFF;
}
.loading .loading_color {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
}
.loading .loading_color.cl1 {
  background: #FFF;
}
.loading .loading_color.cl2 {
  background: var(--color-yellow);
}
.loading .loading_color.cl3 {
  background: var(--color-cl1);
}
.is_start .loading {
  width: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.is_start .loading .loading_color.cl2 {
  -webkit-animation: open_load 0.3s ease-out;
  animation: open_load 0.3s ease-out;
}
.is_start .loading .loading_color.cl3 {
  -webkit-animation: open_load 0.3s ease-out 0.1s;
  animation: open_load 0.3s ease-out 0.1s;
}

@media only screen and (min-width:961px) {
  .navigation_wrap .navigation_btn {
    right: -130px;
  }
  .is_start .navigation_wrap .navigation_btn {
    right: -50px;
    -webkit-transition: right 0.2s ease-out, background 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: right 0.2s ease-out, background 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
}

@-webkit-keyframes anim-scale {
  0% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1.2, 1.2) rotate(-2deg);
    transform: scale(1.2, 1.2) rotate(-2deg);
  }
  60% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  80% {
    -webkit-transform: scale(1.1, 1.1) rotate(1deg);
    transform: scale(1.1, 1.1) rotate(1deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0);
    transform: scale(1, 1) rotate(0);
    opacity: 1;
  }
}

@keyframes anim-scale {
  0% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1.2, 1.2) rotate(-2deg);
    transform: scale(1.2, 1.2) rotate(-2deg);
  }
  60% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  80% {
    -webkit-transform: scale(1.1, 1.1) rotate(1deg);
    transform: scale(1.1, 1.1) rotate(1deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0);
    transform: scale(1, 1) rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes anim-span {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0.8) rotate(24deg);
    transform: scale(1, 0.8) rotate(24deg);
  }
  40% {
    -webkit-transform: scale(1, 1.2);
    transform: scale(1, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0);
    transform: scale(1, 1) rotate(0);
    opacity: 1;
  }
}
@keyframes anim-span {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0.8) rotate(24deg);
    transform: scale(1, 0.8) rotate(24deg);
  }
  40% {
    -webkit-transform: scale(1, 1.2);
    transform: scale(1, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0);
    transform: scale(1, 1) rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes anim-list {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 1.2);
    transform: scale(1, 1.2);
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(1, 0.9);
    transform: scale(1, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes anim-list {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 1.2);
    transform: scale(1, 1.2);
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(1, 0.9);
    transform: scale(1, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes anim-box {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes anim-box {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.main_wapper .header_in h1 {
  opacity: 0;
}
.is_start .main_wapper .header_in h1 {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.main_wapper .contents_in .page_title {
  opacity: 0;
}
.is_start .main_wapper .contents_in .page_title {
  -webkit-animation: anim-scale 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s forwards;
  animation: anim-scale 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s forwards;
}
.main_wapper .contents_in .js-span_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.main_wapper .contents_in .js-span_text span {
  opacity: 0;
}
.is_start .main_wapper .contents_in .js-span_text.js-start {
  opacity: 1;
}
.is_start .main_wapper .contents_in .js-span_text.js-start span {
  -webkit-animation: anim-span 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.6s forwards;
  animation: anim-span 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.6s forwards;
}
.main_wapper .contents_in .js-trigger__list {
  opacity: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main_wapper .contents_in .js-trigger__box {
  opacity: 0;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text {
  opacity: 1;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span {
  -webkit-animation: anim-span 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.4s forwards;
  animation: anim-span 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.4s forwards;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(1) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(2) {
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(3) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(5) {
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(7) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(8) {
  -webkit-animation-delay: 0.68s;
  animation-delay: 0.68s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(9) {
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(10) {
  -webkit-animation-delay: 0.76s;
  animation-delay: 0.76s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(11) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(12) {
  -webkit-animation-delay: 0.84s;
  animation-delay: 0.84s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(13) {
  -webkit-animation-delay: 0.88s;
  animation-delay: 0.88s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(14) {
  -webkit-animation-delay: 0.92s;
  animation-delay: 0.92s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(15) {
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(16) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(17) {
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(18) {
  -webkit-animation-delay: 1.08s;
  animation-delay: 1.08s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(19) {
  -webkit-animation-delay: 1.12s;
  animation-delay: 1.12s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(20) {
  -webkit-animation-delay: 1.16s;
  animation-delay: 1.16s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(21) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(22) {
  -webkit-animation-delay: 1.24s;
  animation-delay: 1.24s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(23) {
  -webkit-animation-delay: 1.28s;
  animation-delay: 1.28s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(24) {
  -webkit-animation-delay: 1.32s;
  animation-delay: 1.32s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(25) {
  -webkit-animation-delay: 1.36s;
  animation-delay: 1.36s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(26) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(27) {
  -webkit-animation-delay: 1.44s;
  animation-delay: 1.44s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(28) {
  -webkit-animation-delay: 1.48s;
  animation-delay: 1.48s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(29) {
  -webkit-animation-delay: 1.52s;
  animation-delay: 1.52s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(30) {
  -webkit-animation-delay: 1.56s;
  animation-delay: 1.56s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(31) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(32) {
  -webkit-animation-delay: 1.64s;
  animation-delay: 1.64s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(33) {
  -webkit-animation-delay: 1.68s;
  animation-delay: 1.68s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(34) {
  -webkit-animation-delay: 1.72s;
  animation-delay: 1.72s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(35) {
  -webkit-animation-delay: 1.76s;
  animation-delay: 1.76s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(36) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(37) {
  -webkit-animation-delay: 1.84s;
  animation-delay: 1.84s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(38) {
  -webkit-animation-delay: 1.88s;
  animation-delay: 1.88s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(39) {
  -webkit-animation-delay: 1.92s;
  animation-delay: 1.92s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(40) {
  -webkit-animation-delay: 1.96s;
  animation-delay: 1.96s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(41) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(42) {
  -webkit-animation-delay: 2.04s;
  animation-delay: 2.04s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(43) {
  -webkit-animation-delay: 2.08s;
  animation-delay: 2.08s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(44) {
  -webkit-animation-delay: 2.12s;
  animation-delay: 2.12s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(45) {
  -webkit-animation-delay: 2.16s;
  animation-delay: 2.16s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(46) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(47) {
  -webkit-animation-delay: 2.24s;
  animation-delay: 2.24s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(48) {
  -webkit-animation-delay: 2.28s;
  animation-delay: 2.28s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(49) {
  -webkit-animation-delay: 2.32s;
  animation-delay: 2.32s;
}
.main_wapper .contents_in .js-trigger.is-active .js-span_text span:nth-child(50) {
  -webkit-animation-delay: 2.36s;
  animation-delay: 2.36s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list {
  -webkit-animation: anim-list 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.4s forwards;
  animation: anim-list 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.4s forwards;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(1) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(2) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(4) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(6) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(8) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(10) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(11) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(12) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(13) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(14) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(15) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(16) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(17) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(18) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(19) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(20) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(21) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(22) {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(23) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(24) {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(25) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(26) {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(27) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(28) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(29) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(30) {
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(31) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(32) {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(33) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(34) {
  -webkit-animation-delay: 2.05s;
  animation-delay: 2.05s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(35) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(36) {
  -webkit-animation-delay: 2.15s;
  animation-delay: 2.15s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(37) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(38) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(39) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(40) {
  -webkit-animation-delay: 2.35s;
  animation-delay: 2.35s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(41) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(42) {
  -webkit-animation-delay: 2.45s;
  animation-delay: 2.45s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(43) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(44) {
  -webkit-animation-delay: 2.55s;
  animation-delay: 2.55s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(45) {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(46) {
  -webkit-animation-delay: 2.65s;
  animation-delay: 2.65s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(47) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(48) {
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(49) {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__list:nth-child(50) {
  -webkit-animation-delay: 2.85s;
  animation-delay: 2.85s;
}
.main_wapper .contents_in .js-trigger.is-active .js-trigger__box {
  -webkit-animation: anim-box 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.4s forwards;
  animation: anim-box 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.4s forwards;
}

#wrapper {
  position: relative;
  color: var(--color-blue);
}

.main_wapper {
  position: relative;
  overflow: hidden;
}
.main_wapper .wave_cover img {
  width: 100%;
}

.main_contents__bg {
  position: absolute;
  position: fixed;
  width: 100%;
  height: 100%;
  height: 500vh;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media only screen and (min-width:961px) {
  .main_contents__bg {
    background: url("../img/common/bg.png") repeat-y center top;
    background-size: 100%;
  }
}
@media only screen and (max-width:960px) {
  .main_contents__bg {
    background: url("../img/common/bg_sp.png") repeat-y center top;
    background-size: 100%;
  }
}

.header_in {
  position: relative;
  background: var(--color-grad);
}
.header_in h1 {
  position: relative;
  z-index: 10;
}
.header_in .contents_deco {
  position: absolute;
  bottom: -2px;
  width: 100%;
}
@media only screen and (min-width:961px) {
  .header_in {
    height: 150px;
    margin-bottom: 10px;
  }
  .header_in h1 {
    width: 305px;
    top: 14px;
    left: 10px;
    position: absolute;
  }
  .header_in h1 a {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .header_in h1 a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width:960px) {
  .header_in {
    height: 20vw;
    margin-bottom: 5.6vw;
  }
  .header_in h1 {
    width: 27.2vw;
    margin: auto;
    top: 2.13vw;
  }
}

.contents_in {
  position: relative;
  z-index: 10;
}
.contents_in .page_title {
  text-align: center;
}
@media only screen and (min-width:961px) {
  .contents_in {
    margin-bottom: 156px;
  }
  .contents_in .page_title {
    margin-bottom: 63px;
  }
}
@media only screen and (max-width:960px) {
  .contents_in {
    margin-bottom: 24vw;
  }
  .contents_in .page_title {
    margin-bottom: 6.13vw;
  }
}