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

@PC - style.css v5.0.0

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

a, hr {
  padding: 0;
}

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

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

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

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

html

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

/* Lenis 利用時: ドキュメント高さを維持（style.css 単体でも有効になるよう記述） */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

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

*::selection {
  color: #fff;
  background: #ffedf2;
}

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

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

@PC - common.css v5.0.0

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

#wrapper

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

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

nav

------------------------------*/
.fat-nav {
  top: 0;
  left: 0;
  z-index: 99;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  height: 100dvh;
  max-height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-duration: 1s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.fat-nav__wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(48px, 8vh, 72px) 20px clamp(28px, 6vh, 48px);
  box-sizing: border-box;
}

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav__wrapper {
  /*	border: 3px solid #fff;*/
}

.hamburger {
  top: 20px;
  right: 20px;
  z-index: 99;
  padding: 26px 0 0 0;
  /*right: -100px; */
  right: 20px;
  opacity: 0 !important;
  pointer-events: none;
  transition: all 0.4s linear;
}

.hamburger.tofix {
  right: 20px !important;
  opacity: 1 !important;
  pointer-events: auto;
}

.hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
  border-radius: 5px;
}

.fat-nav {
  z-index: 99;
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../common/img/menu_bg_sp.webp) no-repeat top center;
  background-size: cover;
  /* border: 10px solid #fff; */
}

@media all and (-ms-high-contrast: none) {
  .fat-nav {
    background: #fff;
    /* IE10以上 */
  }
}
.fat-nav ul {
  margin: auto auto 0;
  padding: 0;
  width: min(92vw, 760px);
  position: static;
  flex: 0 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fat-nav li, .fat-nav li a {
  color: #fff;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.09em;
  opacity: 1;
}

.fat-nav li:hover, .fat-nav li a:hover {
  color: #eab8b9;
}

.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 3px;
  font-size: 1em;
  vertical-align: middle;
  letter-spacing: normal;
  width: 100%; /* SPは元に戻す（1列） */
  margin: 13px auto;
}
.fat-nav li a {
  display: inline-block;
  white-space: nowrap;
}

.fat-nav li.sns a:hover,
.fat-nav li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.fat-nav li:nth-child(2),
.fat-nav li:nth-child(4),
.fat-nav li:nth-child(5),
.fat-nav li:nth-child(7) {
  border-right: none;
}

.fat-nav li:nth-child(6) {
  /* margin-left: 100px; */
}

.fat-nav li:nth-child(7) {
  /*margin-right: 150px;*/
}

.fat-nav li.sns {
  border-right: none;
  font-size: 4em;
}

.fat-nav li.sns a {
  margin: 0;
}

.hamburger__icon:before {
  top: -9px;
}

.hamburger__icon:after {
  top: 10px;
}

.hamburger {
  display: block;
  width: 55px;
  height: 55px;
  text-decoration: none;
  background: #eab8b9;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
}

.hamburger:after {
  content: "";
  color: #fff;
  font-weight: bold;
  line-height: 2.8;
  text-decoration: none;
  box-shadow: 0 0 8px rgba(84, 84, 84, 0.33);
}

.hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
  /*	width: 48px;*/
  margin: 0px auto 10px;
}

/* PC */
@media screen and (min-width: 1024px) {
  .hamburger {
    display: block;
    width: 70px;
    height: 70px;
  }
  .hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
    display: block;
    width: 30px;
    height: 1px;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
    border-radius: 5px;
  }
  .hamburger {
    padding: 34px 0 0 0;
  }
}
.fat-nav__wrapper.hamburger__icon:after {
  content: "";
}

.fat-nav__wrapper.hamburger__icon:after {
  top: 7px;
}

.hamburger.active .hamburger__icon:before {
  margin-top: 4px;
}

.sns-nav {
  position: static;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  margin-bottom: auto;
  flex-shrink: 0;
}

.sns-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 20px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50%;
  border: 1px solid #fff;
}
.sns-nav a:hover {
  background: rgba(230, 0, 19, 0.45);
  border-color: #eab8b9;
}

/* PC */
@media screen and (min-width: 1024px) {
  .fat-nav {
    z-index: 99;
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../common/img/menu_bg_pc.webp) no-repeat center center;
    background-size: cover;
    /* border: 10px solid #fff; */
  }
  .fat-nav__wrapper {
    padding: clamp(100px, 15vh, 140px) 40px clamp(40px, 6vh, 56px);
    gap: 0;
    min-height: 100%;
    justify-content: center;
  }
  .fat-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    row-gap: 48px;
    align-items: center;
    width: min(92vw, 1000px);
    margin: 0 auto;
  }
  .fat-nav li,
  .fat-nav li a {
    font-size: 28px;
    margin: 0;
  }
  .fat-nav li {
    width: 100%;
    margin: 0;
    padding: 3px;
  }
  /* 左列（1〜5番目）は左寄せ、右列（6〜10番目）は右寄せ */
  .fat-nav li:nth-child(-n+5) {
    text-align: left;
  }
  .fat-nav li:nth-child(n+6) {
    text-align: right;
  }
  .sns-nav {
    width: min(92vw, 1000px);
    margin-top: 32px;
    padding-top: 0;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #ccc;
  padding: 50px 0 0 0;
}

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

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

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

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

.drawer-nav-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

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

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

#footer

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

#main

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

.under-content {
  background: radial-gradient(circle at 30% 70%, #fffef2 0%, #fbedf1 20%, #cbd2eb 40%, #9ba3d4 80%);
}

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

#preloader

-------------------------------*/
#preloader {
  background: radial-gradient(circle at 30% 70%, #fffef2 0%, #fbedf1 20%, #cbd2eb 40%, #9ba3d4 80%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-img {
  margin: -50px 0 0 0;
  position: relative;
  z-index: 2;
  max-width: 380px;
}
@media screen and (min-width: 960px) {
  .preloader-img {
    margin: -30px 0 0 0;
  }
}

#preloader-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vh, 32px);
  padding: min(6vw, 32px);
}
#preloader-inner .spinner {
  width: 40px;
  height: 40px;
  margin: 0;
  flex-shrink: 0;
  background-color: #f2c6c6;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*-------------------------------

@mvtk

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

#mvtk-widgets-container {
  margin: 30px auto 20px;
}
@media screen and (min-width: 960px) {
  #mvtk-widgets-container {
    margin: 30px auto 10px;
  }
}

.mvtk-bnr {
  width: 80%;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.mvtk-bnr a {
  display: block;
  width: 100%;
}
.mvtk-bnr a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .mvtk-bnr {
    width: 630px;
    margin: 20px auto;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
  }
  .mvtk-bnr a img {
    width: 100%;
    height: auto;
    display: block;
  }
}

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

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

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

@SNS

-------------------------------*/
#social-container {
  margin: 20px;
}

.sns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.9);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 10px;
  transition: all 0.4s ease;
}
.sns-btn:hover {
  cursor: pointer;
  background: transparent;
  border-color: #fff;
}
.sns-btn:hover .share-link-btn {
  color: #fff !important;
}

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

.share-link-btn {
  display: block;
  color: #fff;
  transition: all 0.4s ease;
}

.custom-facebook-btn {
  transform: scale(1.2);
}

.custom-line-btn {
  transform: scale(1.4);
}

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

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

@modules

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

a

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

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

@flex

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

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

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

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

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

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

font-weight

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

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

font-style

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

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

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

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

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

animation

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

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

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

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
/*-------------------------------

bg

-------------------------------*/
#bg-sp {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#bg-sp span {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: block;
  background: url(../common/img/pt0.png) repeat;
}

#bg-sp video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

#bg {
  visibility: hidden;
  opacity: 0;
  display: none;
  pointer-events: none;
}

/* PC */
@media screen and (min-width: 1024px) {
  #bg {
    visibility: visible;
    opacity: 1;
    display: block;
    pointer-events: auto;
    overflow: hidden;
  }
  #bg-sp {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  #bg {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  #bg span {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: block;
    background: url(../common/img/pt0.png) repeat;
  }
  #bg video {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    mix-blend-mode: screen;
    position: absolute;
    top: 0;
  }
}
/*-------------------------------

animation

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

.blur-inview {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 0;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  transition: none;
  will-change: opacity, filter;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
/************************************************

@PC - style.css v5.0.0

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

#top

-------------------------------*/
#top {
  position: relative;
}

.top-main {
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-main {
    position: relative;
  }
}

.main-img {
  position: relative;
}
@media screen and (min-width: 960px) {
  .main-img {
    position: relative;
    padding-bottom: 0;
  }
}

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

