@charset "UTF-8";
/************************************************

@style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------
レスポンシブ設定
-------------------------------*/
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

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

/*-------------------------------
font
-------------------------------*/
/*-------------------------------
flex
-------------------------------*/
/*-------------------------------
color
-------------------------------*/
/*-------------------------------
animation関連
-------------------------------*/
/*-------------------------------
@import記述
-------------------------------*/
/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

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

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

/*-------------------------------

html

-------------------------------*/
html, body {
  background: #000;
  min-width: none;
  font: 14px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #fff;
  overflow-x: hidden;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
}
@media screen and (min-width: 960px) {
  html, body {
    min-width: 1024px;
    font: 18px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

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

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
}

/*-------------------------------

@nav

-------------------------------*/
#nav-container {
  padding: 15px 5px;
}
@media screen and (min-width: 960px) {
  #nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 5px;
  }
}

.nav-box {
  width: 80%;
  margin: 20px auto;
}
@media screen and (min-width: 960px) {
  .nav-box {
    width: 300px;
    margin: 10px;
  }
}

.nav-btn {
  display: block;
  padding: 15px;
  border: 1px solid;
  border-radius: 6px;
  text-align: center;
  font-size: 1.1em;
  color: #e71a0f;
  font-family: "Josefin Sans", sans-serif;
}
.nav-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .nav-btn {
    font-size: 16px;
  }
}

/*-------------------------------

#footer

-------------------------------*/
/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 100%;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 4;
  color: #e71a0f;
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  color: #e71a0f;
}

/*-------------------------------

#menu

-------------------------------*/
.drawer-btn {
  position: fixed;
  top: 1%;
  right: 2%;
  z-index: 100;
  background: #000;
}
@media screen and (min-width: 960px) {
  .drawer-btn {
    top: 1%;
    right: 1%;
  }
}
.drawer-btn > div {
  cursor: pointer;
}
.drawer-btn > div .drawer-txt {
  font-family: "Josefin Sans", sans-serif;
  font-size: 10px;
  text-align: center;
  color: #e71a0f;
  padding: 10px 9px 2px;
  letter-spacing: 0px;
}
@media screen and (min-width: 500px) {
  .drawer-btn > div .drawer-txt {
    font-size: 16px;
    padding: 10px 10px 2px;
  }
}
.drawer-btn > div .drawer-line-box {
  width: 37.5px;
  height: 30px;
  padding: 5px 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 500px) {
  .drawer-btn > div .drawer-line-box {
    width: 50px;
    height: 40px;
  }
}
.drawer-btn > div .drawer-line-box .drawer-line {
  width: 24px;
  height: 1.5px;
  background: #e71a0f;
  display: block;
  margin: 0 auto 3px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg) translateX(1px);
  transform: rotate(0deg) translateX(1px);
  border-radius: 10px;
}
@media screen and (min-width: 500px) {
  .drawer-btn > div .drawer-line-box .drawer-line {
    width: 35px;
    height: 2px;
    margin: 0 auto 6px auto;
  }
}
.drawer-btn > div .drawer-line-box .drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(390deg) translate(1.5px, 2.5px);
  transform: rotate(390deg) translate(1.5px, 2.5px);
}
@media screen and (min-width: 500px) {
  .drawer-btn > div .drawer-line-box .drawer-line.open:nth-child(1) {
    -webkit-transform: rotate(390deg) translate(3px, 6px);
    transform: rotate(390deg) translate(3px, 6px);
  }
}
.drawer-btn > div .drawer-line-box .drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}
.drawer-btn > div .drawer-line-box .drawer-line.open:nth-child(3) {
  -webkit-transform: rotate(-390deg) translate(3px, -5px);
  transform: rotate(-390deg) translate(3px, -5px);
}
@media screen and (min-width: 500px) {
  .drawer-btn > div .drawer-line-box .drawer-line.open:nth-child(3) {
    -webkit-transform: rotate(-390deg) translate(4.5px, -8px);
    transform: rotate(-390deg) translate(4.5px, -8px);
  }
}

#drawer-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  background: rgba(23, 27, 30, 0.8);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  #drawer-container {
    width: 510px;
  }
}
#drawer-container #drawer-container-inner #drawer-nav-container {
  margin: 140px 0 0;
}
@media screen and (min-width: 960px) {
  #drawer-container #drawer-container-inner #drawer-nav-container {
    margin: 140px 100px 0 0;
  }
}
#drawer-container #drawer-container-inner #drawer-nav-container > li {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #drawer-container #drawer-container-inner #drawer-nav-container > li {
    margin: 0 0 30px;
    text-align: right;
  }
}
#drawer-container #drawer-container-inner #drawer-nav-container > li > a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  color: #e71a0f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  #drawer-container #drawer-container-inner #drawer-nav-container > li > a {
    font-size: 30px;
  }
}
#drawer-container #drawer-container-inner #drawer-nav-container > li > a:hover {
  color: #fff;
}
#drawer-container #drawer-container-inner #drawer-nav-container > li:nth-of-type(4) {
  margin: 0 0 60px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #drawer-container #drawer-container-inner #drawer-nav-container > li:nth-of-type(4) {
    margin: 0 0 60px;
    text-align: right;
  }
}

