@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  color: #FFF;
  background-color: #260808;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  min-height: 100dvh;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img, picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

h2 {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  filter: brightness(80%);
  mix-blend-mode: lighten;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.8em;
  }
}

section {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 80px 0;
  }
}
section .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  section .section_inner {
    padding: 0 20px;
  }
}
section .section_inner .section_main {
  margin: 0 auto;
}

.imgs5 {
  display: flex;
  flex-wrap: wrap;
}
.imgs5 div {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .imgs5 div {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .imgs5 div:nth-of-type(3) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

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

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

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.coloring {
  filter: grayscale(100%);
  transition: 2s;
}
.coloring.is-inview {
  filter: grayscale(0%);
}

/*noiseOverlay-------------------*/
.noise_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg_l.webp);
  background-repeat: repeat;
  background-size: 200px;
  animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.32;
  overflow: hidden;
}
@keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}
@media screen and (max-width: 768px) {
  .noise_overlay {
    background-size: 200px;
  }
}

/*-------------------------------*/
#trailer {
  display: none;
  z-index: 9997;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#trailer .overlay_trailer {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#trailer .trailer_inner {
  pointer-events: none;
  position: fixed;
  z-index: 2;
  height: 100vh;
  height: 100svh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
#trailer .trailer_inner .trailer_main {
  pointer-events: all;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-height: 100svh;
  overflow: auto;
  max-width: 150vh;
}
#trailer .trailer_inner .trailer_main .youtube_outer {
  margin: 0 auto;
  max-width: calc(100% - 8em);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  border: solid 1px rgba(255, 255, 255, 0.1);
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  overflow: hidden;
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer .close_btn_trailer {
  z-index: 3;
  position: fixed;
  cursor: pointer;
  z-index: 9998;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer {
    width: 40px;
    height: 40px;
  }
}
#trailer .close_btn_trailer span {
  position: absolute;
  display: block;
  height: 3px;
  background-color: #FFF;
  transition: 0.3s;
  width: 80px;
  transform-origin: center center;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer span {
    width: 40px;
  }
}
#trailer .close_btn_trailer span:last-of-type {
  transform: rotate(45deg);
}
#trailer .close_btn_trailer:hover span {
  transform: rotate(45deg);
}
#trailer .close_btn_trailer:hover span:last-of-type {
  transform: rotate(-45deg);
}
#trailer .trailer_tabs {
  display: grid;
  width: 100%;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 5px;
}
#trailer .trailer_tabs li {
  height: 3em;
  width: 100%;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E50059;
  background-color: #CCC;
  font-weight: 900;
  transition: 0.2s;
  cursor: pointer;
}
#trailer .trailer_tabs li:hover {
  background-color: #FFF;
}
#trailer .trailer_tabs li.active {
  color: #FFF;
  background-color: #E50059;
  cursor: default;
  pointer-events: none;
}
#trailer .trailer_tabs li.active::before {
  content: "● ";
}

/*nav----------------------------*/
.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
  opacity: 0;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: unset;
    top: 0px;
    right: 0px;
    background-image: url(img/nav_icon.svg);
    background-size: 100%;
    width: 60px;
    height: 60px;
    transition: 0.4s;
    opacity: 1;
  }
}
.nav_btn.show {
  background-image: url(img/nav_icon-close.svg);
}

.gnav {
  z-index: 100;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .gnav {
    z-index: 103;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
    background-color: #000;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.active {
  opacity: 1;
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    border-bottom: 0;
  }
}
.gnav .gnav_list li a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 0.5em;
  font-size: 1em;
  color: #FF8787;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 1.3em;
    line-height: 50px;
    height: 50px;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
}
.gnav .gnav_list li a.construction {
  opacity: 0.6;
  pointer-events: none;
}
.gnav .gnav_list li a .icon_menu {
  width: 24px;
  margin-bottom: 13px;
}

a.top_btn {
  opacity: 0;
  z-index: 99;
  margin: 0 auto;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  transition: 1s;
  color: #FFF;
  mix-blend-mode: exclusion;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
}
a.top_btn.active {
  opacity: 1;
}

/*-------------------------------*/
/*fixed_bg------------------------*/
.fixed_bg {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(img/bg_red.jpg);
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #260808;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loading_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loading_inner .loader {
  animation: loadingFlash 1s infinite;
  width: 20%;
  max-width: 100px;
  opacity: 0.2;
}

/*-------------------------------*/
/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .shares {
    flex-direction: column;
    margin-right: 0;
  }
}

.share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 2.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.share_btns li img {
  height: 20px;
  width: auto;
}
.share_btns li:hover {
  opacity: 0.7;
}

.share_btns-square {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
    justify-content: flex-end;
  }
}
.share_btns-square::before {
  content: "Share:";
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
}
.share_btns-square li {
  cursor: pointer;
  margin: 0 0px 0px 20px;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 10px 10px;
  }
}
.share_btns-square li:hover {
  opacity: 0.7;
}

/*-------------------------------*/
/*noiseOverlay-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
.footer {
  padding: 40px;
  background-image: url(img/bg_footer.jpg);
  background-size: cover;
  background-position: 50% 20%;
  position: relative;
}
.footer .title {
  width: 75px;
  margin: 0 auto 20px;
}
.footer .release {
  max-width: 824px;
  width: 45%;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .footer .release {
    width: 100%;
    position: relative;
    bottom: unset;
    right: unset;
    margin: 0 auto;
  }
}

#top {
  position: relative;
  overflow: hidden;
  display: flex;
  background-color: #260808;
}
@media screen and (max-width: 768px) {
  #top {
    height: 171vw;
    display: block;
  }
}
#top .main_img {
  position: relative;
  width: 65%;
}
@media screen and (max-width: 768px) {
  #top .main_img {
    width: 100%;
  }
}
#top .main_img img {
  transition: 2s;
  transform: scale(1.1);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .main_img img {
    transition-timing-function: ease-in;
    transition: 4s;
    transform: scale(2);
  }
}
#top .main_img.active img {
  transform: scale(1);
  opacity: 1;
}
#top .top_texts {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #top .top_texts {
    padding: 0;
    position: absolute;
    min-height: unset;
    width: 100%;
    top: 4%;
    bottom: unset;
    height: 100%;
  }
}
#top .top_texts .titles {
  display: flex;
  justify-content: flex-end;
  margin-right: 10%;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top .top_texts .titles {
    margin-right: unset;
    justify-content: space-between;
  }
}
#top .top_texts .titles h1.title {
  width: 27%;
  margin-right: 8%;
  transition: 2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .top_texts .titles h1.title {
    margin-right: 0;
    margin-left: 2%;
  }
}
#top .top_texts .titles h1.title.active {
  opacity: 1;
}
#top .top_texts .titles .copy_tate {
  width: 4%;
  transition: 2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .top_texts .titles .copy_tate {
    width: 5%;
    margin-top: 20%;
    margin-right: 5%;
  }
}
#top .top_texts .titles .copy_tate.active {
  opacity: 1;
}
#top .top_texts .credit {
  width: 55%;
  margin: 0 10% 1% auto;
  transition: 2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .top_texts .credit {
    width: 90%;
    margin: 15% auto 1%;
  }
}
#top .top_texts .credit.active {
  opacity: 1;
}
#top .top_texts .logos {
  width: 70%;
  margin: 0 10% 3% auto;
  transition: 2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .top_texts .logos {
    margin: 0 auto 3%;
  }
}
#top .top_texts .logos.active {
  opacity: 1;
}
#top .top_texts .copy_yoko {
  width: 86%;
  margin: 0 10% 3% auto;
  transition: 2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .top_texts .copy_yoko {
    width: 86%;
    margin: 0 auto 4%;
  }
}
#top .top_texts .copy_yoko.active {
  opacity: 1;
}
#top .top_texts .release {
  width: 90%;
  margin: 0 10% 8% auto;
  transition: 2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .top_texts .release {
    margin: 0 auto;
  }
}
#top .top_texts .release.active {
  opacity: 1;
}

#info {
  transition: 1s;
  opacity: 0;
  position: relative;
  padding: 40px 40px 40px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 20px;
  }
}
#info.active {
  opacity: 1;
}
#info .mvtk {
  width: 100%;
}
#info .mvtk #mvtk-widgets-container {
  margin: 0 auto;
}
#info .btns {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #info .btns {
    justify-content: center;
    margin: 0 auto 30px;
  }
}
#info .btns .btn_item a {
  width: 220px;
  display: block;
  background-color: rgba(255, 255, 255, 0.32);
  transition: 0.2s;
}
#info .btns .btn_item a:hover {
  opacity: 0.6;
}

.bnr_twin {
  display: block;
  width: 100px;
  margin: 0 auto 20px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .bnr_twin {
    margin: 0 auto 30px;
  }
}
.bnr_twin:hover {
  opacity: 0.7;
}

.tkt_btns {
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 200px));
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .tkt_btns {
    margin: 0 auto 20px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 360px;
  }
}
.tkt_btns .tkt_btn {
  transition: 0.2s;
}
.tkt_btns .tkt_btn:hover {
  opacity: 0.6;
}

.b_bnr {
  border: solid 1px #646464;
  max-width: 840px;
  margin: 0 auto 20px;
  border-radius: 8px;
  overflow: hidden;
}
.b_bnr a {
  display: block;
}

#intro {
  background-image: url(img/bg_intro.jpg);
  background-size: cover;
}
#intro .section_inner .section_main {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    max-width: 500px;
  }
}
#intro .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: 20px;
}
#intro .section_inner .section_main h3 {
  color: #E50059;
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h3 {
    font-size: 1.55em;
  }
}
#intro .section_inner .section_main h3 span {
  display: inline-block;
}
#intro .section_inner .section_main .text_body p {
  line-height: 2;
  text-align: justify;
}

#story {
  background-color: rgba(0, 0, 0, 0.1);
}
#story .section_inner .section_main {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    max-width: 500px;
  }
}
#story .section_inner .section_main h2 {
  margin-bottom: 20px;
}
#story .section_inner .section_main .text_body {
  line-height: 2;
  text-align: justify;
}

.role {
  color: #FF8787;
  font-size: 1.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .role {
    font-size: 0.9em;
  }
}
.role span.yaku {
  font-size: 0.9em;
  margin-left: 0.25em;
}
@media screen and (max-width: 768px) {
  .role span.yaku {
    font-size: 0.8em;
  }
}

.role_sub {
  color: #FF8787;
  margin-top: 0.25em;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .role_sub {
    font-size: 0.8em;
  }
}
.role_sub span {
  display: inline-block;
}

.name {
  margin-top: 0.25em;
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .name {
    font-size: 1.1em;
  }
}

.name-ch {
  text-align: center;
  margin-top: 0.75em;
  font-size: 1em;
}

.btn_prof {
  text-transform: uppercase;
  color: #FFE0D3;
  border: solid 1px #FFE0D3;
  text-align: center;
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 1em;
  letter-spacing: 0.2em;
  font-size: 0.9em;
  margin-top: 1em;
  transition: 0.4s;
}

#cast {
  background-image: url(img/bg_cast.jpg);
  background-size: cover;
  background-position: center center;
}
#cast .section_inner .section_main {
  max-width: 1600px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main {
    max-width: 500px;
  }
}
#cast .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: 40px;
}
#cast .section_inner .section_main ul.cast_list {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main ul.cast_list {
    gap: 40px 20px;
  }
}
#cast .section_inner .section_main ul.cast_list .cast_item {
  width: calc(20% - 64px);
  min-width: 250px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main ul.cast_list .cast_item {
    min-width: unset;
    max-width: 250px;
    width: calc(50% - 10px);
  }
}
#cast .section_inner .section_main ul.cast_list .cast_item .cast_img {
  background-color: #9c0000;
  overflow: hidden;
  margin-bottom: 10px;
}
#cast .section_inner .section_main ul.cast_list .cast_item .cast_img img {
  background-color: #9c0000;
  transition: 0.2s;
  transform: scale(1.01);
}
#cast .section_inner .section_main ul.cast_list .cast_item:hover .cast_img img {
  transform: scale(1.05);
  opacity: 0.8;
}
#cast .section_inner .section_main ul.cast_list .cast_item:hover .btn_prof {
  color: #FF8787;
  border: solid 1px #FF8787;
}

.swiper-bg {
  top: 0;
  left: 0;
  height: 100vh;
  height: 100lvh;
  width: 100%;
  background: rgba(70, 7, 7, 0.71);
  position: fixed;
  z-index: 9997;
  transition: 0.5s;
  cursor: pointer;
}
.swiper-bg.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.swiper.cast_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9998;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.4s;
  height: 100%;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  max-width: 1100px;
  max-height: 650px;
  pointer-events: all;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .swiper.cast_modal {
    height: 100%;
    max-height: unset;
  }
}
.swiper.cast_modal.is-hidden {
  transform: translate(-50%, -52%);
  opacity: 0;
  pointer-events: none;
}
.swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content {
  background: #000;
  padding: 80px 80px 160px;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  overflow: auto;
  /* スクロールバー全体 */
  /* 背景（トラック） */
  /* つまみ */
  scrollbar-width: thin;
  scrollbar-color: rgba(182, 0, 0, 0.856) rgba(95, 0, 0, 0.603);
}
@media screen and (max-width: 768px) {
  .swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content {
    padding: 80px 20px;
    width: 100%;
    position: relative;
  }
}
.swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .modal::-webkit-scrollbar {
  width: 6px;
}
.swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .modal::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
.swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .modal::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
}
.swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner {
    max-width: 500px;
    flex-wrap: wrap;
    gap: 0px;
    padding: 0px 0px 60px;
    align-items: unset;
  }
}
.swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner .text_body {
  margin-top: 1em;
  line-height: 2;
  text-align: justify;
}

