@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
@-webkit-keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

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

svg {
  width: 100%;
  height: auto;
  display: block;
}

html {
  font-size: 62.5%;
}

.editor {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #000;
  color: #fff;
  font-weight: 500;
}

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

@media screen and (min-width: 850px) {
  .is-pc {
    display: block;
  }
}

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

@media screen and (min-width: 850px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 849px) {
  .is-sp {
    display: block;
  }
}

@media screen and (min-width: 850px) {
  .is-pc-inline {
    display: inline;
  }
}

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

@media screen and (min-width: 850px) {
  .is-sp-inline {
    display: none;
  }
}

@media screen and (max-width: 849px) {
  .is-sp-inline {
    display: inline;
  }
}

@media screen and (min-width: 850px) {
  .is-pc-inline-block {
    display: inline-block;
  }
}

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

@media screen and (min-width: 850px) {
  .is-sp-inline-block {
    display: none;
  }
}

@media screen and (max-width: 849px) {
  .is-sp-inline-block {
    display: inline-block;
  }
}

@media screen and (min-width: 850px) {
  .is-pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 849px) {
  .is-pc-flex {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  .is-sp-flex {
    display: none;
  }
}

@media screen and (max-width: 849px) {
  .is-sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-wrapper {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #000000;
}

.l-contents {
  position: relative;
}

@media screen and (min-width: 850px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
  }
  .is-left-top .l-header {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0s ease 0s;
    transition: opacity 0s ease 0s;
  }
  .is-contents-bottom .l-header {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
}

.c-hamburger {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 0;
  position: fixed;
  top: 20px;
  right: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  z-index: 200;
  cursor: pointer;
  background-color: #FCB42E;
  border-radius: 100px;
}

.is-load .c-hamburger {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0.6s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0.6s;
}

.c-hamburger__main {
  position: relative;
  width: 46px;
  height: 46px;
  display: block;
}

.c-hamburger__open, .c-hamburger__close {
  position: absolute;
  background-color: #152E51;
  border-radius: 100px;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  display: block;
}

.c-hamburger__open {
  width: 20px;
  height: 2px;
  left: 13px;
  opacity: 1;
}

.is-open-nav .c-hamburger__open {
  opacity: 0;
}

.c-hamburger__open--1 {
  top: 16px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.is-open-nav .c-hamburger__open--1 {
  -webkit-transition-delay: 0.0s;
          transition-delay: 0.0s;
}

.c-hamburger__open--2 {
  top: 22px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.is-open-nav .c-hamburger__open--2 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.c-hamburger__open--3 {
  top: 28px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.is-open-nav .c-hamburger__open--3 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.c-hamburger__close {
  position: absolute;
  left: 13px;
  top: 22px;
  width: 20px;
  height: 2px;
  background-color: #152E51;
  opacity: 0;
}

.is-open-nav .c-hamburger__close {
  opacity: 1;
}

.c-hamburger__close--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.0s;
          transition-delay: 0.0s;
}

.is-open-nav .c-hamburger__close--1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.c-hamburger__close--2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.is-open-nav .c-hamburger__close--2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media screen and (max-width: 849px) {
  body.is-open-nav {
    overflow: hidden;
  }
}

@media screen and (min-width: 850px) {
  .c-nav {
    position: relative;
    background-color: #000;
  }
}

@media screen and (max-width: 849px) {
  .c-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    opacity: 0;
    text-align: center;
    pointer-events: none;
    z-index: 100;
    color: #152E51;
  }
  .is-load .c-nav {
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
  }
  .is-open-nav .c-nav {
    opacity: 1;
    pointer-events: auto;
  }
}

.c-nav__bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCB42E;
}

.is-load .c-nav__bg {
  opacity: 1;
}

@media screen and (max-width: 849px) {
  .c-nav__bg {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  }
  .is-open-nav .c-nav__bg {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: transform 0.3s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: transform 0.3s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 0.3s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  }
}

.c-nav__main {
  opacity: 0;
}

.is-load .c-nav__main {
  opacity: 1;
}

@media screen and (min-width: 850px) {
  .c-nav__main {
    padding: 12px 0 11px;
  }
}

@media screen and (max-width: 849px) {
  .c-nav__main {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 849px) {
  .c-nav__inner {
    position: relative;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100%;
  }
}

@media screen and (max-width: 849px) {
  .c-nav__base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 849px) {
  .c-nav__contents {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  }
  .is-open-nav .c-nav__contents {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@media screen and (min-width: 850px) {
  .c-nav__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 849px) {
  .c-nav__contents {
    position: relative;
    padding: 50px 0 57px;
  }
}

@media screen and (min-width: 850px) {
  .c-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 849px) {
  .c-nav__item + .c-nav__item {
    margin-top: 22px;
  }
}

@media screen and (min-width: 850px) {
  .c-nav__item + .c-nav__item {
    margin-left: 10px;
  }
}

.c-nav__link {
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px;
  cursor: pointer;
}

@media screen and (min-width: 850px) {
  .c-nav__link {
    padding: 10px 10px 10px;
  }
}

@media screen and (min-width: 850px) and (max-width: 1000px) {
  .c-nav__link {
    padding: 10px 5px 10px;
  }
}

@media screen and (min-width: 850px) and (max-width: 900px) {
  .c-nav__link {
    padding: 10px 0px 10px;
  }
}

.c-nav__link-inner {
  position: relative;
  display: block;
  height: 16px;
}

@media screen and (min-width: 850px) {
  .c-nav__link-inner {
    height: 12px;
  }
}

.c-nav__link-text {
  position: absolute;
  opacity: 0;
  font-size: 0;
  line-height: 1;
  letter-spacing: normal;
}

.c-nav__link-svg {
  height: 100%;
  background-size: auto 100%;
  background-position: center 0px;
  background-repeat: repeat-y;
  overflow: hidden;
}

.c-nav__link-svg svg {
  width: auto;
  height: 100%;
  display: block;
}

@media screen and (min-width: 850px) {
  .c-nav__link-svg svg {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: -webkit-transform 0.7s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: transform 0.7s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: transform 0.7s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 0.7s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  }
  .c-nav__link:hover .c-nav__link-svg svg {
    -webkit-transform: translate(0, -300%);
            transform: translate(0, -300%);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
}

.c-nav__link-svg img {
  height: 100%;
  width: auto;
  display: inline-block;
  opacity: 0;
}

.c-nav__twitter-link, .c-nav__tiktok-link {
  position: relative;
  display: block;
}

.c-nav__twitter-link::before, .c-nav__tiktok-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}

.c-nav__twitter-inner, .c-nav__tiktok-inner {
  overflow: hidden;
}

@media screen and (min-width: 850px) {
  .c-nav__twitter-svg, .c-nav__tiktok-svg {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 0.5s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  }
  .c-nav__twitter-link:hover .c-nav__twitter-svg, .c-nav__tiktok-link:hover .c-nav__twitter-svg, .c-nav__twitter-link:hover .c-nav__tiktok-svg, .c-nav__tiktok-link:hover .c-nav__tiktok-svg {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

.c-nav__twitter {
  position: relative;
  margin-left: 21px;
  margin-right: 12px;
}

.c-nav__twitter-inner {
  width: 22px;
  height: 18px;
}

.c-nav__tiktok {
  position: relative;
  margin-left: 14px;
  margin-right: 12px;
}

.c-nav__tiktok-inner {
  width: 20px;
  height: 20px;
}

.c-nav__social {
  margin-top: 37px;
}

.c-nav__social-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-nav__social-item--1 {
  width: 38px;
}

.c-nav__social-item--2 {
  width: 27px;
}

.c-nav__social-item--3 {
  width: 30px;
}

.c-nav__social-item--4 {
  width: 24px;
}

.c-nav__social-item + .c-nav__social-item {
  margin-left: 29px;
}

.c-nav__social-banner {
  width: 280px;
  margin: 26px auto 0;
}

@media screen and (min-width: 850px) {
  .c-nav__social-banner {
    margin-top: 26px;
  }
}

.c-nav__social-banner-link {
  display: block;
}

@media screen and (min-width: 850px) {
  .c-nav__social-banner-link {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .c-nav__social-banner-link:hover {
    opacity: 0.5;
  }
}

.c-title {
  position: relative;
}

.c-title__text {
  position: absolute;
  opacity: 0;
  font-size: 0;
  line-height: 1;
  letter-spacing: normal;
}

.c-title__inner {
  display: block;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 0;
}

.is-scroll .c-title__inner {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
}

.c-title__inner + .c-title__inner {
  margin-top: 9px;
}

@media screen and (min-width: 850px) {
  .c-title__inner + .c-title__inner {
    margin-top: 27px;
  }
}

.c-title__svg {
  overflow: hidden;
  position: relative;
  display: inline-block;
  height: 23px;
}

@media screen and (min-width: 850px) {
  .c-title__svg {
    height: 46px;
  }
}

.c-title__svg svg {
  height: 23px;
}

@media screen and (min-width: 850px) {
  .c-title__svg svg {
    height: 46px;
  }
}

.c-title__svg--tall {
  height: 86px;
}

@media screen and (min-width: 850px) {
  .c-title__svg--tall {
    height: 205px;
  }
}

.c-title__svg--tall svg {
  height: 86px;
}

@media screen and (min-width: 850px) {
  .c-title__svg--tall svg {
    height: 205px;
  }
}

.c-title__svg--small {
  height: 14.5px;
}

@media screen and (min-width: 850px) {
  .c-title__svg--small {
    height: 29px;
  }
}

.c-title__svg--small svg {
  height: 14.5px;
}

@media screen and (min-width: 850px) {
  .c-title__svg--small svg {
    height: 29px;
  }
}

.c-title__svg svg {
  width: auto;
  display: block;
}

.c-title__svg-inner {
  position: relative;
  display: block;
  -webkit-transform: translate(0, 25%);
          transform: translate(0, 25%);
}

.is-scroll .c-title__svg-inner {
  -webkit-transform: translate(0, -75%);
          transform: translate(0, -75%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: transform 1s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: transform 1s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 1s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
}

.c-footer {
  position: relative;
  background-color: #fff;
}

.c-footer__main {
  padding: 50px 0 51px;
}

@media screen and (min-width: 850px) {
  .c-footer__main {
    padding: 74px 0 45px;
  }
}

.c-footer__social-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 849px) {
  .c-footer__social-list {
    left: -1px;
  }
}

@media screen and (min-width: 850px) {
  .c-footer__social-list {
    left: -1px;
  }
}

.c-footer__social-item {
  width: 30px;
}

.c-footer__social-item--1 {
  width: 38px;
}

.c-footer__social-item--2 {
  width: 27px;
}

.c-footer__social-item--3 {
  width: 30px;
}

.c-footer__social-item--4 {
  width: 24px;
}

.c-footer__social-item + .c-footer__social-item {
  margin-left: 34px;
}

.c-footer__social-link {
  position: relative;
  display: block;
}

.c-footer__social-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}

@media screen and (min-width: 850px) {
  .c-footer__social-link {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transition: -webkit-filter 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: -webkit-filter 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: filter 0.4s ease 0s, transform 0.4s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: filter 0.4s ease 0s, transform 0.4s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-filter 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  }
  .c-footer__social-link:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
}

.c-footer__social-banner {
  width: 320px;
  margin: 26px auto 0;
}

@media screen and (max-width: 849px) and (max-width: 360px) {
  .c-footer__social-banner {
    width: 300px;
  }
}

@media screen and (min-width: 850px) {
  .c-footer__social-banner {
    margin-top: 26px;
  }
}

.c-footer__social-banner-link {
  display: block;
}

@media screen and (min-width: 850px) {
  .c-footer__social-banner-link {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .c-footer__social-banner-link:hover {
    opacity: 0.5;
  }
}

.c-footer__cast {
  margin-top: 37px;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.05em;
  font-weight: 900;
}

@media screen and (min-width: 850px) {
  .c-footer__cast {
    margin-top: 52px;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.05em;
  }
}

.c-footer__staff {
  margin-top: 10px;
}

@media screen and (min-width: 850px) {
  .c-footer__staff {
    margin-top: 24px;
  }
}

.c-footer__staff-dir {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.05em;
  font-weight: 900;
}

@media screen and (min-width: 850px) {
  .c-footer__staff-dir {
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.05em;
  }
}

.c-footer__staff-credit {
  position: relative;
  margin-top: 3px;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 900;
}

@media screen and (min-width: 850px) {
  .c-footer__staff-credit {
    margin-top: 6px;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.05em;
  }
}

.c-bird--cast {
  -webkit-transform: translate(-9%, 18%);
          transform: translate(-9%, 18%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -157px;
  margin-left: -48.3%;
  width: 360px;
}

.c-bird--cast.is-scroll {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
}

.c-bird--cast img {
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}

.c-bird--comment {
  -webkit-transform: translate(-9%, 18%);
          transform: translate(-9%, 18%);
  opacity: 0;
  position: absolute;
  top: -30px;
  left: 3px;
  width: 129px;
}

.c-bird--comment.is-scroll {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
}

@media screen and (min-width: 850px) {
  .c-bird--comment {
    top: -80px;
    left: 35px;
    width: 311px;
  }
}

.c-bird--comment img {
  -webkit-transform: rotate(14.5deg);
          transform: rotate(14.5deg);
}

.c-doll {
  -webkit-transform: translate(4%, 0);
          transform: translate(4%, 0);
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 21px;
  width: 101px;
}

.c-doll.is-scroll {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
}

@media screen and (min-width: 850px) {
  .c-doll {
    right: 47px;
    width: 244px;
  }
}

.c-fix {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 50;
}

@media screen and (min-width: 850px) {
  .c-fix {
    bottom: 35px;
    right: 46px;
  }
}

.c-fix__btn {
  cursor: pointer;
  width: 80px;
  opacity: 0;
}

@media screen and (min-width: 850px) {
  .c-fix__btn {
    width: 150px;
  }
}

.is-load .c-fix__btn {
  opacity: 1;
}

.c-fix__img {
  position: relative;
}

@media screen and (min-width: 850px) {
  .c-fix__img {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transition: -webkit-filter 0.4s ease 0s;
    transition: -webkit-filter 0.4s ease 0s;
    transition: filter 0.4s ease 0s;
    transition: filter 0.4s ease 0s, -webkit-filter 0.4s ease 0s;
  }
  .c-fix__btn:hover .c-fix__img {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
}

.c-fix__img .c-in-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 850px) {
  .c-fix__img .c-in-circle {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: transform 0.6s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
    transition: transform 0.6s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 0.6s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  }
  .c-fix__btn:hover .c-fix__img .c-in-circle {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
}

.c-fix__img svg {
  position: relative;
  z-index: 1;
}

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

.m-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  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;
}

.is-load .m-movie {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.is-movie-open .m-movie {
  opacity: 1;
  pointer-events: auto;
}

.m-movie__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}

.m-movie__main {
  position: relative;
  width: 90%;
}

@media screen and (min-width: 850px) {
  .m-movie__main {
    width: 80%;
    max-width: 840px;
  }
}

@media screen and (min-width: 850px) and (max-height: 680px) {
  .m-movie__main {
    max-width: 650px;
  }
}

@media screen and (max-width: 849px) and (orientation: landscape) {
  .m-movie__main {
    width: 60%;
  }
}

.m-movie__movie {
  position: relative;
  background-color: #000;
}

.m-movie__movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.m-movie__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-movie__close {
  position: absolute;
  top: -66px;
  right: -66px;
  cursor: pointer;
  width: 67px;
  height: 67px;
}

@media screen and (max-width: 849px) {
  .m-movie__close {
    top: -44px;
    right: 0;
    width: 41px;
    height: 41px;
  }
}

@media screen and (min-width: 850px) {
  .m-movie__close {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.65, 0.07, 0.32, 0.92) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.65, 0.07, 0.32, 0.92) 0s;
    transition: transform 0.4s cubic-bezier(0.65, 0.07, 0.32, 0.92) 0s;
    transition: transform 0.4s cubic-bezier(0.65, 0.07, 0.32, 0.92) 0s, -webkit-transform 0.4s cubic-bezier(0.65, 0.07, 0.32, 0.92) 0s;
  }
}

@media screen and (min-width: 850px) and (max-height: 750px) {
  .m-movie__close {
    top: -52px;
    right: -52px;
  }
}

@media screen and (min-width: 850px) {
  .m-movie__close:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.m-movie__close::before, .m-movie__close::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 5px;
  background-color: #fff;
  width: 57px;
  height: 3px;
  border-radius: 100px;
}

@media screen and (max-width: 849px) {
  .m-movie__close::before, .m-movie__close::after {
    width: 33px;
    left: 4px;
    top: 19px;
  }
}

.m-movie__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 850px) and (max-height: 750px) {
  .m-movie__close::before {
    -webkit-transform: rotate(45deg) scale(0.5);
            transform: rotate(45deg) scale(0.5);
  }
}

.m-movie__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 850px) and (max-height: 750px) {
  .m-movie__close::after {
    -webkit-transform: rotate(-45deg) scale(0.5);
            transform: rotate(-45deg) scale(0.5);
  }
}

.m-movie__list {
  margin-top: 16px;
}

@media screen and (min-width: 850px) {
  .m-movie__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 849px) {
  .m-movie__list {
    margin: 22px auto 0;
  }
}

@media screen and (max-width: 849px) and (orientation: landscape) {
  .m-movie__list {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.m-movie__list--wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 849px) {
  .m-movie__list--wrap {
    margin: 3% auto 0;
  }
}

@media screen and (max-width: 849px) and (orientation: landscape) {
  .m-movie__list--wrap {
    margin-top: 15px;
  }
}

.m-movie__item {
  width: 100%;
}

@media screen and (max-width: 849px) {
  .m-movie__item {
    margin: 0 auto;
  }
}

@media screen and (max-width: 849px) and (orientation: landscape) {
  .m-movie__item {
    width: 100%;
  }
}

@media screen and (min-width: 850px) {
  .m-movie__item + .m-movie__item {
    margin-left: 1.8%;
  }
}

@media screen and (max-width: 849px) {
  .m-movie__item + .m-movie__item {
    margin-top: 12px;
  }
}

@media screen and (max-width: 849px) and (orientation: landscape) {
  .m-movie__item + .m-movie__item {
    margin-top: 0;
    margin-left: 1.8%;
  }
}

.m-movie__item--wrap {
  width: 49%;
}

@media screen and (max-width: 849px) {
  .m-movie__item--wrap {
    width: 47.9%;
  }
}

.m-movie__item--wrap:nth-child(2n) {
  margin-left: 1.8%;
}

@media screen and (max-width: 849px) {
  .m-movie__item--wrap:nth-child(2n) {
    margin-left: 4%;
  }
}

.m-movie__item--wrap:nth-child(n+3) {
  margin-top: 1.8%;
}

@media screen and (max-width: 849px) {
  .m-movie__item--wrap:nth-child(n+3) {
    margin-top: 4%;
  }
}

.m-movie__btn {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 15px 0;
  border: 1px solid #F3BD4D;
  color: #F3BD4D;
  cursor: pointer;
  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s;
  background-color: #000D15;
}

@media screen and (max-width: 849px) {
  .m-movie__btn {
    padding: 14px 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 849px) and (orientation: landscape) {
  .m-movie__btn {
    padding: 8px 0;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 850px) {
  .m-movie__btn:hover {
    background-color: #152E51;
  }
}

.m-movie__btn.is-active {
  background-color: #F3BD4D;
  color: #152E51;
}

.m-loop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  opacity: 1;
  pointer-events: none;
}

.is-load .m-loop {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1.8s;
  transition: opacity 0.8s ease 1.8s;
}

.is-loop-start .m-loop {
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.is-loop .m-loop {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

.m-loop__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.m-loop__main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-loop__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #000;
  opacity: 1;
}

.is-load .m-loop__img {
  opacity: 0;
  -webkit-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
}

.is-loop-start .m-loop__img {
  opacity: 1;
}

.is-loop .m-loop__img {
  opacity: 0;
  -webkit-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
}

@media screen and (min-width: 850px) {
  .m-loop__img--1 {
    background-image: url(../img/movie/pc/image_1.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--1 {
    background-image: url(../img/movie/sp/image_1.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--2 {
    background-image: url(../img/movie/pc/image_2.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--2 {
    background-image: url(../img/movie/sp/image_2.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--3 {
    background-image: url(../img/movie/pc/image_3.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--3 {
    background-image: url(../img/movie/sp/image_3.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--4 {
    background-image: url(../img/movie/pc/image_4.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--4 {
    background-image: url(../img/movie/sp/image_4.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--5 {
    background-image: url(../img/movie/pc/image_5.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--5 {
    background-image: url(../img/movie/sp/image_5.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--6 {
    background-image: url(../img/movie/pc/image_6.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--6 {
    background-image: url(../img/movie/sp/image_6.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--7 {
    background-image: url(../img/movie/pc/image_7.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--7 {
    background-image: url(../img/movie/sp/image_7.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--8 {
    background-image: url(../img/movie/pc/image_8.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--8 {
    background-image: url(../img/movie/sp/image_8.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--9 {
    background-image: url(../img/movie/pc/image_9.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--9 {
    background-image: url(../img/movie/sp/image_9.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--10 {
    background-image: url(../img/movie/pc/image_10.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--10 {
    background-image: url(../img/movie/sp/image_10.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--11 {
    background-image: url(../img/movie/pc/image_11.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--11 {
    background-image: url(../img/movie/sp/image_11.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--12 {
    background-image: url(../img/movie/pc/image_12.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--12 {
    background-image: url(../img/movie/sp/image_12.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--13 {
    background-image: url(../img/movie/pc/image_13.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--13 {
    background-image: url(../img/movie/sp/image_13.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--14 {
    background-image: url(../img/movie/pc/image_14.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--14 {
    background-image: url(../img/movie/sp/image_14.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--15 {
    background-image: url(../img/movie/pc/image_15.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--15 {
    background-image: url(../img/movie/sp/image_15.jpg);
  }
}

@media screen and (min-width: 850px) {
  .m-loop__img--16 {
    background-image: url(../img/movie/pc/image_16.jpg);
  }
}

@media screen and (max-width: 849px) {
  .m-loop__img--16 {
    background-image: url(../img/movie/sp/image_16.jpg);
  }
}

.is-load .m-loop__img--0 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.is-loop-start .m-loop__img--0 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--0 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.is-load .m-loop__img--1 {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.is-loop-start .m-loop__img--1 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--1 {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.is-load .m-loop__img--2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.is-loop-start .m-loop__img--2 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.is-load .m-loop__img--3 {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.is-loop-start .m-loop__img--3 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--3 {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.is-load .m-loop__img--4 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.is-loop-start .m-loop__img--4 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--4 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.is-load .m-loop__img--5 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.is-loop-start .m-loop__img--5 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--5 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.is-load .m-loop__img--6 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.is-loop-start .m-loop__img--6 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--6 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.is-load .m-loop__img--7 {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.is-loop-start .m-loop__img--7 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--7 {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.is-load .m-loop__img--8 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.is-loop-start .m-loop__img--8 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--8 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.is-load .m-loop__img--9 {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

.is-loop-start .m-loop__img--9 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--9 {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

.is-load .m-loop__img--10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.is-loop-start .m-loop__img--10 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.is-load .m-loop__img--11 {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.is-loop-start .m-loop__img--11 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--11 {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.is-load .m-loop__img--12 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.is-loop-start .m-loop__img--12 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--12 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.is-load .m-loop__img--13 {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.is-loop-start .m-loop__img--13 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--13 {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.is-load .m-loop__img--14 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.is-loop-start .m-loop__img--14 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--14 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.is-load .m-loop__img--15 {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.is-loop-start .m-loop__img--15 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--15 {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.is-load .m-loop__img--16 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.is-loop-start .m-loop__img--16 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-loop .m-loop__img--16 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.u-no-letter {
  letter-spacing: 0;
}

.u-inline-block {
  display: inline-block;
}

.u-300 {
  font-weight: 300;
}

.u-600 {
  font-weight: 600;
}

.u-bold {
  font-weight: bold;
}

.u-800 {
  font-weight: 800;
}

.u-900 {
  font-weight: 900;
}

.u-text-small {
  font-size: 0.8em;
}

.u-pointer {
  cursor: pointer;
}

.u-white {
  color: #fff;
}

.u-bg-white {
  background-color: #fff;
}

.u-navy {
  color: #152E51;
}

.u-bg-navy {
  background-color: #152E51;
}

.u-bg-yellow {
  background-color: #FCB42E;
}

.u-bg-yellow-bg {
  background-color: #F3BD4D;
}

.p-top {
  position: relative;
  overflow: hidden;
}

.p-top img {
  width: 100%;
}

.p-top__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #030214;
}

.p-top__bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22.9%;
  background-color: #f6b42c;
  opacity: 0;
}

.is-load .p-top__bg::before {
  opacity: 1;
}

.p-top__main {
  position: relative;
}

.p-top__kv {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  opacity: 0;
}

.is-load .p-top__kv {
  opacity: 1;
}

.p-anniversary {
  background-color: #000;
}

.p-anniversary__main {
  padding: 20px 0 16px;
  background-color: #E60012;
  color: #F6EE78;
  opacity: 0;
}

@media screen and (min-width: 850px) {
  .p-anniversary__main {
    border-bottom: 10px solid #000000;
  }
}

@media screen and (max-width: 849px) {
  .p-anniversary__main {
    padding: 11px 0 14px;
  }
}

.is-load .p-anniversary__main {
  opacity: 1;
}

.p-anniversary__lead {
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 850px) and (max-width: 900px) {
  .p-anniversary__lead {
    font-size: 45px;
    line-height: 60px;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width: 849px) {
  .p-anniversary__lead {
    font-size: 5.3vw;
    line-height: 1.3;
    letter-spacing: -0.03em;
  }
}

.p-anniversary__catch {
  margin-top: 2px;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.03em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 849px) {
  .p-anniversary__catch {
    margin-top: 6px;
    font-size: 4.3vw;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}

.p-intro {
  position: relative;
}

.p-intro__main {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

.p-intro__title {
  position: relative;
  z-index: 1;
  margin-top: -8%;
}

@media screen and (min-width: 850px) {
  .p-intro__title {
    margin-top: -90px;
  }
}

.p-intro__title-text {
  position: absolute;
  opacity: 0;
  font-size: 0;
  line-height: 1;
  letter-spacing: normal;
}

.p-intro__title-inner {
  position: relative;
  display: block;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 0;
}

.is-scroll .is-scroll .p-intro__title-inner {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
}

.p-intro__title-inner--2 {
  margin-top: 1.1%;
}

@media screen and (min-width: 850px) {
  .p-intro__title-inner--2 {
    margin-top: 0.85%;
  }
}

.p-intro__title-svg {
  overflow: hidden;
  position: relative;
  display: inline-block;
  height: 9.335vw;
}

@media screen and (min-width: 850px) {
  .p-intro__title-svg {
    height: 99px;
  }
}

.p-intro__title-svg svg {
  height: 9.335vw;
}

@media screen and (min-width: 850px) {
  .p-intro__title-svg svg {
    height: 99px;
  }
}

.p-intro__title-svg--2 {
  height: 9.87vw;
}

@media screen and (min-width: 850px) {
  .p-intro__title-svg--2 {
    height: 101px;
  }
}

.p-intro__title-svg--2 svg {
  height: 9.87vw;
}

@media screen and (min-width: 850px) {
  .p-intro__title-svg--2 svg {
    height: 101px;
  }
}

@media screen and (min-width: 850px) {
  .p-intro__title-svg--3 {
    height: 100px;
  }
}

@media screen and (min-width: 850px) {
  .p-intro__title-svg--3 svg {
    height: 100px;
  }
}

@media screen and (min-width: 850px) and (max-width: 1150px) {
  .p-intro__title-svg {
    height: 90px;
  }
  .p-intro__title-svg svg {
    height: 90px;
  }
}

@media screen and (min-width: 850px) and (max-width: 950px) {
  .p-intro__title-svg {
    height: 80px;
  }
  .p-intro__title-svg svg {
    height: 80px;
  }
}

.p-intro__title-svg svg {
  width: auto;
  display: block;
}

.p-intro__title-svg-inner {
  position: relative;
  display: block;
  -webkit-transform: translate(0, 25%);
          transform: translate(0, 25%);
}

.is-scroll .is-scroll .p-intro__title-svg-inner {
  -webkit-transform: translate(0, -75%);
          transform: translate(0, -75%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: transform 1s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: transform 1s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 1s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
}

.p-intro__contents {
  position: relative;
}

.p-intro__visual {
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  opacity: 0;
  position: relative;
}

.is-scroll .p-intro__visual {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
}

.p-intro__visual::before {
  content: "";
  display: block;
  padding-top: 61.6%;
}

@media screen and (min-width: 850px) {
  .p-intro__visual::before {
    padding-top: 51.6%;
  }
}

.p-intro__visual::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 10%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.p-intro__visual-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.p-intro__detail {
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  opacity: 0;
  position: relative;
  color: #FCB42E;
  margin-top: 25px;
  font-weight: bold;
  font-size: 3.46vw;
  line-height: 1.7;
  letter-spacing: -0.08em;
}

.is-scroll .is-scroll .p-intro__detail {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0s;
}

@media screen and (min-width: 850px) {
  .p-intro__detail {
    left: 6px;
    margin-top: 40px;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.08em;
  }
}

@media screen and (min-width: 850px) and (max-width: 1150px) {
  .p-intro__detail {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.08em;
  }
}

@media screen and (min-width: 850px) and (max-width: 950px) {
  .p-intro__detail {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.08em;
  }
}

.p-intro__paragraph {
  position: relative;
  white-space: nowrap;
}

.p-intro__paragraph--2 {
  margin-top: 0.5%;
  font-size: 9.33vw;
  line-height: 1.28;
  letter-spacing: -0.05em;
  font-weight: 900;
}

@media screen and (min-width: 850px) {
  .p-intro__paragraph--2 {
    margin-top: 0;
    font-size: 51px;
    line-height: 64px;
    letter-spacing: -0.08em;
  }
}

@media screen and (min-width: 850px) and (max-width: 1150px) {
  .p-intro__paragraph--2 {
    font-size: 46px;
    line-height: 59px;
    letter-spacing: -0.08em;
  }
}

@media screen and (min-width: 850px) and (max-width: 950px) {
  .p-intro__paragraph--2 {
    font-size: 41px;
    line-height: 54px;
    letter-spacing: -0.08em;
  }
}

.p-intro__paragraph--3 {
  margin-top: 0.9%;
}

@media screen and (min-width: 850px) {
  .p-intro__paragraph--3 {
    margin-top: 8px;
  }
}

.p-intro__paragraph--4 {
  margin-top: 0.5%;
  font-size: 6.93vw;
  line-height: 1.42;
  letter-spacing: -0.08em;
  font-weight: 900;
}

@media screen and (min-width: 850px) {
  .p-intro__paragraph--4 {
    margin-top: -1px;
    font-size: 43px;
    line-height: 56px;
    letter-spacing: -0.08em;
  }
}

@media screen and (min-width: 850px) and (max-width: 1150px) {
  .p-intro__paragraph--4 {
    font-size: 36px;
    line-height: 49px;
    letter-spacing: -0.08em;
  }
}

@media screen and (min-width: 850px) and (max-width: 950px) {
  .p-intro__paragraph--4 {
    font-size: 29px;
    line-height: 42px;
    letter-spacing: -0.08em;
  }
}

.p-intro__paragraph--5 {
  margin-top: 0.6%;
}

@media screen and (min-width: 850px) {
  .p-intro__paragraph--5 {
    margin-top: 7px;
  }
}

.p-intro__paragraph--6 {
  margin-top: 5.8%;
}

@media screen and (min-width: 850px) {
  .p-intro__paragraph--6 {
    margin-top: 36px;
  }
}

.p-intro__paragraph--7 {
  margin-top: 0.2%;
  font-size: 5.86vw;
  line-height: 1.42;
  letter-spacing: -0.08em;
  font-weight: 900;
}

@media screen and (max-width: 849px) {
  .p-intro__paragraph--7 {
    left: -0.2%;
  }
}

@media screen and (min-width: 850px) {
  .p-intro__paragraph--7 {
    margin-top: -1px;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.08em;
  }
}

@media screen and (min-width: 850px) and (max-width: 1150px) {
  .p-intro__paragraph--7 {
    font-size: 31px;
    line-height: 54px;
    letter-spacing: -0.08em;
  }
}

@media screen and (min-width: 850px) and (max-width: 950px) {
  .p-intro__paragraph--7 {
    font-size: 26px;
    line-height: 49px;
    letter-spacing: -0.08em;
  }
}

.p-intro__catch {
  color: #FCB42E;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 900;
}

@media screen and (min-width: 850px) {
  .p-intro__catch {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0.01em;
  }
}

.p-intro__block {
  margin-top: 32px;
}

@media screen and (min-width: 850px) {
  .p-intro__block {
    margin: 75px auto 0;
    max-width: 890px;
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 850px) {
  .p-intro__head {
    width: 47%;
    padding-left: 2px;
  }
}

.p-intro__description {
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  margin: 0 auto;
  padding: 0 37px;
}

@media screen and (min-width: 850px) {
  .p-intro__description {
    padding: 0;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 849px) {
  .p-intro__description + .p-intro__description {
    margin-top: 15px;
  }
}

@media screen and (min-width: 850px) {
  .p-intro__description + .p-intro__description {
    margin-top: 27px;
  }
}

.p-intro__body {
  margin-top: 29px;
}

@media screen and (min-width: 850px) {
  .p-intro__body {
    margin-top: 0;
    width: 47.1%;
  }
}

.p-intro__img {
  position: relative;
}

.p-intro__img::before {
  content: "";
  display: block;
  padding-top: 45.3%;
}

@media screen and (min-width: 850px) {
  .p-intro__img::before {
    padding-top: 83.8%;
  }
}

.p-intro__img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.p-intro__about {
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  margin: 31px auto 0;
  padding: 0 37px;
}

@media screen and (min-width: 850px) {
  .p-intro__about {
    margin: 35px auto 0;
    max-width: 890px;
    width: 95%;
    padding: 0 0 0 2px;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

.p-visual {
  margin-top: 59px;
  position: relative;
}

@media screen and (min-width: 850px) {
  .p-visual {
    margin-top: 98px;
  }
}

@media screen and (min-width: 850px) {
  .p-visual__main {
    padding: 0 0 75px;
  }
}

.p-visual__visual {
  position: relative;
}

.p-visual__visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 73, 116, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 73, 116, 0) 100%);
}

@media screen and (min-width: 850px) {
  .p-visual__visual::after {
    height: 124px;
  }
}

.p-visual__visual::before {
  content: "";
  display: block;
  padding-top: 61%;
}

@media screen and (min-width: 850px) {
  .p-visual__visual::before {
    padding-top: 51.5%;
  }
}

.p-visual__visual-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.p-visual__sub {
  width: 110%;
  margin-left: -5%;
  position: relative;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

@media screen and (min-width: 850px) {
  .p-visual__sub {
    width: 103%;
    margin-left: -1.5%;
  }
}

.p-visual__sub img {
  width: 100%;
}

.p-visual__sub-slider {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-visual__sub-slider + .p-visual__sub-slider {
  margin-top: -1px;
}

@media screen and (min-width: 850px) {
  .p-visual__sub-slider--sp {
    display: none;
  }
}

@-webkit-keyframes gallery-slide {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes gallery-slide {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-visual__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  will-change: transform;
  -webkit-animation: gallery-slide 60s linear 0.5s infinite;
          animation: gallery-slide 60s linear 0.5s infinite;
}

.is-contents-bottom .p-visual__sub-list {
  -webkit-animation: none;
          animation: none;
}

.p-visual__sub-item {
  display: inline-block;
  width: 111.3vw;
}

@media screen and (min-width: 850px) {
  .p-visual__sub-item {
    width: 51vw;
  }
}

.p-cast {
  position: relative;
}

.p-cast__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-cast__main {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

.p-cast__title {
  position: relative;
}

.p-cast__contents {
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  opacity: 0;
  position: relative;
}

.is-scroll .p-cast__contents {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0.3s, -webkit-transform 0.8s cubic-bezier(0.09, 0.74, 0.37, 0.97) 0.3s;
}

.p-cast__main {
  padding: 75px 0 45px;
}

@media screen and (min-width: 850px) {
  .p-cast__main {
    padding: 75px 0 224px;
  }
}

@media screen and (max-width: 849px) {
  .p-cast__title {
    left: -2px;
  }
}

.p-cast__contents {
  margin-top: 54px;
}

@media screen and (min-width: 850px) {
  .p-cast__contents {
    margin-top: 136px;
  }
}

.p-cast__block {
  padding: 0 37px;
}

@media screen and (min-width: 850px) {
  .p-cast__block {
    padding: 0;
  }
}

@media screen and (max-width: 849px) {
  .p-cast__block {
    max-width: 500px;
    margin: 0 auto;
  }
}

.p-cast__mc, .p-cast__item {
  position: relative;
}

@media screen and (max-width: 849px) {
  .p-cast__mc::after, .p-cast__item::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #FCB42E;
    margin-bottom: 69px;
  }
}

.p-cast__mc-img, .p-cast__item-img {
  position: relative;
}

.p-cast__mc-img::before, .p-cast__item-img::before {
  content: "";
  display: block;
  padding-top: 83%;
}

@media screen and (min-width: 850px) {
  .p-cast__mc-img::before, .p-cast__item-img::before {
    padding-top: 100%;
  }
}

.p-cast__mc-img .p-in-inner, .p-cast__item-img .p-in-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.p-cast__mc-text, .p-cast__item-text {
  text-align: left;
}

@media screen and (max-width: 849px) {
  .p-cast__mc-text, .p-cast__item-text {
    margin-top: 24px;
    padding-bottom: 28px;
  }
}

.p-cast__mc-head, .p-cast__item-head {
  color: #FCB42E;
}

.p-cast__mc-role, .p-cast__item-role {
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
}

@media screen and (min-width: 850px) {
  .p-cast__mc-role, .p-cast__item-role {
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
  }
}

.p-cast__mc-name, .p-cast__item-name {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 900;
}

@media screen and (min-width: 850px) {
  .p-cast__mc-name, .p-cast__item-name {
    margin-top: 9px;
  }
}

.p-cast__mc-arrow, .p-cast__item-arrow {
  position: relative;
}

.p-cast__mc-arrow::before, .p-cast__item-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
}

@media screen and (max-width: 849px) {
  .p-cast__mc-arrow, .p-cast__item-arrow {
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 50%;
	  left:50%;
    width: 16px;
    height: 16px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
            transform: translate(0px, 0px) rotate(-45deg);
  }
  .p-cast__mc-arrow.is-open, .p-cast__item-arrow.is-open {
    -webkit-transform: translate(0px, 8px) rotate(-225deg);
            transform: translate(0px, 8px) rotate(-225deg);
  }
}

@media screen and (min-width: 850px) {
  .p-cast__mc-body, .p-cast__item-body {
    display: block !important;
  }
}

@media screen and (max-width: 849px) {
  .p-cast__mc-body, .p-cast__item-body {
    display: none;
  }
}

.p-cast__mc-detail, .p-cast__item-detail {
  padding-top: 24px;
  padding-bottom: 41px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: normal;
  word-break: break-all;
  line-break: anywhere;
  text-align: justify;
}

@media screen and (min-width: 850px) {
  .p-cast__mc-detail, .p-cast__item-detail {
    padding-top: 39px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 850px) {
  .p-cast__mc {
    position: relative;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 280px;
  }
  .p-cast__mc-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
  }
}

@media screen and (min-width: 850px) and (min-width: 850px) {
  .p-cast__mc-text {
    padding-top: 3px;
    padding-left: 340px;
  }
}

@media screen and (min-width: 850px) {
  .p-cast__line {
    position: relative;
    width: 95%;
    max-width: 1000px;
    margin: 59px auto;
    height: 3px;
    background-color: #FCB42E;
  }
}

@media screen and (min-width: 850px) {
  .p-cast__list {
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 850px) {
  .p-cast__item {
    width: 30%;
  }
  .p-cast__item + .p-cast__item {
    margin-left: 4%;
  }
}

@media screen and (min-width: 850px) {
  .p-cast__item-text {
    margin-top: 23px;
  }
}

@media screen and (min-width: 850px) {
  .p-cast__item-head {
    text-align: center;
  }
}

@media screen and (min-width: 850px) {
  .p-cast__item-role {
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 850px) {
  .p-cast__item-name {
    margin-top: 7px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 850px) {
  .p-cast__item-detail {
    padding-top: 26px;
    margin-right: -2px;
  }
}
