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

@PC - style.css v5.0.0

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

#main

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

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

#top

-------------------------------*/
#top {
  position: relative;
  min-height: 100vh;
  box-shadow: 0 0 40px rgba(122, 226, 255, 0.5), inset 0 0 40px rgba(122, 226, 255, 0.2), 0 0 80px rgba(144, 238, 144, 0.4), inset 0 0 80px rgba(144, 238, 144, 0.15);
}
#top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, rgba(122, 226, 255, 0.8) 20%, rgba(144, 238, 144, 0.6) 50%, rgba(122, 226, 255, 0.8) 80%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  box-shadow: 0 0 20px rgba(122, 226, 255, 0.8), 0 0 40px rgba(122, 226, 255, 0.4);
}
#top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, rgba(144, 238, 144, 0.8) 20%, rgba(122, 226, 255, 0.6) 50%, rgba(144, 238, 144, 0.8) 80%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  box-shadow: 0 0 20px rgba(144, 238, 144, 0.8), 0 0 40px rgba(144, 238, 144, 0.4);
}
@media screen and (min-width: 960px) {
  #top {
    width: 100%;
    min-width: 1024px;
    height: 100vh;
    min-height: 800px;
    max-height: 1080px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(122, 226, 255, 0.6), inset 0 0 60px rgba(122, 226, 255, 0.3), 0 0 120px rgba(144, 238, 144, 0.5), inset 0 0 120px rgba(144, 238, 144, 0.2);
  }
  #top::before {
    height: 4px;
    box-shadow: 0 0 30px rgb(122, 226, 255), 0 0 60px rgba(122, 226, 255, 0.6);
  }
  #top::after {
    height: 4px;
    box-shadow: 0 0 30px rgb(144, 238, 144), 0 0 60px rgba(144, 238, 144, 0.6);
  }
}

.main-img {
  opacity: 0;
  transition: all 0.2s linear;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .main-img {
    width: 100%;
  }
}

.main-img img {
  vertical-align: bottom;
}

