@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap";
@import "https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto&display=swap";
@import "https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Stick+No+Bills:wght@600&display=swap";
:root {
  --font-default: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto,
    "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.text-primary {
  color: #152c4b !important;
}
.text-white {
  color: #fff;
}
.text-gray {
  color: #a1abb7 !important;
}
.font-alt {
  font-family: "Roboto", sans-serif;
}
#night_theater * {
  margin: 0;
  padding: 0;
  font-family: "Barlow", "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
}
#night_theater #movie_no {
  display: block;
}
#night_theater h2,
#night_theater .h2 {
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  #night_theater h2,
  #night_theater .h2 {
    font-size: 1.4rem;
  }
}
#night_theater h3,
#night_theater .h3 {
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  #night_theater h3,
  #night_theater .h3 {
    font-size: 1.3rem;
  }
}
#night_theater h4,
#night_theater .h4 {
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  #night_theater h4,
  #night_theater .h4 {
    font-size: 1.1rem;
  }
}
#night_theater h5,
#night_theater .h5 {
  font-size: 1.1rem;
}
#night_theater h6,
#night_theater .h6 {
  font-size: 1rem;
}
#night_theater .theme {
  margin: 0px 0px 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 180px;
  color: rgba(0, 0, 0, 0.1);
  font-family: "Caveat", cursive;
}
#night_theater .theme span {
  font-size: 18px;
  margin-top: -100px;
  font-weight: 600;
  color: #222;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 575px) {
  #night_theater .theme {
    font-size: 120px;
    margin-bottom: 30px;
  }
}
#night_theater .whitebg_box {
  margin: 20px 0px 0px;
  padding: 15px 30px;
  width: 100%;
  background: #fff;
}
#night_theater .u-section {
  margin: 0 auto;
  text-align: left;
  max-width: calc(var(--section-width) * 1em / 16);
  width: 80%;
}
@media screen and (max-width: 1024px) {
  #night_theater .u-section {
    width: 86.6666666667%;
  }
}
#night_theater .u-section-sub {
  margin: 0 auto;
  text-align: left;
  max-width: calc(var(--section-width) * 1em / 16);
  width: 80%;
}
#night_theater .u-targetline {
  overflow: inherit;
}
#night_theater .u-targetline__txt {
  border-bottom: 1px solid var(--main-color);
}
#night_theater .u-targetline.is-white .u-targetline__txt {
  border-color: #fff;
}
#night_theater .u-targetline.is-line .u-targetline__txt {
  border: 0;
}
@media (hover: hover) {
  #night_theater .u-target {
    -webkit-transition: opacity var(--transition);
    transition: opacity var(--transition);
  }
  #night_theater .u-target:hover {
    opacity: 0.6;
  }
  #night_theater .u-targetcolor {
    -webkit-transition: color var(--transition);
    transition: color var(--transition);
  }
  #night_theater .u-targetcolor:hover {
    color: var(--hover-color);
  }
  #night_theater .u-targetline__txt {
    position: relative;
    border: 0;
  }
  #night_theater .u-targetline__txt:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
  }
  #night_theater .u-targetline.is-white .u-targetline__txt:after {
    background-color: #fff;
  }
  #night_theater .u-targetline.is-line .u-targetline__txt:after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  #night_theater .u-targetline:hover .u-targetline__txt:after {
    -webkit-animation-name: lineanim;
    animation-name: lineanim;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  #night_theater .u-targetline.is-line .u-targetline__txt:after {
    -webkit-transition: -webkit-transform var(--transition);
    transition: -webkit-transform var(--transition);
    transition: transform var(--transition);
    transition: transform var(--transition), -webkit-transform var(--transition);
    transition: transform var(--transition), -webkit-transform var(--transition);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  #night_theater .u-targetline.is-line:hover .u-targetline__txt:after {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  @-webkit-keyframes lineanim {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transform-origin: top right;
      transform-origin: top right;
    }
    50% {
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: top right;
      transform-origin: top right;
    }
    51% {
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: top left;
      transform-origin: top left;
    }
    to {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transform-origin: top left;
      transform-origin: top left;
    }
  }
  @keyframes lineanim {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transform-origin: top right;
      transform-origin: top right;
    }
    50% {
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: top right;
      transform-origin: top right;
    }
    51% {
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: top left;
      transform-origin: top left;
    }
    to {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transform-origin: top left;
      transform-origin: top left;
    }
  }
}
#night_theater .swiper-slide {
  width: 100%;
  height: 100%;
}
#night_theater .u-bg {
  background: url(../images/index/wakazushi_main-img2_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#night_theater .u-bg.slide2 {
  background: url(../images/index/wakazushi_main-img3_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#night_theater .u-bg.slide3 {
  background: url(../images/index/wakazushi_main-img5_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#night_theater .u-bg.slide4 {
  background: url(../images/index/wakazushi_main-img4_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#night_theater .u-bg.slide5 {
  background: url(../images/index/wakazushi_main-img1_pc.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
#night_theater .u-picture {
  display: block;
  width: 100%;
}
#night_theater .u-vt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  line-height: 1;
  width: 1em;
  display: block;
}
@media screen and (max-width: 1024px) {
  #night_theater .c-title {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #night_theater .c-title {
    padding-top: 3.0666666667vw;
  }
}
@media screen and (max-width: 415px) {
  #night_theater .c-title {
    padding-top: 4.1818181818vw;
  }
}
#night_theater .c-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc((100vw - var(--header-width) * 1px - 100%) / 2 * -1);
  background-color: #0a0a0a;
  width: 1.0625em;
  height: 200px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform var(--transition);
  transition: -webkit-transform var(--transition);
  transition: transform var(--transition);
  transition: transform var(--transition), -webkit-transform var(--transition);
  transition: transform var(--transition), -webkit-transform var(--transition);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@media screen and (max-width: 1024px) {
  #night_theater .c-title:before {
    height: 5em;
  }
}
@media screen and (max-width: 768px) {
  #night_theater .c-title:before {
    height: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #night_theater .c-title:before {
    width: 0.625em;
  }
}
@media screen and (max-width: 415px) {
  #night_theater .c-title:before {
    height: 14.5454545455vw;
  }
}
@media screen and (max-width: 415px) {
  #night_theater .c-title.is-small {
    padding-top: 3.0666666667vw;
    font-size: 16px;
  }
  #night_theater .c-title.is-small:before {
    height: 10.6666666667vw;
  }
}
#night_theater .c-title.in-view:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#night_theater .c-title__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.875em;
  line-height: 1;
  opacity: 1;
  color: #222;
}
#night_theater .c-title_body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.25em;
  line-height: 1;
  opacity: 1;
  color: #222;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #night_theater .c-title__body,
  #night_theater .c-title_body {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 545px) {
  #night_theater .c-title_body {
    font-size: 28px;
  }
}
#night_theater .c-title__body span {
  opacity: 1;
  display: block;
  margin: 0 0.0217391304em;
}
#night_theater .c-title__txt {
  margin-top: 1.25em;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #night_theater .c-title__txt {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  #night_theater .c-title__txt {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 415px) {
  #night_theater .c-title__txt {
    margin-top: 6.6666666667vw;
  }
}
#night_theater .c-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#night_theater .c-link.is-white {
  color: #fff;
}
#night_theater .c-link__circle {
  width: 4.1875em;
  height: 4.1875em;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1.375em;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#night_theater .c-link__circle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  height: 160%;
  z-index: 0;
  -webkit-transform: scale(1, 0) skewY(0deg) translate3d(-50%, -50%, 0);
  transform: scale(1, 0) skewY(0deg) translate3d(-50%, -50%, 0);
  background-color: #050505;
  z-index: 1;
}
#night_theater .c-link__circle i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 10;
}
#night_theater .c-link:hover i {
  color: #fff;
}
#night_theater .c-link.is-white .c-link__circle {
  border-color: hsla(0, 0%, 100%, 0.57);
}
#night_theater .c-link.is-white .c-link__circle:before {
  background-color: #fff;
}
#night_theater .c-link__circleBody {
  width: 0.4375em;
  height: 0.875em;
  fill: #050505;
  position: relative;
  z-index: 1;
}
#night_theater .c-link.is-white .c-link__circleBody {
  fill: #fff;
}
@media (hover: hover) {
  #night_theater .c-link__circle:before {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform 0.4s
      cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #night_theater .c-link__circleBody {
    -webkit-transition: fill 0.6s;
    transition: fill 0.6s;
  }
  #night_theater .c-link:hover .c-link__circle:before {
    -webkit-transform: scale(1, 1) skewY(-30deg) translate3d(-50%, -50%, 0);
    transform: scale(1, 1) skewY(-30deg) translate3d(-50%, -50%, 0);
  }
  #night_theater .c-link:hover .c-link__circleBody {
    fill: #fff;
  }
  #night_theater .c-link.is-white:hover .c-link__circleBody {
    fill: #050505;
  }
}
#night_theater .cm-h {
  width: calc(var(--header-width) * 1px);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  border-right: 1px solid var(--border-gray-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 99;
}
@media screen and (min-width: 1025px) {
  #night_theater .cm-h {
    min-height: 600px;
    overflow-y: scroll;
  }
}
#night_theater #l-wrapper.is-menuopen .cm-h {
  background-color: #fff;
}
@media screen and (max-width: 1420px) {
  #night_theater .cm-h {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1024px) and (max-height: 700px) {
  #night_theater .cm-h {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1420px) and (min-width: 1024px) and (max-height: 520px) {
  #night_theater .cm-h {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-h {
    font-size: 1em;
    position: fixed;
    width: 100%;
    height: calc(var(--header-height) * 1px);
    border-left: 0;
    border-bottom: 1px solid var(--border-gray-color);
    background-color: #fff;
  }
  #night_theater #l-wrapper.is-menuopen .cm-h {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  #night_theater .cm-h {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  #night_theater .cm-h {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 415px) {
  #night_theater .cm-h {
    font-size: 0.7em;
  }
}
#night_theater .cm-h__body {
  width: 100%;
  margin-top: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#night_theater .cm-h__body ul {
  margin-left: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-h__body {
    margin-top: 0;
    width: auto;
  }
}
#night_theater .cm-h__lng {
  position: absolute;
  top: 240px;
  width: 100%;
  font-size: 0.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.7857142857em;
}
#night_theater .cm-h__lng li {
  margin: 0px 10px;
}
@media screen and (min-width: 1421px) {
  #night_theater .cm-h__lng {
    top: 300px;
  }
}
@media screen and (max-width: 1120px) {
  #night_theater .cm-h__lng {
    top: 220px;
  }
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-h__lng,
  #night_theater .cm-h_tel,
  #night_theater .cm-h_time {
    display: none;
  }
}
#night_theater .cm-h__lngItem {
  line-height: 1;
}
#night_theater .cm-h__lngItemTarget {
  opacity: 0.3;
}
#night_theater .cm-h__lngItemTarget.is-active {
  opacity: 1;
}
#night_theater .cm-h__logo {
  position: absolute;
  top: 2.6875em;
  left: 50%;
  width: 8.5em;
  margin-left: -4.25em;
  z-index: 1;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-h__logo {
    position: static;
    margin: 1% 0 0 6.6666666667%;
    border-bottom: none;
    width: 12.5em;
  }
  #night_theater .cm-h__logo img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #night_theater .cm-h__logo {
    width: 10em;
    margin-top: 8px;
  }
}
#night_theater .cm-h__nav {
  position: fixed;
  top: 0;
  right: -100vw;
  display: none;
  z-index: -1;
  opacity: 0;
  text-align: left;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: scroll;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
}
#night_theater .cm-h__nav.active {
  left: calc(var(--header-width) * 1px);
  opacity: 1;
  display: block;
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-h__nav {
    right: auto;
    left: 0;
    height: auto;
    display: none;
    width: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    position: absolute;
  }
}
#night_theater .cm-h__navBody {
  position: relative;
  z-index: 2;
  padding: 4.125em 6.875em 4.125em;
  min-width: 42.5em;
  overflow: scroll;
  height: 100%;
}
@media screen and (min-width: 1420px) and (max-height: 810px) {
  #night_theater .cm-h__navBody {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1420px) and (max-height: 650px) {
  #night_theater .cm-h__navBody {
    padding-top: 0;
  }
}
@media screen and (max-width: 1420px) and (min-width: 1024px) and (max-height: 710px) {
  #night_theater .cm-h__navBody {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-h__navBody {
    font-size: 1em;
    min-width: auto;
    width: 100%;
    padding: 8.75em 6.6666666667%;
  }
}
#night_theater .cm-h__navBodyItem {
  opacity: 1;
}
#night_theater .cm-h__navBodyItem:not(:first-of-type) {
  margin-top: 3em;
}
@media screen and (max-width: 1420px) and (min-width: 1024px) and (max-height: 680px) {
  #night_theater .cm-h__navBodyItem:not(:first-of-type) {
    margin-top: 3em;
  }
}
#night_theater .cm-h__navBodyItem .targetTxt {
  color: #222;
  line-height: 1;
}
#night_theater .cm-h__navBodyItem .targetTxt:first-of-type {
  font-size: 1.625em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#night_theater .cm-h__navBodyItem .targetTxt:nth-of-type(2) {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
}
#night_theater .cm-h__navBodyLng {
  opacity: 1;
  font-size: 0.875em;
  margin-top: 3.9285714286em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#night_theater .cm-h__navBodyLng .item:not(:first-of-type) {
  margin-left: 1.4285714286em;
}
#night_theater .cm-h__navBodyLng .item__target {
  line-height: 1.4;
  color: #222;
}
#night_theater .cm-h__navBodyLng .item__target .u-targetline__txt {
  padding-bottom: 0.3571428571em;
}
#night_theater .cm-h__navBodyLng .item__target.is-noactive {
  opacity: 0.2;
}
#night_theater
  .cm-h__navBodyLng
  .item__target.is-noactive
  .u-targetline__txt:after {
  display: none;
}
@media (hover: hover) {
  #night_theater .cm-h__navBodyLng .item__target.is-noactive {
    -webkit-transition: opacity var(--transition);
    transition: opacity var(--transition);
  }
  #night_theater .cm-h__navBodyLng .item__target.is-noactive:hover {
    opacity: 0.6;
  }
}
#night_theater .cm-h__navLetter {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 31.8125em;
  height: 33.75em;
  fill: rgba(109, 109, 109, 0.08);
  opacity: 1;
}
#night_theater .cm-h__navBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  opacity: 1;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-h__navBg {
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
#night_theater .cm-h_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#night_theater .cm-h_time .mait_time {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 600;
}
#night_theater .cm-h_time .mait_time span {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-h_time {
    display: none;
  }
}
#night_theater .cm-h_tel {
  background: #ebebeb;
  padding: 20px 0;
  position: absolute;
  bottom: calc(var(--header-width) * 1px / 1.5);
  width: 100%;
}
#night_theater .cm-h__menu {
  outline: 0;
  background: #2cb8e2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: calc(var(--header-width) * 1px / 1.5);
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-h__menu {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(var(--header-height) * 1px);
    height: calc(var(--header-height) * 1px);
    border: 0;
    z-index: 1;
    -webkit-transition: background var(--transition);
    transition: background var(--transition);
  }
  #night_theater #l-wrapper.is-menuopen .cm-h__menu {
    background-color: #fff;
  }
}
#night_theater .cm-h__menu-inner {
  display: block;
  width: 3.125em;
}
#night_theater .cm-h__menu-inner .menu {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 575px) {
  #night_theater .cm-h__menu-inner .menu {
    top: 68%;
    margin-left: -15px;
  }
}
#night_theater .cm-h__menuLine {
  position: relative;
  height: 1.4375em;
  display: block;
}
#night_theater .cm-h__menuLineBody {
  display: block;
  -webkit-transition: -webkit-transform 0.2s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125em;
  background-color: #fff;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  #night_theater #l-wrapper.is-menuopen .cm-h__menuLineBody {
    background-color: #101d23;
  }
}
#night_theater .cm-h__menuLineBody.is-01 {
  top: 0;
}
#night_theater .cm-h__menuLineBody.is-02 {
  top: 0.6875em;
}
#night_theater .cm-h__menuLineBody.is-03 {
  bottom: 0;
  width: 70%;
}
#night_theater .cm-h__menuLineBody.is-04,
#night_theater .cm-h__menuLineBody.is-05 {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#night_theater .cm-h__menuLineBody.is-04 {
  top: 0;
  -webkit-transform: translateY(0.6875em) rotate(-45deg) scale(0, 1);
  transform: translateY(0.6875em) rotate(-45deg) scale(0, 1);
}
#night_theater .cm-h__menuLineBody.is-05 {
  bottom: 0;
  -webkit-transform: translateY(-0.6875em) rotate(45deg) scale(0, 1);
  transform: translateY(-0.6875em) rotate(45deg) scale(0, 1);
}
#night_theater .cm-h__menu.active .cm-h__menuLineBody.is-01,
#night_theater .cm-h__menu.active .cm-h__menuLineBody.is-02,
#night_theater .cm-h__menu.active .cm-h__menuLineBody.is-03 {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#night_theater .cm-h__menu.active .cm-h__menu-inner .menu {
  display: none;
}
#night_theater .cm-h__menu.active .cm-h__menuLineBody.is-04 {
  -webkit-transform: translateY(0.6875em) rotate(-45deg) scale(1, 1);
  transform: translateY(0.6875em) rotate(-45deg) scale(1, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#night_theater .cm-h__menu.active .cm-h__menuLineBody.is-05 {
  -webkit-transform: translateY(-0.6875em) rotate(45deg) scale(1, 1);
  transform: translateY(-0.6875em) rotate(45deg) scale(1, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#night_theater .cm-f {
  position: relative;
  background: #00693e;
  padding: 80px 0px 10px;
  margin-top: -5px;
}
#night_theater .cm-f #gotop {
  position: absolute;
  top: -45px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #111;
}
#night_theater .cm-f #gotop a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#night_theater .cm-f__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: calc((var(--section-width) + 192) * 1em / 16);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-f__body {
    display: block;
  }
}
#night_theater h3.f_logo {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.2em;
}
#night_theater h3.f_logo span {
  font-size: 15px;
  font-weight: 500;
  display: block;
}
#night_theater .info__targetLine {
  font-size: 14px;
}
#night_theater .cm-f__bodyL {
  margin-bottom: 3.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#night_theater .cm-f__bodyR {
  margin: 0.8125em 0 3.125em 6.25em;
  padding-left: 80px;
}
@media screen and (max-width: 1280px) {
  #night_theater .cm-f__bodyR {
    margin-left: 0;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-f__bodyR {
    margin-top: 2.5em;
  }
}
#night_theater .cm-f_RNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0.3125em -0.625em -1.875em;
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-f_RNav {
    margin-bottom: 1.875em;
  }
}
#night_theater .cm-f_RNav .item {
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
  font-size: 0.875em;
  margin: 0 0 0.7142857143em 0.7142857143em;
}
#night_theater .cm-f_RNav .item:before {
  content: "";
  font-family: "Bootstrap-icons";
  font-size: 13px;
  margin-right: 5px;
}
#night_theater .cm-f__bodyRInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: -5.9375em;
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-f__bodyRInfo {
    display: block;
    margin-bottom: 0;
  }
}
#night_theater .cm-f__bodyRInfo .linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -1.5384615385em -4.4615384615em;
  font-size: 0.8125em;
}
#night_theater .cm-f__bodyRInfo .linklist__item {
  line-height: 2;
  margin: 0 0 1.5384615385em 4.4615384615em;
}
#night_theater .cm-f__bodyRInfo .linklist__itemTarget {
  display: block;
}
#night_theater .cm-f__bodyRInfo .linklist__itemTargetLine {
  border-bottom: 1px solid var(--main-color);
}
#night_theater .copy small {
  font-size: 0.8125em;
  letter-spacing: 0.08em;
  color: #efefef;
}
@media screen and (max-width: 575px) {
  #night_theater .copy small {
    font-size: 0.6875em;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 575px) {
  #night_theater .slider {
    margin-left: -25px;
    width: calc(100% + 50px);
  }
}
#night_theater .cm-slidenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  #night_theater .cm-slidenav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 640px) {
  #night_theater .cm-slidenav {
    font-size: 0.9em;
  }
}
#night_theater .cm-slidenav__item {
  width: 3.5625em;
  height: 3.5625em;
}
#night_theater .cm-slidenav__item:not(:first-of-type) {
  margin-left: 1.125em;
}
#night_theater .cm-slidenav__itemBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: thin solid var(--border-gray-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
#night_theater .cm-slidenav__itemBtn.is-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#night_theater .cm-slidenav__itemBtn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
#night_theater .cm-slidenav__itemBtnArrow {
  width: 0.4375em;
  height: 0.875em;
}
@media (hover: hover) {
  #night_theater .cm-slidenav__itemBtn {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  #night_theater .cm-slidenav__itemBtn:hover {
    background-color: #cacaca;
  }
}
#night_theater .p-top__mv {
  position: relative;
  text-align: left;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 5.25em 3.75em;
}
@media screen and (max-width: 768px) {
  #night_theater .p-top__mv {
    margin: 0;
    padding: 74.6666666667vw 6.6666666667% 0;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 545px) {
  #night_theater .p-top__mv {
    padding-top: 90.6666666667vw;
  }
}
#night_theater .p-top__mv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #night_theater .p-top__mv:before {
    height: 105.3866666667vw;
  }
}
@media screen and (max-width: 545px) {
  #night_theater .p-top__mv:before {
    height: 100%;
  }
}
#night_theater .p-top__mvBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #night_theater .p-top__mvBg {
    height: 105.3866666667vw;
  }
}
@media screen and (max-width: 545px) {
  #night_theater .p-top__mvBg {
    height: 131.7333333333vw;
  }
}
#night_theater .p-top__mvBgBody,
#night_theater .p-top__mvBgBody .body {
  height: 100%;
}
#night_theater .p-top__mvBgBody .body {
  width: 100%;
  margin-left: 0;
}
#night_theater .p-top__mvBgBody .body__item {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#night_theater .p-top__mvBody {
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 575px) {
  #night_theater .p-top__mvBody {
    margin-top: -60px;
    padding-bottom: 40px;
    overflow: hidden;
  }
}
#night_theater .p-top__mvScroll {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  color: #fff;
}
#night_theater .p-top__mvRenew {
  position: absolute;
  top: 50px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #night_theater .p-top__mvRenew {
    top: 20px;
    right: 20px;
  }
  #night_theater .p-top__mvRenew img {
    width: 140px;
  }
}
@media screen and (max-width: 1420px) {
  #night_theater .p-top__mvScroll {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1024px) and (max-height: 700px) {
  #night_theater .p-top__mvScroll {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1420px) and (min-width: 1024px) and (max-height: 520px) {
  #night_theater .p-top__mvScroll {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 1024px) {
  #night_theater .p-top__mvScroll {
    display: none;
  }
}
#night_theater .p-top__mvScrollTxt {
  font-size: 0.75em;
}
#night_theater .p-top__mvScrollLine {
  background-color: #d4d4d4;
  width: 1px;
  height: 6.625em;
  position: relative;
  margin-top: 1.1875em;
}
#night_theater .p-top__mvScrollLine .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  -webkit-animation-name: expansion;
  animation-name: expansion;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#night_theater .p-top__mvScrollLine .body:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 3px;
  height: 20px;
  background: #fff;
  -webkit-animation: circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
  animation: circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 90%;
  }
  to {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 90%;
  }
  to {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  to {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  to {
    opacity: 0;
  }
}
#night_theater .p-top__intro {
  padding: 10em 0 10em;
  border-bottom: thin solid var(--border-gray-color);
}
#night_theater .p-top__intro.second-intro {
  padding: 2.5em 0px 10em;
}
@media screen and (max-width: 768px) {
  #night_theater .p-top__intro {
    padding: 3.125em 0;
    margin-top: 6.6666666667%;
  }
}
#night_theater .p-top__intro .u-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #night_theater .p-top__intro .u-section {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#night_theater .p-top__introTitle {
  font-size: 1.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #111;
}
@media screen and (max-width: 640px) {
  #night_theater .p-top__introTitle {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 415px) {
  #night_theater .p-top__introTitle {
    font-size: 1.1875em;
  }
}
#night_theater .p-top__introTitle .u-vt:first-of-type {
  margin-left: 0.6428571429em;
}
#night_theater .flow {
  margin: 30px auto;
  width: calc(992 / var(--section-width) * 100%);
}
@media screen and (max-width: 575px) {
  #night_theater .flow {
    width: 100%;
  }
}
#night_theater .p-top-nav {
  position: absolute;
  top: 4.5333333333em;
  left: -30px;
  font-size: 0.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #111;
}
#night_theater .p-top-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  padding: 6px 0px;
}
#night_theater .p-top-nav li:before {
  content: "";
  display: block;
  width: 1.3333333333em;
  height: 1px;
  background-color: var(--main-color);
  margin-right: 0.8666666667em;
}
@media screen and (max-width: 1024px) {
  #night_theater .p-top-nav {
    position: static;
    margin-bottom: 2.6666666667em;
  }
}
#night_theater .p-top_content,
#night_theater .p_content {
  padding: 7.5em 0 9.75em;
}
#night_theater .p-top_content.bottom-0,
#night_theater .p_content.bottom-0 {
  padding-bottom: 0px;
}
#night_theater .p_content {
  background: none;
}
@media screen and (max-width: 545px) {
  #night_theater .p-top_content,
  #night_theater .p_content {
    padding: 1.875em 0;
  }
}
#night_theater .second-bg {
  padding: 5.625em 0 7.5em;
  background: url(../images/index/about_bg.jpg);
  background-color: #f4f0e7;
  background-size: cover;
  background-position: bottom center;
}
#night_theater .second-bg.type2 {
  background: url(../images/index/about_bg2.jpg);
  background-color: #f4f0e7;
  background-size: cover;
  background-position: bottom center;
}
#night_theater .index_information {
  margin-left: 0px;
  padding-left: 0px;
}
#night_theater .index_information li {
  margin: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 575px) {
  #night_theater .index_information li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#night_theater .index_information li span {
  -ms-flex-preferred-size: 115px;
  flex-basis: 115px;
  margin-right: 15px;
  padding-right: 10px;
  border-right: 1px #bbb solid;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
#night_theater .index_information li span:before {
  content: "";
  font-family: "Bootstrap-icons";
  font-size: 13px;
  margin-right: 5px;
}
#night_theater .index_information li span.date {
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  font-size: 14px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 575px) {
  #night_theater .index_information li span.date {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (max-width: 575px) {
  #night_theater .index_information li span {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-weight: 600;
    border-right: none;
  }
  #night_theater .index_information li span:before {
    content: none;
  }
}
#night_theater .index_information li a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#night_theater .index_information li ul {
  width: 100%;
}
#night_theater .index_information li ul li {
  margin-top: 0px;
}
@media screen and (max-width: 575px) {
  #night_theater .index_information li ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#night_theater .index_information li ul li span {
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  margin-right: 15px;
  padding-right: 10px;
  border-right: 1px #bbb solid;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
#night_theater .index_information li ul li span:before {
  content: none;
}
#night_theater .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 10px 30px 10px 10px !important;
  background: #fff !important;
}
#night_theater ul.information {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 60px;
}
#night_theater ul.information li {
  padding: 10px 5px 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 17px;
  border-bottom: 1px #454545 dotted;
}
@media screen and (max-width: 575px) {
  #night_theater ul.information li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#night_theater ul.information li span {
  -ms-flex-preferred-size: 115px;
  flex-basis: 115px;
  margin-right: 15px;
  padding-right: 10px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
#night_theater ul.information li span:before {
  content: "";
  font-family: "Bootstrap-icons";
  font-size: 13px;
  margin-right: 5px;
}
#night_theater ul.information li span.date {
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  font-size: 14px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media screen and (max-width: 575px) {
  #night_theater ul.information li span.date {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (max-width: 575px) {
  #night_theater ul.information li span {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
#night_theater ul.information li a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#night_theater .bottom-0 {
  padding-bottom: 0px;
}
#night_theater .bottom-50 {
  padding-bottom: 50px;
}
#night_theater .top-0 {
  padding-top: 0px;
}
#night_theater .top-50 {
  padding-top: 50px;
}
#night_theater .img-fluid {
  width: 100%;
}
#night_theater .img-rounded {
  width: 90%;
  margin: 20px auto;
}
#night_theater .img-rounded img {
  border-radius: 50%;
}
#night_theater #map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#night_theater .table-bordered th {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  vertical-align: middle;
}
#night_theater .table-bordered th.w5 {
  width: 15%;
}
#night_theater .table-bordered td {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  vertical-align: middle;
}
#night_theater ul.circle {
  margin-left: 0px;
  list-style: disc;
}
#night_theater ul.circle li {
  line-height: 2;
}
#night_theater ul.decimal {
  margin-left: 0px;
  padding-left: 20px;
  list-style: decimal;
  font-family: "Plus Jakarta Sans", sans-serif;
}
#night_theater ul.decimal li {
  line-height: 2;
}
#night_theater .btn.btn-primary {
  background-color: #f4f0e7;
  border: 1px #f4f0e7 solid;
  color: #222;
  font-weight: 600;
  padding: 15px 30px;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#night_theater .btn.btn-primary:hover {
  -webkit-box-shadow: 0px 8px 20px -2px rgba(10, 10, 10, 0.1),
    0px 0px 0px 1px rgba(10, 10, 10, 0.02);
  box-shadow: 0px 8px 20px -2px rgba(10, 10, 10, 0.1),
    0px 0px 0px 1px rgba(10, 10, 10, 0.02);
  border-bottom-color: #fff;
}
#night_theater .btn.btn-primary:after {
  content: "";
  font-family: "Bootstrap-icons";
  font-size: 24px;
  font-weight: 400;
}
#night_theater .btn.btn-primary.type-green {
  background-color: #00693e;
  border: 1px #00693e solid;
  color: #fff;
}
#night_theater .btn.btn-primary.type-green:hover {
  -webkit-box-shadow: 0px 8px 20px -2px rgba(10, 10, 10, 0.1),
    0px 0px 0px 1px rgba(10, 10, 10, 0.02);
  box-shadow: 0px 8px 20px -2px rgba(10, 10, 10, 0.1),
    0px 0px 0px 1px rgba(10, 10, 10, 0.02);
}
#night_theater .h_shadow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#night_theater .h_shadow img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#night_theater .h_shadow:hover img {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 8px 20px -2px rgba(10, 10, 10, 0.1),
    0px 0px 0px 1px rgba(10, 10, 10, 0.02);
  box-shadow: 0px 8px 20px -2px rgba(10, 10, 10, 0.1),
    0px 0px 0px 1px rgba(10, 10, 10, 0.02);
}
#night_theater .tab-content {
  overflow: visible;
}
#night_theater .tab-content h3 {
  font-size: 1.875em;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 575px) {
  #night_theater .tab-content h3 {
    font-size: 1.375em;
  }
}
#night_theater .tab-content h4 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  #night_theater .tab-content h4 {
    font-size: 1.125em;
  }
}
#night_theater .list-group a.list-group-item.active {
  background: #333;
  border-color: #333;
}
#night_theater .tate {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 991px) {
  #night_theater .tate {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    padding-bottom: 20px;
  }
}
#night_theater .h3_title {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  #night_theater .h3_title {
    font-size: 18px;
  }
}
#night_theater .spirits {
  font-family: "Caveat", cursive;
  font-size: 60px;
  color: hsla(0, 0%, 100%, 0.5);
  margin: -50px 0px 0px 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 575px) {
  #night_theater .spirits {
    font-size: 36px;
    margin: -20px 0px 0px 10px;
  }
}
#night_theater .thumbnail {
  margin-top: 10px;
}
#night_theater .thumbnail .thumbnail-img img {
  width: calc(100% - 5px);
}
#night_theater .text-primary {
  color: #00693e !important;
}
#night_theater .long_arrow_link_white {
  position: relative;
  display: inline-block;
  padding: 0 0 0 120px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
}
#night_theater .long_arrow_link_white:after,
#night_theater .long_arrow_link_white:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#night_theater .long_arrow_link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 120px;
  color: #333;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
}
#night_theater .long_arrow_link:after,
#night_theater .long_arrow_link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#night_theater .arrow_wide:before {
  left: 3px;
  width: 100px;
  height: 1px;
  background: #fff;
}
#night_theater .arrow_wide:after {
  right: 3px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#night_theater .arrow_wide_normal:before {
  left: 3px;
  width: 100px;
  height: 1px;
  background: #333;
}
#night_theater .arrow_wide_normal:after {
  left: 92px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#night_theater .mt-100 {
  margin-top: 20vh;
}
@media screen and (max-width: 991px) {
  #night_theater .mt-100 {
    margin-top: 0;
  }
}
#night_theater .menu-section {
  margin: 50px 0px;
  margin-left: calc(var(--header-width) * 1px * 0.85);
}
#night_theater .menus img {
  width: calc(100% - 10px);
}
#night_theater .demae_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#night_theater .demae_title .demae_img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #night_theater .demae_title .demae_img {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }
}
@media screen and (max-width: 767px) {
  #night_theater .demae_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#night_theater .takelogo {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  #night_theater .takelogo {
    width: 40%;
  }
}
#night_theater .subvisual {
  position: relative;
}
#night_theater .subvisual:after {
  content: "";
  width: 1px;
  height: 60px;
  background: #222;
  position: absolute;
  bottom: -60px;
  left: 50%;
}
@media screen and (max-width: 575px) {
  #night_theater .subvisual:after {
    bottom: -20px;
    height: 20px;
  }
}
#night_theater .takeout_shop {
  margin: 30px 0px 0px;
  padding-bottom: 30px;
  border-bottom: 1px #666 dotted;
}
#night_theater .takeout_shop .shopname {
  padding: 5px 0px;
  text-align: center;
  color: #fff;
  background: #00693e;
  font-weight: 600;
  margin-bottom: 0px;
}
#night_theater .takeout_shop .shop_img {
  margin-bottom: 10px;
}
#night_theater .takeout_shop .shop_info_add,
#night_theater .takeout_shop .shop_info_tel,
#night_theater .takeout_shop .shop_info_time {
  margin: 5px 10px;
  font-size: 14px;
}
#night_theater .takeout_shop .shop_info_tel {
  text-indent: -1.8em;
  margin-left: 3em;
}
#night_theater .takeout_shop .shop_info_tel:before {
  content: "";
  font-family: "Bootstrap-icons";
  margin-right: 10px;
}
#night_theater .takeout_shop .shop_info_time {
  text-indent: -1.8em;
  margin-left: 3em;
}
#night_theater .takeout_shop .shop_info_time:before {
  content: "";
  font-family: "Bootstrap-icons";
  margin-right: 10px;
}
#night_theater .f_info {
  display: none;
}
@media screen and (max-width: 991px) {
  #night_theater .f_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 90;
    height: 50px;
    overflow: hidden;
    background: #fefefe;
    width: 100%;
    border-top: 1px #ddd solid;
  }
}
#night_theater .f_info .f_info_time {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#night_theater .f_info .f_info_time .sma {
  margin: 0;
  margin-right: 10px;
  font-size: 13px;
}
#night_theater .f_info .f_info_time .mait_time {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: "Roboto", sans-serif;
}
#night_theater .f_info .f_info_time .mait_time span {
  font-size: 16px;
}
#night_theater .f_info .f_info_tel {
  margin: 0;
  background: #ebebeb;
}
#night_theater .f_info .f_info_tel a {
  padding: 0px 40px;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  margin: 0px;
}
#night_theater .element {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
#night_theater .is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#night_theater .goto_ {
  margin-top: 60px;
}
@media screen and (max-width: 575px) {
  #night_theater .goto_ {
    margin-top: 30px;
  }
}
#night_theater .hospis {
  margin-top: 20px;
}
#night_theater #img-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#night_theater #img-container .item {
  margin: 10px;
  width: 25vw;
  padding: 8px;
  border: 1px solid #eee;
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  #night_theater #img-container .item {
    width: 100%;
  }
}
#night_theater #img-container .item.x1 {
  width: 15vw;
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  #night_theater #img-container .item.x1 {
    width: 100%;
  }
}
#night_theater #img-container .item.x2 {
  width: 40vw;
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  #night_theater #img-container .item.x2 {
    width: 100%;
  }
}
#night_theater #img-container .item img {
  width: 100%;
}
#night_theater .gold {
  color: #ebcc5e;
}
#night_theater .h4_title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}
#night_theater p.text-green {
  font-size: 14px;
  color: #006b3b;
}
#night_theater p.mincho_lead {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -1px;
}
#night_theater .h3_iki {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 44px;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 1.2;
}
#night_theater .h4_iki {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px #0a0a0a solid;
}
#night_theater .no-padding {
  padding-top: 0px;
}
#night_theater .wineimg {
  padding-top: 30px;
  background: #f4f0e7 url(../images/drink_menu/wine_img.png) no-repeat;
  background-position: right center;
  background-size: 40%;
}
#night_theater .sakeimg {
  padding-top: 30px;
  background: #f4f0e7 url(../images/drink_menu/sake_img.png) no-repeat;
  background-position: right center;
  background-size: 40%;
}
#night_theater .menu_lead {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 600;
}
#night_theater .img-caption {
  margin: 5px 10px 20px;
}
#night_theater .img-caption:before {
  content: "";
  font-family: "Bootstrap-icons";
  font-size: 13px;
  margin-right: 5px;
}
#night_theater .menu-footer {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px #a7a7a7 solid;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #night_theater .menu_lead,
  #night_theater .menu-footer {
    font-size: 15px;
  }
}
#night_theater .course {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#night_theater .course .c-name {
  width: 80px;
  height: 80px;
  display: grid;
  place-content: center;
  font-size: 40px;
  background: #c69f01;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}
