@charset "UTF-8";

/* ------------------------------------------------------------
*
main
*
------------------------------------------------------------ */
.trailer_base {
  display: none;
}

#gnav li a {
  color: #000;
  padding: .63rem 1rem;
}

.inner {
  position: relative;
}

#main_visual {
  position: relative;
  overflow: hidden;
  margin-top: 38px;
}

.visual_slider img {
  width: 100%;
}

#top #main_visual .pic_full {
  margin-bottom: 0;
  text-align: center;
}

#top #main_visual .pic_full img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: .5s;
  transition-timing-function: ease-in;
}

#top #main_visual.anim .pic_full img {
  transition-delay: 1s;
  opacity: 1;
}

#main_visual .visual_inner {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 980px;
  height: 100%;
}

#main_visual .award,
#main_visual .logo_txt,
#main_visual .visual_copy {
  position: absolute;
  right: 0;
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: .5s;
  /* transition-timing-function: cubic-bezier(.25,.25,.75,.75); */
  transition-timing-function: ease-in;
}


#main_visual .visual_logo {
  margin: 0 auto;
  position: absolute;
  top: 7.9vw;
  left: 13vw;
  width: 25.8rem;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in;
}


#main_visual.anim .visual_logo {
  transition-delay: 1.5s;
  opacity: 1;
}


#main_visual .visual_copy {
  bottom: 1.5rem;
  color: var(--main_color);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

#main_visual.anim .visual_copy {
  opacity: 1;
  transition-delay: 3.3s;
}

/* .sns {
  margin: 0 auto;
  padding-bottom: 2rem;
  width: 192px;
  overflow: hidden;
}

.sns li {
  float: left;
  margin: 0 26px;
  width: 44px;
  text-align: center;
}

.sns li a {
  color: #FFE422;
  font-size: 44px;
}

.sns li a:hover {
  opacity: 0.6;
} */

.trailer {
  display: none;
}

.tit_wrp {
  margin-bottom: 1.5rem;
  display: flex;
}

.mext {
  margin-top: 1rem;
}

.mext p {
  display: inline;
  padding: 0 .5rem .1rem;
  border: 1px #666 solid;
  font-size: .8rem;
  font-weight: normal;
}



/* ------------------------------------------------------------
*
content
*
------------------------------------------------------------ */

/* .bg_fix {
  position: relative;
  z-index: -10;
} */

.section.bg_2 {
  color: #333;
}

.section.bg_2 .title {
  color: #FF5522;
}

/* .section .inner {
  overflow: hidden;
} */

.section .sub_tit {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
}

.section .copy {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.section .copy_l{
  color: #fff;
  font-size: 1.62rem;
  line-height: 1.8;
}

.section .copy_lg {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.4;
}

.copy_lg .copy_sm {
  font-size: 2rem;
}

.section .copy_m {
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
}

.nowrap {
  white-space: nowrap;
}

.f_serif {
  font-family: var(--font_secondary);
}

.section .s_copy {
  margin-bottom: 1.2rem;
  color: var(--main_color);
  font-size: 1.38rem;
  font-weight: bold;
  line-height: 1.7;
}

.section .s_copy span {
  font-size: 1rem;
}

.section .lead {
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
}

.section .desc {
  margin-bottom: 2.8rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  color: #000;
}

.section .desc:last-child p:last-child {
  margin-bottom: 0;
}

.section .desc:last-of-type {
  margin-bottom: 0;
}

.section .desc.mg_bm {
  margin-bottom: 1rem;
}

.section .desc p:not(.s_copy) {
  margin-bottom: 2rem;
}

.section .desc .about {
  text-align: center;
  font-weight: bold;
}

.section .name {
  margin-bottom: 0;
  color: var(--key_color_1);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.section .name span {
  font-size: 1rem;
}

.section .role {
  margin-bottom: .2rem;
  font-size: 1.13rem;
}

.section .name_jp {
  margin-top: .2rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.section .desc .pic {
  margin-bottom: 1rem;
}

.section .desc .sm_txt {
  font-size: 0.9em;
}

.section .desc b {
  font-weight: bold;
}

.c_black {
  color: var(--main_color_2) !important;
}

.c_key_c_1 {
  color: var(--key_color_1) !important;
}

.section .cap {
  margin-top: 3px;
  font-size: .88rem;
}

.section_bg {
  position: relative;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 582px;
}

.sect_cont {
  padding: 3.8rem 0 5rem;
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.block:after {
  content: "";
  display: block;
  clear: both;
}

.link_btn {
  margin-top: 1.9rem;
  text-align: center;
  font-size: 1rem;
}

.link_btn a {
  display: block;
  padding: 1rem;
  border: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
}

.comment_t {
  margin: 1.5rem 0 0.3rem;
  padding: 0 0 0.2rem 1rem;
  width: 7em;
  background-color: #333;
  color: #FFF;
  font-size: 0.9em;
}

.parallaxParent {
  height: 500px;
  overflow: hidden;
}

.parallaxParent>* {
  height: 200%;
  position: relative;
  top: -100%;
  background-size: cover;
  background-position: center;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../elements/webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype")
}

/*
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
*/

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../elements/webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

.btn-more {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0.7rem auto 0;
  width: 207px;
  height: 40px;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  font-size: 0.95rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-more:before {
  position: absolute;
  top: 50%;
  right: 10%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  font-weight: 900;
  content: "\f107";
  vertical-align: middle;
  transform: translateY(-50%);
}

/* .expanded .btn-more:before {
  content: "\f106";
}

.expandible .ds-row {
  padding-top: 2.8rem;
  border-top: 1px solid #999;
}

.expandible .ds-row:first-child {
  padding: 0;
  border: none;
}

.expandible.expanded .ds-row:first-child {
  padding-bottom: 0.6rem;
}
 */
.pp_content {
  padding: 3.25rem;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.pp_content.overflow_y {
  height: 480px;
  overflow-y: scroll;
}

.pp_content .name {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-family: var(--tit_font);
  font-weight: 500;
  line-height: 1.4;
}

.pp_content .comment .name {
  margin-bottom: 1rem;
}

.pp_content .desc {
  font-size: 1rem;
  line-height: 1.8;
}

.pp_content .desc:not(:last-child) {
  margin-bottom: 1.5rem;
}

.pp_content .comment p {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 2;
}

.title--white {
  color: #fff;
}

.g_icon::before {
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 24px;
  height: 15.3px;
  background: url(../img/g_icon.png) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}


/* --------------------------------
*
vblock
*
---------------------------------- */
#vblock {
  padding-bottom: .5rem;
  display: block;
  color: var(--main_color);
  text-align: center;
}

#vblock .inner {
  max-width: 1200px;
}

#vblock .award {
  margin-top: 2rem;
}

#vblock .award img{
  margin: 0 auto;
  width: 746px;
}

.th .message {
  margin-bottom: 1.4rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.th .mcopy {
  color: #888;
  font-size: 1.13rem;
  font-weight: 700;
}

.th .actor {
  margin-top: .6rem;
  color: #888;
}

.th .actor span {
  font-size: .75rem;
}

#vblock .billing {
  margin-bottom: 1.3rem;
}


#vblock .name {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}

#vblock .director {
  margin-top: 1rem;
  font-size: 1rem;
}

#vblock .bn_kurashiki, #vblock .bn_ticket {
  margin: 0 auto 2rem;
  max-width: 344px;
}