TOP 共通アニメーション（show）

-------------------------------*/
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------

TOP ロゴ・コピー・公開表記

-------------------------------*/
.ttl {
  position: absolute;
  width: 88%;
  bottom: 35vw;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.ttl.show {
  animation: show 1s ease-in-out forwards;
}

.roadshow {
  width: 44%;
  max-width: 280px;
  margin: 0 auto;
  padding: 25px 0 0 0;
}
.roadshow img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .roadshow {
    position: absolute;
    width: 9.5%;
    max-width: none;
    right: 3vw;
    bottom: 2vw;
    top: auto;
    left: auto;
    transform: none;
    margin: 0;
    z-index: 5;
  }
}

.copy2 {
  position: absolute;
  width: 84%;
  bottom: 22vw;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.copy2 img {
  display: block;
  width: 100%;
  height: auto;
}
.copy2.show {
  animation: show 1s ease-in-out forwards;
}

.copy0 {
  position: absolute;
  width: 80%;
  bottom: 6vw;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.copy0 img {
  display: block;
  width: 100%;
  height: auto;
}
.copy0.show {
  animation: show 1s ease-in-out forwards;
}

@media screen and (max-width: 960px) {
  .top-left-stack {
    display: contents;
  }
}
@media screen and (min-width: 960px) {
  .top-left-stack {
    position: absolute;
    inset: 0 auto 0 0;
    width: 55vw;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .top-left-stack .ttl,
  .top-left-stack .roadshow.pc,
  .top-left-stack .copy2,
  .top-left-stack .copy0 {
    pointer-events: auto;
  }
  .top-left-stack .ttl {
    position: relative;
    width: min(64vw, 98%);
    max-width: 620px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    transform: none;
  }
  .top-left-stack .roadshow.pc {
    position: relative;
    width: min(17vw, 48%);
    max-width: 230px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: clamp(14px, 1.9vh, 24px) auto clamp(10px, 1.5vh, 18px);
    padding: 0;
    transform: none;
    z-index: auto;
    opacity: 0;
  }
  .top-left-stack .roadshow.pc.show {
    animation: show 1s ease-in-out forwards;
  }
  .top-left-stack .copy2 {
    position: relative;
    width: min(38vw, 98%);
    max-width: 560px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: clamp(24px, 3.8vh, 52px) 0 clamp(22px, 3vh, 42px);
    padding: 0;
    transform: none;
    opacity: 0;
  }
  .top-left-stack .copy2.show {
    animation: show 1s ease-in-out forwards;
  }
  .top-left-stack .copy0 {
    position: relative;
    width: min(34vw, 96%);
    max-width: 480px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: clamp(8px, 1.2vh, 18px) 0 0;
    transform: none;
    opacity: 0;
  }
  .top-left-stack .copy0.show {
    animation: show 1s ease-in-out forwards;
  }
}

.copy1 {
  position: absolute;
  width: 2.3vw;
  left: 0;
  right: 0;
  margin: auto;
  top: 10vw;
  opacity: 0;
}
.copy1.show {
  animation: show 1s ease-in-out forwards;
}
@media screen and (min-width: 960px) {
  .copy1 {
    left: 50vw;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    z-index: 4;
  }
  .copy1 img {
    display: block;
    width: 2.6%;
    max-width: 100%;
    height: auto;
  }
}

.x-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #282453;
}
@media screen and (min-width: 960px) {
  .x-btn {
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    transition: all 0.4s ease;
  }
  .x-btn:hover {
    background: #d4a5b2;
    color: #fff;
  }
}

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

#under-content（SNS）

-------------------------------*/
.top-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 30px 0;
  z-index: 5;
}
@media screen and (min-width: 960px) {
  .top-sns {
    padding: 30px 0 0;
  }
}

/*-------------------------------
#top-campaign-caption
-------------------------------*/
#top-campaign-caption {
  width: min(90vw, 760px);
  margin: 30px auto 0;
}
#top-campaign-caption a {
  display: block;
  text-decoration: none;
  background: linear-gradient(165deg, rgba(244, 238, 252, 0.95), rgba(228, 234, 255, 0.9));
  border: 1px solid rgba(205, 150, 186, 0.35);
  border-radius: 0;
  overflow: hidden;
}
#top-campaign-caption img {
  width: 100%;
  height: auto;
  display: block;
  padding: 14px;
}
#top-campaign-caption .top-campaign-caption-text {
  margin: 0;
  padding: 0 16px 14px;
  background: #fcefee;
  color: #2f295f;
  text-align: center;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 700;
}
#top-campaign-caption .top-campaign-caption-heading {
  display: block;
  margin: 0 -16px 10px;
  padding: 10px 14px;
  background: rgba(154, 117, 191, 0.78);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.65rem;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
#top-campaign-caption .top-campaign-caption-label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  color: #6d4f98;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  text-align: center;
}
#top-campaign-caption .top-campaign-caption-copy {
  font-size: 0.78rem;
  line-height: 1.8;
}
#top-campaign-caption .top-campaign-caption-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid rgba(65, 53, 120, 0.1);
  background: #fff;
  color: #3f3277;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
#top-campaign-caption a:hover .top-campaign-caption-btn {
  background: #8893c4;
  border-color: #8893c4;
  color: #fff;
}
@media screen and (min-width: 960px) {
  #top-campaign-caption {
    width: min(72vw, 900px);
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  #top-campaign-caption a {
    display: grid;
    grid-template-columns: 34% 66%;
    align-items: center;
  }
  #top-campaign-caption img {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    object-fit: contain;
    object-position: center center;
  }
  #top-campaign-caption .top-campaign-caption-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: left;
    padding: 18px 22px;
    background: #fff;
    font-size: 0.9rem;
    line-height: 1.65;
  }
  #top-campaign-caption .top-campaign-caption-label {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  #top-campaign-caption .top-campaign-caption-heading {
    margin-bottom: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 2px;
    padding: 5px 14px;
    text-align: center;
  }
  #top-campaign-caption .top-campaign-caption-btn {
    margin-top: 14px;
    padding: 10px 20px;
    font-size: 0.72rem;
    align-self: center;
    background: #ebeff7;
  }
  #top-campaign-caption .top-campaign-caption-copy {
    font-size: 0.8rem;
    line-height: 1.9;
  }
}

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

トップ コメントスライダー

-------------------------------*/
.top-comment-slider-wrap {
  margin: 40px 0 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .top-comment-slider-wrap {
    margin: 60px 0 0;
  }
}

.top-comment-slider {
  padding-bottom: 40px;
}
.top-comment-slider .swiper-slide {
  width: 70%;
}
@media screen and (min-width: 960px) {
  .top-comment-slider .swiper-slide {
    width: 20%;
  }
}
.top-comment-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: rgba(234, 184, 185, 0.59) 6px 6px;
}
.top-comment-slider .swiper-pagination {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.top-comment-slider .swiper-pagination-bullet {
  background: #888;
  opacity: 0.5;
  width: 8px;
  height: 8px;
  margin: 4px 6px !important;
}
.top-comment-slider .swiper-pagination-bullet-active {
  background: #e5a19b;
  opacity: 1;
}

.top-comment-btn-wrap {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .top-comment-btn-wrap {
    margin-top: 30px;
  }
}

.top-comment-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #8893c4;
  color: #fff;
  border-radius: 60px;
  padding: 14px 50px;
  text-decoration: none;
  transition: opacity 0.3s;
  font-family: "Cormorant Garamond", serif;
}
.top-comment-btn:hover {
  opacity: 0.8;
}
.top-comment-btn .top-comment-btn-sub {
  font-size: 1rem;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .top-comment-btn .top-comment-btn-sub {
    font-size: 0.7rem;
  }
}
.top-comment-btn .top-comment-btn-main {
  font-size: 1.65rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .top-comment-btn .top-comment-btn-main {
    font-size: 1.5rem;
  }
}

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

TOP メイン画像（イントロ）

