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

/* ------------------------------ SP ------------------------------ */
.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: calc(640vw / 6.4);
	overflow-x: hidden;
	overflow-y: auto;
	background: #FFF;
	color: #000;
}
.sidr.right {
	top: 0;
	left: auto;
	right: calc(-640vw / 6.4);
	border-left: calc(0vw / 6.4) solid #c9caca;
}
.menuBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(80vw / 6.4);
}
.closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(80vw / 6.4);
}