@charset "utf-8";

#glworld{
	position:fixed;
	width:100%;
	height:100%;
	background-color:#fff;
}
#glcorner{
	position:fixed;
	top:0; left:0;
	width:100%; height:100%;
	background-image:url(../image/corner.webp);
	background-size:100% 100%;
	opacity:0.2;
	pointer-events: none;
}
@media screen and (max-width:1200px){
	#glcorner{
		opacity:0.2;
	}
}
@media screen and (max-width:800px){
	#glcorner{
		opacity:0.1;
	}
}