@media screen and (max-width: 767px) {

	body {
		font-size: 11pt;
		line-height: 1.5em;
	}

	/*-----Sub Page-------*/
	#main {
		width: 100%;
		min-width: inherit;
		overflow: hidden;
	}

	.sub_box {
		width: 100%;
		min-width: inherit;
		margin: 0 auto;
		background-position: center top;
		background-repeat: no-repeat;
	}

	h3 {
		display: block;
		font-size: 20pt;
		font-weight: 400;
		/*	letter-spacing: 0.1em;*/
		text-align: center;
	}


	.sub_head {
		width: 100%;
		min-width: inherit;
		margin: 0;
		background-repeat: no-repeat;
		background-position: center top;
		z-index: 10;
	}

	.sub_head_inbox {
		width: 1000px;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}

	.in_box {
		margin: 0;
		width: 100%;
	}

	.txt_box {
		font-size: 11pt;
		line-height: 1.5em;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.pad_lr {
		padding-left: 20px;
		padding-right: 20px;
	}

	.w100pct {
		width: 100%;
		min-width: inherit;
		height: auto;
		margin: 0;
/*		display: block;*/
		z-index: 10;
	}

	.yokobo {
		letter-spacing: -0.1em;
		/*	<span class="yokobo">――</span>*/
	}

	.d_flex {
		display: -webkit-flex;
		display: flex;
	}


	/*----------PHOTO SCROLL------------*/

	#slide_photo_pc1 {
		width: 100%;
		height: 144px;
		background: repeat-x url("../images/scrl1_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: -1400px 0;
		}
	}

	@keyframes loop-sp {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -1400px 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;
	}
	
	#intro_txtbox{
		position: relative;
		margin: 0;
		width: 100%;
		height: inherit;
		display: block;
		padding: 0 13px;
	}
	
	.intro_txt h3{
		margin-top: -7%;
		margin-bottom: 25px;
	}
	
	.intro_lead1{
		font-size: 15pt;
	}

	#intro_box2{
		padding-bottom: 50px;
	}
	
	.intro_lead2{
		margin-top: -5%;
		font-size: 14pt;
	}

	/*----------STORY------------*/

	#story_box {
		padding-bottom: 50px;
	}

	#story_txtbox{
		position: relative;
		margin: 0;
		width: 100%;
		height: inherit;
		display: block;
		padding: 0 13px;
	}
	
	#story_txtbox h3{
		margin-top: -3%;
		margin-bottom: 25px;
	}


	/*----------CAST------------*/

	#cast_box {
		padding-top: 1px;
		padding-bottom: 50px;
		background-image: url(../images/cast_bg_sp.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	
	#cast_box h3{
		color: #fff;
		margin: 30px 0;
	}
	
	.casts{
		width: 42%;
		margin: 0 3% 40px;
		line-height: 1.8em;
	}

	.cast_pbox{
		overflow: hidden;
		margin:  0 auto 12px;
	}

	.cast_pbox::before{
		width: 20px;
		height: 20px;
		background-size:100% auto;
		bottom: 4%;
		right: 4%;
		z-index: 10;
	}
	
	.cast_en{
		font-size: 18pt;
		margin-bottom: 5px;
	}

	.cast_name{
		font-size: 11pt;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.cast_role{
		font-size: 11pt;
		font-weight: 700;
	}

	
	


	/*----------Profile Mado------------*/

	.prof_mados {
		padding: 28px 20px 30px;
		color: #000;
		background: #d3ccbc;
		font-size: 11pt;
		line-height: 1.7em;
		font-weight: 700;
	}
	
	.cast_flex{
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.cast_namebox{
		width: 100%;
		padding-top: 10px;
		line-height: 1.4em;
	}
	
	.cast_namebox .cast_en{
		font-size: 21pt;
		margin-bottom: 6px;
}
	
	.cast_namebox .cast_name{
		font-size: 10pt;
		padding-bottom: 7px;
		margin-bottom: 6px;
	}

	.cast_namebox .cast_role{
		font-size: 10pt;
	}






	/*----------STAFF------------*/

	#staff_box {
		padding-top: 0px;
		padding-bottom: 50px;
	}

	.staffD, .staffS{
		line-height: 1.4em;
	}

	.staff_pt{
		float: inherit;
		margin: 0 auto 20px;
		width: 60%;
		height: auto;
		display: block;
	}
	
	.staffD .staff_en{
		font-size: 22pt;
	}

	.staffD .staff_name{
		font-size: 13pt;
	}
	
	.staff_en{
		line-height: 1em;
		margin-bottom: 10px;
	}
	
	.staff_name{
		margin-bottom: 10px;
	}

	
	#staff_flex{
		display: block;
	}

	.staffS{
		width: 100%;
	}
	
	#staff_box small{
		display: block;
	}

	.staffS{
		margin-top: 30px;
	}

	/*----------DIRECTOR’S NOTE------------*/

	#direc_box{
		padding-bottom: 50px;
	}
	
	/*----------SET DESIGN NOTES------------*/

	#set_box{
		padding-bottom: 50px;
	}

	.set_design{
		width: 100%;
		height: auto;
		margin: 20px auto 0;
	}
	
	
	
	/*----------FOOTER------------*/
	#footer {
		background-image: url(../images/credit_bg_sp.jpg);
		background-size: 100% auto;
		padding: 1px 13px 60vw;
	}
	
	#footer h4{
		font-size: 18pt;
	}
	
	#footer .txt_box{
		font-size: 8pt;
	}
	
	
	
	
	
	
	
	
	
	
	



}
