@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&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;
}

#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: "DM Serif Display", serif;
	font-size: 12pt;
	font-weight: 100;
	color: #FFFFFF;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	/*	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: #FFFFFF;
	color: #000000;
}


.menu_btn2 {
	height: 30px;
font-family: "DM Serif Display", serif;
	font-size: 12pt;
	font-weight: 200;
	color: #9480A0;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	background-color: #4F3460;
}

.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: "DM Serif Display", 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-------*/
main{
	width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
}

#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;
	background-color: #fff;
}


.top_bg {
	width: 48%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 10;
}

.top_logo{
	width: 52.11%;
	height: auto;
	position: absolute;
	margin-top: 0%;
	margin-left: 48.1%;
	display: block;
	z-index: 20;
}

.top_cc{
	width: 48%;
	height: auto;
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	display: block;
	z-index: 20;
}

.top_txt{
	width: 52.11%;
	height: auto;
	position: absolute;
	margin-top: 0%;
	margin-left: 48.1%;
	display: block;
	z-index: 20;
}

.top_bl{
	width: 48.39%;
	height: auto;
	position: absolute;
	margin-top: 55.7%;
	margin-left: 48.4%;
	display: block;
	z-index: 20;
}


/*-----mvtk-------*/

#mvtk_box{
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 80px;
}

#mvtk_box img{
	margin: 0 5px 0px;
}


#mvtk_box #mvtk-widgets-container {
    margin: 30px auto 10px;
}


#mvtk_box img.bnr_mvtk{
	width: auto;
	height: 80px;
	margin: 0 5px 0px;
}


/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	clear: both;
	padding: 0px 0px 20px 0px;
	background-repeat: no-repeat;
	background-position: top center;
	display: none;
}


#ftr_naka {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: 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: 12pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}


/*------- SUB PAGE ----------------*/
#btn_box{
	background-color: #7b0012;
	padding: 60px 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.btn_inbox{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.br{
	width: 100%;
	height: 0;
}

a.news{
	display: block;
	color: #fff;
	background-color: #000;
	width: 296px;
	height: 67px;
	line-height: 57px;
/*	padding: 13px;*/
	font-size: 16pt;
	transition: 0.4s;
	margin: 5px 10px;
}

a.news::before{
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 10px);
	top: 5px;
	left: 10px;
	box-sizing: border-box;
	border-left: 1px solid #7b0012;
}

a.news::after{
	content: "";
	position: absolute;
	width: calc(100% - 10px);
	height: 1px;
	bottom: 10px;
	left: 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #7b0012;
}

a.news:hover{
	background-color: #272727;
}

a.news2{
	display: block;
	color: #ebc33d;
	background-color: #000;
	width: 296px;
	height: 67px;
	line-height: 1.4em;
	font-size: 11pt;
	padding-top: 13px;
	transition: 0.4s;
	margin: 5px 10px;
}

a.sml{
	padding-top: 7px;
	font-size: 10pt;
}

a.news2:hover{
	background-color: #272727;
}






h3{
	display: block;
	font-family: "DM Serif Display", serif;
	font-size: 20pt;
	font-weight: 400;
	text-align: center;
	margin: 30px auto 70px;
	width: 373px;
	height: 80px;
	padding: 0px;
	line-height: 80px;
/*	border: 1px #ff0000 solid;*/
}

h3::before{
	content: "";
	position: absolute;
	width: calc(100% - 16px);
	height: calc(100% - 0px);
	top: 0px;
	left: 8px;
	box-sizing: border-box;
	
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

h3::after{
	content: "";
	position: absolute;
	width: calc(100% - 0px);
	height: calc(100% - 16px);
	top: 8px;
	left: 0px;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


/*------- NEWS ----------------*/
#news_box{
	padding-top: 1px;
	padding-bottom: 100px;
}

#news_box .in_box{
	width: 100%;
	max-width: 1426px;
}


#news_inbox{
	display: flex;
/*	justify-content: space-between;*/
/*	justify-content: space-around;*/
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}


a.news_link{
	display: block;
	width: 30%;
	margin: 0 1.5% 40px;
	font-size: 12pt;
}

a.news_link img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

a.more_link{
	color: #fff;
	background-color: #7b0012;
	display: block;
	width: 205px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	font-size: 16pt;
}

/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 400px;
	background: repeat-x url("../images/scrl_1-tuika.jpg") left top/auto 100%;
	-webkit-animation: loop-pc infinite 50s linear;
	animation: loop-pc infinite 50s linear;
	z-index: 20;
}

@-webkit-keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -6561px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 6561px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 400px;
	background: repeat-x url("../images/scrl_2.jpg") left top/auto 100%;
	-webkit-animation: loop-pc2 infinite 40s linear;
	animation: loop-pc2 infinite 40s linear;
	z-index: 20;
}

@-webkit-keyframes loop-pc2 {
	0% {
		background-position: -4000px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -4000px 0;
	}
	100% {
		background-position: 0 0;
	}
}




/*------- INTRODUCTION ----------------*/
#intro_box{
	padding-top: 1px;
	padding-bottom: 440px;
	color: #fff;
	background: #000;
	background-image: url(../images/intro_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	
}

#intro_box_ h3::before{
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#intro_box_ h3::after{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#intro_box .in_box{
/*	border: 1px #fff solid;*/
}


.intro_txtbox{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 15pt;
	line-height: 1.9em;
	font-family: "Noto Sans JP", sans-serif;

}

.intro_L{
	text-align: right;
	padding-top: 100px;
}

.intro_txt1{
	width: 300px;
	height: auto;
	display: block;
	margin: 0 0 30px auto;
}

.intro_txt3{
	width: 170px;
	height: auto;
	margin: 0 30px;
}

.intro_txt2{
	width: 300px;
	height: auto;
	display: block;
	margin: 0 auto 30px 0;
}


.into_R{
	padding-top: 100px;
	text-align: left;
	font-size: 12pt;
}





.intro_lead1{
	font-size: 20pt;
	color: #7b0012;
	margin-bottom: 15px;
	text-align: center;
}

.intro_lead2{
	font-size: 22pt;
	color: #7b0012;
	text-align: center;
	margin-bottom: 30px;
}

.intro_lead2 .eng{
	font-family: "DM Serif Display", serif;
}


/*------- COMMENT ----------------*/
#cmt_box{
	padding-top: 1px;
	padding-bottom: 100px;
	background-color: #000;
}

.cmt_name{
	text-align: right;
	font-size: 120%;
	margin-top: 15px;
}


/*------- TICKET ----------------*/
#ticket_box{
	padding-top: 1px;
	padding-bottom: 100px;
	color: #000;
	background-color: #fff;
}

#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: #000;
	display: block;
	width: 450px;
	height: 60px;
	line-height: 60px;
	font-size: 20pt;
	text-align: center;
	border-bottom: 1px #000 solid;
	text-align: center;
	margin: 0 36px;
}

#ticket_btnbox a:hover{
	color: #7b0012;
	border-bottom: 1px #7b0012 solid;
}

#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 #000 solid;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.ticket_txtbox{
		padding: 50px 10px;
	}
	
	
}




.link_spa{
	height: 30px;
}

.ticket_txtbox h4{
	font-size: 26pt;
	font-weight: 400;
	color: #7b0012;
	border-bottom: 1px #7b0012 solid;
	padding-bottom: 25px;
	margin-top: 0;
	margin-bottom: 50px;
}


.price1{
	font-size: 28pt;
	margin-bottom: 50px;
}

.price1 small{
	font-size: 70%;
}

.notice_box{
	width: 670px;
	margin: 0 auto;
	text-align: left;
}

ul{
	list-style: none;
	padding: 0;
}

li{
	padding-left:1em;
	text-indent:-1em;
}


.ticket_txtbox h5{
	font-size: 22pt;
	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: #7b0012;
	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: 16pt;
}



















