@charset "UTF-8";
/*
Theme Name: saturnb
Version: 1.0
*/
/* 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%;
  text-decoration: none;
  font: inherit;
  vertical-align: baseline;
}

/* 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;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  background-color: #000 !important;
}
@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;
}

.imgb img {
  width: 100%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .imgb img {
    height: 100vw;
  }
}
.imgb.imgb01 img {
  -o-object-position: 50% 36%;
     object-position: 50% 36%;
}
.imgb.imgb02 img {
  -o-object-position: 60% 12%;
     object-position: 60% 12%;
}

.section-default {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .section-default {
    padding: 60px 0;
  }
}
.section-default .section_inner .section_main {
  padding: 0 50px;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-default .section_inner .section_main {
    padding: 0 30px;
    max-width: 500px;
  }
}

h2 {
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.contents-wrapper {
  overflow: hidden;
  position: relative;
}

@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;
  }
}

h2 {
  text-align: center;
  font-size: 3em;
  color: #CD1B1D;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bow_h2 {
  width: 44px;
  margin: 0 auto 40px;
}

.theater-page a {
  color: #CD1B1D;
}

.to_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}
.to_top svg {
  fill: currentColor;
  width: 10px;
}

.theater-list .theater-head {
  background-color: #b30000;
  display: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .theater-list .theater-head {
    display: flex;
  }
}
.theater-list .theater-head:nth-of-type(2) {
  display: flex;
}

/*fixed_bg------------------------*/
.fixed_bg {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(img/main-pc.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: 300px;
  width: 60%;
  opacity: 0.5;
}

/*-------------------------------*/
/*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: "Bebas Neue", sans-serif;
  font-weight: 400;
  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-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
@keyframes main_flash {
  0% {
    transform: none;
  }
  36% {
    transform: none;
  }
  36.2% {
    transform: skewX(2deg);
  }
  36.4% {
    transform: skewX(-2deg);
  }
  36.6% {
    transform: none;
  }
  66% {
    transform: none;
  }
  66.2% {
    transform: skewX(2deg);
  }
  66.4% {
    transform: skewX(-2deg);
  }
  66.6% {
    transform: none;
  }
  76% {
    transform: none;
  }
  76.2% {
    transform: skewX(4deg);
  }
  76.4% {
    transform: skewX(-4deg);
  }
  76.6% {
    transform: none;
  }
  97% {
    transform: none;
  }
  97.2% {
    transform: skewX(5deg);
  }
  97.4% {
    transform: skewX(-5deg);
  }
  97.6% {
    transform: none;
  }
}
.main_flash {
  animation: main_flash 4s infinite;
}

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

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
/*nav----------------------------*/
.nav_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  height: 60px;
  background: #CD1B1D;
}
@media screen and (max-width: 768px) {
  .nav_bar {
    display: block;
    height: 60px;
  }
}

.nav_title {
  z-index: 102;
  width: 280px;
  position: fixed;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .nav_title {
    top: 15px;
    width: 155px;
    left: 20px;
  }
}

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

.gnav {
  z-index: 100;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 60px;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
    background-color: #CD1B1D;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.active {
  opacity: 1;
}
.gnav .gnav_list {
  padding-left: 300px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-left: 0;
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    background-color: transparent;
  }
}
.gnav .gnav_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0.1em 0.25em 0 0.25em;
  color: #000;
  font-weight: 700;
  font-size: 1.75em;
  letter-spacing: 0.1em;
  background-color: #CD1B1D;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 2em;
    height: 50px;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
}
.gnav .gnav_list li a.construction {
  opacity: 0.6;
  pointer-events: none;
}
.gnav .gnav_list li a .icon_menu {
  width: 24px;
  margin-bottom: 13px;
}

