@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700|Noto+Serif+JP:200,300,400,500,600,700,900');

img {
  width: 100%;
  height: auto;
}

body {
  color: #333;
  font-family: Helvetica, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  position: relative;
}

a {
  color: #000;
}

.pc {
  display: block!important;
}

.sp {
  display: none!important;
}

/* ----------------------------------------
module
----------------------------------------- */

a, a img{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover, a:hover img{
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity:0.8;
}

.lang_en {
  font-family: 'Noto Serif', serif;
}
.notoSerifjp {
  font-family: 'Noto Serif JP', serif;
}

section .title {
  margin: 0 auto;
  padding-top: 2em;
  color: #fff;
  text-align: center;
  font-size: 2.625rem;
  line-height: 1.4;
  position: relative;
}
section .title:before {
  display: block;
  content: attr(title);
  vertical-align: middle;
  font-size: 1rem;
  font-weight: normal;
  color: #ffeb27;
}
section .title .ico {
  display: block;
  margin: 0.1em auto 0;
}
#tickets .title, #events .title {
  color: #333;
}
#tickets .title:before, #events .title:before {
  color: #877a00;
}
#tickets .title .ico path, #events .title .ico path {
  fill: #4e4e4e;
}

.red-txt {
	color: #E30003;
}

.white {
	color: #fff;
}

.txt-13 {
	font-size: 13px;
}

.mb30 {
	margin-bottom: 15px;
}

/* ----------------------------------------
header
----------------------------------------- */

header {
  /* display: none; */
  position: fixed;
  left: 50px;
  top: 84px;
  z-index: 1000;
}
header li {
  margin-top: 1em;
  position: relative;
  cursor: pointer;
}
header li:fitst-child {
  margin-top: 0;
}
header li .ico {
  width: 10px;
  height: 2px;
  margin-top: -5px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
-
  -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1) 0s;
  transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1) 0s;
  transition: transform .2s cubic-bezier(.165,.84,.44,1) 0s;
  transition: transform .2s cubic-bezier(.165,.84,.44,1) 0s,-webkit-transform .2s cubic-bezier(.165,.84,.44,1) 0s
}
.bg-is-black header li .ico {
  background-color: #4e4e4e;
}
header li.current .ico {
  width: 0;
  height: 0;
  background-color: none;
  margin-left: -4px;
  -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.bg-is-black header li.current .ico path {
  fill: #4e4e4e;
}
header .gnav .txt {
  padding-left: 1.5em;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  opacity: 0;
}
header .gnav.moved .txt:hover {
  display: block;
  -webkit-animation: titleanime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s forwards;
  animation: titleanime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s forwards;
}
.bg-is-black header .gnav .txt {
  color:#4e4e4e;
}
@-webkit-keyframes titleanime {
  0% {
    transform: translateX(-0.5em);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes titleanime {
  0% {
    transform: translateX(-0.5em);
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
header .gnav .txt:before {
  display: block;
  content: attr(title);
  font-size: 0.812rem;
  font-weight: 600;
  color: #ffeb27;
}
.bg-is-black header .gnav .txt:before {
  color:#877a00;
}

/* ----------------------------------------
mv
----------------------------------------- */

#mv {
  background-color: #000;
  position: relative;
}

#mv .bg_mv {
  width: 100vw;
  height: calc(100vh + 25%);
  max-height: 100%;
  background-image: url(../img/bg_mv_01.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#mv .wrap {
  position: relative;
  padding-top: 5vh;
  z-index: 30;
  opacity: 0;
	transition: .5s;
}
#mv .wrap.fade {
	opacity: 1;
}

  #mv .copy {
    width: 90px;
    object-fit: contain;
    position: absolute;
    right: 5vw;
    top: 5vh;
  }
  #mv h1 {
    width: 620px;
    padding-top: 32%;
    margin: 0 auto;
  }
  #mv .outline {
    width: 622px;
    margin: 24px auto 0;
  }
  #mv .stafflist {
    width: 100%;
    margin-top: 1em;
  }
  #mv .stafflist th, #mv .stafflist td {
    width: 50%;
    padding: .3em 0;
    font-size: 0.875rem;
    font-weight: bold;
    text-shadow: 0px 0px 7px #000, 0px 0px 7px #000, 0px 0px 7px #000;
  }
  #mv .stafflist th {
    padding-right: 1em;
    text-align: right;
    color: #fff;
  }
  #mv .stafflist th .large {
    font-size: 1.312rem;
  }
  #mv .stafflist td {
    padding-left: 1em;
    text-align: left;
    color: #ffeb27;
    font-style: italic;
  }

