
@media screen and (max-width: 767px) {
	html {
		height: 100%;
	}

	body {
		height: 100%;

	}

	.sp {
		display: inline-block;
	}

	.sp_b {
		display: block;
	}

	.vsp {
		display: none;
	}

	.pc,
	.pc_b {
		display: none;
	}

	/*-----Loading-------*/
	#loading {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		z-index: 999;
		background: #000;
		text-align: center;
		color: #fff;
		display: none;
	}

	#loading_logo {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#loading_logo img {
		width: 90%;
		height: auto;
	}

	/*-----HEADER-------*/
	#header_sp {
	width: 100%;
	height: 4.6rem;
	position: fixed;
	top: 0;
	z-index: 300;
	color: #FFFFFF;
	background-color: #000000;
	}

	#header_sp_sns {
		/*		text-align: center;*/
		width: calc(100% - 4.6rem);
		color: rgba(0, 0, 0, 1.00);
	}

	#header_sp_sns a {
	color: #FFFFFF;
	font-size: 17pt;
	margin: 0 0.9rem;
	line-height: 4.4rem;
	}

	/*-----Main-------*/
	#main {
		min-width: inherit;
	}

	/*-----TOP-------*/

	#top_sp_box {
		width: 100%;
		margin-top: 4.6rem;
	}



	.top_logo_sp,
	.top_cc_sp,
	.top_pt4set_sp,
	.top_name_sp,
	.top_txt_sp {
		width: 100%;
		height: auto;
		position: absolute;
		margin-top: 0px;
		margin-left: 0px;
		z-index: 20;
	}

	.top_bg_sp {
		width: 100%;
		height: auto;
		margin-top: 0px;
		margin-left: 0px;
		display: block;
		z-index: 10;
	}

	.top_bl_sp{
		width: 90%;
		height: auto;
		margin: 20px auto 20px;
		display: block;
		z-index: 20;
	}

	#mvtk_box{
		min-width:inherit;
	}

	#mvtk_box img{
		margin: 0 5px 20px;
	}



	#mvtk_box #mvtk-widgets-container {
		margin: 0px auto 10px;
	}
	


	#bnr_sp_box {
		width: 100%;
		text-align: center;
	}

	#bnr_sp_box img {
		display: block;
		margin: 0 auto 10px auto;
	}





	#ftr_sp_box {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;

	}



	.pre_bl_sp {
		width: 95%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	#ftr_naka{
		width: 100%;
	}

	/*------- SNS ----------------*/
	#top_tw{
		margin-top: 0px;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.sns {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0;
		display: block;
		float: none;
		margin-left: 5px;
	}


	.fb {
		margin: -2px 0px 0px 5px;
		padding: 0px;
		display: block;
		float: none;
	}

	
	/*------- FOOTER ----------------*/

	footer{
		min-width:inherit;
		padding: 30px 0 30px;
	}
	
	
	
	





}

@media screen and (max-width: 330px) {
	.vsp {
		display: inline-block;
	}

}
