@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .section01 {
	background-color: #000;
}

#main .section01 .fadeBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/kumamoto/bg01.jpg) no-repeat center center;
	background-size: cover;
}

#main .h2Ttl {
	margin: 0 auto;
	max-width: 652px;
	width: 34%
}

#main .h2Ttl img {
	width: 100%;
}

#main .comPro {
	padding: 129px 0 0;
}

#main .section02 {
	background: #000;
	background-size: cover;
}

#main .section02 .scrollInner {
	padding-bottom: 22px;
}

#main .section02 .bgBox {
	height: 100%;
	background: url(../img/kumamoto/bg02.jpg) no-repeat center center;
	background-size: cover;
}

#main .innerBox {
	margin: 0 auto;
	width: 1000px;
}

#main .inner {
	width: 504px;
}

#main .section02 .inner {
	float: right;
}

#main .heading03 {
	color: #e60012;
	margin-bottom: 20px;
	font-size: 28px;
	letter-spacing: 1px;
}

#main .comTxt {
	background: none;
	padding: 0;
}

#main .section03 {
	background: url(../img/kumamoto/bg05.jpg) no-repeat center center;
	background-size: cover;
}

#main .section03 .bgBox {
	width: 67%;
	float: right;
	height: 100%;
	background: url(../img/kumamoto/bg06.png) no-repeat right center;
	background-size: cover;
}

#main .section03 .inner {
	padding: 16px 0 0;
	width: 600px;
}

#main .section03 .heading03 {
	margin-bottom: 12px;
}

#main .parallax {
	height: 551px;
}

#main .parallax01 {
	background: url(../img/kumamoto/bg04.jpg) no-repeat center center fixed;
	background-size: cover;
}

#main .parallax02 {
	background: url(../img/kumamoto/bg07.jpg) no-repeat center center fixed;
	background-size: cover;
}

#main .parallax03 {
	background: url(../img/kumamoto/bg10.jpg) no-repeat center bottom fixed;
	background-size: cover;
}

#main .section04 {
	padding: 115px 0 224px;
	color: #FFF;
	background: url(../img/kumamoto/bg08.jpg) no-repeat left center;
	background-size: cover;
}

#main .heading04 {
	padding: 7px 0;
	margin-bottom: 100px;
}

#main .section04 .h3Ttl01 {
	margin-bottom: 107px;
}

#main .comImgBox {
	margin: 0 auto 162px;
	width: 840px;
}

#main .comImgBox .textBox {
	float: none;
	width: auto;
}

#main .comImgBox .photoBox {
	margin-bottom: 78px;
	float: none;
	width: auto;
	text-align: center;
}

#main .comImgBox .heading02 {
	margin-bottom: 20px;
	font-size: 26px;
	padding-bottom: 11px;
}

#main .comImgBox .heading02 span {
	padding-left: 25px;
	background-size: 18px auto;
}

#main .comImgBox .textBox p {
	padding-left: 33px;
	line-height: 1.78;
}

#main .comImgBox .textBox .textList {
	margin-left: 33px;
	line-height: 1.78;
}

#main .comImgBox .textBox .textList li {
	width: 370px;
	display: inline-block;
	font-weight: bold;
}

#main .comImgBox01 {
	margin-bottom: 0;
}

#main .comImgBox01 .photoBox {
	margin-bottom: 70px;
}

#main .section05 {
	padding: 129px 0 286px;
	color: #FFF;
	background: url(../img/kumamoto/bg09.jpg) no-repeat center top;
	background-size: cover;
}

#main .section05 .heading04 {
	margin-bottom: 89px;
}

#main .section05 .h3Ttl02 {
	width: 433px;
}

#main .section05 .h3Ttl03 {
	margin-bottom: 112px;
	width: 430px;
}

#main .section05 .comImgBox {
	margin-bottom: 159px;
}

#main .section05 .comImgBox .heading02 {
	padding-bottom: 10px;
	margin-bottom: 21px;
}

#main .section05 .comImgBox .photoBox {
	margin-bottom: 60px;
}

#main .section05 .comImgBox02 .photoBox {
	margin-bottom: 70px;
}

#main .section05 .comImgBox03 {
	margin-bottom: 0;
}

#main .section05 .comImgBox03 .photoBox {
	margin-bottom: 84px;
}

#main .comShop {
	background-color: #D5AE25;
}

.parallaxBox {
	display: none;
}