-------------------------------*/
/* SP/PC 共通トップ KV：filter を段階補間 + translateZ でフレーム落ちを抑える */
@keyframes spMainBlurToClear {
  0% {
    opacity: 1;
    transform: scale(1.03);
    filter: blur(8px) grayscale(38%) saturate(0.38) brightness(0.86) contrast(1.12);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: none;
  }
}
@keyframes pcMainBlurToClear {
  0% {
    opacity: 1;
    transform: scale(1.1);
    filter: blur(12px) grayscale(38%) saturate(0.38) brightness(0.86) contrast(1.12);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: none;
  }
}
/* PC: スクロール終端と着地フェード0%を同一フィルターで継ぎ目なし */
@keyframes pcMainShrinkDuringScroll {
  0% {
    transform: scale(1.1);
    filter: blur(12px);
  }
  100% {
    transform: scale(1);
    filter: blur(12px) grayscale(38%) saturate(0.38) brightness(0.84) contrast(1.14);
  }
}
/* PC: 着地後 — 段階的にカラーへ（一発 none にしない） */
@keyframes pcMainBlurFadeOut {
  0% {
    transform: scale(1);
    filter: blur(12px) grayscale(38%) saturate(0.38) brightness(0.84) contrast(1.14);
  }
  100% {
    transform: scale(1);
    filter: none;
  }
}
.main-img-inner {
  overflow: hidden;
}
.main-img-inner img {
  transform-origin: center center;
  backface-visibility: hidden;
}

@media screen and (max-width: 960px) {
  .main-img-inner img {
    opacity: 1;
    transform: scale(1.03);
    filter: blur(8px) grayscale(38%) saturate(0.38) brightness(0.86) contrast(1.12);
  }
  .main-img-inner.sp-main-anime img {
    transform: scale(1.03);
    filter: blur(8px) grayscale(38%) saturate(0.38) brightness(0.86) contrast(1.12);
    animation: spMainBlurToClear 3.5s ease-in-out both;
  }
  .main-img-inner {
    /* イントロ終了後（animation forwards の解除用） */
  }
  .main-img-inner.is-intro-done img {
    animation: none;
    transform: scale(1);
    filter: none;
  }
}
@media screen and (min-width: 960px) {
  .main-img-inner img {
    opacity: 1;
    transform: scale(1.1);
    filter: blur(12px) grayscale(38%) saturate(0.38) brightness(0.86) contrast(1.12);
  }
  .main-img-inner.pc-main-shrink img {
    animation: pcMainShrinkDuringScroll 3s ease-in-out forwards;
  }
  .main-img-inner.pc-clear-blur img {
    transform: scale(1);
    animation: pcMainBlurFadeOut 2s ease-in-out both;
  }
  .main-img-inner {
    /* トップ初回イントロ: SP と同一クラス名だが PC 用のキーフレームを使用 */
  }
  .main-img-inner.sp-main-anime img {
    transform: scale(1.1);
    filter: blur(12px) grayscale(38%) saturate(0.38) brightness(0.86) contrast(1.12);
    animation: pcMainBlurToClear 3.5s ease-in-out both;
  }
  .main-img-inner {
    /* イントロ終了後（animation forwards の解除用） */
  }
  .main-img-inner.is-intro-done img {
    transition: none;
    animation: none;
    transform: scale(1);
    filter: none;
  }
}
.sns-top-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eab8b9;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  color: #fff;
  transition: all 0.4s ease;
}
.sns-top-btn i {
  font-size: 20px;
  line-height: 1;
}
.sns-top-btn:hover {
  background: #d4a5b2;
  color: #fff;
}
/*-------------------------------

#under-content（ニュース周辺）

-------------------------------*/
@media screen and (min-width: 960px) {
  .top-bottom {
    padding: 40px 5%;
  }
}

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

billing

-------------------------------*/
.billing {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.billing picture {
  display: block;
  width: 100%;
}
.billing img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .billing {
    margin: 15px auto 0;
  }
}

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

#news

-------------------------------*/
.news-wrap {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(6px);
  padding: 30px 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "ttl btn" "feed feed";
  row-gap: 10px;
  width: 90%;
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  .news-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: min(100%, 1240px);
    margin: 30px auto 0;
    padding: 10px 30px;
  }
}

.news-feed {
  border-top: 1px solid rgba(212, 165, 178, 0.35);
  grid-area: feed;
}
.news-feed li + li {
  border-top: 1px solid rgba(212, 165, 178, 0.25);
}
@media screen and (min-width: 960px) {
  .news-feed {
    flex: 1;
    border-top: none;
    min-width: 0;
  }
}

#news-ttl {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.4em;
  letter-spacing: 0.12em;
  margin-bottom: 0;
  text-align: justify;
  grid-area: ttl;
}
@media screen and (min-width: 960px) {
  #news-ttl {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

.news-txt-wrap {
  display: block;
}
@media screen and (min-width: 960px) {
  .news-txt-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.news-item {
  display: block;
  padding: 14px 0;
  color: #282453;
  line-height: 1.7;
  border-bottom: 1px solid rgba(212, 165, 178, 0.35);
  transition: all 0.35s ease;
}
@media screen and (min-width: 960px) {
  .news-item {
    padding: 14px 0;
    border-left: none;
    border-bottom: none;
  }
  .news-item:hover {
    color: #eab8b9;
  }
}

.news-date {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0.08em;
  color: rgb(135, 147, 195);
  margin-bottom: 6px;
}
@media screen and (min-width: 960px) {
  .news-date {
    width: 112px;
    margin-bottom: 0;
  }
}

.news-txt {
  color: rgba(40, 36, 83, 0.96);
}
.news-txt:hover {
  color: #eab8b9;
  transition: all 0.4s ease;
}
@media screen and (min-width: 960px) {
  .news-txt {
    flex: 1;
    font-size: 0.9rem;
  }
}

.news-btn {
  font-size: x-small;
  background: #ebeff7;
  display: block;
  width: 120px;
  border-radius: 0;
  margin: 0;
  padding: 10px 14px;
  color: #3d444c;
  text-align: center;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  grid-area: btn;
  justify-self: end;
}
@media screen and (min-width: 960px) {
  .news-btn {
    margin: 0;
    transition: all 0.4s ease;
  }
  .news-btn:hover {
    background: #eab8b9;
    color: #fff;
  }
}

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

Theater（劇場リンク）

-------------------------------*/
.theater-btn-wrap {
  text-align: center;
}

.theater-btn {
  display: block;
  box-sizing: border-box;
  width: min(92%, 420px);
  margin: 0 auto 30px;
  padding: 10px 36px;
  border-radius: 50px;
  background: #eab8b9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.12em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.theater-btn span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.92);
}
.theater-btn:hover {
  background: #8893c4;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.theater-btn:hover span {
  color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 960px) {
  .theater-btn {
    margin: 0 auto 32px;
    padding: 10px 52px;
    font-size: 1.4rem;
  }
}

.btn-container {
  margin: 30px auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.btn-container a {
  display: block;
  background: #ffedf2;
  border-radius: 100px;
  margin: 10px auto;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4;
}
.btn-container a span {
  display: block;
  font-size: 0.6em;
}
@media screen and (min-width: 960px) {
  .btn-container a {
    width: 300px;
    transition: all 0.4s ease;
  }
  .btn-container a:hover {
    background: #d4a5b2;
    color: #fff;
  }
}

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

バナー（bnr-container）

-------------------------------*/
.bnr-container {
  padding: 40px 5% 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.bnr-container a {
  display: block;
  width: 60%;
}
@media screen and (min-width: 960px) {
  .bnr-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 0 0;
    gap: 16px;
  }
  .bnr-container a {
    width: calc(25% - 16px);
    transition: opacity 0.4s ease;
  }
  .bnr-container a:hover {
    opacity: 0.7;
  }
}

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

#work（共通レイアウト）

-------------------------------*/
.work-section {
  position: relative;
  width: 100%;
}

.work-section-inner {
  position: relative;
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 50px 20px 0;
  z-index: 1;
  /* テキストより背面：子要素は親の背景の上に描画される */
}
.work-section-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url(../img/intro/logo.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: min(82%, 380px) auto;
}
@media screen and (min-width: 960px) {
  .work-section-inner {
    padding: 54px 60px 64px;
  }
}

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

#review

-------------------------------*/
#review-introduction-group {
  position: relative;
}

#review.work-section {
  position: relative;
  overflow: visible;
  background-color: transparent;
}
#review.work-section .work-section-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 56px 20px 40px;
}
#review.work-section .work-section-inner::before {
  display: none;
}
@media screen and (min-width: 960px) {
  #review.work-section .work-section-inner {
    padding: 52px 20px 52px;
  }
}
#review.work-section .work-review {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 960px) {
  #review.work-section .work-review {
    margin: 0;
  }
}

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

共通 UI（js-reveal）

-------------------------------*/
.js-reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: transform, opacity;
}

.js-reveal.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js-reveal-bg::before {
  opacity: 0;
  /* 待機時間は少しだけ(0.8s)に抑え、そこから 5.5秒かけてじっくりじんわりフェードイン */
  transition: opacity 5.5s ease 0.8s;
  will-change: opacity;
}

