/*=================================
大項目枠。
===============
====================================================*/

.menu-big{
	width:300px;
	/*margin-left:auto;*/
	/*padding-top:50px;*/
	overflow-y:scroll;
	overflow-x:hidden;
	height:100vh;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	background-color:#fff;
	display:none;
	z-index:8;
	padding:0 0 60px;
}


/*=================================
縦スクロール編集。
===============
====================================================*/

/*.menu-big::-webkit-scrollbar{
	width:12px;
}
.menu-big::-webkit-scrollbar-thumb{
	background-color:#4ea36f;
	border-radius:6px;
}
.menu-big::-webkit-scrollbar-track{
	background-color:#fff;
	margin-top:2px;
	margin-bottom:2px;
}
.menu-big::-webkit-scrollbar-thumb:hover{
	background-color:#54af77;
}*/