@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: 15pt;
		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: 150px;
		background: repeat-x url("../images/scrl_1_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: -1266px 0;
		}
	}

	@keyframes loop-sp {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -1266px 0;
		}
	}

	#slide_photo_pc2 {
		width: 100%;
		height: 150px;
		background: repeat-x url("../images/scrl_2_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: -1266px 0;
		}

		100% {
			background-position: 0 0;
		}
	}

	@keyframes loop-sp2 {
		0% {
			background-position: -1266px 0;
		}

		100% {
			background-position: 0 0;
		}
	}



	/*----------INTRODUCTION------------*/


	#intro_box {
		padding-top: 0;
		padding-bottom: 50px;
		background-image:none;
		height: inherit;
	}
	
	.intro_bg_sp{
		width: 100%;
		height: auto;
	}

	#intro_box .in_box{
		padding: 0;
		margin-top: -20%;
		z-index: 10;
	}
	
	#intro_box h3{
		margin-bottom: 30px;
	}

	#intro_box .txt_box{
		line-height: 2.3em;
		text-align: left;
	}


	/*----------STORY------------*/

	#story_box {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.story_bg_sp{
		width: 100%;
		height: auto;
	}
	
	#story_body{
		width: 100%;
		min-width: inherit;
		position: relative;
		padding: 0 13px;
		margin-left:0;
		margin-top: -12%;
		z-index: 10;
	}


	/*----------CAST------------*/

	#cast_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}
	
	#cast_box h3{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	#cast_inbox{
		min-width: inherit;
	}
	
	.casts{
		width: 45%;
		margin: 0 2.5% 30px;
		padding-bottom: 40px;

	}
	
	.cast_pbox{
		width: 100%;
		height:inherit
	}
	
	.cast_name{
		font-size: 14pt;
		height: inherit;
		line-height: inherit;
		padding: 9px 0;
	}

	.prof_btn{
		height: 40px;
		line-height: 40px;
		font-size: 11pt;
	}

	/*----------Profile Mado------------*/

	.prof_mados {
		padding: 15px 20px 30px;
		color: #fff;
		background: #474747;
		font-size: 11pt;
		line-height: 1.7em;
		font-weight: 700;
	}
	
	.cast_flex{
		display: block;
	}
	
	.cast_ptS{
		width: 70%;
		max-width: 334px;
		height: auto;
		display: block;
		margin: 0 auto 10px;
	}


	.cast_madotxt,
	.staff_madotxt {
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	.cast_madotxt{
		width: 100%;
	}

	.prof_mados .cast_name{
		text-align: center;
	}


	/*------- COMMENT ----------------*/
	#cmt_box{
		padding-top: 1px;
		padding-bottom: 50px;
	}

	#cmt_box h3{
		margin: 50px 0;
	}

	.cmts{
		margin-bottom: 50px;
	}
	
	.cmt_name{
		font-size: 15pt;
		margin-bottom: 10px;
	}



	/*----------STAFF------------*/

	#staff_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}



	/*----------FOOTER------------*/
	footer {
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center;
	}


}
