@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: 37pt;
		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.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: 174px;
		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: -1500px 0;
		}
	}

	#slide_photo_pc2 {
		width: 100%;
		height: 174px;
		background: repeat-x url("../images/scrl_2_sp.jpg") left top/auto 100%;
		animation: loop-sp2 infinite 40s linear;
		z-index: 20;
	}

	@keyframes loop-sp2 {
		0% {
			background-position: -1500px 0;
		}

		100% {
			background-position: 0 0;
		}
	}



	/*----------INTRODUCTION------------*/

	#intro_box {
		padding-top: 1px;
		padding-bottom: 46vw;
		
		background-image: url(../images/intro_bg_sp.jpg);
		background-size: 100% auto;
	}

	.intro_lead{
		font-size: 22pt;
		line-height: 1.5em;
		margin-bottom: 40px;
	}

	/*----------STORY------------*/

	#story_box {
		padding-top: 1px;
		padding-bottom: 50px;
		background-image: url(../images/story_bg_sp.jpg);
		background-size: auto 100%;
		background-repeat: repeat
	}

	.story_lead{
		font-size: 16pt;
		margin-bottom: 30px;
	}

	/*----------STAFF------------*/

	#staff_box {
		padding-top: 1px;
		padding-bottom: 50px;
		background-image: url(../images/staff_bg_sp.jpg);
		background-size: 100% auto;
	}
	
	#staff_box h3{
		margin-top: 110px;
		margin-bottom: 70px;
	}
	
	.prof_staff{
		width: 95%;
		height: 100px;
		line-height: 100px;
		font-size: 13pt;
		line-height: 1.4em;
		margin-bottom: 60px;
	}
	
	.prof_staff small{
		display: block
	}

	/*----------CAST------------*/

	#cast_box {
		padding-top: 1px;
		padding-bottom: 50px;
		background-image: url(../images/cast_bg_sp.jpg);
		background-size: auto 100%;
	}

	#cast_box h3{
		margin-top: 50px;
		margin-bottom: 60px;
	}
	
	.cast_inbox{
		justify-content: space-between;
	}
	
	.prof_btn{
		width: 47%;
		margin: 0 0 70px;
		margin-bottom: 40px;
	}
	
	.cast_spa{
		display: none;
	}

	.cast_spa2{
		display: block;
		width: 23.5%;
	}
	
	.cast_pbox{
		width: 100%;
	}
	
	.cast_pbox::after{
		right: 3px;
		bottom: 3px;
		width: 26px;
		height: 26px;
	}
	
	.cast_name{
		font-size: 13pt;
		margin-bottom: 0px;
	}
	
	.cn2{
		font-size: 10pt;
	}
	
	
	.cast_role{
		font-size: 9pt;
		line-height: 1.7em;
	}


	/*----------Profile Mado------------*/

	.prof_mados {
		padding: 30px 20px 30px;
		color: #000;
		background: #ffd302;
		font-size: 11pt;
		line-height: 1.7em;
	}
	
	.cast_flex{
		display: block;
	}

	.cast_ptS {
		width: 70%;
		height: auto;
		margin: 10px auto 15px;
		display: block;
	}

	.cast_madotxt,
	.staff_madotxt {
		text-align: justify;
		text-justify: inter-ideograph;
	}


	.prof_mados .cast_name {
		font-size: 18pt;
		text-align: center;
	}
	
	.prof_mados .cast_role{
		text-align: center;
	}

	.staff_madotxt .cast_name {
		font-size: 15pt;
		margin-bottom: 15px;
	}


	.prof_mados .cast_name small {
		font-size: 80%;
		font-family: 'Crimson Pro', serif;
	}

	.staff_wak{
		padding: 5px 10px 10px;
	}







	/*----------FOOTER------------*/
	footer {
		padding: 50px 13px 100px;
	}


}