.bg_concertprogram {
  margin-top: 5%;
  padding: 5% 0;
  background-image: url(../img/bg_mv_02@2x.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#mv .ttl_open {
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
#mv .ttl_open .small {
  font-size: 1.625rem;
}

.concertprogram {
  width: auto;
  max-width: 940px;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 42px 0;
}
.concertprogram li {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.concertprogram li:nth-child(2) {
  margin: 0 1%;
  padding: 0 3%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.concertprogram li a {
  display: block;
  padding-bottom: 2.2em;
  color: #fff;
  position: relative;
}
.concertprogram a:hover {
  text-decoration: none;
}
.concertprogram a:after {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  margin-left: -5px;
  background-image: url(../img/ico_ankerlink@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.concertprogram h3 {
  line-height: 1.4;
  font-size: 1.5625rem;
  font-weight: bold;
  color: #ffeb27;
}
.concertprogram h3:before {
  content: attr(title);
  display: block;
  font-size: 0.875rem;
  vertical-align: middle;
  font-family: 'Lora', serif;
}

.concertprogram .theme {
  margin-bottom: 0.2em;
  line-height: 1.6;
  font-size: 1.06rem;
  font-weight: bold;
}
.concertprogram .theme.one {
  margin-bottom: 1.34em;
}
.concertprogram .lang_en {
  display: block;
  margin-top: 1em;
  font-size: 0.812rem;
  color: #ffeb27;
}

.concertprogram .date {
  margin-top: 0.8em;
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 900;
  color: #ffffff;
}
.concertprogram .date .year, .concertprogram .date .weekday {
  font-size: 1rem;
}

.concertprogram .hall {
  margin-top: 0.5em;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.21;
}
.concertprogram .hall .small {
  font-size: 1rem;
}

.concertprogram .event {
  font-size: 1.16rem;
  font-weight: 900;
  color: #d0121b;
}

.attention {
  max-width: 880px;
  margin: 0 auto;
  padding: 0.8em; }
  .attention h2 {
    padding: .5em;
    line-height: 1.4;
    text-align: center;
    font-size: 1.875rem;
    color: #fff;
    border: 1px solid #fff; }
  .attention .txt {
    margin-top: 2em;
    padding: 0 .5em;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #fff; }
    .attention .txt .small {
      font-size: 0.85rem; }


/* ----------------------------------------
about
----------------------------------------- */

#about {
  background-color: #000;
  position: relative;
}
#about .wrap {
	width: auto;
	max-width: 760px;
	margin: 0 auto;
  position: relative;
  z-index: 40;
}

.about {
  position: relative;
  z-index: 20;
}
.about .bg_about {
  width: 100vw;
  height: 100%;
  background-image: url(../img/bg_about_01.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about .ttl_about_h2 {
  width: 565px;
  margin: 5em auto 0;
}
.about .ttl_about_h3_01 {
  width: 558px;
  margin: 4em auto;
}
.about .txt {
  margin-top: 2em;
  font-size: 1rem;
  line-height: 1.69;
  color: #fff;
}
.ttl_about_h3_02 {
  width: 518px;
  margin: 4em auto;
}
.about .txt .yellow {
  color: #f8b500;
}

.story {
  margin-top: 15%;
  padding-bottom: 15%;
  position: relative;
  z-index: 10;
}
.story .bg_story {
  width: 100vw;
  height: 100%;
  background-image: url(../img/bg_story.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.story .ttl_story_h2  {
  width: 364px;
  margin: 0 auto;
}
.story .ttl_story_h3  {
  width: 460px;
  margin: 5em auto 0;
}
.story h4  {
  margin-top: 4em;
  font-size: 1.375rem;
  font-weight: 500;
  color: #93d2d3;
}
.story .txt  {
  margin-top: 2.5em;
  font-size: 1rem;
  line-height: 1.88;
  color: #fff;
}
.story .chart  {
  margin-top: 18%;
}

/* ----------------------------------------
cast-staff
----------------------------------------- */

#cast-staff .card_image.mein .lang_en, #cast-staff .staff table td, .card_image .famous .lang_en, .card_image .name .lang_en {
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #ffeb27;
}
.card_image .famous .lang_en, .card_image .name .lang_en {
  line-height: 1.06;
}

#cast-staff {
  padding-bottom: 5%;
  background-color: #000;
  position: relative;
}
#cast-staff .wrap {
	width: auto;
	max-width: 980px;
	margin: 0 auto;
}

#cast-staff {
  position: relative;
  z-index: 0;
}
#cast-staff .bg_cast {
  width: 100vw;
  height: 100%;
  background-image: url(../img/bg_cast.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* card_image */
.card_image {
	text-align: center;
}
.card_image li {
	display: inline-block;
	vertical-align: top;
}
.card_image li a {
	color: #fff;
}

/* card_image mein */
#cast-staff .card_image.mein {
	margin-top: 10%;
}

#cast-staff .card_image.mein .name {
	margin-top: 0;
  padding-top: 1.5em;
	line-height: 1.6;
	text-align: center;
	font-size: 1rem;
}
#cast-staff .card_image.mein .name .small {
	display: block;
}

#cast-staff .card_image.mein .lang_en {
  margin-top: .8em;
}

#cast-staff .card_image.mein li {
	width: auto;
	max-width: 240px;
	margin: 0 3%;
}

#cast-staff .staff {
	margin: 6% auto 0;
	clear: both;
}

#cast-staff .staff table {
	width: 100%;
	margin: 0 auto;
	line-height: 1.8;
	text-align: left;
	font-size: 1rem;
	color: #fff;
}

#cast-staff .staff table th, #cast-staff .staff table td {
	padding: 0.4em;
}
#cast-staff .staff table th {
	width: 50%;
  padding-right: 1.5em;
  text-align: right;
  vertical-align: top;
}
#cast-staff .staff table th .small {
  display: block;
  font-size: 0.812rem;
  line-height: 1.5;
}
#cast-staff .staff table td {
	width: 50%;
  padding-left: 1.5em;
  text-align: left;
  vertical-align: top;
}

.maincast_wrap {
  position: relative;
  margin-top: 8%;
  padding: 6% 0;
}
.maincast_wrap:before {
  content: '';
  width: 50vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background-color: rgba(0, 40, 113, .35);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.maincast_wrap:after {
  content: '';
  width: 50vw;
  height: 100%;
  margin-right: calc(50% - 50vw);
  background-color: rgba(61, 0, 84, .35);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.module_castlist {
	width: 45%;
	float: left;
}
.module_castlist.first {
	margin-right: 10%
}

.module_castlist .ttl_title {
	width: 100%;
	margin-bottom: 2em;
	padding: .5em 1.5em;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  border-left: 5px solid #000;
}
.module_castlist.first .ttl_title {
  border-color: #22a2c7;
}
.module_castlist.second .ttl_title {
  border-color: #7d267c;
}

.module_castlist .ttl_title .date {
	display: inline-block;
	color: #fff;
	font-size: 1.5625rem;
	font-weight: 900;
  line-height: 1.5;
}
.module_castlist .ttl_title .date .small {
	font-size: 1.125rem;
	font-weight: 900;
}
.module_castlist .ttl_title .date:after {
	content: attr(title);
	display: inline-block;
	margin-left: 1em;
	vertical-align: middle;
	font-family: 'Noto Serif', serif;
  font-size: 0.875rem;
  color: #ffeb27;
}

.card_image.main li {
	margin-top: 0;
}
.card_image li {
	width: 30%;
	margin: 8% auto 0;
	text-align: center;
	vertical-align: top;
}
.module_castlist .card_image li:nth-child(3n-1) {
	margin: 8% 3.8% 0;
}
.module_castlist .card_image li:nth-child(n+1):nth-child(-n+3) {
  min-height: 296px;
}
.module_castlist .card_image li:nth-child(n+4):nth-child(-n+6) {
  min-height: 420px;
}

.card_image .famous {
	line-height: 1.3;
	margin-top: 1em;
	padding-top: 0.875rem;
	font-size: 0.75rem;
}
.card_image .famous .lang_en {
	display: inline-block;
	width: 100%;
  margin-top: 0.2em;
	font-size: 1rem;
  font-style: italic;
}

.card_image .name {
	margin-top: 0.8em;
  font-size: 0.92rem;
	line-height: 1.3;
}
.card_image .name .lang_en {
	display: inline-block;
	width: 100%;
  margin-top: 0.2em;
	font-size: 1rem;
	font-weight: bold;
  font-style: italic;
}
.card_image .attention {
  margin-top: 0.5rem;
	font-size: 0.6875rem;
}

.card_image.dancer {
  display: flex;
  flex-wrap: nowrap;
  max-width: 780px;
  margin: 0 auto 30px;
  clear: both;
}
.card_image.dancer li:nth-child(n+2) {
  margin-left: 4%;
}

#cast-staff .cl {
  clear: both;
  height: 0;
}

/* ----------------------------------------
tickets
----------------------------------------- */

#tickets .module {
	width: auto;
  max-width: 980px;
	margin: 5% auto 0;
  overflow: hidden;
}
#tickets .module .wrap {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#tickets .module:last-child .wrap {
	margin-bottom: 0;
}

#tickets .module .left {
  width: 49%;
  padding-top: .5em;
  float: left;
}

#tickets .module .left h2 {
	margin-bottom: .5em;
  padding: .1em  0 .1em 0.8em;
	font-size: 2rem;
  line-height: 1.2;
  border-left: 5px solid #877a00;
}
#tickets .module .left h2 .small {
  display: inline-block;
  margin-top: -0.4em;
	font-size: 1.5625rem;
  vertical-align: middle;
}
#tickets .module .left h2 a {
  text-decoration: underline;
}
#tickets .module .left h2 a:hover {
  text-decoration: none;
}

#tickets .module .left .date {
	margin-bottom: .5em;
	font-size: 1.625rem;
	font-weight: bold;
}
#tickets .module .left .date .small {
	font-size: 1.125rem;
}

#tickets .module .left .price {
	margin-bottom: .5em;
}
#tickets .module .left .price li {
  display: flex;
  flex-wrap: nowrap;
}
#tickets .module .left .price .ttl {
  flex: 1 1 32%;
}
#tickets .module .left .price .txt {
	font-size: 1rem;
  line-height: 1.69;
  flex: 2 1 100%;
}
#tickets .module .left .price .small {
	font-size: 0.8125rem;
}
#tickets .module .left .txt {
  margin-bottom: 1em;
  line-height: 1.69;
}
#tickets .module .left .txt.lang_en {
	font-size: 0.875rem;
  line-height: 1.6;
}

#tickets .module .left .sns {
	display: flex;
	margin-top: 2em;
}
#tickets .module .left .sns li {
	width: 33px;
	margin-left: .5em;
}
#tickets .module .left .sns li:first-child {
	margin-left: 0;
}

#tickets .module .pic {
  width: 49%;
  float: right;
}

#tickets .module .halllink {
	width: 100%;
	padding-top: 5%;
	clear: right;
}

#tickets .module .halllink li {
	width: 49%;
	float: left;
}
#tickets .module .halllink li:last-child {
	margin-left: 2%;
}
#tickets .module .halllink li:last-child {
	margin-left: 2%;
}

#tickets .module .halllink li a {
	display: block;
	padding: 0.7em 1em;
	color: #fff;
	font-size: 0.8125rem;
  border-radius: 3px;
  background-color: #e10e26;
}
#tickets .module .halllink li:last-child a {
	background-color: #0b355f;
}
#tickets .module .halllink li a:after {
	content: attr(title);
	display: inline-block;
	margin-left: 2.5em;
	vertical-align: middle;
}
#tickets .module .halllink li:last-child a:after {
	margin-left: 5em;
}

#tickets .module .halllink li.disabled {
  pointer-events: none;
  position: relative;
}
#tickets .module .halllink li.disabled:before {
  content: 'Comming Soon!';
  font-size: 0.875rem;
  font-weight: bold;
  color: #e10e26;
  position: absolute;
  left: 0;
  top: -1.8em;
}
#tickets .module .halllink li.disabled:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .63);
  position: absolute;
  left: 0;
  top: 0;
}

#tickets .module .halllink li a:before {
	content: '';
	display: inline-block;
	width: 24px;
  height: 23px;
  margin: -2px 1em 0 0;
  vertical-align: middle;
  background-image: url(../img/ico_ticket.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: contain;
  background-size: contain;
}
#tickets .module .halllink li:last-child a:before {
	width: 16px;
  height: 23px;
  background-image: url(../img/ico_access.png);
}
#tickets .pic img {
  margin-top: 2em;
}

/* ----------------------------------------
footer
----------------------------------------- */

#events .title {
  padding-top: 4em;
}
#events .module {
  max-width: 980px;
  margin: 5% auto 0;
  padding: 5% 4%;
  border-radius: 20px;
  border: solid 1px #dcdcdc;
}
#events .module:last-child {
  margin: 8% auto 0;
}

