/*html {
    position:absolute;
    background: url(../images/design.png) center top no-repeat;
    background-size: 100%;
    width: 1800px;
    margin: auto;
    left:0;
    right: 0;
    height: 4146px;
    
    opacity: 0.5;
    z-index: -1;
}
body {
    position: relative;
    z-index: 1;
}*/



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

	#mainvisual

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

#mainvisual_wrap, #mainvisual {
	width: 100%;
	height: 800px;
/*	position: absolute;
	top:0;*/
}

#container {
	padding-top:0;
}
@media screen and (max-width:640px) {
/* スマホ */
#mainvisual{
	height:440px;
}

}