@media screen and (max-width: 768px) {
	body{ 
/*		background-image: none;*/
/*	font-family: 'Noto Sans JP', sans-serif;*/
	font-weight: 400;
	}

	.sp{
		display: inline-block;
	}

	.sp_b{
		display: block;
	}

	.pc, .pc_b{
		display: none;
	}
	
	#header,
	#footer{
		min-width:inherit;
	}
	
	#header{
		height: 40vw;
	}
	
	.haishin_logo{
		width: 70%;
		height: auto;
	}
	
	
	#main{
		background-image: none;
		overflow-x: hidden;
		z-index: 50;
	}
	

	.sub_box{
		min-width: inherit;
	}
	
	.in_box{
		width: 100%;
	}
	
	h3{
		font-size: 16pt;
	}
	
	/*-----Loading-------*/
	#loading {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		z-index: 999;
		background: #fff;
		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;
	}
	
	.top_btn{
		width: 30%;
		height: 50px;
		line-height: 50px;
		margin: 0 1% 0;
		font-size: 5vw;
	}
	
	

	
	/*----------Blu-ray＆DVD------------*/
	.flex_box{
		display: block;
	}
	
	.left_box{
		width: 100%;
	}
	
	.haishin_BD,
	.haishin_dvd{
		width: 70%;
		height: auto;
		display: block;
		margin: 0 auto 20px;
	}
	
	.bd_txt,
	.dvd_txt{
		width: 100%;
	}

	
	.bd_price{
		text-align: center;
	}
	
	.kotira_box{
		margin-bottom: 0px;
	}
	
	.kotira_box img{
		margin: 0 0 10px;
		width: 80%;
		max-width: 310px;
		height: auto;
	}
	
	.ind_7{
		text-align:left
	}
	
	/*----------Tokuten------------*/
	.haishin_tokuten{
		width: 70%;
		height: auto;
	}
	
	.tokuten_lead{
		font-size: 13pt;
		margin-bottom: 30px;
	}
	
	.tokuten_inbox,
	.notice_box{
		width: 100%;
	}
	
	/*----------Hishin------------*/
	#haisin_box ul.notice{
		width: 100%;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}