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

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .pc {
    display: block;
  }
}

.w100 {
  width: 100%;
}

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

html

-------------------------------*/
html,
body {
  scrollbar-gutter: stable;
  background-color: #000;
  font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  html,
  body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

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

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

.spacing {
  letter-spacing: -0.01em;
}

/************************************************

@PC - common.css v5.0.0

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

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
}

body.is-loading #wrapper {
  opacity: 0;
}

body.is-loading {
  overflow: hidden;
}

body.is-site-reveal #wrapper {
  opacity: 1;
  transition: opacity 2.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

#header

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

.header-pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header-pc .sns-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  gap: 16px;
}

#drawer-btn {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

body.is-drawer-open #drawer-btn {
  z-index: 1200;
}

#drawer-txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 50px;
  height: 28px;
  padding: 15px 0 0;
}

.drawer-line-wrap {
  display: block;
  position: relative;
  width: 30px;
  height: 2px;
  margin: 0 auto 6px auto;
  transition: transform 0.5s;
}
.drawer-line-wrap.glitch-text {
  text-shadow: none;
}
.drawer-line-wrap.glitch-text::before, .drawer-line-wrap.glitch-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: transform 0.5s, opacity 0.5s;
  transform-origin: center center;
}
.drawer-line-wrap.glitch-text::before {
  background: rgba(252, 13, 255, 0.5);
  transform: translate(-2px, 0);
}
.drawer-line-wrap.glitch-text::after {
  background: #08fff2;
  transform: translate(2px, 0);
}
.drawer-line-wrap:nth-child(1):has(.drawer-line.open) {
  transform: translate(5px, 11px);
}
.drawer-line-wrap:nth-child(1):has(.drawer-line.open)::before {
  transform: translate(-2px, 0) rotate(405deg);
}
.drawer-line-wrap:nth-child(1):has(.drawer-line.open)::after {
  transform: translate(2px, 0) rotate(405deg);
}
.drawer-line-wrap:nth-child(2):has(.drawer-line.open)::before, .drawer-line-wrap:nth-child(2):has(.drawer-line.open)::after {
  opacity: 0;
}
.drawer-line-wrap:nth-child(3):has(.drawer-line.open) {
  transform: translate(5px, -5px);
}
.drawer-line-wrap:nth-child(3):has(.drawer-line.open)::before {
  transform: translate(-2px, 0) rotate(-405deg);
}
.drawer-line-wrap:nth-child(3):has(.drawer-line.open)::after {
  transform: translate(2px, 0) rotate(-405deg);
}

.drawer-line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #FFF;
  display: block;
  margin: 0;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.drawer-line-wrap:nth-child(1) .drawer-line.open {
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
}

.drawer-line-wrap:nth-child(2) .drawer-line.open {
  -webkit-opacity: 0;
  opacity: 0;
}

.drawer-line-wrap:nth-child(3) .drawer-line.open {
  -webkit-transform: rotate(-405deg);
  transform: rotate(-405deg);
}

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

@nav

-------------------------------*/
#nav {
  font-size: 14px;
  margin-right: 10px;
}

.nav-box {
  position: relative;
  padding: 18px 15px;
}

.nav-btn {
  display: block;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
}

.nav-icon {
  font-size: 1.5rem;
  padding: 0 0 0 0;
  color: #fff;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .nav-icon {
    font-size: 1.5rem;
  }
}

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

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1100;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: url(../img/caststaff/comment_bg.webp) no-repeat center center;
  background-size: cover;
  padding: 50px 0 0 0;
}
#drawer-container .footer-logo {
  width: 70%;
  margin: 0 auto 0;
  text-align: center;
}
#drawer-container .footer-logo img {
  display: block;
  width: 100%;
  mix-blend-mode: lighten;
}
#drawer-container .sns-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 15px 10px;
}
#drawer-container .sns-links .nav-icon {
  margin: 0 10px;
}

#drawer-container-inner {
  width: 100%;
  padding: 6% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

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

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.drawer-nav-btn.selected {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}

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

#main

-------------------------------*/
#main {
  display: block;
}

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

#preloader

-------------------------------*/
#preloader {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  cursor: default;
  transition: opacity 0.5s ease-out;
}
#preloader::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url(../img/caststaff/comment_bg.webp) no-repeat center center;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
#preloader.is-hiding {
  pointer-events: none;
}
#preloader.is-blackout {
  cursor: default;
}
#preloader.is-blackout::before {
  opacity: 0;
}
#preloader.is-blackout .preloader-airbowl {
  opacity: 0;
}
#preloader.is-revealing {
  opacity: 0;
  pointer-events: none;
  transition: opacity 2.8s cubic-bezier(0.16, 1, 0.3, 1);
}
#preloader.is-exiting {
  opacity: 0;
}