#vblock .bn {
  margin: 0 auto 2rem;
}
#vblock .bn ul {
  display: flex;
  justify-content: center;
}
#vblock .bn li {
  max-width: 344px;
  margin: 0 .5rem;
}


.sponser {
  margin: 0 auto 2.6rem;
  max-width: 987px;
}

/* --------------------------------
*
trailer_wrap
*
---------------------------------- */
.trailer_wrp {
  background-color: #000;
}

.trailer_wrp .cboxIframe {
  background: #000;
}

.trailer_wrp #cboxContent {
  background: #000;
  margin-top: 40px;
  overflow: visible;
}

.trailer_wrp #cboxContent #cboxClose {
  position: absolute;
  top: -40px;
  right: 0;
  background: url(../img/close_btn.png) no-repeat 0 0;
  background-color: transparent;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: none;
  outline: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.trailer_wrp #cboxContent #cboxClose::before {
  content: "";
}

.trailer_mov {
  margin: 0 auto;
  padding-bottom: 5rem;
  width: 625px;
}

.trailer_mov iframe {
  width: 100%;
}

[data-aos=fade-left] {
  transform: translate3d(-7%, 0, 0);
  /* opacity:1; */
}

[data-aos^=fade-down][data-aos^=fade-down].title_jp {
  transform: translate3d(0, -10%, 0);
}

[data-aos^=fade-down][data-aos^=fade-down].aos-animate.title_jp {
  transform: translateZ(0);
}

#trailer {
  background-color: #111;
}

#trailer .tit_wrp {
  margin-bottom: 1.3rem;
}

#trailer .title_jp {
  padding-left: 5.9rem;
}

#trailer iframe {
  display: block;
  margin: 0 auto;
  width: 952px;
  height: 536px;
}

/* --------------------------------
  *
  introduction
  *
---------------------------------- */
#introduction {
  background: #66bec9;
}

#introduction .tit_wrp {
  margin-bottom: 0;
}

#introduction .title {
  margin-bottom: .6rem;
}

#introduction .copy_s{
  font-size: 1rem;
  font-weight: bold;
}

#introduction .sec_copy {
  margin-bottom: 2rem;
}

#introduction .sec_copy.mt-0 {
  margin-top: 0;
}

#introduction .desc {
  margin-bottom: 2rem;
}

#introduction.section .copy {
  margin-bottom: .3rem;
}

#introduction .desc.mb-0 {
  margin-bottom: 0;
}

#introduction .desc a {
  color: #000;
}

/* --------------------------------
*
story
*
---------------------------------- */
#story {
  padding-bottom: 3.6rem;
  background: #91b713;
}

#story .tit_wrp{
  margin-bottom: 1.9rem;
}
#story .sec_copy{
  margin-bottom: 1.5rem;
}


/* --------------------------------
  *
  cast
  *
---------------------------------- */
#cast {
  padding-bottom: .8rem;
}

#cast .dcol {
  margin-bottom: 4rem;
}

.section .dcol .name{
  color: var(--key_color_1);
  font-family: var(--tit_font);
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 400;
}

#cast .dcol .desc {
  margin-top: .9rem;
}

#cast .desc p {
  margin-bottom: 0;
}

#cast .dcol .name {
  font-size: 1.875rem;
}

#cast .role {
  margin-bottom: 0.5rem !important;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

#cast .role span {
  padding-right: 1.1rem;
  font-size: 1rem;
  font-weight: 400;
}

#cast .profile , #staff .profile {
  width: 122px;
}

#cast .profile a , #staff .profile a{
  padding: 0 1rem .1rem;
  border: 1px solid var(--key_color_1);
  border-radius: 30px;
  background: var(--key_color_1);
  text-decoration: none;
  color: #fff;
  font-size: .9rem;
}

#cast .profile a:hover , #staff .profile a:hover{
  opacity: .75;
}

.pp_content {
  padding: 3rem 3.25rem 2rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.pp_content .profile .name {
  color: var(--key_color_1);
  font-family: var(--tit_font);
  font-size: 2.25rem;
  line-height: 1;
}

.pp_content .profile .name span {
  font-family: var(--base_font);
  font-size: 1.1rem;
}

.pp_content .profile p {
  margin-bottom: 1.25rem;
  font-size: .95rem;
  line-height: 1.74;
}

.pp_content .profile .nts {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

/* --------------------------------
*
Music
*
---------------------------------- */

#music {
  background: #BF87BB;
}

#music .music_row {
  margin-bottom: 5rem;
}

#music .music_row:last-child {
  margin-bottom: 0;
}

#music .music_col .pic {
  margin: 4rem 0 0 2rem;
  width: 256px;
  float: right;
  clear: both;
}

#music .n_wrp {
  margin-bottom: 1rem;
}

#music .music_role {
  margin-bottom: 1.2rem;
  font-size: 2.25rem;
  font-weight: bold;
}

#music .name {
  margin-bottom: .6rem;
  font-size: 2rem;
}

#music .role {
  color: #000;
  font-size: 1rem;
}

#music .role span {
  font-size: 1.37rem;
  font-weight: bold;
}

#music .desc p {
  color: #333;
  font-size: .9rem;
}


/* --------------------------------
*
staff
*
---------------------------------- */
#staff {
  background: #E2AA5E;
  padding-bottom: 2rem;
}

#staff .dcol {
  margin: 0 2.5rem 3rem 0;
}

#staff .dcolumns_md_3 .dcol {
  width: calc((100% - 5rem) / 3);
}

#staff .tit_wrp{
  margin-bottom: 1.6rem;
}

#staff .role{
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 2.3;
  font-weight: 400;
  color: #000;
}

#staff .name{
  margin-bottom: .4rem;
  color: #fff;
  font-size: 1.75rem;
}

#staff .name_jp {
  margin-bottom: .4rem;
  font-size: 1.12rem;
  font-weight: bold;
  color: #000;
}


/* --------------------------------
*
Message
*
---------------------------------- */

#message {
  background: #B267A1;
}

#message .tit_wrp{
  margin-bottom: 2.4rem;
}

.message_row:not(:last-child) {
  margin-bottom: 4rem;
}

#message .n_wrp{
  margin-bottom: .8rem;
}

#message .name {
  color: #fff;
  font-size: 2.75rem;
  font-family: "Kanit", serif;
  font-weight: 500;
}

#message .name_jp{
  margin-top: .5rem;
  font-size: 1.25rem;
}

#message .message_row ::after {
  clear: both;
  display: block;
}

#message .pic{
  margin-bottom: .1rem;
  width: 240px;
  height: 240px;
  margin-left: 20px;
  object-fit: cover;
  float: right;
  clear: both;
}

#message .desc{
  color: #fff;
}

/* --------------------------------
*
review
*
---------------------------------- */
#review {
  background-color: #d9bb15;
}

#review .title span {
  margin-left: 1rem;
  font-size: 1rem;
}

#review .s_copy {
  margin-bottom: .5rem;
  color: #fff;
  line-height: 1.6;

}
#review .dcol {
  margin-top: 2.5rem;
}

@media screen and (min-width:768px) {
  #review .dcolumns_md_2 .dcol:nth-child(1),#review .dcolumns_md_2 .dcol:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (max-width:767px) {
  #review .dcolumns_md_2 .dcol:nth-child(1) {
    margin-top: 0;
  }

  #review .title {
    line-height: 1;
  }


  #review .title span {
    display: block;
    margin-left: 0;
    margin-top: 1rem;
  }
}

/* --------------------------------
*
theater
*
---------------------------------- */
#theater {
  padding-bottom: 5rem;
  background-color: #FFF;
  color: #666;
}

#theater a {
  color: var(--key_color_1);
}

#theater .copy {
  padding-bottom: .5rem;
  color: var(--key_color_1);
  font-size: 1.75rem;
}

.theater_bnr {
  padding-top: 1.25rem;
  margin-bottom: 3rem;
  border-top: 1px dashed #333;

}

.theater_bnr__block {
  margin-bottom: 1.25rem;
  padding: 0 0 2rem;
  border-bottom: 1px dashed #333;
  color: var(--main_color);
  line-height: 1.5;
}
.theater_bnr__block .th_name {
  font-size: 1.625rem;
}

.theater_bnr__block .ticket_type {
  margin-top: .25rem;
  color: var(--key_color_1);
  font-weight: 700;
}

.theater_bnr__block .ticket_bn {
  margin: .5rem 0;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.35;
}

.theater_bnr__block .seven_logo {
  margin-bottom: .9rem;
  width: 228px;
}

#theater .theater_bnr__block .btn {
  margin-top: 1rem;
}

#theater .theater_bnr__block .btn a {
  padding: .55rem 1.49rem;
  display: inline-flex;
  color: #fff;
  font-size: 1rem;
  border-radius: 37px;
}

#theater .theater_bnr .caution {
  color: #B71254;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width:768px) {
  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .dcolumns_md_45 .dcol:first-child {
    width: 45%;
    margin-right: 2rem;
  }

  .dcolumns_md_45 .dcol:last-child {
    width: 51%;
    margin-right:0;
  }

  .dcolumns_md_35 .dcol:first-child {
    width: 32%;
    margin-right: 2rem;
  }

  .dcolumns_md_35 .dcol:last-child {
    width: 59.5%;
    margin-right:0;
  }

  .dcolumns_md_45_2 .dcol:first-child {
    width: 40%;
    margin-right: 2rem;
  }

  .dcolumns_md_45_2 .dcol:last-child {
    width: 56.1%;
    margin-right:0;
  }
}

#theater .ac_wrp {
  margin-bottom: 2rem;
}

#theater .btn_wrap {
  margin: 0 0 60px;
}

#theater .btn-info a{
  position: relative;
  padding: .6rem 1rem;
  min-width: 448px;
  color: #fff;
  display: inline-block;
  border-radius: .5rem;
  font-size: 1.13rem;
}

.dn_arrow:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
	border-top: 16px solid #fff;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
  vertical-align: middle;
  top: 19px;
  right: 17px;
  transition: all .2s;
}

.dn_arrow.opened:after {
  transform: rotate(180deg) translateY(2px);
}

.tg_content {
  display: none;
}

.th_icon_wrap {
  width: 352px;
  margin: 0 auto 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 2rem;
}

.th_icon_wrap li{
  width: 96px;
}

#theater .ac_wrp .desc {
  margin-top: -20px;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width:767px) {
  #theater .btn_wrap {
    margin: 0 0 30px;
  }

  #theater .btn-info a {
    padding: 0.7rem 1rem;
    min-width: 100%;
    font-size: 1rem;
  }

  .dn_arrow:after {
    border-top: 14px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }

  .th_icon_wrap {
    width: 79.4vw;
    gap: 0 1.6rem;
  }

  .th_icon_wrap li{
    width: 21.4vw;
  }

  #theater .ac_wrp .desc {
    margin-top: 0;
  }

  #theater .desc p:not(.s_copy) {
    margin-bottom: 1.4rem;
  }
}



.theater_bnr__block .mvtk {
  margin-top: 1.2rem;
}

#theater .tit_wrp {
  margin-bottom: 3.6rem;
}

#theater .th_1 {
  margin-top: 3rem;
}

#theater .voucher {
  position: relative;
  display: block;
  width: 591px;
  color: #333;
}

#theater .voucher::after {
  content: "";
  display: block;
  clear: both;
}

#theater .voucher .fl_left {
  margin: 0 auto;
  width: 415px;
  text-align: left;
}

#theater .voucher .fl_left.ti_1 {
  margin: 0.3rem 0 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}

#theater .voucher .fl_left.ti_1 span {
  font-size: .87rem;
  font-weight: 400;
}

#theater .voucher .fl_left.ti_2 {
  margin: .2rem 0 .3rem;
  font-size: 1rem;
  line-height: 1.5;
}

#theater .voucher .fl_left.ti_2 span {
  font-weight: bold;
  line-height: 1.1;
}

#theater .major {
  margin: 3em 0 4rem;
}

#theater .major img {
  width: 400px;
}

#theater .major p {
  margin-top: .5rem;
  font-size: .9rem;
}

#theater .desc {
  position: relative;
  color: #333;
}

#theater .desc .areamenu {
  margin: 3.1rem 0 -0.6rem;
  font-size: 1.1rem;
}

#theater .desc .areamenu a {
  padding-right: 0.3rem;
}

#theater .desc h4 {
  margin: 1.9rem 0 2.5rem;
  padding: 1.9rem 0 0.2rem;
  border-bottom: 1px dashed #333;
  font-size: 1.38rem;
  font-weight: normal;
}

#theater .desc table {
  margin: 0;
  /* font-size: 0.9rem; */
}

#theater .desc table tr {
  border-bottom: 1px solid #333;
}

