
/*============================================================================

	#main

============================================================================*/

#mainvisual{
	height:600px;
}
#mainvisual::before{
	height: 600px;
	background: url(../images/mv_cover.png) no-repeat top center;
}
#contents {
	width: 100%;
    padding-top: 80px;
	padding-bottom: 0;
	background-image: url(../images/top_bg01.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#contents::before {
	position: absolute;
	z-index: -1;
	top: 346px;
	left: 0;
	display: block;
	width: calc(50% - 308px);
	height: 1683px;
	content: "";
	background: url(../images/top_bg02.png) no-repeat right top;
}
footer{
	border-top: none;
}


@media screen and (max-width:670px) {
/* スマホ */
#mainvisual{
	height:360px;
}
#mainvisual::before {
    height: 360px;
    background-size: auto 360px;
}
#contents {
    padding-top: 40px;
    padding-bottom: 0;
    background-position:center 5px;
	background-size: 100% auto;
}
#contents::before {
    top: 1406px;
    left: 0;
    width: 97%;
    height: 842px;
	background-size: 414px 842px;
	background-position: left top;
}



}