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

@PC - style.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;
}

@font-face {
  font-family: "Fifteen_W00_36";
  src: url("../fonts/Fifteen_W00_36.ttf") format("truetype");
}
/*-------------------------------

#import

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

@PC - common.css v5.0.0

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

html

-------------------------------*/
html, body {
  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;
  /*-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: 769px) {
  html, body {
    font: 18px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1024px;
  }
}

picture {
  display: block;
}

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

*, *: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;
}

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

#header

-------------------------------*/
#header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 5%;
  right: 2%;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}

#drawer-txt {
  width: 100%;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 3.7333333333vw;
  text-align: center;
  color: #FFF;
  padding: 0 0 2.6666666667vw;
  letter-spacing: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#drawer-txt > span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

#drawer-line-box {
  width: 100%;
  padding: 2.6666666667vw 1.6vw 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}

.drawer-line {
  height: 0.2666666667vw;
  background: #FFF;
  display: block;
  margin: 0 0 2vw;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.drawer-line:first-of-type {
  width: 100%;
}

.drawer-line:nth-of-type(2) {
  width: 75%;
  margin-left: 25%;
}

.drawer-line:last-of-type {
  width: 50%;
  margin-left: 50%;
}

/* .drawer-line.open:nth-child(1){
	-webkit-transform:rotate(405deg) translate(5px,5px);
	transform:rotate(405deg) translate(5px,5px);
} */
/* .drawer-line.open:nth-child(2){
  -webkit-opacity: 0;
  opacity:0;
} */
/* .drawer-line.open:nth-child(3){
	-webkit-transform:rotate(-405deg) translate(5px,-5px);
	transform:rotate(-405deg) translate(5px,-5px);
} */
/*-------------------------------

@nav

-------------------------------*/
.nav-box:hover .nav-btn {
  color: #e60027 !important;
}
.nav-box:hover .nav-btn::after {
  color: #e60027 !important;
}

.nav-slash {
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0 15px;
}

.nav-btn {
  display: block;
  color: #fff;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 16px !important;
  position: relative;
  padding: 0 5px;
  margin: 0 0 40px;
}

.nav-btn::after {
  width: 100%;
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 12px !important;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 150%);
          transform: translate(-50%, 150%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav-box:first-of-type > .nav-btn::after {
  content: "トレーラー";
}

.nav-box:nth-child(3) > .nav-btn::after {
  content: "イントロダクション";
}

.nav-box:nth-child(5) > .nav-btn::after {
  content: "ストーリー";
}

.nav-box:nth-child(7) > .nav-btn::after {
  content: "監督";
}

.nav-box:nth-child(9) > .nav-btn::after {
  content: "キャスト";
}

.nav-box:nth-child(11) > .nav-btn::after {
  content: "スタッフ";
}

.nav-box:nth-child(13) > .nav-btn::after {
  content: "主題歌";
}

.nav-box:nth-child(15) > .nav-btn::after {
  content: "原作";
}

.nav-box:last-of-type > .nav-btn::after {
  content: "オルタナティブビジュアル";
}

.first-name {
  color: #e60027;
}

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

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 100%;
  /*   overflow-y: scroll;
    -webkit-overflow-scrolling: touch; */
  /* display: none; */
}

#drawer-container-inner {
  width: 80%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #000;
  margin-left: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
}

.drawer-logo {
  width: 67.5%;
  margin: 15% auto 15%;
}
@media screen and (min-width: 500px) {
  .drawer-logo {
    width: 55%;
    margin: 0 auto 15%;
  }
}

.drawer-logo > p {
  width: 90%;
  margin: 0 auto 5%;
}

.drawer-logo > h1 {
  width: 100%;
}

#drawer-nav-container {
  width: 80%;
  margin: 0 auto 20%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 500px) {
  #drawer-nav-container {
    margin: 0 auto 15%;
  }
}

.drawer-nav-box {
  display: block;
  margin: 0 0 20% 0;
}

.drawer-nav-btn {
  display: block;
  color: #fff;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 5.3333333333vw;
  position: relative;
}

.drawer-nav-btn:hover {
  color: #e60027;
}
.drawer-nav-btn:hover::after {
  color: #e60027 !important;
}

.drawer-nav-btn::after {
  width: 100%;
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2vw;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 125%);
          transform: translate(-50%, 125%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.drawer-nav-box:first-of-type > .drawer-nav-btn::after {
  content: "トレーラー";
}

.drawer-nav-box:nth-of-type(2) > .drawer-nav-btn::after {
  content: "イントロダクション";
}

.drawer-nav-box:nth-of-type(3) > .drawer-nav-btn::after {
  content: "ストーリー";
}

.drawer-nav-box:nth-of-type(4) > .drawer-nav-btn::after {
  content: "監督";
}

.drawer-nav-box:nth-of-type(5) > .drawer-nav-btn::after {
  content: "キャスト";
}

.drawer-nav-box:nth-of-type(6) > .drawer-nav-btn::after {
  content: "スタッフ";
}

.drawer-nav-box:nth-of-type(7) > .drawer-nav-btn::after {
  content: "主題歌";
}

.drawer-nav-box:nth-of-type(8) > .drawer-nav-btn::after {
  content: "原作";
}

.drawer-nav-box:last-of-type > .drawer-nav-btn::after {
  content: "オルタナティブビジュアル";
}

.drawer-sns-account-list {
  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;
}
.drawer-sns-account-list > li {
  display: block;
  width: 7.6vw;
}
.drawer-sns-account-list > li > a {
  display: block;
  width: 100%;
}
.drawer-sns-account-list > li > a > svg {
  width: 100%;
  fill: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.drawer-sns-account-list > li > a > svg:hover {
  fill: #e60027;
}

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

#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: 100;
  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;
}

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

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

@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 {
  -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 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .sns-btn {
    margin: 0 20px;
  }
}

.share-link-btn {
  color: #fff;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .share-link-btn {
    font-size: 32px;
  }
}
.share-link-btn:hover {
  color: #e60027;
}

.custom-facebook-btn {
  font-size: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  .custom-facebook-btn {
    font-size: 30px;
  }
}

.custom-line-btn {
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .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 0.6s ease;
  transition: all 0.6s ease;
}

.fadein-anime {
  -webkit-animation: fadein 0.6s ease forwards;
          animation: fadein 0.6s 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);
  }
}
#cboxOverlay {
  background: #000 !important;
}

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

#main

-------------------------------*/
#main {
  position: relative;
  background: #000;
}

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

#noise