#drawer-container.open {
  -webkit-animation: menu-anime 0.4s ease forwards;
          animation: menu-anime 0.4s ease forwards;
}

@-webkit-keyframes menu-anime {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menu-anime {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  margin: 20px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.sns-btn:nth-last-child(1) {
  padding: 0;
}

.sns-btn {
  margin: 0 20px;
}

.share-link-btn {
  color: #fff;
  font-size: 30px;
}
.share-link-btn:hover {
  color: #e71a0f;
}

.custom-facebook-btn {
  font-size: 28px;
}

.custom-line-btn {
  font-size: 32px;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

.h100 {
  width: auto !important;
  height: 100%;
}

/*-------------------------------

animation

-------------------------------*/
.fade {
  opacity: 0;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.fadein-anime {
  -webkit-animation: fadein 2s ease forwards;
          animation: fadein 2s ease forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.coming-fadein {
  opacity: 0;
  /* transition: all 0.4s ease; */
}

.coming-fadein.coming-fadein-anime {
  -webkit-animation: coming-fadein 0.15s ease forwards;
          animation: coming-fadein 0.15s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes coming-fadein {
  0% {
    opacity: 0;
    width: 300%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes coming-fadein {
  0% {
    opacity: 0;
    width: 300%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
#cboxOverlay {
  background: #000;
}

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

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

background video

-------------------------------*/
.video-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.video-box > div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-box > div .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/overlay.png) repeat;
  background-size: 2px 2px;
  opacity: 0.7;
  z-index: 5;
}
.video-box > div > video {
  width: 100%;
}

/*-------------------------------

#top

-------------------------------*/
#top {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #000;
}
.top-main {
  position: relative;
  width: 100%;
}

.logo {
  position: absolute;
  top: 106.2666666667vw;
  left: 27.8666666667vw;
  width: 44.2666666667vw;
}
@media screen and (min-width: 960px) {
  .logo {
    top: 34.84375vw;
    left: 41.71875vw;
    width: 16.5625vw;
  }
}

.roadshow {
  position: absolute;
  top: 164.4vw;
  left: 36vw;
  width: 28.1333333333vw;
}
@media screen and (min-width: 960px) {
  .roadshow {
    top: 42.578125vw;
    left: 12.109375vw;
    width: 12.109375vw;
  }
}

.now_roadshow {
  position: absolute;
  top: 167.7333333333vw;
  left: 33.8666666667vw;
  width: 32vw;
}
@media screen and (min-width: 960px) {
  .now_roadshow {
    top: 43.046875vw;
    left: 12.03125vw;
    width: 20.46875vw;
  }
}

.r15 {
  position: absolute;
  top: 162.8vw;
  left: 5.8666666667vw;
  width: 13.8666666667vw;
}
@media screen and (min-width: 960px) {
  .r15 {
    top: 41.640625vw;
    left: 3.984375vw;
    width: 6.484375vw;
  }
}

.a24 {
  position: absolute;
  top: 166.2666666667vw;
  left: 80.2666666667vw;
  width: 15.7333333333vw;
}
@media screen and (min-width: 960px) {
  .a24 {
    top: 43.4375vw;
    left: 90.234375vw;
    width: 7.34375vw;
  }
}

.copy0 {
  position: absolute;
  top: 5.4666666667vw;
  left: 19.7333333333vw;
  width: 63.6vw;
}
@media screen and (min-width: 960px) {
  .copy0 {
    top: 2.265625vw;
    left: 17.1875vw;
    width: 65.625vw;
  }
}

.copy1 {
  position: absolute;
  top: 60.5333333333vw;
  left: 5.3333333333vw;
  width: 5.0666666667vw;
}
@media screen and (min-width: 960px) {
  .copy1 {
    top: 15.859375vw;
    left: 93.90625vw;
    width: 2.34375vw;
  }
}

.copy2 {
  width: 90vw;
  margin: 5vw auto 0;
  padding: 0 0 5vw;
}
@media screen and (min-width: 960px) {
  .copy2 {
    width: 70vw;
    margin: 0 auto;
    padding: 0 0 20px;
  }
}

.jp-billing {
  width: 80vw;
  margin: 5vw auto 0;
}
@media screen and (min-width: 960px) {
  .jp-billing {
    max-width: 790px;
    margin: 0 auto 20px;
  }
}

.en-billing {
  width: 90vw;
  margin: 2vw auto 0;
  padding: 0 0 5vw;
}
@media screen and (min-width: 960px) {
  .en-billing {
    max-width: 802px;
    margin: 0 auto;
    padding: 0 0 80px;
  }
}

/*-------------------------------

contents

-------------------------------*/
.contents-ttl {
  font-family: "Josefin Sans", sans-serif;
  color: #e71a0f;
  font-size: 1.6em;
  text-align: center;
  margin: 0.5em;
  font-size: 24px;
}
@media screen and (min-width: 500px) {
  .contents-ttl {
    font-size: 50px;
  }
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 40px;
  }
}

.buzzes-btn {
  display: block;
  width: 40%;
  margin: 0 auto;
  padding: 30px 0 30px;
}
@media screen and (min-width: 960px) {
  .buzzes-btn {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 14%;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .buzzes-btn:hover {
    opacity: 0.7;
  }
}

.dvd-btn {
  display: block;
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .dvd-btn {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 14%;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .dvd-btn:hover {
    opacity: 0.7;
  }
}

.xfactor-btn {
  display: block;
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .xfactor-btn {
    position: absolute;
    top: 15%;
    left: 30px;
    width: 14%;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .xfactor-btn:hover {
    opacity: 0.7;
  }
}

.btn-box {
  padding: 20px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 960px) {
  .btn-box {
    padding: 20px 0 40px;
    display: block;
  }
}

/*-------------------------------

#pickup

-------------------------------*/
#pickup {
  position: relative;
  z-index: 10;
  padding: 30px 5%;
  background: rgb(23, 27, 30);
  background: linear-gradient(140deg, rgb(23, 27, 30) 0%, rgb(49, 24, 25) 50%);
}
#pickup #nav #nav-container > li > a {
  font-size: 14px;
}
@media screen and (min-width: 500px) {
  #pickup #nav #nav-container > li > a {
    font-size: 26px;
  }
}
@media screen and (min-width: 960px) {
  #pickup #nav #nav-container > li > a {
    font-size: 20px;
  }
}

/*-------------------------------

#movie

-------------------------------*/
#trailer {
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  #trailer {
    padding: 60px 0;
  }
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 30px 40px rgba(0, 0, 0, 0.2);
}

.movie-thumb-box img,
.movie-thumb-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-list li {
  width: 100%;
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}

.movie-thumb-list .slider-arrow img {
  width: 100%;
}

.movie-thumb-list .slider-prev {
  left: 0;
}

.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}

#trailer-play a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.7;
}

