body{
	overscroll-behavior-y: none;
	user-select: none;
	position: relative;
	width: 100vw;
	height: 100vh;
}

#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%;
}

#coinwrap{
	width: 100vw;
	height: 100vh;
	position: relative !important;
}

#sec03 img{
	display: block;
	width: 90vw;
	height: 90vw;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.tryagain{
	width: 60vw;
	margin: calc(50vh + 45vw) auto 0 auto;
}

.tryagain img{
	width: 100%;
}

#footad{
	position:absolute;
	bottom:0;
	left:calc(50% - 160px);
	height:60px;
	width:320px;
	padding-bottom:10px;
	text-align:center;
	z-index: 1000;
}

#sp-menu{
	width: 100%;
	z-index: 1000;
}

#sp-menu img{
	width: 100%;
}