-------------------------------*/
.noise {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  /*   transform: translate(-50%, -50%);
    width: 200vw;
    height: 200vh;
    background: url('../img/noise/noise.png') center center;
    background-size: contain;
    animation: bg-animation .2s infinite;
    @include media(pc) {
      width: 150vw;
      height: 150vh;
    } */
}

.noise-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200vw;
  height: 200vh;
  background: url("../img/noise/noise.jpg?230308") center center;
  background-size: contain;
  -webkit-animation: bg-animation 0.2s infinite;
          animation: bg-animation 0.2s infinite;
}
@media screen and (min-width: 769px) {
  .noise-mask {
    width: 150vw;
    height: 150vh;
  }
}

@-webkit-keyframes bg-animation {
  0% {
    top: 50%;
    left: 50%;
  }
  10% {
    top: 55%;
    left: 55%;
  }
  20% {
    top: 60%;
    left: 45%;
  }
  30% {
    top: 45%;
    left: 60%;
  }
  40% {
    top: 55%;
    left: 35%;
  }
  50% {
    top: 60%;
    left: 45%;
  }
  60% {
    top: 35%;
    left: 50%;
  }
  70% {
    top: 50%;
    left: 40%;
  }
  80% {
    top: 65%;
    left: 50%;
  }
  90% {
    top: 60%;
    left: 45%;
  }
  100% {
    top: 45%;
    left: 50%;
  }
}

@keyframes bg-animation {
  0% {
    top: 50%;
    left: 50%;
  }
  10% {
    top: 55%;
    left: 55%;
  }
  20% {
    top: 60%;
    left: 45%;
  }
  30% {
    top: 45%;
    left: 60%;
  }
  40% {
    top: 55%;
    left: 35%;
  }
  50% {
    top: 60%;
    left: 45%;
  }
  60% {
    top: 35%;
    left: 50%;
  }
  70% {
    top: 50%;
    left: 40%;
  }
  80% {
    top: 65%;
    left: 50%;
  }
  90% {
    top: 60%;
    left: 45%;
  }
  100% {
    top: 45%;
    left: 50%;
  }
}
/* @keyframes bg-animation {
  0% { transform: translate(-50%, -50%) }
  10% { transform: translate(-55%, -55%) }
  20% { transform: translate(-60%, -45%) }
  30% { transform: translate(-45%, -60%) }
  40% { transform: translate(-55%, -35%) }
  50% { transform: translate(-60%, -45%) }
  60% { transform: translate(-35%, -50%) }
  70% { transform: translate(-50%, -40%) }
  80% { transform: translate(-65%, -50%) }
  90% { transform: translate(-60%, -45%) }
  100% { transform: translate(-45%, -50%) }
} */
/*-------------------------------

#mp4

-------------------------------*/
.mp4 {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  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;
}

.mp4-pc {
  display: none;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mp4-pc {
    display: block;
  }
}

.mp4-sp {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mp4-sp {
    display: none;
  }
}

.mp4-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/common/overlay.png);
  background-repeat: repeat;
}

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

#sticy

-------------------------------*/
.sticky-wrap {
  position: relative;
  z-index: 10;
}

.sticky {
  display: none;
}
@media screen and (min-width: 769px) {
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 20;
    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;
    width: 100%;
    margin: 0 auto 0;
    padding: 30px 1% 30px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(0, 0, 0)), to(transparent));
    background: linear-gradient(rgb(0, 0, 0) 0, transparent 100%);
  }
}

.sns-account-list {
  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;
}
.sns-account-list > li {
  display: block;
  width: 32px;
}
.sns-account-list > li > a {
  display: block;
  width: 100%;
}
.sns-account-list > li > a > svg {
  width: 100%;
  fill: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sns-account-list > li > a > svg:hover {
  fill: #e60027;
}

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

#top

-------------------------------*/
#top {
  position: relative;
  z-index: 20;
  overflow: hidden;
  background: url(../img/top/bg.jpg);
  background-size: cover;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media screen and (min-width: 769px) {
  #top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.follow-item {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.follow-item-left {
  margin: 0 0 2vw 2vw;
}
@media screen and (min-width: 769px) {
  .follow-item-left {
    margin: 0 0 15px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.theater-btn {
  cursor: pointer;
  width: 26.6666666667vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) {
  .theater-btn {
    width: 160px;
  }
}

.theater-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.follow-item-right {
  margin: 0 2vw 2vw 0;
}
@media screen and (min-width: 769px) {
  .follow-item-right {
    margin: 0 15px 15px 0;
  }
}

.alternative-btn {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  .alternative-btn {
    width: 130px;
  }
}

.alternative-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.alternative-modal {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
}
.alternative-modal .alternative-modal-wrap {
  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;
  position: relative;
  width: 100%;
  height: 100%;
}
.alternative-modal .alternative-modal-close {
  cursor: pointer;
  position: absolute;
  top: 1.5%;
  right: 2.5%;
  z-index: 10;
  color: #fff;
  font-size: 42px;
  display: block;
}
@media screen and (min-width: 769px) {
  .alternative-modal .alternative-modal-close {
    top: 1.5%;
    right: 1.5%;
  }
}
.alternative-modal .alternative-modal-contents {
  width: 80%;
}
@media screen and (min-width: 769px) {
  .alternative-modal .alternative-modal-contents {
    width: auto;
    height: 80%;
  }
}
.alternative-modal .alternative-modal-contents > figure {
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .alternative-modal .alternative-modal-contents > figure {
    width: auto;
    height: 100%;
  }
}
.alternative-modal .alternative-modal-contents > figure > img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .alternative-modal .alternative-modal-contents > figure > img {
    width: auto;
    height: 100%;
  }
}

.top-bg {
  display: block;
  /*   filter: blur(10px);
    transform: scale(1.15);
    opacity: 0; */
  background: #000;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top-bg {
    width: 55%;
  }
}

.top-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .top-pc {
    display: block;
    width: 45%;
  }
}

.logo-pc {
  width: 65%;
  margin: max(4.8611111111vw, 49.7777777778px) auto 0;
}

.logo-pc > span {
  display: block;
  /*   filter: blur(10px);
    transform: scale(1.15);
    opacity: 0;
    transform: translateY(50px); */
}

.release-pc {
  width: 50%;
  margin: max(2.0833333333vw, 21.3333333333px) auto 0;
}

.release-pc a {
  transition: all 0.4s ease;
}

.release-pc a:hover {
  opacity: .7;
}

.release-pc > span {
  display: block;
  /*   filter: blur(10px);
    transform: scale(1.15);
    opacity: 0;
    transform: translateY(50px); */
}

.bd-sp {
  width: 90%;
  margin: 20px auto 0;
}