.main-img.show {
  opacity: 1;
  -webkit-animation: scale-up-ver-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-ver-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@media screen and (min-width: 960px) {
  .main-img.show {
    opacity: 1;
  }
}

.top-main-sp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@-webkit-keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.top-inner {
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 960px) {
  .top-inner {
    width: 70%;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 900px;
    max-height: 1080px;
  }
}

.lead2 {
  position: absolute;
  width: 93%;
  max-width: 560px;
  top: 3vw;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .lead2 {
    width: 90%;
    top: 2vw;
    margin: auto;
    max-width: 530px;
  }
}

.lead2.show {
  opacity: 1;
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.lead1 {
  position: absolute;
  width: 15vw;
  max-width: 32px;
  top: 4vw;
  right: 1vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .lead1 {
    width: 50vw;
    max-width: 65px;
    min-width: 55px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 476px;
    text-align: center;
    right: 2vw;
  }
}

.lead1.show {
  opacity: 1;
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.lead2 {
  position: absolute;
  width: 15vw;
  max-width: 42px;
  top: 35vw;
  left: 0;
  right: auto;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .lead2 {
    width: 20vw;
    max-width: 85px;
    min-width: 55px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 552px;
    text-align: center;
    left: 2vw;
  }
}

.lead2.show {
  opacity: 1;
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.lead3 {
  position: static;
  width: 55%;
  max-width: 640px;
  margin: 30px auto 0;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .lead3 {
    position: static;
    max-width: 400px;
  }
}

.lead3.show {
  opacity: 1;
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.a24 {
  position: absolute;
  width: 10vw;
  max-width: 70px;
  right: 2vw;
  bottom: 12vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .a24 {
    width: 90px;
    bottom: 2vw;
  }
}

.a24.show {
  opacity: 1;
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.rs {
  position: absolute;
  left: 3vw;
  bottom: 12vw;
  width: 17%;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .rs {
    left: 2vw;
    bottom: 2vw;
    width: 9%;
    max-width: 160px;
  }
}

.rs.show {
  opacity: 1;
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.top-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2vw;
  width: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 960px) {
  .top-container {
    bottom: 2vw;
  }
}

@keyframes scale-up-hor-center {
  0% {
    transform: scaleX(0.4);
  }
  100% {
    transform: scaleX(1);
  }
}
.ttl {
  position: relative;
  margin: 30px auto;
  z-index: 1;
  text-align: center;
  font-family: "Teko", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 2em !important;
  letter-spacing: 0.15em;
  display: inline-block;
}
.ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background: #7ae2ff;
}
.ttl.active::before {
  animation-name: kf_ttl_bg;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 960px) {
  .ttl {
    margin: 0 auto 50px;
    font-size: 2.1em !important;
  }
}
.ttl .jp-ttl {
  display: block;
  font-family: "源ノ角ゴシック", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 0.3em !important;
  letter-spacing: 0.55em;
}

@keyframes kf_ttl_bg {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
.roadshow {
  position: absolute;
  left: 4vw;
  width: 17vw;
  top: -95vw;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .roadshow {
    width: 12vw;
    margin: 0 auto;
    position: absolute;
    top: auto;
    left: auto;
    right: 2vw;
    bottom: 2vw;
    max-width: 130px;
  }
}

.roadshow-sp {
  position: absolute;
  width: 20vw;
  max-width: 143px;
  top: 10vw;
  left: 3vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .roadshow-sp {
    display: none;
  }
}

.roadshow.show,
.roadshow-sp.show {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  opacity: 1;
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#logo {
  width: 95%;
  max-width: 450px;
  margin: 0 auto;
  position: absolute;
  bottom: 30vw;
  left: 0;
  right: 0;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  #logo {
    position: static;
    width: 50%;
    max-width: 680px;
    margin: 0 auto 40px;
  }
}

#logo.show {
  opacity: 1;
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

.top-link {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .top-link {
    position: absolute;
    display: flex !important;
    z-index: 1000;
  }
  .top-link a {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 400;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3em;
    color: #19c5c0;
    display: block;
    border: 1px solid #19c5c0;
    border-radius: 50px;
    margin: 0 5px;
    text-align: center;
  }
  .top-link a:hover {
    background: #fff;
    color: #19c5c0;
  }
  .top-link a span {
    font-size: 0.7rem;
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .top-link {
    top: 1.5vw;
    right: 2vw;
  }
}

.cp-bnr {
  position: absolute;
  width: 150px;
  top: 1vw;
  left: 1vw;
}
.cp-bnr a {
  display: block;
}
.cp-bnr a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .cp-bnr a {
    margin: 10px 0;
  }
}

.cp-bnr-sp {
  width: 95%;
  margin: 25px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cp-bnr-sp a {
  width: 44%;
  display: block;
  margin: 7px;
}
.cp-bnr-sp a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .cp-bnr-sp a {
    display: none;
  }
}
.cp-bnr-sp a:first-child {
  width: 57%;
}

.top-btn {
  width: 17%;
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  gap: 20px;
}
.top-btn a {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  width: auto;
  color: #2d2a2a;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  border-radius: 50%;
  background: #84ccc9;
  display: block;
  margin: 15px 0;
}
.top-btn a:hover {
  color: #000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .top-btn {
    display: flex;
    justify-content: center;
    width: 600px;
  }
  .top-btn a {
    font-size: 0.9rem;
    margin: 0 10px;
  }
}

#top-main {
  width: 100%;
}

.billing {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
  font-size: x-small;
  line-height: 1.5;
}
.billing img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .billing {
    padding: 0 0 60px;
  }
}

.top-bnr {
  width: 90%;
  margin: 30px auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.top-bnr a {
  transition: all 0.4s;
  width: calc(50% - 5px);
  margin: 0;
}
@media screen and (min-width: 960px) {
  .top-bnr a {
    flex: 1;
    margin: 0 10px;
  }
  .top-bnr a img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.top-bnr a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .top-bnr {
    width: 750px;
    flex-wrap: nowrap;
    align-items: center;
  }
}

.top-btn-pc {
  top: 0;
  right: 0;
}
.top-btn-pc a {
  display: block;
  font-weight: 400;
  font-size: 0.7rem;
  width: 13vw;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-radius: 0px;
  background: #8c755e;
  display: block;
  margin: 15px auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#underlayer {
  padding: 20px 0 0 0;
  background: #15385a url(../img/top/bg_sp.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}
@media screen and (min-width: 960px) {
  #underlayer {
    padding: 30px 0 0 0;
    background-image: url(../img/top/bg_pc.jpg);
    background-attachment: fixed;
  }
}

.news {
  width: 90%;
  margin: 0 auto;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.news img {
  border-radius: 50px;
}
.news a {
  color: #2d2a2a;
  font-weight: 400;
  font-size: 1.1rem;
  width: 100%;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  display: block;
  margin: 15px auto;
  letter-spacing: 4px;
}

.news-wrap {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 90%;
  padding: 20px 5%;
  margin: 50px auto;
  position: relative;
  border-radius: 0;
  z-index: 1;
  border-top: 2px solid rgba(122, 226, 255, 0.5);
  border-bottom: 2px solid rgba(122, 226, 255, 0.5);
  border-left: none;
  border-right: none;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .news-wrap {
    width: 70%;
    max-width: 700px;
    margin: 60px auto;
    padding: 30px 40px;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
}
@media screen and (max-width: 960px) {
  .news-wrap {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
.news-wrap .ttl {
  color: #7ae2ff;
  text-shadow: 0 0 10px rgba(122, 226, 255, 0.8), 0 0 20px rgba(122, 226, 255, 0.4), 2px 2px 4px rgba(0, 0, 0, 0.8);
  margin: 5px auto;
}
.news-wrap .ttl .jp-ttl {
  color: #ffffff;
}

.news-feed {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.news-feed li {
  margin: 0;
}

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

.news-date {
  font-size: small;
  font-weight: bold;
  color: #7ae2ff;
  margin: 0;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .news-date {
    width: 120px;
    flex-shrink: 0;
  }
}

.news-item {
  display: block;
  padding: 15px 0;
  color: #ffffff;
  line-height: 1.4;
  border-top: none;
  border-bottom: 1px solid rgba(122, 226, 255, 0.3);
  border-left: none;
  border-right: none;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.news-item:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .news-item {
    padding: 20px 0;
  }
}

.news-txt {
  margin: 0;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .news-txt {
    font-size: 0.95rem;
    flex: 1;
  }
}

.arrow {
  display: none;
}

.news-btn {
  background: transparent;
  border: 2px solid #7ae2ff;
  display: block;
  width: 120px;
  border-radius: 0;
  margin: 20px auto 0;
  padding: 12px;
  color: #7ae2ff;
  font-weight: 600;
  text-align: center;
  font-size: small;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgba(122, 226, 255, 0.6), 0 0 20px rgba(122, 226, 255, 0.4);
  box-shadow: 0 0 15px rgba(122, 226, 255, 0.3), inset 0 0 15px rgba(122, 226, 255, 0.1);
}
@media screen and (min-width: 960px) {
  .news-btn {
    margin: 30px auto 0;
    width: 140px;
    padding: 14px;
  }
  .news-btn:hover {
    background: rgba(122, 226, 255, 0.1);
    box-shadow: 0 0 25px rgba(122, 226, 255, 0.6), inset 0 0 25px rgba(122, 226, 255, 0.2);
    transform: translateY(-2px);
  }
}

.theater-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.4s ease;
  transition: all 0.4s linear;
  right: 15px;
  left: 0;
  opacity: 0 !important;
}
.theater-btn a {
  width: 100%;
}
.theater-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .theater-btn {
    bottom: 10px;
    width: 130px;
    left: auto;
  }
}

.theater-btn-show {
  right: 15px !important;
  margin: auto;
  opacity: 1 !important;
}

.theater-btn:hover {
  opacity: 0.8;
}

.theater-bnr {
  width: 90%;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 960px) {
  .theater-bnr {
    width: 700px;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin: 40px auto 60px;
  }
}

.theater-btn-link {
  width: 80%;
  display: inline-block;
  padding: 12px 40px;
  background: transparent;
  border: 2px solid #7ae2ff;
  border-radius: 0;
  color: #7ae2ff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-shadow: 0 0 10px rgba(122, 226, 255, 0.6), 0 0 20px rgba(122, 226, 255, 0.4);
  box-shadow: 0 0 15px rgba(122, 226, 255, 0.3), inset 0 0 15px rgba(122, 226, 255, 0.1);
}
.theater-btn-link span {
  display: block;
  font-size: 0.65em;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .theater-btn-link {
    width: 40%;
    padding: 12px 50px;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}
.theater-btn-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(122, 226, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.theater-btn-link:hover {
  background: rgba(122, 226, 255, 0.1);
  border-color: #7ae2ff;
  box-shadow: 0 0 25px rgba(122, 226, 255, 0.6), inset 0 0 25px rgba(122, 226, 255, 0.2);
  transform: translateY(-2px);
  text-shadow: 0 0 15px rgba(122, 226, 255, 0.9), 0 0 30px rgba(122, 226, 255, 0.6), 0 0 45px rgba(122, 226, 255, 0.3);
}
.theater-btn-link:hover::before {
  left: 100%;
}

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

#intro

-------------------------------*/
.fade-up {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.fade-up.is-inview {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .fade-up {
    transition: none !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
}
/* Sticky Hero Component */
.intro-sticky-hero {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.intro-sticky-hero .intro-sticky-hero__media {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateZ(0);
  will-change: transform;
}
.intro-sticky-hero .intro-sticky-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.intro-sticky-hero .intro-sticky-hero__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  z-index: 1;
}
.intro-sticky-hero .intro-sticky-hero__content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20vw 0;
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .intro-sticky-hero .intro-sticky-hero__content {
    padding: 10vw 0 15vw;
  }
}
.intro-sticky-hero.intro-sticky-hero--media-is-fixed .intro-sticky-hero__media::after {
  opacity: 0.65;
}
.intro-sticky-hero.intro-sticky-hero--media-is-fixed .intro-sticky-hero__media img {
  transform: scale(1.05);
}

#intro {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow: visible;
}
#intro .intro-image,
#intro .intro-sticky-hero__media {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateZ(0);
  will-change: transform;
}
#intro .intro-image img,
#intro .intro-sticky-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  position: relative;
  z-index: 2;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#intro .intro-image::after,
#intro .intro-sticky-hero__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  z-index: 1;
}
#intro.intro--media-is-fixed .intro-image::after,
#intro.intro--media-is-fixed .intro-sticky-hero__media::after, #intro.intro-sticky-hero--media-is-fixed .intro-image::after,
#intro.intro-sticky-hero--media-is-fixed .intro-sticky-hero__media::after {
  opacity: 0.65;
}
#intro.intro--media-is-fixed .intro-image img,
#intro.intro--media-is-fixed .intro-sticky-hero__media img, #intro.intro-sticky-hero--media-is-fixed .intro-image img,
#intro.intro-sticky-hero--media-is-fixed .intro-sticky-hero__media img {
  transform: scale(1.05);
}
#intro .ttl {
  color: #ffffff;
}
@media screen and (min-width: 960px) {
  #intro .ttl {
    color: #ffff00;
    text-shadow: 0 0 10px rgba(255, 255, 0, 0.5), 0 0 20px rgba(255, 255, 0, 0.4), 0 0 30px rgba(255, 255, 0, 0.2), 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
}

.headimg {
  vertical-align: bottom;
}

#intro-main {
  position: relative;
}

.intro-lead-inner {
  /*padding: 0 0 5vw 0;
    min-height: 830px;*/
  width: 95%;
  max-width: 800px;
}

.intro-item {
  color: #222;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  margin: 0 0 50px;
  width: 90%;
  margin: 20px auto;
}
@media screen and (min-width: 960px) {
  .intro-item {
    width: 750px;
  }
}

.intro-inner-txt {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vw 0 12vw;
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.intro-inner-txt .fade-up {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
@media screen and (min-width: 960px) {
  .intro-inner-txt {
    padding: 10vw 0 15vw;
  }
}

.intro-section {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 960px) {
  .intro-content {
    padding: 30px 0 0;
  }
}

#intro-lead2 {
  width: 380px;
  margin: 10px auto;
}

#intro-lead {
  width: 55%;
  max-width: 750px;
  margin: 0 auto;
  padding: 3vw 0 0 0;
}

.intro-item-lead {
  padding: 0 0 10px 0;
  font-size: 16px;
}

#intro-txt {
  width: 750px;
  margin: 0 auto;
  text-align: justify;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.2em;
  padding: 15px 0;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.intro-item-txt {
  margin-bottom: 10px;
  text-align: justify;
  font-weight: bold;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), 0 0 8px rgba(64, 224, 208, 0.4);
}
@media screen and (min-width: 960px) {
  .intro-item-txt {
    font-size: 18px;
    margin-bottom: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(64, 224, 208, 0.5);
  }
}
.intro-item-txt:last-child {
  margin-bottom: 0;
}

h3.intro-subtitle,
.intro-subtitle {
  margin-bottom: 8px;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", serif !important;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9), 0 0 20px rgba(64, 224, 208, 0.4), 0 0 30px rgba(64, 224, 208, 0.2);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 960px) {
  h3.intro-subtitle,
  .intro-subtitle {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.9), 0 0 25px rgba(64, 224, 208, 0.6), 0 0 40px rgba(64, 224, 208, 0.4), 0 0 60px rgba(64, 224, 208, 0.2);
  }
}
h3.intro-subtitle:last-of-type,
.intro-subtitle:last-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  h3.intro-subtitle:last-of-type,
  .intro-subtitle:last-of-type {
    margin-bottom: 40px;
  }
}

