@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: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000;
}
@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: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(24px, 7vw, 120px);
  text-transform: uppercase;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 15vw;
  }
}

.text_body p {
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.5em;
}
.text_body p:last-of-type {
  margin-bottom: 0;
}

.imgs5 {
  display: flex;
  flex-wrap: wrap;
}
.imgs5 div {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .imgs5 div {
    width: 50%;
  }
  .imgs5 div:first-of-type {
    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;
  }
}

/*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: #000;
  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: 500px;
  width: 70%;
  opacity: 0.5;
}

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

.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: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square::before {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  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-------------------*/
.noise_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg_l.png);
  background-repeat: repeat;
  background-size: 200px;
  animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.5;
  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;
  }
}

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

.nav_bar {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
}
@media screen and (max-width: 768px) {
  .nav_bar {
    display: block;
  }
}

.gnav {
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 60px;
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .gnav {
    background-color: rgba(0, 0, 0, 0.95);
    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.8s;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.active {
  opacity: 1;
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
.gnav .gnav_list li a {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  display: block;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #FFF;
  letter-spacing: 0.1em;
  transition: 0.2s;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 1.7em;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
  transform: translateY(1px);
}
.gnav .gnav_list li a img {
  height: 22px;
  width: auto;
}

.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: #FFF;
  cursor: pointer;
}
.top_btn:hover {
  transform: scale(1, 0.6) translateY(2px);
}
.top_btn.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top_btn.active {
    opacity: 1;
  }
}

/*-------------------------------*/
footer .footer {
  background-color: rgba(30, 30, 30, 0.2);
  padding: 40px 80px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 30px 20px 40px;
  }
}
footer .footer .title {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 0px;
  opacity: 0.6;
}
footer .footer .release {
  opacity: 0.6;
  width: 15%;
  max-width: 80px;
  margin: 0 auto 30px;
  filter: drop-shadow(0 0 34px #FF8000) drop-shadow(0 0 14px #FF8000);
}
@media screen and (max-width: 768px) {
  footer .footer .release {
    margin-bottom: 20px;
  }
}
footer .footer .billing {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

#top .nav_spacer {
  height: 60px;
  width: 100%;
}
#top .main_inner {
  position: relative;
  overflow: hidden;
}
#top .main_img {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: 0.4s;
  transform: scale(1.1);
}
#top .main_img.active {
  opacity: 1;
  transform: scale(1);
}
#top .copy_tate01 {
  position: absolute;
  width: 11.61%;
  top: 0%;
  left: 88.33%;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(20px);
}
@media screen and (max-width: 768px) {
  #top .copy_tate01 {
    width: 17.29%;
    top: 0%;
    left: 82.67%;
  }
}
#top .copy_tate01.active {
  opacity: 1;
  transform: translateX(0px);
}
#top .copy_tate02 {
  position: absolute;
  width: 11.04%;
  top: 0%;
  left: 0%;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(20px);
}
@media screen and (max-width: 768px) {
  #top .copy_tate02 {
    width: 16.46%;
    top: 0%;
    left: 0%;
  }
}
#top .copy_tate02.active {
  opacity: 1;
  transform: translateX(0px);
}
#top .copy_yoko {
  position: absolute;
  width: 35.16%;
  top: 3.8%;
  left: 9.64%;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(-20px);
}
@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 97.6%;
    top: 91.13%;
    left: 1.08%;
  }
}
#top .copy_yoko.active {
  opacity: 1;
  transform: translateX(0px);
}
#top .starring {
  position: absolute;
  width: 22.76%;
  top: 64%;
  left: 38.59%;
  filter: drop-shadow(0 0 14px #000) drop-shadow(0 0 34px #000);
  opacity: 0;
  transition: 0.3s;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #top .starring {
    width: 49.73%;
    top: 63.85%;
    left: 25.13%;
  }
}
#top .starring.active {
  opacity: 1;
  transform: scale(1);
}
#top .title_en {
  position: absolute;
  width: 62.6%;
  top: 62.8%;
  left: 19.01%;
  opacity: 0;
  transition: 2s;
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  #top .title_en {
    width: 90.43%;
    top: 65.57%;
    left: 4.78%;
  }
}
#top .title_en.active {
  opacity: 1;
  transform: scale(1);
}
#top .title_jp {
  position: absolute;
  width: 45.05%;
  top: 69.9%;
  left: 27.76%;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #top .title_jp {
    width: 65.1%;
    top: 69.03%;
    left: 17.45%;
  }
}
#top .title_jp.active {
  opacity: 1;
  transform: translateY(0px);
}
#top .release {
  position: absolute;
  width: 12.03%;
  top: 84.3%;
  left: 86.35%;
  filter: drop-shadow(0 0 34px #FF8000) drop-shadow(0 0 14px #FF8000);
  opacity: 0;
  transition: 0.3s;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 20.53%;
    top: 82.94%;
    left: 41.34%;
  }
}
#top .release.active {
  opacity: 1;
  transform: scale(1);
}