.preloader-airbowl {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  opacity: 1;
  transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.preloader-airbowl.is-hiding {
  opacity: 0;
}

.preloader-airbowl__field {
  width: 25.5%;
  height: 50%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}

.preloader-airbowl__item {
  position: absolute;
  width: 80%;
  height: auto;
  pointer-events: none;
  transform: translate(-50%, -50%);
  user-select: none;
  -webkit-user-drag: none;
  border-radius: 23px;
}
.preloader-airbowl__item--center {
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
}
.preloader-airbowl__item--center.is-visible {
  animation: airbowl-notify-pop 0.55s cubic-bezier(0.22, 1.15, 0.36, 1) forwards;
}
.preloader-airbowl__item--center.is-hiding {
  animation: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.9s ease-out;
}
.preloader-airbowl__item--plain {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.preloader-notify {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  line-height: 0;
  font-size: 0;
  border-radius: calc(12 / 397 * 100%)/calc(12 / 175 * 100%);
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden;
  container-type: inline-size;
}
.preloader-notify.preloader-airbowl__item {
  border-radius: calc(12 / 397 * 100%)/calc(12 / 175 * 100%);
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.preloader-notify__upper {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}
.preloader-notify__actions {
  display: flex;
  width: 100%;
  position: relative;
  margin-top: -1px;
  aspect-ratio: 397/64;
  border-top: 1px solid #b6b7b7;
}
.preloader-notify__actions::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50.1259445844%;
  width: 1px;
  margin-left: -0.5px;
  background: #b6b7b7;
  pointer-events: none;
  z-index: 1;
}
.preloader-notify__btn {
  position: relative;
  min-width: 0;
  padding: 0;
  border: 0;
  margin: 0;
  background: rgba(238, 238, 238, 0.95);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.preloader-notify__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.1s ease, opacity 0.1s ease;
  pointer-events: none;
  z-index: 1;
}
.preloader-notify__btn--deny {
  flex: 0 0 50.1259445844%;
  border-bottom-left-radius: 18px;
}
.preloader-notify__btn--accept {
  flex: 0 0 49.8740554156%;
  border-bottom-right-radius: 18px;
}
@media (hover: hover) {
  .preloader-notify__btn:not(:disabled):hover::after {
    background: rgba(0, 0, 0, 0.05);
  }
}
.preloader-notify__btn:not(:disabled):not(:active):not(.is-pressed):not(.is-selected) .preloader-notify__label {
  animation: notify-label-pulse 2.6s ease-in-out infinite, notify-label-glitch 2.4s linear infinite;
}
.preloader-notify__btn:not(:disabled):active::after, .preloader-notify__btn.is-pressed::after {
  background: rgba(0, 0, 0, 0.07);
}
.preloader-notify__btn:not(:disabled):active .preloader-notify__label, .preloader-notify__btn.is-pressed .preloader-notify__label {
  transform: scale(0.97);
  filter: brightness(0.9);
}
.preloader-notify__btn.is-selected::after {
  background: rgba(0, 0, 0, 0.12);
  transition: background 0.14s ease;
}
.preloader-notify__btn.is-selected .preloader-notify__label {
  transform: scale(0.97);
  filter: brightness(0.85);
}
.preloader-notify__btn:disabled {
  cursor: default;
}
.preloader-notify__label {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #176ce0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  user-select: none;
  transition: transform 0.1s ease, filter 0.1s ease;
  transform-origin: center center;
}
.preloader-notify--glitching .preloader-notify__btn {
  pointer-events: none;
}

@keyframes notify-label-pulse {
  0%, 100% {
    opacity: 0.78;
  }
  50% {
    opacity: 1;
  }
}
@keyframes notify-label-glitch {
  0%, 100% {
    text-shadow: 0 0.5px rgba(255, 0, 70, 0.3), 0 -0.5px rgba(0, 220, 255, 0.3);
  }
  10% {
    text-shadow: 0 1.5px rgba(255, 0, 70, 0.65), 0 -1.5px rgba(0, 220, 255, 0.65);
  }
  13% {
    text-shadow: 0 -1.5px rgba(255, 0, 70, 0.65), 0 1.5px rgba(0, 220, 255, 0.65);
  }
  16% {
    text-shadow: 0 0.5px rgba(255, 0, 70, 0.3), 0 -0.5px rgba(0, 220, 255, 0.3);
  }
  38% {
    text-shadow: 0 -1.5px rgba(255, 0, 70, 0.65), 0 1.5px rgba(0, 220, 255, 0.65);
  }
  41% {
    text-shadow: 0 1.5px rgba(255, 0, 70, 0.65), 0 -1.5px rgba(0, 220, 255, 0.65);
  }
  44% {
    text-shadow: 0 0.5px rgba(255, 0, 70, 0.3), 0 -0.5px rgba(0, 220, 255, 0.3);
  }
  66% {
    text-shadow: 0 1.5px rgba(255, 0, 70, 0.65), 0 -1.5px rgba(0, 220, 255, 0.65);
  }
  69% {
    text-shadow: 0 -1.5px rgba(255, 0, 70, 0.65), 0 1.5px rgba(0, 220, 255, 0.65);
  }
  72% {
    text-shadow: 0 0.5px rgba(255, 0, 70, 0.3), 0 -0.5px rgba(0, 220, 255, 0.3);
  }
  90% {
    text-shadow: 0 -1.5px rgba(255, 0, 70, 0.65), 0 1.5px rgba(0, 220, 255, 0.65);
  }
  93% {
    text-shadow: 0 1.5px rgba(255, 0, 70, 0.65), 0 -1.5px rgba(0, 220, 255, 0.65);
  }
}
.preloader-airbowl__glitch-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  pointer-events: none;
  line-height: 0;
  border-radius: 23px;
  overflow: hidden;
  isolation: isolate;
}
.preloader-airbowl__glitch-wrap .preloader-airbowl__glitch-size {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.preloader-airbowl__glitch-wrap .section-glitch-effect {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  overflow: hidden;
}
.preloader-airbowl__glitch-wrap.preloader-airbowl__item--spawn {
  animation: airbowl-pop 0.42s cubic-bezier(0.22, 1.12, 0.36, 1) forwards;
}
.preloader-airbowl__glitch-wrap.preloader-airbowl__item--plain {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.preloader-airbowl__glitch-wrap--center {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 80%;
  border-radius: calc(12 / 397 * 100%)/calc(12 / 175 * 100%);
}

@media screen and (max-width: 960px), screen and (orientation: portrait) {
  .preloader-airbowl {
    overflow: visible;
  }
  .preloader-airbowl__field {
    width: 100%;
    height: 100%;
    overflow: visible;
  }
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .preloader-airbowl {
    overflow: visible;
  }
  .preloader-airbowl__field {
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .preloader-airbowl__item {
    width: 25%;
    max-width: 350px;
  }
  .preloader-airbowl__glitch-wrap {
    width: 25%;
    max-width: 350px;
  }
}
@keyframes airbowl-notify-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -72%) scale(0.52);
  }
  62% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.07);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes airbowl-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  62% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
/*-------------------------------

#footer

-------------------------------*/
#footer {
  padding: 0;
  margin: 0 auto;
}