.intro-item-txt .highlight-cyan {
  font-weight: bold;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #7ae2ff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 15px rgba(122, 226, 255, 0.8), 0 0 25px rgba(122, 226, 255, 0.6);
  animation: glow-cyan 2s ease-in-out infinite alternate;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .intro-item-txt .highlight-cyan {
    font-size: 26px;
  }
}

.highlight-cyan {
  text-shadow: 0 0 10px rgba(122, 226, 255, 0.8), 0 0 20px rgba(122, 226, 255, 0.8);
  font-weight: 600;
  animation: glow-cyan 2s ease-in-out infinite alternate;
}
@media screen and (min-width: 960px) {
  .highlight-cyan {
    font-size: 26px;
  }
}

.highlight-green {
  text-shadow: 0 0 10px rgba(144, 238, 144, 0.8), 0 0 20px rgba(144, 238, 144, 0.4);
  font-weight: 600;
  animation: glow-green 2s ease-in-out infinite alternate;
}

@media screen and (max-width: 960px) {
  .intro-item-txt .highlight-cyan,
  .highlight-cyan,
  .highlight-green {
    animation: none;
  }
}
@keyframes glow-cyan {
  from {
    text-shadow: 0 0 10px rgba(122, 226, 255, 0.8), 0 0 20px rgba(122, 226, 255, 0.4);
  }
  to {
    text-shadow: 0 0 15px rgb(122, 226, 255), 0 0 30px rgba(122, 226, 255, 0.6), 0 0 40px rgba(122, 226, 255, 0.3);
  }
}
@keyframes glow-green {
  from {
    text-shadow: 0 0 10px rgba(144, 238, 144, 0.8), 0 0 20px rgba(144, 238, 144, 0.4);
  }
  to {
    text-shadow: 0 0 15px rgb(144, 238, 144), 0 0 30px rgba(144, 238, 144, 0.6), 0 0 40px rgba(144, 238, 144, 0.3);
  }
}
/*-------------------------------

#gallery

--------------------------------*/
#gallery,
#gallery-top,
#gallery-bottom,
.gallery {
  position: relative;
  overflow: hidden;
}
#gallery-top {
  transform: rotate(0deg);
}
#gallery-top::before, #gallery-top::after {
  content: none;
}

#gallery-bottom {
  padding: 3vw 0;
}
#gallery-bottom::before, #gallery-bottom::after {
  content: none;
}

@keyframes grid-move {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
@keyframes scanline {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vh);
  }
}
.gallery-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.gallery-track {
  display: flex;
  width: max-content;
  height: 108px;
  animation: gallery-scroll-track 40s linear infinite;
  animation-play-state: running;
}
@media screen and (min-width: 960px) {
  .gallery-track {
    height: 215px;
    animation-duration: 60s;
  }
}
.gallery-track.is-paused {
  animation-play-state: paused;
}

#gallery-bottom .gallery-track {
  animation-name: gallery-scroll-track-right;
}

.gallery-item {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
  transform: skew(-5deg, 0);
}
.gallery-item::after {
  content: none;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: skew(5deg, 0) scale(1.08);
}

