@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-feature-settings: "halt";
  font-size: 16px;
  color: #FEFEFE;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #000;
  background-image: url(img/bg.jpg);
  background-size: 100%;
}
@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;
  color: #af0000;
  writing-mode: vertical-lr;
  letter-spacing: 0.25em;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.6s ease;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding: 1em;
}

h2.revealed {
  opacity: 1;
  transform: translateY(0);
}

p {
  text-align: justify;
  line-height: 2;
}

.swipers {
  padding: 0px 0;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  height: auto;
  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;
  }
}

.footer {
  padding: 40px;
}
.footer .title_footer {
  max-width: 300px;
  margin: 0 auto 20px;
  width: 50%;
}
.footer .release_footer {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

/*fixed_bg------------------------*/
/*-------------------------------*/
/*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 .loadeing_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loadeing_inner .loader {
  animation: loadingFlash 1s infinite;
}
.loading .loader {
  width: 50px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #CCC) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}
@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}

/*-------------------------------*/
/*nav----------------------------*/
/*-------------------------------*/
/*trailer------------------------*/
#trailer .section_inner {
  max-width: 900px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner {
    max-width: 500px;
  }
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
  padding: 0 0px 0px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main {
    padding: 0 0px 0px;
  }
}
#trailer .section_inner .section_main .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: solid 1px #3c3c3c;
}
#trailer .section_inner .section_main .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.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;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
}
.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;
  }
}

/*-------------------------------*/
/*noiseOverlay-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*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.4s;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.nav_btn.show {
  background-image: url(img/nav_icon-close.svg);
}

.gnav {
  z-index: 100;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 50px;
}
@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;
    transition: 0.4s;
    background-image: url(img/bg_nav.jpg);
    background-size: cover;
    background-position: center center;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
}
.gnav .gnav_list li {
  overflow: hidden;
}
.gnav .gnav_list li:hover {
  opacity: 0.6;
  transform: translateY(1px);
}
.gnav .gnav_list li a {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 0.5em;
  font-size: #FEFEFE;
  color: #f0f0f0;
  transition: 0.2s;
  transform: translateY(5px);
  opacity: 0;
}
.gnav .gnav_list li a.inview {
  opacity: 0.9;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 1.43em;
    margin-bottom: 5px;
  }
}
.gnav .gnav_list li.nav-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnav .gnav_list li.nav-sns a img {
  width: 18px;
}

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

/*-------------------------------*/
/*-inview------------------------*/
.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-inview {
  opacity: 1;
}

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

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

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

/*-------------------------------*/
/*trailer------------------------*/
#trailer .section_inner {
  max-width: 900px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner {
    max-width: 500px;
  }
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
  padding: 0 0px 20px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main {
    padding: 0 0px 20px;
  }
}
#trailer .section_inner .section_main .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: solid 1px #3D3000;
}
#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;
}
.trailer_tab li {
  width: 50%;
  margin: 0;
}
.trailer_tab li a {
  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;
  color: #FFF;
  text-decoration: none;
  background-color: #004D5C;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    height: 3em;
  }
}
.trailer_tab .tab.active a {
  color: #727272;
  background-color: #002f35;
}
.trailer_tab .tab.active a::before {
  content: "● ";
}
.trailer_tab .tab.active a:hover {
  transition: 0.4s;
}

/*-------------------------------*/
#top {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#top .mainvd {
  width: 108%;
  height: 44.79vw;
  position: relative;
  top: 0;
  left: -4%;
}
@media screen and (max-width: 768px) {
  #top .mainvd {
    height: 167.9vw;
    width: 100%;
    left: 0;
  }
}
#top .mainvd video {
  position: relative;
  width: 108%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top .mainvd video {
    height: 110%;
    width: 100%;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    margin-top: -24%;
  }
}
#top .mainvd .over {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 3px 3px;
  background-position: 0 0, 3px 3px;
  opacity: 0.5;
}
#top .copy1 {
  position: absolute;
  width: 7.71%;
  top: 10.12%;
  left: 3.8%;
  opacity: 0;
  transition: 1s;
  transform: translateY(-20px);
}
@media screen and (max-width: 768px) {
  #top .copy1 {
    width: 24.87%;
    top: 2.32%;
    left: -1.54%;
  }
}
#top .copy1.inview {
  transform: translateY(0px);
  opacity: 1;
}
#top .copy2 {
  position: absolute;
  width: 1.56%;
  top: 44.3%;
  left: 11.51%;
  opacity: 0;
  transition: 1s;
  transform: translateY(-20px);
}
@media screen and (max-width: 768px) {
  #top .copy2 {
    width: 5.13%;
    top: 46.53%;
    left: 86.92%;
  }
}
#top .copy2.inview {
  transform: translateY(0px);
  opacity: 1;
}
#top h1.title {
  position: absolute;
  width: 25.32%;
  top: 49.65%;
  left: 72.24%;
  transition: 0.8s;
  transform: scale(1.1);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top h1.title {
    width: 63.59%;
    top: 67.23%;
    left: 18.21%;
  }
}
#top h1.title.inview {
  transform: scale(1);
  opacity: 1;
}
#top .release {
  position: absolute;
  width: 33.36%;
  top: 88.84%;
  left: 64.17%;
  opacity: 0;
  transition: 1s;
  transform: translateY(-20px);
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 89.13%;
    top: 94.74%;
    left: 5.9%;
  }
}
#top .release.inview {
  transform: translateY(0px);
  opacity: 1;
}

