body{
	overscroll-behavior-y: none;
	user-select: none;
}


#btnbase{
	width:100vw;
	height:100vh;
	display:flex;
	justify-content: center;
	align-items: center;
}

#main{
	display:flex;
	background:url(back.jpg) bottom center no-repeat;
	background-size:cover;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100vh;
}

#load{
	width: 60%;
	height: 115.5vw;
	border-radius: 15px;
	box-shadow: 10px 10px 20px rgba(0, 0, 255, .2);
}

#btn{
	width: 60%;
	height: 115.5vw;
}

#btn img{
	width: 100%;
}

#end{
	width: 70%;
	background: #fff;
	box-shadow: 10px 10px 20px rgba(0, 0, 255, .2);
	border-radius: 15px;
}

#end img{
	width: 100%;
	display: block;
	border-radius: 15px 15px 0 0 / 15px 15px 0 0;
}

#end div:nth-of-type(1){
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	background: #fff;
	width: 100%;
}

#end div:nth-of-type(2){
	width: 100%;
}

#end div:nth-of-type(2) img{
	width: 100%;
	border-radius: 0 0 15px 15px / 0 0 15px 15px;
}

#slide_menu{	
	position:fixed;
	top: 0;
	left: -220px;
	width: 220px;
	height: 100%;
	font-size: 15px;
	background: #f8f8f8;
	color: #333;
	z-index:1000000;
}

#slide_menu ul{
	padding:0;
	margin:0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid white;
}

#slide_menu li{
	list-style:none;
	padding:0 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid #dfdfdf;
}

#slide_menu li a{
	display:block;
	width:100%;
	padding:15px 0;
}

#wrap{
	position: relative;
	top:0 ;
	left:0 ;
	width: 100%;
}

#sp-menu-bar{
	width: 100%;
}
