
/*---------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-color: #000000;
	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: #000;
}

#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: "Bebas Neue", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15pt;
	color: #ff6d00;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #000;
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #000000;
	color: #FFF100;
}


.menu_btn2 {
	height: 30px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 12pt;

	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: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 15pt;

	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;
	margin-top: 37px;
}

#top_box {
	width: 100%;
	min-width: 1000px !important;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url('../images/body_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	padding-bottom: 7vw;
}

#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_logoset2{
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}

.top_bl{
	display: block;
	margin: 20px auto;
	width: 100%;
	max-width: 1001px;
	height: auto;
}

/*-----mvtk-------*/

#mvtk_box{
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
}

#mvtk_box img{
	margin: 0 5px 0px;
}


#mvtk_box #mvtk-widgets-container {
    margin: 30px auto 10px;
}

/*-----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;
}


#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: -2px 0px 0px 5px;
	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-weight: normal;
}

h3{
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-size: 37pt;
	font-weight: 400;
	text-align: center;
	color: #ffd006;
}


.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box{
	font-size: 11pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}


/*----------INTRODUCTION------------*/

#info_box{
	padding-top:0px;
	padding-bottom: 100px;
	background-color: #000;
}

.intro_head{
	width: 100%;
	height: auto;
	z-index: 10;
}

#info_box .in_box{
	margin-top: -36vw;
	z-index: 20;
}

.info_lead{
	color: #ffd006;
	color: #fff;
	font-size: 23pt;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 50px;
}

.info_txt{
	color: #fff;
	font-size: 14pt;
	line-height: 2.1em;
	text-align: center;
}

.nittei_box{
	color: #000;
	background-color: #ffd006;
	text-align: center;
	padding: 40px 20px;
	margin-top: 50px;
	font-size: 37pt;
	font-weight: 700;
}

.nittei_ttl{
	color: #ff6d00;
	font-size: 27pt;
	font-weight: 700;
	margin-bottom: 20px;
}

.nittei_box small{
	font-size: 60%;
}

.nittei_box strong{
	font-size: 190%;
}

.nittei{
	font-size: 37pt;
	font-weight: 700;
}

.tokuten_ttl{
	font-size: 20pt;
	font-weight: 700;
	margin-top: 60px;
}

.tokuten_box{
	display: flex;
	align-items: flex-end;
}


.tokuten_L{
	width: 50%;
	text-align: center;
	font-size: 16pt;
	font-weight: 400;
}

.tokuten_L img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 0;
}

.tokuten_R{
	flex:1;
	padding-left: 20px;
	text-align: left;
	font-weight: 400;
}

.size{
	font-size: 16pt;
	margin-bottom: 50px;
}

.top_3hearts{
	position: absolute;
	bottom: -40px;
	right: 26px;
	width: 150px;
	height: auto;
}

.info_btnbox{
	text-align: center;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.info_btnbox a{
	width: 300px;
	height: 80px;
	line-height: 85px;
	color: #000;
	background-color: #ff6d00;
	text-align: center;
	display: block;
	font-size: 29pt;
	font-family: "Bebas Neue", sans-serif;
	transition: 0.4s;
	margin: 0 16px 10px;
}

.info_btnbox a:hover{
	background-color: #ff903b;
	text-decoration: none;
}




/*----------TICKET------------*/

#ticket_box{
	padding-top:1px;
	padding-bottom: 100px;
	background-color: #000;
	background-image: url('../images/ticket_bg.jpg');
	background-position: center bottom;
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
}

.ticket_lead{
	color: #ffd006;
	font-size: 19pt;
	font-weight: 700;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 50px;
}

.ticket_txt{
	color: #000;
	background-color: rgba(255, 209, 6, 0.9);
	padding: 30px 30px;
	word-break: break-all;
	margin-bottom: 80px;
}

.ticket_s{
	color: #ff4800;
	font-weight: 700;
}


.center{
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}

.center2{
	text-align: center;
	margin-bottom: 20px;
}

ul.notice{
	list-style: none;
	padding: 0;
	margin-top: 10px;
}

ul.notice li{
	padding-left:1em;
	text-indent:-1em;
	font-size: 10pt;
}

ul.list{
	list-style: none;
	padding: 0;
	margin-top: 10px;
}

ul.list li{
	padding-left:1em;
	text-indent:-1em;
}

.hr{
	border-top: 1px #000 solid;
	height: 1px;
	margin: 40px ;
}

.price_table{
	width: 260px;
	text-align: center;
	line-height: 2.1em;
	margin-top: 20px;
}

.trow{
	border-top: 1px #000 solid;
}


/*----------ATTENTION------------*/

#attention_box{
	padding-top:100px;
	padding-bottom: 100px;
	background-color: #000;
	background-image: url('../images/body_bg.jpg');
	background-position: center top;
	background-repeat: repeat;
}

.attention_inbox{
	width: 100%;
	max-width: 1600px;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0 auto;
	padding: 1px 10px 50px;
}

.attention_lead{
	color: #ffd006;
	font-size: 19pt;
	font-weight: 700;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 50px;
}

.attention_txt{
	color: #000;
	background-color: rgba(255, 209, 6, 0.9);
	padding: 30px 30px;
	word-break: break-all;
	margin-bottom: 60px;
}

.attention_s{
	color: #ff4800;
	font-weight: 700;
}

ul.attention{
	padding: 0;
	margin-top: 10px;
	padding-left: 10px;
}

ul.attention li{
	padding-left:0em;
	text-indent:0em;
	font-size: 10pt;
}

.copy{
	margin-top: 80px;
	color: #fff;
	font-size: 10pt;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
}


/*----------NEWS------------*/

#news_box{
	padding-top:100px;
	padding-bottom: 710px;
	background-color: #000;
	background-image: url('../images/news_bg.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#news_listbox{
	margin-bottom: 40px;
}

a.news_list{
	color: #ffd006;
	display: flex;
	line-height: 1.6em;
	border-bottom: 1px #ffd006 solid;
	padding: 20px 0;
}

.news_date{
	width: 160px;
	
}

.news_title{
	flex:1
}



a.news_all{
	display: block;
	width: 186px;
	height: 50px;
	line-height: 50px;
	font-family: "Bebas Neue", sans-serif;
	color: #ffd006;
	border: 1px #ffd006 solid;
	background-color: #000;
	text-align: center;
	transition: 0.4s;
	margin: 0 10px 0 auto;
	font-size: 16pt;
	text-decoration: none;
}

a.news_all:hover{
	background-color: #6d5a03;
}


