.copy {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
}

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

@SNS

-------------------------------*/
#social-container {
  margin: 20px auto;
  justify-content: center;
}

.share-ttl {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}

.sns-btn {
  display: block;
  padding: 0 10px 0 0;
}
.sns-btn .nav-icon {
  color: #087299;
  font-size: 1.25rem;
}

.share-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #087299;
  background-color: #fff;
  padding: 12px 12px;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  transition: all 0.1s ease;
}

.share-link-btn:active {
  transform: scale(0.95);
}

.custom-line-btn .share-link-btn-icon {
  transform: scale(1.2);
}

.custom-twitter-btn .share-link-btn-icon {
  transform: scale(1);
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

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

@modules

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

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
}

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

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

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

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

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

glitch-text

-------------------------------*/
.glitch-text {
  position: relative;
  color: #fff;
  text-shadow: -0.04em 0.02em 0 rgba(252, 13, 255, 0.75), 0.04em -0.02em 0 #08fff2;
}

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

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

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

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

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

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

#main {
  margin-top: 50px;
  position: relative;
  background: #000;
  clip-path: inset(0);
  isolation: isolate;
}
#main::before {
  content: "";
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  height: calc(100dvh - 50px);
  background: #000 url("../img/top/bg.webp") no-repeat center center;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  #main::before {
    left: calc((100dvh - 50px) * 4.3 / 5);
    width: calc(100% - (100dvh - 50px) * 4.3 / 5);
  }
}
#main > * {
  position: relative;
  z-index: 1;
}
#main #sns-links,
#main #trailer {
  background: transparent;
}
#main > #footer {
  z-index: auto;
}

.section-outer {
  width: 100%;
}

.section-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .section-inner {
    padding: 100px 0;
  }
}

.section-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 48px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.section-mv {
  width: 100%;
}

