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

@PC - style.css v5.0.0

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

a,
hr {
  padding: 0;
}

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

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

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

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

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

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

html

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

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

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

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

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

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  width: 6.6666666667vw;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  top: 50% !important;
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 100%;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

.swiper-button-next {
  right: 8px;
}

.swiper-button-prev {
  left: 8px;
}

@media screen and (min-width: 960px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 3.90625vw;
    max-width: 50px;
    height: 50px;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 24px;
  }
  .swiper-button-next {
    right: 20px;
  }
  .swiper-button-prev {
    left: 20px;
  }
}
/************************************************

@PC - common.css v5.0.0

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

#wrapper

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

.sec-ttl {
  margin: 0 auto 3rem;
  text-align: center;
  opacity: 0;
}
.sec-ttl.show {
  animation: blur 1s ease forwards;
}

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

#header

-------------------------------*/
#header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.5s ease;
  opacity: 0;
  background-color: transparent;
}
@media screen and (min-width: 960px) {
  #header {
    height: 80px;
  }
}
#header.scrolled {
  background-color: #000;
}

/* ドロワーナビゲーションが開いているときはヘッダーの背景色を透明に */
#drawer-container.active + #header,
#drawer-container.active ~ #header {
  background-color: transparent !important;
}

.header.show {
  animation: blur 1.5s ease-in-out forwards;
}

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

@SNS

-------------------------------*/
.official-sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -25px;
  margin-left: 5px;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 960px) {
  .official-sns {
    margin-top: 0;
    margin-left: 10px;
  }
}
.official-sns.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.sns-item {
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 0;
  margin: 0 15px;
}
.sns-item:first-child {
  margin: 0 15px 0 5px;
}
@media screen and (min-width: 960px) {
  .sns-item {
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
    margin: 0 5px;
  }
  .sns-item:first-child {
    margin: 0;
  }
  .sns-item:hover {
    opacity: 0.7;
  }
}
.sns-item a {
  font-size: 1.25rem;
  color: #fff;
  padding: 15px 15px;
  border-radius: 50px;
  background-color: #c1086e;
}
@media screen and (min-width: 960px) {
  .sns-item a {
    padding: 18px 18px;
  }
}

.official-sns-sp .sns-item {
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 0;
  margin: 0 20px;
}

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

@PCnav

-------------------------------*/
#nav {
  font-size: 14px;
  width: 100%;
  display: none;
}
@media screen and (min-width: 960px) {
  #nav {
    display: block;
    white-space: nowrap;
  }
}

#nav-container {
  justify-content: flex-end !important;
  margin-right: 15px;
}

.nav-box {
  position: relative;
  height: 25px;
  padding: 0 1rem 0 0;
}

.nav-btn {
  display: block;
  color: #fff;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, -0.125rem + 1.88vw, 1.375rem);
}

.nav-btn.selected,
.nav-btn:not(.coming):hover {
  color: #e4007f;
}

.nav-btn.coming {
  opacity: 0.5;
}

.nav-icon {
  font-size: 100%;
}

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

@SP-drawer

-------------------------------*/
#drawer-btn {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 960px) {
  #drawer-btn {
    display: none;
  }
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

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

.drawer-line {
  width: 40px;
  height: 3px;
  background: #FFF;
  display: block;
  margin: 0 auto 10px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.drawer-line:nth-child(2) {
  background: #c1086e !important;
}

.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(405deg) translate(10px, 8px);
  transform: rotate(405deg) translate(10px, 8px);
}

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

.drawer-line.open:nth-child(3) {
  -webkit-transform: rotate(-405deg) translate(10px, -8px);
  transform: rotate(-405deg) translate(10px, -8px);
}

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

#drawer-layer-container

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

/* ハンバーガーメニューが開いている時のofficial-snsのスタイル */
#drawer-container.active + #header .official-sns,
#drawer-container.active ~ #header .official-sns {
  opacity: 0;
  pointer-events: none;
}

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

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

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

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

.drawer-nav-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 65px;
  line-height: 20px;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}

.drawer-nav-btn.selected {
  color: #fff;
}

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

#footer

-------------------------------*/
#footer {
  text-align: center;
  background: #000;
  padding: 7% 0 5%;
  margin-top: 7rem;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 3% 0;
    margin-top: 3rem;
  }
}
#footer .billing {
  margin: 0 auto;
  max-width: 1280px;
}
#footer .billing .footer-logo {
  width: 66%;
  display: block;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 960px) {
  #footer .billing .footer-logo {
    width: 28%;
  }
}
#footer .billing .footer-billing {
  width: 95%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 960px) {
  #footer .billing .footer-billing {
    width: 50%;
  }
}
#footer .billing .footer-roadshow {
  width: 30%;
  display: block;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 960px) {
  #footer .billing .footer-roadshow {
    width: 15%;
  }
}
#footer .cp-btn {
  border: solid 1px #fff;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  padding: 10px;
  margin-bottom: 3rem;
  transition: all 0.5s ease;
}
#footer .cp-btn:hover {
  opacity: 0.5;
}
#footer .share {
  text-align: center;
  margin-bottom: 2rem;
}
#footer .share .share-ttl {
  color: #c1086e;
  font-size: 1.125rem;
}
#footer .copyright {
  margin-bottom: 2rem;
  text-align: center;
}
#footer .copyright img {
  width: 75%;
  max-width: 460px;
}
@media screen and (min-width: 960px) {
  #footer .copyright img {
    width: 45%;
  }
}
#footer .bf-container {
  text-align: center;
  margin: 0 auto;
}
#footer .bf-container img {
  width: 50%;
  max-width: 260px;
}
@media screen and (min-width: 960px) {
  #footer .bf-container img {
    width: 300px;
  }
}

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

