@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Marcellus&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;
}
html .en {
 font-family: "Marcellus", "Times New Roman", Times, "serif";
 font-weight: 400;
 font-style: normal;
}
:root {
 --main-bg: #fff;
 --main-color: #aa1a39;
 --sub-color: #230092;
 --text-color: #010101;
 --link-color: #aa1a39;
 --light-color: #ffad4e;
 --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-container {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 min-height: 100vh;
 min-height: 100lvh;
 min-height: var(--app-height);
 background-color: #becce2; /* 背景色 */
 z-index: 9999; /* 最前面に表示 */
 display: flex;
 justify-content: center;
 align-items: center;
 overflow: hidden;
}
/* 浮遊する円（オーブ）の共通スタイル */
.orb {
 width: 30%;
 aspect-ratio: 1;
 background-color: #7272ca; /* 水色 */
 border-radius: 50%; /* 円形 */
 opacity: 0.1; /* 半透明 */
 filter: blur(100px); /* ぼかし効果 */
 position: absolute;
}
/* 個々の円の動きを定義 */
.orb1 {
 animation: float 8s ease-in-out infinite;
 animation-delay: 0s;
}
.orb2 {
 background-color: #39458f;
 animation: float 10s ease-in-out infinite;
 animation-delay: -2s; /* 動きに時間差をつける */
}
.orb3 {
 animation: float 12s ease-in-out infinite;
 animation-delay: -5s;
}
/* 浮遊するアニメーションのキーフレーム */
@keyframes float {
 0% {
  transform: translateY(-20vh) translateX(0) scale(0.8); /* 画面外上部から開始、少し小さめ */
  opacity: 0; /* 最初は透明 */
 }
 25% {
  transform: translateY(10vh) translateX(-50px) scale(1); /* 画面上部へ、揺れる */
  opacity: 0.2;
 }
 50% {
  transform: translateY(40vh) translateX(30px) scale(0.9); /* 画面中央へ、揺れる */
  opacity: 0.3;
 }
 75% {
  transform: translateY(70vh) translateX(-60px) scale(1.1); /* 画面下部へ、少し大きめ */
  opacity: 0.1;
 }
 100% {
  transform: translateY(120vh) translateX(40px) scale(0.7); /* 画面外下部へ、小さくなりながら消える */
  opacity: 0; /* 最後は透明 */
 }
}
/* ローディング完了後のスタイル */
.loading-container.hidden {
 opacity: 0;
 visibility: hidden;
 transition: opacity 1s, visibility 1s;
}
/* スクロールバー */ ::-webkit-scrollbar {
 width: 3px;
 height: 4px;
}
::-webkit-scrollbar-thumb {
 background: var(--sub-color);
 border-radius: 2px;
}
::-webkit-scrollbar-track {
 background: #999;
}
.ruby {
 position: relative;
}
.ruby > .rt {
 text-align: center;
 position: absolute;
 bottom: -15px;
 font-size: 12px;
 left: 0;
 right: 0;
 letter-spacing: normal;
 display: inline-block;
 line-height: 1em;
}
.cast-txt .ruby > .rt {
 bottom: -12px;
 font-size: 14px;
}
/* support iOS */
html {
 height: -webkit-fill-available;
}
body {
 font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
 font-size: 1.64rem;
 line-height: 2em;
 font-style: inherit;
 font-weight: 500;
 color: var(--text-color);
 background: var(--main-bg);
 width: 100%;
 padding: 0;
 -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;
}
@media screen and (max-width: 812px) {
 body {
  font-size: 1.5rem;
  overflow-x: hidden;
 }
}
.blur {
 opacity: 0;
 filter: blur(20px);
 transition: all 1500ms;
 animation-delay: .5s; /* 遅延 */
}
.blur.active {
 opacity: 0;
 filter: blur(20px);
 animation-name: blur;
 animation-duration: 1s;
 animation-fill-mode: forwards;
}
.fotter-catch.blur {
 animation-delay: 1s; /* 遅延 */
}
.fotter-catch.blur.active {
 animation-duration: 2s;
}
@keyframes blur {
 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-fill-mode: forwards;
}
@keyframes fadeIn {
 from {
  opacity: 0;
  transform: translate(0, 100px);
 }
 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;
 width: 100%;
 height: 100%;
 background-color: #000;
}
.shrink img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
}
.zoom-in .dark-in.active {
 animation-name: darkIn;
 animation-duration: 5s;
 animation-delay: 2s; /* 遅延 */
 animation-fill-mode: forwards;
}
@keyframes darkIn {
 from {
  opacity: 1;
 }
 to {
  opacity: .7;
 }
}
.shrink {
 width: 100%;
 height: 100%;
 transform: scale(1.2);
}
.shrink.active, .shrink.in {
 animation: shrink 10s linear forwards;
}
@keyframes shrink {
 0% {
  transform: scale(1.2);
 }
 100% {
  transform: scale(1);
 }
}
.blur-in {
 transition: all 1000ms;
 transform: scale(1.1);
 filter: blur(10px);
}
.blur-in.in {
 animation-name: blur-in;
 animation-duration: 5s;
 animation-fill-mode: forwards;
 animation-delay: .1s; /* 遅延 */
}
.blur-in.active {
 animation-name: blur-in;
 animation-duration: 1.2s;
 animation-fill-mode: forwards;
 animation-delay: .8s; /* 遅延 */
}
@keyframes blur-in {
 from {
  filter: blur(10px);
  transform: scale(1.1);
 }
 to {
  filter: blur(0px);
  transform: scale(1);
 }
}
.blur-in-late, .blur-in-late2 {
 opacity: 0;
 transition: all 1000ms;
 filter: blur(20px);
}
.blur-in-late.in {
 opacity: 0;
 animation-name: blur-in02;
 animation-duration: 1s;
 animation-fill-mode: forwards;
 animation-delay: 1.5s; /* 遅延 */
}
.blur-in-late2.in {
 opacity: 0;
 animation-name: blur-in02;
 animation-duration: 1.8s;
 animation-fill-mode: forwards;
 animation-delay: 2s; /* 遅延 */
}
@keyframes blur-in02 {
 from {
  opacity: 0;
  filter: blur(20px);
 }
 to {
  opacity: 1;
  filter: blur(0px);
 }
}
.fade-in-down {
 opacity: 1;
 transform: translate(0, -5%);
 transition: all 1000ms;
}
.fade-in-down.in {
 opacity: 1;
 animation-name: fadeInDown;
 animation-duration: 1.5s;
 animation-fill-mode: forwards;
}
@keyframes fadeInDown {
 from {
  opacity: 1;
  transform: translate(0, -5%);
 }
 to {
  opacity: 1;
  transform: translate(0, 0);
 }
}
.fade-in-up {
 opacity: 1;
 transform: translate(0, 5%);
 transition: all 1000ms;
}
.fade-in-up.in {
 opacity: 1;
 animation-name: fadeInUp;
 animation-duration: 1.5s;
 animation-fill-mode: forwards;
}
@keyframes fadeInUp {
 from {
  opacity: 1;
  transform: translate(0, 5%);
 }
 to {
  opacity: 1;
  transform: translate(0, 0);
 }
}
.fade-in-down.petal, .fade-in-up.petal {
 opacity: 0;
 transform: translate(0, 10%);
 filter: blur(30px);
 transition: all 1000ms;
}
.fade-in-down.petal.in, .fade-in-up.petal.in {
 opacity: 1;
 animation-name: fadeInUp-petal;
 animation-duration: 4s;
}
@keyframes fadeInUp-petal {
 from {
  opacity: 0;
  transform: translate(0, 10%);
  filter: blur(30px);
 }
 to {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0px);
 }
}
/* ------------------------------
	メイン
------------------------------ */
.main, .top-area {
 aspect-ratio: 1 / 1.4;
 position: relative;
}
#top .main-bg-inner {
 width: 100%;
 height: 100%;
}
#top .main-bg-inner img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center 50%;
}
@media screen and (max-width: 1124px) and (min-width: 813px) {
 #top .main-bg-inner img {
  object-position: 60% 50%;
 }
}
#top .main-left img, #top .main-right img, .main-left-petal img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center top;
}
#top .main-inner, #top .main-left, #top .main-right {
 position: absolute;
 top: -3%;
 bottom: -3%;
 height: 106%;
 width: 100%;
}
#top .main-bg {
 height: 100%;
 background-color: #dbe1ed;
}
#top .main-left {
 left: 0;
 width: 33.024194%;
 z-index: 1;
}
#top .main-right {
 right: 0;
 width: 31.733871%;
 z-index: 1;
}
#top .top-area {
 width: 100%;
 z-index: 2;
}
.px-bg {
 transition: transform 0.1s;
}
.top-area-inner {
 width: 37%;
 height: 100%;
 margin: auto;
 display: flex;
}
.top-area-inner .top-catch img {
 width: auto;
 max-height: 100%;
 position: absolute;
}
.top-area-inner .top-catch .inner {
 display: block;
 aspect-ratio: 15 / 292;
 position: relative;
 height: 100%;
}
.main-left-petal {
 position: absolute;
 top: 0;
 left: 0;
 width: 50%;
 height: 100%;
}
.main-left-petal.right {
 left: inherit;
 right: 0;
 width: 50%;
}
.main-left-petal img {
 object-position: center bottom;
}
@media screen and (min-width : 813px) {
 .main, .top-area {
  aspect-ratio: 3 / 2;
 }
 .top_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 10;
  background: url("../images/contents/bg-gradation.png") bottom center repeat-x rgba(255, 255, 255, 0);
  background-size: auto 100%;
 }
 #top .main-left {
  width: 22%;
 }
 #top .main-right {
  width: 21%;
 }
 #top .main-left img {
  object-fit: cover;
  width: 100%;
  object-position: center 40%;
 }
 #top .main-right img {
  object-fit: cover;
  width: 100%;
  object-position: center 15%;
 }
 #top .main-bg {
  width: 57.4%;
  margin: 0 20.8% 0 21.8%;
 }
 #top .main-bg-inner {
  height: 100vh;
  height: 100lvh;
  min-height: 100vh;
  min-height: 100lvh;
  min-height: var(--app-height);
  position: sticky;
  top: 0;
  left: 0;
 }
 .top-area-inner {
  width: 57%;
  height: 100vh;
  height: 100lvh;
  min-height: 650px;
  top: 0;
  left: 0;
  position: sticky;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
 }
 .top-area-inner .billing {
  width: 46%;
  max-width: 500px;
  min-width: 280px;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-left: 6%;
 }
 .top-area-inner .top-catch {
  height: 100%;
  min-height: 650px;
  padding-top: 20px;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  right: -1%;
  z-index: 10;
 }
 .main-left-petal {
  width: 40%;
 }
 .main-left-petal img {
  object-position: center 80%;
 }
 .main-left-petal.right {
  width: 40%;
 }
 .main-left-petal.right img {
  object-position: center 80%;
 }
}
@media screen and (max-width : 812px) {
 #top .main-bg {
  padding-bottom: 3%;
  padding-top: 3%;
 }
 .top-area-inner {
  flex-direction: column;
  position: relative;
  z-index: 2;
 }
 .top-area-inner .top-catch {
  height: 66%;
  padding-top: 50%;
  display: flex;
  justify-content: flex-end;
 }
 .top-area-inner .billing {
  width: 104%;
  margin: auto;
  padding-left: 4%;
 }
}
/* ------------------------------
	コンテンツ
------------------------------ */
#container {
 width: 100%;
 position: relative;
 background-color: #000;
}
.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;
}
.flex {
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-lines: multiple;
 -moz-box-lines: multiple;
}
.wrap {
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.vh {
 position: relative;
 min-height: min-height: var(--app-height);
}
.article-box {
 position: relative; /* 子要素（::before）の位置決めの基準とする */
 max-width: 1000px;
 width: 86%;
 margin: 5vh auto;
 color: #fff;
 z-index: 1; /* コンテンツを背景の上に配置 */
}
.article-box.prelusion::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.7); /* 半透明の黒背景 */
 mix-blend-mode: multiply; /* 背景のみに乗算を適用 */
 z-index: -1; /* コンテンツの下に配置 */
}
.article-box.prelusion {
 width: 88%;
 margin-bottom: 10vh;
 padding: 50px;
}
.intro {
 position: relative;
 min-height: 100vh;
 min-height: 100lvh;
 min-height: var(--app-height);
 -webkit-overflow-scrolling: touch;
 z-index: 10;
}
.intro .section_bg {
 width: 100%;
 height: 100vh;
 height: 100lvh;
 min-height: var(--app-height);
 top: 0;
 left: 0;
 position: sticky;
 overflow: hidden;
}
.intro .section_bg.footer_bg {
 bottom: 0;
 right: 0;
 left: inherit;
}
.intro .section_inner {
 position: relative;
 margin-top: -100vh;
 margin-top: -100lvh;
 padding: 50px 0 120px;
 min-height: 100vh;
 min-height: 100lvh;
 min-height: var(--app-height);
}
.intro .section_inner.intro_top {
 padding-top: 0;
 margin-top: -100vh;
 margin-top: -100lvh;
 padding-bottom: 10px;
}
@media screen and (min-width : 521px) {
 .intro .section_inner.intro_top {
  padding-bottom: 40px;
 }
 .intro .section_inner.section_cast {
  padding-top: 100px;
 }
}
.intro .section_inner.intro_top::after {
 content: "";
 display: block;
 width: 100%;
 aspect-ratio: 10 / 4;
 position: absolute;
 bottom: 0;
 left: 0;
 background: -prefix-linear-gradient(bottom, rgba(13, 13, 43, 0), rgba(13, 13, 43, .7), #2d3550);
 background: linear-gradient(to bottom, rgba(13, 13, 43, 0), rgba(13, 13, 43, .7), #2d3550);
}
.intro .section_inner.section_cast::before {
 content: "";
 display: block;
 width: 100%;
 aspect-ratio: 10 / 5;
 position: absolute;
 top: 0;
 left: 0;
 background: -prefix-linear-gradient(top, rgba(144, 158, 179, 0), rgba(105, 122, 144, .7), #2d3550);
 background: linear-gradient(to top, rgba(144, 158, 179, 0), rgba(105, 122, 144, .7), #2d3550);
}
.intro .section_inner.section_cast::after {
 content: "";
 display: block;
 width: 100%;
 aspect-ratio: 10 / 2;
 position: absolute;
 bottom: 0;
 left: 0;
 background: -prefix-linear-gradient(bottom, rgba(194, 220, 227, 0), #cde0e6);
 background: linear-gradient(to bottom, rgba(194, 220, 227, 0), #cde0e6);
}
.intro .section_inner.fotter-inner::before {
 content: "";
 display: block;
 width: 100%;
 aspect-ratio: 10 / 1;
 position: absolute;
 top: 0;
 left: 0;
 background: -prefix-linear-gradient(top, rgba(215, 228, 233, 0), rgba(215, 228, 233, .5), #cde0e6);
 background: linear-gradient(to top, rgba(215, 228, 233, 0), rgba(215, 228, 233, .5), #cde0e6);
}
@media screen and (max-width: 560px) {
 .intro .section_inner.section_cast {
  padding-top: 50px;
 }
 .intro .section_inner.intro_top::after {
  aspect-ratio: 10 / 5;
 }
 .intro .section_inner.section_cast::before {
  aspect-ratio: 10 / 6;
 }
 .intro .section_inner.section_cast::after {
  aspect-ratio: 10 / 3;
 }
 .intro .section_inner.fotter-inner::before {
  aspect-ratio: 10 / 2;
 }
}
.section_inner .title {
 font-size: clamp(4rem, 7vw, 8rem);
 line-height: 1em;
 text-align: center;
 margin-bottom: 6rem;
 padding-top: 40px;
 color: var(--link-color);
}
.section_inner #intro .title {
 font-size: clamp(3.6rem, 6vw, 7rem);
}
.section_inner .title.mystery-text {
 position: absolute;
 left: 0;
 right: 0;
 top: clamp(-2.4rem, -4vw, -4rem);
 mix-blend-mode: lighten;
 white-space: nowrap;
 animation-delay: .5s; /* 遅延 */
}
@keyframes mysteryFade {
 0% {
  opacity: .5;
  transform: skewY(0deg);
  filter: blur(30px);
 }
 100% {
  opacity: 1;
  transform: skewY(-10deg);
  filter: blur(0px);
 }
}
.mode-lighten {
 mix-blend-mode: lighten;
}
.intro .section_inner .section_main {
 padding: 120px 50px;
}
.intro .section_inner .section_main .section_body {
 max-width: 800px;
 margin: 0 auto;
}
.introduction picture {
 opacity: .6;
}
.fotter-inner .fotter-catch {
 position: sticky;
 top: 0;
 padding-top: 90px;
 max-width: 70px;
 width: 10%;
 left: 93%;
}
@media screen and (max-width: 1024px) {
 .intro .section_inner {
  padding: 40px 0 80px;
 }
 .intro .section_inner .section_main {
  padding: 80px 30px;
 }
 .intro .section_inner .section_main .section_body {
  max-width: 500px;
 }
 .fotter-inner .fotter-catch {
  padding-top: 70px;
  left: 86%;
 }
}
.ttl-catch {
 font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
 display: block;
 text-align: center;
 margin-top: 2rem;
 color: #fff;
 font-variant-east-asian: proportional-alternate;
 font-size: clamp(2.8rem, 4vw, 4.4rem);
 margin-bottom: clamp(2.4rem, 3vw, 3rem);
 line-height: 1.4em;
 white-space: nowrap;
 width: 117.64%;
 transform: scaleX(0.85);
 transform-origin: center;
 -webkit-transform-origin: center;
 -webkit-transform: translateX(-50%) scaleX(.85);
 transform: translateX(-50%) scaleX(.85);
 position: relative;
 left: 50%;
}
.ttl-catch .strong {
 font-size: clamp(3.4rem, 5.4vw, 6rem);
 line-height: 1.4em;
 display: block;
}
.footer .shrink img.bottom {
 object-position: 98% bottom;
}
.intro.footer .section_inner.fotter-inner {
 padding: 0;
}
.footer .fotter-inner .footerbox {
 width: 100%;
 min-height: 100vh;
 min-height: 100lvh;
 display: flex;
 justify-content: flex-end;
 flex-direction: column;
 position: relative;
}
.billing {
 width: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 line-height: 1em;
}
.billing img, .fotter-inner .fotter-catch img {
 filter: drop-shadow(0px 0px 5px #fff);
}
.footer .fotter-inner .billing {
 width: 70%;
 max-width: 500px;
 margin-left: 1%;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 line-height: 1em;
 padding: 20px 20px 10px;
}
.footer .fotter-inner .billing02 {
 max-width: 500px;
}
.footer .fotter-inner .footerbox {
 max-width: 1600px;
 width: 98%;
 margin: 1rem auto;
}
.fotter-billing {
 max-width: 1400px;
 width: 98%;
 margin: 1rem auto;
}
.fotter-billing .copyright {
 max-width: 300px;
 width: 50%;
 margin: 0 auto;
}
.billing-day {
 width: 60%;
 max-width: 400px;
 margin-top: 20px;
}
.billing-catch {
 width: 80%;
 max-width: 500px;
 margin-top: 40px;
}
.footer .fotter-credit {
 min-height: 100vh;
 min-height: 100lvh;
 min-height: var(--app-height);
 display: flex;
 align-items: flex-end;
 justify-content: center;
 width: 96%;
 padding: 3rem 0 20px;
}
@media screen and (min-width: 1025px) {
 .footer .fotter-inner .billing {
  margin-left: 5%;
 }
}
@media screen and (min-width : 813px) {
 .footer .shrink img.bottom {
  object-position: right 28%;
  min-height: 900px;
 }
 .footer .fotter-inner .billing {
  width: 50%;
  max-width: 600px;
  margin: 8vh 0 8vh 2%;
 }
 .fotter-billing {
  margin: 3rem auto;
 }
}
@media screen and (max-width: 812px) {
 .section_inner .title {
  margin-bottom: 4rem;
 }
 .article-box.prelusion {
  padding: 40px 16px;
 }
 .billing-day {
  margin-top: 8px;
 }
 .billing-catch {
  margin-top: 10px;
 }
}
/* ------------------------------
	雪
------------------------------ */
/* 背景を表示させるコンテナ */
.snow-container img {
 height: 100vh;
 height: 100lvh;
 min-height: 100vh;
 min-height: 100lvh;
 min-height: var(--app-height);
 width: 100%;
}
/* 雪の基本スタイル */
.snow-container {
 opacity: .9;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 min-height: var(--app-height);
 overflow: hidden;
 pointer-events: none; /* クリックを無効にする */
}
.snow {
 position: absolute;
 background: white;
 border-radius: 50%;
 opacity: 1; /* 最初は非表示に */
 filter: blur(5px);
 will-change: transform, opacity; /* アニメーションの最適化 */
 mix-blend-mode: multiply;
 top: -20px;
}
/* アニメーションの定義 */
@keyframes fall {
 0% {
  transform: translateY(-100%) translateX(0); /* 画面上部から開始 */
  opacity: 0;
 }
 10% {
  opacity: 1; /* 徐々に表示 */
 }
 90% {
  opacity: 1; /* 落下中は表示 */
 }
 100% {
  transform: translateY(100vh) translateX(var(--x-end)); /* 画面下部まで落下 */
  opacity: 0; /* 徐々に消える */
 }
}
/* ------------------------------
	イントロ・ストーリー
------------------------------ */
#intro, #story, #cast, #staff {
 padding-top: clamp(3rem, 6vw, 6rem);
 position: relative;
 z-index: 10;
}
.section_inner .title-area {
 width: 100%;
 position: relative;
 aspect-ratio: 16 / 1.2;
}
.section_inner #intro .title-area {
 aspect-ratio: 16 / 1.8;
}
#intro .article-box p, #story .article-box p {
 font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
 font-size: clamp(1.5rem, 1.8vw, 2rem);
 text-shadow:
  -1px -1px 0 rgba(0, 0, 0, 0.8), /* 左上 */ 1px -1px 0 rgba(0, 0, 0, 0.8), /* 右上 */ -1px 1px 0 rgba(0, 0, 0, 0.8), /* 左下 */ 1px 1px 0 rgba(0, 0, 0, 0.8), /* 右下 */ 0 0 5px rgba(0, 0, 0, 0.8); /* 中央に強いぼかし影 */
}
#intro .article-box p.read, #story .article-box p.read {
 font-size: clamp(1.7rem, 2vw, 2.7rem);
 margin-top: 3rem;
 width: 117.64%;
 transform: scaleX(0.85);
 transform-origin: center;
 -webkit-transform-origin: center;
 -webkit-transform: translateX(-50%) scaleX(.85);
 transform: translateX(-50%) scaleX(.85);
 position: relative;
 left: 50%;
}
.section_inner p, .article-box p {
 margin-bottom: 2.2rem;
 line-height: 2em;
 text-align: justify;
}
.section_inner .ph {
 margin-bottom: 30px;
 margin-top: 30px;
}
.txt-red {
 color: var(--light-color);
}
#story .article-box p.read.txt-red {
 text-align: center;
 font-size: clamp(1.9rem, 4vw, 4rem);
 white-space: nowrap;
}
#story .article-box p.read.txt-red .blur {
 display: block;
 line-height: 1.8em;
 animation-delay: .1s; /* 遅延 */
}
#story .article-box p.read.txt-red .blur.active {
 animation-duration: 2s;
}
#story .article-box {
 max-width: 1200px;
}
#story .article-box p.read {
 text-align: center;
}
.bg-moviein {
 background-color: #fff;
}
.bg-moviein video {
 width: 100%;
 height: 100%;
 min-height: 100lvh;
 filter: saturate(50%);
 position: absolute;
 right: 0;
 object-fit: cover;
 object-position: center;
}
.bg-moviein::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(255, 255, 255, 0.4);
 filter: saturate(200%);
 background-size: 4px;
}
@media screen and (max-width: 912px) {
 .section_inner .title-area {
  aspect-ratio: 16 / 1.6;
 }
 .section_inner #intro .title-area {
  aspect-ratio: 16 / 2.2;
 }
 #story .article-box p.read {
  text-align: left;
 }
}
/* ------------------------------
	キャスト・スタッフ
------------------------------ */
.bg-white {
 min-height: 100%;
 position: relative;
 overflow: hidden;
}
.bg-white::before {
 content: "";
 display: block;
 position: absolute;
 background: #fff url("../images/top/bg-yuki.jpg") no-repeat center top;
 background-size: cover;
 width: 100%;
 min-height: 100%;
 top: 0;
 left: 0;
 opacity: .7;
}
.bg-hana::before {
 content: "";
 display: block;
 background: url("../images/top/bg-hana.png") no-repeat center top;
 background-size: 100% auto;
 width: 100%;
 height: 100vh;
 height: 100lvh;
 top: -1px;
 left: 0;
 position: sticky;
}
.cast-container01, .cast-container02 {
 position: relative;
 z-index: 5;
 margin: 0 auto 6rem;
 width: 84%;
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: 1fr;
 grid-template-columns: repeat(1, 1fr);
 grid-gap: 6rem;
}
.cast-container03 {
 position: relative;
 z-index: 5;
 margin: 4rem auto 6rem;
 width: 84%;
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 6rem 10%;
}
#cast .ph {
 margin-bottom: 0;
 margin-top: 0;
}
.name {
 font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
 font-size: clamp(3.4rem, 5vw, 4.2em);
 line-height: 1em;
 text-align: center;
 margin-top: 2rem;
 white-space: nowrap;
 display: flex;
 justify-content: center;
 align-items: baseline;
}
.cast-container02 .name {
 font-size: clamp(2.8rem, 3.8vw, 3.8rem);
}
.cast-container02 .btn-area .btn {
 padding: 2px 36px;
}
.name.staff {
 font-size: clamp(3.2rem, 4.6vw, 4em);
 flex-direction: column;
 align-items: center;
 margin-bottom: 2rem;
}
.name.staff.row {
 justify-content: flex-start;
 font-size: clamp(2.6rem, 3.8vw, 3.8rem);
 margin-top: 30px;
}
.btn-area.music {
 margin-top: 30px;
 margin-bottom: 2rem;
}
.modal__content .ttl span.pro {
 color: var(--link-color);
 background: none;
 font-size: clamp(1.8rem, 2vw, 2.2rem);
 font-weight: 600;
 padding: 2px 0;
}
.name.spitz {
 max-width: 500px;
 width: 80%;
 margin-top: 40px;
}
.name .yaku {
 font-size: 0.7em;
}
.name .post, #cboxWrapper .name .post {
 display: block;
 font-size: 0.6em;
}
.name .post.kana {
 letter-spacing: -2px;
}
.name .yaku::before {
 content: "as";
 font-family: "Marcellus", "Times New Roman", Times, "serif";
 font-weight: 400;
 color: var(--link-color);
 mix-blend-mode: lighten;
 display: inline-block;
 font-size: .9em;
 margin-right: 8px;
 margin-left: 8px;
}
.name .yaku .sub {
 display: inline-block;
 font-feature-settings: "palt"1;
 margin: 0 -14px;
 font-size: 1em;
}
.cast-container02 .name {
 flex-direction: column;
 align-items: center;
 gap: .8rem;
}
.cast-container02 .name .yaku::before {
 margin-left: -10px;
}
.cast-container02 .name .yaku {
 margin-bottom: 0;
}
.btn-area {
 margin-top: 1rem;
 display: flex;
 justify-content: center;
}
.btn-area .btn {
 font-size: clamp(1.6rem, 1.6vw, 2rem);
 font-family: "Marcellus", "Times New Roman", Times, "serif";
 /*background-color: var(--sub-color);
 background-image: linear-gradient(to right, #131a4e, #230092, #230092, #131a4e);
 background: linear-gradient(to right, #131a4e 0%, #230092 25%, #230092 75%, #131a4e 100%);*/
 line-height: 1em;
 color: #fff;
 padding: 2px 18px;
 text-align: center;
 transition: opacity 0.3s ease;
 background-color: var(--link-color);
}
.grid02 {
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: 1fr 1fr;
 grid-template-columns: repeat(2, 1fr);
 grid-gap: 3rem;
}
.grid02 .btn-area {
 margin-top: 2rem;
}
.staff-container {
 margin-bottom: 6vh;
}
.original {
 max-width: 740px;
 width: 86%;
 margin: 0 auto;
}
.original .info {
 padding-bottom: 3rem;
}
.original .copyright {
 margin-top: 8px;
 font-size: 1.1rem;
 line-height: 1.6em;
}
.award-list li {
 font-feature-settings: "palt"1;
 line-height: 1.2em;
 margin-bottom: 1rem;
}
.original .original-ph {
 width: 50%;
 max-width: 240px;
}
@media screen and (min-width: 913px) {
 .btn-area .btn:hover {
  opacity: .6;
 }
 .cast-container01 {
  width: 90%;
  max-width: 1200px;
  margin: 3rem auto 12rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8rem 6rem;
 }
 .cast-container02 {
  width: 90%;
  max-width: 1400px;
  margin: 3rem auto 16rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8rem 6rem;
 }
 .cast-container03 {
  width: 90%;
  max-width: 1600px;
  margin: 2rem auto 6rem;
  gap: 6rem 10%;
 }
 .name .post {
  font-size: 0.5em;
 }
 .btn-area {
  margin-top: 1.3rem;
 }
 .staff-container {
  margin-bottom: 10vh;
 }
 .name.staff {
  margin-bottom: 3rem;
 }
 .name.staff.row {
  flex-direction: row;
 }
 #cboxWrapper .name .post {
  margin-right: 12px;
 }
 .btn-area.music {
  justify-content: flex-start;
 }
 .original {
  display: flex;
  justify-content: space-between;
 }
 .original .original-ph {
  width: 50%;
  max-width: 240px;
  margin-left: 5%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
 }
 .original .original-ph.sp {
  display: none;
 }
 .original .name.staff {
  text-align: left;
  align-items: flex-start;
  margin-top: 0;
 }
 .original .btn-area {
  text-align: left;
  justify-content: left;
 }
 .original .info {
  display: flex;
  flex-direction: column;
 }
 .original .info .btn-area {
  order: 3;
 }
}
@media screen and (min-width: 1380px) {
 .cast-container02 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
 }
}
@media screen and (max-width: 912px) {
 .bg-hana::before {
  background-size: cover;
 }
 .cast-container01 {
  width: 70%;
  max-width: 400px;
  margin-top: 3rem;
  margin-bottom: 6rem;
  grid-gap: 5rem;
 }
 .cast-container02 {
  width: 100%;
  max-width: 640px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem 2rem;
  padding: 0 2rem;
 }
 .name {
  margin-top: 1.6rem;
 }
 .cast-container02 .name {
  gap: .5rem;
 }
 .ruby > .rt {
  font-size: 8px;
  bottom: -10px;
 }
 .cast-container03 .blur {
  width: 45%;
 }
 .cast-container03 .blur.wide {
  width: 100%;
 }
 .original .original-ph {
  margin: 3rem auto;
 }
 .original .award-list {
  max-width: 400px;
  margin: auto;
 }
}
@media screen and (max-width: 480px) {
 .bg-hana::before {
  background-size: auto 100%;
 }
}
/* ------------------------------
	NEWS
------------------------------ */
#news {
 padding-bottom: 60px;
 padding-top: 80px;
 color: #fff;
}
.news-ttl.en {
 font-size: clamp(3rem, 5vw, 5rem);
 color: var(--light-color);
}
#news a {
 font-size: clamp(1.4rem, 2vw, 1.7rem);
}
.newsbox {
 width: 100%;
}
.newsbox .article-list-item {
 border-top: 1px solid var(--light-color);
}
.newsbox .article-list-item:last-child {
 border-bottom: 1px solid var(--light-color);
}
.article-list-item dl {
 padding: 1.6rem 0;
 display: table;
 width: 100%;
 line-height: 1.6em;
}
.article-list-item dl dt {
 color: var(--light-color);
}
.newsbox .btn-area {
 text-align: center;
 margin-top: 2rem;
}
.news {
 width: 86%;
 max-width: 1000px;
 margin: auto;
}
.news-more {
 text-align: right;
 margin-top: 10px;
}
#news .news-more .more {
 color: var(--light-color);
 font-size: clamp(2.2rem, 2.4vw, 2.4rem);
 display: inline-flex;
 line-height: 1em;
 position: relative;
}
#news .news-more .more::after {
 content: '';
 display: block;
 position: absolute;
 bottom: -4px;
 left: 0;
 width: 0%;
 height: 2px;
 background-color: var(--light-color);
 -webkit-transition: .3s;
 transition: .3s;
}
#news .news-more .more:hover::after {
 width: 100%;
}
@media screen and (min-width : 1025px) {
 .news {
  display: flex;
 }
 .news-ttl.en {
  min-width: 180px;
  line-height: 1em;
  margin-top: -8px;
 }
 .article-list-item dl {
  padding: 2rem 0;
 }
 .article-list-item dl dt {
  display: table-cell;
  width: 110px;
  vertical-align: top;
  white-space: nowrap;
  position: relative;
  padding-right: 12px;
  letter-spacing: normal !important;
  font-size: 1.1em;
  padding-top: 1px;
 }
 .article-list-item dl dd {
  display: table-cell;
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  vertical-align: top;
 }
}
@media screen and (max-width : 1024px) {
 #news {
  padding-top: 60px;
 }
 .news-ttl.en {
  text-align: center;
  margin-bottom: 20px;
 }
 .article-list-item dl dt {
  margin-bottom: 3px;
 }
}
/* ------------------------------
	バナー
------------------------------ */
.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%;
 }
}
/* ------------------------------
	動画
------------------------------ */
#trailer {
 display: none;
}
.bg_movie {
 margin: 0 auto;
 padding: 120px 0 4vh;
 position: relative;
 z-index: 1;
 background: -prefix-linear-gradient(top, rgba(0, 0, 0, 0), #000);
 background: linear-gradient(to top, rgba(0, 0, 0, 0), #000);
}
.__movie-wrap {
 width: 100%;
 max-width: 1000px;
 margin: auto;
 display: flex;
 justify-content: center;
 align-content: center;
 position: relative;
 /*aspect-ratio: 16 / 7.9;*/
 overflow: hidden;
}
.__movie-wrap-inner {
 position: relative;
 width: 100%;
 height: 0;
 padding-top: 56.25%;
 margin: auto;
 top: 0;
 bottom: 0;
}
.__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;
}
.bg_movie .__movie-wrap-inner {
 overflow: hidden;
}
.__btns {
 width: 100%;
 max-width: 1016px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 margin: 0 auto;
 padding: 4px;
}
.__btns li {
 width: 33.3333%;
 width: calc(100% / 3);
 font-size: clamp(1.3rem, 2vw, 1.5rem);
 font-weight: 600;
 font-feature-settings: "palt"1;
 letter-spacing: 0;
 font-style: normal;
 margin: 0;
 padding: 4px;
 box-sizing: border-box;
 transition: all 0.3s ease;
}
.__btns li span {
 background: rgba(170, 26, 57, .5);
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 text-decoration: none;
 color: #fff;
 padding: 5px 1px;
 float: left;
 line-height: 1em;
 min-height: 40px;
 text-align: center;
}
.__btns li:hover span, .__btns li.select span {
 background-color: var(--link-color);
}
.mv-movieBtn {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%
}
.mv-movieBtn {
 display: block;
 transition: all .3s ease;
 z-index: 2;
 opacity: 0.5;
}
.mv-movieBtn::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;
}
@media screen and (min-width : 913px) {
 .mv-movieBtn:hover {
  opacity: .9;
  background-color: rgba(0, 0, 0, 0.7);
 }
 .mv-movieBtn::after {
  background: url("../images/play-button.png") center center / 22% no-repeat rgba(0, 0, 0, .4);
 }
}
@media screen and (max-width : 912px) {
 .bg_movie {
  padding: 0;
 }
 .__btns li {
  width: 50%;
 }
}
/* ------------------------------
	ロゴ
------------------------------ */
.header-logo {
 padding-top: 1.5rem;
 padding-bottom: 1.5rem;
 position: relative;
 background: -webkit-linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .2), transparent);
 background: -moz-linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .2), transparent);
 background: -o-linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .2), transparent);
 background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .2), transparent);
}
.header-logo a {
 display: block;
 opacity: 1;
 max-width: 300px;
 width: 50%;
 margin: 0 auto;
}
/* ------------------------------
	コンテンツ
------------------------------ */
.intro .section_inner.inner-top {
 margin-top: -100vh;
 margin-top: -100lvh;
 padding-top: 0;
}
/* ------------------------------
	メニュー
------------------------------ */
body.home #top-head .nav-button, body.page-id-44 #top-head .nav-button {
 transition: background-color 0.3s ease-in-out;
 background-color: transparent;
} /*
body.home #top-head:not(.fixed) .nav-button {
 background-color: rgba(170, 26, 57, .3);
 mix-blend-mode: lighten;
}*/
body.home #top-head.fixed .nav-button, body.page-id-44 #top-head.fixed .nav-button {
 background-color: var(--link-color);
}
body.home #top-head:not(.fixed) .sns-fixed, body.page-id-44 #top-head:not(.fixed) .sns-fixed {
 top: -100px;
}
.sns-fixed {
 transition: top .6s ease-in-out;
 top: 1.5rem;
}
/* ------------------------------
	responsive
------------------------------ */
.sp {
 display: none;
}
@media screen and (max-width: 912px) {
 .sp {
  display: block;
 }
 .pc {
  visibility: hidden;
  display: none !important;
 }
}