.mv {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.mv-bg {
  display: block;
  width: 100%;
}

@keyframes mv-copy-noise-clip {
  0% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  6% {
    clip-path: inset(0 34% 0 48%);
    opacity: 0.93;
  }
  7% {
    clip-path: inset(0 8% 0 76%);
    opacity: 0.87;
  }
  8% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  17% {
    clip-path: inset(0 58% 0 18%);
    opacity: 0.91;
  }
  18% {
    clip-path: inset(0 22% 0 62%);
    opacity: 0.86;
  }
  19% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  31% {
    clip-path: inset(0 46% 0 32%);
    opacity: 0.92;
  }
  32% {
    clip-path: inset(0 70% 0 6%);
    opacity: 0.88;
  }
  33% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  43% {
    clip-path: inset(0 14% 0 68%);
    opacity: 0.9;
  }
  44% {
    clip-path: inset(0 52% 0 24%);
    opacity: 0.85;
  }
  45% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  53% {
    clip-path: inset(0 40% 0 44%);
    opacity: 0.91;
  }
  54% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes mv-copy-noise-shift {
  0%, 100% {
    transform: translate3d(0, 0, 0) skewX(0deg);
    filter: none;
  }
  17% {
    transform: translate3d(2.8px, 0, 0) skewX(1.3deg);
    filter: drop-shadow(2px 0 0 rgba(255, 45, 90, 0.52)) drop-shadow(-1.5px 0 0 rgba(70, 200, 255, 0.38));
  }
  18% {
    transform: translate3d(-3.2px, 0, 0) skewX(-1.1deg);
    filter: drop-shadow(-2px 0 0 rgba(255, 55, 100, 0.48)) drop-shadow(1.5px 0 0 rgba(60, 210, 255, 0.35));
  }
  19% {
    transform: translate3d(0, 0, 0) skewX(0deg);
    filter: none;
  }
  41% {
    transform: translate3d(-2.4px, 0, 0) skewX(-1.5deg);
    filter: drop-shadow(-2px 0 0 rgba(255, 50, 95, 0.5));
  }
  42% {
    transform: translate3d(3.5px, 0, 0) skewX(1deg);
    filter: drop-shadow(2px 0 0 rgba(255, 40, 85, 0.45)) drop-shadow(-2px 0 0 rgba(65, 205, 255, 0.4));
  }
  43% {
    transform: translate3d(0, 0, 0) skewX(0deg);
    filter: none;
  }
  66% {
    transform: translate3d(3px, 0, 0) skewX(1.2deg);
    filter: drop-shadow(1.8px 0 0 rgba(255, 45, 90, 0.5));
  }
  67% {
    transform: translate3d(-1.6px, 0, 0) skewX(-0.8deg);
    filter: drop-shadow(-1.5px 0 0 rgba(70, 195, 255, 0.42));
  }
  68% {
    transform: translate3d(0, 0, 0) skewX(0deg);
    filter: none;
  }
  84% {
    transform: translate3d(-3.4px, 0, 0) skewX(-1.3deg);
    filter: drop-shadow(-2px 0 0 rgba(255, 55, 100, 0.52)) drop-shadow(2px 0 0 rgba(60, 210, 255, 0.36));
  }
  85% {
    transform: translate3d(2.2px, 0, 0) skewX(0.9deg);
    filter: drop-shadow(1.5px 0 0 rgba(255, 45, 90, 0.44));
  }
  86% {
    transform: translate3d(0, 0, 0) skewX(0deg);
    filter: none;
  }
}
@keyframes mv-copy-noise-shift-loop {
  0%, 100% {
    transform: translate3d(0, 0, 0) skewX(0deg);
    filter: none;
  }
  10% {
    transform: translate3d(2.8px, 0, 0) skewX(1.3deg);
    filter: drop-shadow(2px 0 0 rgba(255, 45, 90, 0.52)) drop-shadow(-1.5px 0 0 rgba(70, 200, 255, 0.38));
  }
  11% {
    transform: translate3d(-3.2px, 0, 0) skewX(-1.1deg);
    filter: drop-shadow(-2px 0 0 rgba(255, 55, 100, 0.48)) drop-shadow(1.5px 0 0 rgba(60, 210, 255, 0.35));
  }
  12% {
    transform: translate3d(0, 0, 0) skewX(0deg);
    filter: none;
  }
  25% {
    transform: translate3d(-2.4px, 0, 0) skewX(-1.5deg);
    filter: drop-shadow(-2px 0 0 rgba(255, 50, 95, 0.5));
  }
  26% {
    transform: translate3d(3.5px, 0, 0) skewX(1deg);
    filter: drop-shadow(2px 0 0 rgba(255, 40, 85, 0.45)) drop-shadow(-2px 0 0 rgba(65, 205, 255, 0.4));
  }
  27% {
    transform: translate3d(0, 0, 0) skewX(0deg);
    filter: none;
  }
  40% {
    transform: translate3d(3px, 0, 0) skewX(1.2deg);
    filter: drop-shadow(1.8px 0 0 rgba(255, 45, 90, 0.5));
  }
  41% {
    transform: translate3d(-1.6px, 0, 0) skewX(-0.8deg);
    filter: drop-shadow(-1.5px 0 0 rgba(70, 195, 255, 0.42));
  }
  42% {
    transform: translate3d(0, 0, 0) skewX(0deg);
    filter: none;
  }
  52% {
    transform: translate3d(-3.4px, 0, 0) skewX(-1.3deg);
    filter: drop-shadow(-2px 0 0 rgba(255, 55, 100, 0.52)) drop-shadow(2px 0 0 rgba(60, 210, 255, 0.36));
  }
  53% {
    transform: translate3d(2.2px, 0, 0) skewX(0.9deg);
    filter: drop-shadow(1.5px 0 0 rgba(255, 45, 90, 0.44));
  }
  54% {
    transform: translate3d(0, 0, 0) skewX(0deg);
    filter: none;
  }
}
@keyframes zoomin-anime {
  0% {
    transform: scale(1.1) rotate(-5deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.mv-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  visibility: hidden;
  pointer-events: none;
}
.mv-copy__stack {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 4.2%;
  max-width: 520px;
  opacity: 0;
  transform: translate(-50%, calc(-50% - 24px));
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .mv-copy__stack {
    top: 24%;
    width: 3.5%;
  }
}
.mv-copy__base {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.mv-copy__noise-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  will-change: clip-path, opacity;
}
.mv-copy__noise-shift {
  width: 100%;
  height: 100%;
  will-change: transform, filter;
}
.mv-copy__noise {
  display: block;
  width: 100%;
  height: auto;
}

#top .mv-logo img,
#top .mv-rs img {
  opacity: 0;
}

body.is-mv-intro #top .mv-copy__stack {
  transition: opacity 3.2s cubic-bezier(0.22, 1, 0.36, 1), transform 3.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
body.is-mv-intro #top .mv-logo img,
body.is-mv-intro #top .mv-rs img {
  display: block;
  opacity: 0;
  transition: opacity 2.2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 960px), screen and (orientation: portrait) {
  body.is-mv-intro #top .mv-bg img {
    transform: scale(1.1);
    transform-origin: center center !important;
    will-change: transform;
  }
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  body.is-mv-intro #top .mv__bg {
    opacity: 1;
    transform: scale(1.1);
    transform-origin: center center !important;
    will-change: transform;
  }
}
@media screen and (max-width: 960px), screen and (orientation: portrait) {
  body.is-mv-intro.is-mv-scale #top .mv-bg img {
    animation: zoomin-anime 4.2s cubic-bezier(0.5, 0, 0.15, 1) both;
  }
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  body.is-mv-intro.is-mv-scale #top .mv__bg {
    opacity: 1;
    animation: zoomin-anime 4.2s cubic-bezier(0.5, 0, 0.15, 1) both;
  }
}
body.is-mv-intro.is-mv-copy-visible #top .mv-copy {
  visibility: visible;
}
body.is-mv-intro.is-mv-copy-visible #top .mv-copy__stack {
  opacity: 1;
  transform: translate(-50%, -50%);
}
body.is-mv-intro.is-mv-copy-visible #top .mv-copy__noise-wrap {
  animation: mv-copy-noise-clip 3.2s steps(1, end) infinite;
  animation-delay: 0s;
}
body.is-mv-intro.is-mv-copy-visible #top .mv-copy__noise-shift {
  animation: mv-copy-noise-shift-loop 3.2s steps(1, end) infinite;
  animation-delay: 0s;
}
body.is-mv-intro.is-mv-logo-visible #top .mv-logo img,
body.is-mv-intro.is-mv-logo-visible #top .mv-rs img {
  opacity: 1;
}

@media screen and (max-width: 960px), screen and (orientation: portrait) {
  body.is-mv-intro-done #top .mv-bg img {
    transform: none;
    animation: none;
    will-change: auto;
  }
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  body.is-mv-intro-done #top .mv__bg {
    transform: none;
    animation: none;
  }
}

