@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: #3B2055;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
@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 {
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 40px;
  }
}
h2 .h2-jp {
  font-size: 2em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  h2 .h2-jp {
    font-size: 1.8em;
  }
}
h2 .h2-en {
  color: rgba(59, 32, 85, 0.6);
  text-transform: uppercase;
}

.imgs {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .imgs {
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
  }
  .imgs.white {
    background-color: #fff;
  }
}
.imgs div {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .imgs div:first-of-type {
    width: calc(45% - 10px);
    margin: auto 0 0 0;
  }
  .imgs div:nth-of-type(2) {
    width: 55%;
  }
  .imgs div:nth-of-type(3) {
    width: 100%;
  }
  .imgs div:nth-of-type(4) {
    width: 55%;
  }
  .imgs div:nth-of-type(5) {
    width: calc(45% - 10px);
  }
}

div.white-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  div.white-sp {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  }
}

div.ppl-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  div.ppl-sp {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(59, 35, 82, 0.1) 0%, rgba(59, 35, 82, 0) 100%);
  }
}

div.chr-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  div.chr-sp {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 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;
  }
}

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

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #fff;
  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 .loader {
  max-width: 200px;
  width: 60%;
  opacity: 0.32;
}
@media screen and (max-width: 768px) {
  .loading .loader {
    max-width: 100px;
  }
}

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

.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 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

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

/*-------------------------------*/
/*-------------------------------*/
/*noiseOverlay-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-inview------------------------*/
.fadeInUp {
  opacity: 0;
  transition: 1.4s;
}
.fadeInUp.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.blurIn {
  opacity: 0;
  transition: 1.2s;
  transform: translateY(5px);
  filter: blur(5px);
}
.blurIn.is-inview {
  filter: blur(0px);
  transform: translateY(0);
  opacity: 1;
}
.blurIn.blurImg {
  filter: blur(5px) brightness(200%);
}
.blurIn.blurImg.is-inview {
  filter: blur(0) brightness(100%);
}

.fadeFromLeft {
  opacity: 0;
  transition: 1s;
  transform: translateX(-20px);
}
.fadeFromLeft.is-inview {
  transform: translateX(0);
  opacity: 1;
}

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
/*nav----------------------------*/
.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
}
@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.5s;
    opacity: 1;
  }
}
.nav_btn.show {
  background-image: url(img/nav_icon-close.svg);
  opacity: 0.8;
}
.nav_btn.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .nav_btn.active {
    opacity: 1;
  }
}

.gnav {
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 60px;
  transition: 1s;
  font-family: serif;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .gnav {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    background-size: cover;
    z-index: 103;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
    transform: scale(1.1);
  }
}
.gnav.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .gnav.active {
    opacity: 0;
  }
}
.gnav.show {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    gap: 0px;
  }
}
.gnav .gnav_list li a {
  display: block;
  cursor: pointer;
  padding: 0 0.25em;
  transition: 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #3B2055;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 1.2em;
    padding: 10px 0;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
  transform: translateY(2px);
}

.top_btn {
  z-index: 99;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transform: scale(1, 0.6);
  color: #3B2055;
  cursor: pointer;
}
.top_btn.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top_btn.active {
    opacity: 1;
  }
}
.top_btn:hover {
  transform: scale(1, 0.6) translateY(2px);
  opacity: 0.5;
}

/*-------------------------------*/
footer .footer {
  background-image: url(img/bg02.jpg);
  background-size: cover;
  background-position: bottom right;
  transition: 1s;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 20px;
  }
}
footer .title {
  max-width: 250px;
  margin: 0 auto 10px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  footer .title {
    margin: 0 auto 16px;
  }
}
footer .title img {
  opacity: 0.6;
}
footer .release {
  max-width: 110px;
  margin: 0 auto 20px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  footer .release {
    margin-bottom: 0 auto 10px;
  }
}
footer .release img {
  opacity: 0.6;
}
footer .copyright {
  text-align: center;
  font-size: 0.8em;
  color: rgba(59, 32, 85, 0.7);
}

