@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;
		padding-bottom: 14px;

		/*	letter-spacing: 0.1em;*/
		text-align: center;
		margin: 40px auto 40px;
	}


	.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 {}

	.icon-magnifying-glass-plus {
		font-size: 32pt;
		margin-top: 3%;
		right: 3%;
	}
	
	.btn_DL{
		width: 50px;
		height: auto;
		margin-top: 3%;
		right: 3%;
	}



	/*----------CAST------------*/

	#cast_box {
		padding-top: 1px;
		padding-bottom: 50px;
	}

	#cast_box .txt_box{
		margin-bottom: 60px;
	}

	
	.cast_name{
		display: block;
		font-size: 17pt;
		padding: 13px;
	}
	
	.cast_pt{
		float: none;
		display: block;
		margin: 0 auto 20px;
		width: 80%;
		height: auto;
	}


	/*----------FOOTER------------*/
	#footer {
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center;
	}

	.sub_logo2025 {
		width: 70%;
		height: auto;
		margin: 0 auto 30px;
	}
	
	#footer_lower{
		padding-bottom: 0;
	}

	#top_tw {
		text-align: center;
		display: flex;
		justify-content: center;
		width: 100%;

	}



	#footer_lower {
		font-size: 22pt;
		letter-spacing: 0.4em;
		color: #fff;
		background-color: #000;
		text-align: center;
		margin-top: 30px;
		padding-top: 60px;
		padding-bottom: 60px;
	}



}
