@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@700&display=swap');
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
 font-size: 1em;
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 background: transparent;
 vertical-align: bottom;
}
@font-face {
 font-family: "DIN Condensed Bold";
 src: url("../fonts/d45f96029e61832fd84afffd3068b768.eot");
 src: url("../fonts/d45f96029e61832fd84afffd3068b768.eot?#iefix")format("embedded-opentype"), url("../fonts/d45f96029e61832fd84afffd3068b768.woff")format("woff"), url("../fonts/d45f96029e61832fd84afffd3068b768.woff2")format("woff2"), url("../fonts/d45f96029e61832fd84afffd3068b768.ttf")format("truetype"), url("../fonts/d45f96029e61832fd84afffd3068b768.svg#DIN Condensed Bold")format("svg");
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
html .en {
 font-family: "DIN Condensed Bold", "Arial", "Helvetica", "sans-serif";
 font-weight: normal;
}
:root {
 --base-white: #fff;
 --main-red: #aa1a39;
 --sub-color: #e4007f;
 --text-color: #010101;
 --link-color: #e3d3aa;
 --red: #aa1a39;
 --wp--preset--font-size--small: .9em;
 --app-height: 100vh; /* フォールバック */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
 display: block;
}
html {
 font-size: 62.5%;
}
body {
 -webkit-text-size-adjust: 100%;
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6, p {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 margin: 0;
 padding: 0;
}
h1, h2, h3, h4, h5, h6 {
 font-weight: 700;
}
table, input, textarea, select, option {
 line-height: 1.1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
:focus {
 outline: 0;
}
ins {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}
hr {
 height: 0;
 margin: 0;
 padding: 0;
 border: 0;
}
a {
 color: inherit;
 text-decoration: none;
 -webkit-transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 word-wrap: break-word;
}
a:hover {
 cursor: pointer;
 -webkit-transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 color: #e3d3aa;
}
img {
 vertical-align: bottom;
 -webkit-backface-visibility: hidden;
 width: auto;
 pointer-events: none;
 max-width: 100%;
 width: auto;
 height: auto;
}
ruby > rt {
 font-size: 40%;
}
.loading {
 /*fixedで全面に固定*/
 position: fixed;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background: var(--text-color);
 overflow-y: hidden;
}
/* スクロールバー */ ::-webkit-scrollbar {
 width: 3px;
 height: 4px;
}
::-webkit-scrollbar-thumb {
 background: #e3d3aa;
 border-radius: 2px;
}
::-webkit-scrollbar-track {
 background: rgba(0, 0, 0, 0.8);
}
/* support iOS */
html {
 height: -webkit-fill-available;
}
body {
 /*font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
 font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
 font-size: 1.5rem;
 font-weight: 500;
 line-height: 2em;
 background-color: #000;
 color: #fff;
 width: 100%;
 height: 100%;
 padding: 0;
 font-style: inherit;
 font-weight: inherit;
 font-weight: 500;
 -webkit-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -webkit-user-drag: none;
 -khtml-user-drag: none;
 /* iPhoneポップアップ無効 */
 -webkit-touch-callout: none;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 text-rendering: geometricPrecision;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 -webkit-tap-highlight-color: transparent;
 overflow-x: hidden;
 -webkit-overflow-scrolling: touch;
 min-height: -webkit-fill-available;
}
a {
 color: inherit;
 text-decoration: none;
 -webkit-transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 word-wrap: break-word;
 cursor: pointer;
}
a:hover {
 cursor: pointer;
 -webkit-transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 color: #e3d3aa;
}
.fadein {
 opacity: 0;
 transition: all 1000ms;
}
.fadein.in, .fadein.active {
 opacity: 0;
 animation-name: fadeInMove;
 animation-duration: 1s;
 animation-fill-mode: forwards;
 animation-delay: .2s; /* 遅延 */
}
.fadein.in {
 animation-delay: .5s; /* 遅延 */
}
@keyframes fadeInMove {
 from {
  opacity: 0;
  filter: blur(20px);
 }
 to {
  opacity: 1;
  filter: blur(0px);
 }
}
.fade {
 opacity: 0;
 transition: all 1000ms;
}
.fade.active {
 animation-name: fadeIn;
 animation-duration: 1.5s;
 animation-delay: .5s; /* 遅延 */
 animation-fill-mode: forwards;
}
@keyframes fadeIn {
 from {
  opacity: 0;
  transform: translate(0, 60px);
 }
 to {
  opacity: 1;
  transform: translate(0, 0);
 }
}
.bright-in {
 overflow: hidden;
 opacity: 1;
 transition: 2s;
 filter: brightness(30%);
 width: 100%;
 background-color: #000;
}
.bright-in img {
 transition: 6s;
 transform: scale(1.1);
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
}
.bright-in.active {
 filter: brightness(100%);
 opacity: 1;
}
.bright-in.active img {
 transform: scale(1);
}
.zoom-in {
 position: relative;
 overflow: hidden;
 background-color: #000;
}
.zoom-in .shrink img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
}
.zoom-in .shrink img.bottom {
 object-position: 50% bottom;
}
.zoom-in .dark-in.active {
 animation-name: darkIn;
 animation-duration: 5s;
 animation-fill-mode: forwards;
}
@keyframes darkIn {
 from {
  opacity: 1;
 }
 to {
  opacity: .7;
 }
}
.shrink {
 width: 100%;
 height: 100%;
 transform: scale(1.2);
}
.shrink.active {
 animation: shrink 10s linear forwards;
}
@keyframes shrink {
 0% {
  transform: scale(1.2);
 }
 100% {
  transform: scale(1);
 }
}
#mv {
 background-image: linear-gradient(to right, #aa1a39, #9f1631, #4d0108);
 background: linear-gradient(to right, #aa1a39 0%, #9f1631 50%, #4d0108 100%);
 color: #fff;
}
#mv .mv-logo {
 width: 14%;
 position: absolute;
 top: 0;
 right: 3.8%;
 aspect-ratio: 16.4 / 75;
 display: flex;
 align-items: end;
}
#mv .mv-catch {
 width: 8%;
 position: absolute;
 top: 0;
 left: 5%;
 aspect-ratio: 60 / 430;
 display: flex;
 align-items: end;
}
.mv-right--fixed {
 z-index: 1;
 position: relative;
}
.newsbox .article {
 width: 100%;
 margin: 0 auto;
}
.mv-leftin .section-title, .article-list-item dl dt {
 color: #e9c468;
}
.mv-leftin .section-title {
 width: 100%;
 margin: 8px auto;
 line-height: 1em;
 align-items: baseline;
}
.mv-leftin .section-title .title-inner {
 font-size: clamp(4.5rem, 5.5vw, 6rem);
 position: relative;
 bottom: -5px;
}
.mv-leftin .section-title .sns {
 column-gap: 1rem;
}
.mv-leftin .section-title .sns li a {
 width: 30px;
 height: 30px;
}
.mv-leftin .section-title .sns li a img {
 width: 18px;
}
.newsbox .article-list-item {
 border-top: 1px solid #4d0108;
}
.newsbox .article-list-item:last-child {
 border-bottom: 1px solid #4d0108;
}
.article-list-item dl {
 padding: 1.6rem 0;
 display: table;
 width: 100%;
 line-height: 1.6em;
}
.article-list-item dl dt {
 display: table-cell;
 width: 90px;
 vertical-align: top;
 white-space: nowrap;
 position: relative;
 padding-right: 12px;
 letter-spacing: normal !important;
}
.article-list-item dl dd {
 display: table-cell;
 width: -webkit-calc(100% - 90px);
 width: calc(100% - 90px);
 vertical-align: top;
 font-feature-settings: "palt";
 overflow-wrap: break-word;
 letter-spacing: 1px;
}
.newsbox .btn-area {
 text-align: center;
 margin-top: 2rem;
}
.newsbox .btn-link {
 font-size: 1.2em;
 padding: 0 1em;
 color: #fff;
 height: 30px;
 box-sizing: border-box;
 text-align: center;
 webkit-transform: skew(-10deg);
 transform: skew(-10deg);
 display: inline-block;
 line-height: 30px;
}
.newsbox .btn-link:hover {
 background-color: #e3d3aa;
}
.mv-right--fixed .mvbtn {
 margin: auto;
 display: block;
}
.fotter {
 position: relative;
 color: #fff;
}
.intro.fotter .section_inner {
 position: relative;
 color: #fff;
 z-index: 1;
 width: 90%;
 max-width: 1000px;
 padding: 80px 0 60px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 min-height: 100vh;
 min-height: 100lvh;
 min-height: var(--app-height);
 display: flex;
 align-items: center;
 flex-direction: column;
 justify-content: center;
 min-height: 100vh;
 min-height: 100lvh;
 min-height: var(--app-height);
}
.fotter-inner .fotter-logo {
 width: 40%;
 max-width: 200px;
 margin: 0 auto 4vh;
}
.fotter-inner .billing01 {
 width: 100%;
 max-width: 800px;
 margin: 4rem auto 2rem;
}
.fotter-inner .billing01.all {
 max-width: 850px;
}
.fotter-inner .roadshow {
 width: 32%;
 max-width: 160px;
 margin: 3rem auto 5rem;
}
.copyright {
 font-size: 1rem;
 line-height: 1.6em;
 margin: 0.5rem auto;
 text-align: center;
 color: #e3d3aa;
}
.credit .eiteki {
 width: 30px;
 margin-left: 12px;
}
#mv .mv-banner {
 max-width: 300px;
 width: 70%;
}
#mv .mv-banner a {
 display: block;
}
/* モノクロ効果を適用したい画像 */
.banner-img {
 filter: grayscale(0%); /* 初期状態はカラー（モノクロでない） */
 transition: filter 0.3s ease-in-out; /* 変化を0.3秒かけて滑らかに */
}
/* マウスオーバー時のスタイル */
#mv .mv-banner a:hover .banner-img {
 filter: grayscale(100%); /* ホバー時にモノクロにする */
}
@media screen and (max-width: 560px) {
 .fotter-inner .billing01 {
  margin-bottom: 2rem;
 }
 .fotter-inner .roadshow {
  margin-top: 3rem;
 }
 .copyright {
  font-size: .9rem;
 }
}
@media screen and (min-width : 1024px) {
 .mv-right--fixed {
  position: absolute;
  left: 32%;
  top: 0;
  right: 0;
  bottom: 0;
 }
 .mv-right--fixed .mvbtn {
  max-width: 200px;
  left: 10px;
  bottom: 10px;
 }
 .mv-right--fixedin {
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 4;
 }
 .mvbtn {
  max-width: 350px;
  width: 27%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
 }
 #mv {
  position: relative;
  min-height: 37pc;
 }
 .mv-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32%;
  z-index: 10;
 }
 .mv-leftin {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 70px 20px 32px;
 }
 .mv-leftin .header-roadshow {
  padding-bottom: 30px;
  width: 50%;
  margin: auto;
 }
 .mv-infoBox {
  width: 100%;
  position: relative;
 }
 .newsbox {
  width: 100%;
 }
 .mv-right {
  padding-left: 32%;
 }
 .mv-right--img {
  width: 100%;
  position: relative;
 }
 #mv-right--main .mv-catch02 {
  padding: 4rem 4rem 4rem 1rem;
 }
 #mv .mv-left .mv-billing {
  margin-top: 3rem;
  width: 100%;
 }
 #mv .mv-left .mv-billing {
  margin-top: 3rem;
  width: 100%;
 }
 #mv .mv-banner {
  margin-top: 5rem;
 }
}
@media screen and (max-width : 1023px) {
 #fullWrap {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
  top: 0;
  left: 0;
 }
 #mv {
  position: relative;
 }
 #mv-right--main {
  display: flex;
  flex-direction: column;
 }
 #mv-right--main .main01 {
  order: 0;
 }
 #mv-right--main .mv-catch02 {
  order: 1;
  padding: 2rem;
 }
 #mv-right--main .main02 {
  order: 2;
 }
 .mv-right--img {
  width: 100%;
  position: relative;
 }
 #mv .mv-left .mv-billing {
  display: none;
 }
 #mv .mv-right .mv-billing {
  margin: 0 auto;
  padding: 2rem 2rem 0;
 }
 .mv-leftin {
  width: 100%;
  padding-bottom: 2rem;
 }
 .article-list-item dl dd {
  padding-right: 10px;
 }
 .mv-infoBox {
  width: 86%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: auto;
 }
 #mv .mv-banner {
  margin: 2rem auto 4rem;
 }
 .p-button {
  text-align: right;
 }
}
.mv-billing .nav {
 font-size: clamp(2.4rem, 3vw, 4rem);
 display: flex;
 flex-direction: column;
 flex-wrap: wrap;
 justify-content: center;
}
.mv-billing .nav .link {
 line-height: 1em;
 text-decoration: none;
 text-align: center;
 white-space: nowrap;
 color: var(--link-color);
 display: block;
 -webkit-transition: .3s;
 transition: .3s;
}
.mv-billing .nav .menu-item {
 margin: 1rem 0;
}
/* コンテンツ */
#container {
 width: 100%;
 position: relative;
}
.flexbox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-lines: multiple;
 -moz-box-lines: multiple;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}
