@media screen and (max-width: 768px) {
	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: #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-------*/
	#top_sp_box {
		width: 100%;
		padding-top: 0;
		overflow: hidden;
		background-color: #fffdd2;
	}



	.top_new_chara_sp {
		width: 100%;
		height: auto;
		margin-top: 0px;
		margin-left: 0px;
		z-index: 10;
	}
	
	.top_mameko_sp,
	.top_komachi_sp,
	.top_tabi_sp,
	.top_mero_sp,
	.top_shinba_sp{
		width: 100%;
		height: auto;
		position: absolute;
		margin: 0;
		display: block;
		z-index: 27;
	}

	.top_komachi_sp{
		z-index: 25;
	}

	.top_tabi_sp{
		z-index: 26;
	}

	.top_mero_sp{
		z-index: 24;
	}

	.top_shinba_sp{
		z-index: 24;
	}
	
	
	
	
	.top_logo_sp,
	.top_cc_sp,
	.top_txt_OA_sp{
		width: 100%;
		height: auto;
		position: absolute;
		margin: 0;
		display: block;
		z-index: 20;
	}


	.bnr_tw_link_sp{
		width: 20.8%;
		position: absolute;
		bottom: 2.2%;
		margin-left: 24.2%;
		z-index: 30;
	}

	.bnr_tw{
		width:100%;
		height:auto;
		z-index: 30;
	}

	.bnr_tik_link_sp{
		width: 20.8%;
		position: absolute;
		bottom: 2.2%;
		margin-left: 1.2%;
		z-index: 30;
	}

	.bnr_tik_sp{
		width:100%;
		height:auto;
		z-index: 30;
	}

	.bnr_cmt_link_sp{
		width: 20.8%;
		position: absolute;
		bottom: 2.2%;
		margin-left: 47.2%;
		z-index: 30;
	}

	.bnr_cmt_sp{
		width:100%;
		height:auto;
		z-index: 30;
	}


	#bnr_sp_box {
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}

	#bnr_sp_box img {
		margin: 0 0.5% 10px;
	}
	
	.bnr_blog_sp,
	.bnr_popup_sp
	{
		width: auto;
		height: 15.9vw;
	}
	
	/*----------Trailer------------*/
	#trailer_box{
		padding-bottom: 50px;
	}

	#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;
		letter-spacing: 3px;
		text-align: center;
		text-decoration: none;
		background: #fff;
		font-family: 'Noto Serif JP', serif;
	}

	.movie_nav_btn.selected {
		background-color: #4F3460;
	}

	a.movie_nav_btn:link,
	a.movie_nav_btn:visited {
		color: #543765;
	}

	a.movie_nav_btn.selected:link,
	a.movie_nav_btn.selected:visited {
		color: #fff;
	}
	
	#kakuwa_box{
		width: 90%;
		margin: 0 auto;
		display: block;
	}

	.wabox{
		width: 100%;
		text-align: center;
		margin-top: 25px;
		font-size: 14pt;
	}


	.tumb_box{
		width: 100%;
		margin-bottom: 5px;
	}



	.ytimg{
		width: 100%;
		height: auto;
	}

	.player_btn {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 20;
		color: rgba(255, 255, 255, 0.8);
		font-size: 21vw;
		transition: all 0.4s;
		text-align: center;
	    padding-top: 0;
	}

	.player_btn .fa-play-circle{
		top: 39%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}



	

	.kiri_ball{
		width: 15%;
		height: auto;
		position: absolute;
		margin-top: -39%;
		left: 2%;
	}

	.kiri_hone{
		width: 15%;
		height: auto;
		position: absolute;
		margin-top: -25%;
		left: 17%;
	}

	
	.kiri_ushiro{
		width: 15%;
		height: auto;
		position: absolute;
		margin-top: -31%;
		right: 2%;
	}


	
	

	#top_sp_tw {
		display: inline-block;
		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;
		/*		width: 233px;*/
		/*		width: 157px;*/
	}

	.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: 0;
	}


	.tw {
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 5px;
		margin-bottom: 0;
		float: left;
		width: 36px;
	}


	.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;*/
	}




}

@media screen and (max-width: 330px) {
	.vsp {
		display: inline-block;
	}

}
