@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|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: 'Lora', serif;
}
.notoSerifjp {
  font-family: 'Noto Serif JP', serif;
}

section .title {
  line-height: 0;
  margin: 0 auto 2em;
  color: #fff799;
  text-align: center;
  font-size: 1.63rem;
  position: relative;
}
section .title span {
  display: inline-block;
  padding: 0 1em;
  background-color: #000;
  position: relative;
  z-index: 2;
}
section .title:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff799;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
section .title span:after {
  display: inline-block;
  content: attr(title);
  vertical-align: middle;
  margin-left: 1em;
  font-size: 0.88rem;
  font-weight: normal;
}

#message, #program, #event, #tickets {
  margin-top: -72px;
  padding-top: 72px;
}

.pic.profile {
  position: relative;
}
.pic.profile:before {
  display: block;
  content: '';
  width: 109px;
  height: 48px;
  position: absolute;
  bottom: 5px;
  left: -15px;
  z-index: 10;
  background-image: url(../img/ico_biography_01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.module_castlist.second .pic.profile:before {
  bottom: 20px;
}

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

header {
  width: 100%;
  height: 72px;
  background-image: linear-gradient(85deg, rgb(137, 165, 189), rgb(30, 72, 91));
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  position: static;
  top: -72px;
  left: 0;
  z-index: 100;
}
header.fixed {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* gnav */
header .gnav {
  padding-top: 1.4em;
  text-align: center;
}
header .gnav li {
  display: inline-block;
  margin: 0 .5em;
}

header .gnav li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.94rem;
  font-weight: bold;
  text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.08);
}
header .gnav li a:after {
  content: attr(title);
  display: inline-block;
  margin-left: 1em;
  font-size: 0.75rem;
  font-family: 'Lora', serif;
}

.bg_upside {
  background-color: #646d71;
}

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

.concertprogram {
  width: auto;
  max-width: 960px;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 42px 0;
}
.concertprogram li {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.concertprogram li:nth-child(2) {
  margin: 0 1%;
}

.concertprogram li a {
  display: block;
  padding-bottom: 2.2em;
  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.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 6%;
}

.concertprogram h3 {
  margin-bottom: 1.1em;
  padding: .4em;
  font-size: 1.06rem;
  font-weight: bold;
  color: #fff;
  background-color: #89a5bd;
}
.concertprogram h3:after {
  content: attr(title);
  display: inline-block;
  margin-left: 1em;
  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;
  font-size: 0.812rem;
  color: rgb(137, 165, 189);
}

.concertprogram .date {
  line-height: 1.6;
  font-size: 2.06rem;
  font-weight: 900;
}
.concertprogram .date .year {
  font-size: 1.31rem;
}
.concertprogram .date .weekday {
  font-size: 1.19rem;
}
.concertprogram .date .time {
  font-size: 1.06rem;
}

.concertprogram .hall {
  margin-bottom: 0.5em;
  font-size: 1.44rem;
  font-weight: bold;
}

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

.bg_black {
  margin: 0 1.5%;
  padding: 5% 0;
  background-color: #000;
}

/* ----------------------------------------
introduction
----------------------------------------- */

#introduction {
  margin-top: -180px;
  padding-top: 180px;
  position: relative;
}
#introduction:after {
  content: '';
  display: block;
  width: 295px;
  height: 284px;
  background-image: url(../img/img_about_01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -8%;
}

#introduction .wrap {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#introduction h2 {
  margin-bottom: 1em;
  text-shadow: 0 0 17px rgba(0, 0, 0, 0.55);
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.71;
  text-align: center;
  color: #fff799;
}

#introduction .txt {
  padding: 0 2em;
  font-size: 1rem;
  line-height: 2;
  color: rgb(255, 255, 255);
}

#introduction .pic {
  height: 190px;
  margin-top: 64px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url(../img/img_Introduction_slide.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #000;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-animation: nami_animetion 120s infinite linear;
  animation: nami_animetion 120s infinite linear;
}

@keyframes nami_animetion {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -5920px;
  }
}
@webkit-keyframes nami_animetion {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -5920px;
  }
}

/* ----------------------------------------
message
----------------------------------------- */
#message .message_box {
  padding: 0 2em;
}

#message .wrap {
  width: auto;
  max-width: 1000px;
  margin: 8% auto 0;
  position: relative;
  z-index: 10;
}

.message_box .img {
  width: 224px;
  margin: 0 0 2.5em 2.5em;
  float: right;
}

.message_box.jp  {
  color: rgb(255, 255, 255);
}
.message_box.en  {
  margin-top: 5%;
  color: rgb(137, 165, 189);
}

.message_box .txt  {
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 2;
}
.message_box .name {
  font-size: 1.25rem;
}
.message_box .name .role {
  display: inline-block;
  margin-left: .5em;
  vertical-align: middle;
  font-size: 0.875rem;
}

/* ----------------------------------------
biography
----------------------------------------- */

#biography {
  position: relative;
}

#biography .wrap {
  max-width: 1000px;
  margin: 8% auto 0;
}

#biography .flax h2 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.75rem;
  color: rgb(255, 247, 153);
}

#biography .flax .pic  {
  position: relative;
  margin-bottom: 10%;
  padding: 0 20px;
}
#biography .flax .pic .btn_profile  {
  width: 160px;
  position: absolute;
  bottom: -49px;
  right: -41px;
}

.module_castlist {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.module_castlist.second {
  margin-top: 8%;
  padding-top: 10%;
  border-top: 1px solid rgb(100, 109, 113);;
}

.module_castlist .card_image {
  display: inline-flex;
  justify-content: center;
}

.module_castlist .card_image li {
  text-align: center;
}
.module_castlist.first .card_image li {
  width: 25%;
  margin-left: 7%;
}
.module_castlist.second .card_image li {
  width: 25%;
  margin-left: 18%;
}
.module_castlist.first .card_image li:first-child, .module_castlist.second .card_image li:first-child {
  margin-left: 0;
}
.module_castlist .card_image li a {
  color: #fff;
}

.module_castlist .card_image .famous {
  line-height: 1.3;
  margin-bottom: .5em;
  padding-top: 1em;
  font-size: 0.875rem;
}

.module_castlist .card_image .name {
  font-size: 1rem;
}
.module_castlist .card_image .name .lang_en {
  display: inline-block;
  width: 100%;
  font-size: 0.8rem;
  font-weight: bold;
  color: rgb(137, 165, 189);
}

/* ----------------------------------------
program
----------------------------------------- */

#program .wrap {
  max-width: 1000px;
  margin: 8% auto 0;
  padding-bottom: 8%;
}

#program h1.title span {
  background-color: #646d71;
}


.program_list {
  display: flex;
  padding: 0 28px;
}
.program_list .box {
  color: #fff;
  width: 50%;
}
.program_list .box .lang_en {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8rem;
  font-weight: bold;
  color: rgb(137, 165, 189);
;
}

.program_list .box:last-child {
  margin-left: 5%;
}

.program_list h2 {
  font-size: 1.75rem;
  margin-bottom: .5em;
}
.program_list h2 .lang_en {
  margin-left: 1em;
}

.program_list .theme {
  font-size: 1.25rem;
  margin-bottom: .5em;
}

.program_list .date {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
}
.program_list .date .weekday {
  font-size: 0.75rem;
}

.program_list .list li {
  margin-top: 1em;
  line-height: 1.4;
  font-size: 1.1rem;
}
.program_list .list li .small {
  vertical-align: middle;
  font-size: 0.94rem;
}

/* ----------------------------------------
event
----------------------------------------- */

#event .title {
  color: #333;
}
#event .title span {
  background-color: #fff;
}
#event .title:before {
  background-color: #c7c7c7;
}

#event > .wrap {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 7% 0 0;
}

#event .inner {
  width: 960px;
  margin: 0 auto;
  padding: 48px 30px;
  box-sizing: border-box;
  border: solid 1px #e8e8e8;
}

#event .inner .txt_first {
  font-size: 1rem;
  line-height: 1.5;
}

#event .inner .contents {
  margin-top: 6%;
  padding-top: 6%;
  border-top: 1px solid #c7c7c7;
}
#event .inner .contents.first {
  margin-top: 8%;
  padding-top: 0;
  border-top: none;
}

#event .inner .box {
  display: flex;
}

#event .inner .contents .left {
  width: 78%;
}
#event .inner .contents h3 {
  line-height: 1.1;
  margin-bottom: 1em;
  padding: .2em .2em .2em 0.8em;
  font-size: 1.625rem;
  border-left: 9px solid #ec1515;
}
#event .inner .contents h3 .date {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
#event .inner .contents h3 .small {
  display: inline-block;
}
#event .inner .contents h3 .red {
  color: #ec1515;
}
#event .inner .contents h3 .lang_en {
  display: inline-block;
  font-size: 1.06rem;
}

#event .inner .contents .txt {
  line-height: 1.5;
  font-size: 1rem;
  padding-left: 2em;
}
#event .inner .contents .small {
  font-size: 0.81rem;
}
#event .inner .contents .symposium_title {
  display: block;
  margin-top: -1.5em;
}

#event .inner .contents .table {
  margin-top: 2em;
  padding-left: 2em;
}
#event .inner .contents .table dt {
  width: 4.5em;
  float: left;
}
#event .inner .contents .table dd {
  display: block;
  line-height: 1.5;
  margin-left: 4.5em;
}
#event .inner .contents .table dt .moderator {
  letter-spacing: 1em;
  margin-right: -1em;
}

#event .inner .contents .right {
  width: 22%;
  text-align: center;
}
#event .inner .contents .pic {
  display: inline-block;
  width: 140px;
  text-align: center;
}
#event .inner .contents .right .name {
  line-height: 1.5;
  margin-top: 0.5em;
  font-size: 1rem;
}
#event .inner .contents .right .txt_attention {
  margin-top: 0.5em;
  font-size: 0.81rem;
}
#event .inner .contents .right .name .en {
  display: block;
  font-size: 0.81rem;
}

#event .inner .contents .workin_list {
  display: flex;
  margin-top: 5%;
}
#event .inner .contents .workin_list li {
  width: 50%;
  margin-left: 4%;
}
#event .inner .contents .workin_list li .pic {
  margin-right: 1.2em;
  float: left;
}
#event .inner .contents .workin_list li .pic.profile:before {
  width: 83px;
  height: 36px;
}
#event .inner .contents .workin_list li .txt {
  font-size: 1rem;
}
#event .inner .contents .workin_list li .txt .en {
  display: inline-block;
  line-height: 1.3;
  margin-top: 1em;
  font-size: 0.81rem;
}
#event .inner .contents .workin_list li .modal_comment a {
  display: inline-block;
  margin-top: 1em;
  padding: .3em 1em;
  border: 1px solid #89a5bd;
  color: #89a5bd;
  font-size: 0.9rem;
}
#event .inner .contents .workin_list li .modal_comment a:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #89a5bd;
}

#event .inner .contents .txt.workin {
  line-height: 2;
  margin-top: 2em;
}

#event .inner .contents .workinpremiere {
  margin-top: 3em;
}

#event .inner .hall {
  margin-top: 6%;
  padding-top: 6%;
  border-top: 1px solid #c7c7c7;
}

#event .inner .hall h4 {
  margin-bottom: 1em;
  font-size: 1.38rem;
}
#event .inner .hall h4 .small {
  margin-left: 1em;
  vertical-align: middle;
  font-size: 0.81rem;
}

#event .inner .hall .txt  {
  margin-top: 1em;
  line-height: 1.4;
}
#event .inner .hall .txt .small {
  margin-top: 1.5em;
  font-size: 0.88rem;
}

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

#tickets .title {
  color: #333;
}
#tickets .title span {
  background-color: #fff;
}
#tickets .title:before {
  background-color: #c7c7c7;
}

#tickets > .wrap {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 7% 0 0;
}

#tickets .inner {
  width: 960px;
  margin: 0 auto;
  padding: 48px 30px;
  box-sizing: border-box;
  border: solid 1px #e8e8e8;
}

#tickets .inner .txt_first {
  margin-bottom: 70px;
  font-size: 0.88rem;
}

#tickets .buy {
  width: 280px;
  margin-top: 2em;
  font-weight: bold;
  border-color: #ffd400;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
}
#tickets .buy:after {
  display: inline-block;
  content: '好評発売中！';
  margin-top: -0.7em;
  color: #ec1515;
  font-size: 1rem;
  position: absolute;
  right: -7.5em;
  top: 50%;
}

#tickets .buy .table {
  display: table;
  height: 46px;
}
#tickets .buy .txt {
  display: table-cell;
  width: 21%;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
}
#tickets .buy .date {
  display: table-cell;
  width: 26%;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  color: #333;
  background-color: #ffd400;
}

#tickets h3 {
  margin-top: 1.5em;
  font-size: 1.37rem;
}

#tickets .txt {
  line-height: 2.1;
  margin-top: 1em;
  font-size: 0.94rem;
}
#tickets .txt .small {
  font-size: 0.75rem;
}
#tickets .txt a {
  text-decoration: underline;
  color: #1376c2;
  font-weight: bold;
}
#tickets .txt a:hover {
  text-decoration: none;
}

#tickets .attention {
  line-height: 1.85;
  margin-top: 1.5em;
  font-size: 0.81rem;
}

/* access */

#tickets .access {
  margin-top: 5%;
  padding-top: 5%;
}

#tickets .access h3 {
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: 1.5rem;
}
#tickets .access h3 .small {
  display: inline-block;
  font-size: 0.81rem;
}
#tickets .access h3 a {
  padding-bottom: .2em;
  border-bottom: 1px solid #000;
}
#tickets .access h3 a:hover {
  border: none;
}

#tickets .access .txt {
  line-height: 1.85;
  font-size: 0.81rem;
}

#tickets .access iframe {
	width: 100%;
  margin-top: 5%;
}

/* ----------------------------------------
sns
----------------------------------------- */

#sns {
  width: 960px;
  margin: 8% auto 0;
  overflow: hidden;
}

#sns h2 {
  margin-bottom: 72px;
}

#sns h2 {
  line-height: 1;
  color: #333;
  font-size: 26px;
  text-align: left;
}
#sns h2 {
  text-align: center;
}
#sns h2:after {
  display: inline-block;
  width: 100%;
  content: attr(title);
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}

#sns .box {
  width: 470px;
  float: left;
}
#sns .box.twitter {
  margin-right: 20px;
}

#sns .box h3 {
  display: inline-block;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
}
#sns .box h3:before {
  display: inline-block;
  content: '';
  margin-right: 12px;
  vertical-align: middle;
}
#sns .box.twitter h3:before {
  width: 42px;
  height: 34px;
  background-image: url(../img/ico_tw01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}
#sns .box.facebook h3:before {
  width: 34px;
  height: 34px;
  background-image: url(../img/ico_fb01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}

#sns .box .link {
  display: inline-block;
  width: 70%;
  text-align: right;
  vertical-align: middle;
}
#sns .box .link a {
  text-decoration: underline;
}
#sns .box .link a:hover {
  text-decoration: none;
}

#sns .box.twitter .link {
  width: 75%;
}
#sns .box.twitter .link a {
  color:  #55acee;
}
#sns .box.facebook .link a {
  color:  #3b5998;
}

#sns .box .wrap {
  height: 490px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  overflow: hidden;
}
#sns .box.twitter .wrap {
  border-color: #55acee;
}
#sns .box.facebook .wrap {
  border-color: #3b5998;
}


#youtube  {
  max-width: 960px;
  margin: 6% auto 0;
}

#youtube .box {
  width: 100%;
  height: 0;
  margin-top: 8%;
  padding-bottom: 56%;
  position: relative;
}
#youtube .box iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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

footer {
  width: 1000px;
  margin: 6% 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 .footer_part_1 .txt_en {
  line-height: 1.9;
  margin-top: 2em;
  font-size: 0.75rem;
}

.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 5%;
  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.rohm {
  width: 166px;
}
footer .footer_part_2 li.nomura {
  width: 208px;
}
footer .footer_part_2 li.beyond {
  width: 58px;
}
footer .footer_part_2 li.magcul {
  width: 59px;
}

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

footer .copy {
  margin-top: 2em;
  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: 1.2rem;
  }
  section .title span:after {
    font-size: .7rem;
  }
  section .title span {
    padding: 0 .5em;
    background-color: #000;
  }

  .pic.profile:before {
    width: 80px;
    height: 35px;
    bottom: 5%;
  }

  #message, #program, #event, #tickets {
    margin-top: -5%;
    padding-top: 5%;
  }

  /*
  header
  */

  header {
    height: 0;
    top: 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: #89a5bd;
    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 {
    line-height: 1.4;
    font-size: 1rem;
  }
  header .gnav li a:after {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 0.8rem;
    color: #89a5bd;
  }

  /*
  mv
  */

  .concertprogram {
    display: block;
    padding: 5% 1.5%;
  }

  .concertprogram li:nth-child(2) {
    margin: 2% 0 0;
  }

  .concertprogram .theme.one {
    line-height: 1.4;
    font-size: 1.2rem;
  }

  .concertprogram .date {
    font-size: 1.5em;
  }
  .concertprogram .date .year, .concertprogram .date .time {
    font-size: 1rem;
  }

  .concertprogram .lang_en {
    font-size: .7rem;
  }

  .concertprogram .event {
    font-size: 1rem;
  }

  .bg_black {
    padding: 10% 5%;
  }

  /* 
  introduction
  */
  
  #introduction {
    margin-top: -10%;
    padding-top: 10%;
  }
  #introduction h2, #biography .flax h2 {
    line-height: 1.4;
    font-size: 1.4rem;
  }

  #introduction .txt {
    padding: 0 .5em;
  }

  #introduction .pic {
    margin-top: 10%;
  }

  /* 
  message
  */

  #message .wrap, #biography .wrap {
    margin-top: 18%;
  }

  #message .message_box {
    padding: 0 1em;
  }

  .message_box .img {
    width: auto;
    max-width: 180px;
    margin: 0 auto;
    float: none;
  }

  .message_box .txt {
    margin-top: 2em;
  }

  /* 
  biography
  */

  #biography .flax .pic .btn_profile {
    width: 25%;
    right: -3%;
    bottom: -15%;
  }

  #biography .flax .pic {
    margin-bottom: 12%;
  }

  .module_castlist .card_image {
    flex-wrap: wrap;
  }

  .module_castlist.first .card_image li, .module_castlist.second .card_image li  {
    width: 46%;
    margin: 5% 2% 0!important;
  }

  .module_castlist .card_image .famous {
    font-size: 0.8rem;
  }
  .module_castlist .card_image .name {
    font-size: 1rem;
  }

  .module_castlist.second .pic.profile:before {
    bottom: 8%;
  }

  /* 
  program
  */

  #program .wrap {
    margin: 15% 5% 0;
  }

  .program_list {
    display: block;
    padding: 0 1em;
  }

  .program_list .box {
    width: 100%;
  }
  .program_list .box:last-child {
    margin: 10% 0 0;
  }

  .program_list h2 {
    font-size: 1.5rem;
  }

  .program_list .theme {
    font-size: 1.1rem;
  }

  .program_list .list li {
    font-size: 1rem;
  }

  /* 
  event
  */

  #event {
    margin: 0 1.5%;
  }

  #event .wrap {
    width: 100%;
    padding-top: 12%;
  }

  #event .inner {
    width: 94%;
    padding: 1.5em;
  }
  
  #event .inner .box {
    display: block;
  }

  #event .inner .contents {
    margin-top: 8%;
    padding-top: 8%;
  }

  #event .inner .contents .left {
    width: 100%;
  }

  #event .inner .contents h3 {
    font-size: 1.3rem;
  }

  #event .inner .contents h3 .date {
    font-size: .9rem;
    line-height: 1.2;
  }

  #event .inner .contents .txt {
    padding: 0;
  }

  #event .inner .contents .table {
    padding: 0;
  }

  #event .inner .contents .right {
    width: 30%;
    margin-top: 6%;
  }

  #event .inner .contents .right .name {
    line-height: 1.4;
    font-size: 0.9rem;
  }

  #event .inner .contents .pic {
    width: auto;
  }

  #event .inner .contents .workin_list {
    width: 100%;
    margin-top: 12%;
  }

  #event .inner .contents .workin_list li {
    margin: 0 2%;
  }
  #event .inner .contents .workin_list li .pic {
    width: 100%;
    float: none;
  }

  #event .inner .contents .workin_list li .txt {
    margin-top: 0.8em;
    font-size: 0.9rem;
  }

  #event .inner .contents .txt.workin {
    line-height: 1.3;
  }

  #event .inner .hall h4 {
    font-size: 1.1rem;
  }
  #event .inner .hall h4 .small {
    display: block;
    margin: 0;
  }

  /* 
  tickets
  */

  #tickets {
    margin: 0 5%;
  }

  #tickets .inner {
    width: 100%;
    padding: 2em 1.5em;
  }

  #tickets .buy {
    width: 100%;
  }

  #tickets .buy .table {
    width: 100%;
  }
  #tickets .buy .txt, #tickets .buy .date {
    width: 50%;
  }

  #tickets .buy:after {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: .5em;
    border-top: 1px solid #ffd400;
    box-sizing: border-box;
    text-align: center;
    position: static;
  }

  #tickets .txt {
    line-height: 1.5;
  }

  #tickets .access {
    margin-top: 8%;
    padding-top: 8%;
  }

  #tickets .access h3 {
    font-size: 1.2em;
  }

  #tickets .access .txt {
    line-height: 1.5;
  }

  #tickets .access iframe {
    height: 300px;
  }

  /*
  sns
  */

  #sns {
    width: 100%;
    margin-top: 15%;
  }

  #sns h2 {
    font-size: 1.375rem;
  }

  #sns h2:after {
    font-size: 0.75rem;
  }

  #sns h2 {
    line-height: 1.4;
    margin-bottom: 1.5em!important;
  }

  #sns .box {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  #sns .box.twitter {
    margin-bottom: 12%;
  }

  #sns .box .wrap {
    height: 300px;
  }

  #sns .box h3 {
    margin-bottom: 8%;
    font-size: 17px;
  }
  #sns .box.twitter h3:before {
    width: 34px;
    height: 26px;
  }
  #sns .box.facebook h3:before {
    width: 32px;
    height: 32px;
  }

  #sns .box .link, #sns .box.twitter .link {
    width: auto;
    margin-left: 1em;
  }

  /* 
  youtube
  */

  #youtube {
    margin: 0 5%;
  }

  /* 
  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: 80%;
  }
  footer .footer_part_2 li.bunka, footer .footer_part_2 li.rohm, footer .footer_part_2 li.nomura, footer .footer_part_2 li.beyond, footer .footer_part_2 li.magcul {
    width: auto;
  }

  footer .halllogo {
    display: flex;
    width: 140px;
    margin: 0 auto;
  }
  footer .halllogo li:nth-child(-n+2) {
    width: auto;
  }
  footer .halllogo li:nth-child(3) {
    width: auto;
  }

}


@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: #89a5bd;
  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: #89a5bd;
}

.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: #89a5bd;
    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: #89a5bd;
    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: #89a5bd!important;
  }
}