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

@PC - style.css v5.0.0

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

構成（上から順）:
  サイト背景動画 / #main
  TOP以下：背景（.site-body / .site-panel / .site-visual）
  トップ KV
  トップ下（.under-section）/ ニュース / トレーラ
  イントロダクション / コメント / 原作
  フッター（SHARE）
************************************************/
/************************************************

@PC - common.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;
}

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

html

-------------------------------*/
html, body {
  font: 14px/1.7 "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  word-break: normal;
  overflow-wrap: break-word;
  color: #1a1a1a;
  background: transparent;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 960px) {
  html, body {
    font-size: 15px;
  }
}

*, *: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);
}

.delayItem, .delayItem_sub {
  opacity: 0;
}

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

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  #wrapper {
    padding-right: 72px;
  }
}
#wrapper > #main,
#wrapper > #footer {
  position: relative;
  z-index: 1;
  background: transparent;
}

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

#header

-------------------------------*/
#header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  padding-top: env(safe-area-inset-top, 0);
  background: #4785ef;
  border: none;
  box-shadow: none;
  z-index: 1200;
}
@media screen and (min-width: 960px) {
  #header {
    top: 0;
    right: 0;
    left: auto;
    width: 72px;
    height: 100%;
    padding: 0;
    background: #4785ef;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.18);
    pointer-events: auto;
  }
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 56px;
  padding: 0 16px;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .site-header-inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding: 28px 0 28px;
    gap: 0;
  }
}

.header-theater-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  order: 1;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}
@media screen and (min-width: 960px) {
  .header-theater-btn {
    order: 3;
    width: 100%;
    margin-top: 18px;
    padding: 16px 0 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    justify-content: flex-start;
  }
  .header-theater-btn:hover {
    color: #fcf150;
    opacity: 0.92;
  }
}

.header-theater-btn__en {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .header-theater-btn__en {
    display: none;
  }
}

.header-theater-btn__ja {
  display: none;
}
@media screen and (min-width: 960px) {
  .header-theater-btn__ja {
    font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
    font-weight: 700;
    display: inline;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.6;
  }
}

.header-theater-btn__arrow {
  display: inline-block;
  margin-top: 0.35em;
  font-family: inherit;
  letter-spacing: 0;
  text-orientation: upright;
}

.site-header-sns {
  flex: none;
  min-width: 0;
  order: 0;
}
@media screen and (min-width: 960px) {
  .site-header-sns {
    flex: none;
    order: 2;
    width: 100%;
    margin-top: auto;
  }
}

.official-sns--header {
  justify-content: flex-start;
  gap: 10px;
}
.official-sns--header a {
  width: 36px;
  height: 36px;
  font-size: 15px;
  background: #fff;
  color: #4785EF;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 960px) {
  .official-sns--header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .official-sns--header a {
    width: 44px;
    height: 44px;
    font-size: 22px;
    background: transparent;
    color: #fff;
    border: 0;
    box-shadow: none;
    transition: color 0.25s ease, opacity 0.25s ease;
  }
  .official-sns--header a:hover {
    background: transparent;
    color: #fcf150;
    box-shadow: none;
    opacity: 1;
  }
}

#drawer-btn {
  position: relative;
  flex-shrink: 0;
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #fff;
}
@media screen and (min-width: 960px) {
  #drawer-btn {
    order: 1;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #fff;
    gap: 10px;
  }
  #drawer-btn:hover {
    background: transparent;
    opacity: 0.75;
  }
}
#drawer-btn.is-hidden, #drawer-btn[hidden] {
  display: none;
}

#drawer-txt {
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 0;
  letter-spacing: 0.04em;
  order: 2;
}
@media screen and (min-width: 960px) {
  #drawer-txt {
    order: 0;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: #fff;
  }
}

#drawer-line-box {
  display: block;
  width: 32px;
  height: 16px;
  margin: 0 auto 3px;
  padding: 0;
  order: 1;
}
@media screen and (min-width: 960px) {
  #drawer-line-box {
    width: 22px;
    height: 14px;
    margin: 0 auto;
  }
}

.drawer-line {
  width: 32px;
  height: 2.5px;
  background: #fff;
  display: block;
  margin: 0 auto 6px;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform: rotate(0deg);
  border-radius: 2px;
}
@media screen and (min-width: 960px) {
  .drawer-line {
    width: 22px;
    height: 2px;
    margin-bottom: 5px;
    background: #fff;
  }
}
.drawer-line:last-child {
  margin-bottom: 0;
}

.drawer-line.open:nth-child(1) {
  transform: translateY(4.25px) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .drawer-line.open:nth-child(1) {
    transform: translateY(3.5px) rotate(45deg);
  }
}

.drawer-line.open:nth-child(2) {
  transform: translateY(-4.25px) rotate(-45deg);
}
@media screen and (min-width: 960px) {
  .drawer-line.open:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }
}

.drawer-line.open:nth-child(3) {
  display: none;
}

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

@nav

-------------------------------*/
.nav-btn {
  display: block;
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid;
  border-radius: 8px;
  margin: 40px auto;
  padding: 20px 50px;
}
.nav-btn:hover {
  color: #e91e8c;
}

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

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1100;
  top: 0px;
  left: 0px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #fff url("../common/img/menu_bg_sp.webp") center center/cover no-repeat;
  padding: calc(56px + env(safe-area-inset-top, 0px) + 24px) 0 calc(40px + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  #drawer-container {
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-image: url("../common/img/menu_bg_pc.webp");
    background-color: #fff;
  }
}
#drawer-container.is-open {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  #drawer-container.is-open {
    align-items: stretch;
    justify-content: stretch;
  }
}

#drawer-container-inner {
  width: 100%;
  padding: 8px 0 24px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  #drawer-container-inner {
    width: 100%;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: clamp(24px, 4vw, 48px) 72px clamp(24px, 4vw, 48px) 48px;
    gap: clamp(16px, 2.4vw, 40px);
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
    transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: opacity 0.35s ease;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
}

@media screen and (min-width: 960px) {
  #drawer-container.is-open #drawer-container-inner {
    opacity: 1;
  }
}

.drawer-menu-logo {
  width: min(220px, 50%);
  margin: 0 auto 16px;
  line-height: 0;
  flex-shrink: 0;
}
.drawer-menu-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .drawer-menu-logo {
    width: clamp(180px, 18vw, 320px);
    margin-bottom: 0;
  }
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #drawer-nav-container {
    width: min(720px, 70%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 0.4vw, 4px);
  }
}

.drawer-nav-box {
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .drawer-nav-box {
    margin: 0;
  }
}

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

.drawer-nav-btn {
  color: #4785ef;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  min-height: 50px;
  padding: 6px 0 10px;
  letter-spacing: 0.14em;
  border-radius: 0;
  border: 0;
  background: transparent;
  font-family: "Rubik", sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 0 0 6px #fff, 0 0 14px rgba(255, 255, 255, 0.95), 0 0 28px rgba(255, 255, 255, 0.7);
  transition: color 0.25s ease;
}
.drawer-nav-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: calc(100% - 0.14em);
  height: 2px;
  background: #fcf150;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 960px) {
  .drawer-nav-btn {
    min-height: clamp(40px, 4.2vw, 56px);
    font-size: clamp(1.05rem, 1.55vw, 1.45rem);
    letter-spacing: 0.2em;
    padding: clamp(6px, 0.8vw, 10px) 0 clamp(8px, 1vw, 14px);
  }
  .drawer-nav-btn::after {
    bottom: clamp(4px, 0.6vw, 8px);
    width: calc(100% - 0.2em);
  }
}
.drawer-nav-btn:hover {
  color: #4785ef;
}
.drawer-nav-btn:hover::after {
  transform: scaleX(1);
}

.drawer-nav-btn.selected {
  color: #2f6de0;
  background: transparent;
  text-shadow: none;
}

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

#footer

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

#main

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

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

#preloader

-------------------------------*/
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #preloader {
    padding: 0;
  }
}

#preloader-inner {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 1;
  top: calc(50% - 140px);
  left: calc(50% - 20px);
}
@media screen and (min-width: 960px) {
  #preloader-inner {
    top: calc(50% - 160px);
    left: calc(50% - 0px);
  }
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 60px;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #1eb9ee;
  text-align: center;
  position: absolute;
  top: 305px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
#preloaderAnime {
  top: 365px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1eb9ee;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

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

@mvtk

-------------------------------*/
#mvtk-widgets-wrap {
  text-align: center;
  background: #000;
  padding: 60px 0;
}
@media screen and (max-width: 960px) {
  #mvtk-widgets-wrap {
    padding: 0 0 30px 0;
  }
}

.theater-link-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 28px auto 0;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .theater-link-wrap {
    margin: 12px auto 20px;
  }
}