@keyframes glow-pulse-cyan {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.1);
  }
}
@keyframes glow-pulse-magenta {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.1);
  }
}
@keyframes glow-pulse-green {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.1);
  }
}
@keyframes glow-blink-cyan {
  0%, 100% {
    box-shadow: 0 0 20px rgba(0, 200, 200, 0.4), 0 0 40px rgba(0, 200, 200, 0.3), 0 0 60px rgba(0, 200, 200, 0.2), inset 0 0 20px rgba(0, 200, 200, 0.1);
  }
  50% {
    box-shadow: 0 0 25px rgba(0, 200, 200, 0.7), 0 0 50px rgba(0, 200, 200, 0.5), 0 0 75px rgba(0, 200, 200, 0.3), inset 0 0 25px rgba(0, 200, 200, 0.15);
  }
}
@keyframes glow-blink-magenta {
  0%, 100% {
    box-shadow: 0 0 20px rgba(200, 0, 200, 0.4), 0 0 40px rgba(200, 0, 200, 0.3), 0 0 60px rgba(200, 0, 200, 0.2), inset 0 0 20px rgba(200, 0, 200, 0.1);
  }
  50% {
    box-shadow: 0 0 25px rgba(200, 0, 200, 0.7), 0 0 50px rgba(200, 0, 200, 0.5), 0 0 75px rgba(200, 0, 200, 0.3), inset 0 0 25px rgba(200, 0, 200, 0.15);
  }
}
@keyframes glow-blink-green {
  0%, 100% {
    box-shadow: 0 0 20px rgba(0, 200, 0, 0.4), 0 0 40px rgba(0, 200, 0, 0.3), 0 0 60px rgba(0, 200, 0, 0.2), inset 0 0 20px rgba(0, 200, 0, 0.1);
  }
  50% {
    box-shadow: 0 0 25px rgba(0, 200, 0, 0.7), 0 0 50px rgba(0, 200, 0, 0.5), 0 0 75px rgba(0, 200, 0, 0.3), inset 0 0 25px rgba(0, 200, 0, 0.15);
  }
}
@keyframes hologram {
  0%, 100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    transform: translateY(-2px);
  }
}
.gallery-item-1 {
  width: 120px;
  height: 108px;
}
@media screen and (min-width: 960px) {
  .gallery-item-1 {
    width: 250px;
    height: 215px;
  }
}

.gallery-item-2 {
  width: 168px;
  height: 108px;
}
@media screen and (min-width: 960px) {
  .gallery-item-2 {
    width: 340px;
    height: 215px;
  }
}

.gallery-item-3 {
  width: 144px;
  height: 108px;
}
@media screen and (min-width: 960px) {
  .gallery-item-3 {
    width: 285px;
    height: 215px;
  }
}

.gallery-item {
  margin-top: 0;
}

@keyframes gallery-scroll-track {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes gallery-scroll-track-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-track {
    animation: none !important;
    animation-play-state: paused !important;
  }
  #gallery-bottom .gallery-track {
    animation: none !important;
    animation-play-state: paused !important;
  }
}
/*-------------------------------

#story

--------------------------------*/
#story {
  background: transparent;
  position: relative;
}
#story::before {
  content: none;
}
#story::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 50%, rgba(0, 255, 255, 0.1) 50%);
  background-size: 100% 4px;
  pointer-events: none;
  z-index: 0;
  display: none;
}
#story .ttl {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(64, 224, 208, 0.8), 0 0 20px rgba(64, 224, 208, 0.4), 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.story-inner-txt {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0 60px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .story-inner-txt {
    padding: 80px 0 50px;
  }
}

.story-section {
  position: relative;
  z-index: 1;
}

.story-content {
  position: relative;
  border: none;
  padding: 30px 0;
  box-shadow: 0 -10px 20px -20px rgba(144, 238, 144, 0.3), 0 10px 20px -20px rgba(144, 238, 144, 0.3), inset 0 -10px 20px -20px rgba(144, 238, 144, 0.1), inset 0 10px 20px -20px rgba(144, 238, 144, 0.1);
}
.story-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(to right, transparent 0%, transparent 10%, #7ae2ff 15%, #7ae2ff 85%, transparent 90%, transparent 100%);
  z-index: 1;
}
.story-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(to right, transparent 0%, transparent 10%, #7ae2ff 15%, #7ae2ff 85%, transparent 90%, transparent 100%);
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .story-content {
    padding: 50px 40px;
  }
  .story-content::before, .story-content::after {
    height: 3px;
    background: linear-gradient(to right, transparent 0%, transparent 8%, #7ae2ff 12%, #7ae2ff 88%, transparent 92%, transparent 100%);
  }
}

.story-item-txt {
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(122, 226, 255, 0.5);
}
@media screen and (min-width: 960px) {
  .story-item-txt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.story-item-txt:last-child {
  margin-bottom: 0;
}
.story-item-txt .highlight-cyan {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", serif !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #7ae2ff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9), 0 0 20px rgba(122, 226, 255, 0.8), 0 0 30px rgba(122, 226, 255, 0.6), 0 0 40px rgba(122, 226, 255, 0.4);
  animation: glow-cyan 2s ease-in-out infinite alternate;
  display: inline-block;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 960px) {
  .story-item-txt .highlight-cyan {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 2px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.9), 0 0 25px rgba(122, 226, 255, 0.9), 0 0 40px rgba(122, 226, 255, 0.7), 0 0 60px rgba(122, 226, 255, 0.5);
  }
}

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

#staff

---------------------------------*/
#staff {
  background: #091a4f url(../img/cast/bg_sp.jpg) bottom center repeat;
  background-size: cover;
  position: relative;
  padding: 5vw 0 15vw;
  overflow: visible;
  margin: -10% 0;
  z-index: 2;
  overflow: hidden;
}
#staff::before {
  content: none;
}
#staff::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 50%, rgba(0, 255, 255, 0.1) 50%);
  background-size: 100% 4px;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  #staff {
    background: #091a4f url(../img/cast/bg_pc.jpg) center center no-repeat fixed;
    background-size: cover;
  }
  #staff::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    z-index: 0;
  }
}
#staff .ttl {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(64, 224, 208, 0.8), 0 0 20px rgba(64, 224, 208, 0.4), 2px 2px 4px rgba(0, 0, 0, 0.8);
}
#staff .story-photo {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
#staff .story-photo::before {
  content: none;
}
#staff .story-photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 50%, rgba(0, 255, 255, 0.1) 50%);
  background-size: 100% 4px;
  pointer-events: none;
  z-index: 0;
}
#staff .story-photo img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
#staff .story-photo-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#staff .story-photo-wrap::before, #staff .story-photo-wrap::after {
  background: #7ae2ff;
  content: "";
  pointer-events: none;
  position: absolute;
  opacity: 0;
}
#staff .story-photo-wrap::before {
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateY(0);
}
#staff .story-photo-wrap::after {
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 2;
  transform: translateY(0);
}
#staff .story-photo-wrap.animate {
  opacity: 1;
}
#staff .story-photo-wrap.animate::before {
  animation-name: story-photo-wrap-before;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}
#staff .story-photo-wrap.animate::after {
  animation-name: story-photo-wrap-after;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}
#staff .story-photo-wrap img,
#staff .story-photo-wrap picture {
  position: relative;
  z-index: 1;
}
.staff-inner-txt {
  padding: 10vw 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .staff-inner-txt {
    padding: 10vw 0 0;
  }
}

.staff-section {
  position: relative;
  z-index: 1;
}

.staff-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .staff-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
  }
}

.staff-image {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 960px) {
  .staff-image:hover {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 960px) {
  .staff-image {
    flex-shrink: 0;
    width: 30%;
    max-width: 250px;
    cursor: default;
  }
}
.staff-image img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 30px rgba(64, 224, 208, 0.4), inset 0 0 30px rgba(64, 224, 208, 0.2);
}