#theater .desc table th {
  padding-bottom: 0.3rem;
  width: 8%;
  text-align: left;
}

#theater .desc table td {
  padding: 0.6rem 0;
}

#theater .desc table .link {
  width: 11%;
}

#theater .desc table .tel {
  text-align: center;
}

#theater .desc table .ticket {
  width: 3.7%;
  text-align: center;
}

/* --------------------------------
*
banner
*
---------------------------------- */
#sec_banner {
  padding: 2.5rem 0;
  background-color: #fff;
}

.mvtk {
  width: 840px;
}

#sec_banner .mvtk {
  margin: 0 auto;
}

#sec_banner .sponser {
  margin: 0 auto;
  max-width: 837px;
}

#sec_banner .sponser .sponser_list {
  display: flex;
  width: 100%;
  min-height: 80px;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
}

#sec_banner .sponser .spl_1 img {
  width: 200px;
}

#banner {
  margin-bottom: 0.6rem;
  padding: 2rem 0;
  text-align: center;
}

#banner p {
  margin: 0 auto 1.3rem;
  width: 710px;
  background-color: #FFE422;
}

#banner p a {
  display: block;
  padding: 1.3rem 0;
  color: #FFF;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}

#banner p a span {
  font-size: 1.2rem;
}

#banner p a:hover {
  background-color: #600;
}

/* --------------------------------
*
news
*
---------------------------------- */
#news .btn_wrap {
  margin-bottom: 5.5rem;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

/* --------------------------------
*
@media
*
---------------------------------- */

@media (min-width: 768px) and (max-width: 1200px) {
  .icon {
    right: 0;
  }

  /* #main_visual {
    height: 710px;
  }

  #top #main_visual .visual_slider img {
    height: 710px;
  } */

  #cast .name {
    font-size: 4rem;
  }

  #cast .cast_role .role {
    font-size: .75rem;
  }
}

@media (min-width: 768px) {
  .section .desc p:last-child {
    margin-bottom: 0;
  }

  .btn-more:hover {
    border: 1px solid #F00;
    color: #F00;
    text-decoration: none;
  }

  #theater .voucher .pic {
    margin-right: 2rem;
    width: 144px;
  }

  .cast_01 .dcolumns_md_2 .dcol {
    width: calc((100% - 3.75rem)/2);
    margin-right: 3.75rem;
  }

  .cast_01 .dcolumns_md_2 .dcol:nth-child(2n){
    margin-right: 0;
  }

  .cast_02 .dcolumns_md_3 .dcol {
    width: calc((100% - 4.8rem)/3);
    margin-right: 2.4rem;
  }

  .cast_02 .dcolumns_md_3 .dcol:nth-child(3n){
    margin-right: 0;
  }

}

@media (min-width: 768px) and (max-width: 992px) {
  #top #main_visual .visual_inner {
    left: 1rem;
    right: 1rem;
    width: auto;
    max-width: inherit;
  }

  #trailer iframe {
    width: 100%;
  }

  .section .copy_lg {
    font-size: 2.5rem;
  }

  #theater .voucher {
    width: 100%;
  }

  #theater .voucher .fl_left.present {
    width: 100%;
  }

}