.mv-layer {
  position: absolute;
  inset: 0;
}

.mv-logo,
.mv-rs,
.mv-billing {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.mv-logo {
  width: 65%;
  bottom: 5%;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .mv-logo {
    width: 55%;
    bottom: 5.5%;
  }
}

.mv-rs {
  bottom: 1%;
  width: 25%;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .mv-rs {
    bottom: 2%;
    width: 22%;
  }
}

.mv-billing {
  bottom: 8%;
}

.mv-award {
  width: 90%;
  max-width: 300px;
  margin: 2rem auto 1rem;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .mv-award {
    width: 55%;
    margin: 2.5rem auto 0;
  }
}

#top {
  background: #000;
}
#top .section-visual__glitch,
#top .section-visual__glitch--alt,
#top .section-glitch-move,
#top .section-glitch-line__inner {
  background-position: center bottom;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  #top .mv__bg .section-visual__glitch,
  #top .mv__bg .section-visual__glitch--alt,
  #top .mv__bg .section-glitch-move,
  #top .mv__bg .section-glitch-line__inner {
    background-position: center calc(100% + 20px);
  }
}

.hero-area {
  width: 100%;
}

@media screen and (max-width: 960px), screen and (orientation: portrait) {
  .hero-area .mv-bg img {
    display: block;
    width: 100%;
    height: auto;
  }
  .hero-area__side {
    display: flex;
    flex-direction: column;
  }
  .hero-area__side .mv-award {
    display: none;
  }
  .hero-area__side #mvtk-widgets-container {
    order: 1;
  }
  .hero-area__side .mt-container {
    order: 2;
  }
  .hero-area__side .fes-bnr {
    order: 0;
  }
  .hero-area__side .news-btn {
    order: 4;
  }
  .hero-area__side #trailer {
    order: 5;
  }
}
.mv__bg {
  display: none;
}

@media screen and (min-width: 961px) and (orientation: landscape) {
  .hero-area {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
  }
  .hero-area #top.section-mv {
    width: calc((100vh - 50px) * 4.3 / 5);
    width: calc((100dvh - 50px) * 4.3 / 5);
    height: calc(100vh - 50px);
    height: calc(100dvh - 50px);
    flex-shrink: 0;
    align-self: flex-start;
  }
  .hero-area .mv {
    position: fixed;
    top: 50px;
    left: 0;
    width: calc((100vh - 50px) * 4.3 / 5);
    width: calc((100dvh - 50px) * 4.3 / 5);
    height: calc(100vh - 50px);
    height: calc(100dvh - 50px);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #000;
    transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.85s;
  }
  #top.is-hero-visual-active .mv {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
  }
  .hero-area .mv-bg {
    display: none;
  }
  .hero-area .mv__bg {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .hero-area .mv-layer {
    position: absolute;
    inset: 0;
  }
  .hero-area__side {
    flex: 1;
    width: auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 50px);
    min-height: calc(100dvh - 50px);
  }
  .hero-area #trailer {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero-area #trailer .section-inner {
    padding: 32px 40px 0;
    margin: 100px 0 100px;
    max-width: none;
    width: 100%;
  }
}
@media screen and (min-width: 961px) and (orientation: landscape) and (min-width: 961px) and (orientation: landscape) {
  .hero-area #trailer .section-inner {
    margin: 60px 0 60px;
  }
}
#sns-links {
  background: #000;
}
#sns-links .official-link-buttons a {
  color: #fff;
  border-color: #fff;
}
#sns-links .official-link-buttons a:hover {
  color: #000;
  background: #fff;
}

.sns-links-row {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  background: #164782;
  transition: opacity 0.2s ease;
}
.social-icon i {
  font-size: 1.4rem;
  line-height: 1;
}
.social-icon span {
  display: none;
}
.social-icon:hover {
  opacity: 0.7;
}

.official-link-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.official-link-buttons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  padding: 14px 18px;
  border: 1px solid #222;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: all 0.2s ease;
}
.official-link-buttons a:hover {
  color: #fff;
  background: #222;
}

#trailer {
  position: relative;
  z-index: 2;
  background: #000;
}
#trailer .section-ttl {
  color: #fff;
}
#trailer .section-inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 960px), screen and (orientation: portrait) {
  #trailer {
    margin-bottom: 40vh;
  }
  #trailer .movie-thumb-list li {
    padding: 0;
  }
  #trailer .movie-thumb-box {
    width: 90vw;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  #movie-container {
    height: auto;
  }
}
#movie-container .swiper-wrapper,
#movie-container .swiper-slide {
  height: auto;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}

.movie-thumb-list li > .pc,
.movie-thumb-list li > .sp {
  width: 100%;
}

.movie-thumb-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
}
.movie-thumb-box a {
  display: block;
  position: absolute;
  inset: 0;
}

.movie-thumb-box img,
.movie-thumb-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.movie-thumb-box img {
  object-fit: cover;
}

.movie-cap {
  padding-top: 14px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 56px;
  color: #e60027;
}

.fes-bnr {
  width: 90%;
  margin: 1.5rem auto 1rem;
}
.fes-bnr a {
  display: block;
  border: solid 1px #fff;
  transition: opacity 0.2s ease;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .fes-bnr a {
    width: 80%;
    max-width: 400px;
  }
}
.fes-bnr a:hover {
  opacity: 0.7;
}
.fes-bnr a img {
  vertical-align: bottom;
}

.news-btn {
  margin: 2rem auto 1rem;
  width: 89%;
  text-align: center;
}
.news-btn a {
  width: 100%;
  max-width: 350px;
  text-align: center;
  border: 1px solid #fff;
  padding: 20px 20px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  box-shadow: -2px 1px 0 rgba(252, 13, 255, 0.75), 2px -1px 0 #08fff2;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .news-btn a {
    width: 80%;
    max-width: 400px;
  }
}

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

@mvtk

-------------------------------*/
#mvtk-widgets-container {
  margin: 40px auto 15px;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  #mvtk-widgets-container {
    margin: 60px auto 15px;
  }
}

.mvtk-bnr {
  display: flex;
  width: 50%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .mvtk-bnr {
    width: 200px;
    margin: 0 auto;
  }
}

.mvtk-bnr a:hover {
  opacity: 0.8;
}

.mt-container {
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .mt-container {
    margin: 0 auto 3rem;
  }
}
.mt-container a {
  display: block;
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  max-width: 350px;
}
.mt-container a:hover {
  opacity: 0.7;
}

.mvtk-wrap {
  margin: 0 auto 20px;
}

#footer {
  position: relative;
  width: 100%;
  background: transparent;
}
#footer .footer-logo {
  width: 70%;
  margin: 0 auto 5rem;
  text-align: center;
}
#footer .footer-logo img {
  display: block;
  width: 100%;
  max-width: 650px;
  mix-blend-mode: lighten;
  margin: 0 auto;
}
#footer .footer-logo .footer-rs {
  width: 35%;
  margin: 1.5rem auto 0;
}
#footer .footer-logo .footer-rs img {
  display: block;
  width: 100%;
  mix-blend-mode: normal;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  #footer .section-visual__stage {
    display: block;
  }
  #footer .section-visual__content {
    display: contents;
  }
  #footer .footer-logo,
  #footer .footer-body {
    display: block;
    width: calc(100% - (100dvh - 50px) * 4.3 / 5);
    margin-left: calc((100dvh - 50px) * 4.3 / 5);
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s, visibility 0s linear 0s;
  }
  #footer .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 961px) and (orientation: landscape) and (max-width: 960px), screen and (min-width: 961px) and (orientation: landscape) and (orientation: portrait) {
  #footer .footer-logo {
    padding-top: 56px;
  }
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  #footer .footer-logo img {
    width: 65%;
    mix-blend-mode: lighten;
  }
  #footer .footer-logo .footer-rs {
    width: 22%;
    margin-top: 2rem;
  }
  #footer .footer-body {
    padding-bottom: 64px;
  }
  #footer:not(.is-pc-content-visible) .footer-logo,
  #footer:not(.is-pc-content-visible) .footer-body {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition: opacity 0.35s ease-out, visibility 0s linear 0.35s;
  }
}
@media screen and (max-width: 960px), screen and (orientation: portrait) {
  #footer .section-visual__content {
    min-height: 0;
    padding-bottom: calc(48px + env(safe-area-inset-bottom, 0px));
  }
  #footer .footer-logo {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto 3rem;
    padding: 0;
    box-sizing: border-box;
  }
  #footer .footer-body {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}

.footer-body {
  width: 100%;
}

.footer-billing {
  max-width: 450px;
  margin: 0 auto 3rem;
}

.footer-banners {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 450px;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .footer-banners {
    max-width: 350px;
  }
}
.footer-banners .footer-banner {
  width: 100%;
}
.footer-banners .footer-banner a {
  display: block;
}

.footer-share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.share-ttl {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

#social-container {
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.footer-share .sns-btn {
  padding: 0;
}

.copy {
  margin-top: 24px;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
}

.pp-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}

.pp {
  font-size: 10px;
  position: relative;
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 961px) and (orientation: landscape) {
  .social-icon {
    width: 60px;
    height: 60px;
  }
  .social-icon i {
    font-size: 1.6rem;
  }
  #trailer #movie-container {
    width: 90%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-visual {
  position: relative;
  z-index: 2;
  background: transparent;
  color: #fff;
}

.section-visual__track {
  position: relative;
  overflow-anchor: none;
}

.section-visual__stage {
  position: sticky;
  top: 50px;
  height: calc(100vh - 50px);
  height: calc(100dvh - 50px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}

.section-visual__media {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 50px);
  height: calc(100dvh - 50px);
  background-color: #000;
}

.section-visual__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 48px 24px 80px;
  color: #fff;
  box-sizing: border-box;
  flex-shrink: 0;
  pointer-events: auto;
}

@media screen and (min-width: 961px) and (orientation: landscape) {
  .section-visual + .section-visual {
    margin-top: 80px;
  }
  .section-visual__stage {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
    flex-direction: row;
    align-items: flex-start;
    background: transparent;
  }
  .section-visual__media {
    position: fixed;
    top: 50px;
    left: 0;
    width: calc((100vh - 50px) * 4.3 / 5);
    width: calc((100dvh - 50px) * 4.3 / 5);
    height: calc(100vh - 50px);
    height: calc(100dvh - 50px);
    flex-shrink: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    will-change: opacity;
    transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.85s;
  }
  .section-visual.is-visual-active .section-visual__media {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
  }
  .section-visual__content {
    width: calc(100% - (100dvh - 50px) * 4.3 / 5);
    min-height: 0;
    margin-left: calc((100dvh - 50px) * 4.3 / 5);
    padding: 56px 40px 64px;
    max-width: none;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s, visibility 0s linear 0s;
    will-change: transform, opacity;
  }
  .section-visual:not(.is-pc-content-visible) .section-visual__content {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(64px);
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, visibility 0s linear 0.35s;
  }
  #footer.section-visual .section-visual__content {
    display: contents;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition: none;
    will-change: auto;
  }
  #introduction .section-visual__content,
  #story .section-visual__content,
  #staff .section-visual__content {
    margin-bottom: 40px;
    min-height: calc(100vh - 50px);
    min-height: calc(100dvh - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 40px;
    box-sizing: border-box;
  }
  #introduction .intro-texts,
  #story .story-texts,
  #staff .director-box {
    width: 88%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
#introduction .intro-texts,
#story .story-texts,
#staff .director-box {
  margin-bottom: 1rem;
}

.intro-copy,
.story-copy {
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .intro-copy,
  .story-copy {
    max-width: 450px;
  }
}

.section-copy-noise__stack {
  position: relative;
  display: block;
}
.section-copy-noise__base {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.section-copy-noise__noise-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.section-copy-noise__noise-shift {
  display: block;
  width: 100%;
  height: 100%;
}
.section-copy-noise__noise {
  display: block;
  width: 100%;
  height: auto;
}
.section-copy-noise.is-section-copy-noise-active .section-copy-noise__noise-wrap {
  visibility: visible;
  opacity: 1;
  filter: blur(0);
  will-change: clip-path, opacity, filter;
  animation: section-copy-noise-clip 1.47s steps(1, end) infinite;
}
.section-copy-noise.is-section-copy-noise-active .section-copy-noise__noise-shift {
  will-change: transform, filter;
  animation: mv-copy-noise-shift 1.93s steps(1, end) infinite;
}

@keyframes section-copy-noise-clip {
  0%, 100% {
    clip-path: inset(0 0 0 0);
  }
  11% {
    clip-path: inset(0 34% 0 48%);
  }
  12% {
    clip-path: inset(0 8% 0 76%);
  }
  13% {
    clip-path: inset(0 0 0 0);
  }
  29% {
    clip-path: inset(0 58% 0 18%);
  }
  30% {
    clip-path: inset(0 22% 0 62%);
  }
  31% {
    clip-path: inset(0 0 0 0);
  }
  54% {
    clip-path: inset(0 46% 0 32%);
  }
  55% {
    clip-path: inset(0 70% 0 6%);
  }
  56% {
    clip-path: inset(0 0 0 0);
  }
  73% {
    clip-path: inset(0 14% 0 68%);
  }
  74% {
    clip-path: inset(0 52% 0 24%);
  }
  75% {
    clip-path: inset(0 0 0 0);
  }
  89% {
    clip-path: inset(0 40% 0 44%);
  }
  90% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes section-visual-media-dim {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.32;
  }
  55% {
    opacity: 0.58;
  }
  78% {
    opacity: 0.82;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 960px), screen and (orientation: portrait) {
  .section-visual__stage {
    z-index: 2;
    background: transparent;
    flex-shrink: 0;
  }
  .section-visual__media {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    height: calc(100dvh - 50px);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    will-change: opacity;
    transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.85s;
  }
  .section-visual.is-visual-active .section-visual__media {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
  }
  .section-visual__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease-out;
  }
  .section-visual.is-media-dimmed .section-visual__media::after {
    animation: section-visual-media-dim 0.42s ease-out forwards;
  }
  .section-visual.is-media-dimmed .section-glitch-effect {
    opacity: 0.28;
    transition: opacity 0.4s ease-out;
  }
  .section-visual__content {
    position: relative;
    z-index: 3;
    background: transparent;
    box-shadow: none;
    min-height: 0;
    transform: none;
  }
}
.section-visual .section-ttl {
  color: #fff;
  margin-bottom: 40px;
}

#story .section-visual__glitch,
#story .section-visual__glitch--alt,
#story .section-glitch-move,
#story .section-glitch-line__inner {
  background-position: right center;
}

#introduction p,
#story p,
#staff .comment-txt {
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  text-align: justify;
}

#introduction .section-visual__content,
#story .section-visual__content,
#staff .section-visual__content {
  padding-top: 12vh;
  padding-bottom: 28vh;
  box-sizing: border-box;
}

.section-visual .cast-name,
.section-visual .staff-name,
.section-visual .cast-role,
.section-visual .staff-role {
  color: #fff;
}
.section-visual .cast-modal-btn,
.section-visual .staff-modal-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.section-visual .cast-modal-btn:hover,
.section-visual .staff-modal-btn:hover {
  color: #000;
  background: #fff;
}

.section-visual:first-of-type {
  margin-top: 56px;
}

#footer .footer-logo {
  mix-blend-mode: color-dodge;
}

.section-visual__glitch {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  will-change: opacity;
}
.section-visual__glitch--alt {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.section-glitch-effect {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
  contain: layout style paint;
  isolation: isolate;
}

.section-glitch-move {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}
.section-glitch-move::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--glitch-move-color, #08fff2);
  mix-blend-mode: multiply;
  opacity: var(--glitch-move-tint-opacity, 0.9);
}

.section-glitch-effect--light .section-glitch-move {
  mix-blend-mode: screen;
}
.section-glitch-effect--light .section-glitch-line__inner {
  opacity: 0.92;
}

.section-glitch-effect--intense .section-glitch-move {
  mix-blend-mode: screen;
}
.section-glitch-effect--intense .section-glitch-move::after {
  opacity: var(--glitch-move-tint-opacity, 1);
}
.section-glitch-effect--intense .section-glitch-line__inner {
  opacity: 1;
}

.section-glitch-move--color-only {
  background-image: none !important;
}

.section-glitch-line__inner--abstract {
  background-image: none !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(155, 233, 255, 0.12) 38%, rgba(255, 255, 255, 0.08) 62%, rgba(255, 184, 242, 0.1) 100%);
}

.section-glitch-line {
  position: absolute;
  display: none;
  overflow: hidden;
  background: transparent;
  z-index: 4;
  pointer-events: none;
}
.section-glitch-line__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  will-change: transform;
}

