@media screen and (max-width: 767px) {

	/*-----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: 14pt;
		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: 13px;
		padding-right: 13px;
	}

	.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_pt.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: -1471px 0;
		}
	}

	@keyframes loop-sp {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -1471px 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;
		}
	}



	/*----------STORY------------*/

	#story_box {
		padding-bottom: 50px;
	}

	#story_body {
		z-index: 20;
		margin-top: -23.4%;
	}

	#story_box h3 {
		margin-top: 0;
		margin-bottom: 2%;
	}

	.story_lead1 {
		font-size: 30pt;
		margin-bottom: 0px;
		color: #fff;
		letter-spacing: -0.1em;
	}

	@media screen and (max-width: 320px) {
		.story_lead1 {
			font-size: 26pt;
		}
	}




	.story_lead2 {
		font-size: 21pt;
		margin-bottom: 17px;
		color: #fff;
	}

	.story_lead3 {
		font-size: 17pt;
		font-weight: 500;
		text-align: center;
		margin-bottom: 20px;
		line-height: 1.4em;
	}

	#story_ptbox {
		width: 100%;
		max-width: 1416px;
		padding: 0 13px;
		margin: 40px auto 0;
		display: flex;
		justify-content: space-between;
	}

	#story_ptbox img {
		width: 49%;
		height: auto;
	}

	/*----------INTRODUCTION------------*/

	#intro_box {
		padding-top: 1px;
		padding-bottom: 0;
		background-image: url(../images/intro_btm_sp.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto;
	}


	#intro_leadbox {
		margin: 20px auto 40px;
		display: block;
	}

	.intro_lead1 {
		font-size: 30pt;
		text-align: center;
		width: 100%;
		line-height: 1.0em;
		margin-bottom: 16px;
	}

	.intro_lead2 {
		font-size: 20pt;
		flex:none;
		padding-left: 0;
		text-align: center;
	}


	.intro_kiribox {
		height: auto;
		margin-top: 10px;
	}

	.intro_kiri {
		width: 60%;
		height: auto;
		display: block;
		margin-left: auto;
		right: 5%;
	}


	/*----------DIRECTOR COMMENT------------*/

	#cmt_box{
		padding-top: 50px;
		padding-bottom: 100px;
		background-color: #000;
		background-image: url(../images/cmt_btm_sp.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto;
	}

	.cmt_lead1{
		font-size: 18pt;
		margin-bottom: 20px;
		line-height: 1.6em;
	}

	.cmt_lead2{
		color:#fff;
		font-size: 17pt;
		margin-bottom: 40px;
	}
	
	/*----------OPINION------------*/
	#opinion_box{
		padding-top: 1px;
		padding-bottom: 50px;
		background-image:url(../images/opinion_bg_sp.jpg);
	}

	#opinion_box h4{
		font-size: 12pt;
		margin-bottom: 0;
	}
	
	.opi_txt{
		width: 100%;
		font-size: 13pt;
	}
	
	
	/*----------CAST------------*/

	#cast_box {
		padding-top: 1px;
		padding-bottom: 50px;
		background-image: url(../images/intro_btm.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-color: #000000;
	}



	/*----------Profile Mado------------*/

	.prof_mados {
		padding: 5px 20px 30px;
		color: #000;
		background: #f1f1f1;
		font-size: 11pt;
		line-height: 1.7em;
		font-weight: 700;
	}

	.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: 18pt;
		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;
	}




	/*-----PARA-------*/
	.para_box {
		background-position: center top;
		background-repeat: no-repeat;
		background-size: auto;
		background-attachment: scroll;
		width: 100vw;
	}

	#para_pt1 {
		background-image: url(../images/para_pt1_sp.jpg);
		height: 55vw;
		background-size: 120% auto;
	}

	#para_pt2 {
		background-image: url(../images/para_pt2_sp.jpg);
		height: 55vw;
		background-size: 120% auto;
		background-position: left top;
	}

	#para_pt3 {
		background-image: url(../images/para_pt3_sp.jpg);
		height: 55vw;
		background-size: 120% auto;
	}

	#para_pt4 {
		background-image: url(../images/para_pt4_sp.jpg);
		height: 55vw;
		background-size: 120% auto;
		background-position: left top;
	}

	#para_pt5 {
		background-image: url(../images/para_pt5_sp.jpg);
		height: 52vw;
		background-size: 140% auto;
	}


	/*----------PHOTO------------*/

	#pt_box {
		padding-top: 1px;
		height: 135vw;
		background-color: #fff;
	}

	#pt_box img {
		position: absolute;
		height: auto;
	}

	.sub_ftrpt_1 {
		margin-top: 10%;
		margin-left: 8%;
		width: 61.1%;
		z-index: 50;
	}

	.sub_ftrpt_2 {
		margin-top: 54%;
		margin-left: 63%;
		width: 25.44%;
		z-index: 20;
	}

	.sub_ftrpt_3 {
		margin-top: 79%;
		margin-left: 14%;
		width: 43%;
		z-index: 30;
	}

	.sub_ftrpt_4 {
		margin-top: 103%;
		margin-left: 41%;
		width: 41.72%;
		z-index: 40;
	}


	/*----------FOOTER------------*/
	#footer {
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #fff;
		text-align: center;
	}

	.sub_logo {
		width: 60%;
		height: auto;
	}

	.totop_box {
		margin-top: 50px;
	}

	.btn_back {
		width: 175px;
		height: 175px;
		text-align: center;
		background-color: #000;
		color: #fff;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		font-family: 'Crimson Pro', serif;
		font-size: 16pt;
		padding-top: 52px;
		margin: 0 auto;
		cursor: default;
		transition: 0.7s;
		-webkit-transition: 0.7s;
		-moz-transition: 0.7s;
	}



}