.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: #CD1B1D;
  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 {
  color: #FFF;
  background-image: url(img/bg_footer.jpg);
  background-size: cover;
}
footer .footer {
  padding: 80px 50px 80px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 20px 40px;
  }
}
footer .footer .titles {
  max-width: 500px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  footer .footer .titles {
    max-width: 220px;
  }
}
footer .footer .billing_jp {
  max-width: 600px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  footer .footer .billing_jp {
    max-width: 230px;
  }
}
footer .footer .shares {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  footer .footer .shares {
    padding-bottom: 0px;
    flex-direction: column;
    align-items: center;
  }
}
footer .footer .billing {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 40px;
}
footer .footer .uni {
  max-width: 90px;
  margin: 0 auto 20px;
  display: block;
  width: 25%;
}
footer .footer .link-senlis {
  max-width: 180px;
  width: 50%;
  margin: 0 auto 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  footer .footer .link-senlis {
    max-width: 130px;
  }
}
footer .footer .link-senlis:hover {
  opacity: 0.8;
}
footer .footer .cau18 {
  text-align: center;
  font-size: 12px;
  color: #FFF;
  line-height: 1.4;
  margin-bottom: 30px;
}

#top {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#top .base_outer {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
}
#top .base {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  transition: 10s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .base {
    width: 100%;
  }
}
#top .base.active {
  opacity: 1;
}
#top .title {
  position: absolute;
  width: 92.27%;
  top: 2.31%;
  left: 3.91%;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 87.95%;
    top: 5.25%;
    left: 6.15%;
  }
}
#top .copy_tate {
  position: absolute;
  width: 7.14%;
  top: 44.32%;
  left: 46.18%;
  opacity: 0;
  transition: 4s;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 11.54%;
    top: 21.67%;
    left: 44.36%;
  }
}
#top .copy_tate.active {
  opacity: 1;
  filter: blur(0px);
}
#top .copy_yoko {
  position: absolute;
  width: 70%;
  top: 81.2%;
  left: 15%;
  opacity: 0;
  transition: 4s;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 84%;
    top: 89%;
    left: unset;
    right: 6%;
  }
}
#top .copy_yoko.active {
  opacity: 1;
  filter: blur(0px);
}
#top .direc {
  position: absolute;
  width: 50%;
  top: 85.31%;
  left: 25%;
  opacity: 0;
  transition: 4s;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  #top .direc {
    width: 4.87%;
    top: 18.72%;
    left: 89.23%;
  }
}
#top .direc.active {
  opacity: 1;
  filter: blur(0px);
}
#top .release {
  position: absolute;
  width: 88.61%;
  top: 94.14%;
  left: 5.91%;
  opacity: 0;
  transition: 4s;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 88.34%;
    top: 92.91%;
    left: unset;
    right: 6%;
  }
}
#top .release.active {
  opacity: 1;
  filter: blur(0px);
}
#top .local {
  position: absolute;
  width: 13.79%;
  top: 21.48%;
  left: 2.94%;
  opacity: 0;
  transition: 4s;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  #top .local {
    width: 26.67%;
    top: 19.21%;
    left: 6.15%;
  }
}
#top .local.active {
  opacity: 1;
  filter: blur(0px);
}
#top .top_inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#top .top_inner .main_kv {
  position: relative;
  width: 100%;
}
#top .top_inner h1.title2 {
  position: absolute;
  width: 47%;
  top: 7%;
  left: 3%;
}
@media screen and (max-width: 768px) {
  #top .top_inner h1.title2 {
    width: 90%;
    top: 4%;
    left: 5%;
  }
}
#top .top_inner .local2 {
  position: absolute;
  width: 9%;
  top: 28%;
  left: 3%;
}
@media screen and (max-width: 768px) {
  #top .top_inner .local2 {
    width: 24%;
    top: 17%;
    left: 4%;
  }
}
#top .top_inner .direc2 {
  position: absolute;
  width: 18%;
  bottom: 15%;
  left: 3%;
}
@media screen and (max-width: 768px) {
  #top .top_inner .direc2 {
    bottom: 15%;
    left: 31%;
    width: 40%;
  }
}
#top .top_inner .copy_yoko3 {
  position: absolute;
  width: 47%;
  bottom: 10.5%;
  left: 3%;
}
@media screen and (max-width: 768px) {
  #top .top_inner .copy_yoko3 {
    bottom: 12%;
    left: 5%;
    width: 90%;
  }
}
#top .top_inner .release2 {
  position: absolute;
  width: 43%;
  bottom: 4%;
  left: 3%;
}
@media screen and (max-width: 768px) {
  #top .top_inner .release2 {
    width: 90%;
    bottom: 7.5%;
    left: 5%;
  }
}
#top .top_inner .rating {
  position: absolute;
  width: 3%;
  bottom: 2%;
  right: 1%;
}
@media screen and (max-width: 768px) {
  #top .top_inner .rating {
    width: 4%;
    right: 2%;
  }
}
#top .top_inner .copy_tate2 {
  position: absolute;
  width: 1.7%;
  top: 14%;
  right: 9%;
}
@media screen and (max-width: 768px) {
  #top .top_inner .copy_tate2 {
    width: 4%;
    top: 27%;
    right: 6%;
  }
}