.top-sp {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .top-sp {
    display: none;
  }
}

.top-sp-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.logo-sp {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.logo-sp > span {
  display: block;
  /*   filter: blur(10px);
    transform: scale(1.15);
    opacity: 0;
    transform: translateY(50px); */
}

.release-sp {
  position: absolute;
  bottom: 1.5%;
  left: 2.5%;
  width: 38%;
}

.release-sp > span {
  display: block;
  /*   filter: blur(10px);
    transform: scale(1.15);
    opacity: 0;
    transform: translateY(50px); */
}

#twi-btn {
  position: absolute;
  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;
  color: #fff;
  top: 20px;
  right: 20px;
  border: 1px solid;
  border-radius: 8vw;
  width: 16vw;
  height: 16vw;
  text-align: center;
  font-size: 4vw;
}
#twi-btn:hover {
  color: #92cbed;
}
@media screen and (min-width: 769px) {
  #twi-btn {
    border-radius: 6vw;
    width: 6vw;
    height: 6vw;
    font-size: 1.6vw;
  }
}

.award {
  width: 95%;
  margin: 9.3333333333vw auto 0;
}
@media screen and (min-width: 769px) {
  .award {
    width: 85%;
    margin: max(3.4722222222vw, 35.5555555556px) auto 0;
  }
}

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

.award-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .award-sp {
    display: none;
  }
}

.billing {
  position: relative;
  z-index: 20;
  width: 90%;
  margin: 9.3333333333vw auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .billing {
    width: 30%;
    margin: 40px auto 40px;
  }
}
.billing > picture {
  display: block;
}

.billing1 {
  position: relative;
  z-index: 20;
  width: 90%;
  margin: 9.3333333333vw auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .billing1 {
    width: 50%;
    margin: 40px auto 40px;
  }
}
.billing1 > picture {
  display: block;
}

.comment-bnr-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .comment-bnr-pc {
    cursor: pointer;
    display: block;
    width: 160px;
  }
}

.comment-bnr-pc:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.comment-bnr-sp {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .comment-bnr-sp {
    display: none;
  }
}

.link-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .link-pc {
    width: 80%;
    margin: max(6.25vw, 64px) auto 0;
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.link-pc > li {
  cursor: pointer;
  border: solid 1px #d50d1f;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 max(0.6944444444vw, 7.1111111111px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-pc > li > a {
  color: #d50d1f;
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: max(1.0416666667vw, 10.6666666667px);
  padding: max(1.0416666667vw, 10.6666666667px) 0;
  width: max(11.8055555556vw, 120.8888888889px);
  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;
}
.link-pc > li > a > svg {
  fill: #d50d1f;
  display: block;
  width: max(1.1111111111vw, 11.3777777778px);
  margin: 0 max(0.3472222222vw, 3.5555555556px) 0 0;
}
.link-pc > li:first-of-type {
  margin: 0 max(0.6944444444vw, 7.1111111111px) 0 0;
}
.link-pc > li:nth-of-type(2) {
  margin: 0 0 0 max(0.6944444444vw, 7.1111111111px);
}
.link-pc > li:nth-of-type(3) {
  margin: max(0.6944444444vw, 7.1111111111px) max(0.6944444444vw, 7.1111111111px) 0 0;
}
.link-pc > li:last-of-type {
  margin: max(0.6944444444vw, 7.1111111111px) 0 0 max(0.6944444444vw, 7.1111111111px);
}
.link-pc > li:hover {
  border: solid 1px #bdc1c4;
  background: rgb(0, 0, 0);
}

.link-sp {
  width: 90%;
  margin: 13.3333333333vw auto 0;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .link-sp {
    display: none;
  }
}
.link-sp > li {
  cursor: pointer;
  border: solid 1px #d50d1f;
  background: rgba(0, 0, 0, 0.8);
  width: 47.5%;
  margin: 0 0 5%;
}
.link-sp > li > a {
  color: #d50d1f;
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: 3.4666666667vw;
  padding: 4vw 0;
  width: 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;
}
.link-sp > li > a > svg {
  fill: #d50d1f;
  display: block;
  width: 3.7333333333vw;
  margin: 0 1.3333333333vw 0 0;
}

#mvtk-widgets-container {
  margin: 9.3333333333vw auto 0;
}
@media screen and (min-width: 769px) {
  #mvtk-widgets-container {
    margin: 60px auto 0;
  }
}

.bnr {
  list-style: none;
  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;
  margin: 9.3333333333vw auto 0;
}
@media screen and (min-width: 769px) {
  .bnr {
    margin: 40px auto 0;
  }
}
.bnr > li {
  cursor: pointer;
  width: 90%;
  margin: 0 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .bnr > li {
    width: 420px;
    margin: 0 10px;
  }
}

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

#trailer-wrap

-------------------------------*/
.trailer-wrap {
  margin: 9.3333333333vw 0 0;
  padding: 10.6666666667vw 0 8vw;
  background: url(../img/top/trailer_bg_sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .trailer-wrap {
    margin: 80px 0 0;
    padding: 80px 0 60px;
    background: url(../img/top/trailer_bg_pc.jpg);
    background-size: cover;
  }
}

.trailer-ttl {
  font-family: "Fifteen_W00_36", serif;
  font-weight: 400;
  color: #e60027;
  font-size: 6.4vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .trailer-ttl {
    font-size: 38px;
    margin: 0 auto 70px;
  }
}

.pick-movie {
  width: 75%;
  height: auto;
  margin: 30px auto 15px;
  border: solid 1px #cb0f0e;
}
@media screen and (min-width: 769px) {
  .pick-movie {
    width: 80%;
    max-width: 820px;
  }
}

.pick-movie-cap {
  text-align: center;
  color: #cb0f0e;
  font-family: "Noto Serif JP", serif;
  width: 95%;
  margin: 0 auto;
  line-height: 1.5;
}

.pick-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

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

#movie

-------------------------------*/
.pc-modal-movie {
  display: none;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

#movie-container {
  width: 75%;
  padding: 0 0 30px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #movie-container {
    width: 90%;
    margin: 0 auto;
  }
}

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

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}

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

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

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