.staff-btn-img {
  position: relative;
  width: 100%;
  transition: all 0.4s ease;
}
@media screen and (min-width: 960px) {
  .staff-btn-img {
    transition: none;
  }
}
@media screen and (max-width: 960px) {
  .staff-btn-img .staff-name {
    position: static;
    width: 100%;
    height: auto;
    min-height: 60px;
    font-size: 1.1em;
    line-height: 1.8;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(64, 224, 208, 0.6), 0 0 20px rgba(64, 224, 208, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .staff-btn-img .staff-name {
    display: none;
  }
}

.staff-name .rolename {
  display: block;
  font-size: 0.9em;
  opacity: 0.9;
}
.staff-name .profile {
  background: #40E0D0;
  color: #1a1a5e;
  padding: 0 10px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: xx-small;
  text-shadow: none;
  width: max-content;
  margin: 5px auto 0;
  display: block;
}

@media screen and (max-width: 960px) {
  .staff-image:hover .staff-btn-img {
    opacity: 0.5;
  }
}

.staff-text {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .staff-text {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .staff-text {
    flex: 1;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .staff-item-txt-preview {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .staff-item-txt-preview {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .staff-detail-content {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .staff-detail-content {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .staff-more-btn {
    display: block;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
  }
}
@media screen and (min-width: 960px) {
  .staff-more-btn {
    display: none;
  }
}

.staff-lead {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 255, 255, 0.9);
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.8), 0 0 10px rgba(0, 255, 255, 0.6);
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .staff-lead {
    color: rgb(0, 255, 255);
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.6), 0 0 30px rgba(0, 255, 255, 0.4);
  }
}
@media screen and (min-width: 960px) {
  .staff-lead {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.staff-item-txt {
  margin: 20px auto;
  color: #e0e0e0;
  text-shadow: 0 0 10px rgba(64, 224, 208, 0.3);
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .staff-item-txt {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: bold;
  }
}

.staff-filmography {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px solid rgba(64, 224, 208, 0.3);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8;
}
.staff-filmography > span:first-child {
  display: block;
  font-weight: bold;
  color: rgba(0, 255, 255, 0.9);
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.8), 0 0 10px rgba(0, 255, 255, 0.6);
  margin-bottom: 15px;
  font-size: 1.1em;
}
.staff-filmography .film-title, .staff-filmography .awards-title {
  margin-top: 15px;
  margin-bottom: 8px;
  display: block;
  font-weight: bold;
  color: rgba(0, 255, 255, 0.9);
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.8), 0 0 10px rgba(0, 255, 255, 0.6);
}
.staff-filmography .staff-prof {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

#staff-overlay {
  display: none;
}
#staff-overlay.active {
  display: block;
}

.staff-detail {
  padding: 5%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  border-radius: 15px;
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.98) translateY(12px);
  filter: blur(6px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, filter 0.3s ease-out;
}
.staff-detail.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: blur(0px);
}
.staff-detail.closing {
  opacity: 0;
  transform: scale(0.95) translateY(10px);
  filter: blur(8px);
}
@media screen and (min-width: 960px) {
  .staff-detail {
    width: 90%;
    max-width: 1200px;
    padding: 30px;
    border-radius: 25px;
    display: flex;
    align-items: flex-start;
  }
}

.staff-img-box {
  position: relative;
}

.staff-img {
  width: 60%;
  margin: 0 auto 30px;
  position: relative;
  flex-shrink: 0;
  opacity: 0;
  filter: blur(8px);
  transform: scale(0.98);
  animation: flickerIn 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0s forwards;
}
.staff-img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  .staff-img {
    max-width: 350px;
    margin: 0;
  }
}

.staff-txt {
  padding: 20px;
  color: #fff;
  background: rgba(0, 1, 19, 0.8705882353);
  border: 1px solid rgba(0, 255, 255, 0.4);
}
@media screen and (min-width: 960px) {
  .staff-txt {
    flex: 1;
    padding: 40px 20px;
    line-height: 2;
    color: #fff;
  }
}

.staff-name-modal {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 20px 0;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.6), 0 0 30px rgba(0, 255, 255, 0.4);
  position: relative;
}
.staff-name-modal::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 255, 255, 0.8) 20%, rgba(138, 43, 226, 0.6) 50%, rgba(0, 255, 0, 0.8) 80%, transparent 100%);
  box-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
}
@media screen and (min-width: 960px) {
  .staff-name-modal {
    font-size: 24px;
    margin: 0 0 15px 0;
    text-align: center;
  }
}
.staff-name-modal span {
  font-size: 15px;
  padding: 13px 0;
  color: rgba(0, 255, 255, 0.9);
  display: block;
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.6), 0 0 10px rgba(0, 255, 255, 0.4);
}
@media screen and (min-width: 960px) {
  .staff-name-modal span {
    display: inline-block;
    padding: 0 0 0 10px;
  }
}

.staff-txt-content {
  margin: 0 auto 20px;
  color: #ffffff;
  font-size: 15px;
  padding: 15px;
  line-height: 2;
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
}

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

original

---------------------------------*/
#original {
  background: rgba(26, 26, 46, 0.4);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  position: relative;
  padding: 5vw 0;
  overflow: hidden;
  background-image: url(../img/original/bg_sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: -5vw 0;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  #original {
    background-image: url(../img/original/bg_pc.jpg);
    background-attachment: fixed;
    margin: -6vw 0;
  }
}
#original::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(64, 224, 208, 0.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
#original .ttl {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(64, 224, 208, 0.8), 0 0 20px rgba(64, 224, 208, 0.4), 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.original-inner-txt {
  padding: 5vw 0 10vw;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .original-inner-txt {
    padding: 10vw 0;
  }
}

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

.original-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .original-content {
    flex-direction: row;
    align-items: center;
    gap: 50px;
    justify-content: center;
  }
}

.original-image {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(64, 224, 208, 0.3), 0 0 40px rgba(64, 224, 208, 0.1);
}
@media screen and (min-width: 960px) {
  .original-image {
    flex-shrink: 0;
    width: 30%;
    max-width: 300px;
  }
}
.original-image img {
  width: 100%;
  height: auto;
  display: block;
}

.original-text {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .original-text {
    flex: 1;
    text-align: left;
    max-width: 600px;
  }
}