#info {
  padding: 60px 50px 20px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 20px 40px;
  }
}
#info .section_inner .btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#info .section_inner .btns a {
  max-width: 50px;
  width: 50px;
  height: 50px;
  display: block;
}
#info .section_inner .btns a:hover {
  opacity: 0.8;
}

#info2 {
  background-image: url(img/bg_info.jpg?Ver=1.0.1);
  background-size: cover;
  padding: 60px 50px 60px;
  background-size: 1000px;
}
@media screen and (max-width: 768px) {
  #info2 {
    background-size: 500px;
    padding: 40px 20px 40px;
  }
}
#info2 .section_inner .btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#info2 .section_inner .btns a {
  max-width: 50px;
  width: 50px;
  height: 50px;
  display: block;
}
#info2 .section_inner .btns a:hover {
  opacity: 0.8;
}
#info2 .mvtk #mvtk-widgets-container {
  margin: 0 auto 40px;
}

/*trailer------------------------*/
#trailer {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  #trailer {
    max-width: 500px;
  }
}
#trailer h2 {
  width: 50px;
  position: absolute;
  top: 0;
  right: -50px;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  #trailer h2 {
    width: 30px;
    right: -20px;
  }
}
#trailer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#trailer .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;
  margin-top: 5px;
}
.trailer_tab li {
  width: calc(50% - 2.5px);
  margin: 0;
}
.trailer_tab li a {
  background-color: #4D4D4D;
  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;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    height: 3em;
  }
}
.trailer_tab .tab.active a {
  background-color: #CD1B1D;
}
.trailer_tab .tab.active a::before {
  content: "»";
}
.trailer_tab .tab.active a:hover {
  transition: 0.4s;
}

/*-------------------------------*/
#intro {
  background-color: #000;
}
#intro .section_inner .section_main .img_sec {
  margin-bottom: 40px;
}
#intro .section_inner .section_main .text_body p {
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1em;
}
#intro .section_inner .section_main .text_body p:last-of-type {
  margin-bottom: 0;
}

#story {
  background-image: url(img/bg_r.jpg);
  background-size: cover;
}
#story .section_inner .imgs {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #story .section_inner .imgs {
    max-width: 500px;
    padding: 0 20px;
  }
}
#story .section_inner .imgs div {
  width: 31%;
}
@media screen and (max-width: 768px) {
  #story .section_inner .imgs div {
    width: 80%;
    margin-bottom: 20px;
  }
  #story .section_inner .imgs div:nth-of-type(2) {
    margin: 0 0 20px auto;
  }
}
#story .section_inner .section_main {
  padding: 80px 50px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    padding: 60px 30px;
  }
}
#story .section_inner .section_main h3 {
  font-size: 1.5em;
  color: #CD1B1D;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main h3 {
    font-size: 1.3em;
  }
}
#story .section_inner .section_main h3 p {
  margin-bottom: 0.25em;
}
#story .section_inner .section_main h3 p span {
  font-weight: 700;
  display: inline-block;
}
#story .section_inner .section_main .text_body p {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .text_body p {
    text-align: left;
  }
}

#staff, #director {
  background-color: #000;
}
#staff .section_inner .section_main .prof_items .prof_item .prof_texts .names .name span, #director .section_inner .section_main .prof_items .prof_item .prof_texts .names .name span {
  padding-left: 0em;
  padding-right: 0.5em;
}

