
/*============================================================================

	#mainvisual

============================================================================*/

#mainvisual{
	height:850px;
	background-image:url(../images/main.png);
}

.backstretch img{
	bottom: 0 !important;
	top:auto !important;
}

@media screen and (max-width:640px) {
/* スマホ */
#mainvisual{
	height:330px;
}

}