.cast-list1,
.cast-list2,
.staff-list {
  display: grid;
  gap: 28px;
  margin-bottom: 28px;
}

.cast-item,
.staff-item {
  padding: 30px;
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  .cast-item,
  .staff-item {
    padding: 18px;
  }
}

.cast-thumb {
  margin-bottom: 16px;
}

.cast-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.cast-name,
.staff-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.cast-role,
.staff-role {
  font-size: 0.95rem;
  margin-bottom: 16px;
  text-align: center;
}

.cast-modal-btn,
.staff-modal-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid #000;
  color: #000;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.cast-modal-btn:hover,
.staff-modal-btn:hover {
  color: #fff;
  background: #000;
}

.staff-list {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 961px) and (orientation: landscape) {
  .cast-list1,
  .cast-list2 {
    grid-template-columns: 1fr;
  }
  .cast-thumb {
    width: 40%;
    margin-left: auto;
    max-width: 250px;
    margin-right: auto;
  }
}
@media screen and (max-width: 960px), screen and (orientation: portrait) {
  #staff .director-box .cast-thumb {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.cast-modal,
.staff-modal {
  display: none;
  max-width: 720px;
}

.modal-cast-container {
  color: #222;
}

.modal-cast-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.modal-cast-thumb {
  margin-bottom: 16px;
}
.modal-cast-thumb img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.comment-box {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.comment-ttl {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 8px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.comment-txt {
  line-height: 1.9;
}

.profile-box {
  margin-top: 20px;
}

.profile-ttl {
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

.profile-txt {
  line-height: 1.7;
  font-size: 0.875rem;
}

body.is-cast-staff-modaal-open {
  overflow: hidden;
}

body.is-cast-staff-modaal-open .modaal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9000;
}

.cast-staff-modaal.modaal-wrapper {
  position: fixed;
  inset: 0;
  background: transparent;
  pointer-events: none;
  z-index: 9001;
}
.cast-staff-modaal .modaal-inner-wrapper {
  overflow: visible;
  pointer-events: none;
}
.cast-staff-modaal .modaal-container {
  position: relative;
  width: 100% !important;
  max-width: none;
  overflow: visible;
  background: url(../img/caststaff/comment_bg.webp) no-repeat center center/cover;
  background-size: cover;
  color: #fff;
  pointer-events: auto;
}
.cast-staff-modaal .modaal-content-container {
  background: transparent;
  padding: 24px 20px;
}
.cast-staff-modaal .modal-cast-container,
.cast-staff-modaal .modal-cast-name,
.cast-staff-modaal .comment-ttl,
.cast-staff-modaal .comment-txt,
.cast-staff-modaal .profile-ttl,
.cast-staff-modaal .profile-txt {
  color: #fff;
}
.cast-staff-modaal .modaal-close {
  position: absolute;
  top: -52px;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 0;
  background: transparent;
  border: none;
  opacity: 1;
  z-index: 10001;
  text-indent: -9999px;
  overflow: visible;
  pointer-events: auto;
}
.cast-staff-modaal .modaal-close::before,
.cast-staff-modaal .modaal-close::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 20px;
  background: #000;
  width: 2px;
  height: 35px;
}
.cast-staff-modaal .modaal-close::before {
  transform: rotate(45deg);
}
.cast-staff-modaal .modaal-close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 960px), screen and (orientation: portrait) {
  body.is-cast-staff-modaal-open .modaal-overlay {
    top: 0;
    height: 100vh;
    height: 100dvh;
  }
  .cast-staff-modaal.modaal-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
  .cast-staff-modaal .modaal-outer-wrapper,
  .cast-staff-modaal .modaal-inner-wrapper {
    height: 100%;
    overflow: visible;
  }
  .cast-staff-modaal .modaal-inner-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 56px 20px 40px;
    box-sizing: border-box;
    min-height: 100%;
  }
  .cast-staff-modaal .modaal-container {
    margin-top: 0;
    overflow: visible;
    background: transparent;
  }
  .cast-staff-modaal .modaal-content-container {
    max-height: calc(100dvh - 56px - 40px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: url(../img/caststaff/comment_bg.webp) no-repeat center center/cover;
    background-size: cover;
    padding: 24px 20px;
    box-sizing: border-box;
  }
  .cast-staff-modaal .modaal-close {
    top: -52px;
    right: 0;
  }
}
@media screen and (min-width: 961px) and (orientation: landscape) {
  body.is-cast-staff-modaal-open .modaal-overlay {
    left: 0;
    width: 100%;
    top: 0;
    height: 100vh;
    height: 100dvh;
    opacity: 0.8 !important;
  }
  .cast-staff-modaal.modaal-wrapper {
    left: 0;
    width: 100%;
    top: 0;
    height: 100vh;
    height: 100dvh;
    overflow: visible;
  }
  .cast-staff-modaal .modaal-outer-wrapper,
  .cast-staff-modaal .modaal-inner-wrapper {
    height: 100%;
    overflow: visible;
  }
  .cast-staff-modaal .modaal-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    box-sizing: border-box;
    overflow: visible;
  }
  .cast-staff-modaal .modaal-container {
    width: 90% !important;
    max-width: 1140px;
    overflow: visible;
    background: transparent;
    padding: 0;
  }
  .cast-staff-modaal .modaal-content-container {
    position: relative;
    max-height: calc(100dvh - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: url(../img/caststaff/comment_bg.webp) no-repeat center center/cover;
    background-size: cover;
    padding: 50px 170px 80px;
    box-sizing: border-box;
  }
  .cast-staff-modaal .modaal-close {
    top: 0;
    right: 0;
    transform: translateX(100%);
    z-index: 10001;
  }
}/*# sourceMappingURL=style.css.map */