#cast {
  background-color: #000;
}
.prof_items .prof_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.prof_items .prof_item:last-of-type {
  margin-bottom: 0;
}
.prof_items .prof_item .prof_img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .prof_items .prof_item .prof_img {
    width: 60%;
    max-width: 220px;
    margin: 0 auto 20px;
  }
}
.prof_items .prof_item .prof_img p.font-by {
  font-size: 10px;
  margin-top: 2px;
}
.prof_items .prof_item .prof_texts {
  width: calc(100% - 340px);
}
@media screen and (max-width: 768px) {
  .prof_items .prof_item .prof_texts {
    width: 100%;
  }
}
.prof_items .prof_item .prof_texts .names {
  border-bottom: solid 1px #CD1B1D;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .prof_items .prof_item .prof_texts .names {
    text-align: center;
  }
}
.prof_items .prof_item .prof_texts .names .name {
  font-size: 1.7em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .prof_items .prof_item .prof_texts .names .name {
    font-size: 1.5em;
  }
}
.prof_items .prof_item .prof_texts .names .name span {
  font-size: 0.7em;
  padding-left: 0.5em;
}
.prof_items .prof_item .prof_texts .names .name_i {
  color: #CD1B1D;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
}
.prof_items .prof_item .prof_texts .names .name_i span {
  padding-right: 0.5em;
}
.prof_items .prof_item .prof_texts .prof_body p {
  line-height: 1.8;
  text-align: justify;
}
.prof_items .prof_item .prof_texts .prof_filmo {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dashed 1px #CD1B1D;
}
.prof_items .prof_item .prof_texts .prof_filmo li {
  line-height: 1.4;
}
.prof_items .prof_item .prof_texts .prof_filmo li.filmo-title {
  font-weight: 900;
}
.prof_items .prof_item.noimg .prof_texts {
  width: 100%;
}

.grad {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 30vh;
  margin-top: 20vh;
}
@media screen and (max-width: 768px) {
  .grad {
    height: 50vw;
    margin-top: 80vh;
  }
}

.com-rev {
  background-color: rgba(0, 0, 0, 0.8);
}

#comment {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #comment {
    padding-bottom: 30px;
  }
}
.comment_items {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .comment_items {
    gap: 20px;
  }
}
.comment_items .comment_item {
  width: calc(33.33% - 20px);
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0) 100%);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .comment_items .comment_item {
    width: 100%;
  }
}
.comment_items .comment_item p {
  line-height: 1.4;
}
.comment_items .comment_item .comment_names {
  text-align: right;
  margin-top: 20px;
  padding-top: 10px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .comment_items .comment_item .comment_names {
    margin-top: 10px;
  }
}
.comment_items .comment_item .comment_names .name {
  font-size: 1.3em;
  color: #CD1B1D;
}
.comment_items .comment_item .comment_names .role {
  font-size: 0.9em;
  margin-top: 7px;
  opacity: 0.7;
}

#review {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #review {
    padding-top: 30px;
  }
}
#review .review_items {
  max-width: 800px;
  margin: 0 auto 40px;
}
#review .review_items .review_item {
  margin-bottom: 40px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
#review .review_items .review_item:last-of-type {
  margin-bottom: 0;
}
#review .review_items .review_item .review_body p {
  line-height: 1.6;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #review .review_items .review_item .review_body p {
    font-size: 1em;
  }
}
#review .review_items .review_item .review_names {
  margin-top: 10px;
}
#review .review_items .review_item .review_names .name {
  text-align: right;
  font-style: italic;
  opacity: 0.5;
}

#theater {
  background-color: #000;
  width: 100%;
}