.spacer {
  display: none;
}
#top {
  position: relative;
  width: 100%;
  height: 49vw;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  #top {
    height: 190vw;
  }
}
#top .main1 {
  position: absolute;
  width: 53%;
  top: -3%;
  left: 0%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .main1 {
    width: 100%;
    top: 0%;
    left: 0%;
  }
}
#top .main1 img {
  transition: 3s;
  transform: scale(1.1);
  filter: brightness(200%) blur(5px);
}
#top .main1.active img {
  transform: scale(1);
  filter: brightness(100%) blur(0px);
}
#top .main2 {
  position: absolute;
  width: 47%;
  bottom: 0%;
  left: 53%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .main2 {
    bottom: unset;
    width: 100%;
    top: 55.5%;
    left: 0%;
  }
}
#top .main2 img {
  transition: 3s;
  transform: scale(1.1);
  filter: brightness(200%) blur(5px);
}
#top .main2.active img {
  transform: scale(1);
  filter: brightness(100%) blur(0px);
}
#top .subs {
  position: absolute;
  width: 53%;
  top: 57%;
  left: 0%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .subs {
    width: 100%;
    top: 29.5%;
    left: 0%;
    grid-template-columns: repeat(2, 1fr);
  }
}
#top .subs div {
  overflow: hidden;
}
#top .subs div img {
  transition: 3s;
  filter: brightness(200%) blur(5px);
  opacity: 0.5;
}
#top .subs.active div img {
  filter: brightness(100%) blur(0px);
  opacity: 1;
}
#top .copy-new {
  position: absolute;
  width: 24.9%;
  top: 5.8%;
  left: 65.05%;
}
@media screen and (max-width: 768px) {
  #top .copy-new {
    width: 48.94%;
    top: 30.5%;
    left: 26.4%;
  }
}
#top .copy-new {
  opacity: 0;
  filter: blur(5px);
  transition: 3s;
}
#top .copy-new.active {
  opacity: 1;
  filter: blur(0);
}
#top .title {
  position: absolute;
  width: 18.23%;
  top: 12.18%;
  left: 67.55%;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 37.94%;
    top: 33.5%;
    left: 30%;
  }
}
#top .title {
  opacity: 0;
  filter: blur(5px);
  transition: 3s;
}
#top .title.active {
  opacity: 1;
  filter: blur(0);
}
#top .copy-new2 {
  position: absolute;
  width: 39.11%;
  top: 46.4%;
  left: 57.29%;
}
@media screen and (max-width: 768px) {
  #top .copy-new2 {
    width: 85.27%;
    top: 51%;
    left: 7.47%;
  }
}
#top .copy-new2 {
  opacity: 0;
  filter: blur(5px);
  transition: 3s;
}
#top .copy-new2.active {
  opacity: 1;
  filter: blur(0);
}
#top .billing {
  position: absolute;
  width: 34.32%;
  bottom: 1.5%;
  left: 1.56%;
}
@media screen and (max-width: 768px) {
  #top .billing {
    width: 90%;
    bottom: 1.5%;
    left: 5%;
  }
}
#top .billing {
  opacity: 0;
  filter: blur(5px);
  transition: 3s;
}
#top .billing.active {
  opacity: 1;
  filter: blur(0);
}
#top .release {
  position: absolute;
  width: 10.47%;
  bottom: 2.5%;
  left: 39.53%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 32.27%;
    bottom: 22.5%;
    left: 6.4%;
  }
}
#top .release {
  opacity: 0;
  filter: blur(5px);
  transition: 3s;
}
#top .release.active {
  opacity: 1;
  filter: blur(0);
}

#info {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 20px 20px 30px;
  }
}
#info .btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
#info .btns li {
  max-width: 120px;
  position: relative;
  width: calc(50% - 10px);
}
#info .btns li a .base {
  position: relative;
  transform: rotate(0deg);
  transition: 0.4s;
}
#info .btns li a .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#info .btns li a:hover .base {
  transform: rotate(15deg);
}
#info .mvtk #mvtk-widgets-container {
  margin: 0 auto 30px;
}

/*trailer------------------------*/
#trailer .section_inner {
  max-width: 900px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner {
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto 60px;
  }
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main {
    flex-direction: column;
  }
}
#trailer .section_inner .section_main h2 {
  writing-mode: sideways-rl;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main h2 {
    writing-mode: horizontal-tb;
    text-align: center;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
#trailer .section_inner .section_main .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main .youtube_embed {
    border-radius: 5px;
  }
}
#trailer .section_inner .section_main .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer_tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 2px;
}
.trailer_tab li {
  margin: 0;
  width: calc(25% - 2px);
}
@media screen and (max-width: 768px) {
  .trailer_tab li {
    width: calc(50% - 1px);
  }
}
.trailer_tab li a {
  border-radius: 10px;
  height: 3em;
  width: 100%;
  display: block;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  background-color: #3B2055;
  color: #FEFEFE;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    border-radius: 5px;
    height: 3em;
  }
}
.trailer_tab .tab.active a {
  background-color: #aaaaaa;
  pointer-events: none;
}
.trailer_tab .tab.active a::before {
  content: "● ";
}
.trailer_tab .tab.active a:hover {
  transition: 0.4s;
}

