@charset "UTF-8";
/* ©SCHNEID
映画『ひゃくえむ。』公式サイト
Kazumi Nishibayashi */
/*------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
@font-face {
 font-family: "Triumvirate Compressed";
 src: url("../fonts/5a32f658165caabc56128c8cd63b3c63.eot");
 src: url("../fonts/5a32f658165caabc56128c8cd63b3c63.eot?#iefix")format("embedded-opentype"), url("../fonts/5a32f658165caabc56128c8cd63b3c63.woff")format("woff"), url("../fonts/5a32f658165caabc56128c8cd63b3c63.woff2")format("woff2"), url("../fonts/5a32f658165caabc56128c8cd63b3c63.ttf")format("truetype"), url("../fonts/5a32f658165caabc56128c8cd63b3c63.svg#Triumvirate Compressed")format("svg");
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
html .en {
 font-family: "Triumvirate Compressed", "Arial", "Helvetica", "sans-serif";
 font-optical-sizing: auto;
 font-weight: normal;
 font-style: normal;
 letter-spacing: normal;
 line-height: 1em;
}
:root {
 --base-white: #fcfcfc;
 --base-gray: #e9e4e1;
 --base-darkgray: #4a4642;
 --base-black: #010101;
 --main-red: #fd2e42;
 --main-blue: #83defc;
 --sub-green: #00e48b;
 --sub-yellow: #ffd600;
 --sub-orange: #fe9d06;
 --sub-blue: #0065e0;
}
/*------------------------------------------------------------
	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;
}
* {
 box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
 display: block;
}
html {
 font-size: 62.5%;
 -webkit-overflow-scrolling: touch;
}
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: 600;
 font-feature-settings: "palt"1;
 letter-spacing: 1px;
}
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;
 display: inline-block;
}
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;
}
img {
 max-width: 100%;
 width: 100%;
 height: auto;
 vertical-align: bottom;
 display: block;
}
figure, img {
 pointer-events: none;
}
/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
html {
 height: -webkit-fill-available;
}
body {
 font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
 font-size: 1.6rem;
 line-height: 2em;
 background-color: var(--base-white);
 color: var(--base-black);
 font-style: inherit;
 font-weight: 500;
 -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;
}
body.fixed {
 overflow: hidden;
}
b, strong, .bold {
 font-weight: 700;
}
body.loading-active {
 overflow: hidden;
}
#loading-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: var(--main-red); /* 青色の背景 */
 z-index: 9999;
 opacity: 1;
 transition: opacity 1s ease-in-out;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}