.movie-cap {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  padding: 15px 0 5px;
  text-align: center;
  color: red;
  font-size: 1.1em;
}
@media screen and (min-width: 500px) {
  .movie-cap {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 769px) {
  .movie-cap {
    font-size: 1.1em;
  }
}

.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-pagination-bullet {
  background: #ccc;
}
@media screen and (min-width: 769px) {
  .swiper-pagination-bullet {
    /* display: none; */
  }
}

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

.swiper-button-prev, .swiper-button-next {
  color: #fff;
  top: 36% !important;
}
@media screen and (min-width: 769px) {
  .swiper-button-prev, .swiper-button-next {
    /* display: none; */
  }
}

.thumbnail-list-conteiner {
  position: relative;
  z-index: 10;
  width: 95% !important;
  margin: 2.6666666667vw auto 0;
}

.thumbnail-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.thumbnail-list > li {
  cursor: pointer;
  width: 49% !important;
  margin: 0 0 1.3333333333vw;
}

.thumbnail-list > li:first-of-type {
  margin: 0 1% 1.3333333333vw x 0;
}

.thumbnail-list > li:last-of-type {
  display: none;
}

.thumbnail-list > li > div {
  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;
  border: solid 1px #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.thumbnail-list > li:hover > div {
  background: #fff;
}

.thumbnail-list > li > div > p {
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: #fff;
  font-size: 2.6666666667vw;
  padding: 2.6666666667vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.thumbnail-list > li:hover > div > p {
  color: #000;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
  .thumbnail-list-conteiner {
    position: relative;
    z-index: 10;
    width: 80% !important;
    margin: 20px auto 0;
  }
  .thumbnail-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .thumbnail-list > li {
    cursor: pointer;
    width: 49% !important;
  }
  .thumbnail-list > li:first-of-type {
    margin: 0 1% 10px 0;
  }
  .thumbnail-list > li:last-of-type {
    margin: 0 0 10px 1%;
  }
  .thumbnail-list > li > div {
    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;
    border: solid 1px #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .thumbnail-list > li:hover > div {
    background: #fff;
  }
  .thumbnail-list > li > div > p {
    font-family: "Cinzel", serif;
    font-weight: 400;
    color: #fff;
    font-size: 1em;
    padding: 10px 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .thumbnail-list > li:hover > div > p {
    color: #000;
  }
}
/*-------------------------------

#introduction

-------------------------------*/
.introduction-photo1 {
  display: block;
  width: 100%;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .introduction-photo1 {
    margin: 0 auto 70px;
    background: url(../img/introduction/photo1_pc.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.introduction-photo1 > picture {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .introduction-photo1 > picture {
    opacity: 0;
  }
}

#introduction {
  padding: 20px 0;
  width: 90%;
  max-width: 1296px;
  margin: 0 auto 10vw;
}
@media screen and (min-width: 769px) {
  #introduction {
    margin: 0 auto 5vw;
  }
}

.introduction-ttl {
  font-family: "Fifteen_W00_36", serif;
  font-weight: 400;
  color: #e60027;
  font-size: 6.4vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .introduction-ttl {
    font-size: 38px;
    margin: 0 auto 40px;
    text-align: left;
  }
}

.introduction-main-catch {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-size: 4.8vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 769px) {
  .introduction-main-catch {
    font-size: 46px;
    margin: 0 auto 40px;
    text-align: left;
  }
}
.introduction-main-catch .key {
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  .introduction-main-catch .key {
    font-size: 46px;
  }
}
.introduction-main-catch .key-red {
  color: #e60027;
}

.introduction-sub-catch {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: -0.05em;
  font-size: 4.8vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 769px) {
  .introduction-sub-catch {
    font-size: 36px;
    margin: 0 auto 40px;
    text-align: left;
  }
}

.introduction-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  text-align: justify;
  font-size: 3.7333333333vw;
  margin: 0 0 8vw;
}
@media screen and (min-width: 769px) {
  .introduction-text {
    width: 59%;
    font-size: 20px;
    margin: 0 0 40px;
  }
}

.introduction-photo2 {
  display: block;
  width: 100%;
}

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

#story

-------------------------------*/
.story-photo1 {
  display: block;
  width: 100%;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .story-photo1 {
    margin: 0 auto 70px;
    background: url(../img/story/photo1_pc.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.story-photo1 > picture {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .story-photo1 > picture {
    opacity: 0;
  }
}

#story {
  width: 90%;
  max-width: 1296px;
  margin: 0 auto 0;
}
@media screen and (min-width: 769px) {
  #story {
    margin: 0 auto 0;
  }
}

.story-ttl {
  font-family: "Fifteen_W00_36", serif;
  font-weight: 400;
  color: #e60027;
  font-size: 6.4vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .story-ttl {
    font-size: 38px;
    margin: 0 auto 40px;
    text-align: left;
  }
}

.story-main-catch {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-size: 4.8vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 769px) {
  .story-main-catch {
    font-size: 46px;
    margin: 0 auto 40px;
    text-align: left;
  }
}
.story-main-catch .key {
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  .story-main-catch .key {
    font-size: 46px;
  }
}
.story-main-catch .key-red {
  color: #e60027;
}

.story-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  text-align: justify;
  font-size: 3.7333333333vw;
  margin: 0 0 8vw;
}
@media screen and (min-width: 769px) {
  .story-text {
    width: 59%;
    font-size: 20px;
    margin: 0 0 40px;
  }
}

.story-paralax {
  display: block;
  width: 100%;
  height: 124vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .story-paralax {
    height: 650px;
    padding: 100px 0;
  }
}

.story-photo2 {
  display: block;
  position: absolute;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -105%);
          transform: translate(-55%, -105%);
}
@media screen and (min-width: 769px) {
  .story-photo2 {
    max-width: 550px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-102.5%, -80%);
            transform: translate(-102.5%, -80%);
  }
}
.story-photo2 > picture {
  display: block;
  width: 100%;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.story-photo3 {
  display: block;
  position: absolute;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, 5%);
          transform: translate(-45%, 5%);
}
@media screen and (min-width: 769px) {
  .story-photo3 {
    max-width: 550px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(2.5%, -20%);
            transform: translate(2.5%, -20%);
  }
}
.story-photo3 > picture {
  display: block;
  width: 100%;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

/* .story-slider{
  width: 100%;
  display: flex;
  overflow: hidden;
  margin: 0 0 calc(70 / 750 * 100vw);
  @include media(pc){
    margin: 0 0 70px;
  }
}

.story-slider-contents:first-of-type{
  width: 1000%;
  flex-shrink:0;
  animation: loop1-r 180s linear infinite;
  @include media(pc){
    width: 400%;
  }
}

.story-slider-contents:nth-of-type(2){
  width: 1000%;
  flex-shrink:0;
  animation: loop2-r 180s -120s linear infinite;
  @include media(pc){
    width: 400%;
  }
}

.story-slider-contents:last-of-type{
  width: 1000%;
  flex-shrink:0;
  animation: loop3-r 180s -60s linear infinite;
  @include media(pc){
    width: 400%;
  }
}

@keyframes loop1-r {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2-r {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes loop3-r {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
} */
/*-------------------------------

#director

-------------------------------*/
#director {
  padding: 16vw 0;
  background: url(../img/director/bg_sp.jpg) center center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #director {
    padding: 70px 0;
    background: url(../img/director/bg_pc.jpg) center center;
    background-size: cover;
  }
}

