/* CSS Document */


/* --------------------------------------------------
ttl-page
-------------------------------------------------- */

.ttl-page{
	background: url(../img//bg-ttl-spots.jpg) center no-repeat;
	background-size: cover;
}


.detail-mv {
	padding-top: 0;
	height: 860px;
	overflow: visible;
}

@media screen and (max-width: 1080px) {
	.detail-mv {
		height: 500px;
	}
	
}

@media screen and (max-width: 800px) {
	.detail-mv {
		height: 300px;
	}
	
}