#main

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

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

#preloader

-------------------------------*/
#preloader {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
}

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

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

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

#progress-txt {
  width: 60px;
  display: block;
  font-size: 1rem;
  color: #c1086e;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 145px;
  left: 293px;
  z-index: 4;
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

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

@banner

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

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

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

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

@SNS

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

.sns-btn {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  font-size: 2rem;
  width: 33%;
}
@media screen and (min-width: 960px) {
  .sns-btn {
    font-size: 1.5rem;
  }
}

.share-link-btn {
  color: #c1086e;
  transition: all 0.1s ease;
}

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

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

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

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

@modules

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

a

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

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

@flex

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

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

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

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

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

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

font-weight

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

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

font-style

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

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

display

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

.block {
  display: block;
}

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

position

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

.margin-auto {
  margin: 0 auto;
}

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

guard

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

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

html {
  scroll-behavior: smooth;
}

.mv {
  width: 100%;
  height: 157.5vw;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .mv {
    height: 56.2vw;
  }
}

.mv-v1,
.mv-v2 {
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv-v1 {
  opacity: 1;
}

.mv-v1.hidden {
  opacity: 0;
  pointer-events: none;
}

.mv-v2 {
  opacity: 0;
}

.mv-v2.visible {
  opacity: 1;
}

/*-------------------------------
MV_video

-------------------------------*/
.logo {
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 80%;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .logo {
    bottom: 11%;
    width: 40%;
  }
}
.logo img {
  width: 100%;
}
.logo.show {
  animation: blur 1.5s ease forwards;
}

.roadshow {
  position: absolute;
  bottom: 9%;
  right: 50%;
  width: 40%;
  z-index: 10;
  transform: translateX(50%);
  opacity: 0;
  max-width: 270px;
}
.roadshow.show {
  animation: blur 1.5s ease forwards;
}
@media screen and (min-width: 960px) {
  .roadshow {
    width: 20%;
    bottom: 15%;
    right: 5%;
    transform: none;
  }
}

@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(20px) contrast(120%) brightness(180%) saturate(150%);
  }
  50% {
    filter: blur(15px) contrast(110%) brightness(150%) saturate(150%);
  }
  100% {
    opacity: 1;
    filter: blur(0) contrast(100%) brightness(100%) saturate(100%);
  }
}
.movie_btn {
  margin-top: 1em;
  text-align: center;
  position: absolute;
  top: 40px;
  right: 15px;
  z-index: 10;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease, transform 1s ease;
}
.movie_btn.show {
  animation: blur 1.5s ease forwards;
}
@media screen and (min-width: 960px) {
  .movie_btn {
    top: 50px;
    right: 40px;
  }
}

.movie_btn_text {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 10px;
}

.movie_btn button {
  background-image: url(../img/top/on.png);
  background-repeat: no-repeat;
  background-size: 45% 45%;
  background-position: center center;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (min-width: 960px) {
  .movie_btn button {
    width: 70px;
    height: 70px;
    transition: all 0.5s ease;
  }
  .movie_btn button:hover {
    background-color: #c1086e;
  }
  .movie_btn button:active {
    background-color: transparent;
  }
}

.mv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.mv-video-pc {
  display: none;
}

.mv-video-sp {
  display: none;
}

@media screen and (min-width: 960px) {
  .mv-video-pc {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .mv-video-sp {
    display: block;
  }
}
.mv-v1:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: radial-gradient(black 20%, transparent 10%), radial-gradient(black 20%, transparent 10%);
  background-size: 3px 3px;
  background-position: 0 0, 3px 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

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

mv img静止画

-------------------------------*/
.mv-v2 {
  padding-top: 60px;
  background: #000;
}
@media screen and (min-width: 960px) {
  .mv-v2 {
    padding-top: 0;
  }
}

.mv-img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 60px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .mv-img {
    top: 0;
  }
}

.mv-v2-logo {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 80%;
  opacity: 0;
  visibility: hidden;
}
.mv-v2-logo.show {
  opacity: 1;
  visibility: visible;
  animation: blur 1.5s ease forwards;
}
@media screen and (min-width: 960px) {
  .mv-v2-logo {
    bottom: 38%;
    width: 40%;
  }
}

.mv-copy {
  position: absolute;
  top: 27%;
  left: 31%;
  width: 5%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .mv-copy {
    top: 22%;
    left: 2%;
    width: 2.5%;
  }
}
.mv-copy.show {
  animation: blur 1.5s ease forwards;
}

.mv-lower {
  background-image: url(../img/top/bg_lower.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 11% 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .mv-lower {
    padding: 3% 0;
  }
}

.mv-lower-billing {
  text-align: center;
  display: none;
}
.mv-lower-billing .billing {
  width: 46%;
}
@media screen and (min-width: 960px) {
  .mv-lower-billing {
    display: block;
  }
}

.bnr {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  max-width: 400px;
}
@media screen and (min-width: 960px) {
  .bnr {
    width: 33%;
    margin: 2rem auto;
  }
}
.bnr img {
  width: 100%;
  transition: all 0.5s ease;
}
.bnr img:hover {
  opacity: 0.7;
}

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

@mvtk

-------------------------------*/
#mvtk-widgets-container.mvtk-widgets-container {
  margin: 1rem auto 2rem !important;
}

.mv-lower-bnr {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1280px;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .mv-lower-bnr {
    flex-wrap: nowrap;
  }
}
.mv-lower-bnr .bnr {
  width: 43%;
  display: block;
  margin: 0 5px 10px;
  transition: all 0.5s ease;
}
.mv-lower-bnr .bnr:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .mv-lower-bnr .bnr {
    margin: 0 10px;
    width: 18%;
  }
}
.mv-lower-bnr .bnr img {
  width: 100%;
}
.mv-lower-bnr .bnr:last-child {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .mv-lower-bnr .bnr:last-child {
    width: 21.5%;
  }
}

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

#movie

-------------------------------*/
#trailer {
  padding: 8% 0;
  background: #141413;
}

.trailer-ttl {
  max-width: 1280px;
}
.trailer-ttl img {
  width: 27%;
}
@media screen and (min-width: 960px) {
  .trailer-ttl img {
    width: 13%;
  }
}

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

#movie-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 960px) {
  #movie-container {
    width: 90%;
  }
}

#movie-container.swiper-container-horizontal {
  opacity: 1;
  visibility: visible;
  display: block;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}

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

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

.movie-thumb-list {
  margin-bottom: 1rem !important;
}

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

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  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;
}

.arrow-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-130%);
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .slider-arrow {
    width: 40px;
    transform: translateY(-140%);
  }
}

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

.slider-prev {
  left: 0;
}

.slider-next {
  right: 0;
}
@media screen and (min-width: 960px) {
  .slider-next {
    width: 40px;
  }
}

#trailer-play {
  padding: 30px;
}

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

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

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

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

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

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

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

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

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 1rem;
  }
  .sp {
    display: none;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
#news {
  background: #dedede;
  padding: 9% 0;
}
@media screen and (min-width: 960px) {
  #news {
    padding: 6% 0;
  }
}

.news-ttl {
  max-width: 1280px;
  margin: 0 auto 2rem !important;
}
.news-ttl img {
  width: 23%;
}
@media screen and (min-width: 960px) {
  .news-ttl img {
    width: 10%;
  }
}

.news-list {
  width: 90%;
  margin: 0 auto 1rem;
  max-width: 1280px;
}
@media screen and (min-width: 960px) {
  .news-list {
    width: 65%;
  }
}
.news-list li {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 15px 0;
}
.news-list li:nth-child(2) {
  border-top: none;
}

.news-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s ease;
}
.news-item:hover {
  opacity: 0.7;
}

.trimming {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 5/3;
}

.news-thumb {
  width: 31.7333333333vw;
  margin: 0 20px 0 0;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .news-thumb {
    width: 14.84375vw;
    margin: 0 40px 0 30px;
  }
}
.news-thumb img {
  width: 100%;
  object-fit: contain;
}

.trimming {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 4/3;
}

.news-txt-wrap {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (min-width: 960px) {
  .news-txt-wrap {
    gap: 20px;
  }
}
.news-txt-wrap .news-date {
  width: 40%;
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .news-txt-wrap .news-date {
    font-size: 1rem;
  }
}
.news-txt-wrap .news-category {
  display: inline-block;
  background: #e4007f;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 0.75em;
  width: 35%;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .news-txt-wrap .news-category {
    font-size: 0.9em;
    width: 15%;
  }
}
.news-txt-wrap .news-title {
  font-size: 1.1em;
  line-height: 1.5;
  width: 100%;
}

.news-btn {
  width: 90%;
  text-decoration: none;
  text-align: right;
  display: block;
  color: #000;
  margin: 0 auto;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.5s ease;
}
@media screen and (min-width: 960px) {
  .news-btn {
    width: 65%;
  }
}
.news-btn span img {
  width: 40px;
}
@media screen and (min-width: 960px) {
  .news-btn span img {
    width: 50px;
  }
}
.news-btn:hover {
  opacity: 0.5;
}

.bg-box {
  width: 100%;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 1s ease 0s;
  z-index: -1;
}

.show .bg {
  opacity: 1;
}

.bg._01 {
  background-image: url("../img/top/bg01_sp.jpg");
  opacity: 1 !important;
}
@media screen and (min-width: 960px) {
  .bg._01 {
    background-image: url("../img/top/bg01.jpg");
  }
}

.bg._02 {
  background-image: url("../img/top/bg02_sp.jpg");
}
@media screen and (min-width: 960px) {
  .bg._02 {
    background-image: url("../img/top/bg02.jpg");
  }
}

.bg._03 {
  background-image: url("../img/top/bg03_sp.jpg");
}
@media screen and (min-width: 960px) {
  .bg._03 {
    background-image: url("../img/top/bg03.jpg");
  }
}

.bg._04 {
  background-image: url("../img/music/music_bg_sp.jpg");
  background-position: top;
}
@media screen and (min-width: 960px) {
  .bg._04 {
    background-image: url("../img/music/music_bg.jpg");
  }
}

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

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

#intro {
  padding: 0 0 8%;
}

