<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #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-image: -moz-linear-gradient(0deg, rgb(0, 141, 222) 0%, rgb(0, 36, 153) 85%);
		background-image: -webkit-linear-gradient(0deg, rgb(0, 141, 222) 0%, rgb(0, 36, 153) 85%);
	}

	#header_sp_sns {
		/*		text-align: center;*/
		width: calc(100% - 4.6rem);
	}

	#header_sp_sns a {
		color: #fff;
		font-size: 17pt;
		margin: 0 0.9rem;
		line-height: 4.4rem;
	}

	/*-----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;
	}


	#bnr_sp_box {
		width: 100%;
		text-align: center;
	}

	#bnr_sp_box img {
		display: block;
		margin: 0 auto 10px auto;
	}

	/*-----TRAILER-------*/

	#trailer_box {
		width: 100%;
		text-align: center;
		margin: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#trailer_box iframe {
		width: 90%;
		height: calc(100vw * 0.9 * 0.9 / 1.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;
		text-align: center;
		text-decoration: none;
		background-color: #fff;
		/*  font-family: 'Noto Sans JP', serif;*/
	}

	.movie_nav_btn.selected {
		background-color: #002c9e;
	}

	a.movie_nav_btn:link,
	a.movie_nav_btn:visited {
		color: #002c9e;
	}

	a.movie_nav_btn.selected:link,
	a.movie_nav_btn.selected:visited {
		color: #fff;
	}





	#ftr_sp_box {
		width: 100%;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		background-image: -moz-linear-gradient(0deg, rgb(0, 141, 222) 0%, rgb(0, 36, 153) 85%);
		background-image: -webkit-linear-gradient(0deg, rgb(0, 141, 222) 0%, rgb(0, 36, 153) 85%);
	}

	h3 {
		font-family: "Spectral", serif;
		font-weight: 400;
		color: #002C9E;
		margin-top: 50px;
		margin-bottom: 30px;
		font-size: 16pt;
	}

	#trailer_sp_box h3 {
		margin-bottom: 10px;
	}

	.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_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;
	}


	.line {
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 5px;
		margin-bottom: 0;
		float: left;
	}

	.eigacom {
		margin-left: 0px;
		text-align: left;
		float: left;
		margin-top: 0px;
		height: 60px;
		/*		width: 36px;*/
	}

	#main {
		min-width: inherit;
		overflow-x: hidden;
	}

	.sub_box {
		min-width: inherit;
		overflow-x: hidden;
	}

	.in_box {
		width: 100%;
	}

	/*-----INTRODUCTION-------*/
	#intro_box {
		padding-bottom: 70vw;
		background-image: url(../images/intro_bg_sp.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.intro_lead {
		font-size: 14pt;
		margin-bottom: 30px;
		text-align: center;
	}

	.intro_leadsp {
		line-height: 1.6em;
		margin-bottom: 20px;
	}



	/*-----STORY-------*/
	#story_box {
		padding-bottom: 60vw;
		background-image: url(../images/story_bg_sp.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}


	/*-----CAST-------*/
	#cast_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}
	
	#cast_box .in_boxS{
	justify-content: space-around;
	}



	.prof_btn {
		width: 43%;
		max-width: 610px;
		margin: 0 0px 50px;
		color: #002c9e;
	}

	.prof_btn.castS{
		width: 35%;
		margin: 0 0px 50px;
	}

	.prof_btn.castS2{
		margin: 0 0px 50px;
	}
	
	.cast_spa{
		display: none;
	}

	.cast_name {
		font-size: 12pt;
		text-align: center;
		margin-bottom: 0;
	}

	.cast_name small {
		display: block;
	}

	.cast_en {
		font-size: 11pt;
		text-align: center;
		letter-spacing: 0.2em;
	}

	.plus1 {
		width: 14%;
		height: auto;
		bottom: 4%;
		right: 4%;
	}



	/*----------Profile Mado------------*/

	.prof_mados {
		padding: 25px 20px 30px;
		color: #000;
		background: #eaecf8;
		font-size: 11pt;
		line-height: 1.7em;
	}

	.cast_ptS {
		width: 70%;
		height: auto;
		display: block;
		margin: 0 auto 26px;
	}

	.cast_madotxt,
	.staff_madotxt {
		text-align: justify;
		text-justify: inter-ideograph;
	}


	.prof_mados .cast_name {
		font-size: 15pt;
		margin-bottom: 10px;
	}

	.staff_madotxt .cast_name {
		font-size: 15pt;
		margin-bottom: 15px;
	}


	.prof_mados .cast_name small {
		font-size: 80%;
		display: inline
	}


	.cast_cmt {
		background-color: #bcbbbb;
		padding: 10px 10px 15px;
		margin-top: 30px;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.cast_cmtt {
		font-family: 'Crimson Pro', serif;
		font-size: 120%;
		margin-bottom: 10px;
	}
	

	/*-----STAFF-------*/
	#staff_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}


	#staff_box .prof_btn {
		width: 43%;
		max-width: 610px;
		margin: 0 0px 50px;
		padding: 25px 0;
	}

	.plus2{
		position: absolute;
		top: auto;
		transform: translateY(0);
		width: 14%;
		height: auto;
		bottom: 4%;
		right: 4%;
		z-index: 20;
	}


	/*-----ORIGINAL-------*/
	#original_box {
		padding-top: 20px;
		padding-bottom: 50px;
	}

	#original_box .in_box{
		width: 95%;
		padding: 30px 13px 60px;
	}
	
	#original_box .txt_box{
		display: block;
	}
	
	.orgin_L{
		display: block;
		width: 100%;
	}
	
	.gensak{
		width: 90%;
		max-width: 280px;
		margin: 0 auto;
	}
	
	.smalls{
		display: block;
		padding-left: 4.7em;
	}

	.original_pt{
		margin: 0 auto 30px;
	}

	.orgin_L .plus2{
		bottom:20%;
	}
	
	
	.share_btn{
		font-size: 21pt;
		letter-spacing: 0.4em;
	}
	

}

@media screen and (max-width: 330px) {
	.vsp {
		display: inline-block;
	}

}
</pre></body></html>