#night_theater .course .h3_title {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0px;
}
#night_theater ul li.caption {
  margin-left: -1em;
  text-indent: -1em;
}
#night_theater .l-main {
  margin: 0px;
  background: #1b1e4b url(../images/index/bg.jpg) no-repeat;
  background-size: contain;
  background-position: bottom center;
  padding-bottom: 30vw;
}
#night_theater .container {
  margin: auto;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
#night_theater section {
  padding: 60px 0px 20px;
  margin: auto !important;
}
#night_theater section.section-padding {
  padding-bottom: 120px;
}
@media screen and (max-width: 575px) {
  #night_theater section.section-padding {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  #night_theater section {
    padding: 50px 0px 0px;
  }
}
#night_theater a {
  color: #0f79aa;
  font-size: 15px;
}
#night_theater a:hover {
  color: #cdddec;
  background: none !important;
}
@media screen and (max-width: 575px) {
  #night_theater a {
    font-size: 14px;
    line-height: 1.6;
  }
}
#night_theater h5 {
  font-size: 17px;
  font-weight: 600;
}
#night_theater dl {
  font-size: 16px;
  margin-bottom: 0px;
  padding: 10px 0px;
  display: grid;
  grid-template-columns: 120px 1fr;
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
}
#night_theater dl dt,
#night_theater dl dd {
  padding: 0;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  #night_theater dl {
    font-size: 14px;
    line-height: 1.6;
    display: block;
  }
}
#night_theater p,
#night_theater ul {
  font-size: 16px;
  line-height: 2;
  color: #3d3d3d;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  #night_theater p,
  #night_theater ul {
    font-size: 14px;
    line-height: 1.6;
  }
}
#night_theater p.lead {
  font-weight: 600;
  font-size: clamp(1.375rem, 2vw + 1rem, 2rem);
  line-height: 2;
  margin-top: -300px;
}
@media screen and (max-width: 991px) {
  #night_theater p.lead {
    margin-top: 20px;
    line-height: 1.7;
    font-size: 20px;
  }
}
#night_theater .h2_lead {
  font-family: "Luckiest Guy", cursive;
  font-size: 14px;
  letter-spacing: 2px;
}
#night_theater p.caption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
}
#night_theater ul.decimal li {
  font-size: 16px;
  line-height: 2.1;
}
@media screen and (max-width: 575px) {
  #night_theater ul.decimal li {
    font-size: 14px;
  }
}
#night_theater ul.num {
  font-size: 16px;
  line-height: 2.1;
  list-style: decimal;
}
#night_theater .text-white {
  color: #fff;
}
#night_theater .btn-primary {
  font-size: 16px !important;
  min-width: 260px;
  text-align: center;
  padding: 15px 20px;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  border-radius: 0px !important;
  border: 1px #fff solid !important;
  background: none !important;
}
#night_theater .btn-primary:hover {
  background: #fff !important;
  color: #0f79aa !important;
}
@media screen and (max-width: 575px) {
  #night_theater .btn-primary {
    display: block;
    padding: 6px 10px !important;
    margin-bottom: 20px !important;
    height: auto !important;
    font-size: 14px !important;
  }
}
#night_theater .btn-secondly {
  font-size: 16px !important;
  min-width: 260px;
  text-align: center;
  line-height: 1 !important;
  padding: 20px 20px !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  border-radius: 0px !important;
  border: 1px #0f79aa solid !important;
  background: #0f79aa !important;
  color: #fff;
}
#night_theater .btn-secondly:hover {
  background: #fff !important;
  color: #0f79aa !important;
}
@media screen and (max-width: 575px) {
  #night_theater .btn-secondly {
    display: block;
    padding: 6px 10px !important;
    margin-bottom: 20px !important;
    height: auto !important;
    font-size: 14px !important;
  }
}
#night_theater .cm-h {
  background: #2cb8e2;
  background-size: contain;
}
#night_theater .p-top__mvBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background: none;
}
#night_theater .p-top__mvBg .p-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/index/sky.jpg);
  background-size: cover;
  background-position: center center;
  opacity: 1;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#night_theater .p-top-body {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
}
#night_theater .p-top-body .mainlogos {
  width: 60%;
  margin: 0 auto;
  z-index: 30;
  position: relative;
  opacity: 1;
  margin-top: -22vw;
}
#night_theater .p-top-body .main_tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 40vw;
  z-index: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#night_theater .p-top-body .main_tr {
  position: absolute;
  top: 0;
  right: 0;
  width: 35vw;
  z-index: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#night_theater .p-top-body .main_bl {
  position: absolute;
  bottom: 4vw;
  left: 0;
  width: 52vw;
  z-index: 4;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#night_theater .p-top-body .main_br {
  position: absolute;
  bottom: -11px;
  right: 0;
  width: 42vw;
  z-index: 6;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#night_theater .p-top-body .main_bc {
  position: absolute;
  bottom: -6vw;
  right: 0;
  width: 100vw;
  z-index: 5;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#night_theater .p-top-body .main_fuji {
  position: absolute;
  bottom: 14vw;
  left: 50%;
  width: 26vw;
  z-index: 2;
  margin-left: -13vw;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#night_theater .p-top-body .main_c1 {
  position: absolute;
  top: 5vh;
  right: 30vw;
  width: 20vw;
  z-index: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#night_theater .p-top-body .main_c2 {
  position: absolute;
  top: 60vh;
  left: 10vw;
  width: 15vw;
  z-index: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#night_theater .p-top-body .main_w {
  position: absolute;
  top: 15vh;
  left: -4vw;
  width: 40vw;
  z-index: 10;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#night_theater .p-top-body .main_m {
  position: absolute;
  top: 18vh;
  right: -3vw;
  width: 30vw;
  z-index: 10;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#night_theater .p-top-body .main_swa {
  position: absolute;
  top: 60vh;
  right: 10vw;
  width: 10vw;
  z-index: 50;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#night_theater .cm-f {
  position: relative;
  background: #32425c;
  padding: 10px 0px 10px;
  margin-top: 0px;
}
#night_theater .p-top_content,
#night_theater .p_content {
  padding: 0px;
}
#night_theater [data-aos="fade-right"] {
  -webkit-transform: translate3d(-800px, -100px, 0);
  transform: translate3d(-800px, -100px, 0);
}
#night_theater .p-top__mv {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 850px;
}
#night_theater .p-top__mv.is-show {
  position: relative;
}
@media screen and (max-width: 991px) {
  #night_theater .p-top__mv {
    display: none;
  }
}
#night_theater .p-top_content {
  margin-top: 10vh;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #night_theater .p-top_content {
    margin-top: 0px;
  }
}
#night_theater .title-header {
  margin-top: 80px;
}
#night_theater .title-header .h2_title span {
  font-weight: 600;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: clamp(2.125rem, 2vw + 1rem, 3rem);
  line-height: 2;
}
#night_theater .title-header .h2_title span:nth-child(6n + 1) {
  color: #c6ffdd;
}
#night_theater .title-header .h2_title span:nth-child(6n + 2) {
  color: #f5f7ac;
}
#night_theater .title-header .h2_title span:nth-child(6n + 3) {
  color: #fbd786;
}
#night_theater .title-header .h2_title span:nth-child(6n + 4) {
  color: #ffb59f;
}
#night_theater .title-header .h2_title span:nth-child(6n + 5) {
  color: #f7797d;
}
#night_theater .title-header .h2_title span:nth-child(6n) {
  color: #f84a50;
}
#night_theater .cm-h_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
#night_theater .cm-h_time span.lt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 991px) {
  #night_theater .cm-h_time span.lt {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 991px) {
  #night_theater .cm-h_time {
    display: block;
    text-align: end;
    margin-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  #night_theater .cm-h_time {
    font-size: 16px;
    margin-left: 10px;
  }
  #night_theater .title-header .h2_title span {

  font-size: 30px;
  line-height: 1.4;
}
}
#night_theater .cm-h_time .mait_time {
  margin-top: 10px;
  font-size: 70px;
  font-weight: 600;
  font-family: "Stick No Bills", sans-serif;
}
@media screen and (max-width: 991px) {
  #night_theater .cm-h_time .mait_time {
    font-size: 40px;
    margin: 0px 10px;
  }
}
@media screen and (max-width: 575px) {
  #night_theater .cm-h_time .mait_time {
    font-size: 34px;
    margin: 0px 5px;
  }
}
@media screen and (max-width: 575px) {
  #night_theater .cm-h__menu {
    display: none;
  }
}
#night_theater dl {
  padding: 10px 30px 30px;
  border-bottom: 1px #a1abb7 solid;
}
@media screen and (max-width: 575px) {
  #night_theater dl {
    padding: 10px 10px 10px;
  }
}
#night_theater dl dt {
  font-size: 18px;
  color: #0f79aa;
}
@media screen and (max-width: 575px) {
  #night_theater dl dt {
    font-size: 15px;
  }
}
#night_theater dl dd {
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  #night_theater dl dd {
    font-size: 15px;
  }
}
#night_theater dl dd span {
  font-size: 40px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 575px) {
  #night_theater dl dd span {
    font-size: 24px;
  }
}
#night_theater dl dd ul.newslist {
  margin: 0px;
  padding: 0px;
}
#night_theater dl dd ul.newslist li {
  display: grid;
  grid-template-columns: 50px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
#night_theater dl dd ul.newslist li span {
  color: #a1abb7;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  #night_theater dl dd ul.newslist li {
    display: block;
  }
  #night_theater dl dd ul.newslist li span {
    display: block;
    width: 100%;
  }
}
#night_theater dl.date {
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  #night_theater .main-lead {
    display: block;
  }
}
#night_theater .main-lead .lead {
  padding: 30px 0px;
  position: relative;
  text-align: justify;
}
#night_theater .grade {
width: 100%;
  height: auto;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, #1c4d43),
    to(#1c2049)
  );
  background: linear-gradient(to bottom, #1c4d43 10%, #1c2049 100%);
  margin-top: 0px;
  padding: 0px 0 50px;
}
#night_theater .eventsection {
  
}
#night_theater .eventsection .u-section {
  margin-top: 0px;
  padding-top: 40px;
}
#night_theater .eventsection p {
  color: #fff;
}
#night_theater .eventsection .title-header {

  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #night_theater .eventsection .title-header {

    margin-top: 60px;
  }
}
#night_theater .lt_lead {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 500px;
  font-size: 18px;
  font-weight: 600;
  margin-left: 40px;
  margin-top: 50px;
  width: 100%;
  display: grid;
  place-content: center;
  text-align: start;
}
@media screen and (max-width: 767px) {
  #night_theater .lt_lead {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin: 30px 0px;
    height: auto;
    font-size: 15px;
  }
}
#night_theater .side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #night_theater .side-scroll-list-wrapper {
    height: auto;
  }
}
#night_theater .side-scroll-list {
  position: absolute;
  top: 20px;
  left: 0;
  display: grid;
  grid-template-columns: 300px 120px 530px 120px 600px 120px 500px 120px 500px 500px 500px 100px;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  #night_theater .side-scroll-list {
    position: relative;
    top: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
