@media screen and (max-width: 767px) {
	
	body {
		font-size: 14px;
		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-family: 'Crimson Pro', serif;
		font-size: 15pt;
		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: 12pt;
		line-height: 1.6em;
		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("../images2/scrl_1_sp.jpg") left top/auto 100%;
		-webkit-animation: loop-sp infinite 40s linear;
		animation: loop-sp infinite 40s linear;
		z-index: 20;
		margin-bottom: 2vw;
	}

	@-webkit-keyframes loop-sp {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -1556px 0;
		}
	}

	@keyframes loop-sp {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -1556px 0;
		}
	}

	#slide_photo_pc2 {
		width: 100%;
		height: 150px;
		background: repeat-x url("../images2/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: -1556px 0;
		}

		100% {
			background-position: 0 0;
		}
	}

	@keyframes loop-sp2 {
		0% {
			background-position: -1556px 0;
		}

		100% {
			background-position: 0 0;
		}
	}


	#slide_photo_pc3 {
		width: 100%;
		height: 170px;
		background: repeat-x url("../images2/scrl_3_sp.jpg") left top/auto 100%;
		-webkit-animation: loop-sp3 infinite 40s linear;
		animation: loop-sp infinite 40s linear;
		z-index: 20;
	}

	@-webkit-keyframes loop-sp3 {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -2406px 0;
		}
	}

	@keyframes loop-sp3 {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -2406px 0;
		}
	}


	/*----------INTRODUCTION------------*/

	#intro_box {
		padding-top: 0px;
		padding-bottom: 50px;
	}

	#intro_body h3{
		text-align: left;
		margin-bottom: 20px;
	}

	.intro_lead{
		font-size: 5.4vw;
		line-height: 9vw;
		margin-bottom: 14px;
	}


	/*----------STORY------------*/

	#story_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}

	#story_body h3{
		text-align: left;
		margin-bottom: 20px;
	}

	.story_lead{
		font-size: 5.4vw;
		line-height: 9vw;
		margin-bottom: 14px;
	}


	/*----------CAST------------*/

	#cast_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}
	
	.casts{
		width: 45%;
		margin: 0 2% 20px;
	}
	
	.cast_pbox{
		margin-bottom: 15px;
	}
	
	.prof_txt{
		margin-left: -20px;
		font-size: 15pt;
	}
	
	.cast_name{
		font-size: 8pt;
	}


	/*----------Profile Mado------------*/

	.prof_mados {
		padding: 40px 20px 30px;
		color: #000;
	background: rgba(247, 238, 226, 0.9);
		font-size: 11pt;
		line-height: 1.7em;
	}

	.prof_mados .cast_ptL {
		width: 100%;
		height: auto;
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.cast_madotxt,
	.staff_madotxt {
		text-align: justify;
		text-justify: inter-ideograph;
	}


	.prof_mados .cast_name {
		font-size: 15pt;
		margin-bottom: 15px;
	}

	.staff_madotxt .cast_name {
		font-size: 15pt;
		margin-bottom: 15px;
	}


	.prof_mados .cast_name small {
		font-size: 80%;
		font-family: 'Crimson Pro', serif;
	}


	.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;
	}

	.kantoku_pt {
		width: 150px;
		height: auto;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}




	/*----------STAFF------------*/

	#staff_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}

	.staffs{
		width: 35%;
		margin: 0 6% 20px;
	}
	
	.staffs .cast_pbox{
		width: 100%;
	}

	#staff_box .prof_txt{
		font-size: 12pt;
	}

	/*----------FOOTER------------*/
	#footer {
		padding-top: 10%;
		text-align: center;
		background-image: url(../images2/sub-btm_bg_sp.jpg);
		background-size: 100% auto;
		height: 71.3vw;
	}

	.sub_logo{
		width: 80%;
		height: auto;
	}
	
	#footer_sns{
		font-size: 20pt;
		margin-top: 10%;
	}
	

}