#info {
  padding: 40px 20px 120px;
  width: 100%;
  margin: 0 0 0 auto;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 20px 80px;
  }
}
#info .bnr_ev {
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#info .bnr_ev a {
  display: block;
  max-width: 320px;
  transition: 0.2s;
  width: 80%;
}
#info .bnr_ev a:hover {
  filter: brightness(70%);
}
#info .bnr_ev a img {
  border-radius: 5px;
}
#info .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #info .btns {
    gap: 10px;
    margin-bottom: 20px;
  }
}
#info .btns .btn_item {
  max-width: 200px;
  width: calc(50% - 10px);
  cursor: pointer;
  transition: 0.3s;
  border: solid 1px #004D5C;
}
@media screen and (max-width: 768px) {
  #info .btns .btn_item {
    width: calc(50% - 5px);
    max-width: 180px;
  }
}
#info .btns .btn_item a {
  display: block;
}
#info .btns .btn_item:hover {
  background-color: rgba(59, 59, 59, 0.5);
}
@media screen and (max-width: 768px) {
  #info .btns .btn_item:hover {
    background-color: transparent;
  }
}

.billing_jp {
  width: 46%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .billing_jp {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.billing_en {
  width: 40%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .billing_en {
    margin: 0 auto 20px;
    width: 90%;
  }
}

.bnrs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.bnrs .bnr {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  max-width: 200px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .bnrs .bnr {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    max-width: unset;
  }
}
.bnrs .bnr.bnr_big {
  max-width: 255px;
}
@media screen and (max-width: 768px) {
  .bnrs .bnr.bnr_big {
    width: 60%;
  }
}
.bnrs .bnr a {
  display: block;
}
.bnrs .bnr a:hover {
  filter: brightness(70%);
}
.bnrs .bnr img {
  border-radius: 5px;
}

.mvtk {
  width: 100%;
}
.mvtk #mvtk-widgets-container {
  margin: 0 auto 60px;
}

.bnr_twin {
  display: block;
  width: 100px;
  margin: 0 auto 0px;
}
.bnr_twin:hover {
  opacity: 0.7;
}

#intro {
  background-image: url(img/bg_intro.jpg);
  background-position: center top;
  background-size: 100%;
  padding: 40px 50px 120px;
  min-height: 60vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #intro {
    background-image: none;
    padding: 0px 0 80px;
  }
}
#intro .section_inner .section_main {
  max-width: 560px;
  margin: 0 auto;
}
#intro .section_inner .section_main h3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h3 {
    margin-bottom: 0vw;
  }
}
#intro .section_inner .section_main h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h2 {
    margin-bottom: 20vw;
    padding-top: 20vw;
  }
}
#intro .section_inner .section_main h4 {
  margin: 0 auto 20px;
  max-width: 560px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .sp-main {
    background-image: url(img/bg_intro.jpg);
    background-size: 120%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 0 30px;
  }
}

#story .section_inner .section_main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#story .section_inner .section_main .section_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .section_left {
    width: 100%;
  }
}
#story .section_inner .section_main .section_right {
  width: 50%;
  padding: 50px;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .section_right {
    width: 100%;
    margin-top: -50vw;
    padding: 50px 30px;
  }
}
#story .section_inner .section_main .section_right h2 {
  margin-bottom: 60px;
}
#story .section_inner .section_main .section_right h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .section_right h3 {
    margin-bottom: 30px;
  }
}

