@charset "utf-8";
/*****************************
common.css
*****************************/
/*---------------------

PC

-----------------------*/
.sp_view{
	display:none !important;
}
.pc_view{
	display:block;
}
/*---------------------
フェード ローディング
-----------------------*/
#top_fade{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000;
	z-index: 989;	
}
.loading_icon{
    position: fixed;
    width: 50px;
    height: 50px;
    margin-left:-25px;
    margin-top:-25px;
    left:50%;
    top:50%;
}
.loading_wrap{
	position:absolute;
    width: 50px;
    height: 50px;
    left:0;
    top:0;
    transform-origin: center center;
}

/*---------------------

SP

-----------------------*/
@media screen and (min-width: 0px) and (max-width: 800px) {
	.sp_view{
		display:block !important;
	}
	.pc_view{
		display:none !important;
	}
	/*---------------
	ローディング
	-----------------*/
	.loading_wrap{
		position:fixed;
		width:50px;
		height:50px;
		left: 44%;
		top: 45%;
	}
	.loading_wrap:after{
		width: 46px;
		height: 46px;
		top: 2px;
		left: 2px;
	}
	.loading_wrap2{
		position:fixed;
		width:50px;
		height:50px;
		left: 44%;
		top: 45%;
	}
	.loading_wrap2:after{
		width: 46px;
		height: 46px;
		top: 2px;
		left: 2px;
	}
	
	

}
