@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;
		font-weight: 400;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}


	.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: 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: 13pt;
		font-weight: 700;
		line-height: 1.6em;
	}
	
	
	/*----------FIXED VIDEO------------*/
	#video_box {
		position: fixed;
		top: 4.6rem;
		left: 0;
		width: 100%;
		/*	height: 100vh;*/
		height: 100%;
		min-height: inherit;
		background-color: #000;
	}


	#bg_movie2 {
		position: absolute;
		width: 100%;
		height: 183.33vw;
		z-index: 1;
		overflow: hidden;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#bg_movie2::before {
		z-index: 2;
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url(../images/bgpattern.png) center top/3px 3px;
	}

	#video_box1b {
		display: none;
	}

	#video_box2b {
		display: block;
		width: 100%;
/*		height: 100vh;*/
		height: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#bg_movie2 video {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	/*----------STORY------------*/

	#story_box {
		padding-top: 50px;
		padding-bottom: 50px;
	}



	/*----------CAST------------*/

	#cast_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}
	
	#cast_inbox{
		justify-content:center
	}
	
	.prof_btn{
		width: 90%;
		padding-top: 6.3%;
		margin-bottom: 20px;
	}
	
	.cast_pbox::after{
		right: 3%;
		bottom: 4%;
		width: 10.3%;
		height: 16.3%;
	}
	
	.cast_sp{
		display: none;
	}
	
	.cast_name{
		font-size: 14pt;
	}



	/*----------Profile Mado------------*/

	.prof_mados {
		padding: 20px 20px 30px;
		color: #fff;
		background: #064344;
		font-size: 11pt;
		line-height: 1.7em;
	}
	
	.cast_ptS{
		width: 80%;
	}
	
	.staff_ptS{
		width: 70%;
	}

	.prof_mados .cast_name {
		font-size: 13pt;
		margin-bottom: 20px;
	}

	.staff_madotxt .cast_name {
		font-size: 13pt;
		margin-bottom: 15px;
	}


	.prof_mados .cast_name small {
		font-size: 80%;
	}





	/*----------STAFF------------*/

	#staff_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}

	.staff_btn{
		margin-bottom: 50px;
	}
	
	.staff_pt1{
		width: 50%;
		height: auto;
		margin-bottom: 10px;
	}

	.staff_name{
		font-size: 14pt;
		width: 100%;
	}
	
	.btn_open2{
		margin-left: 10px;
		width: 25px;
		height: auto;
	}
	
	.staff_flexbox{
		display: block;
	}

	/*----------FOOTER------------*/
	#footer {
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center;
	}
	
	.ftr_bl{
		width: 100%;
		height: auto;
	}

	.footer_bl{
		font-size: 7pt;
		line-height: 1.4em;
	}
	


}
