@media screen and (max-width: 767px) {

	body {
		font-size: 11pt;
		line-height: 1.5em;
	}

	/*-----Sub Page-------*/

	.sub_box {
		width: 100%;
		min-width: inherit;
		margin: 0 auto;
	}

	h3 {
		display: block;
		font-size: 22pt;
		text-align: center;
		margin: 40px 0
	}


	.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: 12pt;
		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-top: 0;
		padding-bottom: 50px;
	}

	.intro_lead{
		font-size: 15pt;
		line-height: 1.6em;
		margin-bottom: 20px;
		text-align: center;
	}

	/*----------STORY------------*/

	#story_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}
	
	.story_lead{
		font-size: 15pt;
		line-height: 1.6em;
		margin-bottom: 20px;
		text-align: center;
	}

	/*----------DIRECTOR------------*/

	#director_box{
		padding-top:1px;
		padding-bottom: 50px;
		color: #fff;
		background-image: url(../images/director_bg1_sp.jpg), url(../images/director_bg2_sp.jpg);
		background-position: left top, right bottom;
		background-size: 100% auto;
	}
	
	.director_ptbox{
		margin-bottom: 30px;
	}
	
	.director_pt{
		width: 70%;
		height: auto;
	}
	

	/*----------CAST------------*/

	#cast_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}

	#cast_box .txt_box{
/*		display: block;*/
		justify-content: space-between;
	}
	
	.prof_btn{
		width: 45%;
	}
	
	.cast_pbox{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.cast_name{
		font-size: 16pt;
	}
	
	.cast_name small{
		display: block;
	}
	
	.pc_btn{
		width: 90%;
		height:auto;
		line-height: 1.6em;
		font-size: 12pt;
		margin: 10px auto 0;
	}

	/*----------Profile Mado------------*/

	.prof_mados {
		padding: 5px 20px 30px;
		color:#009bba;
		background: #ecf8f8;
		font-size: 11pt;
		line-height: 1.7em;
	}
	
	.cast_flex{
		display: block;
	}
	
	.cast_ptS{
		width: 70%;
		height: auto;
		margin: 0 auto 20px;
	}
	
	

	.cast_madotxt {
		text-align: justify;
		text-justify: inter-ideograph;
	}


	.prof_mados .cast_name {
		font-size: 18pt;
		margin-bottom: 15px;
		text-align: center;
	}

	.prof_mados .cast_name small {
		display: inline;
	}



	/*----------STAFF------------*/

	#staff_box {
		padding-top: 1px;
		padding-bottom: 60px;
	}

	#cmt_box .txt_box{
		display: block;
	}

	/*----------COMMENT------------*/

	#cmt_box{
		padding-bottom: 50px;
	}
	
	#cmt_box .txt_box{
		display: block;
	}
	
	.cmt_txt{
		width: 100%;
	}
	
	

	/*----------FOOTER------------*/
	#footer {
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #fff;
		text-align: center;
	}

	.sub_logo {
		width: 60%;
		height: auto;
	}

	.totop_box {
		margin-top: 50px;
	}

	.btn_back {
		width: 175px;
		height: 175px;
		text-align: center;
		background-color: #000;
		color: #fff;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		font-family: 'Crimson Pro', serif;
		font-size: 16pt;
		padding-top: 52px;
		margin: 0 auto;
		cursor: default;
		transition: 0.7s;
		-webkit-transition: 0.7s;
		-moz-transition: 0.7s;
	}



}
