@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');

/*---------Common---------------*/
* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}


.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

/*-----Loading-------*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	background: #000;
	text-align: center;
	color: #fff;
	display: none;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*-----Header Menu-------*/

#nav_box {
	width: 100%;
	min-width: 1000px;
	height: 37px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	border-top: 2px solid #BD334A;
}

#nav_set_box {
	padding: 0;
	width: 1000px;
	height: 37px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	z-index: 300;
	display: flex;
	justify-content: center;
}

.menu_btn {
	height: 37px;
	font-family: "League Gothic", sans-serif;
	font-size: 13pt;
	font-weight: 500;
	color: #008799;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #000000;
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #008799;
	color: #FFFFFF;
}


.menu_btn2 {
	height: 37px;
	font-family: "League Gothic", sans-serif;
	font-size: 15pt;
	font-weight: 500;
	color: #000000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #008799;
}

.menu_btn2:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #008799;
	color: #FFFFFF;
}


.btn_fb,
.btn_tw,
.btn_ist {
	width: 70px;
	padding-left: 0;
	padding-right: 0;
}


/*-----Menu Box-------*/
.menu_box {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
}

.btn_menu {
	width: 50px;
	height: 50px;
 font-family: "League Gothic", sans-serif;
	font-size: 15pt;
	font-weight: 700;
	color: #e8d0c6;
	background-color: #000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	/*	padding-left: 15px;*/
	/*	padding-right: 15px;*/
	float: left;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	margin-left: 10px;
}

.btn_menu:hover {
	cursor: pointer;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
}




/*-----Main-------*/
#top_box {
	width: 100%;
	min-width: 1000px !important;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

#top_set_box {
	width: 100%;
	min-width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


.top_bg {
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 10;
}

.top_logo,
.top_txt{
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}



/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #008799;
	color: #000000;
	font-size: 9pt;
}


#ftr_box a{
	color: #000000;

}
#ftr_box a:hover{
	color: #fff;
	text-decoration: underline;
}


#ftr_naka {
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
}

.top_bl {
	display: block;
	margin: 0 auto;
}


#ftr_bnr {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}


#ftr_bnr img {
	margin: 0px 5px 5px 0px;
}









/*------- SNS ----------------*/

#top_tw {
	position: relative;
	display: inline-block;
	z-index: 500;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: -6px 0px 0px 0px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.line {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}


.eigacom {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}






/*------- SUB PAGE ----------------*/
.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 10pt;
	font-weight: normal;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box{
	font-size: 11pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#story_box{
	padding-top: 1px;
	padding-bottom: 100px;
	text-align: center;
}

#story_box .txt_box{
	text-align: center;
}


#intro_box {
	padding-top: 1px;
	padding-bottom: 100px;

}

a.theater_link{
	display: block;
	padding: 10px 50px;
	text-align: center;
	margin: 40px auto 50px;
	font-size: 13pt;
	color: #fff;
	width: 300px;
	background-color: #008799;
	transition: 0.4s;
}

a.theater_link:hover{
	background-color: #139eb1;
}



#intro_midasi{
	color: #BD334A;
	font-weight: 900;
	font-size: 16pt;
	text-align: center;
	margin-bottom: 15px;
}


h3{
	display: block;
	font-family: "League Gothic", sans-serif;
	font-size: 20pt;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 50px;
	color: #008799;
}


.intro_lead1{
	font-size: 16pt;
	line-height: 2.0em;
	margin-bottom: 50px;
	text-align: center;
}

.intro_lead2{
	font-size: 16pt;
	line-height: 2.0em;
	margin-top: 50px;
	text-align: center;
}

.story_lead{
	font-size: 16pt;
	line-height: 2.0em;
	margin-bottom: 50px;
	text-align: center;
}

/*------- CAST ----------------*/
#cast_box{
	padding-top: 1px;
	padding-bottom: 100px;
}

.direc_box{
	display: flex;
	justify-content: space-around;
/*	justify-content: center;*/
	margin-bottom: 70px;
	text-align: center;
	font-size: 20pt;
}

.direcs{
	width: 382px;
/*	width: 300px;*/
	text-align: center;
	font-size: 20pt;
}

.direcs img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.wshu_box{
	text-align: center;
	font-size: 18pt;
/*	line-height: 2em;*/
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
}



.wshu{
	text-align: center;
	font-size: 16pt;
	font-weight: 700;
}

.ta_box{
	margin-top: 70px;
	text-align: center;
	font-size: 13pt;
	line-height: 2em;
}

.douga_box{
	text-align: center;
	margin-top: 100px;
	font-size: 20pt;
	
}

.katoku_pv{
	display: block;
	margin-top: 30px;
	margin: 30px auto 0;
}


/*------- TICKET ----------------*/

.ticket_h3{
	display: block;
	border: 1px solid #fff;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-family: 'Noto Serif JP', serif;
	color: #FFFFFF;
}


#ticket_box{
	padding-top: 1px;
	padding-bottom: 100px;
}

#ticket_box h3::before{
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#ticket_box h3::after{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}



#ticket_btnbox{
	display: flex;
	justify-content: space-around;
	justify-content: center;
	margin-bottom: 70px;
}

#ticket_btnbox a{
	color: #FFFFFF;
	display: block;
	width: 450px;
	height: 60px;
	line-height: 60px;
	font-size: 20pt;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	margin: 0 36px;
}

#ticket_btnbox a:hover{
	color: #008799;
	border-bottom: 1px solid #019AB9;
}

#ticket_btnbox a::after{
	content: '▼';
	font-size: 11pt;
	width: 30px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}

.ticket_txtbox{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto 40px;
	padding: 50px;
	border: 1px solid #FFFFFF;
	text-align: center;
}

.ticket_txtbox a{
	color: #FFFFFF;
	background-color: #008799;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 50px;
	font-size: 70%;
}

.ticket_txtbox a:hover{
	color: #fff;
	background-color: #00525C;
}



@media screen and (max-width: 1200px) {
	.ticket_txtbox{
		padding: 50px 10px;
	}
	
	
}




.link_spa{
	height: 30px;
}

.ticket_txtbox h4{
	font-size: 20pt;
	font-weight: 400;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 25px;
	margin-top: 0;
	margin-bottom: 50px;
}


.price1{
	font-size: 22pt;
	margin-bottom: 50px;
}

.price1 small{
	font-size: 70%;
}

.notice_box{
	margin: 0 auto;
	text-align: left;
}

ul{
	list-style: none;
	padding: 0;
}

li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}


.ticket_txtbox h5{
	font-size: 18pt;
	font-weight: 400;
	border: 1px #000 solid;
	padding: 15px 0;
	margin-top: 0;
	margin-bottom: 50px;
	width: 100%;
	margin: 50px auto 30px;
}

h5 small{
	margin-top: 15px;
	display: block;
	font-size: 60%;
	line-height: 1.4em;
}

a.mvtk_link{
	color: #fff;
	background-color: #000000;
	display: block;
	width: 320px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	transition: 0.4s;
	text-align: center;
}

a.mvtk_link:hover{
	background-color: #a53948;
}


#ticket_box .in_box{
	width: 100%;
	max-width: 1000px;
}

.mvtk_flex{
	display: flex;
}

.mvtk_L{
	text-align: center;
	width: 391px;
	margin-right: 30px;
	line-height: 2em;
}

.mvtk_R{
	flex: 1;
	text-align: left;
	font-size: 11pt;
}

.tokuten_name{
	font-size: 20pt;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.4em;
}

.img_nt{
	font-size: 10pt;
	margin-top: 6px;
	line-height: 1.5em;
}

h6{
	font-size: 18pt;
	text-align: center;
	padding-bottom: 13px;
	margin-bottom: 30px;
	color: #7b0012;
	border-bottom: 1px #7b0012 solid;
}

h7{
	font-size: 16pt;
	font-weight: 700;
	display: block;
	color: #7b0012;
	margin-bottom: 14px;
}

.mv_spa{
	height: 60px;
}

.hanbai_date{
	font-size: 14pt;
	margin-bottom: 10px;
	text-align: left;
}
