@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: #c3a67a;
		background-color: #624617;
	}

	#header_sp_sns {
		/*		text-align: center;*/
		width: calc(100% - 4.6rem);
		color: rgba(0, 0, 0, 1.00);
	}

	#header_sp_sns a {
		color: #c3a67a;
		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;
		z-index: 10;
	}



	.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;
	}


	#bnr_sp_box {
		width: 100%;
		text-align: center;
	}

	#bnr_sp_box img {
		display: block;
		margin: 0 auto 10px auto;
	}
	
	
	/*-----mvtk-------*/
	#mvtk_box{
		min-width:inherit;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#mvtk_box #mvtk-widgets-container {
		margin: 0px auto 30px;
	}
	
	/*バナーが複数の時*/
	#mvtk_box img.bnr_mvtk{
		width: 200px;
		height: auto;
		margin: 0 0 10px;
	}
	
	
	
	
	

	#trailer_box {
		width: 100%;
		min-width: inherit;
		text-align: center;
		margin: 0 0 0;
/*		background-color: #000;*/
		padding: 30px 0 20px;
	}

	#trailer_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_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%;
	}
	
	.bl_box{
		padding: 0 13px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	

	/*------- 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;
		overflow-x: hidden;
	}

	.in_box {
		width: 100%;
	}

	h3 {
		font-size: 14pt;
	}
	
	.txt_box{
		font-size: 11pt;
		line-height: 1.7em;
	}

	/*----------PHOTO SCROLL------------*/

	#slide_photo_pc1 {
		width: 100%;
		height: 200px;
		background: repeat-x url("../images/scrl_1_sp.jpg") left top/auto 100%;
		-webkit-animation: loop-sp infinite 40s linear;
		animation: loop-sp infinite 40s linear;
		z-index: 20;
	}

	@-webkit-keyframes loop-sp {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -1813px 0;
		}
	}

	@keyframes loop-sp {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -1813px 0;
		}
	}

	#slide_photo_pc2 {
		width: 100%;
		height: 200px;
		background: repeat-x url("../images/scrl2_sp.jpg") left top/auto 100%;
		-webkit-animation: loop-sp2 infinite 40s linear;
		animation: loop-sp2 infinite 40s linear;
		z-index: 20;
	}

	@-webkit-keyframes loop-sp2 {
		0% {
			background-position: -1267px 0;
		}

		100% {
			background-position: 0 0;
		}
	}

	@keyframes loop-sp2 {
		0% {
			background-position: -1267px 0;
		}

		100% {
			background-position: 0 0;
		}
	}

	/*------- INTRODUCTION ----------------*/
	#intro_box {
		padding-bottom: 50px;
		background-position: center 40vw;
		overflow-x: hidden;background-image: url(../images/intro_bg_sp.jpg);
	}

	#intro_box h3{
		padding: 0;
		text-align: center;
	}
	
	.intro_midasi1_sp{
		width: 98%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	.intro_txt{
		margin: 55% 0 0 0;
		padding: 0 13px;
		line-height: 1.7em;
	}
	
	.intro_bg2_sp{
		width: 100%;
		height: auto;
		z-index: 1;
	}
	
	.intro_midasi2_sp{
		margin-top: -14%;
		margin-bottom: 0%;
		z-index: 10;
	}
	
	.intro_list{
		outline-offset: -8px;
		padding: 20px 0;
		margin-top: 40px;
		letter-spacing: -0.05em;
	}
	
	.intro_listttl{
		margin-bottom: 20px;
		line-height: 1.6em;
	}
	.hoka{
		width: 100%;
		padding-right: 20px;
	}

	
	.intro_cmtbox{
		padding: 15px;
		margin-top: 20px;
	}
	

	/*------- 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;
	}

	/*------- FOOTER ----------------*/

	footer {
		min-width: inherit;
		padding: 30px 0 50px;
	}


	.ftr_bl{
		width: 100%;
	}






}

@media screen and (max-width: 330px) {
	.vsp {
		display: inline-block;
	}

}
