@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: #000000;
		background-color: #FFFFFF;
	}

	#header_sp_sns {
		/*		text-align: center;*/
		width: calc(100% - 4.6rem);
		color: rgba(0, 0, 0, 1.00);
	}

	#header_sp_sns a {
		color: #970000;
		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_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_bnr_sp{
		background-color: #000;
		padding: 20px 0;
		text-align: center;
	}
	
	.top_bnr_sp img{
		width: 90%;
		height: auto;
		margin-bottom: 4%;
	}


	#bnr_sp_box {
		width: 100%;
		text-align: center;
	}

	#bnr_sp_box img {
		display: block;
		margin: 0 auto 10px auto;
	}

	#trailer_sp_box {
		width: 100%;
		text-align: center;
		margin: 0px;
		background-color: #000;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	#trailer_sp_box h3 {
		font-family: "Poltawski Nowy", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		color: #fff;
		margin-top: 0px;
		font-size: 16pt;
		margin-bottom: 20px;
	}
	
	#trailer_sp_box iframe {
		width: 90%;
		height: calc(100vw * 0.6);
		margin: 0 auto;
	}








	.movie_nav {
		width: 90%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 7px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0;
		padding: 0;
	}

	.movie_nav_box {
		width: 50%;
		padding: 1px;
	}

	.movie_nav_box_long {
		width: 100%;
		padding: 1px;
	}

	.movie_nav_btn {
		display: block;
/*		min-height: 40px;*/
/*		line-height: 40px;*/
		padding: 5px 0;
		text-align: center;
		text-decoration: none;
		background-color: #7e7e7e;
	}

	.movie_nav_btn.selected {
		background-color: #D5D5D5;
	}

	a.movie_nav_btn:link,
	a.movie_nav_btn:visited {
		color: #000000;
	}

	a.movie_nav_btn.selected:link,
	a.movie_nav_btn.selected:visited {
		color: #000;
	}





	#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: 30px;
	}

	.sns {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0;
		float: left;
		margin-left: 5px;
	}


	.fb {
		margin: -4px 0px 0px 5px;
		padding: 0px;
		display: inline;
		float: left;
	}


	/*------- SUB PAGE ----------------*/
	.sub_box {
		min-width: inherit;
	}

	.in_box {
		width: 100%;
	}

	h3{
		font-size: 20pt;
	}
	
	/*----------PHOTO SCROLL------------*/

	#slide_photo_pc1 {
		width: 100%;
		height: 150px;
		background: repeat-x url("../images/scrl_1_sp.jpg") left top/auto 100%;
		animation: loop-sp infinite 40s linear;
		z-index: 20;
	}

	@keyframes loop-sp {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -1296px 0;
		}
	}


	/*------- INTRODUCTION ----------------*/
	#intro_box{
		padding-bottom: 50px;
	}

	#intro_box .in_box{
		margin-top: -13%;
	}
	
	.intro_lead1{
		font-size: 15pt;
		line-height: 1.6em;
	}
	
	.intro_lead2{
		font-size: 15pt;
		line-height: 1.6em;
	}
	
	
	/*------- STORY ----------------*/
	#story_box{
		padding-bottom: 200px;
	}

	.opi_box{
		display: block;
		font-size: 15pt;
		margin-top: 70px;
	}
	
	.opi{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.story_lead{
		font-size: 15pt;
		line-height: 1.4em;
		margin-top: 50px;
	}
	
	/*------- STAFF----------------*/
	#staff_box{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	.staff_name{
		font-size: 18pt;
		line-height: 1.4em;
	}
	
	.staff_name small{
		display: block;
	}
	
	.staff_en{
		font-size: 16pt;
		line-height: 1.4em;
	}
	
	.staff_en small{
		display: block;
		line-height: 1.4em;
	}
	
	
	/*------- Comment ----------------*/
	#cmt_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}

	.cmt_txt{
		width: 100%;
		margin-bottom: 0px;
	}
	
	.cmt_name{
	  font-size: 18pt;
	}
	
	.cmt_name small{
		font-size: 60%;
	}

	
	.ryaku{
		width: 100%;
		padding-right: 10px;
		margin-top: 0px;
	}
	
	
	
	
	/*------- FOOTER ----------------*/

	footer{
		min-width:inherit;
	}
	
	
	
	





}

@media screen and (max-width: 330px) {
	.vsp {
		display: inline-block;
	}

}
