@charset "utf-8";

@media (max-width: 639px) {

#returnTopSP{
	position:fixed;
	bottom:25px;
	right:4.687%;
	z-index:2222;
	width:52px;
	height:52px;
	cursor:pointer;
}

	.modal-open #returnTopSP{
		display:none !important;
	}

#returnTopSP.stop{
	position:absolute;
}

#returnTopSP .hoverON{
	display:none;
}

#returnTopSP a{
	display:block;
	width:52px;
	height:52px;
	z-index:98;
}

#returnTopSP a:before{
	position:absolute;
	content: "";
	color:#ffffff;
	width: 52px;
	height: 52px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(95,95,95,0.7);
}

#returnTopSP a img{
	position:absolute;
	top:19px;
	left:15px;
	width:22px;
	max-width:22px;
	z-index:97;
	pointer-events: none;
}

#returnTopSP a:hover img{

}

#returnTopSP a:hover img.hoverON{
	display:none;
}

}
/*clsoe media*/