.cast_modal_nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 1100px;
  background: #000;
  z-index: 9999;
}
.cast_modal_nav .cast_modal_nav_inner {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 1px #E50059;
  padding-top: 1px;
  height: 80px;
  width: calc(100% - 160px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cast_modal_nav .cast_modal_nav_inner {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
  }
}

.cast_modal_nav button {
  background: #000;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #E50059;
  z-index: 3;
  text-align: center;
  padding: 0 30px;
  letter-spacing: 0.1em;
  min-width: 80px;
  text-align: center;
  line-height: 80px;
  font-family: unset;
}
@media screen and (max-width: 768px) {
  .cast_modal_nav button {
    line-height: 50px;
    height: 60px;
  }
}
.cast_modal_nav button.prev, .cast_modal_nav button.next {
  border: 0;
  width: 20%;
}
.cast_modal_nav button.prev span {
  transition: 0.2s;
}
.cast_modal_nav button.prev:hover span {
  transform: translateX(-10px);
}
@media screen and (max-width: 768px) {
  .cast_modal_nav button.prev:hover span {
    transform: none;
  }
}
.cast_modal_nav button.next span {
  transition: 0.2s;
}
.cast_modal_nav button.next:hover span {
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  .cast_modal_nav button.next:hover span {
    transform: none;
  }
}
.cast_modal_nav button.button_close {
  border: 0;
}
.cast_modal_nav button.button_close span {
  transition: 0.2s;
}
.cast_modal_nav button.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.close_button {
  position: absolute;
  cursor: pointer;
  z-index: 9998;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .close_button {
    width: 60px;
    height: 60px;
    top: unset;
    bottom: -28px;
    right: calc(50% - 35px);
    position: fixed;
    top: 0px;
    right: 0px;
    left: unset;
  }
}
.close_button span {
  position: absolute;
  display: block;
  height: 3px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: transform 0.2s;
  width: 45px;
  transform: translate(-50%, -50%) rotate(26deg);
  background-color: #E50059;
}
@media screen and (max-width: 768px) {
  .close_button span {
    width: 45px;
    transform: translate(-50%, -50%) rotate(26deg);
  }
}
.close_button span:last-of-type {
  transform: translate(-50%, -50%) rotate(-26deg);
}
@media screen and (max-width: 768px) {
  .close_button span:last-of-type {
    transform: translate(-50%, -50%) rotate(-26deg);
  }
}
.close_button:hover span {
  transform: translate(-50%, -50%) rotate(16deg);
}
@media screen and (max-width: 768px) {
  .close_button:hover span {
    transform: translate(-50%, -50%) rotate(16deg);
  }
}
.close_button:hover span:last-of-type {
  transform: translate(-50%, -50%) rotate(-16deg);
}
@media screen and (max-width: 768px) {
  .close_button:hover span:last-of-type {
    transform: translate(-50%, -50%) rotate(-16deg);
  }
}

#staff .section_inner .section_main {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main {
    max-width: 500px;
  }
}
#staff .section_inner .section_main h2 {
  margin-bottom: 20px;
}
#staff .section_inner .section_main .role, #staff .section_inner .section_main .role_sub, #staff .section_inner .section_main .name, #staff .section_inner .section_main .name-ch {
  text-align: left;
}
#staff .section_inner .section_main .text_body {
  margin-top: 1em;
  line-height: 2;
  text-align: justify;
}/*# sourceMappingURL=style.css.map */