#info {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 30px 20px 40px;
  }
}
#info .notice {
  margin: 0 auto 30px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: double 3px #FF4D00;
}
@media screen and (max-width: 768px) {
  #info .notice {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
}
#info .notice .notice_img {
  max-width: 80px;
  transform: rotate(-2deg);
}
#info .notice .notice_texts {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #info .notice .notice_texts {
    text-align: center;
  }
}
#info .notice .notice_texts span {
  display: inline-block;
}
#info .notice .notice_texts .notice-title {
  background-color: #FF4D00;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  font-weight: 900;
  font-size: 1.1em;
  color: #000;
  line-height: 1.4;
}
#info .notice .notice_texts .notice-item {
  font-weight: 700;
}
#info .notice .notice_texts .notice-cau {
  font-size: 0.8em;
  opacity: 0.8;
}
#info .btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #info .btns {
    margin-bottom: 30px;
  }
}
#info .btns li {
  max-width: 250px;
  width: 100%;
}
#info .btns li > a,
#info .btns #btn_trailer {
  position: relative;
  display: block;
  cursor: pointer;
}
#info .btns li > a::before, #info .btns li > a::after,
#info .btns #btn_trailer::before,
#info .btns #btn_trailer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FF4D00;
  transform: scaleX(1);
  transition: transform 0.4s ease;
}
#info .btns li > a::before,
#info .btns #btn_trailer::before {
  top: 0;
  left: 0;
  transform-origin: right center;
}
#info .btns li > a::after,
#info .btns #btn_trailer::after {
  bottom: 0;
  left: 0;
  transform-origin: left center;
}
#info .btns li > a:hover::before, #info .btns li > a:hover::after,
#info .btns #btn_trailer:hover::before,
#info .btns #btn_trailer:hover::after {
  transform: scaleX(0);
}
#info .tkt {
  margin: 0 auto 40px;
  max-width: 840px;
  max-width: 1400px;
}
#info .tkt-des {
  max-width: 700px;
  width: 80%;
  margin: 0 auto 20px;
}
#info .btn_tkt {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  cursor: pointer;
}
#info .btn_tkt li {
  width: calc(33.33% - 16px);
  width: calc(25% - 16px);
  max-width: 320px;
  border: solid 1px #a8a8a8;
}
@media screen and (max-width: 768px) {
  #info .btn_tkt li {
    width: 90%;
  }
}
#info .btn_tkt li:hover {
  opacity: 0.8;
}
#info .btn_tkt li a {
  display: block;
  transition: 0.2s;
}
#info .tiktok-embed {
  border-radius: 8px;
  overflow: hidden;
}
#info .shares {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #info .shares {
    padding-bottom: 30px;
    flex-direction: column;
    align-items: center;
  }
}
#info .mvtk #mvtk-widgets-container {
  margin: 30px auto 0px;
}

/* 初期は非表示 */
.coma4_modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 9999;
}

.coma4_modal.active {
  opacity: 1;
  visibility: visible;
}

.coma4_modal .modal_inner {
  position: relative;
  max-width: 90%;
  max-height: calc(90vh - 40px); /* 画面の高さの 90% に制限 */
  max-height: calc(90svh - 40px); /* 画面の高さの 90% に制限 */
  overflow: auto; /* 内側だけ縦スクロール可に */
  padding: 20px 50px 40px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .coma4_modal .modal_inner {
    padding: 40px 20px;
  }
}

.coma4_modal img {
  width: auto;
  height: auto;
  width: 100%;
  max-width: 600px;
  max-height: 100%;
  display: block;
}

.modal_close {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none; /* 背景なし */
  border: none; /* 枠線なし */
  padding: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #000;
}