.loading-progress {
 display: flex;
 justify-content: center;
 align-items: flex-end;
 font-size: 8rem;
 padding-bottom: 100px;
 -webkit-transform: skew(-10deg);
 transform: skew(-10deg);
 color: var(--base-white);
}
@media screen and (max-width: 812px) {
 .loading-progress {
  font-size: 5rem;
  padding-bottom: 70px;
 }
}
#loading-bar {
 position: absolute;
 top: 50%;
 right: 0;
 width: 100%;
 height: 8px;
 background-color: var(--base-white); /* ローディングバー */
 transform: translateY(-50%);
 transform-origin: right;
 animation: slideOut 1s ease-in-out forwards; /* アニメーション設定 */
}
@keyframes slideOut {
 0% {
  transform: translateY(-50%) scaleX(1);
 }
 100% {
  transform: translateY(-50%) scaleX(0);
 }
}
.fadein {
 opacity: 0;
 transition: all 1000ms;
}
.fadein.active {
 opacity: 1;
 animation-duration: 1.5s;
 animation-delay: .1s; /* 遅延 */
 animation-fill-mode: forwards;
}
.fade-in-up {
 opacity: 0;
 transform: translate(0, 60px);
 transition: all 1000ms;
}
.fade-in-up.active {
 opacity: 0;
 animation-name: fadeInMove;
 animation-duration: .5s;
 animation-delay: .5s; /* 遅延 */
 animation-fill-mode: forwards;
}
@keyframes fadeInMove {
 from {
  opacity: 0;
  transform: translate(0, 60px);
 }
 to {
  opacity: 1;
  transform: translate(0, 0);
 }
}
.dark-in.active {
 animation-name: darkIn;
 animation-duration: 5s;
 animation-fill-mode: forwards;
}
@keyframes darkIn {
 from {
  opacity: 1;
 }
 to {
  opacity: .5;
 }
}
.saturate-in.active {
 animation-name: saturateIn;
 animation-duration: 1.2s;
 animation-delay: .8s;
 animation-fill-mode: forwards;
}
@keyframes saturateIn {
 from {
  opacity: 1;
 }
 to {
  opacity: .3;
  filter: saturate(10%);
 }
}
.fadeLeft, .fadeRight {
 opacity: 0;
}
/* 左から */
.fadeLeft.active {
 animation-name: fadeLeftAnime;
 animation-duration: .5s;
 animation-delay: .5s;
 animation-fill-mode: forwards;
 opacity: 0;
}
@keyframes fadeLeftAnime {
 from {
  opacity: 0;
  transform: translateX(-160px);
 }
 to {
  opacity: 1;
  transform: translateX(0);
 }
}
/* 右から */
.fadeRight.active {
 animation-name: fadeRightAnime;
 animation-duration: .5s;
 animation-delay: .5s;
 animation-fill-mode: forwards;
 opacity: 0;
}
@keyframes fadeRightAnime {
 from {
  opacity: 0;
  transform: translateX(160px);
 }
 to {
  opacity: 1;
  transform: translateX(0);
 }
}
#top .fadeLeft.active, #top .fadeRight.active {
 animation-delay: 0s;
}
.bright-in {
 filter: blur(10px);
}
.bright-in.active {
 animation-name: brightIn;
 animation-duration: 5s;
 animation-fill-mode: forwards;
 background-color: #fff;
}
@keyframes brightIn {
 from {
  filter: blur(10px);
 }
 to {
  filter: blur(0);
 }
}
.flex {
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-lines: multiple;
 -moz-box-lines: multiple;
}
.flexbox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-lines: multiple;
 -moz-box-lines: multiple;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -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;
}
.section {
 width: 100%;
 position: relative;
 -webkit-overflow-scrolling: touch;
}
.section_bg {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 overflow: hidden;
 position: absolute;
}
.section_bg img, .section_bg figure {
 width: 100%;
 max-width: inherit;
 height: 100%;
 min-height: 720px;
 object-fit: cover;
 object-position: center;
}
.section-inner {
 padding-top: clamp(100px, 120px + (100vw - 812px) * 0.1, 200px);
 padding-bottom: clamp(100px, 120px + (100vw - 812px) * 0.1, 200px);
}
.section-inner.contents {
 position: relative;
}
.article {
 max-width: 840px;
 width: 86%;
 margin: auto;
}
.article p {
 margin: 2.18rem 0;
}
.article p, .info p, .selectbox p {
 text-align: justify;
}
.article figure {
 margin: 2.4rem 0;
}
.section .title {
 font-size: clamp(5rem, 7vw, 9rem);
 line-height: .9em;
 text-align: center;
 margin-bottom: 5rem;
 color: var(--main-red);
 margin-left: auto;
 margin-right: auto;
}
.subttl {
 font-size: clamp(2.2rem, 3.6vw, 3.6rem);
 font-weight: 700;
 line-height: 1.6em;
 text-align: center;
 margin: 4rem auto;
 white-space: nowrap
}
.parallax {
 transform: translateY(0);
 transition: transform 0.2s ease; /* スムーズなアニメーション */
 padding-bottom: 12vh;
}
#top {
 width: 100%;
 min-height: 100%;
 min-height: 100vh;
 min-height: 100lvh;
 position: relative;
 display: flex;
 justify-content: space-between;
 align-items: center;
 flex-direction: column;
}
.top-billing {
 display: flex;
 flex-direction: column;
 justify-content: center;
 width: 86%;
 max-width: 800px;
 margin: 19vh auto 0;
}
.top-billing .logo {
 width: 100%;
}
.top-billing .txt-catch-top {
 width: 100%;
 margin: 0 auto 6vh;
}
.top-billing .txt-catch-top02 {
 width: 70%;
 max-width: 440px;
 margin: 0 auto 6vh;
}
.top-billing .txt-billing {
 width: 80%;
 max-width: 400px;
 margin: 8vh auto 3vh;
}
.top-billing-bottom {
 max-width: 1200px;
 display: flex;
 align-items: flex-end;
 justify-content: space-between;
 width: 96%;
 padding-bottom: 14px;
}
.top-billing-bottom .txt-roadshow {
 width: 16%;
 padding-bottom: 5px;
}
.top-billing-bottom .txt-catch {
 width: 82%;
}
#intro {
 position: relative;
 background-color: var(--base-white);
}
#intro .section-inner {
 margin-top: -100vh;
 margin-top: -100lvh;
}
#intro .section_bg {
 min-height: 100vh;
 min-height: 100lvh;
 position: relative;
 overflow: inherit;
}
#intro .section_bg::before {
 content: "";
 display: block;
 max-width: 1920px;
 width: 100%;
 aspect-ratio: 300 / 109;
 object-fit: cover;
 margin: 0 auto;
 background: var(--base-white) url("../images/100M.svg") no-repeat center top;
 background-size: 100% auto;
 position: sticky;
 left: 0;
 right: 0;
 top: 0;
}
#original, #music {
 background-color: var(--main-blue);
 position: relative;
 z-index: 1;
}
#original .section-inner, #music .section-inner {
 padding-top: 140px;
 padding-bottom: 100px;
}
#original .comic, #music .soundtrack {
 max-width: 1140px;
 width: 86%;
 margin: auto;
}
#original .comic .ph {
 width: 80%;
}
#music .soundtrack .ph {
 width: 80%;
}
#original .comic .ph .flex {
 gap: 5%;
}
#original .comic .ph .copyright {
 margin-top: 8px;
 color: var(--base-darkgray);
 padding-bottom: 0;
}
#original .comic::before, #music .soundtrack:first-child::before {
 content: "COMICS";
 font-family: "Triumvirate Compressed", "Arial", "Helvetica", "sans-serif";
 color: var(--base-white);
 font-size: clamp(5rem, 7vw, 9rem);
 position: absolute;
 right: 5px;
 top: -4vh;
 z-index: -1;
}
#music .soundtrack:first-child::before {
 content: "MUSIC";
}
#music .soundtrack .info {
 width: 100%;
}
.ttl-music {
 font-size: clamp(2.4rem, 3.4vw, 3.4rem);
 line-height: 1.2em;
 font-weight: 700;
 margin-bottom: 2rem;
}
.ttl-music span {
 display: block;
 font-size: .8em;
 margin-top: .2rem;
}
.ttl-music span.en {
 margin-top: 12px;
 font-size: 1em;
 color: var(--main-red);
}
#music .comment {
 display: inline-block;
 color: var(--main-red);
 margin-right: 5px;
 line-height: 1.3em;
 font-size: 1.5em;
}
.info-music {
 line-height: 1.4em;
 margin-bottom: 4px;
}
.info-music dt {
 display: table-cell;
 vertical-align: top;
 width: 90px;
 font-weight: bold;
 text-align: center;
 font-feature-settings: "palt"1;
}
.info-music dt span {
 display: block;
 width: 100%;
 background-color: var(--base-white);
}
.info-music dd {
 display: table-cell;
 width: -webkit-calc(100% - 90px);
 width: calc(100% - 90px);
 vertical-align: top;
 padding-left: 12px;
}
#story {
 background-color: var(--base-black);
}
#story .article p {
 color: var(--main-blue);
 margin-bottom: 2.4rem;
}
#story .title {
 color: var(--main-blue);
}
#character {
 background: var(--main-blue);
 color: var(--base-white);
}
#character .title {
 position: absolute;
 display: block;
 left: 0;
 right: 0;
 top: 0;
 color: #fff;
 padding-top: clamp(80px, 20vh, 160px);
}
#character.section .title span {
 font-size: .8em;
 vertical-align: baseline;
 padding: 0 5px;
}
#character.section .title .s {
 font-size: .8em;
}
#character .name {
 font-size: clamp(3rem, 3vw, 5.2rem);
 margin-bottom: 0;
 text-align: left;
}
#character .name span {
 display: block;
 white-space: nowrap;
 margin-top: 6px;
}
#character .name span.s {
 font-size: .8em;
 display: inline-block;
}
#character .name .cv::before {
 content: "CV.";
 font-family: "Triumvirate Compressed", "Arial", "Helvetica", "sans-serif";
 font-weight: normal;
 font-size: .9em;
 position: relative;
 bottom: -3px;
 color: var(--main-blue);
}
#character .box-cast .name .cv::before {
 color: var(--sub-blue);
 bottom: -2px;
}
#character .cast-info {
 margin: 4rem auto;
 align-items: center;
}
.chara-box {
 width: 86%;
 max-width: 640px;
 margin: auto;
 padding-bottom: 50px;
}
#character .block-image {
 min-height: 500px;
 width: 100%;
}
.block-gallery .box-left {
 background-color: var(--main-red);
}
.block-gallery .box-right {
 background-color: var(--sub-blue);
}
.name {
 font-size: clamp(4rem, 3.8vw, 5.2rem);
 font-weight: 700;
 margin-bottom: 3rem;
}
.name span {
 line-height: 1em;
 display: inline-block;
 vertical-align: baseline;
}
.name .post {
 font-size: 0.5em;
 line-height: 1.2em;
}
.name .chara {
 font-size: 0.8em;
 line-height: 1.2em;
}
.name .sub {
 font-size: 0.6em;
}
#character .box-cast {
 width: 100%;
 background-color: var(--main-blue);
 color: var(--base-black);
 position: relative;
 z-index: 1;
 padding-bottom: 12rem;
}
#staff {
 color: var(--base-white);
 background-color: rgba(0, 0, 0, 0.3);
}
.block-list {
 max-width: 1400px;
 width: 90%;
 padding-left: 40px;
 margin: auto;
 justify-content: center;
}
#staff .block-list {
 padding-left: 0;
}
.block-list .block-con {
 width: 100%;
 text-align: center;
 margin-top: 8rem;
 font-weight: 600;
}
#staff .block-list .block-con:first-child {
 margin-top: 3rem;
}
#staff .name {
 font-size: clamp(2.7rem, 2.6vw, 3.8rem);
 margin-bottom: 0;
 text-align: center;
}
#character .box-cast .name {
 font-size: clamp(2.6rem, 2.9vw, 4.4rem);
 margin-bottom: 0;
 display: inline-block;
 min-width: 170px;
}
#character .box-cast .sub-cast .name {
 font-size: clamp(2.2rem, 2vw, 3.8rem);
}
#staff .name .post {
 display: block;
 white-space: nowrap;
 margin-bottom: 12px;
}
#staff .production {
 font-size: clamp(1.4rem, 1.4vw, 2rem);
 margin-bottom: 2rem;
 font-feature-settings: normal;
 line-height: 2.2em;
}
.block-list .block-con p {
 font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.txt-roadshow .credit {
 display: block;
 width: 100%;
 max-width: 320px;
 margin: 20px auto;
}
#fotter {
 background-color: #fff;
}
#fotter .section-inner {
 padding: 0;
 background: #fff url("../images/poster.jpg") no-repeat center top;
 background-image: image-set(url("../images/poster.webp") type("image/webp"), url("../images/poster.jpg") type("image/jpeg"));
 background-repeat: no-repeat;
 background-position: center top;
 background-color: #fff;
 background-size: auto 100%;
 position: relative;
}
#fotter .section-poster {
 background-color: #e54a3b;
 min-width: 100%;
 position: relative;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
}
#fotter .section-poster-inner {
 max-width: 1600px;
 min-height: 100%;
 margin: auto;
 position: relative;
}
#fotter .section-poster .contents-inner {
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 height: 100%;
}
#fotter .billing {
 padding: 0;
 aspect-ratio: 200 / 96.7;
 object-fit: cover;
 position: absolute;
 max-width: 98%;
 height: 32%;
 left: 0;
 right: 0;
 bottom: 1.6%;
 margin: auto;
 overflow: hidden;
}
#fotter .section-poster .billing01 {
 aspect-ratio: 3 / 1;
 max-width: 100%;
 margin-left: 0;
}
#fotter .section-poster .billing02 {
 width: 50%;
 max-width: 720px;
 margin-bottom: 40px;
 padding-left: 2%;
}
#fotter .section-poster .billing-catch {
 width: 10%;
 max-width: 100px;
 padding-left: 2%;
 position: absolute;
 z-index: 1;
}
#fotter .article .billing {
 max-width: 520px;
 margin: 0 auto;
 width: 84%;
}
#fotter .article .billing-txt {
 max-width: 280px;
 margin: 5vh auto;
 width: 68%;
}
#fotter .article .billing-roadshow {
 max-width: 200px;
 margin: 0 auto;
 width: 40%;
}
.copyright {
 font-size: 1.1rem;
 line-height: 1.6em;
 text-align: center;
}
.share .item .link {
 display: block;
}
.share {
 margin: 4rem auto;
}
.share .ttl {
 margin-right: 6px;
 display: block;
 line-height: 1em;
 margin-top: 1px;
 color: var(--base-black);
}
.share .item {
 margin: auto;
 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;
 width: 50px;
 height: 50px;
 position: relative;
}
.share .item .link .label {
 font-size: 0;
}
.share-btns li {
 width: 24px;
 height: 24px;
 line-height: 1;
 margin: 0 10px;
}
.share-btns-media {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 line-height: 1;
}
.share-btns-media li {
 height: 22px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 border-radius: 5px;
 margin: 2px 5px;
}
.share-btns-media li img {
 height: 22px;
 width: auto;
}
.button {
 font-size: clamp(2.2rem, 2.2vw, 3rem);
 background-color: var(--sub-orange);
 color: var(--base-black);
 padding: 0 10px;
 margin-top: 12px;
 display: inline-flex;
 align-items: center;
}
.block-list .button {
 font-size: clamp(1.8rem, 2vw, 2.8rem);
}
.block-list.sub-cast .button {
 font-size: clamp(1.8rem, 1.8vw, 2.4rem);
}
.button.btn-comment::after {
 display: block;
 content: " ";
 background: url("data:image/svg+xml;charset=utf-8,%3Csvg class='heart__icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ctitle%3Eframe%3C/title%3E%3Cg%3E%3Cpath fill='%23010101' d='M352.705,62.572h-193.41C71.321,62.572,0,133.893,0,221.855c0,87.986,71.321,159.307,159.295,159.307h152.17c22.76,0,29.872,10.569,29.872,19.22c0,12.791-6.649,24.796-22.748,36.268c-9.969,7.101-2.128,12.779,5.69,12.779c101.678,0,187.72-110.942,187.72-227.574C512,133.893,440.691,62.572,352.705,62.572z M135.054,252.109c-16.722,0-30.254-13.543-30.254-30.254s13.531-30.242,30.254-30.242c16.7,0,30.232,13.531,30.232,30.242S151.755,252.109,135.054,252.109z M256,252.109c-16.699,0-30.254-13.543-30.254-30.254s13.555-30.242,30.254-30.242c16.7,0,30.254,13.531,30.254,30.242S272.7,252.109,256,252.109z M376.946,252.109c-16.699,0-30.23-13.543-30.23-30.254s13.531-30.242,30.23-30.242c16.723,0,30.254,13.531,30.254,30.242S393.668,252.109,376.946,252.109z' /%3E%3C/g%3E%3C/svg%3E") center top 2px no-repeat;
 background-size: auto 100%;
 width: 28px;
 height: 28px;
 position: relative;
 margin-left: 6px;
 margin-bottom: 1px;
}
.block-list .button::after {
 width: 24px;
 height: 24px;
 margin-bottom: 2px;
}
@media screen and (min-width: 813px) {
 .top-billing.v2 {
  margin-top: 17vh;
 }
 #original .comic .name {
  margin-bottom: 2rem;
 }
 #character .block-image {
  width: 50%;
  padding-bottom: 10px;
 }
 #character .box-cast .name {
  min-width: 300px;
 }
 #character .box-cast .sub-cast .name {
  min-width: 200px;
 }
 .block-list .row2 {
  width: 50%;
 }
 .block-list .row3 {
  width: 33.333%;
 }
 .block-list .row4 {
  width: 25%;
 }
 #character .block-image::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16 / 7;
 }
 #fotter .section-inner {
  min-height: 1200px;
  height: 100%;
 }
 #fotter .section-poster {
  aspect-ratio: 1.6;
  width: 100%;
  max-height: 1200px;
  background-position: left 70% top;
 }
 #fotter .section-poster .contents-inner {
  width: 100%;
  min-height: 100%;
  padding-right: 40%;
  padding-left: 2vw;
  padding-bottom: 30px;
 }
 #fotter .section-poster-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40%;
  background: url("../images/poster_main.jpg") no-repeat center top;
  background-image: image-set(url("../images/poster_main.webp") type("image/webp"), url("../images/poster_main.jpg") type("image/jpeg"));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
 }
 #fotter .section-poster .billing-catch {
  top: 40px;
  left: 32%;
  width: 6%;
 }
}
@media screen and (min-width: 1025px) {
 #original .comic, #music .soundtrack {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
 }
 #music .soundtrack:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-top: 5rem;
 }
 #original .comic .ph {
  width: 48%;
  min-width: 400px;
  padding-right: 5%;
 }
 #original .comic .info {
  width: 52%;
 }
 #original .comic .ph .copyright {
  text-align: left;
 }
 #music .soundtrack .ph {
  width: 45%;
 }
 #music .soundtrack:first-of-type {
  padding-top: 3rem;
  margin-bottom: 5rem;
 }
 #music .soundtrack .artist {
  align-items: center;
  margin-bottom: 2rem;
 }
 #music .soundtrack .artist .ttl-music {
  margin-right: 2rem;
  white-space: nowrap;
 }
 #music .soundtrack .info {
  width: 50%;
 }
 #story .article p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.4em;
 }
 #story .article {
  width: 94%;
  max-width: 1000px;
 }
 /* #top-head:not(.fixed) .nav .menu-item:first-of-type {
  display: none;*/
}
}
@media (min-width: 1025px) and (max-width: 1440px) and (orientation: portrait) { /* 縦向き */
 /* 縦向きタブレット向けのCSS */
}
@media screen and (max-width: 1024px) {
 #original .section-inner, #music .section-inner {
  padding-top: 100px;
  padding-bottom: 60px;
 }
 #original .comic::before, #music .soundtrack:first-child::before {
  width: 100%;
  text-align: center;
  position: relative;
  right: 0;
  top: -1.2vh;
 }
 #original .comic .ph, #music .soundtrack .ph {
  margin: 2rem auto;
  max-width: 400px;
 }
 #music .soundtrack:first-of-type .info {
  max-width: 640px;
  margin: 0 auto 2rem;
 }
 #music .soundtrack:first-of-type {
  margin-bottom: 2rem;
 }
 #music .artist {
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }
 #music .ph-a {
  width: 100%;
  max-width: 500px;
  margin-bottom: 2rem;
 }
 .ttl-music {
  text-align: center;
 }
 .ttl-music span {
  font-size: .9em;
 }
 #story .article p br {
  display: none;
 }
 #character .cast-ph {
  width: 45%;
  margin-right: 2rem;
 }
}
@media screen and (max-width: 912px) {
 #intro .catch01 {
  max-width: 500px;
 }
 #intro .catch02 {
  max-width: 440px;
 }
 .subttl {
  margin: 3rem auto 2.4rem;
 }
}
@media screen and (max-width: 812px) {
 body {
  font-size: 1.4rem;
  letter-spacing: .5px;
 }
 .top-billing {
  margin-top: 46%;
  margin-top: 22vh;
 }
 .top-billing .txt-catch-top {
  margin-bottom: 30px;
 }
 .top-billing .txt-billing {
  margin: 50px auto 30px;
 }
 .top-billing-bottom {
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
 }
 .top-billing-bottom .txt-catch {
  width: 98%;
 }
 .top-billing-bottom .txt-roadshow {
  width: 24%;
  padding-bottom: 20px;
 }
 .section .title {
  margin-bottom: 3rem;
 }
 .name {
  text-align: center;
 }
 .name .post {
  display: block;
  margin-top: 10px;
  line-height: 1.4em;
 }
 #character .title {
  padding-top: clamp(80px, 10vh, 100px);
 }
 .info-more {
  text-align: right;
 }
 #character .box-left::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 16 / 9;
 }
 #character .box-right {
  padding-top: 8rem;
 }
 .block-list .block-con {
  margin-top: 5rem;
 }
 .block-list {
  padding-left: 6%;
 }
 #character .block-list.sub-cast {
  margin-top: 4rem;
  padding-bottom: 3.8rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
 }
 #character .block-list:first-of-type {
  padding-top: 2rem;
 }
 #character .block-list .block-con {
  width: 50%;
  margin-top: 4rem;
 }
 #character .block-list.sub-cast .block-con {
  margin-top: 3.8rem;
 }
 #character .box-cast {
  padding-bottom: 8rem;
 }
 #fotter .billing {
  bottom: 0;
  height: 33.4%;
 }
 #fotter .billing img {
  width: 94%;
  margin: auto;
 }
 #fotter .section-inner, #fotter .section-poster {
  aspect-ratio: 1 / 1.414;
  object-fit: cover;
 }
 #fotter .section-poster {
  background: #fff url("../images/poster_main.jpg") no-repeat center top;
  background-image: image-set(url("../images/poster_main.webp") type("image/webp"), url("../images/poster_main.jpg") type("image/jpeg"));
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
 }
 #fotter .section-poster .billing01 {
  margin-bottom: 10px;
 }
 #fotter .section-poster .billing02 {
  width: 36%;
  margin-bottom: 3.5%;
 }
 #fotter .section-poster .billing-catch {
  top: 2%;
 }
}
@media screen and (max-width: 520px) {
 #top {
  min-height: inherit;
 }
 #intro .section-inner {
  padding-top: 110px;
 }
 #character .cast-info {
  margin: 3rem auto;
  width: 100%;
 }
 .share-btns-media {
  margin-top: 2rem;
 }
 .copyright {
  font-size: .9rem;
 }
}
/* ------------------------------
	動画
------------------------------ */
#trailer {
 display: none;
}
.bg_movie {
 position: relative;
 overflow: hidden;
 background-color: var(--base-black);
 width: 100%;
 height: 35vw;
 -o-object-fit: cover;
 object-fit: cover;
 transition: all 1s ease;
}
.bg_movie.youtube {
 background-color: var(--base-gray);
 padding: 70px 0;
 height: auto;
}
.bg_movie .trailer-area {
 display: block;
 height: 100%;
}
.btn-play {
 position: absolute;
 z-index: 1;
 width: 100%;
 height: 100%;
 justify-content: center;
 align-items: center;
}
.btn-play #play {
 width: 160px;
 height: 160px;
}
#play {
 transition: transform 0.3s ease-in-out; /* 変形のアニメーション */
}
.stroke-solid, .stroke-solid-base {
 stroke-dashoffset: 0;
 stroke-dasharray: 300;
 stroke-width: 4px;
}
.stroke-solid {
 transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.bg_movie video {
 transition: 0.4s;
 width: 100%;
 height: 102%;
 -o-object-fit: cover;
 object-fit: cover;
}
#play .icon {
 transition: fill 0.3s ease-in-out; /* 塗りつぶしの色のアニメーション */
}
#play:hover {
 transform: scale(1.1); /* 1.1倍に拡大 */
}
.bg_movie .trailer-area:hover .stroke-solid {
 opacity: 1;
 stroke-dashoffset: 300;
}
.bg_movie .trailer-area:hover .icon {
 fill: #fff;
}
.bg_movie .trailer-area:hover .dark-in.active, .bg_movie .trailer-area:hover .dark-in {
 opacity: 1 !important;
}
@media screen and (max-width: 812px) {
 .bg_movie {
  height: auto;
  aspect-ratio: 1.8;
 }
 .bg_movie.youtube {
  aspect-ratio: unset;
  padding: 0;
 }
 .btn-play #play {
  width: 80px;
  height: 80px;
 }
}
.__movie-wrap {
 width: 90%;
 max-width: 1040px;
 margin: auto;
 display: flex;
 justify-content: center;
 align-content: center;
}
.__movie-wrap-inner {
 width: 100%;
 margin: auto;
}
.__movie-wrap-inner iframe {
 display: block;
 width: 100%;
 max-width: 100%;
 height: auto;
 aspect-ratio: 1.77777778;
 -o-object-fit: cover;
 object-fit: cover;
}
.__btns {
 width: 90%;
 max-width: 1040px;
 margin: auto;
 display: flex;
 flex-wrap: wrap;
 margin: 4px auto;
}
.__btns li {
 width: 33.33333%;
 line-height: 40px;
 text-align: center;
 font-size: 15px;
 font-weight: 600;
 letter-spacing: 0;
 font-style: normal;
 margin: 0;
 padding: 4px;
 transition: all 0.3s ease;
}
.__btns li span {
 background: rgba(0, 0, 0, .5);
 width: 100%;
 height: 100%;
 display: block;
 text-decoration: none;
 color: #fff;
 padding: 0;
 float: left;
}
.__btns li:hover span, .__btns li.select span {
 background: #000;
}
#cboxLoadedContent #trailer, #cboxLoadedContent #poster {
 height: 100%;
 padding: 0;
 display: flex;
 align-items: center;
 background: #000;
}
#cboxLoadedContent #poster {
 justify-content: center;
 height: 100vh;
 height: 100lvh;
}
#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 : 813px) {
 #cboxLoadedContent #trailer .__movie-wrap {
  max-width: 80%;
 }
}
@media screen and (max-width : 812px) {
 .__movie-wrap {
  width: 100%;
 }
 .__btns li {
  line-height: 30px;
  font-size: 14px;
 }
}
/* ------------------------------
	画像スライダー
------------------------------ */
.slider-story-area {
 width: 100%;
 overflow: hidden;
}
.slider-story {
 display: flex;
 width: max-content; /* コンテンツの幅を画像の総幅に合わせる */
 animation: scroll-img 48s linear infinite; /* 無限スクロールアニメーション */
 transform: translate3d(0, 0, 0);
}
.slider-story.reverse {
 animation: scroll-img-reverse 42s linear infinite;
}
.slider-story img {
 aspect-ratio: 16 / 9;
 object-fit: cover;
}
.slider-story li {
 display: block;
 position: relative;
 object-fit: cover;
 width: 80vw;
}
/* 無限スクロールのアニメーション */
@keyframes scroll-img {
 0% {
  transform: translateX(0); /* スライド開始位置 */
 }
 100% {
  transform: translateX(-50%); /* スライド終了位置（画像の半分だけスクロール） */
 }
}
@keyframes scroll-img-reverse { /* アニメーション名も変更 */
 0% {
  transform: translateX(-50%); /* 開始位置を右端に */
 }
 100% {
  transform: translateX(0%); /* 終了位置を左端に */
 }
}
@media screen and (min-width: 813px) {
 /* 画像を横に並べる */
 .slider-story {
  animation: scroll-img 56s linear infinite;
 }
 .slider-story.reverse {
  animation: scroll-img-reverse 49s linear infinite;
 }
 .slider-story li {
  width: 50vw;
 }
}
@media screen and (min-width: 1240px) {
 /* 画像を横に並べる */
 .slider-story {
  animation: scroll-img 64s linear infinite;
 }
 .slider-story.reverse {
  animation: scroll-img-reverse 56s linear infinite;
 }
 .slider-story li {
  width: 36vw;
 }
}
/* ------------------------------
	NEWS
------------------------------ */
#news {
 background-color: var(--base-white);
 padding-bottom: 50px;
 padding-top: 80px;
}
.news-ttl.en {
 font-size: clamp(5rem, 6vw, 7rem);
 color: var(--main-red);
}
#news a {
 font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.newsbox {
 width: 100%;
}
.newsbox .article-list-item {
 border-top: 1px solid var(--main-red);
}
.newsbox .article-list-item:last-child {
 border-bottom: 1px solid var(--main-red);
}
.article-list-item dl {
 padding: 1.6rem 0;
 display: table;
 width: 100%;
 line-height: 1.6em;
}
.article-list-item dl dt {
 color: var(--main-red);
}
.newsbox .btn-area {
 text-align: center;
 margin-top: 2rem;
}
.news {
 width: 86%;
 max-width: 1140px;
 margin: auto;
}
.news-more {
 text-align: right;
 margin-top: 10px;
}
#news .news-more .more, .info-more .more {
 background-color: var(--main-red);
 color: var(--base-white);
 font-size: clamp(2.2rem, 2.2vw, 3rem);
 padding: 0 10px;
 display: inline-flex;
 line-height: 1em;
}
#news .news-more .more:hover {
 color: var(--main-red);
}
.info-more .more {
 background-color: var(--sub-blue);
 margin-top: 2rem;
 align-items: center;
}
.info-more .more:hover {
 color: var(--sub-blue);
}
.info-more .more::after {
 display: block;
 content: " ";
 background: url("data:image/svg+xml;charset=utf-8,%3Csvg class='heart__icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Eframe%3C/title%3E%3Cg%3E%3Cpath fill='%23fcfcfc' d='M17.45764,19h-12a1.00294,1.00294,0,0,1-1-1V6a1.00294,1.00294,0,0,1,1-1h5a1,1,0,0,0,0-2h-6a1.99944,1.99944,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V13a1,1,0,1,0-2,0v5A1.00294,1.00294,0,0,1,17.45764,19Zm-4-15a1.00294,1.00294,0,0,0,1,1h2.59l-9.13,9.13a.997.997,0,0,0,1.41,1.41l9.13-9.13V9a1,1,0,0,0,2,0V3h-6A1.00294,1.00294,0,0,0,13.45764,4Z' /%3E%3C/g%3E%3C/svg%3E") right center no-repeat;
 background-size: auto 100%;
 width: 28px;
 height: 28px;
 position: relative;
 margin-left: 6px;
}
.info-more .more:hover::after {
 background: url("data:image/svg+xml;charset=utf-8,%3Csvg class='heart__icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Eframe%3C/title%3E%3Cg%3E%3Cpath fill='%230065e0' d='M17.45764,19h-12a1.00294,1.00294,0,0,1-1-1V6a1.00294,1.00294,0,0,1,1-1h5a1,1,0,0,0,0-2h-6a1.99944,1.99944,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V13a1,1,0,1,0-2,0v5A1.00294,1.00294,0,0,1,17.45764,19Zm-4-15a1.00294,1.00294,0,0,0,1,1h2.59l-9.13,9.13a.997.997,0,0,0,1.41,1.41l9.13-9.13V9a1,1,0,0,0,2,0V3h-6A1.00294,1.00294,0,0,0,13.45764,4Z' /%3E%3C/g%3E%3C/svg%3E") right center no-repeat;
}
.info-more .more.jp {
 font-size: clamp(1.45rem, 1.8vw, 1.6rem);
 padding: 4px 10px;
 font-weight: 700;
}
.info-more .more.jp::after {
 width: 22px;
 height: 22px;
}
@media screen and (min-width : 1025px) {
 .news {
  display: flex;
 }
 .news-ttl.en {
  min-width: 220px;
  margin-top: -12px;
 }
 .article-list-item dl {
  padding: 3rem 0;
 }
 .article-list-item dl dt {
  display: table-cell;
  width: 110px;
  vertical-align: top;
  white-space: nowrap;
  position: relative;
  top: 5px;
  padding-right: 12px;
  letter-spacing: normal !important;
  font-size: 1.18em;
 }
 .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-ttl.en {
  text-align: center;
  margin-bottom: 20px;
 }
 .article-list-item dl dt {
  margin-bottom: 5px;
 }
}
/* ------------------------------
	バナー
------------------------------ */
.banner-area {
 position: relative;
 background-color: var(--main-blue);
 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.main-banner li {
 width: 48%;
 max-width: 500px;
}
@media screen and (max-width : 812px) {
 .banner {
  gap: 10px;
 }
 .banner li {
  width: 48%;
 }
 .banner.main-banner li {
  width: 100%;
 }
}
/* ------------------------------
	背景動画
------------------------------ */
.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;
}
/* ------------------------------
	レスポンシブ
------------------------------ */
.sp {
 display: none;
}
@media screen and (max-width : 812px) {
 .sp {
  display: block;
 }
 .pc {
  visibility: hidden;
  display: none;
 }
}