@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --font: 'Noto Sans JP','游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  --font-min: 'Noto Sans JP';
  --font-en: 'Newsreader', sans-serif;
  --font-en2: 'Montserrat', sans-serif;
  --bg-color: #444;
  --text-color: #fff;
  --main-color: red;
  --w:0;
  --w-pc:1400;
  --w-sp:375;
}

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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

p, li, dt, dl, dd {
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

body {
  background-color: var(--bg-color);
  font-family: var(--font);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}

body.is-modal-movie-open {
  overflow: hidden;
}

img {
  width: 100%;
}

.u-en {
  font-family: var(--font-en);
}

.u-en2 {
  font-family: var(--font-en2);
}

.u-min {
  font-family: var(--font-min);
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-n {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.c-anim {
  transition-delay: 0.2s;
  transition-duration: 0.7s;
}
.c-anim.is-skip {
  transition: none !important;
  animation: none !important;
}
.c-anim.is-fade {
  opacity: 0;
}
.c-anim.is-fade.is-active {
  opacity: 1;
}
.c-anim.is-top {
  opacity: 0;
  transform: translate(0, -100px);
}
.c-anim.is-top.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-bottom {
  opacity: 0;
  transform: translate(0, 10vw);
}
.c-anim.is-bottom.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-left {
  opacity: 0;
  transform: translate(-100px, 0);
}
.c-anim.is-left.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-right {
  opacity: 0;
  transform: translate(100px, 0);
}
.c-anim.is-right.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-pen {
  opacity: 0;
  transform: translate(10vw, -10vw) rotate(-35deg);
  transition-delay: 2s;
  transition-duration: 1.2s;
}
.c-anim.is-pen.is-active {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.c-anim.is-card {
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .c-anim.is-card {
    transform: rotate(15deg) translate(0, 15vw);
  }
  .c-anim.is-card.is-active {
    opacity: 1;
    transform: rotate(4deg) translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  .c-anim.is-card {
    transform: translate(0, 15vw);
  }
  .c-anim.is-card.is-active {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.c-anim {
  /* Delay Utils */
}
.c-anim.is-delay-00 {
  transition-delay: 0s;
}
.c-anim.is-delay-01 {
  transition-delay: 0.1s;
}
.c-anim.is-delay-02 {
  transition-delay: 0.2s;
}
.c-anim.is-delay-03 {
  transition-delay: 0.3s;
}
.c-anim.is-delay-04 {
  transition-delay: 0.4s;
}
.c-anim.is-delay-05 {
  transition-delay: 0.5s;
}
.c-anim.is-delay-06 {
  transition-delay: 0.6s;
}
.c-anim.is-delay-07 {
  transition-delay: 0.7s;
}
.c-anim.is-delay-08 {
  transition-delay: 0.8s;
}
.c-anim.is-delay-09 {
  transition-delay: 0.9s;
}
.c-anim.is-delay-10 {
  transition-delay: 1s;
}

.c-anim-doki {
  animation: doki 2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes doki {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.12);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.p-anim-line,
.p-anim-line2 {
  pointer-events: none;
}
.p-anim-line svg,
.p-anim-line2 svg {
  width: 100%;
  height: 100%;
}
.p-anim-line svg path,
.p-anim-line2 svg path {
  stroke-dasharray: 99999;
  stroke-dashoffset: 99999;
}

.p-index-mv {
  position: relative;
  overflow: hidden;
  background: #000;
}
.p-index-mv ._bg {
  position: absolute;
  inset: 0;
}
@media print, screen and (min-width: 768px) {
  .p-index-mv ._bg {
    background-image: url("../images/mv/bg.webp?2");
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .p-index-mv ._bg {
    background-image: url("../images/mv/sp/bg.webp?3");
    background-size: cover;
    background-position: top center;
  }
}
.p-index-mv ._bg {
  opacity: 0.1;
  filter: blur(20px);
  transition: opacity 1.8s ease, filter 1.8s ease;
  z-index: 0;
}
.p-index-mv ._produce img {
  opacity: 0;
  transition-delay: 4.6s;
  transition-duration: 1.2s;
}
.p-index-mv ._cast img {
  opacity: 0;
  transition-delay: 4.8s;
  transition-duration: 1.2s;
}
.p-index-mv ._logo img {
  opacity: 0;
  transition-delay: 5s;
  transition-duration: 1.2s;
}
.p-index-mv ._main-copy img {
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-size: 100% 200%;
  mask-repeat: no-repeat;
  mask-position: 0 200%;
}
.p-index-mv ._main-title img {
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-size: 100% 200%;
  mask-repeat: no-repeat;
  mask-position: 0 200%;
}
.p-index-mv ._main-copy-en img {
  mask-image: linear-gradient(to right, black 80%, transparent 100%);
  mask-size: 200% 100%;
  mask-repeat: no-repeat;
  mask-position: 200% 0;
}
.p-index-mv ._main-title-en img {
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-size: 100% 200%;
  mask-repeat: no-repeat;
  mask-position: 0 200%;
}

body.is-page-loaded ._produce img {
  opacity: 1;
}
body.is-page-loaded ._cast img {
  opacity: 1;
}
body.is-page-loaded ._logo img {
  opacity: 1;
}
body.is-page-loaded .p-index-mv ._bg {
  opacity: 1;
  filter: blur(0);
}
body.is-page-loaded .p-index-mv ._main-copy img {
  animation: main-copy-reveal 4s ease 1s forwards;
}
body.is-page-loaded .p-index-mv ._main-title img {
  animation: main-copy-reveal 4s ease 3s forwards;
}
body.is-page-loaded .p-index-mv ._main-copy-en img {
  animation: main-copy-reveal 4s ease 1s forwards;
}
body.is-page-loaded .p-index-mv ._main-title-en img {
  animation: main-copy-reveal 4s ease 3s forwards;
}

@keyframes main-copy-reveal {
  to {
    mask-position: 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  :root {
    --w: var(--w-pc) ;
  }
  .u-sp {
    display: none;
  }
  .l-wrapper {
    overflow: clip;
  }
  .l-inner {
    position: relative;
    margin: 0 auto;
    max-width: min(1200px, 1200 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .l-header-wrap {
    height: min(75px, 75 / var(--w) * 100vw);
  }
  .l-header h1, .l-header h2, .l-header h3, .l-header h4, .l-header h5, .l-header h6 {
    margin: 0;
    padding: 0;
  }
  .l-header p {
    margin: 0;
  }
  .l-header ol, .l-header ul, .l-header li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-header a {
    text-decoration: none;
    color: inherit;
  }
  .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: #000;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-between;
  }
  .l-header ._left {
    padding-left: min(46px, 46 / var(--w) * 100vw);
  }
  .l-header ._right {
    display: flex;
    gap: min(45px, 45 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .l-header ._btns {
    display: flex;
    gap: min(10px, 10 / var(--w) * 100vw);
  }
  .c-head-logo {
    width: min(319px, 319 / var(--w) * 100vw);
    display: block;
  }
  .c-head-btns {
    display: flex;
    gap: min(27px, 27 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .c-head-btns ._icon-x {
    width: min(23px, 23 / var(--w) * 100vw);
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-head-btns ._icon-x:hover {
    opacity: 0.8;
  }
  .c-head-btns ._icon-insta {
    display: block;
    width: min(24px, 24 / var(--w) * 100vw);
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-head-btns ._icon-insta:hover {
    opacity: 0.8;
  }
  .c-head-btns ._icon-lang {
    display: block;
    width: min(80px, 80 / var(--w) * 100vw);
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-head-btns ._icon-lang:hover {
    opacity: 0.8;
  }
  .c-modal-menu-btn {
    position: relative;
    border-radius: 0;
    width: min(75px, 75 / var(--w) * 100vw);
    height: min(75px, 75 / var(--w) * 100vw);
    cursor: pointer;
    transition: opacity 0.2s;
    z-index: 10;
    background-color: #E94A38;
    border-radius: 0 0 0 min(10px, 10 / var(--w) * 100vw);
  }
  .c-modal-menu-btn:hover {
    opacity: 0.9;
  }
  .c-modal-menu-btn span {
    transition-duration: 0.2s;
    position: absolute;
    top: calc((min(75px, 75 / var(--w) * 100vw) - min(1px, 1 / var(--w) * 100vw)) / 2);
    left: calc((min(75px, 75 / var(--w) * 100vw) - min(30px, 30 / var(--w) * 100vw)) / 2);
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(3px, 3 / var(--w) * 100vw);
    transition: [all 0.3s];
    background: #ffffff;
  }
  .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(max(-6px, -6 / var(--w) * 100vw));
  }
  .c-modal-menu-btn span:nth-child(2) {
    transform: translateY(min(2px, 2 / var(--w) * 100vw));
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(0) rotate(-45deg);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(2) {
    transform: translateY(0) rotate(45deg);
  }
  body.js-gmenu-active .c-modal-menu-btn {
    border-radius: 0;
  }
  /* -------------------------------------------------- */
  .l-modal-menu h1, .l-modal-menu h2, .l-modal-menu h3, .l-modal-menu h4, .l-modal-menu h5, .l-modal-menu h6 {
    margin: 0;
    padding: 0;
  }
  .l-modal-menu p {
    margin: 0;
  }
  .l-modal-menu ol, .l-modal-menu ul, .l-modal-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-modal-menu a {
    text-decoration: none;
    color: inherit;
  }
  .l-modal-menu {
    position: fixed;
    top: min(75px, 75 / var(--w) * 100vw);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #E94A38;
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .js-gmenu-active .l-modal-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
  .l-modal-menu ._gmenu {
    width: min(500px, 500 / var(--w) * 100vw);
  }
  .l-modal-menu ._btns {
    display: none;
  }
  .c-modal-gmenu {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: min(500px, 500 / var(--w) * 100vw);
  }
  .c-modal-gmenu li {
    border-bottom: min(1px, 1 / var(--w) * 100vw) solid #fff;
  }
  .c-modal-gmenu li:nth-child(1) {
    border-top: min(1px, 1 / var(--w) * 100vw) solid #fff;
  }
  .c-modal-gmenu ._item {
    display: block;
    padding: min(40px, 40 / var(--w) * 100vw) 0;
    font-size: min(24px, 24 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  /* -------------------------------------------------- */
  .l-footer {
    background: #fff;
    padding: min(20px, 20 / var(--w) * 100vw);
    text-align: center;
  }
  .l-footer ._inner {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .l-footer ._logo {
    width: min(80px, 80 / var(--w) * 100vw);
  }
  .l-footer small {
    font-size: min(12px, 12 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
    color: #514b44;
  }
  .c-pagelink-offset {
    position: absolute;
    top: max(-75px, -75 / var(--w) * 100vw);
    left: 0;
  }
  .p-index-bg-main {
    position: fixed;
    inset: 0;
    background-image: url("../images/story/bg.webp");
    background-size: cover;
    background-position: center 0%;
    animation: p-index-bg-main-scroll linear both;
    animation-timeline: scroll(root);
    z-index: -1;
  }
  @keyframes p-index-bg-main-scroll {
    from {
      background-position: center 0%;
    }
    to {
      background-position: center 100%;
    }
  }
  .p-index-bg1 {
    position: relative;
    overflow: hidden;
  }
  .p-anim-line {
    position: absolute;
    top: max(-30px, -30 / var(--w) * 100vw);
    left: min(120px, 120 / var(--w) * 100vw);
    left: calc(50% - min(600px, 600 / var(--w) * 100vw));
    width: min(2198px, 2198 / var(--w) * 100vw);
    height: min(1475px, 1475 / var(--w) * 100vw);
    z-index: 20;
  }
  .p-index-bg2 {
    width: min(1400px, 1400 / var(--w) * 100vw);
    margin: 0 auto;
    position: relative;
  }
  .p-anim-line2 {
    position: absolute;
    top: min(520px, 520 / var(--w) * 100vw);
    left: max(-160px, -160 / var(--w) * 100vw);
    width: min(2522px, 2522 / var(--w) * 100vw);
    height: min(2584px, 2584 / var(--w) * 100vw);
    z-index: 20;
    transform: translate(0);
  }
  .p-index-mv {
    position: relative;
  }
  .p-index-mv p {
    margin: 0;
  }
  .p-index-mv h1, .p-index-mv h2, .p-index-mv h3, .p-index-mv h4, .p-index-mv h5, .p-index-mv h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-mv {
    height: calc(100vh - min(70px, 70 / var(--w) * 100vw));
    max-height: min(857px, 857 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-index-mv ._inner {
    position: relative;
    width: min(1200px, 1200 / var(--w) * 100vw);
    height: min(600px, 600 / var(--w) * 100vw);
  }
  .p-index-mv ._main-copy {
    width: min(72px, 72 / var(--w) * 100vw);
    position: absolute;
    top: min(20px, 20 / var(--w) * 100vw);
    left: min(300px, 300 / var(--w) * 100vw);
  }
  .p-index-mv ._main-title {
    width: min(640px, 640 / var(--w) * 100vw);
    position: absolute;
    top: min(420px, 420 / var(--w) * 100vw);
    left: min(20px, 20 / var(--w) * 100vw);
  }
  .p-index-mv ._main-copy-en {
    width: min(600px, 600 / var(--w) * 100vw);
    position: absolute;
    top: min(160px, 160 / var(--w) * 100vw);
    left: min(20px, 20 / var(--w) * 100vw);
  }
  .p-index-mv ._main-title-en {
    width: min(640px, 640 / var(--w) * 100vw);
    position: absolute;
    top: min(260px, 260 / var(--w) * 100vw);
    left: 0;
  }
  .p-index-mv ._logo-toei {
    width: min(160px, 160 / var(--w) * 100vw);
    position: absolute;
    right: min(30px, 30 / var(--w) * 100vw);
    bottom: min(30px, 30 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */ /* -------------------------------------------------- */
  .p-index-trailer {
    position: relative;
  }
  .p-index-trailer p {
    margin: 0;
  }
  .p-index-trailer h1, .p-index-trailer h2, .p-index-trailer h3, .p-index-trailer h4, .p-index-trailer h5, .p-index-trailer h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-trailer {
    height: min(797px, 797 / var(--w) * 100vw);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/trailer/bg.webp?");
    background-size: cover;
    background-position: center;
  }
  .p-index-trailer ._inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: min(60px, 60 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    padding-bottom: min(40px, 40 / var(--w) * 100vw);
    width: min(1400px, 1400 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .p-index-trailer ._head {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-trailer ._head ._h2 {
    font-size: min(64px, 64 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .p-index-trailer ._head ._sub {
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: #fff;
    flex: 1;
  }
  .p-index-trailer ._video-wrap {
    width: min(900px, 900 / var(--w) * 100vw);
    position: relative;
    z-index: 30;
  }
  .p-index-trailer ._video {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    border: min(2px, 2 / var(--w) * 100vw) solid #E94A38;
    box-shadow: 0 0 min(20px, 20 / var(--w) * 100vw) 0 rgba(233, 74, 56, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .p-index-trailer ._video:hover {
    transform: translateY(max(-4px, -4 / var(--w) * 100vw));
    box-shadow: 0 0 min(34px, 34 / var(--w) * 100vw) 0 rgba(233, 74, 56, 0.62);
  }
  .p-index-trailer ._video img {
    display: block;
  }
  .p-index-trailer ._icon-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-index-trailer ._icon-wrap ._icon {
    width: min(74px, 74 / var(--w) * 100vw);
  }
  .p-index-trailer ._deco1 {
    width: min(760px, 760 / var(--w) * 100vw);
    position: absolute;
    bottom: min(70px, 70 / var(--w) * 100vw);
    left: max(-550px, -550 / var(--w) * 100vw);
    z-index: 30;
  }
  .p-index-trailer ._deco2 {
    width: min(760px, 760 / var(--w) * 100vw);
    position: absolute;
    right: max(-550px, -550 / var(--w) * 100vw);
    bottom: min(70px, 70 / var(--w) * 100vw);
    z-index: 30;
  }
  .p-index-trailer iframe {
    width: 100%;
    aspect-ratio: 16/9;
    vertical-align: top;
  }
  /* -------------------------------------------------- */
  .p-index-story {
    position: relative;
  }
  .p-index-story p {
    margin: 0;
  }
  .p-index-story h1, .p-index-story h2, .p-index-story h3, .p-index-story h4, .p-index-story h5, .p-index-story h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-story {
    height: min(760px, 760 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-index-story ._inner {
    position: relative;
    width: min(1400px, 1400 / var(--w) * 100vw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: min(30px, 30 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-story ._deco-pen {
    position: absolute;
    top: min(30px, 30 / var(--w) * 100vw);
    right: max(-60px, -60 / var(--w) * 100vw);
    width: min(278px, 278 / var(--w) * 100vw);
  }
  .p-index-story ._title {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    z-index: 30;
  }
  .p-index-story ._title ._h2 {
    font-size: min(64px, 64 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .p-index-story ._title ._sub {
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: #fff;
    flex: 1;
  }
  .p-index-story ._box {
    position: relative;
    margin: 0 auto;
    display: flex;
    gap: min(80px, 80 / var(--w) * 100vw);
    align-items: center;
    width: min(1100px, 1100 / var(--w) * 100vw);
    padding: min(30px, 30 / var(--w) * 100vw) min(230px, 230 / var(--w) * 100vw) min(30px, 30 / var(--w) * 100vw) min(40px, 40 / var(--w) * 100vw);
    background: #fff;
  }
  .p-index-story ._cols {
    display: flex;
    gap: min(40px, 40 / var(--w) * 100vw);
    padding: 0;
  }
  .p-index-story ._cols ._image {
    width: min(380px, 380 / var(--w) * 100vw);
  }
  .p-index-story ._cols ._texts {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: min(50px, 50 / var(--w) * 100vw);
    padding-top: min(20px, 20 / var(--w) * 100vw);
  }
  .p-index-story ._cols ._texts p._doc {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.8;
    color: #514b44;
  }
  /* -------------------------------------------------- */
  .p-index-chara {
    position: relative;
  }
  .p-index-chara p {
    margin: 0;
  }
  .p-index-chara h1, .p-index-chara h2, .p-index-chara h3, .p-index-chara h4, .p-index-chara h5, .p-index-chara h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-chara {
    height: min(1100px, 1100 / var(--w) * 100vw);
    width: min(1400px, 1400 / var(--w) * 100vw);
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/chara/bg.webp");
    background-size: cover;
    background-position: center;
  }
  .p-index-chara ._inner {
    position: relative;
    height: min(880px, 880 / var(--w) * 100vw);
  }
  .p-index-chara .titles {
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-chara .titles ._title {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-chara .titles ._title ._h2 {
    font-size: min(64px, 64 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .p-index-chara .titles ._title ._sub {
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: #fff;
    flex: 1;
  }
  .p-index-chara ._main {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: min(710px, 710 / var(--w) * 100vw);
  }
  .p-index-chara-navi {
    width: min(380px, 380 / var(--w) * 100vw);
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-index-chara-item {
    position: relative;
    display: block;
    width: min(80px, 80 / var(--w) * 100vw);
    border-radius: min(80px, 80 / var(--w) * 100vw);
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 min(10px, 10 / var(--w) * 100vw) 0 rgba(55, 179, 206, 0.4);
    cursor: pointer;
    transition: transform 0.2s;
  }
  .p-index-chara-item:hover {
    transform: scale(1.05);
  }
  .p-index-chara-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: min(80px, 80 / var(--w) * 100vw);
    border: min(4px, 4 / var(--w) * 100vw) solid #E94A38;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .p-index-chara-item.is-active::after {
    opacity: 1;
  }
  .p-index-chara-main ._items {
    display: grid;
    grid-template-columns: 1fr;
  }
  .p-index-chara-main ._items > ._item {
    grid-area: 1/1;
    pointer-events: none;
    opacity: 0;
    transition-duration: 0.4s;
  }
  .p-index-chara-main ._items > ._item.is-active {
    pointer-events: auto;
    opacity: 1;
  }
  .p-index-chara-main ._name {
    width: min(733px, 733 / var(--w) * 100vw);
    height: min(133px, 133 / var(--w) * 100vw);
    position: absolute;
    top: 0;
    left: max(-40px, -40 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: min(100px, 100 / var(--w) * 100vw);
    padding-bottom: min(20px, 20 / var(--w) * 100vw);
    background-image: url("../images/chara/bg-name.webp");
    background-size: cover;
    background-position: center;
  }
  .p-index-chara-main ._name span {
    font-size: min(64px, 64 / var(--w) * 100vw);
    line-height: 1.2;
    text-align: center;
    color: #231815;
  }
  .p-index-chara-main ._chara {
    position: relative;
    width: min(1400px, 1400 / var(--w) * 100vw);
  }
  .p-index-chara-main ._disc {
    position: absolute;
    top: min(40px, 40 / var(--w) * 100vw);
    left: min(900px, 900 / var(--w) * 100vw);
    font-size: min(24px, 24 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: 500;
    color: #fff;
    width: min(400px, 400 / var(--w) * 100vw);
  }
  .p-index-chara-main ._disc.is-offset {
    left: min(950px, 950 / var(--w) * 100vw);
  }
  .p-index-chara-main ._btn-prev {
    position: absolute;
    top: min(280px, 280 / var(--w) * 100vw);
    left: min(40px, 40 / var(--w) * 100vw);
    width: min(100px, 100 / var(--w) * 100vw);
    cursor: pointer;
    cursor: pointer;
    transition: transform 0.2s;
  }
  .p-index-chara-main ._btn-prev:hover {
    transform: scale(1.05);
  }
  .p-index-chara-main ._btn-next {
    position: absolute;
    top: min(280px, 280 / var(--w) * 100vw);
    right: min(40px, 40 / var(--w) * 100vw);
    width: min(100px, 100 / var(--w) * 100vw);
    cursor: pointer;
    cursor: pointer;
    transition: transform 0.2s;
  }
  .p-index-chara-main ._btn-next:hover {
    transform: scale(1.05);
  }
  /* -------------------------------------------------- */
  .p-index-staff {
    position: relative;
  }
  .p-index-staff p {
    margin: 0;
  }
  .p-index-staff h1, .p-index-staff h2, .p-index-staff h3, .p-index-staff h4, .p-index-staff h5, .p-index-staff h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-staff {
    padding: min(120px, 120 / var(--w) * 100vw) 0 min(120px, 120 / var(--w) * 100vw) 0;
  }
  .p-index-staff-director {
    position: relative;
  }
  .p-index-staff-director ._inner {
    width: min(1200px, 1200 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .p-index-staff-director ._box {
    position: relative;
    z-index: 50;
    display: flex;
    gap: min(80px, 80 / var(--w) * 100vw);
    align-items: center;
    width: min(1200px, 1200 / var(--w) * 100vw);
    padding: min(60px, 60 / var(--w) * 100vw);
    background: #fff;
  }
  .p-index-staff-director ._cols {
    display: flex;
    gap: min(80px, 80 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-staff-director ._cols ._image {
    width: min(500px, 500 / var(--w) * 100vw);
  }
  .p-index-staff-director ._cols ._texts {
    display: flex;
    flex-direction: column;
    gap: min(60px, 60 / var(--w) * 100vw);
    flex: 1;
    color: #231815;
  }
  .p-index-staff-director ._cols ._title {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
  }
  .p-index-staff-director ._cols ._title ._h2 {
    font-size: min(64px, 64 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .p-index-staff-director ._cols ._title ._sub {
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
  }
  .p-index-staff-director ._cols ._title ._sub small {
    font-size: min(12px, 12 / var(--w) * 100vw);
  }
  .p-index-staff-director ._cols ._staffs {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
  }
  .p-index-staff-director ._cols ._set {
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
  }
  .p-index-staff-director ._cols p._name {
    font-size: min(32px, 32 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .p-index-staff-director ._cols p._name rt {
    padding: min(5px, 5 / var(--w) * 100vw);
  }
  .p-index-staff-director ._cols p._message {
    font-size: min(32px, 32 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .p-index-staff-director ._cols p._doc {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.8;
  }
  .p-index-staff-cast {
    margin-top: min(240px, 240 / var(--w) * 100vw);
  }
  .p-index-staff-cast ._inner {
    width: min(1020px, 1020 / var(--w) * 100vw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: min(60px, 60 / var(--w) * 100vw);
  }
  .p-index-staff-cast ._title {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-staff-cast ._title ._h2 {
    font-size: min(64px, 64 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .p-index-staff-cast ._title ._sub {
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
  }
  .p-index-staff-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(60px, 60 / var(--w) * 100vw);
  }
  .p-index-staff-card {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    width: min(480px, 480 / var(--w) * 100vw);
    padding: min(40px, 40 / var(--w) * 100vw);
    background: #fff;
    height: 100%;
  }
  .p-index-staff-card ._texts {
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    color: #231815;
  }
  .p-index-staff-card ._texts ._names {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
  }
  .p-index-staff-card ._texts ._names p._job {
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 1.2;
    font-weight: bold;
    margin-right: max(-20px, -20 / var(--w) * 100vw);
  }
  .p-index-staff-card ._texts ._names p._name {
    font-size: min(32px, 32 / var(--w) * 100vw);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .p-index-staff-card ._texts p._doc {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.8;
    color: #231815;
  }
  /* -------------------------------------------------- */
  .p-index-studio {
    position: relative;
  }
  .p-index-studio p {
    margin: 0;
  }
  .p-index-studio h1, .p-index-studio h2, .p-index-studio h3, .p-index-studio h4, .p-index-studio h5, .p-index-studio h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-studio {
    overflow: hidden;
    background: #fff;
    padding: min(120px, 120 / var(--w) * 100vw) 0 min(60px, 60 / var(--w) * 100vw) 0;
  }
  .p-index-studio ._bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
  }
  .p-index-studio ._inner {
    position: relative;
    z-index: 1;
    width: min(946px, 946 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .p-index-studio ._stage {
    display: flex;
    flex-direction: column;
    gap: min(60px, 60 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-studio ._title {
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    color: #88cec4;
  }
  .p-index-studio ._title ._sub {
    font-size: min(64px, 64 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .p-index-studio ._main {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
    align-items: center;
    width: min(600px, 600 / var(--w) * 100vw);
  }
  .p-index-studio ._logo {
    width: min(580px, 580 / var(--w) * 100vw);
  }
  .p-index-studio ._texts {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
    align-items: center;
    color: #514b44;
  }
  .p-index-studio ._texts p._copy {
    font-size: min(48px, 48 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
  }
  .p-index-studio ._texts ._message {
    display: flex;
    flex-direction: column;
    gap: min(30px, 30 / var(--w) * 100vw);
  }
  .p-index-studio ._texts ._message p._doc {
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1.8;
  }
  .p-index-studio ._texts ._message p._comp {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.8;
    text-align: right;
  }
  .p-index-studio ._logo2 {
    width: min(100px, 100 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .l-modal-movie {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .l-modal-movie.is-open {
    visibility: visible;
    opacity: 1;
  }
  .l-modal-movie.is-open ._modal-box {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .l-modal-movie ._modal-close {
    position: absolute;
    top: max(-60px, -60 / var(--w) * 100vw);
    right: 0;
  }
  .l-modal-movie ._modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(233, 74, 56, 0.9);
  }
  .l-modal-movie ._modal-box {
    position: relative;
    width: min(1000px, 1000 / var(--w) * 100vw);
    aspect-ratio: 16/9;
    background: #000;
    opacity: 0;
    transform: translateY(min(20px, 20 / var(--w) * 100vw)) scale(0.96);
    transition: transform 0.35s ease, opacity 0.35s ease;
    box-shadow: 0 min(24px, 24 / var(--w) * 100vw) min(80px, 80 / var(--w) * 100vw) rgba(0, 0, 0, 0.35);
  }
  .l-modal-movie ._modal-body {
    height: 100%;
  }
  .l-modal-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-modal-btn-close {
    position: relative;
    width: min(50px, 50 / var(--w) * 100vw);
    height: min(50px, 50 / var(--w) * 100vw);
    background-color: #fff;
    border-radius: min(100px, 100 / var(--w) * 100vw);
    cursor: pointer;
    transition: opacity 0.2s;
    z-index: 10;
  }
  .c-modal-btn-close:hover {
    opacity: 0.8;
  }
  .c-modal-btn-close span {
    position: absolute;
    background: #E94A38;
    top: calc((min(50px, 50 / var(--w) * 100vw) - min(2px, 2 / var(--w) * 100vw)) / 2);
    left: calc((min(50px, 50 / var(--w) * 100vw) - min(24px, 24 / var(--w) * 100vw)) / 2);
    width: min(24px, 24 / var(--w) * 100vw);
    height: min(2px, 2 / var(--w) * 100vw);
    transform: rotate(-45deg);
  }
  .c-modal-btn-close span:nth-child(2) {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --w: var(--w-sp) ;
  }
  .u-pc {
    display: none;
  }
  .l-wrapper {
    overflow: clip;
  }
  /* -------------------------------------------------- */
  .l-header-wrap {
    height: calc(50 / var(--w) * 100vw);
    border: calc(1 / var(--w) * 100vw) solid #000;
  }
  .l-header h1, .l-header h2, .l-header h3, .l-header h4, .l-header h5, .l-header h6 {
    margin: 0;
    padding: 0;
  }
  .l-header p {
    margin: 0;
  }
  .l-header ol, .l-header ul, .l-header li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-header a {
    text-decoration: none;
    color: inherit;
  }
  .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: #000;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-between;
  }
  .l-header ._left {
    padding-left: calc(46 / var(--w) * 100vw);
  }
  .l-header ._logo {
    position: absolute;
    top: calc(16 / var(--w) * 100vw);
    left: calc(20 / var(--w) * 100vw);
  }
  .l-header ._right {
    display: flex;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .l-header ._btns {
    display: flex;
    gap: calc(5 / var(--w) * 100vw);
  }
  .c-head-logo {
    width: calc(200 / var(--w) * 100vw);
    display: block;
  }
  .c-head-btns {
    display: flex;
    gap: calc(15 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .c-head-btns ._icon-x {
    width: calc(18 / var(--w) * 100vw);
  }
  .c-head-btns ._icon-insta {
    display: block;
    width: calc(18 / var(--w) * 100vw);
  }
  .c-head-btns ._icon-lang {
    display: none;
  }
  .c-modal-menu-btn {
    position: relative;
    border-radius: 0;
    width: calc(50 / var(--w) * 100vw);
    height: calc(50 / var(--w) * 100vw);
    cursor: pointer;
    transition: opacity 0.2s;
    z-index: 10;
    background-color: #E94A38;
    border-radius: 0 0 0 calc(10 / var(--w) * 100vw);
  }
  .c-modal-menu-btn:hover {
    opacity: 0.9;
  }
  .c-modal-menu-btn span {
    transition-duration: 0.2s;
    position: absolute;
    top: calc((50 / var(--w) * 100vw - 1 / var(--w) * 100vw) / 2);
    left: calc((50 / var(--w) * 100vw - 20 / var(--w) * 100vw) / 2);
    width: calc(22 / var(--w) * 100vw);
    height: calc(2 / var(--w) * 100vw);
    transition: [all 0.3s];
    background: #ffffff;
  }
  .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(calc(-6 / var(--w) * 100vw));
  }
  .c-modal-menu-btn span:nth-child(2) {
    transform: translateY(calc(2 / var(--w) * 100vw));
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(0) rotate(-45deg);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(2) {
    transform: translateY(0) rotate(45deg);
  }
  body.js-gmenu-active .c-modal-menu-btn {
    border-radius: 0;
  }
  /* -------------------------------------------------- */
  .l-modal-menu h1, .l-modal-menu h2, .l-modal-menu h3, .l-modal-menu h4, .l-modal-menu h5, .l-modal-menu h6 {
    margin: 0;
    padding: 0;
  }
  .l-modal-menu p {
    margin: 0;
  }
  .l-modal-menu ol, .l-modal-menu ul, .l-modal-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-modal-menu a {
    text-decoration: none;
    color: inherit;
  }
  .l-modal-menu {
    position: fixed;
    top: calc(50 / var(--w) * 100vw);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #E94A38;
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  body.js-gmenu-active .l-modal-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
  .l-modal-menu ._gmenu {
    width: calc(250 / var(--w) * 100vw);
  }
  .l-modal-menu ._btns {
    width: calc(250 / var(--w) * 100vw);
    display: flex;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .l-modal-menu ._btns a._icon-lang {
    display: block;
    width: calc(100 / var(--w) * 100vw);
  }
  .c-modal-gmenu {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: calc(250 / var(--w) * 100vw);
  }
  .c-modal-gmenu li {
    border-bottom: calc(1 / var(--w) * 100vw) solid #fff;
  }
  .c-modal-gmenu li:nth-child(1) {
    border-top: calc(1 / var(--w) * 100vw) solid #fff;
  }
  .c-modal-gmenu ._item {
    display: block;
    padding: calc(20 / var(--w) * 100vw) 0;
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  /* -------------------------------------------------- */
  .l-footer {
    background: #fff;
    padding: calc(20 / var(--w) * 100vw) 0;
    text-align: center;
  }
  .l-footer ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .l-footer ._logo {
    width: calc(80 / var(--w) * 100vw);
  }
  .l-footer small {
    font-size: calc(11.5 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
    color: #514b44;
  }
  .c-pagelink-offset {
    position: absolute;
    top: calc(-75 / var(--w) * 100vw);
    left: 0;
  }
  .p-index-mv {
    position: relative;
  }
  .p-index-mv p {
    margin: 0;
  }
  .p-index-mv h1, .p-index-mv h2, .p-index-mv h3, .p-index-mv h4, .p-index-mv h5, .p-index-mv h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-mv {
    height: calc(100vh - 50 / var(--w) * 100vw);
    max-height: 180vw;
  }
  .p-index-mv ._inner {
    width: calc(375 / var(--w) * 100vw);
    height: calc(550 / var(--w) * 100vw);
    position: relative;
  }
  .p-index-mv ._produce {
    width: calc(210 / var(--w) * 100vw);
    position: absolute;
    top: calc(26 / var(--w) * 100vw);
    left: calc(13 / var(--w) * 100vw);
  }
  .p-index-mv ._main-copy {
    position: absolute;
    top: calc(30 / var(--w) * 100vw);
    right: 0;
    left: 0;
  }
  .p-index-mv ._main-title {
    width: calc(300 / var(--w) * 100vw);
    position: absolute;
    top: calc(440 / var(--w) * 100vw);
    left: calc(45 / var(--w) * 100vw);
  }
  .p-index-mv ._main-copy-en {
    position: absolute;
    top: calc(30 / var(--w) * 100vw);
    right: calc(10 / var(--w) * 100vw);
    left: calc(10 / var(--w) * 100vw);
  }
  .p-index-mv ._main-title-en {
    width: calc(340 / var(--w) * 100vw);
    position: absolute;
    top: calc(440 / var(--w) * 100vw);
    left: calc(25 / var(--w) * 100vw);
  }
  .p-index-mv ._cast {
    width: calc(193 / var(--w) * 100vw);
    position: absolute;
    top: calc(200 / var(--w) * 100vw);
    left: calc(20 / var(--w) * 100vw);
  }
  .p-index-mv ._logo {
    width: calc(55 / var(--w) * 100vw);
    position: absolute;
    top: calc(216 / var(--w) * 100vw);
    left: calc(89 / var(--w) * 100vw);
  }
  .p-index-mv ._logo-toei {
    width: calc(90 / var(--w) * 100vw);
    position: absolute;
    right: calc(10 / var(--w) * 100vw);
    bottom: calc(10 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .p-index-bg1 {
    position: relative;
    overflow: hidden;
  }
  .p-anim-line {
    position: absolute;
    top: calc(-10 / var(--w) * 100vw);
    left: calc(-50 / var(--w) * 100vw);
    width: calc(829 / var(--w) * 100vw);
    height: calc(571 / var(--w) * 100vw);
    z-index: 20;
  }
  .p-index-bg2 {
    position: relative;
    overflow: hidden;
  }
  .p-anim-line2 {
    position: absolute;
    top: calc(340 / var(--w) * 100vw);
    left: calc(-120 / var(--w) * 100vw);
    width: calc(980 / var(--w) * 100vw);
    height: calc(920 / var(--w) * 100vw);
    z-index: 20;
  }
  /* -------------------------------------------------- */
  .p-index-trailer {
    position: relative;
  }
  .p-index-trailer p {
    margin: 0;
  }
  .p-index-trailer h1, .p-index-trailer h2, .p-index-trailer h3, .p-index-trailer h4, .p-index-trailer h5, .p-index-trailer h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-trailer {
    overflow: hidden;
    padding: calc(20 / var(--w) * 100vw) 0 calc(30 / var(--w) * 100vw) 0;
    background-image: url("../images/trailer/bg.webp?");
    background-size: cover;
    background-position: center;
  }
  .p-index-trailer ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    padding-bottom: calc(15 / var(--w) * 100vw);
  }
  .p-index-trailer ._head {
    display: flex;
    flex-direction: column;
    gap: calc(5 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-trailer ._head ._h2 {
    font-size: calc(36 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .p-index-trailer ._head ._sub {
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: #fff;
    flex: 1;
  }
  .p-index-trailer ._video-wrap {
    width: calc(280 / var(--w) * 100vw);
    position: relative;
    z-index: 30;
  }
  .p-index-trailer ._video {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    border: calc(1 / var(--w) * 100vw) solid #E94A38;
    box-shadow: 0 0 calc(10 / var(--w) * 100vw) 0 rgba(233, 74, 56, 0.4);
  }
  .p-index-trailer ._video img {
    display: block;
  }
  .p-index-trailer ._icon-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-index-trailer ._icon-wrap ._icon {
    width: calc(26 / var(--w) * 100vw);
  }
  .p-index-trailer ._deco1 {
    width: calc(280 / var(--w) * 100vw);
    position: absolute;
    bottom: calc(38 / var(--w) * 100vw);
    left: calc(-240 / var(--w) * 100vw);
    z-index: 30;
  }
  .p-index-trailer ._deco2 {
    width: calc(280 / var(--w) * 100vw);
    position: absolute;
    bottom: calc(38 / var(--w) * 100vw);
    left: calc(335 / var(--w) * 100vw);
    z-index: 30;
  }
  .p-index-trailer iframe {
    width: 100%;
    aspect-ratio: 16/9;
    vertical-align: top;
  }
  /* -------------------------------------------------- */
  .p-index-story {
    position: relative;
  }
  .p-index-story p {
    margin: 0;
  }
  .p-index-story h1, .p-index-story h2, .p-index-story h3, .p-index-story h4, .p-index-story h5, .p-index-story h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-story {
    padding: calc(40 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) calc(60 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    background-image: url("../images/story/bg.webp");
    background-size: cover;
    background-position: center;
  }
  .p-index-story ._inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .p-index-story ._deco-pen {
    position: absolute;
    top: 0;
    right: calc(-20 / var(--w) * 100vw);
    width: calc(128 / var(--w) * 100vw);
  }
  .p-index-story ._title {
    display: flex;
    flex-direction: column;
    gap: calc(5 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    z-index: 30;
  }
  .p-index-story ._title ._h2 {
    font-size: calc(36 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .p-index-story ._title ._sub {
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: #fff;
    flex: 1;
  }
  .p-index-story ._box {
    position: relative;
    padding: calc(15 / var(--w) * 100vw) calc(10 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) calc(10 / var(--w) * 100vw);
    background: #fff;
  }
  .p-index-story ._cols ._texts {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    padding: calc(10 / var(--w) * 100vw);
  }
  .p-index-story ._cols ._texts p._doc {
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.8;
    color: #514b44;
  }
  /* -------------------------------------------------- */
  .p-index-chara {
    position: relative;
  }
  .p-index-chara p {
    margin: 0;
  }
  .p-index-chara h1, .p-index-chara h2, .p-index-chara h3, .p-index-chara h4, .p-index-chara h5, .p-index-chara h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-chara {
    padding: calc(60 / var(--w) * 100vw) 0 0 0;
    background-image: url("../images/chara/bg.webp");
    background-size: cover;
    background-position: center;
  }
  .p-index-chara ._inner {
    position: relative;
  }
  .p-index-chara .titles {
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-chara .titles ._title {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-chara .titles ._title ._h2 {
    font-size: calc(36 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .p-index-chara .titles ._title ._sub {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: #fff;
    flex: 1;
  }
  .p-index-chara .titles ._navi {
    padding: 0 calc(20 / var(--w) * 100vw);
  }
  .p-index-chara ._main {
    position: relative;
    margin-top: calc(15 / var(--w) * 100vw);
    height: calc(570 / var(--w) * 100vw);
  }
  .p-index-chara-navi {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-index-chara-item {
    position: relative;
    display: block;
    width: calc(60 / var(--w) * 100vw);
    border-radius: calc(60 / var(--w) * 100vw);
    cursor: pointer;
    box-shadow: 0 0 calc(10 / var(--w) * 100vw) 0 rgba(55, 179, 206, 0.4);
  }
  .p-index-chara-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: calc(80 / var(--w) * 100vw);
    border: calc(4 / var(--w) * 100vw) solid #E94A38;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .p-index-chara-item.is-active::after {
    opacity: 1;
  }
  .p-index-chara-main ._items {
    display: grid;
    grid-template-columns: 1fr;
  }
  .p-index-chara-main ._items > ._item {
    position: relative;
    grid-area: 1/1;
    pointer-events: none;
    opacity: 0;
  }
  .p-index-chara-main ._items > ._item img {
    opacity: 0;
  }
  .p-index-chara-main ._items > ._item.is-active {
    pointer-events: auto;
    opacity: 1;
  }
  .p-index-chara-main ._items > ._item.is-active img {
    transition-duration: 1.2s;
    opacity: 1;
  }
  .p-index-chara-main ._name {
    width: calc(400 / var(--w) * 100vw);
    height: calc(90 / var(--w) * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/chara/bg-name.webp");
    background-size: cover;
    background-position: center;
  }
  .p-index-chara-main ._name span {
    font-size: calc(32 / var(--w) * 100vw);
    line-height: 1.2;
    text-align: center;
    color: #231815;
    padding-bottom: calc(10 / var(--w) * 100vw);
    padding-right: calc(30 / var(--w) * 100vw);
  }
  .p-index-chara-main ._name-en {
    display: none;
  }
  .p-index-chara-main ._chara {
    padding-top: calc(130 / var(--w) * 100vw);
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 30;
  }
  .p-index-chara-main ._disc {
    position: absolute;
    top: calc(97 / var(--w) * 100vw);
    right: 0;
    left: 0;
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .p-index-chara-main ._btn-prev {
    position: absolute;
    top: calc(290 / var(--w) * 100vw);
    left: calc(10 / var(--w) * 100vw);
    width: calc(60 / var(--w) * 100vw);
    cursor: pointer;
    z-index: 30;
    cursor: pointer;
    transition: transform 0.2s;
  }
  .p-index-chara-main ._btn-prev:hover {
    transform: scale(1.05);
  }
  .p-index-chara-main ._btn-next {
    position: absolute;
    top: calc(290 / var(--w) * 100vw);
    right: calc(10 / var(--w) * 100vw);
    width: calc(60 / var(--w) * 100vw);
    cursor: pointer;
    z-index: 30;
    cursor: pointer;
    transition: transform 0.2s;
  }
  .p-index-chara-main ._btn-next:hover {
    transform: scale(1.05);
  }
  /* -------------------------------------------------- */
  .p-index-staff {
    position: relative;
  }
  .p-index-staff p {
    margin: 0;
  }
  .p-index-staff h1, .p-index-staff h2, .p-index-staff h3, .p-index-staff h4, .p-index-staff h5, .p-index-staff h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-staff {
    background-image: url("../images/staff/bg.webp");
    background-size: cover;
    background-position: center;
    padding: calc(60 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) calc(80 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
  }
  .p-index-staff-director ._box {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) calc(55 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    background: #fff;
    z-index: 30;
  }
  .p-index-staff-director ._title-sp {
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
    color: #231815;
    text-align: center;
  }
  .p-index-staff-director ._title-sp ._h2 {
    font-size: calc(36 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .p-index-staff-director ._title-sp ._sub {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
  }
  .p-index-staff-director ._title-sp ._sub small {
    font-size: calc(12 / var(--w) * 100vw);
  }
  .p-index-staff-director ._cols {
    margin-top: calc(30 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
  }
  .p-index-staff-director ._cols ._image {
    padding: 0 calc(8 / var(--w) * 100vw);
  }
  .p-index-staff-director ._cols ._texts {
    display: flex;
    flex-direction: column;
    gap: calc(60 / var(--w) * 100vw);
    flex: 1;
    color: #231815;
  }
  .p-index-staff-director ._cols ._staffs {
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
  }
  .p-index-staff-director ._cols ._set {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .p-index-staff-director ._cols p._name {
    font-size: calc(28 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
  }
  .p-index-staff-director ._cols p._name rt {
    padding: calc(5 / var(--w) * 100vw);
  }
  .p-index-staff-director ._cols p._message {
    font-size: calc(28 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
  }
  .p-index-staff-director ._cols p._doc {
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.8;
  }
  .p-index-staff-cast {
    margin-top: calc(80 / var(--w) * 100vw);
  }
  .p-index-staff-cast ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
  }
  .p-index-staff-cast ._title {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-staff-cast ._title ._h2 {
    font-size: calc(32 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .p-index-staff-cast ._title ._sub {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
  }
  .p-index-staff-cards {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
  }
  .p-index-staff-card {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    padding: calc(40 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    background: #fff;
    height: 100%;
  }
  .p-index-staff-card ._texts {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    color: #231815;
  }
  .p-index-staff-card ._texts ._names {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    text-align: center;
  }
  .p-index-staff-card ._texts ._names p._job {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.2;
    font-weight: bold;
  }
  .p-index-staff-card ._texts ._names p._name {
    font-size: calc(28 / var(--w) * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .p-index-staff-card ._texts p._doc {
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.8;
    color: #231815;
  }
  /* -------------------------------------------------- */
  .p-index-studio {
    position: relative;
  }
  .p-index-studio p {
    margin: 0;
  }
  .p-index-studio h1, .p-index-studio h2, .p-index-studio h3, .p-index-studio h4, .p-index-studio h5, .p-index-studio h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-studio {
    overflow: hidden;
    background: #fff;
    padding: calc(60 / var(--w) * 100vw) 0 calc(60 / var(--w) * 100vw) 0;
  }
  .p-index-studio ._bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
  }
  .p-index-studio ._inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  .p-index-studio ._stage {
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-studio ._title {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    color: #88cec4;
    text-align: center;
  }
  .p-index-studio ._title ._sub {
    font-size: calc(36 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .p-index-studio ._main {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-studio ._logo {
    width: calc(260 / var(--w) * 100vw);
  }
  .p-index-studio ._texts {
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
    align-items: center;
    color: #514b44;
    padding: 0 calc(20 / var(--w) * 100vw);
  }
  .p-index-studio ._texts p._copy {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
  }
  .p-index-studio ._texts ._message {
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
  }
  .p-index-studio ._texts ._message p._doc {
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1.8;
  }
  .p-index-studio ._texts ._message p._comp {
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.8;
    text-align: right;
  }
  .p-index-studio ._logo2 {
    width: calc(100 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .l-modal-movie {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .l-modal-movie.is-open {
    visibility: visible;
    opacity: 1;
  }
  .l-modal-movie.is-open ._modal-box {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .l-modal-movie ._modal-close {
    position: absolute;
    top: calc(-48 / var(--w) * 100vw);
    right: 0;
  }
  .l-modal-movie ._modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(233, 74, 56, 0.9);
  }
  .l-modal-movie ._modal-box {
    position: relative;
    width: calc(335 / var(--w) * 100vw);
    aspect-ratio: 16/9;
    background: #000;
    opacity: 0;
    transform: translateY(calc(16 / var(--w) * 100vw)) scale(0.96);
    transition: transform 0.35s ease, opacity 0.35s ease;
    box-shadow: 0 calc(18 / var(--w) * 100vw) calc(54 / var(--w) * 100vw) rgba(0, 0, 0, 0.35);
  }
  .l-modal-movie ._modal-body {
    height: 100%;
  }
  .l-modal-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-modal-btn-close {
    position: relative;
    width: calc(40 / var(--w) * 100vw);
    height: calc(40 / var(--w) * 100vw);
    background-color: #fff;
    border-radius: calc(100 / var(--w) * 100vw);
    cursor: pointer;
    transition: opacity 0.2s;
    z-index: 10;
  }
  .c-modal-btn-close:hover {
    opacity: 0.8;
  }
  .c-modal-btn-close span {
    position: absolute;
    background: #E94A38;
    top: calc((40 / var(--w) * 100vw - 2 / var(--w) * 100vw) / 2);
    left: calc((40 / var(--w) * 100vw - 24 / var(--w) * 100vw) / 2);
    width: calc(24 / var(--w) * 100vw);
    height: calc(2 / var(--w) * 100vw);
    transform: rotate(-45deg);
  }
  .c-modal-btn-close span:nth-child(2) {
    transform: rotate(45deg);
  }
}