.theater-page {
  padding: 100px 0px 130px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .theater-page {
    padding: 50px 20px 80px;
  }
}
.theater-page .region-links {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .theater-page .region-links {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.theater-page .region-links a {
  display: inline-block;
  margin: 0 0.25em 5px;
  padding: 0.25em 0.5em;
  border-radius: 5px;
  font-weight: bold;
}
.theater-page h3 {
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .theater-page h3 {
    text-align: center;
  }
}
.theater-page .theater-list {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  line-height: 1.4;
}
.theater-page .theater_area_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .theater-page .theater_area_sp {
    display: block;
    margin-top: 1em;
    font-weight: bold;
    font-size: 1.1em;
  }
}
.theater-page .theater-item > .theater-item_inner,
.theater-page .theater-head {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
}
.theater-page .theater-item > .theater-item_inner p, .theater-page .theater-item > .theater-item_inner h3,
.theater-page .theater-head p,
.theater-page .theater-head h3 {
  padding: 12px 10px;
  display: flex;
  align-items: center;
}
.theater-page .theater-item > .theater-item_inner p.theater_area, .theater-page .theater-item > .theater-item_inner h3.theater_area,
.theater-page .theater-head p.theater_area,
.theater-page .theater-head h3.theater_area {
  flex: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .theater-page .theater-item > .theater-item_inner p.theater_area, .theater-page .theater-item > .theater-item_inner h3.theater_area,
  .theater-page .theater-head p.theater_area,
  .theater-page .theater-head h3.theater_area {
    white-space: nowrap;
    display: none;
  }
}
.theater-page .theater-item > .theater-item_inner p.theater_name, .theater-page .theater-item > .theater-item_inner h3.theater_name,
.theater-page .theater-head p.theater_name,
.theater-page .theater-head h3.theater_name {
  flex: 3;
  font-weight: bold;
}
.theater-page .theater-item > .theater-item_inner p.theater_name a, .theater-page .theater-item > .theater-item_inner h3.theater_name a,
.theater-page .theater-head p.theater_name a,
.theater-page .theater-head h3.theater_name a {
  font-weight: bold;
  text-decoration: underline;
  color: #FFF;
}
.theater-page .theater-item > .theater-item_inner p.theater_name a:hover, .theater-page .theater-item > .theater-item_inner h3.theater_name a:hover,
.theater-page .theater-head p.theater_name a:hover,
.theater-page .theater-head h3.theater_name a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .theater-page .theater-item > .theater-item_inner p.theater_name, .theater-page .theater-item > .theater-item_inner h3.theater_name,
  .theater-page .theater-head p.theater_name,
  .theater-page .theater-head h3.theater_name {
    width: calc(60% - 4em);
    flex: unset;
  }
}
.theater-page .theater-item > .theater-item_inner p.theater_tel, .theater-page .theater-item > .theater-item_inner h3.theater_tel,
.theater-page .theater-head p.theater_tel,
.theater-page .theater-head h3.theater_tel {
  flex: 1.5;
}
@media screen and (max-width: 768px) {
  .theater-page .theater-item > .theater-item_inner p.theater_tel, .theater-page .theater-item > .theater-item_inner h3.theater_tel,
  .theater-page .theater-head p.theater_tel,
  .theater-page .theater-head h3.theater_tel {
    white-space: nowrap;
    width: 4em;
    flex: unset;
  }
}
@media screen and (max-width: 768px) {
  .theater-page .theater-item > .theater-item_inner p.theater_tel span.tel-text, .theater-page .theater-item > .theater-item_inner h3.theater_tel span.tel-text,
  .theater-page .theater-head p.theater_tel span.tel-text,
  .theater-page .theater-head h3.theater_tel span.tel-text {
    display: none;
  }
}
.theater-page .theater-item > .theater-item_inner p.theater_tel span.tel-link, .theater-page .theater-item > .theater-item_inner h3.theater_tel span.tel-link,
.theater-page .theater-head p.theater_tel span.tel-link,
.theater-page .theater-head h3.theater_tel span.tel-link {
  display: none;
}
@media screen and (max-width: 768px) {
  .theater-page .theater-item > .theater-item_inner p.theater_tel span.tel-link, .theater-page .theater-item > .theater-item_inner h3.theater_tel span.tel-link,
  .theater-page .theater-head p.theater_tel span.tel-link,
  .theater-page .theater-head h3.theater_tel span.tel-link {
    display: none;
  }
}
.theater-page .theater-item > .theater-item_inner p.theater_tel a, .theater-page .theater-item > .theater-item_inner h3.theater_tel a,
.theater-page .theater-head p.theater_tel a,
.theater-page .theater-head h3.theater_tel a {
  display: none;
}
@media screen and (max-width: 768px) {
  .theater-page .theater-item > .theater-item_inner p.theater_tel a, .theater-page .theater-item > .theater-item_inner h3.theater_tel a,
  .theater-page .theater-head p.theater_tel a,
  .theater-page .theater-head h3.theater_tel a {
    display: block;
  }
}
.theater-page .theater-item > .theater-item_inner p.theater_tel svg, .theater-page .theater-item > .theater-item_inner h3.theater_tel svg,
.theater-page .theater-head p.theater_tel svg,
.theater-page .theater-head h3.theater_tel svg {
  width: 1em;
  display: none;
  fill: currentColor;
}
@media screen and (max-width: 768px) {
  .theater-page .theater-item > .theater-item_inner p.theater_tel svg, .theater-page .theater-item > .theater-item_inner h3.theater_tel svg,
  .theater-page .theater-head p.theater_tel svg,
  .theater-page .theater-head h3.theater_tel svg {
    display: block;
  }
}
.theater-page .theater-item > .theater-item_inner p.theater_date, .theater-page .theater-item > .theater-item_inner h3.theater_date,
.theater-page .theater-head p.theater_date,
.theater-page .theater-head h3.theater_date {
  flex: 1.5;
}
@media screen and (max-width: 768px) {
  .theater-page .theater-item > .theater-item_inner p.theater_date, .theater-page .theater-item > .theater-item_inner h3.theater_date,
  .theater-page .theater-head p.theater_date,
  .theater-page .theater-head h3.theater_date {
    width: calc(40% - 4em);
    flex: unset;
  }
}
.theater-page .theater-item > .theater-item_inner p.theater_bikou, .theater-page .theater-item > .theater-item_inner h3.theater_bikou,
.theater-page .theater-head p.theater_bikou,
.theater-page .theater-head h3.theater_bikou {
  flex: 2;
}
@media screen and (max-width: 768px) {
  .theater-page .theater-item > .theater-item_inner p.theater_bikou, .theater-page .theater-item > .theater-item_inner h3.theater_bikou,
  .theater-page .theater-head p.theater_bikou,
  .theater-page .theater-head h3.theater_bikou {
    width: 100%;
    display: block;
    flex: unset;
    padding: 0 10px 12px;
  }
  .theater-page .theater-item > .theater-item_inner p.theater_bikou:empty, .theater-page .theater-item > .theater-item_inner h3.theater_bikou:empty,
  .theater-page .theater-head p.theater_bikou:empty,
  .theater-page .theater-head h3.theater_bikou:empty {
    display: none;
  }
}
.theater-page .theater-item > .theater-item_inner p.theater_ticket, .theater-page .theater-item > .theater-item_inner h3.theater_ticket,
.theater-page .theater-head p.theater_ticket,
.theater-page .theater-head h3.theater_ticket {
  flex: 0.5;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .theater-page .theater-item > .theater-item_inner p.theater_ticket, .theater-page .theater-item > .theater-item_inner h3.theater_ticket,
  .theater-page .theater-head p.theater_ticket,
  .theater-page .theater-head h3.theater_ticket {
    width: 4em;
    flex: unset;
  }
}
.theater-page .theater-item > .theater-item_inner {
  border-bottom: solid 1px #CD1B1D;
  margin-bottom: 5px;
}
.theater-page .theater-head {
  overflow: hidden;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .theater-page .theater-head {
    margin-top: 0.5em;
  }
}
.theater-page .theater-head p, .theater-page .theater-head h3 {
  width: 100%;
  display: block;
  padding: 0.5em 10px;
  border: none;
  font-size: 1em;
}
.theater-page .theater-head p.theater_bikou, .theater-page .theater-head h3.theater_bikou {
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .theater-page .theater-head p.theater_bikou, .theater-page .theater-head h3.theater_bikou {
    display: none;
  }
}

.additional-content {
  margin-top: 80px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .additional-content {
    margin-top: 60px;
  }
}
.additional-content a {
  text-decoration: underline;
}
.additional-content a:hover {
  text-decoration: none;
}

/* 表示切替だけ追加（装飾はそのまま使う） */
.theater-head.pc-only {
  display: flex;
}

.theater-head.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .theater-head.pc-only {
    display: none;
  }
  .theater-head.sp-only {
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */