@charset "UTF-8";

.layer {
	position:fixed;
	display:none;
	width:100%;
	height:200%;
	top:0;
	left:0;
}
.layer__shadow {
	background:rgba(0,0,0,0.6);
}
.layer__shadow {
	z-index:40;
}