/*-------------------------------*/
#intro {
  position: relative;
  padding: 120px 0;
  background-image: url(img/bg02.jpg);
  background-size: cover;
  background-position: 100% 0%;
}
@media screen and (max-width: 768px) {
  #intro {
    padding: 60px 0;
  }
}
#intro .section_inner {
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #intro .section_inner {
    padding: 0 30px;
  }
}
#intro .section_inner .section_header {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_header {
    margin: 0 auto 40px;
    max-width: 500px;
  }
}
#intro .section_inner .section_header .img_intro1, #intro .section_inner .section_header .img_intro2 {
  position: relative;
  width: 80%;
  z-index: 2;
}
#intro .section_inner .section_header .img_intro1 .base, #intro .section_inner .section_header .img_intro2 .base {
  position: relative;
}
#intro .section_inner .section_header .img_intro1 .text, #intro .section_inner .section_header .img_intro2 .text {
  position: absolute;
  width: 8%;
  top: 8%;
  right: 28%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_header .img_intro1 .text, #intro .section_inner .section_header .img_intro2 .text {
    width: 12.67%;
    top: 7%;
    right: 16%;
  }
}
#intro .section_inner .section_header .img_intro2 {
  position: relative;
  margin: -1.5% 0 0 auto;
  z-index: 1;
}
#intro .section_inner .section_header .img_intro2 .base {
  position: relative;
}
#intro .section_inner .section_header .img_intro2 .text {
  position: absolute;
  width: 12.88%;
  top: 14%;
  left: 8%;
  right: unset;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_header .img_intro2 .text {
    width: 20.33%;
    top: 7%;
    left: 8%;
  }
}
#intro .section_inner .section_main {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    max-width: 500px;
  }
}
#intro .section_inner .section_main h3 {
  max-width: 900px;
  margin: 0 auto 30px;
  width: 100%;
}
#intro .section_inner .section_main .text_body p {
  line-height: 2.2;
  text-align: justify;
  margin-bottom: 1em;
}
#intro .section_inner .section_main .text_body p:last-of-type {
  margin-bottom: 0;
}

#story {
  background-color: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #story {
    padding: 60px 0;
  }
}
#story .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #story .section_inner {
    padding: 0 30px;
  }
}
#story .section_inner .section_main {
  max-width: 1000px;
  margin: 0 auto;
}
#story .section_inner .section_main h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    max-width: 500px;
  }
}
#story .section_inner .section_main .text_body {
  color: #3B2055;
}
#story .section_inner .section_main .text_body p {
  line-height: 2.2;
  text-align: justify;
  margin-bottom: 1em;
}
#story .section_inner .section_main .text_body p:last-of-type {
  margin-bottom: 0;
}

#cast {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #cast {
    padding: 60px 0;
  }
}
#cast .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner {
    padding: 0 20px;
  }
}
#cast .section_inner .section_main {
  max-width: 1500px;
  margin: 0 auto;
}
#cast .section_inner .section_main .pro_cas {
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .pro_cas {
    margin: 0 auto 40px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
#cast .section_inner .section_main .pro_cas .cas_btn-m {
  cursor: pointer;
  max-width: 320px;
  width: 80%;
  transition: 1s;
  letter-spacing: 0.2em;
  text-align: center;
}
#cast .section_inner .section_main .pro_cas .cas_btn-m .cas_img {
  overflow: hidden;
  margin-bottom: 1.25em;
}
#cast .section_inner .section_main .pro_cas .cas_btn-m .cas_img img {
  transition: 0.4s;
}
#cast .section_inner .section_main .pro_cas .cas_btn-m .names {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  gap: 0.5em;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .pro_cas .cas_btn-m .names {
    flex-direction: column;
    align-items: center;
    gap: 0.8em;
  }
}
#cast .section_inner .section_main .pro_cas .cas_btn-m .names .cas_name-jp {
  font-size: 2em;
  font-weight: 800;
}
#cast .section_inner .section_main .pro_cas .cas_btn-m .names .cas_role-jp {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .pro_cas .cas_btn-m .names .cas_role-jp {
    font-size: 1.2em;
  }
}
#cast .section_inner .section_main .pro_cas .cas_btn-m .names .cas_role-jp .yaku {
  font-size: 0.8em;
}
#cast .section_inner .section_main .pro_cas .cas_btn-m .cas_name-en {
  margin-bottom: 1em;
  font-size: 0.9em;
}
#cast .section_inner .section_main .pro_cas .cas_btn-m .cas_plus {
  transition: 0.4s;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  border: dotted 1px #3B2055;
  padding: 0.5em 0.5em 0.5em 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .pro_cas .cas_btn-m .cas_plus {
    font-size: 0.8em;
    padding: 1em 1em 1em 2em;
  }
}
#cast .section_inner .section_main .pro_cas .cas_btn-m:hover .cas_img img {
  transform: scale(1.05);
  filter: brightness(120%);
}
#cast .section_inner .section_main .pro_cas .cas_btn-m:hover .cas_plus {
  background-color: rgba(61, 0, 117, 0.1);
  transform: translateX(5px);
}

