@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@media screen and (max-width: 767px) {
	html {
		height: 100%;
	}

	body {
		height: 100%;
		background-color: #f0a6e3;
	}

	.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: #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;
	}

	/*-----HEADER-------*/
	#header_sp {
		width: 100%;
		height: 4.6rem;
		position: fixed;
		top: 0;
		z-index: 300;
		color: #fff;
		background-color: #F0A6E3;
	}

	#header_sp_sns {
		/*		text-align: center;*/
		width: calc(100% - 4.6rem);
		height: 4.6rem;
		padding-top: 1rem;
	}

	#header_sp_sns a {
		color: #fff;
		font-size: 17pt;
		margin: 0rem 0.9rem;
		line-height: 4.4rem;
	}

	/*-----TOP-------*/

	#top_sp_box {
		width: 100%;
		margin-top: 4.6rem;
		background-color: #fff;
		background-color: #F0A6E3;
		padding-bottom: 1px;
	}



	.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;
	}
	
	.btn_subvisual_link_sp{
		width: 50%;
		position: absolute;
		margin-top: 131.5%;
		right: 3%;
		z-index: 20;
	}

	.btn_subvisual_sp{
		width:100%;
		height:auto;
		z-index: 20;
	}
	
	.pre_btn_kansou_link_sp{
		width: 50%;
		position: absolute;
		margin-top: 118.5%;
		right: 3%;
		z-index: 20;
	}

	.pre_btn_kansou_sp{
		width:100%;
		height:auto;
		z-index: 20;
	}
	
	#top_bnrbox{
		padding: 20px 0;
	}
	
	.bnr_filmarks{
		width: 70%;
		height: auto;
	}

	
	.btn_poster{
		width: 90%;
		max-width: 300px;
		margin: 0 auto 40px;
		z-index: 20;
	}

	#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;
		background-color: #F0A6E3;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 20px;
	}

	#trailer_sp_box h3 {
		font-family: "Bebas Neue", sans-serif;
		color: #fff;
		margin-top: 30px;
		font-size: 25pt;
		font-weight: 400;
		margin-bottom: 30px;
	}

	#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;
/*		letter-spacing: 3px;*/
		text-align: center;
		text-decoration: none;
		background-color: #f5c7ed;
		/*  font-family: 'Noto Sans JP', serif;*/
	}

	.movie_nav_btn.selected {
		background-color: #fff;
	}

	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_box {
		width: 100%;
		text-align: center;
		margin-top: 0;
		padding-bottom: 20px;
		background-color: #f0a6e3;
	}
	
	#ftr_naka{
		width: 100%;
	}

	.pre_bl_sp {
		width: 95%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	#ftr_sp_bnr {
		width: 100%;
		text-align: center;
		padding-top: 15px;
	}

	#ftr_sp_bnr img {
		width: 90%;
		margin: 0 auto 8px auto;
	}

	#top_tw {
		margin-top: 15px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px;
		clear: both;
		height: 100px;
	}

	.sns {
		margin-top: 0px;
		margin-right: 7px;
		margin-bottom: 0;
		float: left;
		margin-left: 0;
	}


	.fb {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0;
		float: left;
		margin-left: 5px;
	}


	.tw {
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 5px;
		margin-bottom: 0;
		float: left;
	}


	.lineb {
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 5px;
		margin-bottom: 0;
		float: left;
		width: 37px;
	}

	.eigacom {
		margin-left: 0px;
		text-align: left;
		float: left;
		margin-top: 0px;
		height: 60px;
		/*		width: 36px;*/
	}

	/*------- SUB PAGE ----------------*/
	.sub_box {
		min-width: inherit;
	}

	.in_box {
		width: 100%;
	}
	
	.h3_box{
		margin-bottom: 20px;
	}
	
	h3{
		font-size: 23pt;
		letter-spacing: 0.3em;
		margin-bottom: 20px;
	}
	
	.h3_jp{
		font-size: 13pt;
		letter-spacing: 0.4em;
		margin-bottom: 30px;
	}
	
	

	/*------- INTRODUCTION ----------------*/
	#intro_box{
		padding-bottom: 50px;
	}

	/*------- TICKET ----------------*/
	#ticket_box{
		padding-bottom: 50px;
	}

	.toujitu{
		font-size: 15pt;
		margin-bottom: 20px;
	}

	.ticket_txtbox{
		padding: 40px 0;
		font-size: 17pt;
	}
	.ticket1{
		background: linear-gradient(transparent 71%, #ffddf8 0%);
		padding-bottom: 10px;
	}

	.ticket2{
		background: linear-gradient(transparent 71%, #ffddf8 0%);
		padding-bottom: 10px;
	}

	.prnum{
		font-size: 30pt;
	}

	.joe{
		font-size: 26pt;
	}

	.btn_theater{
		width: 80%;
		height: auto;
	}
	
	
	/*------- NOVELTY ----------------*/
	#novelty_box{
		padding-top: 1px;
		padding-bottom: 50px;
	}
	
	.tab_box{
		display: block;
	}
	
	.tab_btn,
	.tab_btn_b{
		width: 100%;
		padding: 8px 0;
		margin-bottom: 5px;
	}

	
	.novelty_pt1{
		width: 90%;
		height: auto;
	}
	
	.novelty_pt2{
		width: 70%;
		height: auto;
	}
	
	.novelty_pt3{
		width: 90%;
		height: auto;
	}
	
	.novelty_txt{
		width: calc(100vw - 26px);
		height: 220vw;
	}
	
	.novelty_txt li{
		line-height: 1.4em;
	}
	
	
	
	
	


}

@media screen and (max-width: 330px) {
	.vsp {
		display: inline-block;
	}

}
