
@charset "UTF-8";


#overlay {
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left:0;
	z-index: 2;
	display: none;
}


img {
	width: 100%;
	height: auto;
}

header {
	width: 100vw;
	position: fixed;
	z-index: 3;
}

header .menu{
	width: 16vw;
	height: 16vw;
	position: absolute;
	right: 0;
	top: 0;
}

header .menuBox{
	width: 75vw;
	position: absolute;
	left: 100vw;
	top: 0;
	z-index: 3;
}