.director-ttl {
  font-family: "Fifteen_W00_36", serif;
  font-weight: 400;
  color: #e60027;
  font-size: 6.4vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .director-ttl {
    font-size: 38px;
    margin: 0 auto 70px;
  }
}

.director-wrap {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .director-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 80%;
    max-width: 1152px;
  }
}

.director-img {
  width: 60%;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .director-img {
    width: 30%;
    margin: 0 1.5% 0 0;
  }
}

.director-comment {
  /* --sb-track-color: rgba(0, 0, 0, 0.7);
  --sb-thumb-color: #92cbed;
  --sb-size: 10px;
  scrollbar-color: var(--sb-thumb-color) 
                   var(--sb-track-color); */
  overflow-y: scroll;
  width: 100%;
  height: 120vw;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 6.6666666667vw 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .director-comment {
    width: 67%;
    height: 600px;
    margin: 0 0 0 1.5%;
    padding: 40px;
  }
}

.director-comment::-webkit-scrollbar {
  width: 10px;
}

.director-comment::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 1px;
}

.director-comment::-webkit-scrollbar-thumb {
  background: #92cbed;
  border-radius: 1px;
  border: 1px solid transparent;
}

.director-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.4666666667vw;
  margin: 0 0 4.6666666667vw;
}
@media screen and (min-width: 769px) {
  .director-name {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
.director-name > span {
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 769px) {
  .director-name > span {
    font-size: 32px;
  }
}

.director-comment-box {
  margin: 0 0 4.6666666667vw;
}
@media screen and (min-width: 769px) {
  .director-comment-box {
    margin: 0 0 30px;
  }
}

.director-comment-ttl {
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 3.7333333333vw;
  line-height: 1.8;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 769px) {
  .director-comment-ttl {
    font-size: 20px;
  }
}

.director-comment-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .director-comment-text {
    font-size: 20px;
  }
}

.director-paralax {
  display: block;
  width: 100%;
  height: 124vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .director-paralax {
    height: 650px;
    padding: 100px 0;
  }
}

.director-photo1 {
  display: block;
  position: absolute;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -105%);
          transform: translate(-55%, -105%);
}
@media screen and (min-width: 769px) {
  .director-photo1 {
    max-width: 550px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-102.5%, -80%);
            transform: translate(-102.5%, -80%);
  }
}
.director-photo1 > picture {
  display: block;
  width: 100%;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.director-photo2 {
  display: block;
  position: absolute;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, 5%);
          transform: translate(-45%, 5%);
}
@media screen and (min-width: 769px) {
  .director-photo2 {
    max-width: 550px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(2.5%, -20%);
            transform: translate(2.5%, -20%);
  }
}
.director-photo2 > picture {
  display: block;
  width: 100%;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

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

#cast

-------------------------------*/
#cast {
  padding: 16vw 0;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) {
  #cast {
    padding: 70px 0;
  }
}

.cast-ttl {
  font-family: "Fifteen_W00_36", serif;
  font-weight: 400;
  color: #e60027;
  font-size: 6.4vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .cast-ttl {
    font-size: 38px;
    margin: 0 auto 70px;
  }
}

.cast-list {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cast-list {
    width: 80%;
    max-width: 1152px;
  }
}
.cast-list > li {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #2f0002;
  width: 46%;
  margin: 0 2% 4%;
}
@media screen and (min-width: 769px) {
  .cast-list > li {
    width: 46%;
    margin: 0 2% 4%;
  }
}
.cast-list > li > picture {
  display: block;
  width: 100%;
}
.cast-list > li .cast-profile {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 3.3333333333vw 0;
}
@media screen and (min-width: 769px) {
  .cast-list > li .cast-profile {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90%;
    padding: 10px 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .cast-list > li:nth-of-type(9), .cast-list > li:nth-of-type(10), .cast-list > li:last-of-type {
    width: 28.5%;
    margin: 0 2.4166666% 4%;
  }
}
@media screen and (min-width: 769px) {
  .cast-list > li:nth-of-type(9) > .cast-profile, .cast-list > li:nth-of-type(10) > .cast-profile, .cast-list > li:last-of-type > .cast-profile {
    -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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0;
  }
}
@media screen and (min-width: 769px) {
  .cast-list > li:nth-of-type(9) > .cast-profile > .cast-profile-name, .cast-list > li:nth-of-type(10) > .cast-profile > .cast-profile-name, .cast-list > li:last-of-type > .cast-profile > .cast-profile-name {
    margin: 0 0 20px;
  }
}

.cast-profile-name {
  margin: 0 0 3.3333333333vw;
}
@media screen and (min-width: 769px) {
  .cast-profile-name {
    margin: 0;
  }
}
.cast-profile-name > span:first-of-type {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.054em;
}
@media screen and (min-width: 769px) {
  .cast-profile-name > span:first-of-type {
    font-size: 28px;
  }
}
.cast-profile-name > span:last-of-type {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 2.6666666667vw;
  letter-spacing: 0.054em;
  margin: 0 0 0 3.3333333333vw;
}
@media screen and (min-width: 769px) {
  .cast-profile-name > span:last-of-type {
    font-size: 18px;
    margin: 0 0 0 25px;
  }
}

.cast-profile-btn {
  position: relative;
  background: #9d020a;
  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;
  padding: 2vw 0;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cast-profile-btn {
    width: auto;
    margin: 0;
    padding: 10px 40px;
  }
}
.cast-profile-btn > p {
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .cast-profile-btn > p {
    font-size: 13.5px;
  }
}
.cast-profile-btn > div {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-57.5%);
          transform: translateY(-57.5%);
  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;
  border: solid 1px #fff;
  border-radius: 100vw;
  width: 15px;
  height: 15px;
}
.cast-profile-btn > div > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.cast-profile-btn > div > span > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70%;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cast-profile-btn > div > span > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 70%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cast-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  width: 100vw;
  height: 100vh;
  background: #000;
  overflow-y: scroll;
}

.cast-modal-close {
  cursor: pointer;
  position: absolute;
  top: 2%;
  right: 4%;
  width: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .cast-modal-close {
    top: 2%;
    right: 1.5%;
    width: 50px;
  }
}

