@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: 16pt;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 50px;
		line-height: 1.6em;;
	}


	.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%;
		animation: loop-sp infinite 40s linear;
		z-index: 20;
	}

	@keyframes loop-sp {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -1550px 0;
		}
	}

	#slide_photo_pc2 {
		width: 100%;
		height: 200px;
		background: repeat-x url("../images/scrl2_sp.jpg") left top/auto 100%;
		animation: loop-sp2 infinite 40s linear;
		z-index: 20;
	}

	@keyframes loop-sp2 {
		0% {
			background-position: -1267px 0;
		}

		100% {
			background-position: 0 0;
		}
	}



	/*----------INTRODUCTION------------*/

	#intro_box {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.intro_lead1{
		font-size: 23pt;
		line-height: 1.5em;
		margin-bottom: 20px;
	}

	.intro_lead2{
		font-size: 14pt;
		margin-bottom: 30px;
	}


	/*----------ABOUT THE "Dead Man's Wire"------------*/

	#about_box{
		padding-top:1px;
		padding-bottom: 50px;
		background-color: #c01736;
	}

	.toha_irst{
		width: 100%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	
	/*----------STORY------------*/

	#story_box {
		padding-top: 0;
		padding-bottom: 50px;
	}



	/*----------CAST------------*/

	#cast_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}

	#cast_chartbox{
		min-width: inherit;
	}

	/*----------Profile Mado------------*/

	.prof_mados {
		padding: 35px 20px 30px;
		color: #000;
		background: #fff100;
		font-size: 11pt;
		line-height: 1.7em;
	}

	

	.cast_madotxt{
		text-align: justify;
		text-justify: inter-ideograph;}


	.prof_mados .cast_name {
		font-size: 16pt;
		margin-bottom: 15px;
	}





	/*----------STAFF------------*/

	#staff_box {
		padding-top: 0;
		padding-bottom: 50px;
	}
	
	.kantoku_pt{
		float: none;
		display: block;
		margin: 0 auto;
		width: 60%;
		height: auto;;
	}

	.staff_name {
		font-size: 15pt;
		margin-top: 50px;
		margin-bottom: 15px;
		text-align: center;
		color: #fff100;;
	}

	.sn1{
		margin-top: 20px;
	}


	/*----------FOOTER------------*/
	footer{
		background-color: #c01736;
		text-align: center;
		padding: 50px 0 70px;
	}



	.ftr_bl-set{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}




}