.theater-btn {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(340px, 100%);
  min-width: 0;
  padding: 14px 36px;
  border: 2px solid #4785EF;
  background: #4785EF;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (min-width: 960px) {
  .theater-btn {
    width: min(400px, 90%);
    padding: 16px 48px;
    font-size: 1.1em;
  }
  .theater-btn:hover {
    background: #fff;
    color: #4785EF;
    border-color: #4785EF;
  }
}

#mvtk-widgets-container {
  position: relative;
  margin: 24px auto 0;
}
@media screen and (min-width: 960px) {
  #mvtk-widgets-container {
    margin: 28px auto 0;
  }
}

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

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

.bnr-container {
  position: relative;
  z-index: 2;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.bnr-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 440px;
}
.bnr-partners a {
  display: block;
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .bnr-partners {
    max-width: 440px;
  }
  .bnr-partners a {
    max-width: 210px;
    transition: opacity 0.4s ease;
  }
  .bnr-partners a:hover {
    opacity: 0.7;
  }
}

.bnr-tokuten {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 12px auto 0;
  padding: 18px 14px 0;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #1a66e8;
  background-image: url("../common/img/bnr/tokuten_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .bnr-tokuten {
    max-width: 520px;
    padding: 22px 18px 0;
    transition: opacity 0.3s ease;
  }
  .bnr-tokuten:hover {
    opacity: 0.92;
  }
  .bnr-tokuten:hover .bnr-tokuten__cta {
    background: #f3f7ff;
    color: #3a74d8;
  }
}

.bnr-tokuten__head {
  display: block;
  margin: 0 0 14px;
  line-height: 1.45;
}

.bnr-tokuten__label {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 6px;
  padding: 4px 12px;
  background: #fcf150;
  color: #4785EF;
  font-size: 0.85em;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .bnr-tokuten__label {
    font-size: 0.9em;
  }
}

.bnr-tokuten__title {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
  font-size: 1.15em;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-shadow: 0 1px 6px rgba(0, 40, 120, 0.35);
}
@media screen and (min-width: 960px) {
  .bnr-tokuten__title {
    font-size: 1.25em;
  }
}

.bnr-tokuten__title-sub {
  font-size: 0.78em;
  font-weight: 700;
}

.bnr-tokuten__media {
  display: block;
  line-height: 0;
}
.bnr-tokuten__media img {
  display: block;
  width: 100%;
  height: auto;
}

.bnr-tokuten__cta {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  display: block;
  margin: 12px -14px 0;
  padding: 7px 12px;
  background: #fff;
  color: #4785EF;
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  transition: background 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .bnr-tokuten__cta {
    margin: 14px -18px 0;
    padding: 8px 16px;
    font-size: 0.72em;
  }
}

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

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

@SNS

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

.sns-btn:nth-last-child(1) {
  padding: 0;
}

.sns-btn {
  margin: 0 8px;
}

.share-link-btn {
  display: block;
  color: #1a1a1a;
  font-size: 20px;
  opacity: 0.85;
  transition: all 0.2s ease;
}
.share-link-btn:hover {
  opacity: 1;
  color: #e91e8c;
}

.custom-facebook-btn {
  font-size: 25px;
}

.custom-line-btn {
  font-size: 25px;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
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;
  transition: all 0.4s ease;
}

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

@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;
}

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

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;
}

img {
  width: 100%;
  vertical-align: middle;
}

.h100 {
  width: auto !important;
  height: 100%;
}

.jpn {
  display: block;
  font-size: xx-small;
  text-align: center;
  padding: 10px 0 0 0;
  color: #999;
}

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

animation

-------------------------------*/
.fade {
  opacity: 0;
}

.fadein {
  opacity: 0;
  transform: translate(0px, 20px);
  transition: all 2s ease;
}

.fadein.fadein-anime {
  animation: fadein 2s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.fade-up {
  transition: all 2s ease;
}

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

サイト背景動画

-------------------------------*/
.site-bg-video {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.site-bg-video.is-paused .site-bg-video__item {
  visibility: hidden;
}

.site-bg-video__item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  border: 0;
}

.site-bg-video__item--pc {
  display: none;
}

.site-bg-video__item--sp {
  display: block;
}

@media screen and (min-width: 960px) {
  .site-bg-video__item--pc {
    display: block;
  }
  .site-bg-video__item--sp {
    display: none;
  }
}
/*-------------------------------

#main

-------------------------------*/
#main {
  opacity: 0;
  background: transparent;
}
@media screen and (max-width: 960px) {
  #main {
    padding-top: calc(56px + env(safe-area-inset-top, 0));
  }
}

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

TOP以下：背景

-------------------------------*/
.site-body {
  position: relative;
  z-index: 1;
  background: transparent;
}
.site-body::before, .site-body::after {
  display: none;
}

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

サイトパネル（白 / 動画上）＋ フル幅ビジュアル

-------------------------------*/
.site-panel {
  position: relative;
  z-index: 2;
}
.site-panel--white {
  background: transparent;
  padding: 64px 0;
}
@media screen and (min-width: 960px) {
  .site-panel--white {
    padding: 88px 0;
  }
}
.site-panel--info {
  position: relative;
}
.site-panel--info::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(84, 26, 146, 0.32), rgba(18, 24, 52, 0.36) 46%, rgba(24, 116, 182, 0.3) 100%);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}
.site-panel--info > section {
  position: relative;
  z-index: 1;
}
.site-panel--info > section + section {
  margin-top: 0;
  padding-top: 64px;
}
@media screen and (min-width: 960px) {
  .site-panel--info > section + section {
    margin-top: 0;
    padding-top: 88px;
  }
}
.site-panel--info .contents-ttl-label {
  color: #fcf150;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
}
.site-panel--info .contents-ttl-label::before {
  border-color: transparent transparent rgba(233, 30, 140, 0.3) transparent;
}
.site-panel--info .contents-ttl-label::after {
  border-color: transparent transparent rgba(90, 172, 232, 0.28) transparent;
}
.site-panel--info .billing-cast-line,
.site-panel--info .billing-staff-line,
.site-panel--info .billing-credit,
.site-panel--info .billing-copy,
.site-panel--info .news-txt {
  color: #fff;
}
.site-panel--info .news-date {
  color: #fcf150;
}
.site-panel--info .news-item {
  color: #fff;
  border-top-color: rgba(255, 255, 255, 0.14);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}
.site-panel--info .news-cat {
  display: inline-block;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}
.site-panel--info .news-arrow {
  color: #fff;
  border: 0;
}
.site-panel--info .news-btn {
  border-color: rgba(255, 255, 255, 0.9);
  color: #fff;
  background: transparent;
}
.site-panel--info .news-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}
.site-panel--info .official-sns a {
  background: #fff;
  color: #4785EF;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.site-panel--info .official-sns a:hover {
  background: #fff;
  color: #2f6de0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.site-panel--info .screen-container {
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
}
.site-panel--video {
  z-index: 1;
  background: transparent;
  padding: 64px 0;
}
@media screen and (min-width: 960px) {
  .site-panel--video {
    padding: 88px 0;
  }
}
.site-panel--video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.38);
}
.site-panel--video .section-inner {
  position: relative;
  z-index: 1;
}
.site-panel--video .contents-ttl-label {
  color: #fcf150;
  font-style: italic;
  font-size: clamp(1.9em, 4.8vw, 3em);
  letter-spacing: 0.08em;
  padding: 0 0 36px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
}
.site-panel--video .contents-ttl-label::before, .site-panel--video .contents-ttl-label::after {
  display: none;
}
.site-panel--video .comment-item {
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.22);
}

.site-visual {
  position: relative;
  z-index: 2;
  margin: 0;
  line-height: 0;
  background: #000;
}
.site-visual img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.site-visual--between img {
  height: clamp(220px, 34vw, 420px);
  object-fit: cover;
  object-position: center center;
}

.section-body {
  max-width: 1000px;
  margin: 0 auto;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* ページ全体リビール（#wrapper 直下の z-index 指定より優先） */
#wrapper > .page-reveal-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}
#wrapper > .page-reveal-overlay::before, #wrapper > .page-reveal-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(-100%);
  animation: none;
}
#wrapper > .page-reveal-overlay::before {
  background: rgba(90, 172, 232, 0.58);
  z-index: 2;
}
#wrapper > .page-reveal-overlay::after {
  background: rgba(233, 30, 140, 0.45);
  z-index: 1;
}

.reveal-started #wrapper > .page-reveal-overlay {
  animation: reveal-overlay-hide 0s linear 1.6s forwards;
}

.reveal-started #wrapper > .page-reveal-overlay::before {
  animation: top-reveal-slide 1.2s ease 0s forwards;
}

.reveal-started #wrapper > .page-reveal-overlay::after {
  animation: top-reveal-slide 1.2s ease 0.4s forwards;
}