.intro-box {
  background-image: url(../img/top/intro_bg_sp.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 50% 0 11%;
  opacity: 0;
}
.intro-box.show {
  animation: blur 1.5s ease forwards;
}
@media screen and (min-width: 960px) {
  .intro-box {
    background-image: url(../img/top/intro_bg.jpg);
    width: 100%;
    padding: 50% 0 5%;
  }
}
.intro-box .intro-ttl {
  opacity: 1 !important;
}
.intro-box .intro-ttl img {
  width: 56%;
}
@media screen and (min-width: 960px) {
  .intro-box .intro-ttl img {
    width: 24%;
  }
}
.intro-box .intro-txt {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  font-size: clamp(1.125rem, 0.724rem + 1.71vw, 1.75rem);
  text-align: left;
  display: inline-block;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 960px) {
  .intro-box .intro-txt {
    text-align: center;
    font-size: 1.125rem;
  }
}

#story {
  padding: 8% 0;
}

.story-box {
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .story-box {
    text-align: center;
    width: 100%;
  }
}
.story-box-visual {
  position: relative;
  margin-bottom: 4rem;
  width: 100%;
}
.story-box-visual .story-lead {
  position: absolute;
  top: -6%;
  right: 5%;
  width: 16.5%;
  z-index: 10;
  clip-path: inset(0 0 100% 0);
  display: inline-block;
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.story-box-visual .story-lead.is-animated {
  clip-path: inset(0);
  transition-delay: 0.5s;
}
@media screen and (min-width: 960px) {
  .story-box-visual .story-lead {
    top: -10%;
    right: 7%;
    width: 11.5%;
  }
}
.story-box-visual-img {
  width: 100%;
  opacity: 0;
}
.story-box-visual-img.show {
  animation: blur 1.5s ease forwards;
}
.story-box .story-texts-wrapper {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.story-box .story-ttl img {
  width: 20%;
}
@media screen and (min-width: 960px) {
  .story-box .story-ttl img {
    width: 10%;
  }
}
.story-box .story-txt {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.story-box .story-span {
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: 0 0 5px 5px;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .story-box .story-span {
    margin: 0 0 7px 5px;
  }
}
.story-box .story-lead-text {
  font-size: clamp(2.4rem, 0.7305rem + 5.7877vw, 5rem) !important;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  margin-bottom: 4rem;
}
@media screen and (min-width: 960px) {
  .story-box .story-lead-text {
    font-size: 3rem !important;
  }
}
.story-box .story-lead-text-p {
  color: #c1086e;
}
.story-box .story-lead-text-b {
  color: #26a1ff;
}
.story-box .story-lead-text-b.show {
  animation: blur 1.5s ease-in-out forwards;
}

.gallery {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
@media screen and (min-width: 960px) {
  .gallery {
    padding-bottom: 80%;
  }
}
.gallery-ph {
  position: absolute;
}
.gallery-ph01 {
  width: 55%;
  top: 11%;
  right: 0;
  opacity: 0;
  animation: ph0 15s ease infinite;
}
@media screen and (min-width: 960px) {
  .gallery-ph01 {
    width: 45%;
  }
}
.gallery-ph02 {
  width: 50%;
  top: 63%;
  left: 0%;
  opacity: 0;
  animation: ph0 15s ease infinite;
  animation-delay: 5s;
}
@media screen and (min-width: 960px) {
  .gallery-ph02 {
    width: 44%;
    top: 54%;
  }
}
.gallery-ph03 {
  width: 35%;
  top: 7%;
  left: 2%;
  animation: ph01 10s ease infinite;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .gallery-ph03 {
    width: 27%;
  }
}
.gallery-ph04 {
  width: 35%;
  top: 7%;
  left: 2%;
  animation: ph02 10s ease infinite;
  animation-delay: 2s;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .gallery-ph04 {
    width: 27%;
  }
}
.gallery-ph05 {
  width: 35%;
  top: 32%;
  left: 22%;
  animation: ph01 10s ease infinite;
  animation-delay: 2s;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .gallery-ph05 {
    width: 23%;
  }
}
.gallery-ph06 {
  width: 33%;
  top: 58%;
  right: 5%;
  animation: ph02 10s ease infinite;
  animation-delay: 3s;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .gallery-ph06 {
    width: 23%;
    top: 48%;
    right: 25%;
  }
}
.gallery-ph07 {
  width: 43%;
  top: 85%;
  right: 3%;
  opacity: 0;
  animation: ph0 15s ease infinite;
  animation-delay: 8s;
}
@media screen and (min-width: 960px) {
  .gallery-ph07 {
    width: 32%;
    top: 74%;
    right: 9%;
  }
}
.gallery-ph08 {
  width: 37%;
  top: 94%;
  left: 6%;
  animation: ph01 10s ease infinite;
  animation-delay: 3s;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .gallery-ph08 {
    width: 30%;
    top: 86%;
    left: 12%;
  }
}
.gallery-ph09 {
  width: 33%;
  top: 58%;
  right: 5%;
  animation: ph01 10s ease infinite;
  animation-delay: 1.5s;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .gallery-ph09 {
    width: 23%;
    top: 48%;
    right: 25%;
  }
}
.gallery-ph10 {
  width: 30%;
  top: 32%;
  left: 22%;
  animation: ph02 10s ease infinite;
  animation-delay: 1s;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .gallery-ph10 {
    width: 23%;
  }
}
.gallery-ph11 {
  width: 37%;
  top: 94%;
  left: 6%;
  animation: ph02 10s ease infinite;
  animation-delay: 1.5s;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .gallery-ph11 {
    width: 30%;
    top: 86%;
    left: 12%;
  }
}

@keyframes ph0 {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  25% {
    opacity: 1;
    filter: blur(0px);
  }
  50% {
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    opacity: 0;
    filter: blur(5px);
  }
}
@keyframes ph01 {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  25% {
    opacity: 1;
    filter: blur(0px);
  }
  50% {
    opacity: 0;
    filter: blur(5px);
  }
}
@keyframes ph02 {
  50% {
    opacity: 0;
    filter: blur(5px);
  }
  75% {
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    opacity: 0;
    filter: blur(5px);
  }
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease, transform 1s ease;
}
.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

/* SP */
@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 2rem;
  }
  .youtube {
    pointer-events: auto;
    width: 100%;
    height: 100%;
  }
  .movie-thumb-box {
    padding-bottom: 56.25%;
  }
}
#cast {
  padding: 34% 0;
}
@media screen and (min-width: 960px) {
  #cast {
    padding: 8% 0;
  }
}
#cast .swiper-container {
  max-width: 1400px;
}

