@media screen and (max-width: 767px) {
	html{
		height: 100%;
	}
	body{
	background-color: #000000;
	height: 100%;
	}

	.sp{
		display: inline-block;
	}

	.sp_b{
		display: block;
	}

	.vsp{
		display: none;
	}

	.pc, .pc_b{
		display: none;
	}
	
	
	#top_sp_box{
	width: 100%;
	}
	
	.top_sp_bg{
		width: 100%;
		height: auto;
		margin-top: 0px;
		margin-left: 0px;
		display: block;
		z-index: 10;
	}
	
	.bnr_seimei_sp{
		width: 90%;
		height: auto;
		display: block;
		margin: 10px auto;
	}
	
	.kino_box{
		width: 237px;
		height: 17px;
		margin: 15px auto 20px auto;
	}
	#bnr_sp_box{
		width: 100%;
		text-align: center;
	}
	
	#bnr_sp_box img{
		display: block;
		margin: 0 auto 10px auto;
		width: 90%;
		height: auto;
	}

	#trailer_sp_box{
		width: 100%;
		text-align: center;
	}
	
 #trailer_sp_box iframe {
  width: 90%;
  height: calc(100vw * 0.6);
  margin: 0 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_sp_bnr{
		width: 100%;
		text-align: center;
	}
	
	.ftr_sp_bnr img{
		width: 90%;
		margin: 0 auto 8px auto;
	}
	
	.udcast{
		padding: 0 15px;
		text-align: left;
	}
	
	#top_sp_tw{
		display: inline-block;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px;
		clear: both;
		height: 100px;
/*		width: 233px;*/
/*		width: 157px;*/
	}
	
	.fb{
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 0;
		float: left;
		margin-left: 0;
	}


	.tw{
		margin-top: 10px;
		margin-right: 0px;
		margin-left: 5px;
		margin-bottom: 0;
		float: left;
		width: 36px;
	}


	.lineb{
		margin-top: 10px;
		margin-right: 0px;
		margin-left: 5px;
		margin-bottom: 0;
		float: left;
		width: 37px;
	}

	.eigacom{
		margin-left: 5px;
		text-align: left;
		float: left;
		margin-top: 10px;
		height: 60px;
/*		width: 36px;*/
	}
	
/*=======　Sumaho Menu ====================*/

#menu_box_sp{
	margin-top: 0px;
	position: fixed;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.00);
	/*border-bottom: 1px solid #fff;*/
	z-index: 100;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	text-align: center;

}

.spmenu_toplink{
	width: 100%;
	height: 45px;
	position: absolute;
	top:0;
	left: 0;
}

.spmenu_btnbox{
	width: 40px;
	height: 40px;
	position: absolute;
	top:0px;
	right: 0px;
	background-color: #fff;


}


.spmenu_btn {
    display:block;
    position:absolute;
    top:9px;
    right:5px;
    width:30px;
    height:22px;
    background:#000;
    border-top:10px solid #fff;
    border-bottom:10px solid #fff;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:before {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#000;
    top:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:after {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#000;
    bottom:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn.active {
    background:#FFF;
}
.spmenu_btn.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
}
.spmenu_btn.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
}
 
.spmenu {
    display:none;
    position:absolute;
    top:51px;
    left:0;
    width:100%;
    background:#000;
}
nav {
    display:block;
    width:100%;
    margin:0 auto;
}
nav li{
	color: #FFF;
	border-bottom: 1px solid #6f6f6f;
}
nav li a:link,nav li a:visited,nav li a:active {
	display: block;
	width: 100%;
	color: #FFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
/*	border-bottom: 1px solid #999;*/
	text-decoration: none;
	font-family: 'Lora', serif;
	background-color: #000000;
}

nav li a:hover {
	display: block;
	width: 100%;
	color: #FFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
/*	border-bottom: 1px solid #999;*/
	text-decoration: none;
	font-family: 'Lora', serif;
	background-color: #1F6EC1;
}

nav ul {
	margin:0px;
	padding: 0px;
}
	
nav li a.anav{
	display: inline-block;
	width: 30%;
}

nav li a.anav:hover {
	display: inline-block;
	width: 30%;
}

nav li a.bnav{
	display: inline-block;
	width: 45%;
}

nav li a.bnav:hover {
	display: inline-block;
	width: 45%;
}


	
}

@media screen and (max-width: 330px) {
	.vsp{
		display: inline-block;
	}

}