.original-info {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 255, 255, 0.9);
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.8), 0 0 10px rgba(0, 255, 255, 0.6);
  margin-bottom: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .original-info {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.original-volume {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 255, 255, 0.9);
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.8), 0 0 10px rgba(0, 255, 255, 0.6);
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .original-volume {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.original-credits {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .original-credits {
    margin-bottom: 25px;
  }
}

.original-credit-item {
  font-size: 14px;
  color: #e0e0e0;
  text-shadow: 0 0 5px rgba(64, 224, 208, 0.3);
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .original-credit-item {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.original-copyright {
  font-size: xx-small;
  color: #b0b0b0;
  text-shadow: 0 0 5px rgba(64, 224, 208, 0.2);
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .original-copyright {
    margin-bottom: 25px;
  }
}

.original-link {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .original-link {
    margin-top: 25px;
  }
}

.original-btn-link {
  display: inline-block;
  padding: 12px 40px;
  background: transparent;
  border: 2px solid #7ae2ff;
  border-radius: 0;
  color: #7ae2ff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
.original-btn-link:hover {
  background: rgba(122, 226, 255, 0.1);
  border-color: #40e0d0;
  color: #40e0d0;
  box-shadow: 0 0 15px rgba(64, 224, 208, 0.4);
}

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

setting

--------------------------------*/
#setting {
  background: #091a4f url(../img/cast/bg_sp.jpg) bottom center repeat;
  background-size: contain;
  position: relative;
  padding: 10vw 0;
  overflow: hidden;
  margin: -10% 0 0;
}
#setting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(64, 224, 208, 0.1) 0%, transparent 50%), radial-gradient(circle at 25% 75%, rgba(144, 238, 144, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
#setting .ttl {
  color: #90ee90;
  text-shadow: 0 0 10px rgba(144, 238, 144, 0.8), 0 0 20px rgba(144, 238, 144, 0.4);
}
@media screen and (min-width: 960px) {
  #setting {
    background: #091a4f url(../img/cast/bg_pc.jpg) center center no-repeat fixed;
    background-size: cover;
  }
}

.setting-inner-txt {
  padding: 5vw 0;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.setting-section {
  position: relative;
  z-index: 1;
}

.setting-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 960px) {
  .setting-content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
}

.setting-item {
  background: rgba(26, 26, 46, 0.8);
  border: 2px solid rgba(64, 224, 208, 0.6);
  padding: 25px 20px;
  box-shadow: 0 0 30px rgba(64, 224, 208, 0.4), inset 0 0 30px rgba(64, 224, 208, 0.2);
  backdrop-filter: none;
}
@media screen and (min-width: 960px) {
  .setting-item {
    padding: 35px 30px;
    width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}
.setting-item:nth-child(even) {
  border-color: rgba(144, 238, 144, 0.6);
  box-shadow: 0 0 30px rgba(144, 238, 144, 0.4), inset 0 0 30px rgba(144, 238, 144, 0.2);
}

.setting-title,
.setting-title {
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", serif !important;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .setting-title,
  .setting-title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
  }
}

.setting-item-txt {
  text-align: justify;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #e0e0e0;
  text-shadow: 0 0 10px rgba(64, 224, 208, 0.3);
}
@media screen and (min-width: 960px) {
  .setting-item-txt {
    font-size: 16px;
    line-height: 2.2;
  }
}

.intro-photo {
  /*    width: 500px;*/
  margin: 50px auto 0;
}

.dash {
  letter-spacing: -0.2em;
}

.slick-prev:before, .slick-next:before {
  content: "" !important;
  opacity: 1;
}

/* Dots */
#intro .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

#intro .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15px;
  list-style: none;
  text-align: center;
}

#intro .slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
}

#intro.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#intro .slick-dots li button:hover, #intro .slick-dots li button:focus {
  outline: none;
}

#intro .slick-dots li button:hover:before, #intro .slick-dots li button:focus:before {
  opacity: 1;
}

#intro .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #ffe902;
  border-radius: 30px;
  content: "";
  text-align: center;
  opacity: 0.6;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#intro .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #ffe902;
}

#intro .slick-next {
  right: -20px;
}
@media screen and (min-width: 960px) {
  #intro .slick-next {
    right: -35px;
  }
}

.photos {
  overflow: hidden;
  position: relative;
}

.story-photo {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto 0;
  position: relative;
}
.story-photo::before {
  content: none;
}
.story-photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 50%, rgba(0, 255, 255, 0.1) 50%);
  background-size: 100% 4px;
  pointer-events: none;
  z-index: 0;
}
.story-photo img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
.story-photo-wrap {
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.story-photo-wrap::before, .story-photo-wrap::after {
  background: #7ae2ff;
  content: "";
  pointer-events: none;
  position: absolute;
  opacity: 0;
}
.story-photo-wrap::before {
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateY(0);
}
.story-photo-wrap::after {
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 2;
  transform: translateY(0);
}
.story-photo-wrap.animate {
  opacity: 1;
}
.story-photo-wrap.animate::before {
  animation-name: story-photo-wrap-before;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.story-photo-wrap.animate::after {
  animation-name: story-photo-wrap-after;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.story-photo-wrap img,
.story-photo-wrap picture {
  position: relative;
  z-index: 1;
}

@keyframes story-photo-wrap-before {
  100% {
    transform: translateY(100%);
  }
}
@keyframes story-photo-wrap-after {
  100% {
    transform: translateY(-100%);
  }
}
/*-------------------------------

#section-divider

--------------------------------*/
#section-divider,
#staff-section-divider,
#original-section-divider,
.section-divider {
  padding: 0;
  background: rgba(0, 0, 0, 0.4);
  clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 92%);
  position: relative;
  overflow: visible;
  overflow: hidden;
  z-index: 10;
}
#section-divider#staff-section-divider,
#staff-section-divider#staff-section-divider,
#original-section-divider#staff-section-divider,
.section-divider#staff-section-divider {
  z-index: 10;
}
#section-divider#original-section-divider,
#staff-section-divider#original-section-divider,
#original-section-divider#original-section-divider,
.section-divider#original-section-divider {
  z-index: 10;
}
#section-divider::before,
#staff-section-divider::before,
#original-section-divider::before,
.section-divider::before {
  content: none;
}
#section-divider::after,
#staff-section-divider::after,
#original-section-divider::after,
.section-divider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 50%, rgba(0, 255, 255, 0.1) 50%);
  background-size: 100% 4px;
  pointer-events: none;
  z-index: 0;
}
#section-divider .story-photo,
#staff-section-divider .story-photo,
#original-section-divider .story-photo,
.section-divider .story-photo {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
#section-divider .story-photo::before,
#staff-section-divider .story-photo::before,
#original-section-divider .story-photo::before,
.section-divider .story-photo::before {
  content: none;
}
#section-divider .story-photo::after,
#staff-section-divider .story-photo::after,
#original-section-divider .story-photo::after,
.section-divider .story-photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 50%, rgba(0, 255, 255, 0.1) 50%);
  background-size: 100% 4px;
  pointer-events: none;
  z-index: 0;
}
#section-divider .story-photo img,
#staff-section-divider .story-photo img,
#original-section-divider .story-photo img,
.section-divider .story-photo img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
#section-divider .story-photo-wrap,
#staff-section-divider .story-photo-wrap,
#original-section-divider .story-photo-wrap,
.section-divider .story-photo-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#section-divider .story-photo-wrap::before, #section-divider .story-photo-wrap::after,
#staff-section-divider .story-photo-wrap::before,
#staff-section-divider .story-photo-wrap::after,
#original-section-divider .story-photo-wrap::before,
#original-section-divider .story-photo-wrap::after,
.section-divider .story-photo-wrap::before,
.section-divider .story-photo-wrap::after {
  background: #7ae2ff;
  content: "";
  pointer-events: none;
  position: absolute;
  opacity: 0;
}
#section-divider .story-photo-wrap::before,
#staff-section-divider .story-photo-wrap::before,
#original-section-divider .story-photo-wrap::before,
.section-divider .story-photo-wrap::before {
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateY(0);
}
#section-divider .story-photo-wrap::after,
#staff-section-divider .story-photo-wrap::after,
#original-section-divider .story-photo-wrap::after,
.section-divider .story-photo-wrap::after {
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 2;
  transform: translateY(0);
}
#section-divider .story-photo-wrap.animate,
#staff-section-divider .story-photo-wrap.animate,
#original-section-divider .story-photo-wrap.animate,
.section-divider .story-photo-wrap.animate {
  opacity: 1;
}
#section-divider .story-photo-wrap.animate::before,
#staff-section-divider .story-photo-wrap.animate::before,
#original-section-divider .story-photo-wrap.animate::before,
.section-divider .story-photo-wrap.animate::before {
  animation-name: story-photo-wrap-before;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}
