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

	#mainvisual

============================================================================*/
.main_wrap{
	position: relative;
	height: 875px;
	/*background: url("../images/mainvisual_slide01.png") no-repeat;*/
    background: none;
	width: 100%;
	background-size: cover;
}
.snow_wrap{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
canvas.snow{
  width: 100%;
  height: 100%;
}

#mainvisual{
	position: relative;
	/*height:640px;*/
    height: 875px;
	background: none;
    margin-top: 0;
}


@media screen and (max-width:640px) {
.main_wrap{
	/*height: 540px;*/
	height:380px;
}
#mainvisual{
	/*height:540px;*/
	height:380px;
}

}