#night_theater .side-scroll-list2 {
  position: absolute;
  top: 20px;
  left: 0;
  display: grid;
  grid-template-columns: 600px 530px 1100px 500px 100px;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  #night_theater .side-scroll-list2 {
    position: relative;
    top: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
  }
}
#night_theater .eventarea .areaimg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #night_theater .eventarea .areaimg {
    width: 94%;
    margin: 10px auto;
  }
}
#night_theater .eventarea .areainfo {
  width: 90%;
  margin: 10px auto;
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
}
#night_theater .p_news {
  border-top: 1px #ddd solid;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
#night_theater .p_news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  border-bottom: 1px #ddd solid;
  padding: 15px 10px;
}
@media screen and (max-width: 575px) {
  #night_theater .p_news li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #night_theater .p_news li span {
    margin-bottom: 10px;
  }
}
#night_theater .p_news li .date {
  font-size: 13px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-right: 40px;
}
#night_theater .p_news li .date.flag01:before {
  content: "PRESS";
  font-size: 11px;
  font-weight: 600;
  display: inline;
  margin-right: 10px;
  padding: 2px 15px;
  background: #0f79aa;
  color: #fff;
}
#night_theater .p_news li .date.flag02:before {
  content: "TOPICS";
  font-size: 11px;
  font-weight: 600;
  display: inline;
  margin-right: 10px;
  padding: 2px 11px;
  background: #a1abb7;
  color: #fff;
}
#night_theater .p_news li .date.flag03:before {
  content: "EVENT";
  font-size: 11px;
  font-weight: 600;
  display: inline;
  margin-right: 10px;
  padding: 2px 15px;
  background: #152c4b;
  color: #fff;
}
#night_theater .p_news li a {
  width: 100%;
  padding: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 575px) {
  #night_theater .p_news li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.5;
  }
}
#night_theater .p_news_area .data {
  font-size: 13px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-right: 40px;
}
#night_theater .contact {
  padding: 50px 10px 50px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#night_theater .contact .contact-title {
  display: grid;
  place-content: center;
  width: 200px;
  height: 200px;
  background: #0f79aa;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
}
#night_theater .contact .contact-inner {
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  #night_theater .contact .contact-inner {
    font-size: 16px;
  }
}
#night_theater .contact .contact-inner .tel {
  font-size: 36px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  #night_theater .contact .contact-inner .tel {
    font-size: 26px;
    margin-right: 0px;
  }
}
#night_theater .contact .contact-inner .time {
  font-size: 15px;
}
@media screen and (max-width: 575px) {
  #night_theater .contact .contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  #night_theater .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#night_theater .kyosan {
  margin-top: 0px;
  padding-top: 0px;
}
#night_theater .kyosan .u-section {
  margin-top: 0px;
  padding-top: 0px;
}
#night_theater .imghover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#night_theater .imghover:hover {
  opacity: 0.3;
}
#night_theater .u-roboto {
  font-weight: 600;
}
#night_theater .guest-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
#night_theater .guest-wrapper .guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  text-align: start;
}
#night_theater .guest-wrapper .guest p {
  color: #cdddec;
}
#night_theater .guest-wrapper .guest p.eventguest {
  font-size: 15px;
  font-weight: 600;
  color: #efb718;
}
#night_theater .guest-wrapper .guest p.en {
  font-size: 14px;
  font-family: "Roboto";
  margin-top: -5px;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (max-width: 575px) {
  #night_theater .guest-wrapper .guest p.en {
    font-size: 13px;
    letter-spacing: 0px;
  }
}
#night_theater .guest-wrapper .guest p.en span {
  color: #efb718;
}
@media screen and (max-width: 767px) {
  #night_theater .guest-wrapper {
    gap: 10px;
  }
}
#night_theater .eventdetail {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #night_theater .eventdetail {
    display: block;
  }
}
#night_theater .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#night_theater .youtube iframe {
  width: 100%;
  height: 100%;
}
#night_theater .video-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#night_theater .section-effects__video-wrapper,
#night_theater .video-background {
  width: 100%;
}
#night_theater .play {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
@media screen and (max-width: 767px) {
  #night_theater .play {
    grid-template-columns: repeat(2, 1fr);
  }
  #night_theater .video-background {
  width: 150vw;
  margin-left: -12vw;
}
}
#night_theater .banner-wrap {
  margin: 100px auto 60px;
}
#night_theater .table-event tr {
  border: 1px #32425c solid;
}
#night_theater .table-event tr th {
  white-space: nowrap;
  font-size: 14px;
  background: #32425c;
  color: #fff;
  vertical-align: middle;
  padding: 6px 20px;
  border-bottom: 1px #90a5bf solid;
}
#night_theater .table-event tr td {
  background: #fff;
  font-size: 15px;
  text-align: start;
  padding: 6px 10px;
  line-height: 1.8;
}
#night_theater .table-event tr td ul {
  margin-left: 0px;
}
#night_theater .table-event tr td ul li {
  font-size: 15px;
  line-height: 1.6;
}
#night_theater .table-event tr:last-child th {
  border-bottom: none;
}
#night_theater h3.kyosan {
  padding: 5px 20px;
  background: #efb718;
  color: #1b1e4b;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  #night_theater h3.kyosan {
    font-size: 14px;
    text-align: center;
    padding: 10px;
  }
}
#night_theater h3.access {
  padding: 5px 20px;
  background: #18abef;
  color: #fff;
  margin-bottom: 20px;
}
#night_theater #rental {
    padding-top: 5px;
}
#night_theater #rental .u-section {
    margin-top: 0px;
    padding-top: 0px;
}
#night_theater .rentalchair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    .rental_item {
        margin: 40px auto;
        position: relative;
        h3 {
            font-weight: 600;
            font-family: "Noto Sans JP", sans-serif;
            font-size: clamp(1.725rem, 2vw + 1rem, 2.4rem);
            color: #ffffff;
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            span {
                font-weight: 600;
            font-family: "Noto Sans JP", sans-serif;
                display: grid;
                place-content: center;
                width: 40px;
                height: 40px;
                color: #006b3b;
                background: #c6ffdd;
                font-size: 0.75em;
                border-radius: 4px;
                
            }
        }
        h4 {
            font-weight: 600;
            font-family: "Barlow", "Noto Sans JP", sans-serif;
            font-size: clamp(1.525rem, 2vw + 1rem, 1.875em);
            color: #f7797d;
            margin: 20px auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
        .price {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            color: #ffffff;
            font-size: 17px;
            span {
                display: flex;
                align-items: center;
                padding: 2px 15px;
                font-size: 12px;
                font-weight: 500;
                background: #f7797d;
                border-radius: 3px;

            }
            a.btn_buy {
                padding: 5px 20px;
                border-radius: 20px;
                color: #006b3b;
                background: #c6ffdd;
                
            }
            a.btn_buy:hover {
                    background: #5d7868;
                    color: #ffffff;
                }
        }
        p,li {
            color: #ffffff;
            font-size: 14px;
            line-height: 1.5;
        }
        ul {
            margin-left: 1em;
        }
        li {
            list-style:disc;
        }
    }
}
.event-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

@media screen and (max-width: 767px) {
  #night_theater .rentalchair {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .event-info {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
@media screen and (max-width: 575px) {
  #night_theater h3.access {
    font-size: 14px;
    text-align: center;
    padding: 10px;
  }
}
/* 
hamburger(ハンバーガーアイコン)
=================================== */
.header {
  position: absolute; /* headerを追従にする */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: none;
  border: none;
}
.header__inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0px;
  border: none;
  cursor: pointer;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
  width: calc(100% - 80px);
}
.drawer__nav__link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 1rem 1rem;
  border-bottom: solid 1px lightgray;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .drawer__button {
    width: 3rem;
    height: 3rem;
  }
  .header__inner {
  justify-content: flex-start;
}
}