@media screen and (max-width: 767px) {
	body {
		font-size: 10pt;
		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;
		/*	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: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}

	.in_box {
		margin: 0;
		width: 100%;
	}

	.txt_box {
		font-size: 11pt;
		line-height: 2em;
		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: 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: 0px;
	}

	#intro_body{
		margin-top: -17%;
	}

	#intro_box h3{
		margin-bottom: 10px;
	}

	.intro_midasi{
		margin-left: 0;
		width: 100%;
		height: auto;
	}




	/*----------STORY------------*/

	#story_box {
		padding-top: 20px;
		height: 145vw;
		background-image: url(../images/story_bg_sp.jpg);
		background-size: 100% auto;
	}
	
	

	.story_midasi{
		display: none;
	}
	
	.story_midasi_sp{
		display: block;
		margin: 0 auto 10px;
		width: 96%;
		height: auto;
	}

	#story_box .txt_box{
		margin-top: -6%;
	}

	/*----------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;
	}


}


@media screen and (max-width: 375px) {
	#story_box {
		height: 155vw;
	}
}

@media screen and (max-width: 320px) {
	#story_box {
		height: 176vw;
	}
}