.js-reveal-bg.is-revealed::before {
  opacity: 1;
}

/* 要素自身をゆっくりフェードインさせるクラス */
.js-reveal-slow {
  opacity: 0;
  transition: opacity 5.5s ease 0.8s;
  will-change: opacity;
}

.js-reveal-slow.is-revealed {
  opacity: 1;
}

.reveal-delay-1 {
  transition-delay: 0.12s;
}

.reveal-delay-2 {
  transition-delay: 0.24s;
}

.reveal-delay-3 {
  transition-delay: 0.36s;
}

.reveal-delay-4 {
  transition-delay: 0.48s;
}

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

共通 UI（interactive-scene）

-------------------------------*/
.interactive-scene {
  --bg-alpha: 0.18;
  position: relative;
  overflow: hidden;
}

.interactive-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(196, 222, 248, var(--bg-alpha));
  pointer-events: none;
  z-index: 1;
  transition: background 0.25s linear;
}

.scene-dot,
.scene-line {
  position: absolute;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
  z-index: 2;
}

.scene-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.dot-1 {
  top: 10%;
  right: 12%;
}

.dot-2 {
  bottom: 14%;
  left: 10%;
  transition-delay: 0.14s;
}

.scene-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.65);
}

.line-1 {
  top: 18%;
  left: 7%;
  width: 64px;
}

.line-2 {
  bottom: 20%;
  right: 8%;
  width: 82px;
  transition-delay: 0.18s;
}

.interactive-scene.is-active .scene-dot,
.interactive-scene.is-active .scene-line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

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

作品情報（見出し・本文ブロック）

-------------------------------*/
.work-info-title {
  margin-bottom: 22px;
  text-align: center;
  color: #8f5d8a;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .work-info-title {
    margin-bottom: 36px;
    font-size: 2.7rem;
  }
}

.work-intro {
  background: linear-gradient(165deg, rgba(255, 250, 252, 0.9) 0%, rgba(245, 242, 255, 0.86) 100%);
}

.work-story {
  background: linear-gradient(165deg, rgba(239, 246, 255, 0.9) 0%, rgba(231, 240, 255, 0.86) 100%);
}

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

Cast ヒーロー写真

-------------------------------*/
.cast-hero-photo {
  overflow: hidden;
}
.cast-hero-photo .si-scrollblur__inner img {
  display: block;
  width: 100%;
  height: auto;
}

/* スクロールに連動したぼかし（レビューBG・キャストヒーロー） */
.si-scrollblur {
  display: block;
  width: 100%;
}

.si-scrollblur__inner {
  display: block;
  width: 100%;
}

.si-scrollblur__inner img {
  will-change: filter;
}

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

#cast

-------------------------------*/
#cast {
  background: transparent;
}

#cast .work-section-inner {
  display: flow-root;
  padding: 50px 20px 50px;
  background-image: none;
}
#cast .work-section-inner::before {
  display: none;
}
@media screen and (min-width: 960px) {
  #cast .work-section-inner {
    padding: 100px 20px 50px;
  }
}

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

#staff

-------------------------------*/
#staff {
  background: transparent;
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  #staff {
    margin-bottom: 58px;
  }
}

#cast-staff-group {
  overflow: visible;
  background: radial-gradient(circle at 30% 70%, #fffef2 0%, #fbedf1 20%, #cbd2eb 40%, #9ba3d4 80%);
}

#staff .work-section-inner {
  padding: 50px 20px;
  padding-top: 40px;
  background-image: none;
}
#staff .work-section-inner::before {
  display: none;
}
@media screen and (min-width: 960px) {
  #staff .work-section-inner {
    padding: 150px 20px 48px;
    padding-top: 130px;
  }
}

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

#keyword

-------------------------------*/
#keyword {
  position: relative;
  overflow: visible;
  background: transparent;
}

#keyword .work-section-inner {
  padding: 0 20px 50px;
  background-image: none;
  overflow: visible;
}
#keyword .work-section-inner::before {
  display: none;
}
@media screen and (min-width: 960px) {
  #keyword .work-section-inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(48px, 5vw, 64px) 0 56px;
  }
}

.keyword-bridge-visual {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(15px, 1.5vw, 10px);
  width: 100%;
  max-width: 100%;
  margin: clamp(20px, 4vw, 32px) 0 clamp(50px, 4vw, 40px);
  padding: 0 clamp(8px, 2vw, 14px);
  box-sizing: border-box;
  order: 1;
}
@media screen and (max-width: 960px) {
  .keyword-bridge-visual {
    overflow: visible;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .keyword-bridge-visual {
    order: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    overflow: visible;
    gap: 0;
    width: 100%;
    max-width: min(100%, 1040px);
    margin: 0 auto 28px;
    padding: 0;
    height: auto;
    min-height: 0;
    position: relative;
    top: auto;
    z-index: 1;
  }
}

.keyword-bridge-visual-photo {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 960px) {
  .keyword-bridge-visual-photo {
    position: relative;
    isolation: isolate;
    outline: 1px solid rgba(255, 255, 255, 0.38);
    outline-offset: -1px;
    box-shadow: 6px 6px rgba(234, 184, 185, 0.5882352941);
  }
  .keyword-bridge-visual-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(72% 52% at 16% 14%, rgba(255, 240, 248, 0.38) 0%, rgba(255, 240, 248, 0) 70%), linear-gradient(145deg, rgba(255, 222, 238, 0.34) 0%, rgba(255, 222, 238, 0) 52%), linear-gradient(325deg, rgba(180, 200, 245, 0.32) 0%, rgba(180, 200, 245, 0) 58%);
    pointer-events: none;
    z-index: 2;
  }
  .keyword-bridge-visual-photo::after {
    content: "";
    position: absolute;
    inset: -14px;
    background: radial-gradient(58% 42% at 16% 12%, rgba(244, 174, 203, 0.34) 0%, rgba(244, 174, 203, 0) 72%), radial-gradient(62% 46% at 84% 88%, rgba(185, 203, 245, 0.34) 0%, rgba(185, 203, 245, 0) 74%);
    filter: blur(8px);
    pointer-events: none;
    z-index: 0;
  }
  .keyword-bridge-visual-photo picture {
    position: relative;
    z-index: 1;
  }
  .keyword-bridge-visual-photo img {
    position: relative;
    z-index: 1;
  }
  .keyword-bridge-visual-photo.js-keyword-bridge-reveal {
    opacity: 0;
    will-change: opacity, transform;
    transition: opacity 2.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 3.8s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.keyword-bridge-visual-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}
.keyword-bridge-visual-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 960px) {
  .keyword-bridge-visual-photo {
    position: relative;
    isolation: isolate;
    outline: 1px solid rgba(255, 255, 255, 0.38);
    outline-offset: -1px;
    overflow: hidden;
    box-shadow: 6px 6px rgba(234, 184, 185, 0.5882352941);
    height: auto;
    min-height: 0;
    aspect-ratio: 1/1;
  }
  .keyword-bridge-visual-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(72% 52% at 16% 14%, rgba(255, 240, 248, 0.38) 0%, rgba(255, 240, 248, 0) 70%), linear-gradient(145deg, rgba(255, 222, 238, 0.34) 0%, rgba(255, 222, 238, 0) 52%), linear-gradient(325deg, rgba(180, 200, 245, 0.32) 0%, rgba(180, 200, 245, 0) 58%);
    pointer-events: none;
    z-index: 2;
  }
  .keyword-bridge-visual-photo::after {
    content: "";
    position: absolute;
    inset: -14px;
    background: radial-gradient(58% 42% at 16% 12%, rgba(244, 174, 203, 0.34) 0%, rgba(244, 174, 203, 0) 72%), radial-gradient(62% 46% at 84% 88%, rgba(185, 203, 245, 0.34) 0%, rgba(185, 203, 245, 0) 74%);
    filter: blur(8px);
    pointer-events: none;
    z-index: 0;
  }
  .keyword-bridge-visual-photo picture {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
  }
  .keyword-bridge-visual-photo img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .keyword-bridge-visual-photo.js-keyword-bridge-reveal {
    opacity: 0;
    will-change: opacity, transform;
    transition: opacity 2.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 3.8s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.keyword-bridge-visual-photo--1 img {
  object-position: 50% 18%;
}
@media screen and (min-width: 960px) {
  .keyword-bridge-visual-photo--1 img {
    object-position: 50% 20%;
  }
}
@media screen and (max-width: 960px) {
  .keyword-bridge-visual-photo--1 {
    flex: 0 0 51%;
    max-width: 51%;
    margin-left: clamp(-12px, -3vw, -8px);
    z-index: 1;
    aspect-ratio: 4/5;
  }
  .keyword-bridge-visual-photo--1.js-keyword-bridge-reveal {
    transform: translate3d(-42px, 10px, 0);
  }
  .keyword-bridge-visual-photo--1.js-keyword-bridge-reveal.is-revealed {
    opacity: 1;
    transform: translate3d(0, clamp(-14px, -3vw, -8px), 0);
  }
}
@media screen and (min-width: 960px) {
  .keyword-bridge-visual-photo--1 {
    flex: 0 0 45%;
    max-width: 45%;
    margin-left: 0;
    z-index: 1;
    aspect-ratio: 1/1;
  }
  .keyword-bridge-visual-photo--1.js-keyword-bridge-reveal {
    transform: translate3d(-42px, 10px, 0);
  }
  .keyword-bridge-visual-photo--1.js-keyword-bridge-reveal.is-revealed {
    opacity: 1;
    transform: translate3d(0, -10px, 0);
  }
}

.keyword-bridge-visual-photo--2 img {
  object-position: 30% center;
}
@media screen and (min-width: 960px) {
  .keyword-bridge-visual-photo--2 img {
    object-position: 30% center;
  }
}
@media screen and (max-width: 960px) {
  .keyword-bridge-visual-photo--2 {
    flex: 0 0 60%;
    max-width: 60%;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin-top: clamp(80px, 11vw, 76px);
    margin-left: -7%;
    align-self: flex-end;
    z-index: 2;
  }
  .keyword-bridge-visual-photo--2.js-keyword-bridge-reveal {
    transform: translate3d(42px, 0, 0);
  }
  .keyword-bridge-visual-photo--2.js-keyword-bridge-reveal.is-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 960px) {
  .keyword-bridge-visual-photo--2 {
    flex: 0 0 45%;
    max-width: 45%;
    aspect-ratio: 1/1;
    margin-top: 5%;
    margin-left: 5%;
    align-self: flex-start;
    z-index: 2;
  }
  .keyword-bridge-visual-photo--2.js-keyword-bridge-reveal {
    transform: translate3d(42px, 0, 0);
  }
  .keyword-bridge-visual-photo--2.js-keyword-bridge-reveal.is-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .keyword-bridge-visual-photo--1.js-keyword-bridge-reveal,
  .keyword-bridge-visual-photo--2.js-keyword-bridge-reveal {
    opacity: 1;
    transition: none;
  }
  .keyword-bridge-visual-photo--1.js-keyword-bridge-reveal {
    transform: translate3d(0, clamp(-14px, -3vw, -8px), 0);
  }
}
@media screen and (prefers-reduced-motion: reduce) and (min-width: 960px) {
  .keyword-bridge-visual-photo--1.js-keyword-bridge-reveal {
    transform: translate3d(0, -10px, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .keyword-bridge-visual-photo--2.js-keyword-bridge-reveal {
    transform: translate3d(0, 0, 0);
  }
}
.work-keyword {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .work-keyword {
    display: block;
    width: 100%;
    max-width: none;
  }
}

.keyword-content {
  width: 100%;
  display: contents;
}
@media screen and (min-width: 960px) {
  .keyword-content {
    display: block;
    width: 100%;
    max-width: min(100%, 1280px);
    margin: 0 auto;
    padding: 0 clamp(16px, 2vw, 24px);
    padding-bottom: 48px;
    box-sizing: border-box;
  }
}

.keyword-body {
  width: 100%;
  min-width: 0;
  order: 3;
}
@media screen and (min-width: 960px) {
  .keyword-body {
    order: 0;
    display: block;
    padding: 0;
    box-sizing: border-box;
  }
}

.keyword-masthead {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  order: 2;
  margin-top: clamp(24px, 5vw, 40px);
  margin-bottom: clamp(36px, 6vw, 52px);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .keyword-masthead {
    order: 0;
    gap: 10px;
    margin-top: 0;
    margin: 160px auto 60px;
  }
}

#keyword .work-block-title {
  margin: 0;
  letter-spacing: 0.32em;
}

.keyword-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: min(100%, 1140px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 40px);
  overflow: visible;
  background: #fbedf1;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 24px 56px rgba(44, 45, 75, 0.08);
}
@media screen and (min-width: 960px) {
  .keyword-stage {
    max-width: none;
    margin-top: 32px;
    padding: 50px;
  }
}

.keyword-scroll {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  background: transparent;
}

.keyword-lead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .keyword-lead {
    gap: 10px 20px;
  }
}