/* × を CSS で作成（疑似要素） */
.modal_close::before,
.modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px; /* バツの長さ */
  height: 2px; /* 線の太さ */
  background: #FFF; /* 線の色 → 必要なら $color1 などに差し替え可能 */
  transform-origin: center;
}

.modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ホバー/タップ時の軽い演出（PCのみ） */
@media (hover: hover) {
  .modal_close:hover::before,
  .modal_close:hover::after {
    opacity: 0.7;
  }
}
.col_x {
  max-width: 360px;
  width: 70%;
  margin: 0 auto 20px;
}

.col_ac a {
  color: #FFF;
  font-weight: 700;
  background-color: #6d4d4d;
  border-radius: 32px;
  height: 32px;
  width: 32%;
  min-width: 120px;
  max-width: 140px;
  margin: 10px auto;
  padding: 0 0.5em;
  font-size: 12px;
  transition: 0.2s;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.col_ac a:before {
  content: "";
  position: relative;
  line-height: 32px;
  background-image: url(img/icon_x.svg);
  background-size: 18px 18px;
  background-position: center center;
  width: 18px;
  height: 32px;
  margin-right: 4px;
  display: inline-block;
  background-repeat: no-repeat;
}
.col_ac a:hover {
  opacity: 0.7;
}

#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;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
    border-radius: 0px;
  }
}
#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: #FF0000;
  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 1fr;
  gap: 5px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_tabs {
    grid-template-columns: 1fr;
  }
}
#trailer .trailer_tabs li {
  height: 2.5em;
  width: 100%;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF0000;
  background-color: #2c2c2c;
  font-weight: 900;
  border-radius: 5px;
  transition: 0.2s;
  cursor: pointer;
}
#trailer .trailer_tabs li:hover {
  background-color: #222222;
}
#trailer .trailer_tabs li.active {
  color: #000;
  background-color: #FF0000;
  cursor: default;
  pointer-events: none;
}

#intro {
  background-image: url(img/bg_intro-pc.jpg);
  background-size: cover;
  background-position: 32% 0%;
}
@media screen and (max-width: 768px) {
  #intro {
    background-image: url(img/bg_intro-sp.jpg);
    background-size: 100%;
  }
}
#intro .section_inner {
  width: 100%;
  z-index: 2;
  position: relative;
  display: flex;
  background: linear-gradient(to right, transparent, #FFF);
}
@media screen and (max-width: 768px) {
  #intro .section_inner {
    background: none;
  }
}
#intro .section_inner h2 {
  opacity: 0.18;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #intro .section_inner h2 {
    position: absolute;
    top: 10px;
    right: 10px;
    writing-mode: sideways-rl;
  }
}
#intro .section_inner .section_main {
  padding: 120px 40px;
  width: 50%;
  margin: 0 10% 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    width: 100%;
    padding: 0 20px 40px;
    margin: 86vw auto 0;
    background: #FFF;
  }
}
#intro .section_inner .section_main h3 {
  margin: -30px auto 16px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h3 {
    margin: -12px auto 16px;
    max-width: 500px;
  }
}
#intro .section_inner .section_main h4 {
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h4 {
    max-width: 500px;
    width: 100%;
  }
}
#intro .section_inner .section_main .text_body {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .text_body {
    margin: 0 auto;
    max-width: 500px;
  }
}
#intro .section_inner .section_main .text_body p {
  color: #000;
  font-weight: 800;
  font-style: italic;
}
#intro .section_inner .section_main .imgs2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .imgs2 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
#intro .section_inner .section_main .imgs2 img {
  width: 48%;
  height: auto;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .imgs2 img {
    width: 50%;
    margin-bottom: 0;
  }
}
#intro .section_inner .section_main .imgs2 img:last-of-type {
  margin-top: 5%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .imgs2 img:last-of-type {
    margin-top: 0;
  }
}

#story {
  position: relative;
}
#story .section_inner {
  padding: 120px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #story .section_inner {
    padding: 80px 20px;
  }
}
#story .section_inner .section_main {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    max-width: 500px;
  }
}
#story .section_inner .section_main h2 {
  writing-mode: sideways-rl;
  color: #afafaf;
  opacity: 0.5;
  text-align: center;
  margin: 0 auto 40px;
  display: inline-block;
}
#story .section_inner .section_main h3 {
  margin: 0 auto 30px;
  max-width: 600px;
}
#story .section_inner .section_main .text_body p {
  font-weight: 800;
  font-style: italic;
  opacity: 0.9;
  line-height: 2.4;
  text-align: center;
}

.name {
  color: #FFF;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .name {
    font-size: 1.1em;
  }
}

.role {
  font-style: italic;
  color: #FFF;
  color: #FF1500;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .role {
    font-size: 0.9em;
  }
}
.role span {
  font-size: 0.8em;
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  .role span {
    font-size: 0.8em;
  }
}

.en {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  opacity: 0.32;
  margin-top: 0.25em;
  font-size: 0.9em;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.en span {
  display: inline-block;
}

#cast {
  background-color: rgba(0, 0, 0, 0.2);
}
#cast .cast_img {
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #cast .cast_img {
    margin-bottom: 10px;
  }
}
#cast .cast_img img {
  transition: 0.2s;
  will-change: scale;
}
#cast .btn_prof {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #dddddd;
  border: solid 1px #dddddd;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 0.5em 0.5em 1em;
  letter-spacing: 0.2em;
  font-size: 0.8em;
  margin: 1em 0 0 auto;
  text-align: right;
  transition: 0.2s;
}
#cast .section_inner {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #cast .section_inner {
    padding: 60px 0;
  }
}
#cast .section_inner .section_main {
  padding: 0 50px;
  display: flex;
  justify-content: center;
  max-width: 1500px;
  width: 100%;
  gap: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main {
    padding: 0 20px;
    max-width: 500px;
    flex-direction: column;
    align-items: center;
  }
}
#cast .section_inner .section_main h2 {
  writing-mode: sideways-rl;
  opacity: 0.32;
}
#cast .section_inner .section_main ul.cast_list {
  width: 100%;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main ul.cast_list {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#cast .section_inner .section_main ul.cast_list .cast_item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 20px);
  border-left: solid 2px #560700;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main ul.cast_list .cast_item {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main ul.cast_list .cast_item .name {
    font-size: clamp(9px, 13px, 2.8vw);
  }
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main ul.cast_list .cast_item .role {
    font-size: clamp(9px, 13px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main ul.cast_list .cast_item .en {
    font-size: clamp(8px, 14px, 1.5vw);
  }
}
#cast .section_inner .section_main ul.cast_list .cast_item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#cast .section_inner .section_main ul.cast_list .cast_item:hover .cast_img img {
  transform: scale(1.1);
  filter: grayscale(100%);
}
#cast .section_inner .section_main ul.cast_list .cast_item:hover .btn_prof {
  background-color: rgba(255, 255, 255, 0.32);
  color: #FF1500;
  border: solid 1px #FF1500;
}

.swiper-bg {
  top: 0;
  left: 0;
  height: 100vh;
  height: 100lvh;
  width: 100%;
  background: rgba(65, 65, 65, 0.9);
  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(80, 80, 80, 0.856) rgba(43, 43, 43, 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: 0px;
  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;
  }
}
@media screen and (max-width: 768px) {
  .swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner .cast_img {
    width: 100%;
  }
}
.swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner .name {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner .name {
    font-size: 1.1em;
  }
}
.swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner .role {
  font-style: italic;
  color: #FFF;
  color: #FF1500;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner .role {
    font-size: 0.9em;
  }
}
.swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner .role span {
  font-size: 0.8em;
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  .swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner .role span {
    font-size: 0.8em;
  }
}
.swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner .en {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  opacity: 0.32;
  margin-top: 0.75em;
  font-size: 0.9em;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner .en span {
  display: inline-block;
}
.swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner .text_body {
  margin-top: 2em;
  line-height: 1.8;
  font-size: 0.9em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .swiper.cast_modal .swiper-wrapper .swiper-slide.cast_modal_content .cast_modal_inner .text_body {
    margin-top: 1em;
  }
}

.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 #dddddd;
  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: #FF4D00;
  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 {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  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: #FF4D00;
}
@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 {
  background-image: url(img/bg2.jpg);
  background-size: cover;
  background-color: rgba(217, 217, 217, 0.7);
}
#staff .staff_img {
  margin-bottom: 20px;
}
#staff .name {
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #staff .name {
    font-size: 1.1em;
  }
}
#staff .role {
  color: #FF1500;
  font-weight: 700;
  line-height: 1.4;
  font-size: 0.9em;
}
#staff .en {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-top: 0.5em;
  font-size: 0.9em;
  line-height: 1.4;
  letter-spacing: 0;
  opacity: 0.5;
  color: #000;
  text-align: center;
}
#staff .en span {
  display: inline-block;
}
#staff .en span:last-of-type {
  margin-left: 0.25em;
}
#staff .btn_prof {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #333;
  border: solid 1px #FF1500;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 0.5em 0.5em 1em;
  letter-spacing: 0.2em;
  font-size: 0.8em;
  margin: 0.5em auto 0;
  transition: 0.4s;
}
#staff .section_inner {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #staff .section_inner {
    padding: 60px 0;
  }
}
#staff .section_inner .section_main {
  padding: 0 50px;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 40px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    max-width: 500px;
  }
}
#staff .section_inner .section_main h2 {
  writing-mode: sideways-rl;
  opacity: 0.5;
}
#staff .section_inner .section_main ul.staff_list {
  width: 100%;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main ul.staff_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#staff .section_inner .section_main ul.staff_list .staff_item {
  background-color: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 14px;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main ul.staff_list .staff_item {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main ul.staff_list .staff_item .name {
    font-size: clamp(9px, 13px, 2.7vw);
  }
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main ul.staff_list .staff_item .role {
    font-size: clamp(9px, 13px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main ul.staff_list .staff_item .en {
    font-size: clamp(8px, 14px, 1.3vw);
  }
}
#staff .section_inner .section_main ul.staff_list .staff_item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#staff .section_inner .section_main ul.staff_list .staff_item:hover .btn_prof {
  background-color: rgba(255, 255, 255, 0.5);
}

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

.swiper.staff_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.staff_modal {
    height: 100%;
    max-height: unset;
  }
}
.swiper.staff_modal.is-hidden {
  transform: translate(-50%, -52%);
  opacity: 0;
  pointer-events: none;
}
.swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content {
  color: #000;
  background: #FFF;
  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(170, 170, 170, 0.856) rgba(83, 83, 83, 0.603);
}
@media screen and (max-width: 768px) {
  .swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content {
    padding: 80px 20px;
    width: 100%;
    position: relative;
  }
}
.swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .modal::-webkit-scrollbar {
  width: 6px;
}
.swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .modal::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
.swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .modal::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
}
.swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .staff_modal_inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .staff_modal_inner {
    flex-wrap: wrap;
    gap: 0px;
    padding: 0px 0px 60px;
    align-items: unset;
  }
}
.swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .staff_modal_inner .name {
  color: #000;
}
@media screen and (max-width: 768px) {
  .swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .staff_modal_inner .name {
    font-size: 1.1em;
  }
}
.swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .staff_modal_inner .role {
  margin-top: 1em;
  font-style: italic;
  color: #FF1500;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .staff_modal_inner .role {
    font-size: 0.9em;
  }
}
.swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .staff_modal_inner .role span {
  font-size: 0.8em;
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  .swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .staff_modal_inner .role span {
    font-size: 0.8em;
  }
}
.swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .staff_modal_inner .en {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  opacity: 0.32;
  margin-top: 0.75em;
  font-size: 0.9em;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .staff_modal_inner .en span {
  display: inline-block;
}
.swiper.staff_modal .swiper-wrapper .swiper-slide.staff_modal_content .staff_modal_inner .text_body {
  margin-top: 2em;
  line-height: 1.6;
  font-size: 0.9em;
  text-align: justify;
}

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

.staff_modal_nav button {
  background: #FFF;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #FF4D00;
  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) {
  .staff_modal_nav button {
    line-height: 50px;
    height: 60px;
  }
}
.staff_modal_nav button.prev, .staff_modal_nav button.next {
  border: 0;
  width: 20%;
}
.staff_modal_nav button.prev span {
  transition: 0.2s;
}
.staff_modal_nav button.prev:hover span {
  transform: translateX(-10px);
}
@media screen and (max-width: 768px) {
  .staff_modal_nav button.prev:hover span {
    transform: none;
  }
}
.staff_modal_nav button.next span {
  transition: 0.2s;
}
.staff_modal_nav button.next:hover span {
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  .staff_modal_nav button.next:hover span {
    transform: none;
  }
}
.staff_modal_nav button.button_close {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  border: 0;
}
.staff_modal_nav button.button_close span {
  transition: 0.2s;
}
.staff_modal_nav button.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.close_button {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  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: #FF4D00;
}
@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);
  }
}/*# sourceMappingURL=style.css.map */