#section-divider .story-photo-wrap.animate::after,
#staff-section-divider .story-photo-wrap.animate::after,
#original-section-divider .story-photo-wrap.animate::after,
.section-divider .story-photo-wrap.animate::after {
  animation-name: story-photo-wrap-after;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}
#section-divider .story-photo-wrap img,
#section-divider .story-photo-wrap picture,
#staff-section-divider .story-photo-wrap img,
#staff-section-divider .story-photo-wrap picture,
#original-section-divider .story-photo-wrap img,
#original-section-divider .story-photo-wrap picture,
.section-divider .story-photo-wrap img,
.section-divider .story-photo-wrap picture {
  position: relative;
  z-index: 1;
}

.story-photo-0 {
  background: url(../img/is/photo0.png);
  background-repeat: repeat-x;
  animation: bgscroll-1 50s linear infinite;
  -webkit-background-size: auto 200px;
  background-size: auto 100px;
}
@media screen and (min-width: 960px) {
  .story-photo-0 {
    -webkit-background-size: auto 200px;
    background-size: auto 200px;
  }
}

.story-photo-1 {
  background: url(../img/is/photo1.png);
  background-repeat: repeat-x;
  animation: bgscroll-2 50s linear infinite;
  -webkit-background-size: auto 200px;
  background-size: auto 100px;
  margin: 0 0 68px;
}
@media screen and (min-width: 960px) {
  .story-photo-1 {
    -webkit-background-size: auto 200px;
    background-size: auto 200px;
    margin: 0 0 180px;
  }
}

@-webkit-keyframes bgscroll-1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1950px 0;
  }
}
@keyframes bgscroll-1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1950px 0;
  }
}
@-webkit-keyframes bgscroll-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1950px 0;
  }
}
@keyframes bgscroll-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1950px 0;
  }
}
.bottom0 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.intro-lead {
  position: relative;
  width: 93%;
  margin: 30px auto;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .intro-lead {
    width: 90%;
    max-width: 800px;
  }
}

/*
  #cast（スマホファースト、PC対応）
  -------------------------------*/
#cast {
  padding: 20% 0;
  background: #091a4f url(../img/cast/bg_sp.jpg) bottom center repeat;
  background-size: contain;
  position: relative;
  margin: -10% 0 -10%;
}
#cast #cast-inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#cast .ttl {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(64, 224, 208, 0.8), 0 0 20px rgba(64, 224, 208, 0.4), 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-align: center;
}
@media screen and (min-width: 960px) {
  #cast {
    background: #091a4f url(../img/cast/bg_pc.jpg) center center no-repeat fixed;
    background-size: cover;
  }
}

@media screen and (max-width: 960px) {
  body.cast-fixed-bg-active #cast {
    background: transparent !important;
  }
}
@media screen and (max-width: 960px) {
  body.original-fixed-bg-active #original {
    background: transparent !important;
    background-image: none !important;
  }
}
@media screen and (max-width: 960px) {
  body.setting-fixed-bg-active #setting {
    background: transparent !important;
    background-image: none !important;
  }
}
#cast .heading {
  width: 270px;
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  #cast .heading {
    width: 350px;
  }
}

#cast-inner .btn {
  width: 92%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  #cast-inner .btn {
    width: 30%;
  }
}

.cast-box {
  position: relative;
  width: 50%;
}
@media screen and (min-width: 960px) {
  .cast-box {
    width: 23.25%;
    cursor: pointer;
  }
}

.cast-btn-img,
.cast-btn-name {
  transition: all 0.4s ease;
}

.cast-box:hover .cast-btn-img,
.cast-box:hover .cast-btn-name {
  opacity: 0.5;
}

.profile {
  background: #40E0D0;
  color: #1a1a5e;
  padding: 0 10px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: xx-small;
  text-shadow: none;
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .profile {
    width: 40%;
    margin: 0 auto;
  }
}

.cast-btn-name {
  transition: all 0.4s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cast-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .cast-list {
    margin: 60px auto 0;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
  }
}

#cast2 .cast-btn-name,
#cast3 .cast-btn-name {
  width: 100%;
}

#cast8,
#cast9,
#cast10 {
  width: 33.3333333333%;
}
@media screen and (min-width: 960px) {
  #cast8,
  #cast9,
  #cast10 {
    width: 18.6%;
  }
}

.cast-detail {
  display: none;
  padding: 5%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  border-radius: 15px;
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.98) translateY(12px);
  filter: blur(6px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, filter 0.3s ease-out;
}
.cast-detail.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: blur(0px);
}
.cast-detail.closing {
  opacity: 0;
  transform: scale(0.95) translateY(10px);
  filter: blur(8px);
}
@media screen and (min-width: 960px) {
  .cast-detail {
    width: 90%;
    max-width: 1440px;
    padding: 30px;
    border-radius: 25px;
    display: flex;
    align-items: center;
  }
}

@keyframes fadeInCast {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0px);
  }
}
@keyframes borderGlow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cast-img-box {
  position: relative;
}
@media screen and (min-width: 960px) {
  .cast-img-box {
    flex-shrink: 0;
    margin-right: 30px;
  }
}

.cast-img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  flex-shrink: 0;
  opacity: 0;
  filter: blur(8px);
  transform: scale(0.98);
  animation: flickerIn 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0s forwards;
}
.cast-img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  .cast-img {
    max-width: 350px;
    margin: 0;
  }
}

@keyframes flickerIn {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
  }
}
.cast-name {
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  height: auto;
  min-height: 60px;
  font-size: 1.1em;
  line-height: 1.8;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 0 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(64, 224, 208, 0.6), 0 0 20px rgba(64, 224, 208, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .cast-name {
    font-size: 1.3em;
    min-height: 70px;
    padding: 10px 10px 20px;
    background: none;
  }
}
@media screen and (max-width: 960px) {
  .cast-name {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.chara-txt {
  margin: 0 auto 20px;
  color: #ffffff;
  font-size: 15px;
  padding: 15px;
  line-height: 2;
  text-align: justify;
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
}

.character-role {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.6), 0 0 30px rgba(0, 255, 255, 0.4);
  font-weight: bold;
  margin: 0 0 10px 0;
  display: inline-block;
}

.cast-filmography {
  color: #ffffff;
  border-top: 2px solid rgba(0, 255, 255, 0.6);
  padding: 15px 0 0 0;
  margin-top: 20px;
  position: relative;
  text-shadow: 0 0 3px rgba(0, 255, 255, 0.3);
  font-size: small;
  line-height: 1.5;
}
.cast-filmography::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(138, 43, 226, 0.6) 30%, rgba(0, 255, 0, 0.6) 70%, transparent 100%);
  box-shadow: 0 0 5px rgba(138, 43, 226, 0.4);
}
.cast-filmography > span:first-child {
  display: block;
  font-weight: bold;
  color: rgba(0, 255, 255, 0.9);
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.8), 0 0 10px rgba(0, 255, 255, 0.6);
  margin-bottom: 20px;
  font-size: 1.1em;
}
.cast-filmography .film-title, .cast-filmography .drama-title {
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.8), 0 0 10px rgba(0, 255, 255, 0.6);
}
.cast-filmography .cast-prof {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  text-align: justify;
}

.rolename {
  font-size: x-small;
  padding: 0 10px 10px;
  color: rgba(0, 255, 255, 0.9);
  display: block;
}
@media screen and (min-width: 960px) {
  .rolename {
    font-size: small;
  }
}

.chara {
  padding: 0 0 0 20px;
  font-size: 13px;
}

.cast-txt {
  padding: 20px;
  color: #fff;
  background: rgba(0, 1, 19, 0.8705882353);
  border: 1px solid rgba(0, 255, 255, 0.4);
}
@media screen and (min-width: 960px) {
  .cast-txt {
    flex: 1;
    padding: 40px 20px;
    line-height: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
}

#cast17 {
  width: 66.6666666667%;
}

#cast17 .cast-btn-name {
  width: 50%;
}

.cast-name-modal {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 20px 0;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.6), 0 0 30px rgba(0, 255, 255, 0.4);
  position: relative;
}
.cast-name-modal::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 255, 255, 0.8) 20%, rgba(138, 43, 226, 0.6) 50%, rgba(0, 255, 0, 0.8) 80%, transparent 100%);
  box-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
}
@media screen and (min-width: 960px) {
  .cast-name-modal {
    font-size: 24px;
    margin: 0 0 15px 0;
    text-align: center;
  }
}

.cast-name-modal span {
  font-size: 15px;
  padding: 13px 0;
  color: rgba(0, 255, 255, 0.9);
  display: block;
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.6), 0 0 10px rgba(0, 255, 255, 0.4);
}
@media screen and (min-width: 960px) {
  .cast-name-modal span {
    display: inline-block;
    padding: 0 0 0 10px;
  }
}

.anime-photo {
  position: relative;
  z-index: 1;
}

.anime-photo-item li {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .anime-photo-item li {
    width: 25%;
  }
}

.cast-img-0 {
  width: 60%;
  height: auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .cast-img-0 {
    width: 100%;
  }
}

.cast-img-1 {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .cast-img-1 {
    width: 100%;
    max-width: 550px;
  }
}

.cast-img-2 {
  width: 30%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .cast-img-2 {
    width: 50%;
    max-width: 360px;
  }
}

.cast-img-3 {
  width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .cast-img-3 {
    width: 50%;
    max-width: 430px;
  }
}

.cast-img-4 {
  width: 45%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .cast-img-4 {
    width: 100%;
    max-width: 230px;
  }
}

.cast-img-5 {
  width: 33%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .cast-img-5 {
    width: 50%;
    max-width: 340px;
  }
}

.cast-img-6 {
  width: 33%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .cast-img-6 {
    width: 64%;
    max-width: 280px;
  }
}

.cast-img-sub {
  width: 200px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .cast-img-sub {
    width: 280px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

/*
  overlay（スマホファースト、PC対応）
  -------------------------------*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}
@media screen and (min-width: 960px) {
  .overlay {
    display: none;
  }
}

.overlay-inner {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #091a4f url(../img/cast/bg_sp.jpg) top center repeat;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .overlay-inner {
    background: #091a4f url(../img/cast/bg_pc.jpg) center center no-repeat;
    background-size: cover;
  }
}

.closebtn {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: #01eff0;
}
#cast-overlay .cast-nav {
  position: fixed;
  top: 40%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 11;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
#cast-overlay .cast-nav-btn {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  /* border-radius: 999px; */
  border: 1px solid rgba(0, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.6), 0 0 30px rgba(0, 255, 255, 0.4);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 0 0 20px rgba(0, 255, 255, 0.6), 0 0 30px rgba(0, 255, 255, 0.4);
}
@media screen and (min-width: 960px) {
  #cast-overlay .cast-nav-btn {
    box-shadow: none;
    color: #112c4f;
    background: #01eff0;
  }
}
@media screen and (min-width: 960px) {
  #cast-overlay .cast-nav {
    padding: 0 16px;
  }
  #cast-overlay .cast-nav-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

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

#footer

-------------------------------*/
#footer {
  position: relative;
  padding: 0;
  background: #000;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 0;
    height: auto;
  }
}
#footer .footer-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  line-height: 0;
  font-size: 0;
}
#footer .footer-bg .footer-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#footer .footer-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 16px;
}
#footer .billing-en {
  position: absolute;
  top: 8vw;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 644px;
  margin: 0;
  text-align: center;
  z-index: 2;
  display: block;
}
#footer .billing-en img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 960px) {
  #footer .billing-en {
    top: auto;
    bottom: 3vw;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    margin: 0;
    width: 90%;
    max-width: 644px;
  }
}
#footer .share {
  position: absolute;
  bottom: 5vw;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  width: 90%;
  z-index: 2;
  display: block;
}
@media screen and (min-width: 960px) {
  #footer .share {
    bottom: 2vw;
    left: 2vw;
    right: auto;
    transform: none;
    width: auto;
  }
}

.share-ttl {
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

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

#movie

-------------------------------*/
#trailer {
  padding: 10px 0 60px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #trailer {
    padding: 60px 0 0;
  }
}

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

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

.sp {
  display: block;
}

.movie-inner {
  width: 90%;
  margin: 0 auto;
}

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

.movie-thumb-box {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #7ae2ff;
  aspect-ratio: 16/9;
}
.movie-thumb-box img, .movie-thumb-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.movie-cap {
  color: #fff;
  padding: 15px 0 30px;
  text-align: center;
  font-size: 16px;
  font-weight: b;
  font-style: normal;
}

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

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

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

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

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

.swiper-pagination-bullet {
  background: #fff;
  width: 10px !important;
  height: 10px !important;
  opacity: 0.6;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px !important;
}

.trailer-prev, .trailer-next {
  position: absolute;
  width: 35px;
  top: 45%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #19c5c0;
  padding: 30px 0;
}

.trailer-prev {
  left: 2px;
}

.trailer-next {
  right: 2px;
}

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

#cboxOverlay {
  background: #000;
}

.trailer-contents {
  position: relative;
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 4% 4% 4% 4%;
}

.trl-main {
  width: 100%;
  max-width: 920px;
}

.play-btn {
  display: block;
  width: 70px;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.play-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .play-btn {
    width: 100px;
    top: 45%;
    left: 50%;
  }
}

.play-btn.playActive {
  display: none;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0;
    width: 90%;
    max-width: 1440px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .main-img {
    width: 50%;
  }
  .top-link {
    display: flex !important;
    justify-content: center;
    gap: 10px;
  }
  .top-link a {
    margin: 10px 5px;
  }
}/*# sourceMappingURL=style.css.map */