.keyword-lead-label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(124, 79, 121, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
}

.keyword-lead-name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #7d4f79;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 960px) {
  .keyword-lead-name {
    font-size: 1rem;
  }
}

.keyword-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.keyword-item {
  margin: 0;
  padding: 0;
}
.keyword-item + .keyword-item {
  padding-top: 36px;
  border-top: 1px solid rgba(234, 184, 185, 0.38);
}
@media screen and (min-width: 960px) {
  .keyword-item + .keyword-item {
    padding-top: 28px;
  }
}

.keyword-story {
  position: relative;
  display: block;
  height: 100%;
}

.keyword-story-inner {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 32px;
  box-sizing: border-box;
  background: transparent;
  border: none;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .keyword-story-inner {
    padding: 20px 0;
  }
}

.keyword-story-num {
  position: absolute;
  top: -6px;
  left: 0;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(124, 79, 121, 0.14);
  font-size: clamp(3rem, 12vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0.04em;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .keyword-story-num {
    top: -8px;
    font-size: 4.5rem;
  }
}

.keyword-story-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  padding: 0;
  color: #6b4570;
  font-size: 1.15rem;
  line-height: 1.65;
  letter-spacing: 0.12em;
  font-weight: bold !important;
}
@media screen and (min-width: 960px) {
  .keyword-story-title {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
}

.keyword-story-text {
  margin: 0;
  color: #343652;
  font-size: 0.94rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 960px) {
  .keyword-story-text {
    font-size: 0.88rem;
    line-height: 2.1;
  }
}

.keyword-magazine .keyword-item:last-child .keyword-story-inner {
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  .keyword-magazine .keyword-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 0;
  }
  .keyword-magazine .keyword-item {
    margin: 0;
    padding: 0;
    border: none;
  }
  .keyword-magazine .keyword-item + .keyword-magazine .keyword-item {
    padding-top: 0;
    border-top: none;
  }
  .keyword-magazine .keyword-item:nth-child(odd) {
    padding-right: clamp(22px, 2.5vw, 32px);
    border-right: 1px solid rgba(234, 184, 185, 0.38);
  }
  .keyword-magazine .keyword-item:nth-child(even) {
    padding-left: clamp(22px, 2.5vw, 32px);
  }
  .keyword-magazine .keyword-item:nth-child(n+3) {
    margin-top: clamp(22px, 2.5vw, 28px);
    padding-top: clamp(22px, 2.5vw, 28px);
    border-top: 1px solid rgba(234, 184, 185, 0.38);
  }
  .keyword-magazine .keyword-story-inner {
    padding: 0;
    min-height: 100%;
  }
  .keyword-magazine .keyword-story-num {
    top: -4px;
    font-size: 3.6rem;
  }
  .keyword-magazine .keyword-story-title {
    margin-bottom: 15px;
    font-size: 1.3rem;
    line-height: 1.55;
  }
  .keyword-magazine .keyword-story-text {
    font-size: 0.82rem;
    line-height: 1.95;
  }
}

.work-image {
  overflow: hidden;
}
.work-image img {
  display: block;
  width: 100%;
  height: auto;
}

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

写真ギャラリー（visual-sequence）

-------------------------------*/
.visual-sequence {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  z-index: 0;
  padding: 36px 0 56px;
}
@media screen and (min-width: 960px) {
  .visual-sequence {
    gap: 68px;
    padding: 52px 0 86px;
  }
}
.visual-sequence .sequence-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  transform: none;
  transition: opacity 0.35s ease;
}
.visual-sequence .sequence-item:nth-child(1) {
  max-width: min(94%, 1120px);
  margin-left: auto;
  margin-right: auto;
}
.visual-sequence .sequence-item:nth-child(2) {
  max-width: min(74%, 840px);
  margin-left: 0;
  margin-right: auto;
}
.visual-sequence .sequence-item:nth-child(3) {
  max-width: min(82%, 940px);
  margin-left: auto;
  margin-right: 0;
}
.visual-sequence .sequence-item:nth-child(4) {
  max-width: min(70%, 780px);
  margin-left: 0;
  margin-right: auto;
}
.visual-sequence .sequence-item:nth-child(5) {
  max-width: min(86%, 1000px);
  margin-left: auto;
  margin-right: auto;
}
.visual-sequence .sequence-item:nth-child(6) {
  max-width: min(76%, 860px);
  margin-left: auto;
  margin-right: 0;
}
.visual-sequence img {
  display: block;
  width: 100%;
  height: auto;
  transform: none;
  transition: none;
  will-change: auto;
}
@media screen and (min-width: 960px) {
  .visual-sequence .sequence-item:hover {
    opacity: 0.93;
  }
  .visual-sequence .sequence-item:nth-child(2) {
    margin-left: 8%;
  }
  .visual-sequence .sequence-item:nth-child(3) {
    margin-right: 10%;
  }
  .visual-sequence .sequence-item:nth-child(4) {
    margin-left: 14%;
  }
  .visual-sequence .sequence-item:nth-child(6) {
    margin-right: 12%;
  }
}