.cast-modal-wrap {
  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;
}

.cast-modal-contents {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .cast-modal-contents {
    width: 80%;
    max-width: 1152px;
    margin: 50px auto 50px;
  }
}

.cast-modal-content {
  width: 100%;
  display: none;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .cast-modal-content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cast-modal-photo {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cast-modal-photo {
    width: 40%;
  }
}

.cast-modal-text-contents {
  overflow-y: scroll;
  width: 85%;
  height: 113.3333333333vw;
  margin: 8.6666666667vw auto 0;
}
@media screen and (min-width: 769px) {
  .cast-modal-text-contents {
    width: 57%;
    height: 600px;
    margin: 0 0 0 3%;
  }
}

.cast-modal-text-contents::-webkit-scrollbar {
  width: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .cast-modal-text-contents::-webkit-scrollbar {
    width: 10px;
  }
}

.cast-modal-text-contents::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 1px;
}

.cast-modal-text-contents::-webkit-scrollbar-thumb {
  background: #92cbed;
  border-radius: 1px;
  border: 1px solid transparent;
}

.cast-modal-name {
  width: 100%;
  border-bottom: solid 1px #fff;
  padding: 0 0 4vw;
  margin: 0 0 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .cast-modal-name {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}
.cast-modal-name > span:first-of-type {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 769px) {
  .cast-modal-name > span:first-of-type {
    font-size: 26px;
  }
}
.cast-modal-name > span:last-of-type {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 4.2666666667vw;
  margin: 0 0 0 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .cast-modal-name > span:last-of-type {
    font-size: 16px;
    margin: 0 0 0 25px;
  }
}

.cast-modal-foreword {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  background: #4d565d;
  width: 100%;
  font-size: 4vw;
  padding: 3.3333333333vw 0;
  margin: 0 0 6.6666666667vw;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .cast-modal-foreword {
    font-size: 20px;
    padding: 15px;
    margin: 0 0 15px;
    text-align: left;
  }
}

.cast-modal-ttl {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 3.7333333333vw;
  margin: 0 0 4vw;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .cast-modal-ttl {
    font-size: 20px;
    margin: 0 0 10px;
  }
}

.cast-modal-subttl {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 3.7333333333vw;
  margin: 0 0 2.6666666667vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .cast-modal-subttl {
    font-size: 20px;
    margin: 0 0 10px;
  }
}

.cast-modal-text {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.7333333333vw;
  margin: 0 0 5.3333333333vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .cast-modal-text {
    font-size: 20px;
    margin: 0 0 40px;
  }
}

.cast-is-contents-active {
  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;
}

.cast-paralax {
  display: block;
  width: 100%;
  height: 124vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .cast-paralax {
    height: 650px;
    padding: 100px 0;
  }
}

.cast-photo1 {
  display: block;
  position: absolute;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -105%);
          transform: translate(-55%, -105%);
}
@media screen and (min-width: 769px) {
  .cast-photo1 {
    max-width: 550px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-102.5%, -80%);
            transform: translate(-102.5%, -80%);
  }
}
.cast-photo1 > picture {
  display: block;
  width: 100%;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.cast-photo2 {
  display: block;
  position: absolute;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, 5%);
          transform: translate(-45%, 5%);
}
@media screen and (min-width: 769px) {
  .cast-photo2 {
    max-width: 550px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(2.5%, -20%);
            transform: translate(2.5%, -20%);
  }
}
.cast-photo2 > picture {
  display: block;
  width: 100%;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

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

#crew

-------------------------------*/
#crew {
  padding: 16vw 0;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) {
  #crew {
    padding: 70px 0;
  }
}

.crew-ttl {
  font-family: "Fifteen_W00_36", serif;
  font-weight: 400;
  color: #e60027;
  font-size: 6.4vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .crew-ttl {
    font-size: 38px;
    margin: 0 auto 70px;
  }
}

.crew-list {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .crew-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 70%;
    max-width: 1008;
    margin: 0 auto;
  }
}
.crew-list > li {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(0, 0, 0, 0.7);
  border: solid 1px #e60027;
  width: 100%;
  margin: 0 0 6%;
  padding: 2.6666666667vw 0;
}
@media screen and (min-width: 769px) {
  .crew-list > li {
    width: 46%;
    margin: 0 2% 4%;
    padding: 10px 0;
  }
}

.crew-profile-name {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.crew-profile-name > span:first-of-type {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.2vw;
  margin: 0 0 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .crew-profile-name > span:first-of-type {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.crew-profile-name > span:last-of-type {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .crew-profile-name > span:last-of-type {
    font-size: 22px;
  }
}

.crew-profile-btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}

.crew-profile-btn {
  position: relative;
  background: #9d020a;
  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;
  padding: 2vw 0;
  width: 26.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .crew-profile-btn {
    width: auto;
    margin: 0;
    padding: 10px 40px;
  }
}
.crew-profile-btn > p {
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .crew-profile-btn > p {
    font-size: 13.5px;
  }
}
.crew-profile-btn > div {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-57.5%);
          transform: translateY(-57.5%);
  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;
  border: solid 1px #fff;
  border-radius: 100vw;
  width: 12.5px;
  height: 12.5px;
}
.crew-profile-btn > div > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.crew-profile-btn > div > span > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70%;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.crew-profile-btn > div > span > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 70%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.crew-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  width: 100vw;
  height: 100vh;
  background: #000;
  overflow-y: scroll;
}

.crew-modal-close {
  cursor: pointer;
  position: absolute;
  top: 2%;
  right: 4%;
  width: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .crew-modal-close {
    top: 2%;
    right: 1.5%;
    width: 50px;
  }
}

.crew-modal-wrap {
  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;
}

.crew-modal-contents {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .crew-modal-contents {
    width: 80%;
    margin: 50px auto 50px;
  }
}

.crew-modal-content {
  width: 100%;
  display: none;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .crew-modal-content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.crew-modal-text-contents {
  overflow-y: scroll;
  width: 85%;
  height: 113.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .crew-modal-text-contents {
    width: 80%;
    max-width: 1152px;
    height: 600px;
  }
}

.crew-modal-text-contents::-webkit-scrollbar {
  width: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .crew-modal-text-contents::-webkit-scrollbar {
    width: 10px;
  }
}

.crew-modal-text-contents::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 1px;
}

.crew-modal-text-contents::-webkit-scrollbar-thumb {
  background: #92cbed;
  border-radius: 1px;
  border: 1px solid transparent;
}

.crew-modal-name {
  width: 100%;
  border-bottom: solid 1px #fff;
  padding: 0 0 5.3333333333vw;
  margin: 0 0 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .crew-modal-name {
    padding: 0 0 20px;
    margin: 0 0 40px;
  }
}
.crew-modal-name > span:first-of-type {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .crew-modal-name > span:first-of-type {
    font-size: 16px;
  }
}
.crew-modal-name > span:last-of-type {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 6.9333333333vw;
  margin: 0 0 0 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .crew-modal-name > span:last-of-type {
    font-size: 26px;
    margin: 0 0 0 25px;
  }
}

.crew-modal-ttl {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 3.7333333333vw;
  margin: 0 0 2.6666666667vw;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .crew-modal-ttl {
    font-size: 20px;
    margin: 0 0 10px;
  }
}

.crew-modal-text {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.7333333333vw;
  margin: 0 0 5.3333333333vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .crew-modal-text {
    font-size: 20px;
    margin: 0 0 40px;
  }
}

.crew-is-contents-active {
  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;
}

.crew-paralax {
  display: block;
  width: 100%;
  height: 124vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .crew-paralax {
    height: 650px;
    padding: 100px 0;
  }
}

.crew-photo1 {
  display: block;
  position: absolute;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -105%);
          transform: translate(-55%, -105%);
}
@media screen and (min-width: 769px) {
  .crew-photo1 {
    max-width: 550px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-102.5%, -20%);
            transform: translate(-102.5%, -20%);
  }
}
.crew-photo1 > picture {
  display: block;
  width: 100%;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.crew-photo2 {
  display: block;
  position: absolute;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, 5%);
          transform: translate(-45%, 5%);
}
@media screen and (min-width: 769px) {
  .crew-photo2 {
    max-width: 550px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(2.5%, -80%);
            transform: translate(2.5%, -80%);
  }
}
.crew-photo2 > picture {
  display: block;
  width: 100%;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

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

#main theme

-------------------------------*/
#mainTheme {
  padding: 16vw 0;
  background: url(../img/main-theme/bg_sp.jpg) top center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #mainTheme {
    padding: 70px 0;
    background: url(../img/main-theme/bg_pc.jpg) top center;
    background-size: cover;
  }
}

.mainTheme-ttl {
  font-family: "Fifteen_W00_36", serif;
  font-weight: 400;
  color: #e60027;
  font-size: 6.4vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .mainTheme-ttl {
    font-size: 38px;
    margin: 0 auto 70px;
  }
}

.mainTheme-artist-profile {
  width: 85%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 80%;
    max-width: 1152px;
    margin: 0 auto 30px;
  }
}

.mainTheme-artist-photo {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-photo {
    width: 41%;
    height: 550px;
    margin: 0;
  }
}

.mainTheme-artist-photo-img {
  width: 100%;
}

.mainTheme-artist-photo-profile {
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
  padding: 3.3333333333vw;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-photo-profile {
    padding: 25px 0;
  }
}
.mainTheme-artist-photo-profile > p:first-of-type {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 6.4vw;
  margin: 0 0 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-photo-profile > p:first-of-type {
    font-size: 32px;
    margin: 0 0 20px;
  }
}
.mainTheme-artist-photo-profile > p:nth-of-type(2) {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-photo-profile > p:nth-of-type(2) {
    width: 92%;
    font-size: 16px;
    margin: 0 auto 10px;
  }
}
.mainTheme-artist-photo-profile > p:nth-of-type(2) > span {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-photo-profile > p:nth-of-type(2) > span {
    font-size: 10px;
  }
}
.mainTheme-artist-photo-profile > p:last-of-type {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-photo-profile > p:last-of-type {
    font-size: 16px;
  }
}

.mainTheme-artist-comment {
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 120vw;
  margin: 5.3333333333vw auto 0;
  padding: 8vw 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-comment {
    width: 56%;
    height: 550px;
    margin: 0 0 0 3%;
    padding: 50px 40px;
  }
}

.mainTheme-artist-comment::-webkit-scrollbar {
  width: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-comment::-webkit-scrollbar {
    width: 10px;
  }
}

.mainTheme-artist-comment::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 1px;
}

.mainTheme-artist-comment::-webkit-scrollbar-thumb {
  background: #92cbed;
  border-radius: 1px;
  border: 1px solid transparent;
}

.mainTheme-artist-comment-box {
  margin: 0 0 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-comment-box {
    margin: 0 0 50px;
  }
}

.mainTheme-artist-comment-ttl {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 3.7333333333vw;
  margin: 0 0 4vw;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-comment-ttl {
    font-size: 20px;
    margin: 0 0 10px;
  }
}

.mainTheme-artist-comment-text {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.7333333333vw;
  margin: 0 0 5.3333333333vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-comment-text {
    font-size: 20px;
    margin: 0 0 40px;
  }
}

.mainTheme-artist-comment-img {
  width: 80%;
  margin: 5.3333333333vw auto 0;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-comment-img {
    width: 60%;
    margin: 40px auto 0;
  }
}

.mainTheme-artist-comment-link {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.2vw;
  margin: 2.6666666667vw auto 0;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) {
  .mainTheme-artist-comment-link {
    font-size: 16px;
    margin: 20px auto 0;
  }
}

.mainTheme-artist-comment-link:hover {
  opacity: 0.7;
}

.mainTheme-music-profile {
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  width: 85%;
  height: 120vw;
  padding: 8vw 6.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mainTheme-music-profile {
    width: 80%;
    max-width: 1152px;
    height: 550px;
    padding: 50px 40px;
  }
}

.mainTheme-music-profile::-webkit-scrollbar {
  width: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .mainTheme-music-profile::-webkit-scrollbar {
    width: 10px;
  }
}

.mainTheme-music-profile::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 1px;
}

.mainTheme-music-profile::-webkit-scrollbar-thumb {
  background: #92cbed;
  border-radius: 1px;
  border: 1px solid transparent;
}