.cast-ttl {
  max-width: 1280px;
  animation: blur 1s ease forwards !important;
  animation-delay: 1s !important;
}
.cast-ttl img {
  width: 20%;
}
@media screen and (min-width: 960px) {
  .cast-ttl img {
    width: 8%;
  }
}

.chara01 {
  background-image: url(../img/caststaff/cast01_sp.jpg);
  justify-content: flex-end;
  padding-top: 100%;
}
@media screen and (min-width: 960px) {
  .chara01 {
    background-image: url(../img/caststaff/cast01.jpg);
    padding: 15% 7% !important;
  }
}

.chara02 {
  background-image: url(../img/caststaff/cast02_sp.jpg);
  justify-content: flex-start;
  padding-top: 100%;
}
@media screen and (min-width: 960px) {
  .chara02 {
    background-image: url(../img/caststaff/cast02.jpg);
    padding: 15% 7% !important;
  }
}

.chara03 {
  background-image: url(../img/caststaff/cast03_sp.jpg);
  justify-content: flex-end;
  padding-top: 100%;
}
@media screen and (min-width: 960px) {
  .chara03 {
    background-image: url(../img/caststaff/cast03.jpg);
    padding: 15% 7% !important;
  }
}

.chara04 {
  background-image: url(../img/caststaff/cast04-05_sp.jpg);
  flex-wrap: wrap;
  width: 50%;
}
@media screen and (min-width: 960px) {
  .chara04 {
    background-image: url(../img/caststaff/cast04-05.jpg);
  }
}
.chara04 .cast-contents-txt {
  margin: auto;
}
.chara04 .cast-contents-txt:first-child {
  margin-left: 50%;
}
.chara04 .cast-contents-txt:last-child {
  margin-right: 47%;
}
.chara04 .name {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .chara04 .name {
    text-align: left;
  }
}

.chara06 {
  background-image: url(../img/caststaff/cast06-07_sp.jpg);
  flex-wrap: wrap;
  width: 50%;
}
@media screen and (min-width: 960px) {
  .chara06 {
    background-image: url(../img/caststaff/cast06-07.jpg);
  }
}
.chara06 .cast-contents-txt {
  margin: auto;
}
.chara06 .cast-contents-txt:first-child {
  margin-left: 50%;
}
.chara06 .cast-contents-txt:last-child {
  margin-right: 47%;
}
.chara06 .name {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .chara06 .name {
    text-align: left;
  }
}

.chara08 {
  background-image: url(../img/caststaff/cast08-09-10_sp.jpg);
  flex-wrap: wrap;
  width: 50%;
}
@media screen and (min-width: 960px) {
  .chara08 {
    background-image: url(../img/caststaff/cast08-09-10.jpg);
  }
}
.chara08 .cast-contents-txt {
  margin: auto;
}
@media screen and (min-width: 960px) {
  .chara08 .cast-contents-txt {
    padding: 2% 0 2% 5% !important;
  }
}
.chara08 .cast-contents-txt:first-child {
  margin-left: 40%;
}
.chara08 .cast-contents-txt:nth-child(2) {
  margin-right: 40%;
}
.chara08 .cast-contents-txt:last-child {
  margin-left: 40%;
}
.chara08 .name {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .chara08 .name {
    text-align: left;
    margin-bottom: 0.5rem !important;
  }
}

.chara11 {
  background-image: url(../img/caststaff/cast11-12-13_sp.jpg);
  flex-wrap: wrap;
  width: 50%;
}
@media screen and (min-width: 960px) {
  .chara11 {
    background-image: url(../img/caststaff/cast11-12-13.jpg);
  }
}
.chara11 .cast-contents-txt {
  margin: auto;
}
@media screen and (min-width: 960px) {
  .chara11 .cast-contents-txt {
    padding: 2% 0 2% 5% !important;
  }
}
.chara11 .cast-contents-txt:first-child {
  margin-left: 40%;
}
.chara11 .cast-contents-txt:nth-child(2) {
  margin-right: 40%;
}
.chara11 .cast-contents-txt:last-child {
  margin-left: 40%;
  display: block;
}
@media screen and (min-width: 960px) {
  .chara11 .cast-contents-txt:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .chara11 .cast-contents-txt:last-child .cast-btn {
    width: 25%;
  }
}
.chara11 .cast-contents-txt:last-child .btn-br {
  display: block;
}
.chara11 .name {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .chara11 .name {
    text-align: left;
  }
}

.chara14 {
  background-image: url(../img/caststaff/cast14_sp.jpg);
  justify-content: flex-end;
  padding-top: 100%;
}
@media screen and (min-width: 960px) {
  .chara14 {
    background-image: url(../img/caststaff/cast14.jpg);
    padding: 15% 7% !important;
  }
}

.chara15 {
  background-image: url(../img/caststaff/cast15_sp.jpg);
  justify-content: flex-start;
  padding-top: 100%;
}
@media screen and (min-width: 960px) {
  .chara15 {
    background-image: url(../img/caststaff/cast15.jpg);
    padding: 15% 7% !important;
  }
}

.chara16 {
  background-image: url(../img/caststaff/cast16_sp.jpg);
  justify-content: flex-end;
  padding-top: 100%;
}
@media screen and (min-width: 960px) {
  .chara16 {
    background-image: url(../img/caststaff/cast16.jpg);
    padding: 15% 7% !important;
  }
}

.chara17 {
  background-image: url(../img/caststaff/cast17_sp.jpg);
  padding-top: 100%;
}
@media screen and (min-width: 960px) {
  .chara17 {
    background-image: url(../img/caststaff/cast17.jpg);
    padding: 15% 7% !important;
  }
}

.btn-br {
  display: none;
}

.swiper-container {
  max-width: 1280px;
  margin: 0 auto;
  opacity: 0;
}
.swiper-container.show {
  animation: blur 1.5s ease forwards;
}

.cast-contents {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  height: 133.3333333333vw;
}
@media screen and (min-width: 960px) {
  .cast-contents {
    height: 800px;
    padding: 0 5%;
    background-size: cover;
    background-position: center;
    min-height: auto;
  }
}

.cast-contents-txt {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .cast-contents-txt {
    width: 60%;
  }
}

.name {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 0.555rem + 6.16vw, 4.25rem);
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 960px) {
  .name {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.name .role {
  color: #c1086e;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.4rem, 0.373rem + 4.38vw, 3rem);
  text-align: center;
  display: block;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 960px) {
  .name .role {
    font-size: 1.25rem;
    display: inline-block;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 960px) {
  .chara04 .name, .chara06 .name {
    font-size: 2.25rem;
  }
}

.cast-contents-txt-box {
  display: none;
}
@media screen and (min-width: 960px) {
  .cast-contents-txt-box {
    display: block;
  }
}

.cast-btn {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  border: solid 1px #fff;
  font-size: 1.125rem;
  padding: 5px;
  transition: all 0.5s ease;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 55%;
  max-width: 250px;
}
@media screen and (min-width: 960px) {
  .cast-btn {
    font-size: 0.875rem;
    display: none;
    width: 95%;
    padding: 5px;
  }
}
.cast-btn:hover {
  color: #c1086e;
  border: solid 1px #c1086e;
}
.cast-btn.cast13-btn {
  position: relative;
}
.cast-btn.cast13-btn:after {
  content: "+";
  width: 10px;
  height: 15px;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media screen and (min-width: 960px) {
  .cast-btn.cast13-btn {
    display: none;
  }
}
.cast-btn.cast13-comment-btn {
  display: none;
}
@media screen and (min-width: 960px) {
  .cast-btn.cast13-comment-btn {
    display: block;
    margin-top: 5px;
  }
}

.cast-nav {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  background-image: url(../img/caststaff/btn_bg_sp.jpg);
  background-size: cover;
  padding: 5% 0;
}
@media screen and (min-width: 960px) {
  .cast-nav {
    background-image: url(../img/caststaff/btn_bg.jpg);
    padding: 3% 0;
  }
}

.cast-nav__inner {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
  max-width: 1280px;
  justify-content: center;
}

.cast-nav--l {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .cast-nav--l {
    width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .cast-nav--l .cast-nav-item--1 {
    order: 2;
  }
}
@media screen and (max-width: 959px) {
  .cast-nav--l .cast-nav-item--2 {
    order: 1;
  }
}
@media screen and (max-width: 959px) {
  .cast-nav--l .cast-nav-item--3 {
    order: 3;
  }
}

.cast-nav--r {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .cast-nav--r {
    width: 39%;
  }
}

.cast-nav--r-flex {
  display: flex;
}

.cast-nav-item {
  border: solid 1.5px #000;
  background: none;
  padding: 0;
  cursor: pointer;
  width: auto;
  transition: border-color 0.3s ease;
}
.cast-nav-item.selected {
  border: 1.5px solid #c1086e;
}

.cast-nav-item img {
  display: block;
  width: 100%;
  height: auto;
}

.staff-ttl {
  max-width: 1280px;
}
.staff-ttl img {
  width: 20%;
}
@media screen and (min-width: 960px) {
  .staff-ttl img {
    width: 9%;
  }
}

.staff-box {
  max-width: 1280px;
  margin: 0 auto 9rem;
}

.staff-contents {
  margin: 0 auto 1rem;
  width: 95%;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .staff-contents {
    margin-bottom: 2rem;
  }
}
.staff-contents-img {
  width: 45%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .staff-contents-img {
    width: 15%;
  }
}
.staff-contents .staff-btn {
  padding: 5%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  border: solid 1px #fff;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.5s ease;
}
@media screen and (min-width: 960px) {
  .staff-contents .staff-btn {
    padding: 2%;
    width: 60%;
  }
}
.staff-contents .staff-btn:hover {
  background: #c1086e;
}
.staff-contents .staff-btn:hover .role {
  color: #fff;
}
.staff-contents .role {
  color: #c1086e;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-align: left;
  display: block;
}
.staff-contents .name {
  text-align: left !important;
  font-size: 1.875rem;
  margin-bottom: 0 !important;
}
.staff-contents.show {
  animation: blur 1s ease forwards;
}

.modaal-container {
  background: none;
  box-shadow: none;
}

.modaal-close {
  top: 15px;
  right: 10px;
}

.modaal-close:after,
.modaal-close:before {
  width: 2px;
  height: 30px;
  border-radius: none;
  background: #c1086e;
}

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

.modaal-inner-wrapper {
  background: #282827;
  padding: 0 !important;
}

.modaal-content-container {
  padding: 0;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal.active {
  display: block;
}

.modal-contents {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  background: #282827;
  padding: 30px;
  border-radius: 5px;
}
@media screen and (min-width: 960px) {
  .modal-contents {
    margin: 80px auto;
    padding: 40px;
    width: 90%;
  }
}

.modal-contents-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.modal-contents-txt {
  margin: 0 31px 1rem;
}
@media screen and (min-width: 960px) {
  .modal-contents-txt {
    margin: 0 30px;
  }
}

.comment-ttl,
.comment-text {
  color: #fff;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  font-size: 1, 25rem;
}
@media screen and (min-width: 960px) {
  .comment-ttl,
  .comment-text {
    font-size: 1rem;
  }
}

.profile-ttl,
.profile-text {
  color: #fff;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .profile-ttl,
  .profile-text {
    font-size: 0.75rem;
  }
}

.modal-contents-comment {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#cast04.modal-contents-comment {
  display: none !important;
}

#cast05 .modal-contents-comment {
  display: none;
}

#cast06 .modal-contents-comment {
  display: none;
}

#cast07 .modal-contents-comment {
  display: none;
}

#cast08 .modal-contents-comment {
  display: none;
}

#cast07 .modal-contents-comment {
  display: none;
}

#cast08 .modal-contents-comment {
  display: none;
}

.staff-modal-comment {
  border-bottom: none !important;
}

#original-work {
  padding: 30% 0 8%;
}
@media screen and (min-width: 960px) {
  #original-work {
    padding: 15% 0 8%;
  }
}

.original-box {
  width: 100%;
  opacity: 0;
  max-width: 1280px;
  margin: 0 auto;
}
.original-box.show {
  visibility: visible;
  animation: blur 1s ease forwards;
  animation-delay: 0.5s;
}

.original-ttl {
  opacity: 1 !important;
}
.original-ttl img {
  width: 66%;
}
@media screen and (min-width: 960px) {
  .original-ttl img {
    width: 28%;
  }
}

.original-contents {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  transform: none !important;
}

.original-contents-img {
  width: 53%;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 960px) {
  .original-contents-img {
    width: 20%;
  }
}
.original-contents-img img {
  width: 100%;
}

.original-contents-texts {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .original-contents-texts {
    width: 65%;
  }
}

.original-contents-txt {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
  justify-content: center;
}
.original-contents-txt dt {
  font-size: clamp(1.1rem, 0.624rem + 2.03vw, 1.5rem);
  width: 15%;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .original-contents-txt dt {
    font-size: 2rem;
    text-align: left;
    width: 13%;
  }
}
.original-contents-txt dd {
  font-size: clamp(1.73rem, 0.813rem + 3.91vw, 2.5rem);
  width: 83%;
  letter-spacing: -0.1em;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 960px) {
  .original-contents-txt dd {
    font-size: 2.25rem;
    letter-spacing: -0.08em;
    line-height: 1;
    width: 87%;
  }
}
.original-contents-txt .original-small {
  font-size: 1rem;
  letter-spacing: normal;
  margin-left: -10px;
}
@media screen and (min-width: 960px) {
  .original-contents-txt .original-small {
    font-size: 1.3rem;
  }
}

.original-btn {
  margin: 0 auto 2rem;
  width: 60%;
  display: block;
  text-align: center;
  max-width: 194px;
}
@media screen and (min-width: 960px) {
  .original-btn {
    margin: 0 0 2rem;
    width: auto;
    display: inliblock;
  }
}

.original-link {
  background: #c1086e;
  color: #fff;
  border-radius: 50px;
  padding: 15px 50px;
  transition: all 0.5s ease;
  display: block;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  max-width: 250px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .original-link {
    width: 33%;
    margin: 0;
    display: block;
  }
}
.original-link:hover {
  opacity: 0.5;
}
.original-link .original-icon {
  width: 20px;
  margin-left: 15px;
}

@keyframes blur {
  0% {
    opacity: 0;
    visibility: visible;
    filter: blur(20px) contrast(120%) brightness(180%) saturate(150%);
  }
  50% {
    filter: blur(15px) contrast(110%) brightness(150%) saturate(150%);
  }
  100% {
    opacity: 1;
    filter: blur(0) contrast(100%) brightness(100%) saturate(100%);
  }
}
#music {
  padding: 30% 0 8%;
}
@media screen and (min-width: 960px) {
  #music {
    padding: 15% 0 8%;
  }
}

.music-box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.music-ttl {
  opacity: 0;
}
.music-ttl.show {
  visibility: visible;
  animation: blur 1s ease forwards;
  animation-delay: 0.5s;
}
.music-ttl img {
  width: 25%;
}
@media screen and (min-width: 960px) {
  .music-ttl img {
    width: 11%;
  }
}

.music-contents {
  margin: 0 auto;
  text-align: center;
}

.music-contents-img {
  width: 86%;
  margin: 0 auto 1.75rem;
  text-align: center;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .music-contents-img {
    width: 50%;
  }
}
.music-contents-img.show {
  visibility: visible;
  animation: blur 1s ease forwards;
  animation-delay: 0.5s;
}
.music-contents-img img {
  width: 100%;
}

.music-contents-texts {
  margin: 0 auto 4rem;
  width: 100%;
  color: #fff;
  opacity: 0;
}
.music-contents-texts.show {
  visibility: visible;
  animation: blur 1s ease forwards;
  animation-delay: 0.5s;
}
@media screen and (min-width: 960px) {
  .music-contents-texts {
    width: 65%;
  }
}
.music-contents-texts-comment {
  width: 90%;
  margin: 0 auto 2rem;
  text-align: left;
  line-height: 2;
  position: relative;
  padding: 3%;
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .music-contents-texts-comment {
    width: 80%;
    margin: 0 auto;
  }
}
.music-contents-texts-comment-ttl {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
}
.music-contents-texts-comment-ttl:before {
  content: "";
  width: 53px;
  height: 1px;
  background: #c1086e;
  position: absolute;
  top: 0;
  left: 0;
}
.music-contents-texts-comment-ttl:after {
  content: "";
  height: 53px;
  width: 1px;
  background: #c1086e;
  position: absolute;
  top: 0;
  left: 0;
}
.music-contents-texts-comment-txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.music-contents-texts-comment-txt:before {
  content: "";
  width: 53px;
  height: 1px;
  background: #c1086e;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: justify;
}
.music-contents-texts-comment-txt:after {
  content: "";
  height: 53px;
  width: 1px;
  background: #c1086e;
  position: absolute;
  bottom: 0;
  right: 0;
}
.music-contents-texts-profile {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  line-height: 2;
  padding: 3%;
}
@media screen and (min-width: 960px) {
  .music-contents-texts-profile {
    width: 80%;
  }
}
.music-contents-texts-profile-ttl {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
}
.music-contents-texts-profile-txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}
.music-contents-texts .br-sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .music-contents-texts .br-sp {
    display: none;
  }
}

.music-contents-txt {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
}
.music-contents-txt-ttl {
  font-size: 2rem;
}
.music-contents-txt-ttl .color {
  color: #c1086e;
}
.music-contents-txt-small {
  font-size: 1rem;
}

.music-link {
  background: #c1086e;
  color: #fff;
  border-radius: 50px;
  padding: 15px 0;
  transition: all 0.5s ease;
  display: block;
  width: 70%;
  font-size: 1.5rem;
  text-align: center;
  margin: 2rem auto 3.5rem;
  max-width: 250px;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .music-link {
    width: 33%;
    display: block;
    font-size: 1.25rem;
    margin: 2rem auto;
  }
}
.music-link:hover {
  opacity: 0.5;
}
.music-link .original-icon {
  width: 20px;
  margin-left: 5px;
}

@keyframes blur {
  0% {
    opacity: 0;
    visibility: visible;
    filter: blur(20px) contrast(120%) brightness(180%) saturate(150%);
  }
  50% {
    filter: blur(15px) contrast(110%) brightness(150%) saturate(150%);
  }
  100% {
    opacity: 1;
    filter: blur(0) contrast(100%) brightness(100%) saturate(100%);
  }
}
.music-video {
  border: solid #fff 1px;
  display: inline-block;
  width: 86%;
  opacity: 0;
}
.music-video.show {
  visibility: visible;
  animation: blur 1s ease forwards;
}
@media screen and (min-width: 960px) {
  .music-video {
    width: 630px;
  }
}
.music-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.cp-wrapper {
  padding: 3rem 0 0;
  background: #000;
}

.cp-logo {
  margin: 0 auto 3rem;
  width: 65%;
  max-width: 540px;
}
@media screen and (min-width: 960px) {
  .cp-logo {
    width: 45%;
  }
}
.cp-logo img {
  width: 100%;
}

#cp {
  width: 95%;
  margin: 0 auto;
  border: solid 1px #000;
  background: #fff;
  padding: 4% 4% 0;
  margin-bottom: 2rem;
  max-width: 960px;
}
@media screen and (min-width: 960px) {
  #cp {
    width: 73%;
    padding: 4% 3%;
  }
}

.cp-ttl {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.cp-text {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.cp-list-item {
  line-height: 1.5;
  font-size: 1rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  text-indent: -1rem;
}

.top-btn {
  border: solid 1px #fff;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  padding: 10px;
  margin-bottom: 2rem;
  transition: all 0.5s ease;
}
.top-btn:hover {
  background: #fff;
  color: #000;
}/*# sourceMappingURL=style.css.map */