#events .title_h2 {
  padding-bottom: 1em;
  font-size: 2rem;
  text-align: center;
  color: #333;
  position: relative;
}
#events .title_h2:before {
  content: '';
  width: 90px;
  height: 5px;
  margin-left: -45px;
  background-color: #e10e26;
  position: absolute;
  bottom: 0;
  left: 50%;
}
#events .title_h2:after {
  content: attr(title);
  display: block;
  margin-top: 0.2em;
  font-size: 0.937rem;
  text-align: center;
}

#events .container {
  padding: 3em 0;
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
}
#events .container.first {
  border-top: none;
}

#events .container h3 {
  margin-top: 1em;
  font-size: 1.5rem;
  color: #877a00;
}
#events .container h3 a {
  color: #877a00;
  text-decoration: underline;
}
#events .container h3 a:hover {
  text-decoration: none;
}

#events .container h4 {
  margin-top: 1em;
  font-size: 1.125rem;
  color: #877a00;
}
#events .container h4:nth-child(n+2) {
  margin-top: 2em;
}

#events .container .place {
  margin-top: 1em;
  font-size: 1.125rem;
}

#events .container .tmb_01 {
  width: 294px;
  float: right;
  margin: 1em 0 1em 1em;
}
#events .container .tmb_01.prof {
  width: 130px;
  margin-right: 26%;
}
#events .container .tmb_01.prof .name {
  display: inline-block;
  width: 100%;
  margin-top: 0.8em;
  font-size: 0.812rem;
  text-align: center;
}

#events .container .list {
  margin-top: 2em;
}
#events .container .list li {
  display: flex;
  flex-wrap: nowrap;
}
#events .container .list .ttl {
  flex: 1 1 4em;
  font-weight: bold;
}
#events .container .list .txt {
  margin-top: 0;
  line-height: 1.69;
  flex: 2 1 100%;
}
#events .container .list .txt .small {
  display: inline-block;
  line-height: 1.4;
}

#events .container .txt {
  margin-top: 1em;
  font-size: 1rem;
}
#events .container .txt.fz18 {
  font-size: 1.125rem;
}
#events .container .small {
  font-size: 0.812rem;
}
#events .container .txt.fz18 .small {
  font-size: 1rem;
}
#events .container .txt a {
  text-decoration: underline;
  color: #00b6dd;
}
#events .container .txt a:hover {
  text-decoration: none;
}

#events .container .guest {
  display: flex;
  flex-wrap: nowrap;
  max-width: 610px;
  margin-top: 4em;
}
#events .container .guest li {
  width: 25%;
}
#events .container .guest li:nth-child(n+2) {
  margin-left: 5%;
}
#events .container .guest li .txt {
  width: auto;
  margin-top: 0.8em;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
}

/* ----------------------------------------
footer
----------------------------------------- */

footer {
  width: 1000px;
  margin: 10% auto 0;
  padding-bottom: 7%;
  position: relative;
  clear: both;
}

footer img {
  width: 100%;
  height: auto;
}

footer .pagetop {
  display: none;
  width: 61px;
  position: fixed;
  bottom: 534px;
  right: 74px;
  z-index: 100;
}

/* footer_part_1 */
footer .footer_part_1 {
  margin-bottom: 3em;
  text-align: center;
  font-size: 1.06rem;
  line-height: 1.9;
}

.footer_part_1 .logo {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  margin: -.2em .2em 0 0;
}

/* footer_part_2 */
footer .footer_part_2 {
  margin: 0 auto 4%;
  text-align: center;
}

footer .footer_part_2 li {
  display: inline-block;
  margin: 0 2%;
}
footer .footer_part_2 li.bunka {
  width: 95px;
}
footer .footer_part_2 li.beyond {
  width: 58px;
}

footer .footer_part_2 li.magukaru {
  width: 62px;
  margin-bottom: 5px;
}

footer .footer_part_2 li.amba {
  width: 120px;
}

/* hglogo */
footer .halllogo {
  text-align: center;
}

footer .halllogo li {
  display: inline-block;
  margin: 0 1.5%;
}
footer .halllogo li:nth-child(-n+2) {
  width: 166px;
}
footer .halllogo li:nth-child(3) {
  width: 156px;
}

footer .copy {
  margin-top: 5em;
  text-align: center;
  font-size: 0.63rem;
}


@media screen and (max-width: 860px) {

  .pc {
    display: none!important;
  }

  .sp {
    display: block!important;
  }

  .pc_blanc {
    display: none!important;
  }
  
  /*
  module
  */

  section .title {
    font-size: 2rem;
  }
  section .title:before {
    font-size: 0.9rem;
  }
  section .title .ico svg {
    width: 48px;
  }

  /*
  header
  */

  header {
    height: 0;
    top: 0;
    left: 0;
    position: absolute;
  }

  header .menu_open {
		display: none;
		width: 100%;
		height: 100%;
		padding: 0;
		background-color: #000;
		position: fixed;
		z-index: 1000;
	}

  header .wrap {
    width: 100%;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

	@media screen and (orientation: landscape) {
		header .menu_open {
			overflow-y: auto;
		}

		header .menu_open .wrap {
			height: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
	}

	header .menu-trigger {
		display: block;
		top: 24px;
		left: 24px;
		position: fixed;
		z-index: 1010;
	}
	header .menu-trigger:hover {
		cursor: pointer;
	}
	.menu-trigger,
	.menu-trigger span {
	    display: inline-block;
	    transition: all .4s;
	    box-sizing: border-box;
	}
	.menu-trigger {
	    position: relative;
	    width: 40px;
	    height: 18px;
	}
	.menu-trigger:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-color: #877a00;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
    opacity: .8;
  }

	.menu-trigger span {
	    position: absolute;
	    width: 100%;
	    height: 2px;
	    background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
			width: 30px;
	    top: 10px;
	    left: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	    top: 18px;
	}
	.menu-trigger span:nth-of-type(3) {
			width: 30px;
	    top: 26px;
	    right: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		top: 17px;
		left: 10%;
	  -webkit-transform: translateY(0px) rotate(-45deg);
	  transform: translateY(0px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  left: -50%;
	  opacity: 0;
	  -webkit-animation: active-menu-bar02 .5s forwards;
	  animation: active-menu-bar02 .5s forwards;
	}
	@-webkit-keyframes active-menu-bar02 {
	  100% {
	      width: 0;
	  }
	}
	@keyframes active-menu-bar02 {
	  100% {
	      width: 0;
	  }
	}
	.menu-trigger.active span:nth-of-type(3) {
		top: 34px;
		left: 11%;
	  -webkit-transform: translateY(-16px) rotate(45deg);
	  transform: translateY(-16px) rotate(45deg);
	}

  header .gnav {
    padding: 0;
    text-align: center;
  }

  header .gnav li {
    display: block;
    margin: 2em 0 0;
  }

  header .gnav li a {
    padding: 0;
    line-height: 1.4;
    font-size: 1rem;
  }
  header .gnav li a:after {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 0.8rem;
  }

  header li .ico {
    display: none;
  }
  header .gnav .txt, header .gnav .txt:hover {
    animation: none;
    opacity: 1;
  }
  header .gnav .txt {
    padding-left: 0;
  }
  .bg-is-black header .gnav .txt {
    padding-left: 0;
    color: #fff;
  }
  .bg-is-black header .gnav .txt:before {
    color: #ffeb27;
  }

  /*
  mv
  */

  #mv .bg_mv {
    height: 100vh;
  }

  #mv .copy {
    width: 14vw;
  }

  #mv h1 {
    width: 80%;
    padding-top: 60%;
  }
  @media screen and (orientation: landscape) {
    #mv .bg_mv {
      height: 200vh;
    }
  }

  #mv .outline {
    width: 90%;
  }

  #mv .stafflist th, #mv .stafflist td {
    padding: .3em .5em;
    font-size: 0.8rem;
    vertical-align: top;
    line-height: 1.5;
  }
  #mv .stafflist th .large {
    font-size: 0.9rem;
  }

  .bg_concertprogram {
    margin-top: 8%;
    padding-top: 8%;
  }
  #mv .ttl_open {
    font-size: 1.5rem;
  }
  .concertprogram {
    width: 90%;
    flex-direction: column;
  }
  .concertprogram h3 {
    font-size: 1.3rem;
  }
  .concertprogram .hall {
    font-size: 1rem;
  }
  .concertprogram li:nth-child(2) {
    margin: 5% 0;
    padding: 5% 0;
    border-top: 1px solid #fff;
    border-right: none;
    border-bottom: 1px solid #fff;
    border-left: none;
  }

  .attention h2 {
    font-size: 1.5rem;
  }
  .attention .txt {
    font-size: 0.9rem;
  }

  /* 
  about
   */
  
  #about .wrap {
    width: 90%;
  }

  .about .ttl_about_h2 {
    width: 100%;
    margin-top: 2em;
  }
  .about .ttl_about_h3_01, .about .ttl_about_h3_02 {
    width: 100%;
    margin: 2em auto;
  }
  .about .txt, .story .txt {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  /* 
  story
   */

  .story .ttl_story_h2 {
    width: 80%;
  }
  .story .ttl_story_h3 {
    width: auto;
    margin-top: 2em;
  }
  .story h4 {
    margin-top: 2em;
    font-size: 1.1rem;
  }
  .story .txt {
    margin-top: 1em;
  }
  .story .chart {
    margin-top: 12%;
  }

  /* 
  cast-staff
   */

  #cast-staff .card_image.mein li {
    max-width: 230px;
  }
  #cast-staff .card_image.mein li:last-child {
    margin-top: 8%;
  }

  #cast-staff .staff table th, #cast-staff .staff table td {
    padding: .3em .5em;
    font-size: 0.8rem;
    vertical-align: top;
    line-height: 1.5;
  }

  #cast-staff .card_image.mein .lang_en, #cast-staff .staff table td, .card_image .famous .lang_en, .card_image .name .lang_en {
    font-size: 0.8rem;
  }

  .maincast_wrap {
    padding: 0;
  }
  .maincast_wrap:before, .maincast_wrap:after {
    display: none;
  }

  #cast-staff .module_castlist {
    width: 100%;
    margin: 0 auto;
    padding: 8% 5%;
    background-color: rgba(0, 40, 113, .35);
    box-sizing: border-box;
    float: none;
  }
  #cast-staff .module_castlist.second {
    background-color: rgba(61, 0, 84, .35);
  }

  .module_castlist .ttl_title {
    margin-bottom: .5em;
    padding-left: 1em;
  }
  .module_castlist .ttl_title .date {
    font-size: 1.2rem;
  }
  .module_castlist .ttl_title .date .small {
    font-size: 0.9rem;
  }
  .card_image li {
    width: 29.8%;
  }
  .module_castlist .card_image li:nth-child(n+1):nth-child(-n+3), .module_castlist .card_image li:nth-child(n+4):nth-child(-n+6) {
    min-height: auto;
  }

  .card_image.dancer {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card_image.dancer li {
    width: 29.8%;
    margin: 8% 0 0;
  }
  .card_image.dancer li:nth-child(n+2) {
    margin-left: initial;
  }
  .card_image.dancer li:nth-child(3n-1) {
    margin: 8% 3.8% 0;
  }

  #cast-staff .staff table th .small {
    font-size: 0.7rem;
  }

  /* 
  tickets
   */

   #tickets .module .wrap {
     width: 90%;
     margin: 0 auto;
   }

  #tickets .module .left {
    width: auto;
    float: none;
  }
  #tickets .module .left h2 {
    font-size: 1.5rem;
  }
  #tickets .module .left h2 .small {
    font-size: 1.2rem;
  }
  #tickets .module .left .date {
    font-size: 1.3rem;
  }
  #tickets .module .left .date .small {
    font-size: 1rem;
  }
  #tickets .module .left .price .ttl {
    font-size: 0.9rem;
    flex: 1 1 40%;
  }
  #tickets .module .left .price .txt {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  #tickets .module .left .txt.lang_en {
    font-size: 0.8rem;
 }
  #tickets .module .pic {
    width: auto;
    margin-top: 12%;
    float: none;
  }
  #tickets .module .halllink li a {
    text-align: center;
    font-size: 0.7rem;
  }
  #tickets .module .halllink li a:after, #tickets .module .halllink li:last-child a:after {
    margin-left: .5em;
  }
  #tickets .module .halllink li a:before {
	width: 20px;
  height: 18px;
  margin-right: 0.5em;
  }
  #tickets .module .halllink li:last-child a:before {
    width: 11px;
    height: 18px;
    background-image: url(../img/ico_access.png);
  }

  /* 
  events
   */

  #events .title {
    padding-top: 2em;
  }

  #events .module {
    width: 90%;
    padding: 8% 5%;
    box-sizing: border-box;
  }
  #events .title_h2 {
    font-size: 1.5rem;
  }
  #events .title_h2:after {
    font-size: 0.8rem;
  }

  #events .container {
    padding: 2em 0;
  }
  #events .container h3 {
    line-height: 1.4;
    font-size: 1.2rem;
  }
  #events .container .tmb_01 {
    width: 40%;
  }
  #events .container .tmb_01.prof {
    width: 30%;
    margin-right: 0;
  }
  #events .container .list .txt {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  #events .container .small {
    display: inline;
    font-size: 0.8rem;
    line-height: 1.3;
  }
  #events .container .guest li .txt {
    font-size: 0.8rem;
  }
  #events .container .txt.fz18 {
    font-size: 1rem;
  }
  #events .container .txt.fz18 .small {
    font-size: 0.9rem;
  }

  /* 
  footer
  */
  
  footer {
    width: 90%;
    margin-top: 12%;
  }

  footer .pagetop {
    width: 40px;
    bottom: 5%;
    right: 5%;
  }

  footer .footer_part_1 {
    line-height: 1.7;
    font-size: 0.8rem;
  }

  footer .footer_part_2 {
    display: flex;
    width: 45%;
  }
  footer .footer_part_2 li.bunka{
    width: 100%;
  }
	footer .footer_part_2 li.beyond{
		width: 60%;
	}
	footer .footer_part_2 li.magukaru{
		width: 70%;
	}
	footer .footer_part_2 li.amba{
		width: 100%;
	}

  footer .halllogo {
    display: flex;
    width: 64%;
    margin: 0 auto;
  }
  footer .halllogo li:nth-child(-n+2) {
    width: auto;
  }
  footer .halllogo li:nth-child(3) {
    width: auto;
  }
  footer .copy {
    margin-top: 2em;
  }

}