#cast, #staff {
  width: 100%;
}
#cast .section_inner, #staff .section_inner {
  overflow: hidden;
}
#cast .section_inner .section_main, #staff .section_inner .section_main {
  padding: 120px 50px;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main, #staff .section_inner .section_main {
    padding: 80px 0px;
    max-width: 500px;
  }
}
#cast .section_inner .section_main h2, #staff .section_inner .section_main h2 {
  margin-bottom: 40px;
}
#cast .section_inner .section_main .prof_items .prof_item, #staff .section_inner .section_main .prof_items .prof_item {
  display: flex;
  margin-bottom: 80px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item, #staff .section_inner .section_main .prof_items .prof_item {
    display: block;
    margin-bottom: 40px;
  }
  #cast .section_inner .section_main .prof_items .prof_item:last-of-type, #staff .section_inner .section_main .prof_items .prof_item:last-of-type {
    margin-bottom: 0;
  }
}
#cast .section_inner .section_main .prof_items .prof_item .prof_img, #staff .section_inner .section_main .prof_items .prof_item .prof_img {
  width: 60%;
  order: 1;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item .prof_img, #staff .section_inner .section_main .prof_items .prof_item .prof_img {
    width: 100%;
  }
}
#cast .section_inner .section_main .prof_items .prof_item .prof_texts, #staff .section_inner .section_main .prof_items .prof_item .prof_texts {
  order: 2;
  padding-top: 40px;
  width: 50%;
  margin-left: -10%;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item .prof_texts, #staff .section_inner .section_main .prof_items .prof_item .prof_texts {
    padding: 30px;
    width: 100%;
    margin-left: 0;
  }
}
#cast .section_inner .section_main .prof_items .prof_item .prof_texts .role_names, #staff .section_inner .section_main .prof_items .prof_item .prof_texts .role_names {
  margin-bottom: 10px;
}
#cast .section_inner .section_main .prof_items .prof_item .prof_texts .role_names .role_des, #staff .section_inner .section_main .prof_items .prof_item .prof_texts .role_names .role_des {
  color: #7CC3C8;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
#cast .section_inner .section_main .prof_items .prof_item .prof_texts .role_names .role_name, #staff .section_inner .section_main .prof_items .prof_item .prof_texts .role_names .role_name {
  font-size: 2em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
#cast .section_inner .section_main .prof_items .prof_item .prof_texts .role_body, #staff .section_inner .section_main .prof_items .prof_item .prof_texts .role_body {
  margin-bottom: 30px;
}
#cast .section_inner .section_main .prof_items .prof_item .prof_texts .act, #staff .section_inner .section_main .prof_items .prof_item .prof_texts .act {
  background: rgba(0, 25, 29, 0.5);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item .prof_texts .act, #staff .section_inner .section_main .prof_items .prof_item .prof_texts .act {
    background: rgba(0, 84, 97, 0.3);
    padding: 30px 20px;
  }
}
#cast .section_inner .section_main .prof_items .prof_item .prof_texts .act .act_name, #staff .section_inner .section_main .prof_items .prof_item .prof_texts .act .act_name {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
#cast .section_inner .section_main .prof_items .prof_item .prof_texts .act .filmo, #staff .section_inner .section_main .prof_items .prof_item .prof_texts .act .filmo {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 0.9em;
}
#cast .section_inner .section_main .prof_items .prof_item .prof_texts .act .filmo ul, #staff .section_inner .section_main .prof_items .prof_item .prof_texts .act .filmo ul {
  margin-top: 0.5em;
  list-style: none;
}
#cast .section_inner .section_main .prof_items .prof_item .prof_texts .act .filmo ul li, #staff .section_inner .section_main .prof_items .prof_item .prof_texts .act .filmo ul li {
  display: inline;
  margin-right: 0.5em;
}
#cast .section_inner .section_main .prof_items .prof_item .prof_texts .act .filmo .filmo_title, #staff .section_inner .section_main .prof_items .prof_item .prof_texts .act .filmo .filmo_title {
  color: #7CC3C8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
#cast .section_inner .section_main .prof_items .prof_item .prof_texts .act .filmo .filmo_subtitle, #staff .section_inner .section_main .prof_items .prof_item .prof_texts .act .filmo .filmo_subtitle {
  opacity: 0.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
#cast .section_inner .section_main .prof_items .prof_item:nth-of-type(2) .prof_img, #staff .section_inner .section_main .prof_items .prof_item:nth-of-type(2) .prof_img {
  order: 2;
}
#cast .section_inner .section_main .prof_items .prof_item:nth-of-type(2) .prof_texts, #staff .section_inner .section_main .prof_items .prof_item:nth-of-type(2) .prof_texts {
  margin-left: 0%;
  margin-right: -10%;
  order: 1;
  z-index: 2;
}

#staff {
  position: relative;
}
#staff .section_bg {
  background-image: url(img/bg_staff.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
#staff .section_inner {
  margin-top: -80vh;
  z-index: 2;
  position: relative;
}
#staff .section_inner .section_main {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  #staff .section_inner .section_main {
    max-width: 500px;
  }
}
#staff .section_inner .section_main .prof_items .prof_item .prof_texts {
  padding-top: 0px;
  width: 100%;
  margin-left: 0%;
}
#staff .section_inner .section_main .prof_items .prof_item .prof_texts .act {
  background: rgba(0, 22, 26, 0.5);
}
#staff .section_inner .section_main .prof_items .prof_item .prof_texts .act .act_name span {
  font-size: 0.7em;
  color: #7CC3C8;
}
#staff .section_inner .section_main .prof_items .prof_item .prof_texts .act .filmo ul {
  display: flex;
  flex-wrap: wrap;
}
#staff .section_inner .section_main .prof_items .prof_item:nth-of-type(2) .prof_texts {
  margin-right: 0%;
}/*# sourceMappingURL=style.css.map */