@charset "UTF-8";
/* CSS Document */

#bottomLayer{
	position:fixed;
	top:0;
	left:0;
	z-index:-2;
	width:100vw;
}

#secondLayer{
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100vw;
}

#bottomLayer img, #secondLayer img{
	width:100%;
	height:auto;
}