@keyframes top-reveal-slide {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes reveal-overlay-hide {
  to {
    visibility: hidden;
  }
}
/* トップリビール */
.top-section .top-reveal-wrap .top-slideshow {
  opacity: 0;
  transform: scale(1.2);
  transform-origin: center top;
  animation: top-reveal-img 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s forwards;
  animation-play-state: paused;
}

.reveal-started .top-section .top-reveal-wrap .top-slideshow {
  animation-play-state: running;
}

.site-header {
  opacity: 0;
  transform: translateY(-100%);
  animation: top-header-in 1.2s ease 0.6s forwards;
  animation-play-state: paused;
}
@media screen and (min-width: 960px) {
  .site-header {
    transform: translateY(-12px);
  }
}

.reveal-started .site-header {
  animation-play-state: running;
}

@keyframes top-header-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-section .top-reveal-wrap .official-sns-wrap--top {
  opacity: 0;
  transform: translateY(20px);
  animation: top-reveal-content 1.2s ease 0.9s forwards;
  animation-play-state: paused;
}

.reveal-started .top-section .top-reveal-wrap .official-sns-wrap--top {
  animation-play-state: running;
}

@keyframes top-reveal-img {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes top-reveal-content {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reveal-started .top-visual-inner::before, .reveal-started .top-visual-inner::after {
  animation: top-visual-line-in 0.5s ease 1.8s forwards;
}

@keyframes top-visual-line-in {
  to {
    opacity: 1;
  }
}
/*-------------------------------

トップ

-------------------------------*/
.top-section {
  position: relative;
  z-index: 3;
  padding: 0;
  background: transparent;
}

.top-photo {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.top-photo-frame {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 0;
  overflow: hidden;
}
.top-photo-frame picture {
  display: block;
  width: 100%;
  margin: 0;
}
.top-photo-frame img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  vertical-align: top;
}

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

キャスト（トップ下）

-------------------------------*/
.cast-section {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.cast-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: minmax(200px, 52vw) minmax(100px, 26vw);
  gap: 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .cast-grid {
    grid-template-rows: minmax(280px, 36vw) minmax(140px, 18vw);
  }
}

.cast-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
}
.cast-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  vertical-align: top;
}
.cast-figure--lead {
  grid-column: span 2;
}
.cast-figure--sub {
  grid-column: span 1;
}
.cast-figure.cast-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1), transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.cast-figure.cast-reveal:nth-child(1) {
  transition-delay: 0s;
}
.cast-figure.cast-reveal:nth-child(2) {
  transition-delay: 0.4s;
}
.cast-figure.cast-reveal:nth-child(3) {
  transition-delay: 0.8s;
}
.cast-figure.cast-reveal:nth-child(4) {
  transition-delay: 1.2s;
}
.cast-figure.cast-reveal:nth-child(5) {
  transition-delay: 1.6s;
}
.cast-figure.cast-reveal:nth-child(6) {
  transition-delay: 2s;
}

.cast-section.is-inview .cast-figure.cast-reveal {
  opacity: 1;
  transform: none;
}

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

トレーラ

-------------------------------*/
.trailer-section {
  position: relative;
  overflow: hidden;
}
.trailer-section .section-inner {
  position: relative;
  z-index: 1;
}

.top-visual {
  position: relative;
  width: 100%;
}

.top-visual-inner {
  position: relative;
  overflow: hidden;
  background: transparent;
  height: auto;
}
.top-visual-inner::before, .top-visual-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(1.8vw, 6px);
  z-index: 4;
  pointer-events: none;
  background: color-mix(in srgb, #1215ff 60%, transparent);
  opacity: 0;
}
.top-visual-inner::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 12% 100%, 0 100%);
}
.top-visual-inner::after {
  right: 0;
  clip-path: polygon(90% 0, 100% 0, 100% 100%, 10% 100%);
}

.top-slideshow {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.top-copy {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px 40px;
  pointer-events: none;
}

.top-visual-templates {
  display: none !important;
}

.top-logo {
  display: none;
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  width: 78%;
  max-width: 400px;
  margin: 0 auto 10px;
  pointer-events: auto;
}

.top-roadshow {
  display: none;
  position: relative;
  bottom: auto;
  right: auto;
  z-index: 1;
  width: 62%;
  max-width: 280px;
  margin: 0 auto;
  pointer-events: auto;
}

.top-catchcopy,
.top-character {
  display: none;
  position: absolute;
  margin: 0;
  pointer-events: none;
}

.top-catchcopy img,
.top-character img {
  display: block;
  width: 100%;
  height: auto;
}

.top-catchcopy-band {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.6%;
  z-index: 3;
  width: min(78%, 520px);
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
.top-catchcopy-band img {
  display: block;
  width: 100%;
  height: auto;
}

.slideshow-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slideshow-pc,
.slideshow-sp {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slideshow-sizer {
  display: none;
}

.slideshow-sp .slideshow-sizer {
  display: block;
  visibility: hidden;
  width: 100%;
  height: auto;
}

.slideshow-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .slideshow-pc {
    display: block;
    height: 100%;
  }
}

.slideshow-sp {
  display: block;
  height: auto;
}
.slideshow-sp .slideshow-layer img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media screen and (min-width: 960px) {
  .slideshow-sp {
    display: none;
  }
}

.slideshow-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.slideshow-layer img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.slideshow-layer .slideshow-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.slideshow-layer--base {
  z-index: 1;
  opacity: 1;
}
.slideshow-layer--cover {
  z-index: 2;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}

@media screen and (min-width: 960px) {
  .slideshow-layer img {
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .top-section {
    background: transparent;
  }
  .top-visual-inner {
    height: min(100vh, 1280px);
    background: transparent;
  }
  .top-visual-inner::before, .top-visual-inner::after {
    width: min(6.2vw, 32px);
  }
  .top-slideshow {
    height: 100%;
    overflow: hidden;
  }
  .slideshow-container {
    height: 100%;
  }
  .slideshow-pc,
  .slideshow-sp {
    height: 100%;
  }
  .slideshow-sp .slideshow-sizer {
    display: none;
  }
  .top-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    inset: auto auto 36% 2.5%;
    width: 40%;
    max-width: 500px;
    height: auto;
    padding: 0;
  }
  .top-logo {
    display: block;
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0 0 28px;
  }
  .top-roadshow {
    display: block;
    position: relative;
    width: 52%;
    max-width: 200px;
    margin: 0;
  }
  .top-roadshow img {
    transform: rotate(-12deg);
    transform-origin: center center;
  }
  .top-catchcopy {
    display: block;
    top: 3%;
    right: 3.5%;
    width: 6%;
    max-width: 60px;
  }
  .top-copy--mv2 {
    left: 2.5%;
    bottom: 36%;
  }
  .top-copy--mv2 .top-logo img {
    transform: none;
  }
  .top-catchcopy--mv2 {
    top: 10%;
    right: 9%;
    left: auto;
    width: 6%;
    max-width: 60px;
    transform: none;
  }
  .top-catchcopy-band {
    bottom: 0.8%;
    width: min(52%, 780px);
  }
  .top-catchcopy--mv {
    top: 10%;
    right: 9%;
  }
  .top-character {
    display: block;
    bottom: 3%;
    left: 0;
    right: 0;
    width: 12%;
    max-width: 120px;
    margin: 0 auto;
  }
  .top-character--wanda {
    width: 18%;
    max-width: 180px;
  }
  .official-sns-wrap--top {
    position: absolute;
    top: 0.6vw;
    left: 3.5vw;
    z-index: 10;
    margin: 0;
    padding: 0;
    max-width: none;
    pointer-events: auto;
  }
  .official-sns-wrap--top .official-sns {
    justify-content: flex-start;
    gap: 14px;
  }
  .official-sns-wrap--top .official-sns a {
    width: 54px;
    height: 54px;
    font-size: 22px;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  }
  .official-sns-wrap--top .official-sns a:hover {
    transform: none;
    background: #1215ff;
    color: #fff;
    box-shadow: 0 4px 14px rgba(12, 26, 66, 0.14);
  }
}
/*-------------------------------
タブレット（タッチ）のみ：トップKVをSP表示
※ 同幅ノートPCは (hover:hover)/(pointer:fine) のため対象外
-------------------------------*/
@media screen and (min-width: 960px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) {
  .top-visual-inner {
    height: auto;
  }
  .top-visual-inner::before, .top-visual-inner::after {
    width: min(1.8vw, 6px);
  }
  .top-slideshow,
  .slideshow-container {
    height: auto;
  }
  .slideshow-pc {
    display: none;
  }
  .slideshow-sp {
    display: block;
    height: auto;
  }
  .slideshow-sp .slideshow-sizer {
    display: block;
  }
  .slideshow-layer img {
    height: auto;
  }
  .top-copy {
    inset: 0;
    width: auto;
    max-width: none;
    height: auto;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px 40px;
  }
  .top-logo,
  .top-roadshow,
  .top-catchcopy,
  .top-character {
    display: none;
  }
  .top-catchcopy-band {
    bottom: 0.6%;
    width: min(78%, 520px);
  }
}
/*-------------------------------

トップ下

-------------------------------*/
.under-section {
  position: relative;
  z-index: 1;
  padding: 0;
  background: transparent;
  text-align: center;
}

.under-roadshow {
  width: 50%;
  max-width: 280px;
  margin: 0 auto 40px;
}
.under-roadshow img {
  display: block;
  width: 100%;
  height: auto;
}

.billing {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
}

.billing-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.billing-cast {
  margin: 0;
}

.billing-cast-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  column-gap: 1em;
  row-gap: 0.1em;
  margin: 0 0 0.12em;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (min-width: 960px) {
  .billing-cast-line {
    font-size: 1.15em;
    column-gap: 1.6em;
    letter-spacing: 0.1em;
  }
}
.billing-cast-line:last-child {
  margin-bottom: 0;
}

.billing-cast-item {
  white-space: nowrap;
}
.billing-cast-item--en {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: uppercase;
}
.billing-cast-item--en .billing-cast-group {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  text-transform: none;
}
.billing-cast-item--en ruby {
  ruby-align: center;
}
.billing-cast-item--en rt {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.42em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  opacity: 0.92;
  padding-bottom: 0.2em;
}

.billing-cast-group {
  font-size: 0.75em;
  letter-spacing: 0.04em;
}
.billing-cast-group ruby {
  ruby-align: center;
}
.billing-cast-group rt {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.42em;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.92;
  padding-bottom: 0.2em;
}

.billing-latin {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.billing-latin--case {
  text-transform: none;
}

.billing-staff {
  padding-top: 1.05em;
}

.billing-staff-line {
  margin: 0;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.55em;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: #555;
  text-shadow: none;
}
@media screen and (min-width: 960px) {
  .billing-staff-line {
    font-size: 0.78em;
    line-height: 1.9;
  }
}
.billing-staff-line + .billing-staff-line {
  margin-top: 0;
}

.billing-staff-line--credit {
  font-size: 0.62em;
}
@media screen and (min-width: 960px) {
  .billing-staff-line--credit {
    font-size: 0.92em;
  }
}

.billing-staff-sub {
  font-size: 0.78em;
  font-weight: 500;
}

.billing-credit {
  margin: 5px 0 0;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.55);
  text-shadow: none;
}

.billing-copy {
  margin: 1em 0 0;
  padding-top: 0;
  border-top: none;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.62em;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.45);
  text-shadow: none;
}

.official-sns-wrap {
  max-width: 720px;
  margin: 30px auto 0;
  padding: 0 28px;
  background: transparent;
  border: none;
  box-shadow: none;
}
@media screen and (min-width: 960px) {
  .official-sns-wrap {
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .official-sns-wrap--under {
    display: none;
  }
}

.official-sns-ttl {
  text-align: center;
  margin: 0 auto 24px;
}

.official-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
}
.official-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #fff;
  color: #1a1a1a;
  font-size: 22px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 4px 14px rgba(12, 26, 66, 0.14);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.official-sns a:hover {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(12, 26, 66, 0.18);
}
.official-sns li:nth-child(1) a {
  color: #1a1a1a;
}
.official-sns li:nth-child(2) a {
  color: #e91e8c;
}
.official-sns li:nth-child(3) a {
  color: #1a1a1a;
}

.official-sns--header {
  justify-content: flex-start;
  gap: 10px;
}
.official-sns--header a {
  width: 36px;
  height: 36px;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: opacity 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.official-sns--header a:hover {
  transform: none;
  opacity: 0.7;
  background: transparent;
  box-shadow: none;
}
.official-sns--header li:nth-child(1) a,
.official-sns--header li:nth-child(2) a,
.official-sns--header li:nth-child(3) a {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .official-sns--header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .official-sns--header a {
    width: 48px;
    height: 48px;
    font-size: 24px;
    background: transparent;
    color: #fff;
    border: 0;
    box-shadow: none;
    opacity: 1;
  }
  .official-sns--header a i {
    font-size: inherit;
    line-height: 1;
  }
  .official-sns--header a:hover {
    opacity: 1;
    background: transparent;
    color: #fcf150;
    box-shadow: none;
  }
  .official-sns--header li:nth-child(1) a,
  .official-sns--header li:nth-child(2) a,
  .official-sns--header li:nth-child(3) a {
    color: #fff;
  }
  .official-sns--header li:nth-child(1) a:hover,
  .official-sns--header li:nth-child(2) a:hover,
  .official-sns--header li:nth-child(3) a:hover {
    color: #fcf150;
  }
}

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

イントロダクション・コメント・原作

-------------------------------*/
.introduction-section {
  position: relative;
  z-index: 1;
  margin-top: 0;
  background: transparent;
}
.introduction-section::before, .introduction-section::after {
  display: none;
}
.introduction-section .section-inner {
  position: relative;
  z-index: 1;
}

.introduction-head {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .introduction-head {
    margin-bottom: 44px;
  }
}

.introduction-tag {
  display: block;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  color: #fcf150;
  font-weight: 800;
  font-size: 1.05em;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 0;
  transform: none;
  text-align: center;
  word-break: auto-phrase;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .introduction-tag {
    font-size: 1.15em;
    margin-bottom: 0px;
    letter-spacing: 0.06em;
  }
}

.introduction-lead {
  display: block;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 1.6em;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .introduction-lead {
    font-size: 2em;
    margin-bottom: 12px;
    letter-spacing: 0.08em;
  }
}

.introduction-quote-band {
  margin: 0;
  text-align: center;
}

.introduction-quote-band__text {
  display: inline-block;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  padding: 6px 16px;
  color: #fcf150;
  font-weight: 800;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  box-shadow: none;
  transform: skewX(-12deg);
}
.introduction-quote-band__text span {
  display: block;
  transform: skewX(12deg);
}
@media screen and (min-width: 960px) {
  .introduction-quote-band__text {
    font-size: 2em;
    padding: 0px 5px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.introduction-lead-accent {
  color: #fff;
}

.introduction-text {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 0.95em;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .introduction-text {
    font-size: 1em;
  }
}
.introduction-text p + p {
  margin-top: 0.95em;
}
.introduction-text ruby {
  ruby-align: center;
}
.introduction-text rt {
  font-size: 0.42em;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.92;
  padding-bottom: 0.2em;
}

.story-section {
  position: relative;
  z-index: 1;
  margin-top: 0;
  background: url("../img/photo/2.webp") center center/cover no-repeat;
  overflow: hidden;
}
.story-section::before, .story-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.story-section::before {
  background: linear-gradient(135deg, rgba(255, 72, 167, 0.12), transparent 36%), linear-gradient(225deg, rgba(80, 206, 255, 0.14), transparent 42%);
}
.story-section::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.44));
}
.story-section .section-inner {
  position: relative;
  z-index: 1;
}

.story-text {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 0.95em;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.45), 0 0 16px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 960px) {
  .story-text {
    font-size: 1.1em;
  }
}
.story-text p + p {
  margin-top: 0.55em;
}

.story-text-lead {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  color: #fcf150;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 960px) {
  .story-text-lead {
    font-size: 1.7rem;
    line-height: 1.55;
    letter-spacing: 0.06em;
    margin-bottom: 1.15em;
  }
}

.site-panel.music-section {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 64px 0;
  background: transparent;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .site-panel.music-section {
    padding: 88px 0;
  }
}
.site-panel.music-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.4));
}
.site-panel.music-section .section-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .site-panel.music-section .section-inner {
    max-width: 1320px;
  }
}

/* 擬似fixed背景（JSでtranslate） */
.section-sticky-bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.section-sticky-bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  will-change: transform;
  backface-visibility: hidden;
}

.section-sticky-bg__inner--music {
  background: url("../img/photo/3.webp") center center/cover no-repeat;
}
@media screen and (max-width: 960px) {
  .section-sticky-bg__inner--music {
    background-image: url("../img/photo/3_sp.webp");
  }
}

.section-sticky-bg__inner--original {
  background: radial-gradient(ellipse 130% 100% at 50% 20%, #ffc470 0%, #ffb347 34%, #ff7a3a 100%), url("../img/photo/4.webp") center center/cover no-repeat;
  background-blend-mode: soft-light, normal;
}
@media screen and (max-width: 960px) {
  .section-sticky-bg__inner--original {
    background-image: radial-gradient(ellipse 130% 100% at 50% 20%, #ffc470 0%, #ffb347 34%, #ff7a3a 100%), url("../img/photo/4_sp.webp");
  }
}

.music-body {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 40px 24px 36px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(93, 197, 255, 0.32);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.98) inset, 0 24px 56px rgba(12, 26, 66, 0.12), 0 6px 16px rgba(12, 26, 66, 0.05);
}
.music-body::after {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  background: linear-gradient(#5dc5ff, #5dc5ff) left top/32px 2px no-repeat, linear-gradient(#5dc5ff, #5dc5ff) left top/2px 32px no-repeat, linear-gradient(rgba(233, 30, 140, 0.55), rgba(233, 30, 140, 0.55)) right bottom/32px 2px no-repeat, linear-gradient(rgba(233, 30, 140, 0.55), rgba(233, 30, 140, 0.55)) right bottom/2px 32px no-repeat;
}
@media screen and (min-width: 960px) {
  .music-body {
    max-width: 1240px;
    padding: 52px 28px 48px;
  }
}

.music-main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .music-main {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 1fr);
    align-items: start;
    column-gap: 24px;
    row-gap: 20px;
  }
}

.music-artist {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .music-artist {
    display: flex;
    flex-direction: column;
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }
}

.music-photo {
  margin: 0;
  width: 100%;
  overflow: visible;
}
.music-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}
@media screen and (min-width: 960px) {
  .music-photo {
    flex: none;
    min-height: 0;
  }
  .music-photo img {
    height: auto;
    object-fit: contain;
    object-position: center;
  }
}

.music-photo-credit {
  margin: 8px 0 0;
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.65em;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(51, 51, 51, 0.7);
  text-align: right;
}

.music-release {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .music-release {
    display: contents;
  }
}

.music-jacket {
  width: min(100%, 300px);
  margin: 0;
  box-shadow: 0 16px 36px rgba(12, 26, 66, 0.16);
}
.music-jacket img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}
@media screen and (min-width: 960px) {
  .music-jacket {
    grid-column: 2;
    grid-row: 1;
    width: min(100%, 460px);
    margin: 0 auto;
  }
}

.music-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .music-meta {
    grid-column: 1/3;
    grid-row: 2;
  }
}

.music-content {
  width: 100%;
  text-align: center;
}

.music-title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #4785EF;
  text-align: center;
}

.music-title-artist {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.music-title-song {
  margin-top: 0.35em;
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.music-title-prefix {
  display: inline-block;
  margin-right: 0.12em;
  font-size: 0.58em;
  letter-spacing: 0.06em;
  vertical-align: 0.12em;
}

.music-title-label {
  margin-top: 0.55em;
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.music-cta {
  position: relative;
  z-index: 1;
  margin: 0;
}

.music-listen-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  padding: 14px 28px;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.95em;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #1a1a1a;
  background: #fcf150;
  text-decoration: none;
  transition: all 0.35s ease;
}
@media screen and (min-width: 960px) {
  .music-listen-link {
    width: auto;
    min-width: 220px;
    padding: 12px 36px;
    font-size: 0.9em;
  }
}
.music-listen-link i {
  margin-left: 8px;
  font-size: 0.78em;
  opacity: 0.7;
}
.music-listen-link:hover {
  color: #fff;
  background: #4785EF;
}

.music-comment {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  text-align: left;
}
.music-comment .comment-name {
  margin-bottom: 0;
  padding-bottom: 12px;
}
.music-comment .music-comment-item + .music-comment-item {
  margin-top: 32px;
}
.music-comment .music-comment-item + .music-comment-item .comment-text {
  margin-top: 0;
}
.music-comment .comment-text {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .music-comment {
    width: 100%;
    max-width: 820px;
    margin-right: auto;
    margin-top: 36px;
    margin-left: auto;
  }
}

.music-comment-label {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 20px 0 12px;
  font-size: 1.15em;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #4785EF;
  text-align: left;
}

/* 動画ポップアップ：SPのみ位置確定後にフェードイン */
#colorbox.cbox-movie-fade {
  visibility: hidden;
  opacity: 0;
}
#colorbox.cbox-movie-fade.is-ready {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease;
}

/* 動画ポップアップ：閉じるボタン */
#cboxContent {
  margin-top: 56px;
}

#cboxClose {
  top: -52px;
  right: 0;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #4785EF;
  text-indent: -9999px;
  transition: background 0.2s ease;
}
#cboxClose::before, #cboxClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}
#cboxClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#cboxClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#cboxClose:hover {
  background: #2f6de0;
}

.character-section {
  position: relative;
  z-index: 1;
  margin-top: 0;
  background: transparent;
  overflow: visible;
}
.character-section .section-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .character-section .section-inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

/* CAST風カード：PC3列 / SP2列（紹介は写真の下） */
.character-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .character-thumbs {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 20px;
  }
}

.character-thumb-item {
  margin: 0;
  padding: 0;
  min-width: 0;
  display: flex;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.character-thumb-item:nth-child(1) {
  transition-delay: 0s;
}
.character-thumb-item:nth-child(2) {
  transition-delay: 0.12s;
}
.character-thumb-item:nth-child(3) {
  transition-delay: 0.24s;
}
.character-thumb-item:nth-child(4) {
  transition-delay: 0.36s;
}
.character-thumb-item:nth-child(5) {
  transition-delay: 0.48s;
}
.character-thumb-item:nth-child(6) {
  transition-delay: 0.6s;
}

.character-section.is-inview .character-thumb-item {
  opacity: 1;
  transform: none;
}

.character-thumb {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
  text-align: left;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.character-thumb:focus-visible {
  outline: 2px solid #fcf150;
  outline-offset: 2px;
}
.character-thumb:hover .character-thumb-photo img, .character-thumb:focus-visible .character-thumb-photo img {
  transform: scale(1.04);
}
.character-thumb:hover .character-thumb-profile, .character-thumb:focus-visible .character-thumb-profile {
  background: #fcf150;
}
@media screen and (min-width: 960px) {
  .character-thumb {
    font-size: inherit;
  }
}

.character-thumb-photo {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1824/1500;
  overflow: hidden;
  background: #111;
  line-height: 0;
}
.character-thumb-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.character-thumb-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 12px 12px 14px;
  background: #6ea8d6;
  box-sizing: border-box;
  flex: 1 1 auto;
}
@media screen and (min-width: 960px) {
  .character-thumb-bar {
    flex: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px 12px 16px;
  }
}

.character-thumb-item:nth-child(1) .character-thumb-bar {
  background: #6ea8d6;
}

.character-thumb-item:nth-child(2) .character-thumb-bar {
  background: #d65c8d;
}

.character-thumb-item:nth-child(3) .character-thumb-bar {
  background: #7f4b8f;
}

.character-thumb-item:nth-child(4) .character-thumb-bar {
  background: #9cb28f;
}

.character-thumb-item:nth-child(5) .character-thumb-bar {
  background: #a58b7e;
}

.character-thumb-item:nth-child(6) .character-thumb-bar {
  background: #ed9654;
}

.character-thumb-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  min-width: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .character-thumb-meta {
    flex: 1 1 auto;
    align-items: flex-start;
    width: auto;
    text-align: left;
  }
}

.character-thumb-name {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: #fcf150;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 960px) {
  .character-thumb-name {
    font-size: 0.95em;
    letter-spacing: 0.06em;
    text-align: left;
  }
}

.character-thumb-cast {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
@media screen and (min-width: 960px) {
  .character-thumb-cast {
    font-size: 1.18em;
    text-align: left;
  }
}
.character-thumb-cast rt {
  font-size: 0.55em;
}

.character-thumb-group {
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.character-thumb-profile {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: auto;
  min-width: 88px;
  height: 26px;
  margin: 0 auto;
  padding: 0 10px;
  background: #fff;
  color: #121212;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 26px;
  white-space: nowrap !important;
  word-break: keep-all;
  overflow: visible;
  transition: background 0.25s ease;
}
@media screen and (min-width: 960px) {
  .character-thumb-profile {
    margin: 0;
    min-width: 102px;
    height: 34px;
    padding: 0 16px;
    font-size: 0.8em;
    line-height: 34px;
  }
}

.character-panels {
  display: none;
}

.character-panel {
  margin: 0;
}

.character-panel-visual {
  margin: 0 0 18px;
  width: 100%;
  line-height: 0;
  background: #111;
  border: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12), 3px 3px #6ea8d6;
  box-sizing: border-box;
  overflow: hidden;
}
.character-panel-visual img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .character-panel-visual {
    margin: 0;
  }
}

.character-panel-body {
  padding: 0;
}

.character-panel-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(110, 168, 214, 0.45);
}
@media screen and (min-width: 960px) {
  .character-panel-heading {
    justify-content: flex-start;
  }
}

.character-panel-name {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 1.05em;
  font-weight: 800;
  color: #6ea8d6;
  text-align: left;
  line-height: 1.4;
}
.character-panel-name::after {
  content: "／";
  margin: 0 0.45em;
  font-weight: inherit;
}
@media screen and (min-width: 960px) {
  .character-panel-name {
    font-size: 1.15em;
  }
}

.character-panel-cast {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 1.05em;
  font-weight: 800;
  color: #6ea8d6;
  text-align: left;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .character-panel-cast {
    font-size: 1.15em;
  }
}

.character-intro {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  margin: 0 0 22px;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.9;
  color: #333;
  text-align: justify;
}
.character-intro p {
  margin: 0 0 0.8em;
}
.character-intro p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .character-intro {
    font-size: 0.96em;
  }
}

.character-comment-label {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #6ea8d6;
  text-align: left;
}

.character-panel[data-character="0"] .character-panel-visual {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12), 3px 3px #6ea8d6;
}
.character-panel[data-character="0"] .character-panel-heading {
  border-bottom-color: rgba(110, 168, 214, 0.45);
}
.character-panel[data-character="0"] .character-panel-name,
.character-panel[data-character="0"] .character-panel-cast,
.character-panel[data-character="0"] .character-comment-label,
.character-panel[data-character="0"] .character-intro {
  color: #6ea8d6;
}

.character-panel[data-character="1"] .character-panel-visual {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12), 3px 3px #d65c8d;
}
.character-panel[data-character="1"] .character-panel-heading {
  border-bottom-color: rgba(214, 92, 141, 0.45);
}
.character-panel[data-character="1"] .character-panel-name,
.character-panel[data-character="1"] .character-panel-cast,
.character-panel[data-character="1"] .character-comment-label,
.character-panel[data-character="1"] .character-intro {
  color: #d65c8d;
}

.character-panel[data-character="2"] .character-panel-visual {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12), 3px 3px #7f4b8f;
}
.character-panel[data-character="2"] .character-panel-heading {
  border-bottom-color: rgba(127, 75, 143, 0.45);
}
.character-panel[data-character="2"] .character-panel-name,
.character-panel[data-character="2"] .character-panel-cast,
.character-panel[data-character="2"] .character-comment-label,
.character-panel[data-character="2"] .character-intro {
  color: #7f4b8f;
}

.character-panel[data-character="3"] .character-panel-visual {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12), 3px 3px #9cb28f;
}
.character-panel[data-character="3"] .character-panel-heading {
  border-bottom-color: rgba(156, 178, 143, 0.45);
}
.character-panel[data-character="3"] .character-panel-name,
.character-panel[data-character="3"] .character-panel-cast,
.character-panel[data-character="3"] .character-comment-label,
.character-panel[data-character="3"] .character-intro {
  color: #9cb28f;
}

.character-panel[data-character="4"] .character-panel-visual {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12), 3px 3px #a58b7e;
}
.character-panel[data-character="4"] .character-panel-heading {
  border-bottom-color: rgba(165, 139, 126, 0.45);
}
.character-panel[data-character="4"] .character-panel-name,
.character-panel[data-character="4"] .character-panel-cast,
.character-panel[data-character="4"] .character-comment-label,
.character-panel[data-character="4"] .character-intro {
  color: #a58b7e;
}

.character-panel[data-character="5"] .character-panel-visual {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12), 3px 3px #ed9654;
}
.character-panel[data-character="5"] .character-panel-heading {
  border-bottom-color: rgba(237, 150, 84, 0.45);
}
.character-panel[data-character="5"] .character-panel-name,
.character-panel[data-character="5"] .character-panel-cast,
.character-panel[data-character="5"] .character-comment-label,
.character-panel[data-character="5"] .character-intro {
  color: #ed9654;
}

.character-panel .comment-name {
  margin-bottom: 12px;
  padding-bottom: 10px;
  font-size: 1em;
  text-align: left;
  color: #333;
}
@media screen and (min-width: 960px) {
  .character-panel .comment-name {
    font-size: 1.08em;
  }
}

.character-panel .comment-text {
  text-align: justify;
  color: #333;
}

.character-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 14px 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.36s ease, visibility 0s linear 0.36s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.character-modal[hidden] {
  display: none !important;
}
.character-modal.is-open {
  display: flex !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.36s ease, visibility 0s linear 0s;
}
@media screen and (min-width: 960px) {
  .character-modal {
    padding: 48px 40px 40px;
  }
}

.character-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(71, 133, 239, 0.78);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.32s ease;
}
.character-modal.is-open .character-modal__backdrop {
  opacity: 1;
}

.character-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 560px);
  max-height: min(82vh, 900px);
  overflow: hidden;
  padding: 24px 0 0;
  background: #fff;
  box-shadow: 0 24px 56px rgba(12, 26, 66, 0.28);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.38s cubic-bezier(0.2, 0.9, 0.3, 1);
}
.character-modal.is-open .character-modal__dialog {
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 960px) {
  .character-modal__dialog {
    width: min(90vw, 1080px);
    max-height: min(86vh, 920px);
    padding: 36px 0 0;
  }
}

.character-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fcf150;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.character-modal__close::before, .character-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #121212;
}
.character-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.character-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.character-modal__close:hover {
  background: #fff;
}
@media screen and (min-width: 960px) {
  .character-modal__close {
    top: 18px;
    right: 22px;
    width: 48px;
    height: 48px;
  }
}

.character-modal__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fcf150;
  color: #121212;
  font-family: "Rubik", sans-serif;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  transition: background 0.25s ease;
}
.character-modal__nav:hover {
  background: #fff;
}
.character-modal__nav--prev {
  left: 8px;
}
.character-modal__nav--next {
  right: 8px;
}
@media screen and (min-width: 960px) {
  .character-modal__nav {
    width: 52px;
    height: 52px;
    font-size: 1.5em;
  }
  .character-modal__nav--prev {
    left: max(12px, 50% - min(90vw, 1080px) / 2 - 68px);
  }
  .character-modal__nav--next {
    right: max(12px, 50% - min(90vw, 1080px) / 2 - 68px);
  }
}

.character-modal__body {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding: 0 22px 32px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.26s ease;
  will-change: opacity;
}
.character-modal__body.is-fading {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .character-modal__body {
    padding: 0 44px 44px;
  }
}
.character-modal__body .character-panel {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
@media screen and (min-width: 960px) {
  .character-modal__body .character-panel {
    display: grid;
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
    gap: 36px 40px;
    align-items: start;
  }
}
.character-modal__body .character-panel-visual {
  margin: 0 0 20px;
}
@media screen and (min-width: 960px) {
  .character-modal__body .character-panel-visual {
    margin: 0;
  }
}
.character-modal__body .character-panel-body {
  min-width: 0;
}

html.is-character-modal-open,
html.is-character-modal-open body {
  overflow: hidden !important;
}

.comment-section {
  position: relative;
  z-index: 1;
  margin-top: 0;
  background: transparent;
  overflow: hidden;
}
.comment-section .section-inner {
  position: relative;
  z-index: 1;
}

.original-section {
  position: relative;
  z-index: 1;
  background: transparent;
}

.section-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .section-inner {
    padding: 0 40px;
  }
}

.contents-ttl {
  text-align: center;
  margin: 0 0 32px;
  isolation: isolate;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    margin-bottom: 40px;
  }
}
.contents-ttl::after {
  display: none;
  content: none;
}

.contents-ttl-label {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 50px 40px 18px;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.65em;
  line-height: 1;
  color: #fcf150;
  text-transform: uppercase;
  letter-spacing: 7px;
}
@media screen and (min-width: 960px) {
  .contents-ttl-label {
    font-size: 2.3em;
    letter-spacing: 9px;
    padding: 50px 52px 20px 40px;
  }
}
.contents-ttl-label::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 110px 80px;
  border-color: transparent transparent rgba(233, 30, 140, 0.32) transparent;
  transform: rotate(30deg);
  top: -20px;
  left: 30px;
  pointer-events: none;
}
.contents-ttl-label::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 80px;
  border-style: solid;
  border-width: 80px 0 30px 50px;
  border-color: transparent transparent rgba(90, 172, 232, 0.38) transparent;
  transform: rotate(40deg);
  bottom: 0;
  right: 30px;
  left: auto;
  top: auto;
  margin: auto;
  pointer-events: none;
}

.contents-ttl-label--sub {
  font-size: 0.78em;
  letter-spacing: 0.06em;
  padding: 36px 36px 14px 28px;
}
@media screen and (min-width: 960px) {
  .contents-ttl-label--sub {
    font-size: 0.82em;
    letter-spacing: 0.08em;
    padding: 38px 40px 16px 28px;
  }
}
.contents-ttl-label--sub::before {
  border-width: 0 0 80px 58px;
  top: -14px;
  left: 22px;
  transform: rotate(30deg);
}
.contents-ttl-label--sub::after {
  height: 58px;
  border-width: 58px 0 22px 36px;
  border-color: transparent transparent rgba(90, 172, 232, 0.38) transparent;
  bottom: 0;
  right: 22px;
  left: auto;
  top: auto;
  transform: rotate(40deg);
}

.comment-item {
  position: relative;
  border: 1px solid rgba(93, 197, 255, 0.32);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.98) inset, 0 24px 56px rgba(12, 26, 66, 0.12), 0 6px 16px rgba(12, 26, 66, 0.05);
  max-width: none;
  margin: 0 auto 28px;
  padding: 44px 28px 40px;
}
.comment-item.fade-up {
  transition: transform 2s ease, opacity 2s ease;
}
.comment-item::after {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  background: linear-gradient(#5dc5ff, #5dc5ff) left top/32px 2px no-repeat, linear-gradient(#5dc5ff, #5dc5ff) left top/2px 32px no-repeat, linear-gradient(rgba(233, 30, 140, 0.55), rgba(233, 30, 140, 0.55)) right bottom/32px 2px no-repeat, linear-gradient(rgba(233, 30, 140, 0.55), rgba(233, 30, 140, 0.55)) right bottom/2px 32px no-repeat;
}
@media screen and (min-width: 960px) {
  .comment-item {
    padding: 56px 48px 52px;
    margin-bottom: 32px;
  }
}
.comment-item:last-child {
  margin-bottom: 0;
}

.comment-name {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  font-weight: 800;
  text-align: center;
  margin: 0 0 20px;
  padding: 0 0 16px;
  border-bottom: dotted 2px #4785EF;
  color: #4785EF;
  line-height: 1.5;
}
.comment-name ruby {
  ruby-align: center;
}
.comment-name rt {
  font-size: 0.45em;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.92;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 960px) {
  .comment-name {
    font-size: 1.35em;
    text-align: center;
  }
}

.staff-comment-label {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: -4px 0 14px;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #4785EF;
  text-align: center;
}

.comment-name-sub {
  font-size: 0.78em;
  font-weight: 700;
}

.comment-name-group {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.comment-name-group ruby {
  ruby-align: center;
}
.comment-name-group rt {
  font-size: 0.42em;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.92;
  padding-bottom: 0.2em;
}

.original-section .original-info {
  margin-top: 0;
}

.original-info-main {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 24px 36px;
  overflow: visible;
}
.original-info-main::after {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  background: linear-gradient(#fcf150, #fcf150) left top/36px 2px no-repeat, linear-gradient(#fcf150, #fcf150) left top/2px 36px no-repeat, linear-gradient(rgba(233, 30, 140, 0.5), rgba(233, 30, 140, 0.5)) right bottom/36px 2px no-repeat, linear-gradient(rgba(233, 30, 140, 0.5), rgba(233, 30, 140, 0.5)) right bottom/2px 36px no-repeat;
}
@media screen and (min-width: 960px) {
  .original-info-main {
    display: grid;
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto auto;
    column-gap: 52px;
    row-gap: 36px;
    align-items: center;
    padding: 52px 44px 48px;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
  }
}

.original-info-book {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: -1;
  margin: 0 0 24px;
}
@media screen and (min-width: 960px) {
  .original-info-book {
    order: 0;
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    align-items: center;
    align-self: center;
    justify-content: center;
  }
}

.original-info-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .original-info-content {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-content: center;
    min-width: 0;
  }
}

.original-info-text {
  max-width: 520px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 0.95em;
  line-height: 2.05;
  text-align: justify;
  color: #333;
}
@media screen and (min-width: 960px) {
  .original-info-text {
    max-width: none;
    margin: 0 0 30px;
    font-size: 0.96em;
    line-height: 1.85;
    color: #333;
  }
}

.original-info-cover {
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .original-info-cover {
    max-width: none;
    width: 280px;
    margin: 0;
    position: relative;
    z-index: 1;
  }
}
.original-info-cover img {
  display: block;
}
@media screen and (min-width: 960px) {
  .original-info-cover img {
    transition: box-shadow 0.35s ease;
  }
}

.original-info-copyright {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.68em;
  font-weight: 500;
  text-align: center;
  margin: 10px 0 0;
  color: rgba(51, 51, 51, 0.7);
}
@media screen and (min-width: 960px) {
  .original-info-copyright {
    width: 100%;
    margin-top: 8px;
    font-size: 0.62em;
    color: rgba(51, 51, 51, 0.7);
  }
}

.original-info-meta {
  width: 100%;
  margin: 0 0 18px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .original-info-meta {
    margin: 0 0 14px;
    text-align: left;
  }
}

.original-info-label {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72em;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 4px;
  color: #4785EF;
}
@media screen and (min-width: 960px) {
  .original-info-label {
    margin-bottom: 6px;
    color: #4785EF;
  }
}

.original-info-title {
  margin: 0 0 8px;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.05em;
  font-weight: 800;
  line-height: 1.45;
  color: #4785EF;
}
@media screen and (min-width: 960px) {
  .original-info-title {
    margin-bottom: 10px;
    font-size: 1.12em;
    color: #4785EF;
  }
}
.original-info-title a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}
.original-info-title a i {
  font-size: 0.8em;
  text-decoration: none;
}
.original-info-title a:hover {
  color: #e91e8c;
  opacity: 1;
}

.original-info-details {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 960px) {
  .original-info-details {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px 20px;
  }
}

.original-info-detail {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.82em;
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
  color: #444;
}
@media screen and (min-width: 960px) {
  .original-info-detail {
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1.6;
    color: #444;
  }
}

.original-info-cta {
  text-align: center;
  margin: 24px 0 0;
}
@media screen and (min-width: 960px) {
  .original-info-cta {
    margin: 0;
    text-align: center;
  }
}

.original-info-trial-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  padding: 16px 36px;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #1a1a1a;
  background: #fcf150;
  text-decoration: none;
  transition: all 0.35s ease;
}
@media screen and (min-width: 960px) {
  .original-info-trial-link {
    width: auto;
    min-width: 260px;
    max-width: 380px;
    padding: 12px 40px;
    font-size: 0.9em;
    letter-spacing: 0.06em;
  }
}
.original-info-trial-link i {
  margin-left: 8px;
  font-size: 0.78em;
  opacity: 0.7;
}
.original-info-trial-link:hover {
  color: #fff;
  filter: brightness(1.04);
  background: #4785EF;
}

.comment-text {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 0.92em;
  line-height: 2.05;
  text-align: justify;
  color: #333;
}
@media screen and (min-width: 960px) {
  .comment-text {
    font-size: 0.98em;
    line-height: 2;
  }
}
.comment-text p + p {
  margin-top: 0.65em;
}

.original-info {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.98) inset, 0 24px 56px rgba(12, 26, 66, 0.12), 0 6px 16px rgba(12, 26, 66, 0.05);
  border: 1px solid rgba(93, 197, 255, 0.24);
}

.original-info-comment {
  margin-top: 28px;
  padding-top: 24px;
}
@media screen and (min-width: 960px) {
  .original-info-comment {
    grid-column: 1/-1;
    grid-row: 2;
    align-self: stretch;
    width: 100%;
    margin-top: 0;
    padding-top: 28px;
  }
}
.original-info-comment .comment-name {
  margin-bottom: 0;
  padding-bottom: 12px;
  text-align: center;
}
.original-comment-label {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 20px 0 12px;
  font-size: 1.15em;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #4785EF;
}

.original-section--photo {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.original-section--photo::before {
  display: none;
}
.original-section--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 34%, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 0.06) 100%);
}
.original-section--photo .section-inner {
  position: relative;
  z-index: 1;
}

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

下層演出同期

-------------------------------*/
.site-bg-video {
  z-index: -2;
}

.site-scroll-gradient {
  --scroll-grad-p: 0;
  --scroll-grad-x: 18%;
  --scroll-grad-y: 22%;
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.45s ease;
  background: radial-gradient(circle at var(--scroll-grad-x) var(--scroll-grad-y), rgba(255, 103, 180, calc(0.34 + var(--scroll-grad-p) * 0.44)), transparent 44%), radial-gradient(circle at calc(100% - var(--scroll-grad-x)) calc(var(--scroll-grad-y) + 8%), rgba(93, 197, 255, calc(0.3 + var(--scroll-grad-p) * 0.42)), transparent 46%), radial-gradient(circle at 50% calc(100% - var(--scroll-grad-y)), rgba(255, 214, 64, calc(0.18 + var(--scroll-grad-p) * 0.28)), transparent 40%), linear-gradient(180deg, hsla(calc(210 + var(--scroll-grad-p) * 90), 78%, 52%, calc(0.24 + var(--scroll-grad-p) * 0.22)) 0%, hsla(calc(320 - var(--scroll-grad-p) * 70), 72%, 58%, calc(0.2 + var(--scroll-grad-p) * 0.2)) 52%, hsla(calc(45 + var(--scroll-grad-p) * 40), 80%, 55%, calc(0.16 + var(--scroll-grad-p) * 0.18)) 100%);
}
.site-scroll-gradient.is-active {
  opacity: 1;
}

#main {
  position: relative;
  z-index: 1;
}

.site-panel--video::before {
  background: transparent;
}
.site-panel--video.comment-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.18);
}
.site-panel--video .contents-ttl-label {
  color: #fcf150;
  font-style: normal;
  font-size: 1.65em;
  padding: 50px 40px 18px;
  text-shadow: none;
}
@media screen and (min-width: 960px) {
  .site-panel--video .contents-ttl-label {
    font-size: 2.3em;
    letter-spacing: 9px;
    padding: 50px 52px 20px 40px;
  }
}
.site-panel--video .contents-ttl-label::before {
  display: block;
  border-color: transparent transparent rgba(233, 30, 140, 0.32) transparent;
}
.site-panel--video .contents-ttl-label::after {
  display: block;
  border-color: transparent transparent rgba(90, 172, 232, 0.38) transparent;
}

