@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.innerBox {
	margin: 0 auto;
	width: 980px;
}

#main .section01 {
	background-color: #000;
}

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

#main .h2Ttl {
	margin: -2.2% auto 0;
	width: 800px;
	text-align: center;
}

#main .h2Ttl span {
	margin-top: 40px;
	display: block;
	font-size: 28px;
}

#main .bottomP {
	position: absolute;
	left: 30px;
	bottom: 13px;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.7px;
}

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

#main .inner {
	margin-top: -37px;
	width: 575px;
}

#main .comTxt {
	padding-bottom: 7px;
	letter-spacing: -1px;
}

#main .parallax {
	height: 551px;
}

#main .parallaxBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/koukaku/bg03.jpg) no-repeat left center;
	background-size: cover;
	z-index: -1;
}

#main .section03 {
	min-height: 700px;
	background: url(../img/koukaku/bg04.jpg) no-repeat center center #000;
	background-size: cover;
}

#main .heading04 {
	margin-bottom: 7%;
}

#main .comImgBox .textBox {
	padding-top: 90px;
}

#main .comImgBox .textBox p .aSpan {
	padding: 3px 10px;
	margin: 25px 0 0 -10px;
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: rgba(0,0,0,0.2);
}

#main .comImgBox .textBox .aSpan a {
	color: #FFF;
	font-size: 16px;
	display: inline-block;
}


@media screen and (max-width: 767px) {
	#main .section01 {
		height: 100vh;
	}

	#main .section01 .scrollInner {
		position: absolute;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	
	#main .sectionArea .scrollInner {
		margin: 0;
	}
	
	#main .h2Ttl {
		margin-top: -15px;
		width: 69%;
	}
	
	#main .h2Ttl img {
		width: 100%;
	}
	
/* 	#main .h2Ttl span {
		margin-top: 20px;
		font-size: 14px;
	}
	 */
	#main .scrollBtn {
		bottom: 10px;
	}
	
	#main .bottomP {
		color: #929292;
		font-size: 10px;
		left: 18px;
		bottom: 15px;
		letter-spacing: 0.5px;
	}
	
	#main .section02 {
		padding-bottom: 40px;
		margin: 0;
		height: 100vh;
		background-position: right center;
	}

	#main .section02 .scrollInner {
		height: 100%;
	}
	
	.innerBox {
		width: auto;
	}
	
	#main .section02 .innerBox {
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 0;	
	}

	#main .inner {
		padding: 0 30px;
		margin: 0;
		width: auto;
	}
	
	#main .heading03 {
		margin-bottom: 10px;
		line-height: 1.75;
	}
	
	#main .comTxt {
		padding-bottom: 0;
	}
	
	#main .parallax {
		height: 320px
	}
	
	#main .section03 {
		padding: 60px 0 100px;
		min-height: inherit;
	}
	
	#main .comImgBox .photoBox {
		margin-bottom: 33px;
		padding: 0 80px;
	}
	
	#main .heading04 {
		margin-bottom: 49px;
		width: 50%;
	}
	
	#main .comImgBox .textBox {
		padding: 0 40px;
		float: none;
		width: auto;
	}
	
	#main .comImgBox .textBox .marSpan {
		display: block;
	}
	
	#main .comImgBox .textBox p .aSpan {
		margin-top: 35px;
		font-size: 9px;
	}
	
	#main .comImgBox .textBox p .aSpan a {
		font-size: 9px;
	}
	
	#main .comImgBox .textBox p .aSpan a:hover {
		text-decoration: none;
	}
}