.cast_modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(237, 237, 237, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1s ease, visibility 1s ease;
  z-index: 1000;
}
.cast_modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal_inner {
  max-width: 1100px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #fff;
  position: relative;
  padding: 50px 50px 30px 50px;
}
@media screen and (max-width: 768px) {
  .modal_inner {
    padding: 40px 30px 40px 30px;
    max-height: unset;
    height: 100%;
    height: 100dvh;
  }
}
.modal_inner .modal_names {
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  letter-spacing: 0.2em;
  border-bottom: dotted 1px #3b2055;
}
@media screen and (max-width: 768px) {
  .modal_inner .modal_names {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
  }
}
.modal_inner .modal_names .modal_name {
  display: flex;
  align-items: flex-end;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .modal_inner .modal_names .modal_name {
    background: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
    margin-right: 0;
  }
}
.modal_inner .modal_names .modal_name .modal_name-jp {
  font-weight: 800;
  font-size: 2em;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .modal_inner .modal_names .modal_name .modal_name-jp {
    margin-right: 0;
  }
}
.modal_inner .modal_names .modal_name .modal_role-jp {
  font-size: 1.3em;
}
.modal_inner .modal_names .modal_name .modal_role-jp .yaku {
  font-size: 0.8em;
}
.modal_inner .modal_names .modal_name-en {
  font-size: 0.9em;
}
.modal_inner .modal-prof p {
  text-align: justify;
  line-height: 1.8;
}
.modal_inner .modal-com {
  margin-top: 20px;
  padding: 20px 30px;
  border: dotted 1px #3b2055;
}
.modal_inner .modal-com .com-t {
  letter-spacing: 0.5em;
  margin-bottom: 0.2em;
  opacity: 0.6;
}
.modal_inner .modal-com p {
  line-height: 1.8;
  text-align: justify;
  font-size: 0.95em;
}
.modal_inner .p-close {
  margin-top: 30px;
  text-align: center;
  color: #3B2055;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.modal_inner .p-close:hover {
  opacity: 0.8;
}
.modal_inner .modal_close {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #464646;
}
.modal_inner .modal_close:hover {
  opacity: 0.8;
}

#staff {
  background: rgba(59, 32, 85, 0.1);
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #staff {
    padding: 60px 0;
  }
}
#staff .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #staff .section_inner {
    padding: 0 30px;
  }
}
#staff .section_inner .section_main {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main {
    max-width: 500px;
  }
}
#staff .section_inner .section_main .prof_items .prof_item {
  margin-bottom: 80px;
}
#staff .section_inner .section_main .prof_items .prof_item:last-of-type {
  margin-bottom: 0;
}
#staff .section_inner .section_main .prof_items .prof_item .names {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  letter-spacing: 0.2em;
  border-bottom: dotted 1px #3b2055;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .prof_items .prof_item .names {
    flex-direction: column;
    margin-bottom: 20px;
    background: none;
    align-items: center;
    gap: 10px;
  }
}
#staff .section_inner .section_main .prof_items .prof_item .names .name {
  font-weight: 800;
  font-size: 2em;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .prof_items .prof_item .names .name {
    margin-right: 0;
  }
}
#staff .section_inner .section_main .prof_items .prof_item .names .role {
  font-size: 1.3em;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .prof_items .prof_item .names .role {
    margin-right: 0;
    text-align: center;
  }
}
#staff .section_inner .section_main .prof_items .prof_item .names .role span {
  font-size: 0.6em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .prof_items .prof_item .names .role span {
    display: block;
    margin-top: 0.75em;
  }
}
#staff .section_inner .section_main .prof_items .prof_item .names .role .yaku {
  font-size: 0.8em;
}
#staff .section_inner .section_main .prof_items .prof_item .names .name-en {
  font-size: 0.9em;
}
#staff .section_inner .section_main .prof_items .prof_item .prof_body p {
  text-align: justify;
  line-height: 1.8;
}
#staff .section_inner .section_main .prof_items .prof_item .comment_body {
  margin-top: 20px;
  padding: 20px 30px;
  border: dotted 1px #3b2055;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .prof_items .prof_item .comment_body {
    padding: 20px;
  }
}
#staff .section_inner .section_main .prof_items .prof_item .comment_body .com-t {
  letter-spacing: 0.5em;
  margin-bottom: 0.2em;
  opacity: 0.6;
}
#staff .section_inner .section_main .prof_items .prof_item .comment_body p {
  line-height: 1.8;
  text-align: justify;
  font-size: 0.95em;
}/*# sourceMappingURL=style.css.map */