@charset "UTF-8";

footer{
	text-align: center;
}

section.banner.artists,
section.banner.small,
section.banner.small .access,
section.banner.small .ticket,
section.banner.small .comment{
	display: none;
}

/*----------------------------------------
	timetable
-----------------------------------------*/

#contents_header{
	padding: 35px 50px;
}

#contents_header h1{
	color: #ff414b;
}


#contents_header p{
	font-weight: bold;
}

section h2{
	color: #333;
	font-size: 32px;
}

section h4{
	font-size: 18px;
}

@media screen and (max-width: 768px) {/*SP*/
#contents_header{
	padding: 20px 15px 30px 15px;	
}

section .caption{
	margin-top: 0px;	
	margin-bottom: 0px;
}

section .caption h2{
	font-size: 20px;
}

}
/*----------------------------------------
	timetable
-----------------------------------------*/
.contents section img{
	width: 100%;
	height: auto;
}

.contents section .sp img{
	margin-bottom: 80px;
	max-width: 640px;
}

.contents section .sp ul{
	margin-bottom: 30px;
	text-align: center;
}
.contents section .sp li{
	display: inline-block;
}

.contents section .sp li a{
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(../img/button_arrow_down_pn.png) no-repeat left center;
	background-size: 10px 6px;	
}

.contents section .sp li:first-of-type a{
	padding-right: 20px;
}
/*
#timetable .container{
	padding: 20px 0 0 0;
}
*/
#timetable{
	background: url(../img/timetable_bg.jpg) no-repeat center center;
	background-size: cover;
}

@media screen and (max-width: 768px) {/*SP*/

#timetable .container{
	padding-top: 40px;
	padding-bottom: 40px;
}

.contents section .sp img{
	margin-bottom: 00px;
}

}


/*----------------------------------------
	mc
-----------------------------------------*/
#mc{
	padding-bottom: 50px;
}

#mc #cutt p{
	float: left;
	position: relative;
}

#mc #cutt img{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: auto;
}

#mc #cutt .box{
	float: left;
	width: 100%;
	padding-left: 300px;
	box-sizing: border-box;
	text-align: left;
}

#mc #cutt .box h2{
	font-size: 40px;
	color: #ff3c46;
	padding: 15px 0 20px 0;
}

#mc #cutt .box h2 span{
	font-size: 24px;
}

@media screen and (max-width: 768px) {/*SP*/

#mc{
	padding-bottom: 30px;
}

#mc #cutt p{
}

#mc #cutt img{
	width: 100px;
	height: auto;
}

#mc #cutt .box{
	padding-left: 0px;
}

#mc #cutt .box h2{
	padding: 30px 0 45px 120px;
}

#mc #cutt .box h2 span{
	font-size: 18px;
}

#mc #cutt .box p{
}

}

/*----------------------------------------
	event_video
-----------------------------------------*/
#event_video{
	background: #222;
	padding: 30px 0;
}

#event_video .caption p{
	font-size :16px;
	color: #656565;
	letter-spacing: 0.1em;
}

#event_video .caption h2{
	font-size :72px;
	color: #ff3c46;
	padding: 20px 0 0 0;
	letter-spacing: 0;
}

#event_video .description{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width: 768px) {/*SP*/
#event_video .caption p{
	font-size :14px;
}

#event_video .caption h2{
	font-size :40px;
	padding: 10px 0 20px 0;
	letter-spacing: 0;
	line-height: 40px;
}

#event_video .description{
	font-size: 18px;
}

}

@media screen and (max-width: 640px) {/*SP*/
.contents section .container{
	padding-top: 20px;
}
}