.photo-strip {
  --feature-photo-gap: 0;
  --feature-photo-size: clamp(200px, 38vw, 420px);
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.photo-strip__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  animation: feature-photo-loop 64s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}
.photo-strip.is-ready .photo-strip__track {
  animation-play-state: running;
}
.photo-strip__group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 0 auto;
  gap: var(--feature-photo-gap);
  padding-right: var(--feature-photo-gap);
}
.photo-strip__item {
  position: relative;
  isolation: isolate;
  flex: 0 0 auto;
  width: var(--feature-photo-size);
  overflow: hidden;
  border-radius: 1px;
  box-shadow: 0 10px 28px rgba(20, 16, 40, 0.14);
}
.photo-strip__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(72% 52% at 16% 14%, rgba(255, 240, 248, 0.38) 0%, rgba(255, 240, 248, 0) 70%), linear-gradient(145deg, rgba(255, 222, 238, 0.34) 0%, rgba(255, 222, 238, 0) 52%), linear-gradient(325deg, rgba(180, 200, 245, 0.32) 0%, rgba(180, 200, 245, 0) 58%);
  pointer-events: none;
  z-index: 2;
}
.photo-strip__item::after {
  content: "";
  position: absolute;
  inset: -14px;
  background: radial-gradient(58% 42% at 16% 12%, rgba(244, 174, 203, 0.34) 0%, rgba(244, 174, 203, 0) 72%), radial-gradient(62% 46% at 84% 88%, rgba(185, 203, 245, 0.34) 0%, rgba(185, 203, 245, 0) 74%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}
.photo-strip img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.photo-strip--review {
  margin-bottom: 0;
  padding-bottom: 0;
}
.photo-strip--review .photo-strip__track {
  animation-duration: 72s;
}
.photo-strip--story {
  margin-bottom: 0;
  padding-bottom: 0;
}
.photo-strip--story .photo-strip__track {
  animation-direction: reverse;
  animation-duration: 84s;
}
@media screen and (min-width: 960px) {
  .photo-strip {
    --feature-photo-gap: 0;
    --feature-photo-size: 340px;
    padding: 0;
  }
  .photo-strip__item {
    box-shadow: 0 12px 32px rgba(20, 16, 40, 0.12);
  }
  .photo-strip--review {
    background: transparent;
    padding-bottom: 0;
  }
  .photo-strip--review .photo-strip__track {
    animation-duration: 96s;
  }
  .photo-strip--story .photo-strip__track {
    animation-direction: reverse;
    animation-duration: 110s;
  }
}

@keyframes feature-photo-loop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .photo-strip__track,
  .photo-strip.is-ready .photo-strip__track {
    animation: none;
    animation-play-state: paused;
  }
}
#review-introduction-group .photo-strip--review {
  width: 100%;
  max-width: 100%;
}

#review-introduction-group .photo-single {
  width: min(86vw, 360px);
  margin: 0 auto 22px;
}

#review-introduction-group .photo-single picture {
  display: block;
  width: 100%;
}

#review-introduction-group .photo-single img {
  display: block;
  width: 100%;
  height: auto;
}

#cast-staff-group .photo-strip--story {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.work-image-story img {
  max-height: 540px;
  object-fit: cover;
  object-position: center;
}

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

#introduction（イントロ／ストーリー）

-------------------------------*/
#review-introduction-group {
  position: relative;
  overflow: hidden;
}
#review-introduction-group::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url(../img/intro/bg_sp2.webp) center/cover no-repeat;
  opacity: 0.85;
}
@media screen and (min-width: 960px) {
  #review-introduction-group::before {
    background-image: url(../img/intro/bg_pc2.webp);
    background-position: center bottom;
  }
}

#introduction {
  position: relative;
  overflow: hidden;
}

#introduction .work-section-inner {
  position: relative;
  z-index: 1;
  background-image: none;
  background: none;
}
#introduction .work-section-inner::before {
  display: none;
}
@media screen and (min-width: 960px) {
  #introduction .work-section-inner {
    padding: 100px 0 0;
  }
}

#introduction .work-feature-content .work-text,
#introduction .work-feature-content .work-block-title {
  color: #2c2d4b;
  text-shadow: none;
}
#introduction .work-feature-content .work-text {
  text-align: justify;
}

@media screen and (max-width: 960px) {
  #introduction .intro-panel .work-block-title {
    color: #fff;
  }
}

/* イントロ／ストーリー：白文字の視認性 */
.work-feature {
  position: relative;
}

.work-feature-content {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  z-index: auto;
}
.work-feature-content .work-lead,
.work-feature-content .work-text,
.work-feature-content .work-block-title,
.work-feature-content .work-story-heading {
  color: #fff;
}
.work-feature-content .work-lead {
  font-size: 1.2rem;
  line-height: 1.75;
}
.work-feature-content .work-text {
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .work-feature-content .work-text {
    font-size: 0.92rem;
  }
}
@media screen and (min-width: 960px) {
  .work-feature-content {
    padding: 0;
  }
  .work-feature-content .work-lead {
    font-size: 1.2rem;
    line-height: 1.85;
  }
  .work-feature-content .work-text {
    font-size: 0.9rem;
    line-height: 1.95;
    text-align: center;
  }
}

.work-feature-panel + .work-feature-panel {
  margin-top: 18px;
  padding-top: 18px;
}

#introduction .work-feature-logo {
  height: 140px;
  width: min(96%, 680px);
  background: url(../img/intro/logo.webp) no-repeat center/contain;
  opacity: 0.85;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  #introduction .work-feature-logo {
    height: 150px;
    width: 620px;
    margin: 24px auto 0;
  }
}

#introduction .work-feature-logo + .work-feature-panel {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  #introduction .work-feature-logo + .work-feature-panel {
    margin-top: 20px;
  }
}

.work-feature-panel .work-block-title {
  margin-bottom: 30px;
  color: #7c4f79;
  text-align: center;
}

.work-feature-content .work-feature-panel .work-block-title {
  color: #fff;
}

.story-panel .work-block-title {
  letter-spacing: 0.16em;
}

.story-bg-top {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  line-height: 0;
  padding: 0;
}
.story-bg-top picture {
  display: block;
  width: 100%;
}
.story-bg-top img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .story-bg-top {
    width: min(90%, 1920px);
  }
}

#introduction .story-bg-top {
  margin-top: 0;
}

.story-panel .work-story-heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin: -8px auto 22px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.1em;
  text-align: center;
  color: #7d4f79 !important;
}
@media screen and (min-width: 960px) {
  .story-panel .work-story-heading {
    margin: -6px auto 24px;
    font-size: 1.3rem;
    letter-spacing: 0.12em;
  }
}

.work-block-title {
  margin-bottom: 50px;
  color: #7c4f79;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.09em;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .work-block-title {
    font-size: 1.9rem;
  }
}

#review .work-block-title {
  color: #fff;
}
@media screen and (min-width: 960px) {
  #review .work-block-title {
    color: #7c4f79;
  }
}

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

#review 引用・本文

-------------------------------*/
.work-review-copy {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 16px;
  color: #9a4c79;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7;
}

.work-review-quotes {
  margin-top: 28px;
  padding: 22px 18px 0;
}
@media screen and (min-width: 960px) {
  .work-review-quotes {
    color: #7c4f79 !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 48px 64px;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}

.work-review-quote {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 22px;
}
.work-review-quote:last-child {
  margin-bottom: 0;
}
.work-review-quote span {
  color: #eda5c1;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (min-width: 960px) {
  .work-review-quote span {
    color: #7d4f79;
  }
}
@media screen and (min-width: 960px) {
  .work-review-quote {
    flex: 1;
    max-width: 420px;
    color: #4a4660;
    margin-bottom: 0;
  }
}

.review-video-section {
  padding: 0;
  background: #ece8f0;
}

.review-video-inner {
  width: 100%;
}

.review-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
}
.review-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin: 18px auto;
  color: #eab8b9 !important;
  font-size: 1.12rem;
  line-height: 1.9;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .work-lead {
    color: #7d4f79 !important;
  }
}