.introduction-section--photo {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.introduction-section--photo::before, .introduction-section--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.introduction-section--photo::before {
  background: radial-gradient(circle at 14% 18%, rgba(255, 66, 172, 0.34), transparent 28%), radial-gradient(circle at 82% 20%, rgba(68, 218, 255, 0.32), transparent 32%), radial-gradient(circle at 58% 82%, rgba(255, 200, 76, 0.24), transparent 26%), linear-gradient(135deg, rgba(92, 58, 255, 0.64), rgba(255, 72, 167, 0.22) 42%, rgba(255, 214, 74, 0.36) 100%), linear-gradient(225deg, rgba(80, 206, 255, 0.24), transparent 42%), url("../img/photo/1.webp") center center/cover no-repeat;
  background-blend-mode: screen, screen, screen, multiply, screen, normal;
  filter: blur(50px) saturate(1.3) contrast(1.1);
  transform: scale(1.04);
}
.introduction-section--photo::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.78) 34%, rgba(0, 0, 0, 0.86) 68%, rgba(0, 0, 0, 0.72) 100%);
}
.introduction-section--photo .section-inner {
  position: relative;
  z-index: 1;
}
.introduction-section--photo .contents-ttl-label {
  color: #fcf150;
}

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

#footer

-------------------------------*/
#footer {
  position: relative;
  z-index: 1;
  padding: 40px 20px calc(300px + env(safe-area-inset-bottom, 0px));
  min-height: 520px;
  background: #4785ef url("../img/footer/bg_sp.webp") center bottom/cover no-repeat;
  border-top: none;
  overflow: visible;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #footer {
    background-image: url("../img/footer/bg_pc.webp");
    background-position: left bottom;
    background-size: cover;
  }
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 140px 20px 120px;
    min-height: 560px;
    background-image: url("../img/footer/bg_pc.webp");
    background-position: center bottom;
  }
}
#footer .billing {
  margin: 0 auto 28px;
  padding: 0 4px;
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 960px) {
  #footer .billing {
    margin-bottom: 44px;
    width: 48%;
    max-width: 500px;
  }
}

.footer-end-space {
  display: block;
  width: 100%;
  height: env(safe-area-inset-bottom, 0px);
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .footer-end-space {
    display: none;
  }
}

.share-ttl {
  margin: 0 0 16px;
}
.share-ttl.contents-ttl {
  margin: 0 0 16px;
}
.share-ttl::after {
  display: none;
  content: none;
}
.share-ttl .contents-ttl-label {
  font-size: 0.85em;
  letter-spacing: 6px;
  padding: 0;
  color: #4686ef;
  text-shadow: 0 0 6px #fff, 0 0 14px rgba(255, 255, 255, 0.95), 0 0 28px rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 960px) {
  .share-ttl .contents-ttl-label {
    font-size: 0.9em;
    letter-spacing: 7px;
    padding: 0;
  }
}
.share-ttl .contents-ttl-label::before, .share-ttl .contents-ttl-label::after {
  display: none;
  content: none;
}

#footer #social-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  max-width: none;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
#footer #social-container .share-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #4686ef;
  background: #fff;
  font-size: 22px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  opacity: 1;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
#footer #social-container .share-link-btn:hover {
  color: #4686ef;
  background: #fff;
  opacity: 0.85;
  filter: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transform: none;
}
#footer #social-container .share-link-btn .share-link-btn-icon,
#footer #social-container .share-link-btn i {
  color: inherit;
  line-height: 1;
}
#footer #social-container .share-link-btn.custom-facebook-btn {
  font-size: 24px;
}
#footer #social-container .share-link-btn.custom-line-btn {
  font-size: 26px;
}

.copyright {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.68em;
  font-weight: 500;
  text-align: center;
  margin: 16px auto 0;
  color: #4d4d4d;
  line-height: 1.45;
}

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

#news

-------------------------------*/
#news.news-section {
  position: relative;
  z-index: 1;
  padding: 0;
  padding-top: 28px;
  background: transparent;
}
@media screen and (min-width: 960px) {
  #news.news-section {
    padding-top: 36px;
  }
}
#news.news-section .contents-ttl {
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  #news.news-section .contents-ttl {
    margin-bottom: 28px;
  }
}
#news.news-section .contents-ttl-label {
  padding-top: 24px;
}

.news-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 0;
  padding: 0;
}

.news-feed {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-item {
  display: block;
  position: relative;
  padding: 22px 0;
  color: #333;
  line-height: 1.65;
  text-decoration: none;
  border-top: 1px solid rgba(12, 26, 66, 0.15);
  border-bottom: 1px solid rgba(12, 26, 66, 0.15);
  transition: opacity 0.25s ease;
}
.news-item:hover {
  opacity: 0.88;
}
@media screen and (min-width: 960px) {
  .news-item {
    display: flex;
    align-items: center;
    gap: 28px;
  }
}

.news-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 12px;
}
@media screen and (min-width: 960px) {
  .news-meta-row {
    flex-shrink: 0;
    margin-bottom: 0;
    width: 7.5em;
  }
}

.news-date {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fcf150;
  background: transparent;
}
@media screen and (min-width: 960px) {
  .news-date {
    font-size: 0.85em;
  }
}

.news-cat {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  font-size: 0.68em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  background: #0c1a42;
  display: none;
}

.news-body-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (min-width: 960px) {
  .news-body-row {
    flex: 1;
    min-width: 0;
  }
}

.news-txt {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #333;
  font-size: 0.95em;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 960px) {
  .news-txt {
    font-size: 1rem;
  }
}

.news-arrow {
  flex-shrink: 0;
  display: block;
  width: auto;
  height: auto;
  margin-top: 0;
  border: 0;
  color: #4785EF;
  font-family: "Rubik", sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.4;
  transition: transform 0.25s ease;
}
.news-item:hover .news-arrow {
  transform: translateX(4px);
}

.news-btn {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 180px;
  border: 1px solid #4785EF;
  border-radius: 0;
  margin: 0 auto;
  padding: 12px 24px;
  color: #4785EF;
  text-align: center;
  text-decoration: none;
  flex-shrink: 0;
  align-self: center;
  box-shadow: none;
  outline: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (min-width: 960px) {
  .news-btn {
    min-width: 200px;
    padding: 14px 28px;
  }
  .news-btn:hover {
    background: #4785EF;
    color: #fff;
    border-color: #4785EF;
  }
}

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

#movie

-------------------------------*/
#trailer {
  padding: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
#trailer #movie-nav {
  justify-content: center;
}

#trailer .ttl {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 10px rgba(122, 226, 255, 0.8), 0 0 20px rgba(122, 226, 255, 0.4), 2px 2px 4px rgba(0, 0, 0, 0.8);
}
#trailer .ttl .jp-ttl {
  color: #ffffff;
}

.pc-modal-movie, .pc {
  display: none;
}

.sp {
  display: block;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}
.movie-thumb-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #d67313;
  font-size: 16px;
  font-weight: bold;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}
.movie-thumb-list .slider-arrow img {
  width: 100%;
}
.movie-thumb-list .slider-prev {
  left: 0;
}
.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}
#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}
#trailer-play a:hover {
  opacity: 1;
}

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}
.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}
.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.btn-container li a:hover {
  color: #7f1e1e;
}

.swiper-container {
  padding: 0 0 20px;
}

.swiper-pagination-bullet {
  opacity: 0.5;
  background: #ff639e;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ff639e;
}

.screen-container {
  width: 95%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.screen-container::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.screen-container .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media screen and (min-width: 960px) {
  .screen-container {
    width: 100%;
    max-width: 980px;
  }
}

#movie-nav {
  width: 100%;
  margin: 10px auto 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  #movie-nav {
    max-width: 930px;
    margin: 20px auto 40px;
  }
}

.movie-nav-box {
  width: 45.5% !important;
  border: solid 1px #4785EF;
  margin: 0.8% 1.5%;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.movie-nav-box a {
  display: block;
  color: #4785EF;
  padding: 7px;
  font-size: 0.8em;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .movie-nav-box a {
    font-size: 0.9em;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 960px) {
  .movie-nav-box:last-child {
    width: 94% !important;
    margin: 0.8% 1.5%;
  }
}
@media screen and (min-width: 960px) {
  .movie-nav-box {
    width: 31.3% !important;
    margin: 6px;
    padding: 0px 15px;
  }
  .movie-nav-box:hover a {
    color: #4785EF;
  }
}

.movie-nav-box.selected {
  background: #fcf150;
}
.movie-nav-box.selected a {
  color: #4785EF;
  font-weight: bold;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0 0;
    width: 90%;
    max-width: 1440px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
