@charset "utf-8";

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

body {
	color: #333;
	font: 13px/1.5 Helvetica, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	*font-size: small;
	*font: x-small;
}

a {
	color: #000;
}

.pc {
	display: block!important;
}

.sp {
	display: none!important;
}

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

/* hidetxt */
.hidetxt a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

a:hover img{
	filter: alpha(opacity = 75);
	-ms-filter: "alpha( opacity=75 )";
	-moz-opacity: 0.75;
	opacity: 0.75;
}

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

.lang_ja_min {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}
.lang_en_serif {
  font-family: "Times New Roman", serif;
}

/* card_image */
.card_image {
	
}

.card_image li {
	display: inline-block;
}

.card_image li {
	width: 130px;
	margin: 0 25px 48px 0;
	vertical-align: top;
}

.card_image li:nth-child(3n) {
  margin: 0 0px 48px 0;
}

.card_image li p {
  text-align: center;
}

.card_image .famous {
	line-height: 1.3;
	margin-bottom: 0.8em;
	padding-top: 16px;
	font-size: 12px;
}
.card_image .famous .lang_en_serif {
	display: inline-block;
	width: 100%;
	color:  #736911;
	font-size: 10px;
	font-style: italic;
}

.card_image .name {
	line-height: 1.3;
	font-size: 12px;
}

.card_image .name .en {
	display: inline-block;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #b42912;
}

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

header {
	width: 100%;
	height: 72px;
	background: -webkit-linear-gradient(0deg, #d03a1d 0%, #fffd54 100%);
	background: -moz-linear-gradient(0deg, #d03a1d 0%, #fffd54 100%);
	background: -o-linear-gradient(0deg, #d03a1d 0%, #fffd54 100%);
	background: -ms-linear-gradient(0deg, #d03a1d 0%, #fffd54 100%);
	background: linear-gradient(90deg, #d03a1d 0%, #fffd54 100%);
	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: 27px;
	text-align: center;
}
header .gnav li {
	display: inline-block;
	margin: 0 2.5em;
}
header .gnav li:last-child {
	margin-right: 0;
}

header .gnav li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

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

#mv {
	padding-top: 70%;
  background-color: #000;
	background-image: url(../img/bg_mv01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

#mv .wrap {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	/*padding: 16.2% 0;*/
	position: absolute;
	left: 0;
	top: 0;
}

#mv h1 {
	width: 580px;
	margin-left: -299px;
	margin-top: -214px;
	position: absolute;
	top: 50%;
	left: 50%;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
	#mv h1 {
		width: 400px;
    top: 60%;
	  left: 50%;
    margin-left: -210px;
	}
}

@media screen and (min-width: 1400px) {
	#mv h1 {
		width: 700px;
    top: 47%;
	  left: 50%;
    margin-left: -360px;
	}
}


#mv .txt {
	max-width: 540px;
	margin-left: -278px;
	position: absolute;
	top: 68%;
	left: 50%;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
	#mv .txt {
		max-width: 400px;
    top: 68%;
	  left: 50%;
    margin-left: -210px;
	}
}

@media screen and (min-width: 1400px) {
	#mv .txt {
    max-width: 600px;
    top: 71%;
	  left: 50%;
    margin-left: -310px;
	}
}


#mv .right_txt {
  position: absolute;
  width: 100px;
    top: 8%;
	  right: 6%;
    margin-right:10px;
}

#mv .left_txt {
  position: absolute;
  width: 120px;
    top: 8%;
	  left: 6%;
    margin-right:10px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	#mv .right_txt {
      position: absolute;
      width: 90px;
        top: 8%;
        right: 6%;
        margin-right:10px;
    }

    #mv .left_txt {
      position: absolute;
      width: 100px;
        top: 8%;
        left: 6%;
        margin-right:10px;
    }
}

@media screen and (min-width: 1400px) {
	#mv .right_txt {
    position: absolute;
    width: 150px;
      top: 5%;
      right: 6%;
      margin-right:10px;
  }

  #mv .left_txt {
    position: absolute;
    width: 170px;
      top: 5%;
      left: 6%;
      margin-right:10px;
  }
}



#mv .credit {
	color: #fff;
	font-size: 12px;
	position: absolute;
	left: 24px;
	bottom: 32px;
}

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

#introduction {
	margin-top: -72px;
	padding-top: 72px;
}

#introduction .wrap {
	padding: 70px 0;
	background-image: url(../img/bg_introduction01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}

#introduction h2 {
	width: 302px;
	margin: 0 auto 54px;
}

#introduction .txt {
	line-height: 2.3;
	text-align: center;
	font-size: 15px;
	color: #fff;
}

/* ----------------------------------------
story
----------------------------------------- */

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

#story .bx-wrapper {
	/*width: 1400px;*/
	margin: 0 auto;
	position: relative;
}

#story .bx-pager {
	text-align: right;
	position: absolute;
	bottom: 5%;
	right: 100px;
	z-index: 300;
}
#story .bx-pager div {
	display: inline-block;
	margin: 0 5px;
}
#story .bx-pager a {
	display: block;
	width: 9px;
	height: 9px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
	background-color: #d5d5d5;
}
#story .bx-pager .active {
	background-color: #e60012;
}

#story .right {
	width: 600px;
	padding: 5% 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 100px;
	z-index: 100;
  text-shadow: 1px 1px 2px #000;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	#story .right {
		width: 55%;
	}
}

#story .right h2 {
	margin-bottom: 1em;
	color: #fff;
}

#story .right .txt {
	line-height: 1.9;
	font-size: 15px;
	color: #fff;
}

#story .right .tabs {
	position: absolute;
	right: 0;
	top: 14%;
}
#story .right .tabs li a {
	color: #fff;
	font-size: 15px;
}
#story .right .tabs li.current a {
	color: #fff200;
	text-decoration: underline;
}

#story .right .tabs li {
	display: inline-block;
}
#story .right .tabs li:first-child:after {
	display: inline-block;
	content: '/';
	margin: 0 0.5em;
	color: #fff;
}

/* ----------------------------------------
charactermap
----------------------------------------- */

#charactermap {
	padding: 5% 0% 20% 0%;
	background-image: url(../img/bg_charactermap01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}

#charactermap .left {
	max-width: 56%;
	margin-left: 21.5%;
}
#charactermap h2 {
	margin-bottom: 40px;
	color: #fff;
}

/* ----------------------------------------
cast-intro
----------------------------------------- */

#cast-intro {
	padding: 7% 0%;
	background-image: url(../img/cast_intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 20%;
	-webkit-background-size: cover;
	background-size: cover;
}

#cast-intro h2 {
  width: 598px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

#cast-intro .txt {
  font-size: 15px;
  line-height: 37px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-shadow: 1px 3px 4px #000;
}

#cast-intro .txt span.yellow {
  color: #fcd313;
}

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

#cast-staff {
	margin-top: -72px;
	padding-top: 72px;
	position: relative;
}
#cast-staff:before {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url(../img/bg_cast-staff.jpg);
  background-size: cover;
	position: absolute;
	left: 0;
	top: 72px;
	z-index: -1;
}

#cast-staff .wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 85px 0 0 0;
}

#cast-staff h2 {
	margin-bottom: 56px;
}

#cast-staff .performance-date {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  color: #fff;
  background-color: #51301c;
  display: inline-block;
  padding:1.4% 17%;
  margin-left: 10%;
  font-size: 25px;
  margin-bottom: 50px;
  margin-top: 12px;
}

#cast-staff .performance-date .youbi {
  font-size: 18px;
}

#cast-staff .link_bnr {
  width: 435px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

/* card_image mein */
#cast-staff .card_image.mein {
	margin-bottom: 10px;
	padding-bottom: 10px;
  text-align: center;
}

#cast-staff .card_image.mein .name {
	line-height: 1.1;
	padding-top: 32px;
	text-align: center;
	font-size: 16px;
}
#cast-staff .card_image.mein .name .small {
	font-size: 14px;
}

#cast-staff .card_image.mein .lang_en_serif {
	color:  #736911;
	font-size: 16px;
	font-style: italic;
}
#cast-staff .card_image.mein .lang_en_serif .small {
	font-size: 14px;
	font-style: normal;
}

#cast-staff .card_image.mein li {
	width: 324px;
	margin: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

#cast-staff .card_image.mein li img {
  width:250px;
}

#cast-staff .clearfix:after {
  clear: both;
  display: block;
  content: "";
}

#cast-staff .left {
  width: 50%;
  float: left;
  border-right: 1px solid #7e6716;
}

#cast-staff .right {
  width: 45%;
  float: right;
}

#cast-staff .right li .sanja {
  margin-left: -10px;
  margin-right: -10px;
}

#cast-staff .right li:nth-child(4) , #cast-staff .right li:nth-child(5) , #cast-staff .right li:nth-child(6) {

}

#cast-staff .group:before {
  content:"";
  display:block;
  background: url(../img/cast_line.png) no-repeat;
  height:20px;
  background-size: 100%;
  margin-bottom: 15px;
}

#cast-staff .group:after {
  content:"";
  display:block;
  background: url(../img/cast_line.png) no-repeat;
  height:20px;
  background-size: 100%;
  margin-top: 15px;
}


#cast-staff .group {
	line-height: 2.2;
	padding: 45px 0 10px;
	font-size: 16px;
}

#cast-staff .group table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  color: #000;
}

#cast-staff .group table th {
  font-weight:100!important;
  text-align: right;
  padding-right: 20px;
}

#cast-staff .group table td {
  font-weight:100!important;
  text-align: left;
  padding-left: 22px;
}

#cast-staff .group .link {
  text-decoration: underline;
}

#cast-staff .group .link:hover {
  text-decoration: none;
}

#cast-staff .staff {
	margin-bottom: 40px;
	padding: 56px 3% 16px;
	overflow: hidden;
}

#cast-staff .staff .first th {
  vertical-align: text-top;
}

#cast-staff .staff .first td {
  vertical-align: text-top;
  line-height: 1.8;
  padding-bottom: 1em;
}

#cast-staff .staff .small {
  font-size: 13px;
}

#cast-staff .staff table {
	width: 56%;
	line-height: 3.1;
	text-align: left;
	font-size: 16px;
	float: left;
}

#cast-staff .staff table.ja th {
	width: 29%;
}
#cast-staff .staff table.en {
	color:  #736911;

}
#cast-staff .staff table.en {
	width: 44%;
}
#cast-staff .staff table.en th {
	width: 50%;
}
#cast-staff .staff table.en td {
	font-style: italic;
}

#cast-staff .attention {
	line-height: 1.3;
	text-align: center;
	font-size: 16px;
}

#cast-staff .attention .en {
	font-size: 12px;
}

#cast-staff .attention-txt {
  margin-top: 3em;
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
}
#cast-staff .attention-txt strong {
  font-size: 14px;
}

/* ----------------------------------------
message
----------------------------------------- */

#message {
	padding: 80px 0;
	background-image: url(../img/bg_message.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}

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

#message .youtube {
	max-width: 820px;
  margin: 0 auto;
}

#message .youtube h3 {
  margin-bottom: 1em;
  padding: .2em 0 .2em .7em;
  font-size: 19px;
  border-left: 5px solid #fa8919;
}

#message .ex {
	margin-top: 24px;
	padding: 24px 32px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.8);
}

#message .ex .txt {
	font-size: 15px;
	font-weight: bold;
}

#message .ex .txt a {
	margin-left: 1em;
	text-decoration: underline;
	font-size: 14px;
	color: #1376c2;
}
#message .ex .txt a:hover {
	text-decoration: none;
}
#message .ex .txt a:after {
	display: inline-block;
	content: '';
	margin-left: .5em;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background-image: url(../img/ico_otherlink01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}

/* ----------------------------------------
outline
----------------------------------------- */

#outline {
	margin-top: -72px;
	padding-top: 72px;
}

#outline .wrap {
	width: 960px;
	margin: 0 auto;
	padding-top: 120px;
}

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

#outline .access {
	width: 100%;
	margin-bottom: 40px;
	float: left;
}
#outline .access .detail {
	margin-bottom: 40px;
}

#outline .access .date {
	margin-bottom: .5em;
	font-size: 32px;
}
#outline .access .date .small {
	font-size: 18px;
}

#outline .red_small {
  color: #ed2f09;
  font-size: 12px;
  margin-left: 1.5em;
}

#outline .access h3 {
	line-height: 1.2;
	margin-bottom: .5em;
	font-size: 32px;
}
#outline .access h3 .small {
	font-size: 18px;
}

#outline .access .txt {
	line-height: 1.7;
	font-size: 14px;
}

/* info */
#outline .info {
	padding: 32px 24px;
	border-radius: 3px;
	background-color: #fafafa;
	clear: both;
}

#outline .info h4 {
	margin-bottom: .5em;
	font-size: 22px;
}

#outline .info .ticket .price {
	margin-bottom: .3em;
	font-size: 16px;
}
#outline .info .ticket .price .small {
	font-size: 13px;
}

#outline .info .ticket .attention {
	margin-bottom: 2em;
	font-size: 12px;
}

#outline .info .ticket .buy {
	overflow: hidden;
	margin-bottom: 56px;
}

#outline .info .ticket .buy li {
	font-weight: bold;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	background-color: #ffffff;
	float: left;
}
#outline .info .ticket .buy li.kame {
	width: 606px;
	margin-right: 25px;
	border-color: #ff5400;
}
#outline .info .ticket .buy li.general {
	width: 280px;
	border-color: #ffd400;
}


#outline .info .ticket .buy li .table {
	display: table;
	height: 46px;
}

#outline .info .ticket .buy li .txt {
	display: table-cell;
	width: 51%;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
}
#outline .info .ticket .buy li .txt .small {
	font-size: 11px;
}
#outline .info .ticket .buy li.general .txt {
	width: 21%;
	font-size: 16px;
}

#outline .info .ticket .buy li .date {
	display: table-cell;
	width: 18%;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	background-color: #ff5400;
}
#outline .info .ticket .buy li.general .date {
	width: 26%;
	color:  #333;
	font-size: 16px;
	background-color:  #ffd400;
}

#outline .info .other {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #d8d8d8;
}

#outline .info .other .txt {
	line-height: 1.7;
	font-size: 15px;
}
#outline .info .other .txt a {
	text-decoration: underline;
	font-size: 14px;
	color: #1376c2;
}
#outline .info .other .txt a:hover {
	text-decoration: none;
}

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

#event {
	margin-top: -72px;
	padding-top: 72px;
}
#event .wrap {
	width: 960px;
	margin: 0 auto 120px;
	padding-top: 120px;
}

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

#event .link_bnr {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

#event article {
	margin-bottom: 40px;
	padding: 40px 24px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #ebebeb;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.78);
	box-shadow: 2px 4px 11px 0px rgba(4, 0, 0, 0.03);
}
#event article:last-child {
	margin-bottom: 0;
}


#event .card_image .name .en {
	color: #143f9c;
}

#event .card_image li {
	width: 110px;
	margin: 0 10px 10px 0;
	vertical-align: top;
}

#event .card_image li:nth-child(3n) {
  margin: 0 10px 10px 0;
}

#event h3 {
	margin: 0 0 1em -24px;
	padding: .1em .6em;
	font-size: 26px;
	border-left: 6px solid #143f9c;
}
#event h3 .end {
	display: inline-block;
	vertical-align: top;
	margin-left: 1em;
	padding: .4em .8em;
	font-size: 14px;
	color: #fff;
	background-color: #e60012;
}

#event .ttl_link {
  text-decoration: underline;
}
#event .ttl_link:hover {
  text-decoration: none;
}

#event h3 .small {
  font-size: 13px;
  font-weight: normal;
}

#event .date {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
}

#event .txt {
	line-height: 1.7;
	margin-bottom: 2em;
	font-size: 15px;
}
#event .txt:last-child {
	margin-bottom: 0;
}
#event .txt.performer {
	margin-bottom: 0.8em;
}
#event .txt .red {
	color: #e60012;
}

#event .txt a {
	text-decoration: underline;
	font-size: 14px;
	color: #1376c2;
}
#event .txt a:hover {
	text-decoration: none;
}

#event .download {
	overflow: hidden;
}

#event .download li {
	width: 444px;
	float: left;
}
#event .download li:first-child {
	margin-right: 20px;
}

#event .download li a {
  display: block;
  padding: .8em 1em;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #de1d16;
  -webkit-box-shadow: inset 0 -4px rgba(97,97,97,.46);
  -moz-box-shadow: inset 0 -4px rgba(97,97,97,.46);
  box-shadow: inset 0 -4px rgba(97,97,97,.46);
}
#event .download li a:after {
  display: inline-block;
  content: '';
  width: 22px;
  height: 21px;
  margin-top: -5px;
  margin-left: .5em;
  vertical-align: middle;
  background-image: url(../img/ico_download01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: contain;
  background-size: contain;
}
#event .download li a:active {
  -webkit-box-shadow: inset 0 0 rgba(97,97,97,.46);
  -moz-box-shadow: inset 0 0 rgba(97,97,97,.46);
  box-shadow: inset 0 0 rgba(97,97,97,.46);
}
#event .download li a:hover {
  text-decoration: none;
}

#event .card_image {
	margin-bottom: 32px;
	text-align: left;
}

#event .card_image li {
	margin-bottom: 0;
}

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

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

#sns h2 {
	margin-bottom: 72px;
  padding-top: .5em;
}

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

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

footer {
	width: 1000px;
	margin: 140px auto 0;
	padding-bottom: 72px;
	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: 40px;
	text-align: center;
	font-size: 17px;
	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 {
	width: 628px;
	margin: 0 auto 45px;
}

/* footer_part_3 */
footer .footer_part_3 {
	width: 100%;
	margin-bottom: 72px;
	text-align: center;
}

.footer_part_3 .ico {
	display: inline-block;
	margin-right: .5em;
	padding: .2em 2.5em;
	font-size: 12px;
	border: 1px solid #000;
}

.footer_part_3 .tel {
	display: inline-block;
	font-size: 30px;
	vertical-align: middle;
}

.footer_part_3 .tel .small {
	display: inline-block;
	margin-left: .8em;
	padding-bottom: .3em;
	vertical-align: bottom;
	font-size: 14px;
}

/* hglogo */
footer .kpchlogo {
	width: 166px;
	margin: 0 auto 20px;
}

footer .copy {
	text-align: center;
	font-size: 10px;
}


@media screen and (max-width: 786px) {
  
  .sp_inner {
    overflow-x: hidden!important;
  }

	.pc {
		display: none!important;
	}

	.sp {
		display: block!important;
	}

	h2 {
		font-size: 22px;
	}

	h2.section:after {
		font-size: 12px;
	}

	h2.section {
		line-height: 1.4;
		margin-bottom: 1.5em!important;
	}

	/*
	mv
	*/

	#mv {
    background-image: url(../img/sp_bg_mv01.jpg);
		padding-top: 65%;
		margin-bottom: 0;
		-webkit-background-size: contain;
		background-size: contain;
		background-color: #000;
	}

	#mv .wrap {
		margin-top: -40%;
		padding-bottom: 12%;
		position: static;
	}

	#mv h1 {
		width: 55%;
		margin: 0 auto 30%;
		position: static;
	}

	#mv .txt {
		width: 96%;
    font-size: 13px;
    color: #fff;
    line-height: 1.9;
		margin: 0 auto -5%;
		position: static;
	}

	/*
	header
	*/

	header {
		height: auto;
	}

	header .gnav {
		padding: 26px 0;
	}

	header .gnav li {
		margin: 0 0.6em;
	}
	header .gnav li a {
		font-size: 13px;
	}

	/*
	introduction
	*/

	#introduction .wrap {
		padding: 15% 8%;
	}

	#introduction h2 {
		width: 100%;
		margin-bottom: 12%;
	}

	#introduction .txt {
		line-height: 2.2;
	}

	/*
	story
	*/

	#story .bx-pager {
		width: 100%;
		text-align: center;
		right: -30%;
		bottom: 8%;
	}

	#story .right {
		width: 90%;
		margin: 0 auto;
		padding: 12% 0;
		position: static;
	}

	#story .right h2 {
		font-size: 22px;
	}

	#story .right .txt {
		font-size: 14px;
		line-height: 2.2;
	}

	#story .right .tabs {
		margin-bottom: -1.5em;
		text-align: right;
		position: static;
	}

	#story .right .tabs li a {
		font-size: 14px;
	}

	/*
	charactermap
	*/

	#charactermap {
		padding: 15% 0;
		background-position: 80% 0;
	}

	#charactermap .left {
		max-width: 90%;
		margin: 0 auto;
	}
  
  /*
	cast-intro
	*/
  
  #cast-intro h2 {
    width: 90%;
    padding: 0 1% 0 0;
  }
  
  #cast-intro .txt {
    width: 90%;
    padding: 0 1% 0 0;
  }
  
	/*
	cast-staff
	*/

	#cast-staff .wrap {
		width: 90%;
    padding: 15% 0 0;
	}
  
  #cast-staff {
    padding-bottom: 0;
    margin-bottom: 20%;
  }
  
  #cast-staff .performance-date {
  display: block;
  width: 96.5%;
  padding:1.4% 0;
  text-align: center;
  margin-left: 2%;
  font-size: 20px;
  margin-bottom: 10%;
  margin-top: 1%px;
}

#cast-staff .performance-date .youbi {
  font-size: 18px;
}
  

	#cast-staff .card_image.mein li {
		width: 100%;
		margin-left: auto;
    margin-right: auto;
	}

	#cast-staff .card_image.mein .name, #cast-staff .card_image.mein .name .small {
		padding-top: 1.5em;
		font-size: 14px;
	}

	#cast-staff .card_image.mein .lang_en_serif .small, #cast-staff .card_image.mein .lang_en_serif {
		font-size: 11px;
	}

	#cast-staff .card_image.mein {
		margin-bottom: 4%;
		padding-bottom: 4%;
	}
  
  #cast-staff .link_bnr {
    width: 90%;
  }
  
  #cast-staff .left {
    width: 100%;
    float: none;
    display: block;
    border-right: none;
    padding-bottom: 3%;
    margin-bottom: 14%;
    border-bottom: 1px solid #7e6716;
  }

  #cast-staff .right {
    width: 100%;
    float: none;
    display: block;
    border-right: none;
  }
  
  #cast-staff .right li:nth-child(4) , #cast-staff .right li:nth-child(5) , #cast-staff .right li:nth-child(6) {
    margin-top: 0;
  }

  #cast-staff .right li .sanja {
  margin-left: 0;
  margin-right: 0;
}
  
	#cast-staff .card_image li {
		width: 28%;
		margin: 0 2.5% 8%;
	}
  
  #cast-staff .card_image li:nth-child(3n) {
		width: 28%;
		margin: 0 0 8% 2.5%;
	}

	#cast-staff .group:before {
  height:20px;
  background-size: 200%;
  background-position: 50%;
  margin-bottom: 15px;
}

#cast-staff .group:after {
  height:20px;
  background-size: 200%;
  background-position: 50%;
  margin-top: 15px;
}


#cast-staff .group {
	line-height: 2.2;
	padding: 45px 0 10px;
}

#cast-staff .group table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #000;
}

  #cast-staff .group tr {
    margin-bottom: 3%;
  }  
  
#cast-staff .group table th {
  display: block;
  padding-right: 0px;
  text-align: center;
}

#cast-staff .group table td {
  display: block;
  padding-left: 0;
  text-align: center;
}

	#cast-staff .staff {
		padding: 15% 0 0 0;
		margin-bottom: 10%;
	}

	#cast-staff .staff table, #cast-staff .staff table.en {
		width: 100%;
		font-size: 14px;
		line-height: 2.2;
		float: none;
	}

	#cast-staff .staff table.ja th, #cast-staff .staff table.en th {
		width: 56%;
	}

	#cast-staff .staff table.en {
		margin-top: 8%;
	}

	#cast-staff .attention {
		line-height: 1.4;
		font-size: 14px;
	}

	/*
  youtube
  */

  #message {
  	padding: 12% 0;
  }

  #message .youtube {
    width: 92%;
    height: auto;
  }

  #message .youtube h3 {
    line-height: 1.3;
    font-size: 17px;
  }

  #message .youtube .mov {
    padding-top: 56.25%;
    position: relative;
  }

  #message .youtube .mov iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #message .ex {
  	margin-top: 8%;
  }

  #message .ex .txt {
  	line-height: 1.4;
  	margin-bottom: 1em;
  	font-size: 14px;
  }
  #message .ex .txt:last-child {
  	margin-bottom: 0;
  }

	/*
	outline
	*/

	#outline .wrap {
		width: 90%;
		padding: 12% 0;
	}

	#outline .access {
		width: 100%;
		margin: 0 0 12%;
	}

	#outline .access .detail {
		min-height: auto;
		margin-bottom: 8%;
	}

	#outline .access .date {
		font-size: 22px;
	}
	#outline .access .date .small {
		font-size: 16px;
	}

	#outline .access h3 {
		font-size: 26px;
	}

	#outline .access iframe {
		width: 100%;
	}

	/* info */
	#outline .info {
		padding: 8% 5%;
	}

	#outline .info h4 {
		font-size: 19px;
	}

	#outline .info .ticket .price {
		line-height: 1.4;
		margin-bottom: 1em;
		font-size: 15px;
	}

	#outline .info .ticket .attention {
		font-size: 13px;
	}

	#outline .info .ticket .buy {
		margin-bottom: 12%;
	}

	#outline .info .ticket .buy li {
		width: 100%!important;
		margin-bottom: 8%;
	}
	#outline .info .ticket .buy li.general {
		margin-bottom: 0;
	}

	#outline .info .ticket .buy li .table {
		display: block;
		height: auto;
	}

	#outline .info .ticket .buy li .txt, #outline .info .ticket .buy li .date {
		display: block;
		width: 100%;
		line-height: 1.3;
		padding: .8em;
		font-size: 17px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#outline .info .ticket .buy li.general .txt, #outline .info .ticket .buy li.general .date {
		width: 100%;
		padding: .8em;
		font-size: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#outline .info .other {
		padding-top: 8%;
		margin-top: 8%;
	}

	#outline .info .other .txt {
		line-height: 1.8;
		font-size: 14px;
	}

	/*
	event
	*/

	#event .wrap {
		width: 90%;
		margin-bottom: 12%;
		padding-top: 12%;
	}

	#event article {
		padding: 10% 5%;
	}

  #event .link_bnr {
    width:95%;
  }
  
	#event h3 {
		margin-left: 0;
		font-size: 22px;
		line-height: 1.4;
	}
	#event h3 .end {
		font-size: 13px;
	}

	#event .txt {
		line-height: 1.8;
		margin-bottom: 2em;
		font-size: 14px;
	}

	#event .card_image {
		margin-bottom: 0;
	}

	#event .card_image li {
		width: 28%;
    margin-right: 6%;
		margin-bottom: 8%;
	}
  
  #event .card_image li:nth-child(3n) {
    margin-right: 0%;
	}

	#event .download li {
		width: 100%;
		float: none;
	}
	#event .download li:first-child {
		margin: 0 0 5%;
	}

	#event .download li a {
		font-size: 16px;
	}

	/*
	sns
	*/

	#sns {
		width: 100%;
	}

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

	/*
	footer
	*/

	footer {
		width: 92%;
		margin-top: 15%;
		padding-bottom: 15%;
	}

	footer .pagetop {
		width: 12%;
		position: fixed;
		top: 90%;
		right: 3%;
		z-index: 50;
		opacity: 1;
		transition :all 0.5s;
	}
	@media screen and (orientation: landscape) {
		footer .pagetop {
			width: 7%;
			top: 80%;
		}
	}
	footer .pagetop.popup {
		opacity: 0;
		transition :all 0.5s;
		-webkit-transform: translate(0, 50%);
		transform: translate(0, 50%);
	}

	/* footer_part_1 */
	footer .footer_part_1 {
		width: 90%;
		margin: 0 auto 8%;
	}

	.footer_part_1 .txt {
		font-size: 15px;
	}

	.footer_part_1 .logo {
		width: 35%;
	}

	/* footer_part_2 */
	footer .footer_part_2 {
		min-width: 300px;
    max-width: 650px;
    width: 95%;
		margin-bottom: 12%;
	}

	/* footer_part_3 */
	footer .footer_part_3 {
		margin-bottom: 10%;
	}

	.footer_part_3 .ico {
		display: block;
		width: 64%;
		margin: 0 auto 1em;
		font-size: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.footer_part_3 .tel {
		font-size: 26px;
	}

	.footer_part_3 .tel .small {
		font-size: 14px;
	}

	footer .copy {
		text-align: center;
		font-size: 13px;
	}
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
	#mv .txt {
		bottom: 76px;
	}

	#story .right {
		width: 48%;
		right: 5%;
	}

	#story .right .txt {
		line-height: 2.2;
		font-size: 14px;
	}

	#story .bx-pager {
		right: auto;
		left: 5%;
	}

	footer .pagetop {
		right: 2%;
	}
}

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

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

.mfp-wrap .link {
	color: #129ceb;
  text-decoration: underline;
}
.mfp-wrap .link:hover {
  text-decoration: none;
}


.modal-staff {
  position: relative;
}

.modal-staff_inner {
  position: relative;
  display: table;
  width: 100%;
  max-width: 1200px;
  margin: 5% auto;
  padding: 10px 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: middle;
  width: 100%;
  padding-bottom: 24px;
  box-sizing: border-box;
}

.modal_content {
  display: block;
  vertical-align: middle;
  width: 100%;
}

.modal_meta {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: bold;
}
.modal_meta .lang_en_serif, .modal_caetgory .lang_en_serif {
    font-size: 10px;
    color: #979442;
    font-style: italic;
    font-weight: normal;
  }
  .modal_meta .lang_en_serif {
  	margin-left: .8em;
  }
  .modal_caetgory .lang_en_serif {
  	margin-left: 0em;
  }

.modal_heading_wrap {
  overflow: hidden;
  position: relative;
  display: table;
  width: 100%;
}

.modal_meta._sd {
  display: table-cell;
  font-size: 10px;
}

.modal_heading._sd {
  display: table-cell;
  width: 20%;
}

.modal_heading {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 17px;
}

.modal_heading-en {
  margin-bottom: 10px;
  font-size: 10px;
  color: #979442;
}

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

.modal_text {
  font-size: 12px;
  line-height: 1.6;
}


@media screen and (min-width: 787px) {
  .modal-staff_inner {
    padding: 20px;
  }
  .modal-dismiss {
    top: 20px;
    right: 20px;
  }
  .modal_image {
    padding-right: 20px;
  }
  .modal_meta {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .modal_heading_wrap {
	  overflow: hidden;
	  position: relative;
	  display: table;
	  width: 100%;
  }

  .modal_meta._sd {
  	  display: table-cell;
  	  font-size: 12px;
  }

  .modal_heading._sd {
  	  display: table-cell;
  	  width: 100px;
  }

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

@media screen and (min-width: 1200px) {
  .modal-staff_inner {
    padding: 0;
  }
  .modal-dismiss {
  	width: 18px;
    top: 36px;
    right: 35px;
  }
  .modal_image {
    display: table-cell;
    box-sizing: border-box;
    width: 460px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: -3%;
    vertical-align: middle;
  }
  .modal_image img {
    width: 460px;
  }
  .modal_content {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-left: 95px;
    padding-right: 90px;
  }
  .modal_meta {
    margin-bottom: .2em;
    font-size: 18px;
  }
  .modal_meta .lang_en_serif, .modal_caetgory .lang_en_serif {
    font-size: 14px;
    color: #979442;
    font-style: italic;
    font-weight: normal;
  }
  .modal_meta .lang_en_serif {
  	margin-left: .8em;
  }
  .modal_caetgory .lang_en_serif {
  	margin-left: 0em;
  }

  .modal_heading_wrap {
	  overflow: hidden;
	  position: relative;
	  display: table;
	  width: 100%;
  }

  .modal_meta._sd {
  	  display: table-cell;
  }

  .modal_heading._sd {
  	  display: table-cell;
  	  width: 135px;
  }

  .modal_heading {
  	/*line-height: 0;*/
    margin-bottom: 0;
    font-size: 34px;
  }
  .modal_heading-en {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .modal_caetgory {
    margin-bottom: 1.5em;
    margin-left: -.5em;
    font-size: 20px;
  }
  .modal_text {
  	line-height: 2;
    font-size: 15px;
  }
}