.work-lead-tight-dash {
  letter-spacing: -0.12em;
}

.work-text {
  color: #2c2d4b;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .work-text {
    font-size: 0.9rem;
  }
}

.work-text + .work-text {
  margin-top: 14px;
}

.work-note {
  margin-bottom: 14px;
  color: #7f739f;
  font-size: 0.9rem;
}

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

#cast リスト

-------------------------------*/
/* キャストカード：シンプル（写真＋「俳優 / 役」1行＋丸ボタン） */
.cast-list {
  display: grid;
  gap: 36px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 46px;
  }
}

.cast-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cast-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .cast-card {
    max-width: none;
  }
}

.cast-card-photo {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
  isolation: isolate;
  outline: 1px solid rgba(255, 255, 255, 0.38);
  outline-offset: -1px;
  overflow: hidden;
  box-shadow: 6px 6px rgba(234, 184, 185, 0.5882352941);
}
.cast-card-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(72% 52% at 16% 14%, rgba(255, 240, 248, 0.38) 0%, rgba(255, 240, 248, 0) 70%), linear-gradient(145deg, rgba(255, 222, 238, 0.34) 0%, rgba(255, 222, 238, 0) 52%), linear-gradient(325deg, rgba(180, 200, 245, 0.32) 0%, rgba(180, 200, 245, 0) 58%);
  pointer-events: none;
  z-index: 2;
}
.cast-card-photo::after {
  content: "";
  position: absolute;
  inset: -14px;
  background: radial-gradient(58% 42% at 16% 12%, rgba(244, 174, 203, 0.34) 0%, rgba(244, 174, 203, 0) 72%), radial-gradient(62% 46% at 84% 88%, rgba(185, 203, 245, 0.34) 0%, rgba(185, 203, 245, 0) 74%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}
.cast-card-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.cast-card .cast-card-photo {
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .cast-card .cast-card-photo {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .cast-card .cast-card-photo img {
    transition: transform 0.35s ease;
  }
  .cast-card .cast-card-photo:hover {
    transform: translateY(-3px);
    box-shadow: 8px 8px rgba(234, 184, 185, 0.55);
  }
  .cast-card .cast-card-photo:hover img {
    transform: scale(1.04);
  }
}
.cast-card .cast-card-photo:focus-visible {
  outline: 2px solid rgba(228, 104, 143, 0.85);
  outline-offset: 3px;
}

.cast-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 16px 4px 0 2px;
}

.cast-card-line {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  flex: 1;
  margin: 0;
  min-width: 0;
  font-size: 0;
  line-height: 1.55;
}

.cast-line-name {
  font-size: 1.3rem;
  font-weight: 500;
  color: #3a3a42;
  letter-spacing: 0.04em;
}

.cast-line-sep {
  font-size: 0.95rem;
  font-weight: 400;
  color: #a8a8b0;
  margin: 0 0.28em;
}

.cast-line-role {
  font-size: 0.88rem;
  font-weight: 400;
  color: #7a7a86;
  letter-spacing: 0.03em;
}

.cast-profile-btn {
  appearance: none;
  box-sizing: border-box;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  border: none;
  outline: none;
  background: #eab8b9;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  box-shadow: none;
  letter-spacing: 2px;
}
.cast-profile-btn:hover {
  background: #e3a0a2;
  box-shadow: none;
}
.cast-profile-btn:active {
  transform: scale(0.94);
}

/* キャストプロフィール Modaal */
.cast-profile-modals-root {
  display: none;
}

.cast-profile-modaal.modaal-wrapper {
  background: #fff;
}
.cast-profile-modaal.modaal-wrapper .modaal-container {
  position: relative;
  margin: 20px auto;
  max-height: calc(100vh - 40px);
  width: calc(100% - 32px) !important;
  max-width: 1200px !important;
  box-sizing: border-box;
}
.cast-profile-modaal.modaal-wrapper {
  /* グローバル .modaal-content-container の flex + align-items:center が
     max-height + scroll と組み合わさると、中身の上下がクリップされる（SPで顔の上が欠ける） */
}
.cast-profile-modaal.modaal-wrapper .modaal-content-container {
  display: block;
  align-items: unset;
  justify-content: unset;
  min-height: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: min(90vh, 860px);
  background: #fff;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  width: 100%;
}
.cast-profile-modaal.modaal-wrapper .modaal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 0;
  color: #8893c4;
}
.cast-profile-modaal.modaal-wrapper .modaal-close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cast-profile-modaal.modaal-wrapper .modaal-close::before, .cast-profile-modaal.modaal-wrapper .modaal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: currentColor;
}
.cast-profile-modaal.modaal-wrapper .modaal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cast-profile-modaal.modaal-wrapper .modaal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cast-profile-modaal.modaal-wrapper .modaal-close:hover {
  background: #eab8b9;
  color: #fff;
}

.cast-profile-modal-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 56px 0 40px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media screen and (min-width: 960px) {
  .cast-profile-modal-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    padding: 48px 48px 40px 40px;
    text-align: left;
  }
}
.cast-profile-modal-inner .cast-profile-modal-visual {
  width: 240px;
  max-width: 65vw;
  margin: 0 auto 20px;
  flex-shrink: 0;
}
.cast-profile-modal-inner .cast-profile-modal-visual img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 6px 6px rgba(234, 184, 185, 0.5882352941);
  /* lazyloadによるフェードインなども考慮し、余計な制限はかけない */
}
@media screen and (min-width: 960px) {
  .cast-profile-modal-inner .cast-profile-modal-visual {
    width: 300px;
    max-width: none;
    margin: 0;
  }
}

.cast-profile-modal-visual {
  flex-shrink: 0;
}

.cast-profile-modal-main {
  flex: 1;
  min-width: 0;
}

.cast-profile-modal-name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin: 10px 0 8px;
  color: #2c2d4b;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.35;
}
@media screen and (min-width: 960px) {
  .cast-profile-modal-name {
    margin-top: 0;
    font-size: 1.5rem;
  }
}

.cast-profile-modal-role {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px;
  color: #5a5d7a;
  font-size: 0.95rem;
  line-height: 1.5;
}

.cast-profile-modal-body {
  text-align: justify;
  text-justify: inter-ideograph;
}

.cast-profile-modal-text {
  margin: 0;
  color: #2c2d4b;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .cast-profile-modal-text {
    font-size: 0.9rem;
  }
}

.staff-head {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin: 20px auto;
  color: #3a3a43;
  font-size: 1.3rem;
  text-align: center;
}

.staff-head-label {
  font-size: 0.78em;
}

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

#trailer

-------------------------------*/
#trailer {
  position: relative;
  padding: 30px 0 0;
}
#trailer .work-block-title {
  margin-bottom: 20px;
}
#trailer .swiper-container {
  position: relative;
}
@media screen and (min-width: 960px) {
  #trailer {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 30px;
  }
}

.trailer-tabs {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0 10px 50px;
}
@media screen and (max-width: 960px) {
  .trailer-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
  .trailer-tabs .trailer-tab-btn:first-child {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 960px) {
  .trailer-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.trailer-tab-btn {
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
@media screen and (min-width: 960px) {
  .trailer-tab-btn {
    width: auto;
  }
}
.trailer-tab-btn {
  background: #fff;
  color: #222;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 16px 22px 15px;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s ease, opacity 0.25s ease;
}
.trailer-tab-btn.is-active {
  color: #fff;
  background: #eab8b9;
}
.trailer-tab-btn:hover {
  opacity: 0.92;
}

#trailer-ttl {
  position: relative;
  display: inline-block;
}
#trailer-ttl::before {
  content: "";
  position: absolute;
  top: -24px;
  right: -40px;
  width: 60px;
  height: 60px;
  background: url(../img/teaser/ttl_icon.png) no-repeat top left;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  #trailer-ttl::before {
    top: -40px;
    right: -60px;
    width: 90px;
    height: 90px;
  }
}

.youtube-short-wrap {
  width: 90%;
  max-width: 700px;
  margin: 20px auto;
}
.youtube-short-wrap iframe {
  aspect-ratio: 1/1;
  width: 100%;
}

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