.mainTheme-music-profile-name {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 3.7333333333vw;
  margin: 0 0 8vw;
}
@media screen and (min-width: 769px) {
  .mainTheme-music-profile-name {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
.mainTheme-music-profile-name > span {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .mainTheme-music-profile-name > span {
    font-size: 30px;
  }
}

.mainTheme-music-profile-box {
  margin: 0 0 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .mainTheme-music-profile-box {
    margin: 0 0 50px;
  }
}

.mainTheme-music-profile-ttl {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 3.7333333333vw;
  margin: 0 0 4vw;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .mainTheme-music-profile-ttl {
    font-size: 20px;
    margin: 0 0 10px;
  }
}

.mainTheme-music-profile-text {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.7333333333vw;
  margin: 0 0 5.3333333333vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .mainTheme-music-profile-text {
    font-size: 20px;
    margin: 0 0 40px;
  }
}

.mainTheme-paralax {
  display: block;
  width: 100%;
  height: 124vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .mainTheme-paralax {
    height: 650px;
    padding: 100px 0;
  }
}

.mainTheme-photo1 {
  display: block;
  position: absolute;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -105%);
          transform: translate(-55%, -105%);
}
@media screen and (min-width: 769px) {
  .mainTheme-photo1 {
    max-width: 550px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-102.5%, -80%);
            transform: translate(-102.5%, -80%);
  }
}
.mainTheme-photo1 > picture {
  display: block;
  width: 100%;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.mainTheme-photo2 {
  display: block;
  position: absolute;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, 5%);
          transform: translate(-45%, 5%);
}
@media screen and (min-width: 769px) {
  .mainTheme-photo2 {
    max-width: 550px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(2.5%, -20%);
            transform: translate(2.5%, -20%);
  }
}
.mainTheme-photo2 > picture {
  display: block;
  width: 100%;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

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

#original

-------------------------------*/
#original {
  padding: 16vw 0;
  background: url(../img/original/bg_sp.jpg) top center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #original {
    padding: 70px 0;
    background: url(../img/original/bg_pc.jpg) top center;
    background-size: cover;
  }
}

.original-ttl {
  font-family: "Fifteen_W00_36", serif;
  font-weight: 400;
  color: #e60027;
  font-size: 6.4vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .original-ttl {
    font-size: 38px;
    margin: 0 auto 70px;
  }
}

.original-wrap {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .original-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
    width: 80%;
    max-width: 1152px;
  }
}

.original-photo {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .original-photo {
    width: 35%;
  }
}

.original-photo-img {
  width: 55%;
  margin: 0 auto 4vw;
}
@media screen and (min-width: 769px) {
  .original-photo-img {
    width: 60%;
    margin: 0 auto 20px;
  }
}

.original-photo-profile {
  width: 100%;
  text-align: center;
}
.original-photo-profile > p {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.7333333333vw;
  margin: 0 0 4vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .original-photo-profile > p {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.original-photo-profile > p > span {
  font-size: 2.6666666667vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .original-photo-profile > p > span {
    font-size: 10px;
  }
}
.original-photo-profile .original-link {
  cursor: pointer;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 3.7333333333vw;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .original-photo-profile .original-link {
    font-size: 14px;
  }
}
.original-photo-profile .original-read {
  display: block;
  width: 50%;
  margin: 6.6666666667vw auto 0;
}
@media screen and (min-width: 769px) {
  .original-photo-profile .original-read {
    cursor: pointer;
    display: block;
    width: 50%;
    margin: 50px auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.original-photo-profile .original-read:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.original-profile {
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 120vw;
  padding: 8vw 6.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .original-profile {
    width: 63%;
    margin: 0 0 0 2%;
    height: 550px;
    padding: 50px 40px;
  }
}

.original-profile::-webkit-scrollbar {
  width: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .original-profile::-webkit-scrollbar {
    width: 10px;
  }
}

.original-profile::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 1px;
}

.original-profile::-webkit-scrollbar-thumb {
  background: #92cbed;
  border-radius: 1px;
  border: 1px solid transparent;
}

.original-profile-name {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 3.7333333333vw;
  margin: 0 0 8vw;
}
@media screen and (min-width: 769px) {
  .original-profile-name {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
.original-profile-name > span {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .original-profile-name > span {
    font-size: 30px;
  }
}

.original-profile-box {
  margin: 0 0 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .original-profile-box {
    margin: 0 0 50px;
  }
}

.original-profile-ttl {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #92cbed;
  font-size: 3.7333333333vw;
  margin: 0 0 4vw;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .original-profile-ttl {
    font-size: 20px;
    margin: 0 0 10px;
  }
}

.original-profile-text {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.7333333333vw;
  margin: 0 0 5.3333333333vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .original-profile-text {
    font-size: 20px;
    margin: 0 0 40px;
  }
}

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

#alternative design

-------------------------------*/
#alternativeDesign {
  padding: 16vw 0;
  background: url(../img/alternative-design/bg_sp.jpg) top center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #alternativeDesign {
    padding: 70px 0;
    background: url(../img/alternative-design/bg_pc.jpg) top center;
    background-size: cover;
  }
}

.alternativeDesign-ttl {
  font-family: "Fifteen_W00_36", serif;
  font-weight: 400;
  color: #e60027;
  font-size: 6.4vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .alternativeDesign-ttl {
    font-size: 38px;
    margin: 0 auto 20px;
  }
}

.alternativeDesign-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 9.3333333333vw;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .alternativeDesign-text {
    font-size: 20px;
    margin: 0 auto 70px;
  }
}

.alternativeDesign-img {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .alternativeDesign-img {
    width: 50%;
    max-width: 720px;
    margin: 0 auto;
  }
}

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

#footer

-------------------------------*/
.footer {
  position: relative;
  z-index: 20;
  background: url(../img/footer/bg_sp.jpg) top center;
  background-size: cover;
  padding: 20vw 0 46.6666666667vw;
  /* padding: calc(100 / 750 * 100vw) 0 calc(100 / 750 * 100vw); */
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer {
    background: url(../img/footer/bg_pc.jpg) top center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 100px 5% 250px;
    /* padding: 100px 5% 75px;  */
  }
}

.footer-left-contents {
  position: relative;
  z-index: 10;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 769px) {
  .footer-left-contents {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

.footer-left-contents > p {
  width: 40%;
  margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .footer-left-contents > p {
    width: 180px;
    margin: 0 auto 20px;
  }
}

.footer-left-contents > h1 {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .footer-left-contents > h1 {
    width: 230px;
  }
}

.footer-middle-contents {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 auto 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .footer-middle-contents {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer-middle-contents > a {
  cursor: pointer;
}
.footer-middle-contents > a > picture {
  width: 80%;
  margin: 6.6666666667vw auto;
}
@media screen and (min-width: 769px) {
  .footer-middle-contents > a > picture {
    width: 350px;
    margin: 0 auto;
  }
}

.footer-right-contents {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  margin: 0 auto 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .footer-right-contents {
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.share-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #fff;
  font-size: 4vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 5.3333333333vw;
  letter-spacing: 0.58em;
}
@media screen and (min-width: 769px) {
  .share-ttl {
    font-size: 18px;
    margin: 0 auto 40px;
  }
}/*# sourceMappingURL=style.css.map */