@charset "utf-8";
/* CSS Document */

header{
	background: #000;
}
header img{
	opacity: 0.4;
}
#cont01,
#cont02,
#cont03,
#cont04,
#cont05{
	opacity: 0.4;	
}
.messe-head{
	z-index:99;
	position: relative;
}
.messe-head p{
	color:#fff;
	position: absolute;
	text-align: center;
	font-size:36px;
	font-weight: 800;
	left:5%;
	top: 300px;
}
article{
	background: #000;
}
#cont06 {
	background: #333;
}
#cont06 .messe-end{
	color: #fff;
	z-index: 99;
	position: relative;
}
#cont06 .messe-end p{
	text-align: center;
	margin: 0 auto;
	font-size:36px;
	font-weight: 800;
	position: absolute;
	left:5%;
	top: 500px;
}
#cont06 .mask{
	opacity: 0.4;
}


@media screen and (max-width: 767px){
	#cont06 .messe-end{
		position: relative;
		margin: 0;
	}
	.messe-head p{
		text-align: center;
		margin: 0 auto;
		font-size:4vw;
		font-weight: 800;
		position: absolute;
		left: 10%;
		top: 200px;
	}
	#cont06 .messe-end p{
		text-align: center;
		margin: 0 auto;
		font-size:4vw;
		font-weight: 800;
		position: absolute;
		left: 10%;
		top: 300px;
	}
}