@media screen and (min-width: 960px) {
  .trailer-pc-modaal {
    display: block;
    position: relative;
  }
  .trailer-pc-modaal:hover {
    transform: scale(1.1);
  }
}

#movie-container {
  width: 100%;
  margin: 20px auto 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 960px) {
  #movie-container {
    max-width: 1280px;
    margin: 40px auto 0;
  }
}

#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::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../common/img/overlay.png) repeat;
  z-index: 1;
  pointer-events: none;
}

.movie-thumb-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.14);
  transform-origin: center center;
}

.movie-preview {
  pointer-events: none;
}

.movie-preview-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .movie-thumb-list li {
    padding: 0 20px;
  }
}

.movie-cap {
  display: none;
  padding: 0 0 12px;
  text-align: center;
  color: #282453;
  font-size: 16px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 3;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 960px) {
  .play-icon {
    width: 80px;
    height: 80px;
  }
  .play-icon::before {
    border-width: 13px 0 13px 22px;
  }
}

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

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

.swiper-pagination-bullet {
  background: #fff;
}

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

.trailer-button-prev,
.trailer-button-next {
  background: #ffedf2;
  width: 36px;
  height: 60px;
  z-index: 30;
  position: relative;
}
.trailer-button-prev span,
.trailer-button-next span {
  display: block;
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 16px;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev span,
  .trailer-button-next span {
    width: 14px;
    top: 50px;
    left: 20px;
  }
}
.trailer-button-prev span:nth-child(1),
.trailer-button-next span:nth-child(1) {
  transform: rotate(-50deg);
  transform-origin: top right;
}
.trailer-button-prev span:nth-child(2),
.trailer-button-next span:nth-child(2) {
  transform: rotate(50deg);
  transform-origin: top right;
}
.trailer-button-prev.swiper-button-disabled,
.trailer-button-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev,
  .trailer-button-next {
    background-size: 8px;
    width: 60px;
    height: 100px;
    transition: background-color ease 0.4s;
    cursor: pointer;
  }
  .trailer-button-prev:hover,
  .trailer-button-next:hover {
    background: #282453;
  }
}

.trailer-button-next {
  position: absolute;
  bottom: 50%;
  right: 0;
}
@media screen and (min-width: 960px) {
  .trailer-button-next {
    right: calc(5% - 50px);
    bottom: calc(50% - 30px);
  }
}

.trailer-button-prev {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: scale(-1, -1);
}
@media screen and (min-width: 960px) {
  .trailer-button-prev {
    left: calc(5% - 50px);
    bottom: calc(50% - 30px);
  }
}

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

MVTK ウィジェット

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

#mvtk-widgets-container {
  margin: 0 auto;
}

/* 幅・高さを指定 */
.swiper-button-prev,
.swiper-button-next {
  height: 36px;
  width: 36px;
  bottom: 20px;
  top: auto;
}

/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 36px;
  width: 36px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    background-size: 8px;
    width: 60px;
    height: 100px;
    transition: background-color ease 0.4s;
    cursor: pointer;
  }
  .swiper-button-prev:after:hover,
  .swiper-button-next:after:hover {
    background: #282453;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none;
  }
}

/* 前に戻る画像パス */
.swiper-button-prev:after {
  background-image: url(../img/common/arrow_left.svg);
}

/* 次に進む画像パス */
.swiper-button-next:after {
  background-image: url(../img/common/arrow_right.svg);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
}

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

Colorbox（#cboxOverlay）

-------------------------------*/
#cboxOverlay {
  background: radial-gradient(circle at 30% 70%, #fffef2 0%, #fbedf1 20%, #cbd2eb 40%, #9ba3d4 80%);
}

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

.contents（本文エリア）

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

.contents-inner {
  padding: 0 5%;
}
@media screen and (min-width: 960px) {
  .contents-inner {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.inner {
  position: relative;
  width: 100%;
}

.contents-ttl-wrap {
  position: relative;
  text-align: center;
}

.contents-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #282453;
  text-align: center;
  font-size: 2em;
}

.contents-ttl-ja {
  display: block;
  margin-top: 0.4em;
  font-size: 0.55em;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #eab8b9;
}

.txt-container p {
  line-height: 1.8;
  margin-bottom: 1em;
}

.small {
  font-size: 0.8em;
}

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

#intro

-------------------------------*/
#intro {
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  #intro {
    padding: 100px 0;
    text-align: center;
  }
}

.intro-lead-txt {
  margin: 0 0 30px;
}

.intro-txt0 {
  color: #282453;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.4;
}

.intro-txt1 {
  color: #282453;
  text-align: center;
  font-size: 1.3em;
  margin-top: 1em;
  line-height: 1.4;
}

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

#comment

-------------------------------*/
#comment {
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  #comment {
    padding: 100px 0;
  }
}

#comment-ttl {
  position: relative;
  display: inline-block;
}
#comment-ttl::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -40px;
  width: 60px;
  height: 60px;
  background: url(../img/teaser/ttl_icon.png) no-repeat top left;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  #comment-ttl::before {
    top: -40px;
    left: -60px;
    width: 90px;
    height: 90px;
  }
}

@media screen and (min-width: 960px) {
  .comment-list-cast {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .comment-list-cast li {
    margin: 0 20px;
  }
}

@media screen and (min-width: 960px) {
  .comment-list-staff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .comment-list-staff li {
    margin: 0 20px;
  }
}

.comment-btn {
  text-align: center;
  margin: 40px auto;
}
@media screen and (min-width: 960px) {
  .comment-btn:hover {
    cursor: pointer;
  }
  .comment-btn:hover .comment-name {
    color: #fba879 !important;
  }
}

.comment-box {
  display: none;
  margin: 40px 0 60px;
}
@media screen and (min-width: 960px) {
  .comment-box {
    max-width: 960px;
    margin: 80px auto;
  }
}

.modaal-content-container {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modaal-inner-wrapper {
  box-shadow: none;
}

.modaal-wrapper .modaal-container {
  box-shadow: none !important;
}

.modaal-fullscreen .modaal-close {
  background: #ffedf2;
}

.modaal-close:focus,
.modaal-close:hover {
  background: #eab8b9;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #fff;
}

.comment-box-inner {
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  .comment-box-inner {
    max-width: 960px;
    padding: 60px 30px;
  }
}

.comprof {
  color: #ffedf2;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  transition: all 0.4s ease;
}

.comment-txt {
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .comment-txt {
    padding: 0 30px;
  }
}

.comment-name {
  display: inline-block;
  color: #282453;
  font-weight: bold;
  font-size: 1.4em;
  background: url(../img/teaser/fukidashi0.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 1em;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.comment-name .role {
  font-size: 0.8em;
}

.comment-list-cast li:nth-child(6) .comment-name {
  background: url(../img/teaser/fukidashi2.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.prof-box {
  position: relative;
  margin: 20px auto;
  padding: 20px 20px;
}
@media screen and (min-width: 960px) {
  .prof-box {
    margin: 40px auto;
    padding: 30px 30px;
  }
}
.prof-box .txt-container {
  font-size: 0.9em;
}
.prof-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffedf2;
  height: 1px;
  width: 20px;
}
.prof-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffedf2;
  height: 100px;
  width: 1px;
}

.prof-ttl {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #282453;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.prof-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffedf2;
  height: 1px;
  width: 20px;
}
.prof-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffedf2;
  height: 100px;
  width: 1px;
}

.comment-director {
  background: url(../img/teaser/fukidashi1.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.comment-original {
  background: url(../img/teaser/fukidashi2.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.original-box {
  margin: 40px auto;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .original-box {
    margin: 80px auto 20px;
  }
}

.original-ttl {
  font-size: 1.2em;
}

.original-link a {
  color: #282453;
  text-decoration: underline;
  transition: all 0.4s ease;
}
.original-link a:hover {
  color: #fba879;
}

.original-img {
  margin: 10px auto;
  width: 60%;
  max-width: 220px;
}
@media screen and (min-width: 960px) {
  .original-img {
    margin: 20px auto;
  }
}

.original-att {
  font-size: 10px;
}

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

#footer

-------------------------------*/
#footer {
  position: relative;
  padding: 30px 5%;
  background-color: #5d668a;
  background-image: url("../img/footer/bg_sp.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 60vh;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 60px 5%;
    background-image: url("../img/footer/bg_pc.webp");
    min-height: 750px;
  }
}

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

#footer Share

-------------------------------*/
.share-container {
  margin: 30px 0 0;
}
.share-container .contents-ttl {
  font-size: 1.2em;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .share-container {
    position: absolute;
    bottom: 2vw;
    right: 0;
    left: 0;
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */