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

@PC - style.css v5.0.0

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

#main

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

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

#top

-------------------------------*/
/* PC/SP 表示制御 */
.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

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

#top {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  #top {
    display: flex;
    flex-wrap: nowrap;
    min-width: 1024px;
    background: #f39800 url(../img/top/bg_pc.jpg) center center repeat;
    background-size: cover;
  }
}

#top-main-sp {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  transform: scale(1);
}
.sp-top-container {
  position: absolute;
  top: 3vw;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  margin: auto;
  opacity: 0;
}

.sp-top-container.show {
  opacity: 1;
}

.sp-top-lead0 {
  width: 100%;
  margin: auto;
  background: #000;
  padding: 8px;
}

.sp-top-lead1 {
  width: 75%;
  max-width: 480px;
  margin: 20px auto 0;
}

.sp-logo {
  justify-content: center;
  width: 68%;
  max-width: 450px;
  margin: 0 auto !important;
}

.sp-rs {
  width: 65vw;
  max-width: 300px;
  margin: 20px auto 0;
}

.top-left {
  position: relative;
  width: 45%;
  height: 100%;
  min-width: 400px;
  min-height: 579px;
  opacity: 0;
  display: none;
  padding-top: 10%;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .top-left {
    display: block;
    opacity: 1;
  }
}

.top-left img {
  vertical-align: bottom;
}

.award {
  position: absolute !important;
  top: 8vw;
  width: 98%;
  max-width: 800px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .award {
    top: 1vw;
    width: 95%;
    margin: auto;
    left: 0;
    right: 0;
  }
}

.top-lead0 {
  position: absolute !important;
  width: 50vw;
  left: 0;
  right: 0;
  margin: auto;
  top: 1vw;
}

.top-lead1 {
  position: absolute !important;
  bottom: 1vw;
  width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#lead {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 1100px;
}

@media screen and (max-width: 960px) {
  /*最小画面時調整*/
  .top-right {
    width: 55%;
    height: 579px;
    flex-shrink: 0;
  }
  #lead {
    width: 90%;
    max-width: 950px;
  }
}
@media screen and (max-width: 1390px) {
  /* より小さな画面でも横並びを維持 */
  .top-left {
    min-width: 300px;
  }
  .top-right {
    min-width: 300px;
  }
}
.top-right {
  position: relative;
  width: 55%;
  padding-top: 0;
  display: none;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .top-right {
    display: block;
  }
}
.top-right.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-right.pc {
    display: block;
  }
}

#logo {
  width: 75%;
  max-width: 600px;
  margin: 0 auto 50px;
}

.credit {
  text-align: center;
  font-size: x-small;
  font-weight: bold;
  color: #000;
  margin: 35px auto;
}
@media screen and (min-width: 960px) {
  .credit {
    font-size: 12px;
  }
}

.billing {
  width: 90%;
  max-width: 450px;
  margin: 35px auto;
}
@media screen and (min-width: 960px) {
  .billing {
    width: 80%;
    max-width: 700px;
  }
}

.social-icons {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px auto 0;
}
.social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 55px;
  border-radius: 30px;
  background: #e50182;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Anton", sans-serif;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  border: 2px solid #e50182;
}
.social-icons .social-icon i {
  font-size: 16px;
  margin-right: 8px;
}
.social-icons .social-icon i.fab.fa-x-twitter {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 14px !important;
  margin-right: 8px;
  line-height: 1;
}
.social-icons .social-icon:hover {
  color: #d3034a;
  background: #fff;
  transform: translateY(-2px);
}
@media screen and (min-width: 960px) {
  .social-icons {
    gap: 25px;
    margin-bottom: 0;
  }
  .social-icons .social-icon {
    padding: 14px 44px;
    font-size: 16px;
    border: 2px solid #fff;
  }
  .social-icons .social-icon i {
    font-size: 18px;
    margin-right: 8px;
  }
  .social-icons .social-icon i.fab.fa-x-twitter {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 12px !important;
    margin-right: 6px;
    line-height: 1;
  }
}

.top-inner {
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}

.deco {
  width: 100px;
  margin: 0 auto 30px;
}

.load-anime {
  position: relative;
  overflow: hidden;
  transform: translateX(-100%);
  z-index: 1;
}

.load-anime span {
  display: inline-block;
  transform: translateX(100%);
}

.load-anime.is-loaded {
  transition: transform 0.5s cubic-bezier(0.15, 0, 0.5, 1) 1s;
  transform: translateX(0);
}

.load-anime.is-loaded span {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.15, 0, 0.5, 1) 1s;
}

.img-anime {
  animation: img-anime 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
}

@keyframes img-anime {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
/* ロゴのバウンスアニメーション */
.logo-bounce {
  animation: logo-bounce 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards !important;
  opacity: 1 !important;
  transform: scale(1) rotate(0deg) translateY(0px) !important;
}

@keyframes logo-bounce {
  0% {
    transform: scale(1.1) rotate(-8deg) translateY(-100px);
    opacity: 0;
  }
  60% {
    transform: scale(1.05) rotate(-2deg) translateY(10px);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateY(0px);
    opacity: 1;
  }
}
/* #top-main-spの拡大アニメーション */
.main-sp-scale {
  animation: main-sp-scale 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1 !important;
}

@keyframes main-sp-scale {
  0% {
    transform: scale(1.2) rotate(-10deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
/* top-main-pcの拡大アニメーション */
.main-pc-scale {
  animation: main-pc-scale 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1 !important;
}

@keyframes main-pc-scale {
  0% {
    transform: scale(1.2) rotate(-10deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
/* top-main-pcの初期状態 */
.top-main-pc {
  opacity: 0;
  transform: scale(1);
}

.top-btn.pc {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 10px auto 0;
}

.c-btn.pc {
  width: 45%;
  max-width: 410px;
  padding: 15px 0;
  transition: all 0.3s ease;
}
.c-btn.pc:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(141, 121, 47, 0.4);
  background-color: #a08a3a;
}

.top-btn-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-btn-pc {
    display: block;
    position: absolute;
    top: 2vw;
    right: 2vw;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.top-btn-pc a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0 25px;
  font-size: 34px;
}

.comment-btn {
  width: 90%;
  margin: 10px auto !important;
  max-width: 250px;
}
.comment-btn a {
  display: block;
}
.comment-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .comment-btn {
    position: fixed;
    bottom: 1vw;
    left: 1vw;
    margin: 30px auto !important;
    width: 70%;
  }
}

.dvd-btn {
  width: 58%;
  margin: 40px auto 0;
  max-width: 250px;
}
.dvd-btn a {
  display: block;
}
.dvd-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .dvd-btn {
    position: fixed;
    width: 170px;
    bottom: 193px;
    left: 1vw;
    margin: 0;
  }
}

.buzzes-btn {
  width: 58% !important;
  margin: 30px auto 30px;
  max-width: 250px;
  position: static !important;
}
.buzzes-btn a {
  display: block;
}
.buzzes-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .buzzes-btn {
    position: fixed !important;
    width: 150px !important;
    bottom: 200px;
    right: 1vw;
    margin: 0;
  }
}

.theater-btn {
  position: fixed;
  width: 90px;
  bottom: 2vw;
  left: 2vw;
  z-index: 3;
}
.theater-btn a {
  display: block;
}
.theater-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .theater-btn {
    width: 150px;
    bottom: 1vw;
    right: 1vw;
  }
}

.news-btn {
  width: 205px;
  margin: 0 auto;
}
.news-btn a {
  font-family: "Bentham", serif;
  letter-spacing: 2px;
  display: block;
}
.news-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .news-btn {
    width: 210px;
    margin: 0 auto;
  }
}

.top-btn.pc {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 10px auto 0;
}

.c-btn.pc {
  width: 45%;
  max-width: 410px;
  padding: 15px 0;
  transition: all 0.3s ease;
}
.c-btn.pc:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(141, 121, 47, 0.4);
  background-color: #a08a3a;
}

.top-btn-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-btn-pc {
    display: block;
    position: absolute;
    top: 2vw;
    right: 2vw;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.top-btn-pc a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0 25px;
  font-size: 34px;
}

.contents-ttl {
  color: #e4007f;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.contents-ttl .ttl-icon-left,
.contents-ttl .ttl-icon-right {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}
.contents-ttl .ttl-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.contents-ttl .jp-ttl {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  margin-top: 1px;
  opacity: 0.9;
}

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

comment-banner

-------------------------------*/
.comment-banner {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
}
.comment-banner a {
  display: inline-block;
  transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}
.comment-banner a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(228, 0, 127, 0.3);
}
.comment-banner img {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 3px 3px #e40280;
}
@media screen and (min-width: 960px) {
  .comment-banner {
    margin: 40px auto 20px;
  }
}

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

theater-link-container

-------------------------------*/
.theater-link-container {
  width: 100%;
  text-align: center;
  margin: 20px auto 20px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .theater-link-container {
    margin: 40px auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

.theater-link-btn {
  display: inline-block;
  padding: 12px 55px;
  background: #fff45f;
  color: #e4007f;
  text-decoration: none;
  border-radius: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid #fff45f;
  white-space: nowrap;
  min-width: 270px;
  margin: 8px;
}
.theater-link-btn:hover {
  background: #fff;
  color: #e4007f;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(228, 0, 127, 0.3);
}
.theater-link-btn span {
  font-size: 12px;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 4px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .theater-link-btn {
    padding: 12px 44px;
    font-size: 20px;
    min-width: 280px;
  }
  .theater-link-btn span {
    font-size: 12px;
  }
}

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

underlayer

-------------------------------*/
#underlayer {
  padding: 30px 0;
}

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

#movie

-------------------------------*/
#trailer {
  background: #f08f00;
  position: relative;
  padding: 30px 0 10px;
  margin: 40px 0 0;
}
#trailer .contents-ttl {
  color: #fff;
}
#trailer .swiper-container {
  padding: 0 0 30px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #trailer {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px;
  }
  #trailer .swiper-container {
    padding: 0 5% 30px;
  }
}

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

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

#movie-container.swiper-container-horizontal {
  opacity: 1;
}

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

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

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

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

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

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

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

.movie-thumb-list .slider-arrow img {
  width: 100%;
}

.movie-thumb-list .slider-prev {
  left: 0;
}

.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}

#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}

#trailer-play a:hover {
  opacity: 1;
}

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #e4007f;
}
@media screen and (min-width: 960px) {
  .swiper-pagination-bullet-active {
    display: none;
  }
}

.trailer-button-prev,
.trailer-button-next {
  background: #e4007f;
  width: 36px;
  height: 60px;
  z-index: 30;
  position: relative;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev,
  .trailer-button-next {
    display: none;
  }
}
.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: #fff;
  }
}

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

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

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}

.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}

.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn-container li a:hover {
  color: #7f1e1e;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 40px auto 0;
  }
  .swiper-pagination {
    display: none;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    border: none !important;
    border-radius: 4px;
    z-index: 1;
  }
}
/* X Twitter アイコンの円形スタイル */
.social-icon i.fab.fa-x-twitter {
  border-radius: 50% !important;
  background: #000 !important;
  color: #fff !important;
  padding: 4px !important;
}

.theater-fix {
  position: fixed;
  bottom: 2vw;
  left: 2vw;
  width: 90px;
  z-index: 3;
}
.theater-fix a {
  border-radius: 50%;
}
.theater-fix a img {
  border-radius: 50%;
  box-shadow: 3px 3px #e40280;
}
.theater-fix a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .theater-fix {
    width: 150px;
  }
}

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

#intro

-------------------------------*/
#intro {
  background: url(../img/intro/bg_sp.jpg) no-repeat center center;
  background-size: cover;
  padding: 0 0 20vw 0;
  overflow-x: hidden;
}
@media screen and (min-width: 960px) {
  #intro {
    background: #f6a957 url("../img/intro/bg_pc.jpg") bottom center no-repeat fixed;
    background-size: cover;
    padding: 0 0 5vw;
    overflow-x: visible;
  }
}

#intro .heading {
  width: 90%;
  max-width: 350px;
  margin: 10px auto 0;
}
@media screen and (min-width: 960px) {
  #intro .heading {
    width: 650px;
    margin: 50px auto 0;
  }
}

#intro-main {
  width: 100%;
  margin: 0 auto 40px;
}
#intro-main picture {
  display: none;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
#intro-main.anime-wrap picture {
  display: block;
  opacity: 1;
  visibility: visible;
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-fill-mode: forwards;
}

@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
.intro-lead-inner {
  width: 100%;
}

#intro-lead {
  padding: 5vw 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #intro-lead {
    width: 90%;
    max-width: 850px;
    padding: 3vw 0;
  }
}

#intro-lead2 {
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  #intro-lead2 {
    width: 380px;
    margin: 10px auto;
  }
}

#lines-area {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.lines0 {
  position: absolute;
  left: 0;
  width: 130px;
}

.lines1 {
  position: absolute;
  right: 0;
  width: 130px;
}

@media screen and (min-width: 960px) {
  .intro-inner-txt {
    width: 850px;
    margin: 60px auto;
  }
}

#intro-txt {
  color: #333;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 10vw;
  font-weight: bold;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
  position: relative;
  background: #fff;
  padding: 5% 2%;
}
@media screen and (min-width: 960px) {
  #intro-txt {
    width: 850px;
    padding: 15px 0;
    margin-bottom: 10px;
  }
}

.kerning {
  display: inline !important;
  letter-spacing: -1px !important;
  font-size: 15px !important;
}

.intro-photo {
  margin: 50px 0 0 0;
}
@media screen and (min-width: 960px) {
  .intro-photo {
    width: 500px;
    margin: 50px auto 0;
  }
}

.intro-item {
  color: #222;
  margin: 0 auto;
  width: 85%;
  text-align: justify;
  margin-bottom: 60px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
}
@media screen and (min-width: 960px) {
  .intro-item {
    width: 750px;
    margin: 20px auto;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 50px;
  }
}

.intro-item-txt {
  margin-bottom: 1.5em;
  text-align: justify;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .intro-item-txt {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
    margin-bottom: 2em;
  }
}
.intro-item-txt p {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 960px) {
  .intro-item-txt p {
    margin-bottom: 2em;
  }
}
.intro-item-txt p:last-child {
  margin-bottom: 0;
}
.intro-item-txt .intro-note {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .intro-item-txt .intro-note {
    font-size: 13px;
  }
}

.intro-lead-txt {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-style: italic;
}

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

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

#intro .slick-dots {
  position: absolute;
  width: 100%;
  list-style: none;
  text-align: center;
  display: none;
}
@media screen and (min-width: 960px) {
  #intro .slick-dots {
    bottom: -80px;
    height: 15px;
    display: block;
  }
}

#intro .slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  #intro .slick-dots li {
    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 #e4007f;
  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: #e4007f;
}

#intro .slick-prev,
#intro .slick-next {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 5px;
  border: none;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  cursor: pointer;
  min-width: 50px;
  min-height: 50px;
}
#intro .slick-prev:before,
#intro .slick-next:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #e4007f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: none;
  transition: all 0.3s ease;
}
#intro .slick-prev:after,
#intro .slick-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(2px);
  pointer-events: none;
  transition: all 0.3s ease;
}
#intro .slick-prev:hover:before,
#intro .slick-next:hover:before {
  background: #c6006a;
  transform: translate(-50%, -50%) scale(1.1);
}

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

#intro .slick-prev {
  left: -53px;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (min-width: 960px) {
  #intro .slick-prev {
    left: -55px;
  }
}

#intro .slick-prev.slick-disabled,
#intro .slick-next.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
#intro .slick-prev.slick-disabled:before,
#intro .slick-next.slick-disabled:before {
  opacity: 0.3;
}
#intro .slick-prev.slick-disabled:after,
#intro .slick-next.slick-disabled:after {
  opacity: 0.3;
}

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

#story

-------------------------------*/
#story {
  height: 100%;
  padding: 15vw 0 0;
  background: #effbfe;
}
@media screen and (min-width: 960px) {
  #story {
    background: #fff url("../img/story/photo_pc.jpg") center center no-repeat;
    padding: 15vw 0;
    background-size: cover;
    min-height: 1050px;
  }
}

.deco0 {
  position: absolute;
  left: 0;
  top: -28vw;
  width: 23vw;
  max-width: 150px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}
.deco0.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.deco0.landed {
  animation: bounceLand 0.8s ease forwards;
}
.deco0.bounce {
  animation: bounceHop 0.4s ease forwards;
}
@media screen and (min-width: 960px) {
  .deco0 {
    width: 150px;
    top: -180px;
    left: -60px;
  }
}

.deco1 {
  position: absolute;
  right: 0;
  top: -32.5vw;
  width: 20vw;
  max-width: 150px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}
.deco1.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.deco1.sway {
  transform: translateY(0);
  transition: none;
  animation: sway 1.8s linear 0s 1;
}
.deco1.bounce {
  animation: bounceHop 0.4s ease forwards;
}
@media screen and (min-width: 960px) {
  .deco1 {
    right: -30px;
    top: -180px;
    max-width: 110px;
  }
}

.deco2 {
  position: absolute;
  width: 40vw;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
  text-align: right;
  pointer-events: none;
}
.deco2 img {
  pointer-events: none;
}
.deco2.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.deco2.slide-in {
  animation: slideInFromLeftSp 0.8s ease forwards;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 960px) {
  .deco2.slide-in {
    animation-name: slideInFromLeftPc;
  }
}
.deco2.slide-complete {
  transform: translateX(0) !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.deco2.slide-complete.bounce {
  transform: translateX(0) translateY(0) !important;
  transition: none !important;
}
.deco2.bounce {
  animation: bounceHop 0.4s ease forwards;
}
@media screen and (min-width: 960px) {
  .deco2 {
    bottom: 0;
    width: 22vw;
    transform: translateX(-200px);
    text-align: left;
    opacity: 0;
    visibility: hidden;
  }
  .deco2.is-inview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

.deco3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2vw;
  width: 70vw;
  max-width: 260px;
  margin: auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}
.deco3.is-inview {
  opacity: 1;
  visibility: visible;
}
.deco3.slide-in {
  animation: slideInFromRightSp 0.8s ease forwards;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 960px) {
  .deco3.slide-in {
    animation-name: slideInFromRightPc;
    transform: translateX(200px);
  }
}
@media screen and (min-width: 960px) {
  .deco3 {
    transform: translateX(200px);
  }
}
.deco3.slide-complete {
  transform: translateX(0) !important;
  transition: none !important;
  opacity: 1 !important;
}
.deco3.swing {
  transform: translateX(0);
  animation: swing 5s ease-in-out infinite;
  transform-origin: center bottom;
  opacity: 1;
}
.deco3.bounce {
  animation: bounceHop 0.4s ease forwards;
}
@media screen and (min-width: 960px) {
  .deco3 {
    right: -7vw;
    left: auto;
    bottom: -1vw;
    width: 30vw;
    max-width: 460px;
  }
}

@keyframes bounceLand {
  0% {
    transform: translateX(0) translateY(0) rotate(2deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(-1deg);
  }
}
@keyframes bounceHop {
  0% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(0) translateY(-4px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slideInFromRightSp {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightPc {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromLeftSp {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromLeftPc {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes swing {
  0%, 100% {
    transform: translateX(0) rotate(3deg);
  }
  50% {
    transform: translateX(0) rotate(-3deg);
  }
}
@keyframes sway {
  0% {
    transform: translate(0%, 0%);
  }
  20% {
    transform: translate(-0.5%, -0.5%) skew(0.5deg, 0deg);
  }
  50% {
    transform: translate(0.5%, 0.5%) skew(-0.5deg, 0deg);
  }
  65% {
    transform: translate(0.3%, -0.3%) skew(-0.3deg, 0deg);
  }
  80% {
    transform: translate(-0.3%, 0.3%) skew(0.3deg, 0deg);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.story-inner {
  padding: 0 0 5vw 0;
}

#story .heading {
  width: 40vw;
  max-width: 280px;
}
@media screen and (min-width: 960px) {
  #story .heading {
    width: 320px;
    margin: 10px auto;
  }
}

.story-inner-txt {
  padding: 5vw 0 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .story-inner-txt {
    background: rgba(255, 255, 255, 0.69);
    width: 850px;
    margin: 0 auto;
    padding: 2%;
    overflow-x: visible;
  }
}

#story-txt {
  color: #000;
  width: 90%;
  margin: 0 auto;
  text-align: justify;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
}
@media screen and (min-width: 960px) {
  #story-txt {
    font-size: 15px;
    width: 750px;
    margin-bottom: 10px;
  }
}

.story-photos {
  position: relative;
  margin: 70px 0 0;
  min-height: 920px;
  height: 80vh;
}

.photos {
  padding: 1px 0 5px 0;
  overflow: visible;
  background: #fff45f;
  position: relative;
  min-height: 120px;
  /* transform: rotate(-2deg); */
}
@media screen and (min-width: 960px) {
  .photos {
    min-height: 150px;
  }
}

.loop-photo {
  width: 110%;
  max-width: 110%;
  height: 120px;
  margin: 4px auto 0 -5%;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .loop-photo {
    height: 150px;
  }
}

.loop-photo {
  background: url(../img/photo/loop_photo1.png);
  -webkit-background-size: auto 120px;
  background-size: auto 120px;
  background-repeat-y: no-repeat;
  animation: bgscroll 50s linear infinite;
}
@media screen and (min-width: 960px) {
  .loop-photo {
    -webkit-background-size: auto 150px;
    background-size: auto 150px;
  }
}

@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1950px 0;
  }
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1950px 0;
  }
}
.photo-bg {
  background: #e4007f;
  padding: 0 0 5px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .photo-bg {
    padding: 0;
  }
}

.photo2 {
  width: 110%;
  max-width: 110%;
  height: 200px;
  margin: 5px auto 0 -5%;
  padding: 0;
  overflow: hidden;
  background: #e40280 url(../img/photo/loop_photo2.jpg);
  -webkit-background-size: auto 200px;
  background-size: auto 200px;
  background-repeat-y: no-repeat;
  animation: bgscroll 50s linear infinite;
}
.photo2 img {
  display: none;
}
@media screen and (min-width: 960px) {
  .photo2 {
    height: 500px;
    margin: 5px auto;
    -webkit-background-size: auto 500px;
    background-size: auto 500px;
    animation: bgscroll 50s linear infinite;
  }
}

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

#cast

-------------------------------*/
#cast {
  padding-bottom: 60px;
  height: 100%;
  padding: 30px 0 140px 0;
  background: #fff url(../img/cast/bg_sp.jpg) repeat top center;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  #cast {
    height: 100%;
    padding: 5vw 0 10vw;
    background: url(../img/cast/bg_pc.jpg) no-repeat center center fixed;
    background-size: cover;
  }
}

#cast .heading {
  max-width: 300px;
  width: 40vw;
}
@media screen and (min-width: 960px) {
  #cast .heading {
    width: 320px;
    margin: 0 auto;
  }
}

.cast-photo img {
  /*vertical-align: bottom;*/
  object-fit: cover;
}

#cast-box {
  max-width: 1020px;
  margin: 50px auto 0;
  width: 90%;
}
@media screen and (min-width: 960px) {
  #cast-box {
    max-width: 1400px;
    margin: 40px auto 0;
  }
}

#cast .box {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}
#cast .box .cast-name-info {
  position: relative;
}
@media screen and (min-width: 960px) {
  #cast .box {
    margin: 0;
    width: 33.3%;
  }
}

.jackie {
  width: 100% !important;
}
.jackie img {
  max-width: 380px;
}
@media screen and (min-width: 960px) {
  .jackie {
    width: 100% !important;
    flex-basis: 100%;
  }
}

.main-cast {
  text-align: center;
  margin: 0 auto 20px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (min-width: 960px) {
  .main-cast {
    max-width: 1200px;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 0;
  }
}

.main-cast2 {
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (min-width: 960px) {
  .main-cast2 {
    max-width: 1200px;
    width: 100%;
    flex-wrap: nowrap;
    gap: 120px;
    padding: 30px 0;
  }
}

.other-cast1 {
  width: 880px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .other-cast1 {
    width: 880px;
  }
}
@media screen and (min-width: 960px) {
  .other-cast1 .box {
    width: 200px;
  }
}

.cast-txt {
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 960px) {
  .cast-txt {
    float: right;
    width: 68%;
  }
}

@media screen and (min-width: 960px) {
  .modal-content .cast-txt {
    flex: 1;
    float: none;
    width: auto;
    display: flex;
    flex-direction: column;
  }
}

.box {
  margin: 10px 10px 40px;
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .box {
    margin: 0;
    width: 33.3%;
  }
}

.scale {
  display: inline-block;
  max-width: 280px;
  width: 75%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .scale {
    width: 100%;
    max-width: 480px;
    height: auto;
    margin-bottom: 0;
  }
}

.scale img {
  -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;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scale img:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .scale img:hover {
    opacity: 0.9;
  }
}

.cast-photo {
  width: 75%;
  max-width: 350px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  .cast-photo {
    width: 300px;
    float: left;
    margin: 0;
  }
}

@media screen and (min-width: 960px) {
  .modal-content .cast-photo {
    width: 300px;
    flex-shrink: 0;
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  background: url(../img/cast/bg_sp2.jpg) no-repeat center center;
  background-size: cover;
  z-index: 100;
}
@media screen and (min-width: 960px) {
  .modal-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    background: #fff url(../img/cast/bg_pc2.jpg) center center no-repeat;
    background-size: cover;
    z-index: 4;
  }
}

.modal-open:hover {
  cursor: pointer;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 999;
  margin: 10px;
  padding: 20px;
  border-radius: 2px;
  height: auto;
  margin-top: 100px !important;
}
@media screen and (min-width: 960px) {
  .modal-content {
    padding: 45px;
    width: 90%;
    max-width: 1280px;
    height: 500px;
    overflow: auto;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    z-index: 5;
  }
}

.modal-content img {
  /*width:auto;max-height:75vh*/
}

.cast-name {
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
}
@media screen and (min-width: 960px) {
  .cast-name {
    text-align: justify;
  }
}

.modal-content .cast-name {
  padding-bottom: 10px;
  border-bottom: 3px dotted #e4007f;
}

.modal-content p {
  text-align: left;
  font-weight: bold;
  color: #000;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.cast-name span {
  font-size: 15px;
  display: inline-block;
  color: #333;
}
@media screen and (min-width: 960px) {
  .cast-name span {
    display: inline;
  }
}

.modal-content .cast-name span {
  padding: 4px 8px;
  color: #e40281;
  background-color: #fff45f;
  border-radius: 4px;
  text-shadow: none;
  font-size: 13px;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 960px) {
  .modal-content .cast-name span {
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 0 0 8px !important;
  }
}

.new {
  display: inline-block !important;
  color: #222 !important;
}

.modal-close {
  display: none;
  position: fixed;
  top: 80px;
  right: 15px;
  color: #e4007f;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  z-index: 1000;
}
@media screen and (min-width: 960px) {
  .modal-close {
    top: 5px;
    right: 4vw;
    text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
  }
}

.modal-close:hover {
  cursor: pointer;
}

.modal-content h2 {
  text-align: left !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #c00f18;
  margin: 0 0 10px 0;
}

#modal0, #modal1, #modal2, #modal3, #modal4, #modal5, #modal6, #modal7, #modal8,
#modal9, #modal10, #modal11, #modal12, #modal13 {
  width: 95% !important;
  height: 90vh;
  margin-top: 0px;
  overflow-y: auto;
}

.cast-name-info {
  text-align: center;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .cast-name-info {
    margin-top: 20px;
  }
}
.cast-name {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  line-height: 1.4;
  display: none;
}
@media screen and (min-width: 960px) {
  .cast-name {
    font-size: 18px;
  }
}
.cast-name .cast-name-sub {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .cast-name .cast-name-sub {
    font-size: 14px;
  }
}

.cast-role {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  font-weight: bold;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
  font-size: small;
  padding: 0 10px;
  color: #e40280;
  display: none;
}
@media screen and (min-width: 960px) {
  .cast-role {
    font-size: 15px;
  }
}

.profile-heading {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin: 10px 0 5px 0;
  padding: 0;
  font-family: "Anton", sans-serif;
}
@media screen and (min-width: 960px) {
  .profile-heading {
    font-size: 14px;
    margin: 15px 0 10px 0;
  }
}

.role {
  color: #fff;
  padding: 24px 26px;
  margin: 24px 0;
  border-radius: 8px;
  line-height: 1.6;
  box-shadow: 0 2px 8px rgba(255, 165, 0, 0.1);
  position: relative;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .role {
    padding: 32px 40px;
    margin: 28px 0;
    border-radius: 10px;
    border-left-width: 5px;
    border-width: 3px;
    box-shadow: 0 3px 12px rgba(255, 165, 0, 0.15);
  }
}
.role p {
  margin: 0;
  padding: 0;
}
.role .highlight-text {
  padding: 0 8px;
  color: #e40281;
  background-color: #fff45f;
  border-radius: 4px;
  text-shadow: none;
  font-size: 13px;
  margin: 0 0 5px 0;
}

.appearance {
  font-size: 12px !important;
}

.appearance span {
  display: block;
  font-weight: bold;
  color: #e40280;
}

#cast .box .profile-btn {
  position: static;
  bottom: 10px;
  left: calc(12.5% + 10px);
  padding: 0.35rem 1.5rem 0.35rem 0.55rem;
  background-color: #e4007f;
  color: #fff;
  display: block;
  width: 120px;
  text-align: center;
  border: 1px solid #e4007f;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 50px;
  font-size: xx-small;
  font-family: "Oswald", sans-serif;
  z-index: 10;
  margin: 0;
}
@media screen and (min-width: 960px) {
  #cast .box .profile-btn {
    left: 10px;
    padding: 0.45rem 2.5rem 0.45rem 1rem;
    font-size: x-small;
    width: 150px;
  }
}

.profile-btn {
  margin: 20px 0 0;
  position: relative;
  padding: 0.7rem 3rem 0.7rem 1.1rem;
  background-color: #e4007f;
  color: #fff;
  display: block;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 1px solid #e4007f;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 50px;
  font-size: small;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 960px) {
  .profile-btn {
    padding: 0.9rem 5rem 0.9rem 2rem;
    font-size: inherit;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.profile-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.profile-btn:hover {
  background: #fff;
  color: #e4007f;
}

.profile-btn:hover:after {
  right: 1.4rem;
}

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

#staff

-------------------------------*/
#staff {
  background: url(../img/staff/bg_sp.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
  padding: 15vw 0;
}
@media screen and (min-width: 960px) {
  #staff {
    height: 100%;
    padding: 10vw 0;
    background: url(../img/staff/bg_pc.jpg) no-repeat center center fixed;
    background-attachment: fixed;
    background-size: cover;
  }
}

.heading.staff {
  max-width: 300px;
  width: 40vw;
}
@media screen and (min-width: 960px) {
  .heading.staff {
    width: 340px;
  }
}

.staff-inner-txt {
  padding: 28vw 0 30vw;
}

#staff-box {
  padding: 5vw 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #staff-box {
    display: flex;
    justify-content: center;
    width: 1000px;
    padding: 0;
  }
}

.staff-txt-box {
  color: #000;
}

.staff-img {
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .staff-img {
    width: 35%;
    max-width: 300px;
    margin: 0 35px 0 0;
  }
}

.staff-name {
  text-align: center;
  margin: 20px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 19px;
  font-weight: bold;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
}
@media screen and (min-width: 960px) {
  .staff-name {
    padding: 0 0 20px 0;
    margin: 0 0 10px;
    font-size: 21px;
  }
}
.staff-name span {
  font-size: 14px;
  font-weight: normal;
  margin-right: 8px;
}
@media screen and (min-width: 960px) {
  .staff-name span {
    font-size: 16px;
  }
}
.staff-name img {
  width: 80%;
  max-width: 350px;
}
@media screen and (min-width: 960px) {
  .staff-name img {
    width: 500px;
  }
}

@media screen and (min-width: 960px) {
  .staff-txt-box {
    width: 90%;
    margin: 50px auto 0;
  }
}

.staff-txt {
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
}
@media screen and (min-width: 960px) {
  .staff-txt {
    margin: 15px 0;
    font-size: 13px;
  }
}

.work {
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  margin-bottom: 10px;
  font-size: x-small;
  font-weight: bold;
  line-height: 2;
  padding: 25px;
  background: rgba(214, 157, 92, 0.6);
}
@media screen and (min-width: 960px) {
  .work {
    font-size: small;
  }
}

.work span {
  display: block;
  font-weight: bold;
  color: #c00f18;
}

.work-txt {
  margin-bottom: 10px;
}

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

#prono

-------------------------------*/
#prono {
  background: #fef5d8 url(../img/prono/bg_sp.jpg) repeat center bottom;
  background-size: contain;
  height: 100%;
  padding: 0 0 15vw 0;
}
@media screen and (min-width: 960px) {
  #prono {
    height: 100%;
    padding: 0 0 5vw 0;
    background: #fef5d8 url(../img/prono/bg_pc.jpg) no-repeat bottom center fixed;
    background-size: contain;
  }
}

.prono-photo {
  width: 110%;
  max-width: 110%;
  height: 200px;
  margin: 0 auto 20px -5%;
  padding: 0;
  overflow: hidden;
  background: #e40280 url(../img/prono/header_sp.jpg);
  -webkit-background-size: auto 200px;
  background-size: auto 200px;
  background-repeat-y: no-repeat;
  animation: bgscroll 50s linear infinite;
}
.prono-photo picture,
.prono-photo img {
  display: none;
}
@media screen and (min-width: 960px) {
  .prono-photo {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    background: none;
    background-size: auto;
    animation: none;
    overflow: visible;
  }
  .prono-photo picture,
  .prono-photo img {
    display: block;
  }
}

#prono .heading {
  width: 90%;
  max-width: 350px;
  margin: 10px auto 0;
}
@media screen and (min-width: 960px) {
  #prono .heading {
    width: 650px;
    margin: 50px auto 0;
  }
}

.heading.prono {
  width: 90%;
  max-width: 350px;
  margin: 10px auto 0;
}
@media screen and (min-width: 960px) {
  .heading.prono {
    width: 650px;
    margin: 50px auto 0;
  }
}

#prono-lead {
  color: #fff;
  width: 90%;
  margin: 0 auto;
  text-align: justify;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  #prono-lead {
    width: 900px;
    font-size: 15px;
  }
}

#prono-content {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  #prono-content {
    width: 900px;
    padding: 50px 0;
  }
}

.prono-section {
  margin-bottom: 40px;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
}
@media screen and (min-width: 960px) {
  .prono-section {
    margin-bottom: 50px;
  }
}
.prono-section:last-child {
  margin-bottom: 0;
}
.prono-section .contents-ttl {
  text-align: left;
  justify-content: flex-start;
  color: #000;
  font-weight: bold;
  font-style: normal;
  font-size: 19px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e4007f;
  position: relative;
  padding-left: 15px;
}
.prono-section .contents-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #e4007f;
}
.prono-section .contents-ttl .ttl-icon-left {
  order: -1;
  margin-right: 10px;
}
.prono-section .contents-ttl .ttl-icon-right {
  order: 1;
  margin-left: 10px;
}
.prono-section .contents-ttl .ttl-text {
  font-family: inherit;
  font-weight: bold;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .prono-section .contents-ttl {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
  .prono-section .contents-ttl::before {
    width: 5px;
  }
}

.prono-txt {
  color: #000;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  margin: 0;
  padding: 0 10px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .prono-txt {
    font-size: 15px;
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  #prono .scale a {
    width: 440px !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .prono-img {
    width: 100% !important;
  }
}
.prono-modal-img {
  padding: 10px 0 0 0;
}
.prono-modal-img img {
  vertical-align: bottom;
}

.prono-ttl {
  text-align: center;
  font-weight: bold;
  background: #000000;
  color: #fff;
  margin: 0 auto 30px;
  font-size: 20px;
  line-height: 1.5;
  padding: 8px 0;
}
@media screen and (min-width: 960px) {
  .prono-ttl {
    margin: 0 30px;
    font-size: 25px;
    padding: 12px;
    width: 100%;
    margin: 0 auto 30px;
  }
}

#prono .box {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 960px) {
  #prono .box {
    margin: 0;
  }
}

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

#comment

-------------------------------*/
#comment {
  padding: 10vw 0 90px;
  background: #d9bbfd;
}
@media screen and (min-width: 960px) {
  #comment {
    padding: 6vw 0;
  }
}

.comment-inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .comment-inner {
    width: 900px;
  }
}

.comment-box {
  background: #fff;
  border: 2px solid #e4007f;
  border-radius: 10px;
  padding: 25px 20px;
  box-shadow: 0 4px 15px rgba(228, 0, 127, 0.1);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .comment-box {
    padding: 40px 50px;
    border-radius: 15px;
  }
}

.deco4 {
  position: absolute;
  left: 1vw;
  bottom: -4px;
  width: 50vw;
  max-width: 110px;
  z-index: 1;
  pointer-events: none;
  transform: translateX(0);
  animation: swing 5s ease-in-out infinite;
  transform-origin: center bottom;
  opacity: 1;
}
.deco4 img {
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .deco4 {
    left: 4vw;
    width: 40vw;
    max-width: 200px;
  }
}

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

comment styles

-------------------------------*/
.comment-author {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (min-width: 960px) {
  .comment-author {
    right: 50px;
    bottom: 40px;
  }
}

.comment-name {
  font-size: 18px;
  font-weight: bold;
  color: #e4007f;
  margin: 0 0 5px 0;
  text-align: right;
  line-height: 1.4;
}
.comment-name span {
  font-size: 0.7em;
}
@media screen and (min-width: 960px) {
  .comment-name {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .comment-name span {
    font-size: 0.65em;
  }
}

.profession {
  display: block;
}

.comment-role {
  font-size: 14px;
  font-weight: normal;
  color: #e4007f;
  margin: 0;
  text-align: right;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .comment-role {
    font-size: 16px;
  }
}

.comment-text {
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .comment-text {
    padding-bottom: 80px;
  }
}
.comment-text p {
  color: #333;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  margin: 0;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .comment-text p {
    font-size: 15px;
    text-align: justify;
  }
}

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

#credit

-------------------------------*/
#credit {
  background: url(../img/staff/bg_sp.jpg) repeat top center;
  background-size: contain;
  height: 100%;
  padding: 15vw 0;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  #credit {
    height: 100%;
    padding: 15vw 0;
    background: url(../img/staff/bg_pc.jpg) no-repeat center center fixed;
    background-attachment: fixed;
    background-size: cover;
  }
}

.credit-inner {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
}
@media screen and (min-width: 960px) {
  .credit-inner {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding: 0;
  }
}

.credit-section {
  margin: 40px auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .credit-section {
    flex: 1;
    margin-bottom: 0;
    text-align: justify;
  }
}

.credit-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .credit-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.credit-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.credit-list dt {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .credit-list dt {
    font-size: 15px;
    margin-top: 18px;
  }
}
.credit-list dt:first-child {
  margin-top: 0;
}
.credit-list dd {
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .credit-list dd {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.credit-list .credit-special {
  font-weight: bold;
  margin-top: 20px;
  padding-top: 15px;
}
@media screen and (min-width: 960px) {
  .credit-list .credit-special {
    margin-top: 25px;
    padding-top: 20px;
  }
}

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

#footer

-------------------------------*/
#footer {
  padding: 8vw 0;
}

.share-ttl {
  font-style: italic;
  font-family: "Anton", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 20px;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */