@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: 18pt;
		font-weight: 700;
		/*	letter-spacing: 0.1em;*/
		text-align: center;
		text-shadow: 2px 2px 0px rgba(98, 98, 98, 0.4);
	}


	.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: 180px;
		background: repeat-x url("../images/scrl_pt1_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: -1482px 0;
		}
	}

	@keyframes loop-sp {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -1482px 0;
		}
	}

	#slide_photo_pc2 {
		width: 100%;
		height: 180px;
		background: repeat-x url("../images/scrl_pt2_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: -2146px 0;
		}

		100% {
			background-position: 0 0;
		}
	}

	@keyframes loop-sp2 {
		0% {
			background-position: -2146px 0;
		}

		100% {
			background-position: 0 0;
		}
	}



	/*----------INTRODUCTION------------*/


	#intro_box {
		padding-top: 0;
		padding-bottom: 0;
	}

	#intro_box h3 {
		color: #fff;
		margin: 40px 0 40px
	}


	#intro_box .in_box {
		padding-bottom: 50px;
	}

	.intro_toha {
		margin-top: 40px;
		padding: 30px 13px;
	}
	
	.intro_chuki{
		text-align: left;
	}

	
	
	/*----------STORY------------*/

	#story_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}



	/*----------CAST------------*/

	.cast_box {
		padding-top: 1px;
		padding-bottom: 50px;
		background-repeat: repeat;
		background-size: 60% auto;
		background-position: center top;
	}
	
	.cast_box .in_box{
		width: 100%;
	}
	
	.cast_box h3{
		font-size: 25pt;
	}
	
	.casts{
		width: 40%;
/*		max-width: 400px;*/
		margin: 0 5% 30px;
	}
	
	.caots{
		width: 80%;
	}
	
	.casts img{
		width: 100%;
		box-shadow: 0px 0px 10px 0px #fff, 0px 0px 2px 0px #fff, 0px 0px 30px 0px #fff;
		margin-bottom: 15px;
	}
	
	.cast_name{
		font-size: 15pt;
		line-height: 1.5em;
	}
	
	.cast_name small{
		display: block
	}
	
	.caot small{
		display: inline;
	}

	#cast_box1{
		background-image: url(../images/bg_hana_spring.png), linear-gradient( 180deg, rgb(255,255,255) 0%, rgb(230,80,135) 5%);
	}
	
	#cast_box2{
		background-image: url(../images/bg_hana_summer.png), linear-gradient( 180deg, rgb(255,255,255) 0%, rgb(250,190,0) 5%);
	}

	#cast_box3{
		background-image: url(../images/bg_hana_autumn.png), linear-gradient( 180deg, rgb(255,255,255) 0%, rgb(240,130,75) 5%);
	}

	#cast_box4{
		background-image: url(../images/bg_hana_winter.png), linear-gradient( 180deg, rgb(255,255,255) 0%, rgb(30,175,230) 5%);
	}

	#cast_box5{
/*		background-image: url(../images/bg_hana_gray.png), linear-gradient( 180deg, rgb(255,255,255) 0%, rgb(120,120,120) 5%);*/
		background-image: , linear-gradient( 180deg, rgb(255,255,255) 0%, rgb(120,120,120) 5%);
	}

	
	
	
	

	/*----------STAFF------------*/

	#staff_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}
	
	#staff_box .txt_box{
		text-align: left;
	}

	.staffL{
		width: 35%;
	}

	.staffR{
		width: 65%;
	}
	
	.copyright{
		padding: 0 13px;
		text-align: center;
	}


	/*----------3面ライブスクリーン------------*/
	#disp3_box {
		padding-top: 20px;
		padding-bottom: 80px;
		background-color: #000;
	}

	.screen_pt {
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto
	}

	#disp3_box h3 {
		font-size: 15pt;
		font-weight: 700;
		font-family: 'Noto Sans JP', sans-serif;
		letter-spacing: 0;
		margin-top: 50px;
		margin-bottom: 20px;
	}


	#disp3_box .txt_box {
		font-weight: 700;
	}

	.disp3_lead{
		font-size: 13pt;
	}



	/*----------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;
	}



}