.wrap {
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.flex-between {
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
}
.share {
 margin: 0 auto 4rem;
}
.share .item .link {
 display: block;
}
.share .flexbox {
 gap: 6px;
}
.share .ttl {
 margin-right: 12px;
 display: block;
 color: #fff;
 font-size: 1.6em;
 position: relative;
 bottom: -3px;
}
.share .item {
 position: relative;
}
.share .item .link {
 display: block;
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 z-index: 20;
 width: 40px;
 height: 40px;
 position: relative;
}
.share .item svg {
 display: block;
 margin: auto;
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 width: 28px;
 height: 28px;
}
.share .item .link .label {
 font-size: 0;
}
.share .item svg.svg-x {
 padding-top: .5px;
 width: 30px;
 height: 30px;
}
.share .item svg.svg-line {
 padding-top: 1.5px;
 width: 34px;
 height: 34px;
}
.p-button {
 margin-top: 1.6rem;
 margin-bottom: 1.6rem;
}
.btn {
 display: inline-flex;
 justify-content: center;
 align-items: center;
 position: relative;
 margin: 0 auto 1rem;
 padding: 1.1rem 1.2rem .25rem;
 font-size: 2.4rem;
 line-height: .5em;
 transition: 0.3s;
 color: #000;
 background-color: #e9c468;
 vertical-align: top;
}
.btn-area .btn {
 font-size: clamp(2.4rem, 2.4vw, 2.8rem);
}
.btn:hover {
 color: #fff;
 background: #000;
}
.content--fixed {
 position: fixed;
 z-index: 10000;
 top: 0;
 left: 0;
 display: grid;
 align-content: space-between;
 width: 100%;
 max-width: none;
 min-height: 0;
 height: 100vh;
 padding: 1.5em;
 pointer-events: none;
 grid-template-columns: 50% 50%;
 grid-template-rows: auto auto 4em;
 grid-template-areas: 'header header'
}
.content--top {
 padding: 1.5em 2em 1.5em 1.5em;
 justify-content: flex-start;
 min-height: 0;
 position: relative;
}
.mv-title {
 position: relative;
 height: 100%;
 z-index: 2;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
}
.mv-title .billing {
 width: 70%;
 max-width: 440px;
}
.mv-title .logo {
 margin: 4rem auto 4rem;
 position: relative;
 width: 90%;
 max-width: 600px;
}
/* ------------------------------
	バナー
------------------------------ */
.banner-area {
 position: relative;
 padding-top: 30px;
 padding-bottom: 30px;
}
.banner-area a {
 display: block;
}
.ticket-mvtk {
 width: 90%;
 max-width: 1200px;
 list-style: none;
 margin: auto;
}
.ticket-mvtk div {
 margin: auto;
 margin-bottom: 20px;
}
.banner {
 width: 90%;
 max-width: 1200px;
 list-style: none;
 margin: auto;
 display: flex;
 flex-wrap: wrap;
 gap: 20px;
}
.banner li {
 max-width: 260px;
 width: 23%;
}
.banner li a {
 display: block;
}
@media screen and (max-width : 812px) {
 .banner {
  gap: 10px;
 }
 .banner li {
  width: 48%;
 }
}
/* ------------------------------
	コンテンツ
------------------------------ */
.imgs3 {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 overflow: hidden;
 flex-wrap: wrap;
}
.imgs3 div {
 width: 33.33333%;
}
@media screen and (max-width: 1024px) {
 .imgs3.first div:first-of-type {
  order: 2;
  width: 50%;
 }
 .imgs3.first div:nth-of-type(2) {
  order: 1;
  width: 100%;
 }
 .imgs3.first div:last-of-type {
  width: 50%;
  order: 3;
 }
 .imgs3.second div img {
  height: 36vw;
  -o-object-fit: cover;
  object-fit: cover;
 }
}
.imgs2 {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 overflow: hidden;
 flex-wrap: wrap;
}
.imgs2 div {
 width: 50%;
}
.intro {
 position: relative;
 min-height: 100vh;
 min-height: 100lvh;
 min-height: var(--app-height);
}
.intro .section_bg {
 width: 100%;
 height: 100vh;
 height: 100lvh;
 height: var(--app-height);
 min-height: var(--app-height);
 top: 0;
 left: 0;
 position: sticky;
 overflow: hidden;
 /*transition: 1.5s;*/
}
.intro .section_inner {
 position: relative;
 margin-top: -80vh;
 margin-top: -80lvh;
 padding: 80px 0 120px;
 min-height: 100vh;
 min-height: 100lvh;
 min-height: var(--app-height);
}
.intro .section_inner .title {
 font-size: clamp(6rem, 9vw, 10rem);
 line-height: 1em;
 text-align: center;
 margin-bottom: 4rem;
 padding-top: 40px;
 color: #e9c468;
}
#introduction .intro .section_inner .title {
 font-size: clamp(6rem, 8vw, 10rem);
}
.intro .section_inner .section_main {
 padding: 120px 50px;
}
.intro .section_inner .section_main .section_body {
 max-width: 800px;
 margin: 0 auto;
}
@media screen and (max-width: 1024px) {
 .intro .section_inner {
  margin-top: -100vh;
  margin-top: -100lvh;
  margin-top: calc(var(--app-height) * -1);
  padding: 40px 0 80px;
 }
 .intro.fotter .section_inner {
  margin-top: -100vh;
  margin-top: -100lvh;
  margin-top: calc(var(--app-height) * -1);
 }
 .intro .section_inner .section_main {
  padding: 80px 30px;
 }
 .intro .section_inner .section_main .section_body {
  max-width: 500px;
 }
}
.cast-container01 {
 margin: 4rem auto 6rem;
 width: 60%;
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: 1fr;
 grid-template-columns: repeat(1, 1fr);
 grid-gap: 6rem;
}
.cast-container02 {
 width: 86%;
 margin: 3rem auto 10rem;
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: 1fr 1fr;
 grid-template-columns: repeat(2, 1fr);
 grid-gap: 6rem 3rem;
}
.name {
 font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
 font-size: clamp(4rem, 3.4vw, 4.6rem);
 line-height: 1em;
 display: block;
 text-align: center;
 margin-top: 2rem;
 white-space: nowrap;
}
.cast-container02 .name {
 font-size: clamp(2.8rem, 2.8vw, 3.8rem);
}
.name .yaku, .name .post {
 font-size: 0.6em;
 display: block;
 margin-top: 10px;
 color: #e9c468;
}
.name .yaku {
 font-size: 0.6em;
 display: block;
 margin-top: 10px;
 color: #e9c468;
}
.name .yaku .sub {
 display: inline-block;
 font-feature-settings: "palt"1;
 margin: 0 -14px;
 font-size: 1em;
}
.name .btn-area {
 vertical-align: top;
 margin-top: 2rem;
}
.name .btn:hover {
 background-color: var(--sub-color);
}
.staff-container {
 margin-bottom: 6vh;
}
@media screen and (min-width: 1025px) {
 .cast-container01 {
  width: 90%;
  max-width: 1600px;
  margin: 6rem auto 12rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6rem;
 }
 .cast-container01 {
  width: 90%;
  max-width: 1600px;
  margin: 6rem auto 12rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6rem;
 }
 .cast-container01 li:nth-child(1) {
  order: 2;
 }
 .cast-container01 li:nth-child(2) {
  order: 1;
 }
 .cast-container01 li:nth-child(3) {
  order: 3;
 }
 .cast-container02 {
  width: 90%;
  max-width: 1600px;
  margin: 3rem auto 16rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 6rem;
 }
 .staff-container {
  margin-bottom: 10vh;
 }
}
@media screen and (max-width: 560px) {}
/* ------------------------------
	イントロ・ストーリー
------------------------------ */
.section_inner p {
 margin-bottom: 20px;
 text-align: justify;
}
.section_inner .ph {
 margin-bottom: 30px;
 margin-top: 30px;
}
.section_inner .section_ttl {
 font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
 font-size: clamp(2.4rem, 3.4vw, 3.6rem);
 line-height: 1.4em;
 margin-bottom: 2.5rem;
}
.section_inner .section_main.block_left, .section_inner .section_main.block_right {
 position: relative;
 margin: 0 auto;
 max-width: 600px;
}
.stick {
 content: "";
 border-bottom: 2px solid #fff;
 width: 10%;
 display: inline-block;
 position: relative;
 margin: 0 2px 0 8px;
 top: -0.6em;
}
html .scene {
 aspect-ratio: 3 / 2;
 object-fit: cover;
 object-position: top left;
}
@media screen and (min-width : 813px) {
 #introduction .section_inner .title, #story .section_inner .title {
  text-align: left;
 }
 .section_inner .section_main.block_left {
  width: 48%;
  max-width: 600px;
  margin: 0 5% 0 auto;
 }
 #story .section_inner .section_main.block_left {
  width: 45%;
 }
 .section_inner .section_main.block_right {
  width: 50%;
  max-width: 600px;
  margin: 0 auto 0 5%;
 }
}
@media screen and (max-width : 812px) {
 .intro.box .section_bg .shrink {
  transform: scale(1.1);
 }
 .intro.box .shrink.active {
  animation: shrink-intro 10s linear forwards;
 }
 @keyframes shrink-intro {
  0% {
   transform: scale(1.1);
  }
  100% {
   transform: scale(1);
  }
 }
 .intro.box .section_bg {
  position: relative;
 }
 .intro.box .section_bg .shrink img {
  aspect-ratio: 1 / 1.2;
  object-position: top center;
  height: inherit;
 }
 .intro .section_inner .section_main::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1.8 / 1;
 }
 .intro.box .section_inner .section_main, .intro.box .section_inner {
  padding-bottom: 20px;
 }
}
/* ------------------------------
	動画
------------------------------ */
#trailer {
 display: none;
}
.bg_movie {
 width: 100%;
 margin-bottom: 5rem;
}
.__movie-wrap {
 width: 100%;
 max-width: 1040px;
 margin: auto;
 display: flex;
 justify-content: center;
 align-content: center;
}
.__movie-wrap-inner {
 position: relative;
 width: 100%;
 height: 0;
 padding-top: 61%;
 /* padding-top: 56.25%; */
 margin: auto;
 top: 0;
 bottom: 0;
}
.__movie-wrap-inner.modal {
 padding-top: 52%;
}
.__movie-wrap-inner iframe, .__movie-wrap-inner video {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
 margin: auto;
 -o-object-fit: cover;
 object-fit: cover;
}
.mv-movieBtn .__movie-wrap-inner iframe {
 left: -5%;
 width: 110% !important;
 height: 110%;
}
.bg_movie .__movie-wrap-inner {
 overflow: hidden;
}
.mv-movieBtn {
 position: relative;
}
.mv-movieBtn a {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%
}
.mv-movieBtn a {
 display: block;
 transition: all .3s ease;
 z-index: 2;
 opacity: 0.5;
}
.mv-movieBtn a::after {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: url("../images/play-button.png") center center / 25% no-repeat rgba(0, 0, 0, .4);
 opacity: 0.7;
}
#cboxLoadedContent #trailer {
 height: 100%;
 padding: 0;
 display: flex;
 align-items: center;
 background: #000;
}
#cboxLoadedContent #trailer .__btns li:hover span, #cboxLoadedContent #trailer .__btns li.select span {
 background: #B11005;
}
#cboxLoadedContent #trailer .__btns li span {
 background: rgba(177, 16, 5, .5);
}
#cboxLoadedContent #trailer .trailer-inner {
 width: 100%;
}
#cboxLoadedContent #trailer .__movie-wrap {
 max-width: 100%;
 height: 70%;
}
@media screen and (min-width : 913px) {
 .mv-movieBtn a:hover {
  opacity: .9;
  background-color: rgba(0, 0, 0, 0.7);
 }
}
/* ------------------------------
	背景動画
------------------------------ */
.bg-moviein {
 position: fixed;
 width: 100%;
 height: 100vh;
 min-height: 100%;
 min-height: 100vh;
 min-height: 100lvh;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 overflow: hidden;
 z-index: -1;
}
.bg-moviein video {
 width: 100%;
 height: 100%;
 min-height: 100lvh;
 filter: saturate(60%);
 position: absolute;
 right: 0;
 top: 0;
 object-fit: cover !important;
}
.bg-moviein::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: url("../images/dot.png") rgba(0, 0, 0, 0.5);
 background-size: 3px;
}
/* ------------------------------
	responsive
------------------------------ */
.sp {
 display: none;
}
@media screen and (max-width: 812px) {
 .sp {
  display: block;
 }
 .pc {
  visibility: hidden;
  display: none !important;
 }
}