@media screen and (max-width: 767px)  {
	#main .parallax03 {
		height: 315px;
	}
	
	#main .h2Ttl {
		padding-top: 15%;
		margin: 0 auto;
		width: 78%;
	}

	#main .h2Ttl img {
		width: 100%;
	}
	
	#main .section01 .scrollInner {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	#main .parallaxBox {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	
	#main .parallaxBox03 {
		background: url(../img/kumamoto/bg10.jpg) no-repeat right bottom;
		background-size: cover;
		z-index: -3;
	}
	
	#main .parallaxBox02 {
		display: block;
		background: url(../img/kumamoto/bg07.jpg) no-repeat center center;
		background-size: 250% auto;
		z-index: -2;
	}
	
	#main .parallaxBox01 {
		background: url(../img/kumamoto/bg04.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .section01 {
		height: 100vh;
	}
	
	#main .section01 .fadeBox {
		background-image: url(../img/kumamoto/sp_bg01.jpg);
	}
	
	#main .comPro {
		padding: 54px 0 0;
	}
	
	#main .comPro p {
		font-size: 10px;
	}
	
	#main .scrollBtn {
		bottom: 0;
	}
	
	#main .section02 {
		padding-bottom: 114px;
		min-height: 100vh;
		position: relative;
		background: none;
		background-color: #000;
	}
	
	#main .section02 .bgBox {
		position: absolute;
		top: 0;
		left: 0;
		height: 75%;
		width: 100%;
		background:  url(../img/kumamoto/sp_bg03.png) no-repeat center center;
		background-size: cover;
	}
	
	#main .section02 .scrollInner,
	#main .section03 .scrollInner {
		padding-bottom: 7px;
		position: absolute;
		top: 0;
		height: 100%;
	}
		
	#main .innerBox {
		padding: 0 35px;
		width: auto;
	}
	
	#main .section02 .innerBox,
	#main .section03 .innerBox {
		padding: 0 24px 0 32px;
		position: absolute;
		left: 0;
		bottom: 40px;
		width: 100%;
		box-sizing: border-box;
	}
	
	#main .comTxt {
		letter-spacing: -0.2px;
		line-height: 1.75;
	}
	
	#main .inner {
		width: auto;
		float: none;
	}
	
	#main .section02 .inner {
		float: none;
	}
	
	#main .heading03 {
		margin-bottom: 19px;
		font-size: 18px;
	}
	
	#main .parallax {
		height: 320px;
		background: none;
	}
	
	#main .section03 {
		padding-bottom: 130px;
		min-height: 100vh;
		background: none;
		background-color: #000;
		background-size: auto 83%
	}
	
	#main .section03 .bgBox {
		width: 100%;
		float: none;
		height: 100%;
		position: absolute;
		background:  url(../img/kumamoto/sp_bg02.jpg) no-repeat center top;
		background-size: auto 83%
	}
	
	#main .section03 .inner {
		width: auto;
	}
	
	#main .section03 .heading03 {
		margin-bottom: 15px;
		line-height: 1.7;
	}
	
	#main .section04 {
		min-height: 100vh;
		padding: 59px 0 20px;
		box-sizing: border-box;
		background-image: url(../img/kumamoto/sp_bg04.jpg);
	}
	
	#main .section04 .scrollInner {
		margin: 0;
	}
	
	#main .heading04 {
		width: 48%;
	}
	
	#main .heading04 {
		padding: 3px 0;
		margin-bottom: 51px;
	}
	
	#main .comImgBox {
		margin-bottom: 54px;
		width: auto;
	}
		
	#main .comImgBox .photoBox {
		margin-bottom: 38px;
	}
	
	#main .comImgBox .textBox {
		padding-top: 0;
		width: auto;
		float: none;
	}
	
	#main .comImgBox .textBox p {
		padding: 0;
	}
	
	#main .comImgBox .textBox p span {
		display: block;
		margin-bottom: 0;
		width: auto;
	}
	
	#main .comImgBox .textBox .lSpan {
		margin: 0;
	}
	
	#main .comImgBox .textBox .textList {
		margin: 0;
	}

	#main .comImgBox .textBox .textList li {
		display: block;
		text-align: center;
		width: auto;
	}

	#main .comImgBox .textBox .textList li:first-child {
		margin-bottom: 19px;
	}

	#main .comImgBox .textBox .marSpan {
		margin-bottom: 0;
		display: block;
	}
	
	#main .comImgBox .heading02 {
		padding-bottom: 0;
		margin-bottom: 3px;
		font-size: 18px;
	}
	
	#main .comImgBox .heading02 span {
		padding-left: 21px;
		background-size: 14px auto;
		background-position: left 3px;
	}
		
	#main .section04 .h3Ttl01 {
		margin-bottom: 49px;
		width: 50%;
	}
	
	#main .section04 .comImgBox01 .photoBox {
		margin: 0 -8px 35px 2px;
	}
	
	#main .section05 {
		min-height: 100vh;
		padding: 54px 0 13px;
		box-sizing: border-box;
	}
	
	#main .section05 .heading04 {
		margin-bottom: 51px;
	}
	
	#main .section05 .comImgBox .photoBox img {
		width: 100%;
	}
	
	#main .section05 .comImgBox .photoBox {
		margin: 0 -8px 44px 2px;
	}
	
	#main .section05 .comImgBox03 .photoBox {
		margin: -3px -3px 39px;
	}
	
	#main .section05 .comImgBox .heading02 {
		margin-bottom: 5px;
		padding-bottom: 0;
		line-height: 1.1;
	}
	
	#main .section05 .comImgBox .heading02 span {
		line-height: 1.0;
		background-position: left 1px;
	}
	
	#main .section05 .heading04 {
		width: 50%;
	}

	#main .section05 .h3Ttl02 {
		width: 56%;
	}
	
	#main .section05 .comImgBox {
		margin-bottom: 57px;
	}
	
	#main .section05 .comImgBox02 .photoBox {
		margin: 0 -3px 44px 0;
	}
	
}