@media screen and (max-width: 374px) {
}

@media screen and (min-width: 861px) and (max-width: 1023px) {}
@media screen and (min-width: 500px) and (max-width: 860px) {}

/* ----------------------------------------
magnific-popup
----------------------------------------- */

.mfp-wrap {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-staff {
  position: relative;
}

.modal-staff_inner {
  position: relative;
  display: table;
  width: 96%;
  max-width: 1200px;
  margin: 5% auto;
  padding: 40px 25px;
  background: #fff;
  box-sizing: border-box;
}

.mfp-close-btn-in .mfp-close {
  display: none;
}

.modal-dismiss {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-dismiss a {
  width: 44px;
  height: 44px;
  text-align: center;
}

.modal-dismiss a img {
  display: inline-block;
  vertical-align: middle;
  line-height: 44px;
}

.modal_image {
  display: block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 24px;
  box-sizing: border-box;
}

.modal_content {
  display: block;
  vertical-align: middle;
  width: 100%;
}
.modal-comment .modal_content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.modal_meta {
  margin-bottom: .2em;
  font-size: 1.13rem;
  font-weight: bold;
}
.modal_meta .lang_en_serif {
  margin-left: .5em;
  font-size: 0.7rem;
  color: #877a00;
  font-weight: normal;
}

.modal_heading {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1.3rem;
}
.modal_heading .small {
  font-size: .8rem;
  vertical-align: middle;
}

.modal_heading-en {
  margin-bottom: 10px;
  font-size: 0.7rem;
  color: #877a00;
}

.modal_caetgory {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
}

.modal_text {
  margin-top: 2em;
  font-size: 0.9rem;
  line-height: 1.8;
}


@media screen and (min-width: 787px) {
  .modal-staff_inner {
    padding: 20px;
  }
  .modal-dismiss {
    top: 20px;
    right: 20px;
  }
  .modal_image {
    padding-right: 20px;
  }

  .modal_heading {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .modal_heading-en {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .modal_text {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1200px) {
  .modal-staff_inner {
    padding: 0;
  }

  .modal-dismiss {
    width: 20px;
    top: 34px;
    right: 34px;
  }

  .modal_image {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    width: 460px;
    padding-bottom: 0;
    padding-right: 0;
    vertical-align: middle;
  }
  .modal-orchestra .modal_image img {
    width: 540px;
    height: 360px;
  }

  .modal_content {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-left: 84px;
    padding-right: 80px;
  }
  .modal-orchestra .modal_content {
    padding: 0 4%;
  }

  .modal_heading {
    margin-bottom: 0;
    font-size: 2.125rem;
  }
  .modal_heading .small {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em;
    font-size: 1.25rem;
  }

  .modal_heading-en {
    margin-bottom: 2em;
    color: #877a00;
    font-size: .75rem;
    font-weight: 400;
  }
  .modal_text {
    line-height: 1.8;
    font-size: .9rem;
  }
  .modal_text:first-child {
    margin-top: 0;
  }

  .modal_text a {
    color: #877a00;
    text-decoration: underline;
  }
  .modal_text a:hover {
    text-decoration: none;
  }

  .modal_text_wrap {
    max-height: 400px;
    overflow-y: scroll;
    position: relative;
  }

  .ps__thumb-y {
    background-color: #877a00!important;
  }
}