#trailer-play a:hover {
  opacity: 1;
}

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}

.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}

.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn-container li a:hover {
  color: #7f1e1e;
}

.swiper-container {
  padding: 0 0 20px;
}

.swiper-pagination-bullet {
  background: #ccc;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #aaa;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0;
    width: 1024px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
/*-------------------------------

#intro

-------------------------------*/
.intro {
  position: relative;
  z-index: 20;
}
.intro > div {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.intro > div .border-box {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.intro > div .border-box > div {
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 4.6666666667vw #8a1812;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .intro > div .border-box > div {
    border: solid 35px #8a1812;
  }
}
.intro > div .border-box > div > figure {
  position: absolute;
  z-index: 10;
  width: 22.5%;
}
@media screen and (min-width: 960px) {
  .intro > div .border-box > div > figure {
    width: 100px;
  }
}
.intro > div .border-box > div .intro-deco1 {
  -webkit-transform: rotate(180deg) translate(50%, 40%);
          transform: rotate(180deg) translate(50%, 40%);
  top: 0%;
  left: 50%;
}
@media screen and (min-width: 960px) {
  .intro > div .border-box > div .intro-deco1 {
    -webkit-transform: rotate(180deg) translate(50%, 50%);
            transform: rotate(180deg) translate(50%, 50%);
    top: 0%;
    left: 50%;
  }
}
.intro > div .border-box > div .intro-deco2 {
  -webkit-transform: rotate(90deg) translate(-50%, 90%);
          transform: rotate(90deg) translate(-50%, 90%);
  top: 50%;
  left: 0%;
}
@media screen and (min-width: 960px) {
  .intro > div .border-box > div .intro-deco2 {
    -webkit-transform: rotate(90deg) translate(-50%, 100%);
            transform: rotate(90deg) translate(-50%, 100%);
    top: 50%;
    left: 0%;
  }
}
.intro > div .border-box > div .intro-deco3 {
  -webkit-transform: rotate(-90deg) translate(0%, 90%);
          transform: rotate(-90deg) translate(0%, 90%);
  bottom: 50%;
  right: 0%;
}
@media screen and (min-width: 960px) {
  .intro > div .border-box > div .intro-deco3 {
    -webkit-transform: rotate(-90deg) translate(0%, 100%);
            transform: rotate(-90deg) translate(0%, 100%);
    bottom: 50%;
    right: 0%;
  }
}
.intro > div .border-box > div .intro-deco4 {
  -webkit-transform: translate(50%, 40%);
          transform: translate(50%, 40%);
  bottom: 0;
  right: 50%;
}
@media screen and (min-width: 960px) {
  .intro > div .border-box > div .intro-deco4 {
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    bottom: 0;
    right: 50%;
  }
}
.intro > div .border-box > div .intro-deco5 {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  bottom: 1%;
  right: 14%;
  width: 31.2vw;
}
@media screen and (min-width: 960px) {
  .intro > div .border-box > div .intro-deco5 {
    -webkit-transform: translate(5%, 42.5%);
            transform: translate(5%, 42.5%);
    bottom: 0%;
    right: 0%;
    width: 220px;
  }
}
.intro > div .intro-text-box::-webkit-scrollbar-track {
  background-color: transparent;
}
.intro > div .intro-text-box::-webkit-scrollbar {
  background-color: transparent;
}
.intro > div .intro-text-box {
  width: 95%;
  padding: 10.6666666667vw 0 24vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .intro > div .intro-text-box {
    width: 90%;
    padding: 80px 0 180px;
  }
}
.intro > div .intro-text-box > div {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .intro > div .intro-text-box > div {
    width: 80%;
    margin: 0 auto;
  }
}
.intro > div .intro-text-box > div .intro-ttl {
  padding: 0.5em 0 0;
  margin: 0 auto 0.5em;
}
.intro > div .intro-text-box > div .intro-text1 {
  display: block;
  width: 90%;
  max-width: auto;
  margin: 4vw auto 0;
}
@media screen and (min-width: 960px) {
  .intro > div .intro-text-box > div .intro-text1 {
    width: 80%;
    max-width: 1200px;
    margin: 30px auto 0;
  }
}
.intro > div .intro-text-box > div .intro-text2 {
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 2;
  text-align: justify;
  font-size: 14px;
  margin: 6.6666666667vw auto 0;
}
@media screen and (min-width: 500px) {
  .intro > div .intro-text-box > div .intro-text2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .intro > div .intro-text-box > div .intro-text2 {
    font-size: 18px;
    margin: 50px auto 0;
  }
}
.intro > div .intro-text-box > div .intro-text2 > p:first-of-type {
  margin: 0 0 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .intro > div .intro-text-box > div .intro-text2 > p:first-of-type {
    margin: 0 0 50px;
  }
}
.intro > div .intro-text-box > div .intro-text2 > p:nth-of-type(2) {
  margin: 0 0 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .intro > div .intro-text-box > div .intro-text2 > p:nth-of-type(2) {
    margin: 0 0 50px;
  }
}

/*-------------------------------

#story

-------------------------------*/
.story {
  position: relative;
  z-index: 10;
  background: #8a1812;
}
.story .story-bg-box {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.story .story-bg-box > div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.story .story-bg-box > div .story-ttl {
  position: absolute;
  top: 4.5%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 500px) {
  .story .story-bg-box > div .story-ttl {
    top: 7%;
    left: 14%;
  }
}
@media screen and (min-width: 960px) {
  .story .story-bg-box > div .story-ttl {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-290%, -650%);
            transform: translate(-290%, -650%);
    /* width: calc(330 / 1280 * 100%); */
  }
}
.story .story-bg-box > div .story-ttl > h2 {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.story .story-bg-box > div .story-bg {
  position: absolute;
  display: block;
}
.story .story-bg-box > div .story-bg source, .story .story-bg-box > div .story-bg img {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.story .story-bg-box > div .story-bg1 {
  top: 16.5%;
  left: 9%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26.6666666667vw;
}
@media screen and (min-width: 500px) {
  .story .story-bg-box > div .story-bg1 {
    top: 22.5%;
  }
}
@media screen and (min-width: 960px) {
  .story .story-bg-box > div .story-bg1 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-180%, -145%);
            transform: translate(-180%, -145%);
    /* width: calc(330 / 1280 * 100%); */
    width: 330px;
  }
}
.story .story-bg-box > div .story-bg2 {
  top: 12%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 33.3333333333vw;
}
@media screen and (min-width: 500px) {
  .story .story-bg-box > div .story-bg2 {
    top: 18%;
    left: 44%;
  }
}
@media screen and (min-width: 960px) {
  .story .story-bg-box > div .story-bg2 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-57.5%, -160%);
            transform: translate(-57.5%, -160%);
    /* width: calc(375 / 1280 * 100%); */
    width: 375px;
  }
}
.story .story-bg-box > div .story-bg3 {
  top: 9.5%;
  left: 86%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40vw;
}
@media screen and (min-width: 500px) {
  .story .story-bg-box > div .story-bg3 {
    top: 13.5%;
    left: 86%;
  }
}
@media screen and (min-width: 960px) {
  .story .story-bg-box > div .story-bg3 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(59%, -208%);
            transform: translate(59%, -208%);
    /* width: calc(360 / 1280 * 100%); */
    width: 360px;
  }
}
.story .story-bg-box > div .story-bg4 {
  top: 22.5%;
  left: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26.6666666667vw;
}
@media screen and (min-width: 500px) {
  .story .story-bg-box > div .story-bg4 {
    top: 32.5%;
    left: 57%;
  }
}
@media screen and (min-width: 960px) {
  .story .story-bg-box > div .story-bg4 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-265%, 43%);
            transform: translate(-265%, 43%);
    /* width: calc(230 / 1280 * 100%); */
    width: 230px;
  }
}
.story .story-bg-box > div .story-bg5 {
  top: 21.5%;
  left: 92%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 33.3333333333vw;
}
@media screen and (min-width: 500px) {
  .story .story-bg-box > div .story-bg5 {
    top: 29.5%;
    left: 92%;
  }
}
@media screen and (min-width: 960px) {
  .story .story-bg-box > div .story-bg5 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-96%, -26%);
            transform: translate(-96%, -26%);
    /* width: calc(350 / 1280 * 100%); */
    width: 350px;
  }
}
.story .story-bg-box > div .story-bg6 {
  top: 84%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26.6666666667vw;
}
@media screen and (min-width: 500px) {
  .story .story-bg-box > div .story-bg6 {
    top: 79%;
    left: 10%;
  }
}
@media screen and (min-width: 960px) {
  .story .story-bg-box > div .story-bg6 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(25%, -70%);
            transform: translate(25%, -70%);
    /* width: calc(235 / 1280 * 100%); */
    width: 235px;
  }
}
.story .story-bg-box > div .story-bg7 {
  top: 80%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 33.3333333333vw;
}
@media screen and (min-width: 500px) {
  .story .story-bg-box > div .story-bg7 {
    top: 74%;
    left: 45%;
  }
}
@media screen and (min-width: 960px) {
  .story .story-bg-box > div .story-bg7 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(115%, -87.5%);
            transform: translate(115%, -87.5%);
    /* width: calc(290 / 1280 * 100%); */
    width: 290px;
  }
}
.story .story-bg-box > div .story-bg8 {
  top: 76%;
  left: 87%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40vw;
}
@media screen and (min-width: 500px) {
  .story .story-bg-box > div .story-bg8 {
    top: 68%;
    left: 87%;
  }
}
@media screen and (min-width: 960px) {
  .story .story-bg-box > div .story-bg8 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-125%, 120%);
            transform: translate(-125%, 120%);
    /* width: calc(320 / 1280 * 100%); */
    width: 320px;
  }
}
.story .story-bg-box > div .story-bg9 {
  top: 93.5%;
  left: 16.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26.6666666667vw;
}
@media screen and (min-width: 500px) {
  .story .story-bg-box > div .story-bg9 {
    top: 91.5%;
    left: 16.5%;
  }
}
@media screen and (min-width: 960px) {
  .story .story-bg-box > div .story-bg9 {
    display: none;
  }
}
.story .story-bg-box > div .story-bg10 {
  top: 91.5%;
  left: 50.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 33.3333333333vw;
}
@media screen and (min-width: 500px) {
  .story .story-bg-box > div .story-bg10 {
    top: 89%;
    left: 50.5%;
  }
}
@media screen and (min-width: 960px) {
  .story .story-bg-box > div .story-bg10 {
    display: none;
  }
}
.story .story-bg-box > div .story-bg11 {
  top: 87.5%;
  left: 84.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26.6666666667vw;
}
@media screen and (min-width: 500px) {
  .story .story-bg-box > div .story-bg11 {
    top: 83%;
    left: 84.5%;
  }
}
@media screen and (min-width: 960px) {
  .story .story-bg-box > div .story-bg11 {
    display: none;
  }
}
.story .story-text-box {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  /* padding: calc(630 / 1280 * 100vw) 0 calc(140 / 1280 * 100vw); */
  padding: 76vw 0 83.3333333333vw;
}
@media screen and (min-width: 960px) {
  .story .story-text-box {
    padding: 630px 0 140px;
  }
}
.story .story-text-box > div {
  position: relative;
  width: 90%;
  max-width: none;
  background: #fdede3;
  margin: 0 auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 960px) {
  .story .story-text-box > div {
    width: 50%;
    max-width: 670px;
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
}
.story .story-text-box > div .story-deco1 {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.story .story-text-box > div .story-deco1 > img {
  width: 90%;
}
@media screen and (min-width: 500px) {
  .story .story-text-box > div .story-deco1 > img {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .story .story-text-box > div .story-deco1 > img {
    width: 420px;
  }
}
.story .story-text-box > div > div {
  position: relative;
  z-index: 10;
}
.story .story-text-box > div > div > p {
  padding: 6.6666666667vw 0;
  width: 80%;
  margin: 0 auto;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 2;
  text-align: justify;
  font-size: 14px;
}
@media screen and (min-width: 500px) {
  .story .story-text-box > div > div > p {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .story .story-text-box > div > div > p {
    width: auto;
    padding: 45px 70px;
    font-size: 18px;
  }
}
.story .story-text-box > div > div .story-deco2 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  -webkit-transform: translate(-45%, 75%);
          transform: translate(-45%, 75%);
  width: 24.6666666667vw;
}
@media screen and (min-width: 960px) {
  .story .story-text-box > div > div .story-deco2 {
    bottom: 0%;
    left: auto;
    right: 0%;
    -webkit-transform: translate(40%, 50%);
            transform: translate(40%, 50%);
    width: 140px;
  }
}

/*-------------------------------

#character

-------------------------------*/
.character {
  position: relative;
  z-index: 10;
  background: #000;
}
.character .video-anime-wrap {
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* overflow: hidden; */
}
.character .video-anime-wrap > div {
  overflow: hidden;
  position: relative;
}
.character .video-anime-wrap > div .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/overlay.png) repeat;
  background-size: 2px 2px;
  opacity: 0.7;
  z-index: 5;
}
.character .video-anime-wrap > div > picture {
  display: block;
  position: absolute;
  z-index: 20;
  overflow: hidden;
}
.character .video-anime-wrap > div .cast-deco1 {
  -webkit-transform: rotate(180deg) translate(50%, 0%);
          transform: rotate(180deg) translate(50%, 0%);
  top: 0%;
  left: 50%;
  width: 40vw;
}
@media screen and (min-width: 960px) {
  .character .video-anime-wrap > div .cast-deco1 {
    -webkit-transform: rotate(180deg) translate(50%, 0%);
            transform: rotate(180deg) translate(50%, 0%);
    top: 0%;
    left: 50%;
    width: 470px;
  }
}
.character .video-anime-wrap > div .cast-deco1 > img, .character .video-anime-wrap > div .cast-deco1 > source {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.character .video-anime-wrap > div .cast-deco2 {
  -webkit-transform: rotate(0deg) translate(0%, -50%);
          transform: rotate(0deg) translate(0%, -50%);
  top: 50%;
  left: -1%;
  width: 14.6666666667vw;
}
@media screen and (min-width: 960px) {
  .character .video-anime-wrap > div .cast-deco2 {
    -webkit-transform: rotate(0deg) translate(0%, -50%);
            transform: rotate(0deg) translate(0%, -50%);
    top: 50%;
    left: -1%;
    width: 370px;
  }
}
.character .video-anime-wrap > div .cast-deco2 > img, .character .video-anime-wrap > div .cast-deco2 > source {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.character .video-anime-wrap > div .cast-deco3 {
  -webkit-transform: rotate(-180deg) translate(0%, -50%);
          transform: rotate(-180deg) translate(0%, -50%);
  bottom: 50%;
  right: -1%;
  width: 14.6666666667vw;
}
@media screen and (min-width: 960px) {
  .character .video-anime-wrap > div .cast-deco3 {
    -webkit-transform: rotate(-180deg) translate(0%, -50%);
            transform: rotate(-180deg) translate(0%, -50%);
    bottom: 50%;
    right: -1%;
    width: 370px;
  }
}
.character .video-anime-wrap > div .cast-deco3 > img, .character .video-anime-wrap > div .cast-deco3 > source {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.character .video-anime-wrap > div .cast-deco4 {
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
  bottom: 0;
  right: 50%;
  width: 40vw;
}
@media screen and (min-width: 960px) {
  .character .video-anime-wrap > div .cast-deco4 {
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
    bottom: 0;
    right: 50%;
    width: 470px;
  }
}
.character .video-anime-wrap > div .cast-deco4 > img, .character .video-anime-wrap > div .cast-deco4 > source {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.character .video-anime-wrap > div .cast-deco5 {
  position: absolute;
  z-index: 20;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 69.3333333333vw;
}
@media screen and (min-width: 960px) {
  .character .video-anime-wrap > div .cast-deco5 {
    width: 510px;
  }
}
.character .video-anime-wrap > div .cast-deco5 > img {
  opacity: 0;
}
.character .video-anime-wrap > div .scroll-induction {
  position: absolute;
  bottom: 0.5%;
  left: 50%;
  z-index: 30;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .character .video-anime-wrap > div .scroll-induction {
    bottom: 2%;
  }
}
.character .video-anime-wrap > div .scroll-induction > div {
  padding-top: 80px;
  position: relative;
}
.character .video-anime-wrap > div .scroll-induction > div > span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: scrollInduction 2s infinite;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 500px) {
  .character .video-anime-wrap > div .scroll-induction > div > span {
    width: 24px;
    height: 24px;
    margin-left: -12px;
  }
}
.character .video-anime-wrap > div .scroll-induction > div > span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.character .video-anime-wrap > div .scroll-induction > div > span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.character .video-anime-wrap > div .scroll-induction > div > span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes scrollInduction {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.character .video-anime-wrap .video-anime {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.character .character-list-wrap {
  padding: 13.3333333333vw 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .character .character-list-wrap {
    background: url(../img/cast/bg_pc.jpg) top center;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0 0;
  }
}
.character .character-list-wrap .attachment {
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .character .character-list-wrap .attachment {
    display: none;
  }
}
.character .character-list-wrap .attachment .attachment-clip {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  height: 100%;
}
.character .character-list-wrap .attachment .attachment-clip > img {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  height: auto;
  top: 0%;
  left: 0%;
  pointer-events: none;
}
.character .character-list-wrap > ul {
  width: 85%;
  margin: 5.3333333333vw auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960px) {
  .character .character-list-wrap > ul {
    width: 90%;
    max-width: 1500px;
    margin: 40px auto 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.character .character-list-wrap > ul > li {
  width: 100%;
  margin: 0 0 10vw;
}
@media screen and (min-width: 960px) {
  .character .character-list-wrap > ul > li {
    width: 31%;
    margin: 0 1% 75px;
  }
}
.character .character-list-wrap > ul > li > figure {
  width: 100%;
}
.character .character-list-wrap > ul > li > figure > img {
  -webkit-mask-image: url(../img/cast/x_mask.svg);
          mask-image: url(../img/cast/x_mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.character .character-list-wrap > ul > li > p:first-of-type {
  color: #ffd200;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.3;
  font-weight: bold;
  font-size: 14px;
  margin: 4vw 0 0;
}
@media screen and (min-width: 960px) {
  .character .character-list-wrap > ul > li > p:first-of-type {
    font-size: 16px;
    margin: 30px 0 0;
  }
}
.character .character-list-wrap > ul > li > p:first-of-type > span {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .character .character-list-wrap > ul > li > p:first-of-type > span {
    font-size: 24px;
  }
}
.character .character-list-wrap > ul > li > p:nth-of-type(2) {
  color: #e71a0f;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  margin: 1.3333333333vw 0 0;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .character .character-list-wrap > ul > li > p:nth-of-type(2) {
    margin: 10px 0 0;
    font-size: 16px;
  }
}
.character .character-list-wrap > ul > li > p:last-of-type {
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: justify;
  line-height: 1.8;
  font-size: 14px;
  margin: 2vw 0 0;
}
@media screen and (min-width: 960px) {
  .character .character-list-wrap > ul > li > p:last-of-type {
    font-size: 16px;
    margin: 15px 0 0;
  }
}
.character .character-list-wrap .alligator {
  position: absolute;
  bottom: -0.8%;
  right: 1%;
  z-index: 10;
  width: 61%;
}
@media screen and (min-width: 960px) {
  .character .character-list-wrap .alligator {
    bottom: -3.5%;
    right: 0.5%;
    width: 26.5%;
  }
}
.character .character-gallery {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.character .character-gallery > figure {
  width: 50%;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .character .character-gallery > figure {
    width: 25%;
  }
}
.character .character-gallery > figure > img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------

#crew

-------------------------------*/
.crew {
  position: relative;
  z-index: 20;
}
.crew > div {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.crew > div .border-box {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.crew > div .border-box > div {
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 4.6666666667vw #8a1812;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .crew > div .border-box > div {
    border: solid 35px #8a1812;
  }
}
.crew > div .border-box > div > figure {
  position: absolute;
  z-index: 10;
  width: 22.5%;
}
@media screen and (min-width: 960px) {
  .crew > div .border-box > div > figure {
    width: 100px;
  }
}
.crew > div .border-box > div .crew-deco1 {
  -webkit-transform: rotate(180deg) translate(50%, 40%);
          transform: rotate(180deg) translate(50%, 40%);
  top: 0%;
  left: 50%;
}
@media screen and (min-width: 960px) {
  .crew > div .border-box > div .crew-deco1 {
    -webkit-transform: rotate(180deg) translate(50%, 50%);
            transform: rotate(180deg) translate(50%, 50%);
    top: 0%;
    left: 50%;
  }
}
.crew > div .border-box > div .crew-deco2 {
  -webkit-transform: rotate(90deg) translate(-50%, 90%);
          transform: rotate(90deg) translate(-50%, 90%);
  top: 50%;
  left: 0%;
}
@media screen and (min-width: 960px) {
  .crew > div .border-box > div .crew-deco2 {
    -webkit-transform: rotate(90deg) translate(-50%, 100%);
            transform: rotate(90deg) translate(-50%, 100%);
    top: 50%;
    left: 0%;
  }
}
.crew > div .border-box > div .crew-deco3 {
  -webkit-transform: rotate(-90deg) translate(0%, 90%);
          transform: rotate(-90deg) translate(0%, 90%);
  bottom: 50%;
  right: 0%;
}
@media screen and (min-width: 960px) {
  .crew > div .border-box > div .crew-deco3 {
    -webkit-transform: rotate(-90deg) translate(0%, 100%);
            transform: rotate(-90deg) translate(0%, 100%);
    bottom: 50%;
    right: 0%;
  }
}
.crew > div .border-box > div .crew-deco4 {
  -webkit-transform: translate(50%, 40%);
          transform: translate(50%, 40%);
  bottom: 0;
  right: 50%;
}
@media screen and (min-width: 960px) {
  .crew > div .border-box > div .crew-deco4 {
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    bottom: 0;
    right: 50%;
  }
}
.crew > div .crew-text-box {
  position: relative;
  z-index: 20;
  width: 95%;
  padding: 10.6666666667vw 0 6.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .crew > div .crew-text-box {
    width: 90%;
    padding: 80px 0 50px;
  }
}
.crew > div .crew-text-box > div {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .crew > div .crew-text-box > div {
    width: 80%;
    margin: 0 auto;
  }
}
.crew > div .crew-text-box > div .crew-ttl {
  padding: 0.5em 0 0;
  margin: 0 auto 0.5em;
}
.crew > div .crew-text-box > div > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4vw 0 12.6666666667vw;
}
@media screen and (min-width: 960px) {
  .crew > div .crew-text-box > div > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0 95px;
  }
}
.crew > div .crew-text-box > div > ul > li:first-of-type {
  background: rgba(0, 0, 0, 0.6);
  border: solid 1px #000;
  width: 100%;
  padding: 6.6666666667vw 0;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .crew > div .crew-text-box > div > ul > li:first-of-type {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto 80px;
  }
}
.crew > div .crew-text-box > div > ul > li:first-of-type > figure {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .crew > div .crew-text-box > div > ul > li:first-of-type > figure {
    width: 33%;
    margin: 0 auto;
  }
}
.crew > div .crew-text-box > div > ul > li:first-of-type > figure > img {
  -webkit-mask-image: url(../img/crew/x_mask.svg);
          mask-image: url(../img/crew/x_mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.crew > div .crew-text-box > div > ul > li:first-of-type > p:first-of-type {
  color: #ffd200;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  margin: 4vw auto 0;
}
@media screen and (min-width: 960px) {
  .crew > div .crew-text-box > div > ul > li:first-of-type > p:first-of-type {
    font-size: 16px;
    margin: 35px auto 0;
  }
}
.crew > div .crew-text-box > div > ul > li:first-of-type > p:first-of-type > span {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .crew > div .crew-text-box > div > ul > li:first-of-type > p:first-of-type > span {
    font-size: 24px;
  }
}
.crew > div .crew-text-box > div > ul > li:first-of-type > p:last-of-type {
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: justify;
  line-height: 1.8;
  font-size: 14px;
  margin: 2vw auto 0;
  width: 85%;
}
@media screen and (min-width: 960px) {
  .crew > div .crew-text-box > div > ul > li:first-of-type > p:last-of-type {
    font-size: 16px;
    margin: 25px auto 0;
    width: 90%;
  }
}
.crew > div .crew-text-box > div > ul > li:nth-of-type(n + 2) {
  background: rgba(0, 0, 0, 0.6);
  border: solid 1px #000;
  width: 100%;
  padding: 2.6666666667vw 0;
  margin: 0 auto 2.6666666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .crew > div .crew-text-box > div > ul > li:nth-of-type(n + 2) {
    width: 47.5%;
    padding: 20px 0;
    margin: 0 auto 20px;
  }
}
.crew > div .crew-text-box > div > ul > li:nth-of-type(n + 2) > div:first-of-type {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.crew > div .crew-text-box > div > ul > li:nth-of-type(n + 2) > div:first-of-type > p {
  color: #ffd200;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  line-height: 1.7;
  font-size: 14px;
  margin: 0 0 0 4.6666666667vw;
}
@media screen and (min-width: 960px) {
  .crew > div .crew-text-box > div > ul > li:nth-of-type(n + 2) > div:first-of-type > p {
    font-size: 16px;
    margin: 0 0 0 35px;
  }
}
.crew > div .crew-text-box > div > ul > li:nth-of-type(n + 2) > div:first-of-type > p .sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .crew > div .crew-text-box > div > ul > li:nth-of-type(n + 2) > div:first-of-type > p .sp {
    display: none;
  }
}
.crew > div .crew-text-box > div > ul > li:nth-of-type(n + 2) > div:last-of-type {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.crew > div .crew-text-box > div > ul > li:nth-of-type(n + 2) > div:last-of-type > p {
  color: #ffd200;
  font-size: 34px;
}
@media screen and (min-width: 960px) {
  .crew > div .crew-text-box > div > ul > li:nth-of-type(n + 2) > div:last-of-type > p {
    font-size: 50px;
  }
}

.iziModal {
  background: transparent !important;
}
.iziModal .modal-layout {
  position: relative;
  background: #8a1812;
  padding: 14.6666666667vw 0 0;
}
@media screen and (min-width: 960px) {
  .iziModal .modal-layout {
    padding: 60px 0 0;
  }
}
.iziModal .modal-layout .modal-close {
  position: absolute;
  top: 1%;
  right: 2.5%;
  color: #fff;
  font-size: 48px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .iziModal .modal-layout .modal-close {
    top: 1%;
    right: 1%;
    font-size: 48px;
  }
}
.iziModal .modal-layout > div {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 14.6666666667vw;
}
@media screen and (min-width: 960px) {
  .iziModal .modal-layout > div {
    padding: 0 0 60px;
  }
}
.iziModal .modal-layout > div > p:first-of-type {
  color: #ffd200;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .iziModal .modal-layout > div > p:first-of-type {
    font-size: 16px;
  }
}
.iziModal .modal-layout > div > p:first-of-type > span {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .iziModal .modal-layout > div > p:first-of-type > span {
    font-size: 24px;
  }
}
.iziModal .modal-layout > div > p:last-of-type {
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: justify;
  line-height: 1.8;
  font-size: 14px;
  margin: 15px auto 0;
}
@media screen and (min-width: 960px) {
  .iziModal .modal-layout > div > p:last-of-type {
    font-size: 16px;
    margin: 25px auto 0;
  }
}

/*-------------------------------

#gallery

-------------------------------*/
.gallery {
  position: relative;
  z-index: 10;
}
.gallery > figure {
  width: 100%;
}

footer {
  position: relative;
  z-index: 10;
  background: rgb(23, 27, 30);
  background: -webkit-gradient(linear, left top, right top, from(rgb(23, 27, 30)), color-stop(35%, rgb(31, 26, 28)), to(rgb(49, 24, 25)));
  background: linear-gradient(90deg, rgb(23, 27, 30) 0%, rgb(31, 26, 28) 35%, rgb(49, 24, 25) 100%);
  padding: 8vw 0;
}
@media screen and (min-width: 960px) {
  footer {
    padding: 60px 0;
  }
}
footer .share-ttl {
  margin: 0 0 4vw 0;
}
@media screen and (min-width: 960px) {
  footer .share-ttl {
    margin: 0 0 30px 0;
  }
}
footer #social-container {
  margin: 0;
}
footer #social-container .sns-btn {
  margin: 0 22.5px;
}
@media screen and (min-width: 500px) {
  footer #social-container .sns-btn {
    margin: 0 42.5px;
  }
}
@media screen and (min-width: 960px) {
  footer #social-container .sns-btn {
    margin: 0 35px;
  }
}
@media screen and (min-width: 500px) {
  footer #social-container .sns-btn > div > a {
    font-size: 45px;
  }
}
@media screen and (min-width: 960px) {
  footer #social-container .sns-btn > div > a {
    font-size: 40px;
  }
}/*# sourceMappingURL=style.css.map */