@charset "utf-8";


a{
	text-decoration: none;
}
p{
	font-size:13px;
	text-align: center;

}

header{
	width: 100%;


	background-size: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;


}
img{
	opacity: 0;
	transition: opacity 1s ease-out;
}
img.lazyloaded{
	opacity: 1;
}
#topImgPc{
	opacity: 1;
	width: 100%;
	max-width: none;
}
#topImgSp{
	display: none;
	opacity: 1;
	width: 100%;
	max-width: none;
}
h1{
	position: absolute;
	margin: auto;

	background:transparent; 
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: calc(100vmin *.5);
	width: calc(100vmin *.5);
	max-width: 500px;
	max-height: 500px;
	opacity: 0;
	transition: opacity .4s ease-out;
}
h1 img{
	width: 100%;
	opacity: 0;
	transition: opacity .2s ease-out;
	
}
.menuBtnArea{
	width: calc(100vmin *.1);
	height: calc(100vmin *.1);
	background-color: #ed6f52;
	position: fixed;
	right: 7%;
	top: 4%;
cursor: pointer;
z-index: 999;
border-radius: 50%;
}
#menuOpen,#menuClose{
	height: calc(100vmin * .06);
	fill: #fff;
	position: absolute;
	left: 0;
	right: 0;
bottom: 0;
	top: 0;

	margin: auto;
	
transition: all .4s ease-out;
}
#menuOpen{
	z-index: 10;
}
#menuClose{
opacity: 0;
z-index: 9;
}
#pcNav{
	transform: translate3d(0,-100%,0);
	transition: all .6s cubic-bezier(0.87, 0, 0.13, 1);
	background-color: #ed6f52;
	width: 100%;

}
#pcNavUl{
	opacity: 0;
	
	transition: all 2s ease-out;
}
.pcNav{
	position: fixed;
	right: 0;
	z-index: 50;
	height: 100%;
	width: 24%;
	background-color: #faeede;
	font-size: 0;
	top: 0;

}
.pcNavUl{
	position: relative;
	height: 100%;
border-right:1px solid #c64f34;
width: 76%;
}
.pcNavList{
	height:calc(100vmin * .2);
	display: block;
	position: relative;
	border-bottom:1px solid #c64f34;
	width: 100%;
transition: all .8s ease-out;
}
.addMenuClass .pcNavList {
	border-bottom:1px solid #c64f34;
}


.pcNavList a{
	display: inline-block;
	width: 100%;
	text-align: left;
	height: 100%;
	padding-left: 7%;
	color: #fff;
	line-height:calc(100vmin * .2);
	font-size: 13px;
	text-decoration: none;
	transition: all .2s ease-out;

}

.pcNavList a:hover{
color: #fff;
	background-color: #c64f34;
}

#car{
	transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
	top: calc(100vmin *.0);
	left: calc(100vmin *.0);
	opacity: 0;
}
.car{
position: absolute;
z-index: 20;
display: block;
height: calc(100vmin *.53);
	width: calc(100vmin *.53);
	
}
#rainbow{
	opacity: 0;
	transition: opacity 1.5s ease-out
	;
}
section{
	padding: 8% 0;
	background-size: 100%;
	text-align: center;
}
.contentArea{
		width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}
h2{

	width: calc(100vmin *.5);
	max-width: 500px;

	margin: 0 auto 4% auto;
}
.blSp{
	display: none;
}
#section1,#section4{
	background: url(img/bg1.jpg);
}
#foodArea{

	background-color:#fff2c3;
}
#section2{
	background: #f7f7ef;
}
#section5{
	padding-top: 2%;
	padding-bottom: 0;
}
.lineArea{
	background: url(img/lineBg.jpg);
	text-align: center;
}
.linePc{
display: inline-block;
}
.lineSp{
	display: none;
}
.lineAt{
	display: block;
	width: 80%;
	max-width: 768px;
	margin:4% auto;
	line-height: calc(100vmin * .2);
	height: calc(100vmin * .2);
	background-color: #00B900;
}
.ticket{
	display: inline-block;
	margin-top: 7%;
	transition:all .2s ease-out;
}
.ticket:hover{
	opacity: .6;
}
.topText{
		display: block;
	margin: 7% auto 3%;
}
.e{
	display: block;
	margin: 7% auto 3%;

}
.eText{
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 768px;
}
.snsIcons{
	display: block;
	margin: 0 auto;
	width: 20%;
	max-width: 160px;
	transition: opacity .2s ease-out;
}
.snsIcons:hover{
	opacity: .6
}

.caution{
	margin: 7% auto 0 auto;
	padding: 8px;
	width: 100%;
	max-width: 768px;
	border:6px solid #f6664c;


}
.cautionInner{

	padding: 5%;
	width: 100%;
	border:3px solid #f6664c;


}
.cautionInner p{
	color: #f6664c;
}
.cautionInner p.cautionHeader{
	background-color: #f6664c;
	padding: 8px 0 6px 0;
	font-size: 24px;
	color: #fff;
	margin-bottom: 3%;
}
.g{
	margin: 0 auto 0 auto;
}
.cautionIcons{
	width: 25%;
	display: inline-block;
	margin: 2%;
}
.price{
	max-width: 422px;
}
.ticketCaution{
	margin: 4% 0 0 0;
}
.linkText{
	color: #3B5998;
	
}
.linkText:hover{
	text-decoration: underline;
}

.artist{
	margin: 0 0 8% 0;
}

table{
		margin: 0 auto 4% auto;
	padding: 8px;
	width: 100%;
	max-width: 768px;
	  border-collapse: collapse;
  border-spacing: 0;
}
td{
	padding: 4%;
	border-bottom: 8px solid #fff;
}
td:nth-child(odd){
width: 30%;
background-color: #fff2c3;
vertical-align: middle;
border-right: 8px solid #fff;
}
td:nth-child(even){
width: 70%;
background-color: #fff2c3;
vertical-align: middle;
}
iframe{
	width: 100%;
	height: calc(100vmin * .4);
	vertical-align: bottom;
}

.cautionH2{

}
h3{
	width: 80%;
	max-width: 768px;
	height: 48px;
	line-height: 48px;
	margin:4% auto 2%;
	background-color: #dfe4ff;

}
.marginReset{
	margin-top: 0;
}
.copyright{
	width: 100%;
	margin-top: 10%;
	background-color:#dfe4ff;
	height: calc(100vmin * .1);
	line-height: calc(100vmin * .1);
	text-align: center;
}
.cautionText{
	width: 80%;
	margin: 0 auto;
	max-width: 768px;
}
.supportH3{
	font-weight: normal;
	text-align: center;
}
.supportUl{
	width: 80%;
	max-width: 768px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
.supportUlTextArea{
	width: 80%;
	max-width: 768px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
.supportUl li{
	font-size: 0;
	width: 20%;
	margin: 0 5% 3%;
	display: inline-block;
}

.supportUlText{
	font-size: 0;
	vertical-align: top;
	margin-bottom: 2%;
	width: 50%;
	margin: 0 2%;
	display: inline-block;
	font-size: 16px;
}

@media screen and (max-width:1536px) { 
#rainbow{
	width: 50%;
}
}

@media screen and (max-width:1280px) { 
	.car{
		display: none;
}

#rainbow{
	display: none;
}
}

@media screen and (max-width:768px) { 
	
	*{
		font-size: 13px;
	}
	#topImgPc{
	display: none;
}
#topImgSp{
	display: block;
}
.linePc{
display: none;
}

.lineSp{
	display: block;
}
	section {
    padding: 12% 0;
}
	h2{
		width: 50%;
	}
	.topText{
		margin-top: 4%;
	}
	.lineArea{
		padding: 4% 8%;
	}
	table{
		width: 80%;
		margin: 0 auto 10%;
	}
.snsIcons{
	width: 15%;
	margin-top: 8%;
}
.support{
	margin-top: 10%;
}
.copyright{
	margin-top: 10%;
	font-size: 10px;
}
footer{
	padding: 8% 0 0 0;
}
.artistText{
	font-size: 10px
}


}

@media screen and (max-width:425px) { 
	*{
		font-size: 10px;
	}
	.blPc{
		display: none;
	}
	.blSp{
		display: block;
		margin:0 auto;
		width: 50%;
	}
	.blSp img{
		display: block;
		margin-bottom: 15%;
	}
h1{
	
	border:8px solid #fff;
	padding: 8px;
	width: 50%;
	height: calc(100vmin *.5);
	width: calc(100vmin *.5);
	max-width: 500px;
	max-height: 500px;
	opacity: 1;
	transition: opacity .4s ease-out;
}
h2{
	width: 80%;
}
.eText{
	width: 100%;
	font-size: 10px;
}
.cautionInner p.cautionHeader {
    font-size: 16px;
    }p{
    	font-size: 10px
    }
footer{
	padding: 8% 0 0 0;
}
.snsIcons{
	width: 15%;
	margin-top: 8%;
}
.support{
	margin-top: 10%;
}
.copyright{
	margin-top: 10%;
	font-size: 10px;
}.sns,.support{
	max-width: 300px;
}
.contentArea{
	width: 86%;
}
.supportH3{
	margin-bottom: 5%
}
.supportUl li{
	font-size: 0;
	width: 30%;
	margin: 0 5% 5%;
	display: inline-block;
}
.supportUlTextArea li{
	width: 50%;
}
.supportUlText{
	font-size: 10px;
}
}