@media (max-width: 767px) {

  /* ------------------------------------------------------------
  *
  main
  *
  ------------------------------------------------------------ */
  #main_visual {
    background: #000;
    overflow: hidden;
    margin-top: 0;
  }

  #main_visual .visual_inner {
    left: 1rem;
    right: 1rem;
    width: auto;
    max-width: inherit;
  }

  #top #main_visual .pic_full img {
    width: 100%;
    height: 100vh;
    height: 100svh;
    /* opacity: .78; */
  }

  #main_visual .visual_copy_1,
  #main_visual .visual_copy_2 {
    top: 1.2rem;
    width: 6%;
  }

  /* [data-aos^=fade-down][data-aos^=fade-down] .title_jp {
    transform:translate3d(0, 0, 0);
  } */

  #main_visual .visual_copy_1 {
    left: 12.8vw;
  }

  #main_visual .visual_copy_2 {
    left: 4.2vw;
  }

  #main_visual .visual_logo {
    top: 24vw;
    width: 77.7vw;
    left: 0;
  }


  #main_visual.anim .logo_txt {
    top: 58vw;
    width: 69vw;
  }


  #main_visual .award {
    width: 47vw;
    top: 65%;
  }


  #main_visual .visual_copy {
    font-size: 1rem;
  }

  .icon {
    position: relative;
    float: right;
    top: 0;
    right: 0;
    padding: 1.2rem 0 0;
    width: 128px;
  }


  #main_visual .bn_box {
    background-color: #bcbbb6;
    box-sizing: border-box;
    padding: 2rem 2.4rem;
    text-align: center;
  }

  #main_visual .bn_comment,
  #main_visual .bn_talkevent {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }

  #main_visual .bn_box a {
    display: block;
  }

  #main_visual .bn_talkevent {
    margin: 0 auto;
    width: 80%;
    margin-bottom: 1.5rem;
  }

  .bnr p {
    margin: 0.6rem 0;
  }

  .bnr_row {
    display: block;
    margin: 0 1rem 2.4rem;
  }

  .bnr_row.mb_md {
    margin-bottom: 0;
  }

  .bnr_row .neko,
  .bnr_row .scholar,
  .bnr_row .senkou {
    margin-bottom: 1rem;
    width: 100%;
    height: auto;
  }

  .bnr_row .neko a,
  .bnr_row .scholar a,
  .bnr_row .senkou a {
    padding: 0.6rem;
  }

  .sns {
    padding-bottom: 2.1rem;
    width: 192px;
  }

  .sns li {
    margin: 0 26px;
    width: 44px;
  }

  .sns li a {
    font-size: 44px;
  }

  .inquiry {
    margin-bottom: 1.5rem;
  }

  .mail {
    padding-top: 0.5rem;
    text-align: center;
  }

  .mail a {
    text-decoration: none;
    font-size: 38px;
  }

  .mail a i {
    vertical-align: middle;
  }

  .mail a span {
    padding-left: 1.5rem;
    font-size: 0.9rem;
    font-weight: bold;
    vertical-align: middle;
  }

  .mail a:hover span {
    opacity: 0.6;
  }

  #inline img {
    max-width: 350px;
    height: auto;
  }

  .expandible .ds-row {
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .expandible .ds-row:first-child {
    margin-top: 0;
  }

  .tit_wrp {
    margin-bottom: 2.3rem;
    display: block;
  }


  .mext {
    margin-top: 0.5rem;
  }

  .mext p {
    font-size: .5rem;
  }

  /* ------------------------------------------------------------
  *
  content
  *
  ------------------------------------------------------------ */
  .bg {
    background-size: 768px auto;
  }

  .bg_fix {
    padding: 0;
  }

  .section_bg {
    height: 300px;
    background-size: cover;
  }

  #trailer {
    margin-top: -1px;
    padding: 4.3rem 0 4rem;
  }

  /* #trailer .tit_wrp {
    margin-bottom: 2.8rem;
  } */

  #trailer .title_jp {
    padding-left: 0;
  }

  #trailer iframe {
    max-width: 100%;
    height: 233px;
  }

  .trailer_mov {
    padding-bottom: 2.5rem;
    width: 100%;
  }

  .trailer_mov iframe {
    height: 210px;
  }

  .section .copy {
    margin-bottom: .5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .section .copy_m {
    font-size: 1.8rem;
    line-height: 1.7;
  }

  .section .copy_l{
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .section .copy_lg {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .copy_lg .copy_sm {
    font-size: 1.7rem;
  }

  .section .role {
    line-height: 1.4;
  }

  .d-row .info {
    margin-bottom: 1rem;
    max-width: 100%;
  }

  .d-row .info .s_copy {
    line-height: 1.6;
  }

  .d-row .desc {
    max-width: 100%;
  }

  .d-row .pic {
    position: relative;
    top: 0;
    right: 0;
    margin: .9rem 0 1.5rem;
    max-width: 100%;
    text-align: center;
  }

  .d-row .pic img {
    width: 100%;
  }

  .sect_cont {
    padding: 3.6rem 0 4rem;
  }

  .pp_content {
    padding: 3rem 0 0;
    border: none;
    border-radius: 0;
  }

  .pp_content.overflow_y {
    height: auto;

  }

  .pp_content.diagram {
    padding: 5rem 0 0;
  }


  /* --------------------------------
  *
  banner
  *
  ---------------------------------- */

  #banner {
    margin: 0;
  }

  #banner p {
    width: 90%;
  }

  #banner p a {
    padding: 1rem 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  #banner p a span {
    font-size: 1rem;
  }

  .mvtk {
    width: 342px;
    margin: 0 auto 2rem;
  }

  #sec_banner .sponser {
    max-width: auto;
    padding: 0 1rem;
  }

  #sec_banner .sponser .sponser_list {
    width: auto;
    gap: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #sec_banner .sponser_list a {
    display: block;
  }

  #sec_banner .sponser_list li {
    margin-top: 10px;
    width: 50%;
  }

  #sec_banner .sponser .spl_1 img {
    width: 100%;
  }

/*
  #sec_banner .sponser .spl_1 {
    width: 100%;
    text-align: center;
  }
*/

  /* --------------------------------
  *
  vblock
  *
  ---------------------------------- */
  #vblock {
    margin: -1px 0 1.5rem;
    padding-bottom: .75rem;
  }

  #vblock .th {
    padding-top: 2rem;
  }

  #vblock .award img {
    width: 100%;
  }

  #vblock .th .actor {
    margin-bottom: 1.5rem;
    text-align: left;
  }

  #vblock .message {
    margin-bottom: 1.25rem;
    font-size: 1.38rem;
    line-height: 1.5;
  }

  #vblock .mcopy {
    line-height: 1.5;
  }

  #vblock .director {
    margin-bottom: 1.1rem;
  }

  #vblock .billing {
    text-align: left;
  }

  #vblock .th .actor {
    margin-top: 1.25rem;
  }

  #vblock .btn_wrap {
    margin-top: 0;
  }

  #vblock .pic {
    margin: .4rem auto 0;
  }

  #vblock .bn ul {
    display: block;
  }

  #vblock .bn li {
    margin-bottom: 1rem;
  }

  .parallaxParent {
    height: 230px;
    overflow: hidden;
  }

  .sponser {
    max-width: 100%;
  }

  /* --------------------------------
    *
    introduction
    *
  ---------------------------------- */
  #introduction{
    padding: 3rem 0 3.7rem;
  }

  #introduction .tit_wrp {
    margin-bottom: 1.5rem;
  }

  .mb_2_sp {
    margin-bottom: 2rem !important;
  }

  #introduction .copy_lg{
    font-size: 1.5rem;
  }

  #introduction.section .copy {
    margin-bottom: .3rem;
  }

  /* --------------------------------
  *
  story
  *
  ---------------------------------- */
  #story {
    padding: 3.5rem 0 3rem;
  }

  /* --------------------------------
  *
  cast
  *
  ---------------------------------- */
  #cast {
    padding-bottom: 1.5rem;
  }

  #cast .dcol {
    margin-bottom: 2.65rem;
    display: flex;
    flex-direction: column;
  }

  #cast .dcolumns_sp_2 .dcol {
    margin-right: 1.1rem;
    width: calc((100% - 1.1rem)/2);
  }

  #cast .dcolumns_sp_2 .dcol:nth-child(2n) {
    margin-right: 0;
  }

  #cast .dcol .desc {
    margin-top: .4rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  #cast .name {
    padding-top: .5rem;
  }

  #cast .cast_01 .name {
    font-size: 2rem;
  }

  #cast .cast_02 .name {
    padding-top: 0;
    font-size: 1.12rem;
    line-height: 2;
  }

  #cast .role {
    font-size: 1.12rem;
    font-weight: bold;
  }

  #cast .cast_02 .role span {
    padding-right: 0;
    margin-bottom: .4rem;
    display: block;
  }

  #cast .profile , #staff .profile{
    width: 122px;
  }

  #cast .profile {
    margin-top: auto;
  }

  #cast .profile a ,#staff .profile a{
    padding-bottom: .2rem;
  }
  /* .pp_content .profile .name {
    font-size: 2.1rem;
  }
  .pp_content .profile .name span {
    font-size: .9rem;
  }

  .pp_content .profile .role{
    padding-top: .5rem;
    display: block;
  } */


  /* --------------------------------
  *
  Music
  *
  ---------------------------------- */
  #music .music_row {
    margin-bottom: 3.3rem;
  }

  #music .music_row:last-child {
    margin-bottom: 0;
  }

  #music .music_col .pic {
    margin: 0 0 1rem 1.8rem;
    width: 168px;
  }

  #music .music_role {
    margin-bottom: 2.6rem;
    font-size: 2.12rem;
  }

  #music .music_02 .music_role {
    margin-bottom: 1.7rem;
  }

  #music .name {
    margin-bottom: 1rem;
    line-height: 1;
  }

  #music .role span {
    margin-bottom: .9rem;
    display: block;
  }


  /* --------------------------------
  *
  staff
  *
  ---------------------------------- */
  #staff {
    padding-top: 3.25rem;
  }

  #staff .dcolumns_sp_2 .dcol {
    width: calc((100% - 1rem) / 2);
  }

  #staff .dcolumns_sp_2 .dcol:nth-child(2n) {
    margin-right: 0;
  }

  #staff .dcol {
    margin: 0 1rem 2.8rem 0;
  }

  #staff .role {
    margin-bottom: 0;
  }

  #staff .name {
    line-height: 1.3;
    font-size: 1.5rem;
  }

  /* #staff .name_jp {
    margin-top: .5rem;
  }
   */
  /* --------------------------------
  *
  Message
  *
  ---------------------------------- */

  #message .tit_wrp{
    margin-bottom: 3.5rem;
  }

  .message_row:not(:last-child) {
    margin-bottom: 2.8rem;
  }

  #message .pic{
    float: none;
    margin: 0 auto 1rem;
    display: block;
  }

  #message .name{
    margin-bottom: 1.2rem;
    line-height: 1.1;
  }

  #message .name_jp{
    margin-bottom: 1.3rem;
    font-size: 1rem;
  }

  /* --------------------------------
  *
  director
  *
  ---------------------------------- */

  #director .tit {
    font-size: 2.25rem;
  }

  #director .director_desc {
    margin-bottom: 2.7rem;
  }

  .bl_bd {
    margin: 1rem 0 3rem;
  }

  .director_profile .copy_lg,
  .director_interview .copy_lg {
    margin-bottom: 3rem;
    line-height: .8;
  }

  .director_profile .profile_detail {
    margin-bottom: 2.5rem;
  }

  .director_profile .bl_bd {
    margin: 3rem 0;
  }

  .director_interview .copy {
    margin-bottom: 1.4rem;
    font-size: 1.38rem;
  }


  /* --------------------------------
  *
  theater
  *
  ---------------------------------- */

  #theater .tit_wrp {
    margin-bottom: 2rem;
  }

  #theater .tit_wrp .title {
    line-height: 1;
  }

  #theater .title_jp {
    margin-bottom: 2.9rem;
  }

  #theater .copy {
    padding-bottom: .6rem;
    font-size: 1.375rem;
  }

  .theater_bnr__block {
    padding-bottom: 2rem;
  }

  #theater .theater_bnr__block .ds-row {
    flex-wrap: wrap;
  }

  .theater_bnr__block .img {
    margin-top: 1rem;
  }

  .theater_bnr__block .bnr_1 .img  {
    text-align: center;
  }

  .theater_bnr__block .bnr_1 .img  img {
    max-width: 88%;
  }

  .theater_bnr__block .mvtk {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .theater_bnr__block .seven_logo {
    margin: .3rem 0 1rem;
  }

  .theater_bnr__block .ticket_bn {
    margin: .6rem 0;
  }

  #theater .voucher {
    margin-bottom: 2.2rem;
    width: 100%;
    height: auto;
    text-decoration: none;
  }

  #theater .voucher .fl_left {
    width: 177px;
  }

  #theater .voucher .fl_left.pic {
    width: 144px;
    margin-right: 1.3rem;
  }

  #theater .voucher .fl_left.ti_1 {
    line-height: 1.5;
  }

  #theater .voucher .fl_left.ti_2 {
    display: block;
    width: 100%;
    margin: .5rem 0 0;
    font-size: 1rem;
  }

  #theater .voucher .fl_left.present {
    margin-top: 2rem;
    width: 100%;
  }

  #theater .voucher .fl_left.present span {
    width: 100%;
  }

  #theater .voucher .fl_left.present .present_txt {
    margin-bottom: 1.5rem;
  }

  #theater .voucher .fl_left.present .btn_bnr {
    margin-top: 0.45rem;
    width: 100%;
  }

  #theater .voucher .fl_right {
    margin: 0 auto;
    width: 152px;
  }

  #theater .desc::after {
    right: -2rem;
    bottom: 0;
    width: 70%;
    height: 199px;
    background-size: 100%;
    transform: rotate(35deg);
  }

  #theater .desc .caution {
    font-size: 0.9em;
  }

  #theater .desc .areamenu {
    margin: 1.9rem 0 0;
    font-size: 1rem;
    line-height: 1.7;
  }

  #theater .desc .areamenu a {
    padding-right: 0;
  }

  #theater .desc h4 {
    margin: 2.5rem 0 0.3rem;
    padding: 0;
    border: 0;
    font-size: 1.3rem;
  }

  #theater .desc table {
    margin: 0;
    width: 100%;
    border-top: 1px solid #333;
  }

  #theater .desc table thead {
    position: absolute;
    margin: -0.1rem;
    padding: 0;
    width: 1px;
    height: 1px;
    border: none;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }

  #theater .desc table tr {
    padding-bottom: 18.8rem;
  }

  #theater .desc table th {
    display: block;
    padding: 0.4rem 0 0.2rem;
    width: auto;
    text-align: left;
    color: #ddd;
  }

  #theater .desc table th i {
    margin-right: 0.6rem;
  }

  #theater .desc table th:before {
    display: inline-block;
    margin-right: 0.3rem;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }

  #theater .desc table td {
    display: block;
    padding: 0;
    text-align: left;
  }

  #theater .desc table td:first-child {
    padding-top: 1rem;
  }

  #theater .desc table td:before {
    content: "\f3c5";
    display: inline-block;
    margin-right: 0.3rem;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }

  #theater .desc table td .switch_sp {
    display: inline-block;
  }

  #theater .desc table .link {
    width: auto;
  }

  #theater .desc table .link:before {
    content: "\f024";
  }

  #theater .desc table .ticket {
    width: auto;
    text-align: left;
  }

  #theater .desc table .ticket:before {
    content: "\f3ff";
  }

  #theater .desc table .ticket.sp_none {
    display: none;
  }

  #theater .desc table .date {
    text-align: left;
  }

  #theater .desc table .date:before {
    content: "\f073";
  }

  #theater .desc table .tel {
    text-align: left;
  }

  #theater .desc table .tel:before {
    content: "\f095";
  }

  /* --------------------------------
  *
  form
  *
  ---------------------------------- */
  #form {
    padding-bottom: 3.75rem;
  }

  #form .copy {
    margin-bottom: 0.9rem;
    padding-top: 3.7rem;
  }

  #form .desc {
    margin-bottom: 2rem;
    text-align: left;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  #top #main_visual {
    height: 650px;
  }

  #top #main_visual .visual_slider img {
    height: 650px;
    object-position: 10% 10%;
  }
}

@media (max-height: 500px) and (max-width: 767px) {
  #top #main_visual {
    height: auto;
  }

  #top #main_visual .visual_slider img {
    height: auto;
  }
}


@media (max-height: 500px) and (min-width: 768px) {
  #top #main_visual {
    height: 710px;
  }

  #top #main_visual .visual_slider img {
    height: 710px;
  }

  #top #main_visual .visual_logo {
    top: 48px;
  }
}

@media (max-width: 480px) {

}
