@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/pick/bg01.jpg) no-repeat center center;
	background-size: cover;
}

#main .section01 .bottomP {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 16px;
}

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

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

#main .section02 {
	margin-top: -1px;
	width: 100%;
	height: 100%;
	background: url(../img/stationary/moeconote-bg01.jpg) no-repeat center center #000;
	background-size: cover;
}

#main .section04 {
	margin-top: -1px;
	width: 100%;
	height: 100%;
	background: url(../img/stationary/moeconote-bg02.jpg) no-repeat center center #000;
	background-size: cover;
}

#main .section06 {
	margin-top: -1px;
	width: 100%;
	height: 100%;
	background: url(../img/stationary/moeconote-bg03.jpg) no-repeat center center #000;
	background-size: cover;
}

#main .section08 {
	margin-top: -1px;
	width: 100%;
	height: 100%;
	background: url(../img/pick/bg02.jpg) no-repeat center center #000;
	background-size: cover;
}

#main .section10 {
	margin-top: -1px;
	width: 100%;
	height: 100%;
	background: url(../img/stationary/moeconote-bg04.jpg) no-repeat center center #000;
	background-size: cover;
}

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




#main .heading03 {
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 1.75;
}

#main .comTxt {
	padding-bottom: 0;
}

#main .parallax {
	height: 551px;
}

#main .parallaxBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	z-index: -1;
}

#main .parallaxBox03 {
	background: url(../img/eva/bg08.jpg) no-repeat center center;
	background-size: cover;
	z-index: -3;
}

#main .parallaxBox02 {
	background: url(../img/eva/bg05.jpg) no-repeat center center;
	background-size: cover;
	z-index: -2;
}

#main .parallaxBox01 {
	background: url(../img/eva/bg03.jpg) no-repeat center center;
	background-size: cover;
}




#main .comImgBox {
	margin-left: -20px;
}

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

#main .comImgBox .textBox p {
	padding-left: 35px;
	letter-spacing: 0.7px;
}

#main .comImgBox .heading02 {
	padding-bottom: 10px;
	font-size: 26px;
	letter-spacing: 0px;
}

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

#main .comImgBoxR .photoBox {
	float: right;
}

#main .comImgBoxR .textBox {
	float: left;
}


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


#main .section03 .comImgBox {
	margin: 0;
	padding: 0 60px;
}

#main .section03 .comImgBoxR .photoBox {
	margin-top: -45px;
	padding-right: 20px;
}

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

#main .section05 {
	background: url(../img/pick/bg09.jpg) no-repeat center center #000;
	background-size: cover;
}

#main .section07 {
	background: url(../img/pick/bg09.jpg) no-repeat center center #000;
	background-size: cover;
}

#main .section09 {
	background: url(../img/pick/bg09.jpg) no-repeat center center #000;
	background-size: cover;
}

#main .section11 {
	background: url(../img/pick/bg09.jpg) no-repeat center center #000;
	background-size: cover;
}

#main .section05 .comImgBox {
	margin: 0;
	padding: 0 60px;
}

#main .section05 .comImgBoxR .photoBox {
	margin-top: -45px;
	padding-right: 20px;
}

#main .section07 .comImgBox {
	margin: 0;
	padding: 0 60px;
}

#main .section07 .comImgBoxR .photoBox {
	margin-top: -45px;
	padding-right: 20px;
}

#main .section09 .comImgBox {
	margin: 0;
	padding: 0 60px;
}

#main .section09 .comImgBoxR .photoBox {
	margin-top: -45px;
	padding-right: 20px;
}

#main .section11 .comImgBox {
	margin: 0;
	padding: 0 60px;
}

#main .section11 .comImgBoxR .photoBox {
	margin-top: -45px;
	padding-right: 20px;
}

@media all and (min-width: 768px) and (max-width: 1370px) {
	#main .comImgBox .heading02 {
		letter-spacing: -1.5px;
	}
}

@media screen and (max-width: 767px) {	
	#main .section03 {
		min-height: inherit;
	}

	#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 .section01 .bottomP {
		left: 20px;
		bottom: 20px;
		font-size: 10px;
	}
	
	#main .h2Ttl {
		margin-top: 15px;
		width: 75%;
	}
	
	#main .h2Ttl img {
		width: 100%;
	}
	
	#main .h2Ttl span {
		margin-top: 14px;
		font-size: 14px;
	}
	
	#main .section02 {
		padding-bottom: 112px;
		margin: 0;
		height: 100vh;
		background-position: right center;
	}

	#main .section02 .scrollInner {
		padding-bottom: 82px;
		height: 100%;
	}
	
	#main .section02 .innerBox {
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 0;	
	}
	
	#main .section04 {
		padding-bottom: 112px;
		margin: 0;
		height: 100vh;
		background-position: right center;
	}

	#main .section04 .scrollInner {
		padding-bottom: 82px;
		height: 100%;
	}
	
	#main .section04 .innerBox {
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 0;	
	}

	#main .section06 {
		padding-bottom: 112px;
		margin: 0;
		height: 100vh;
		background-position: right center;
	}

	#main .section06 .scrollInner {
		padding-bottom: 82px;
		height: 100%;
	}
	
	#main .section06 .innerBox {
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 0;	
	}

	#main .section08 {
		padding-bottom: 112px;
		margin: 0;
		height: 100vh;
		background-position: right center;
	}

	#main .section08 .scrollInner {
		padding-bottom: 82px;
		height: 100%;
	}
	
	#main .section08 .innerBox {
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 0;	
	}

		#main .section10 {
		padding-bottom: 112px;
		margin: 0;
		height: 100vh;
		background-position: right center;
	}

	#main .section10 .scrollInner {
		padding-bottom: 82px;
		height: 100%;
	}
	
	#main .section10 .innerBox {
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 0;	
	}

	.innerBox {
		margin-bottom: 19px;
		width: auto;
	}
	
	#main .inner {
		padding: 0 31px;
		margin: 0;
		width: auto;
	}
	
	#main .heading03 {
		font-size: 18px;
	}
	
	#main .parallax {
		height: 320px
	}
	

	
	#main .heading04 {
		margin-bottom: 58px;
		width: 48%;
	}

	#main .comImgBox {
		width: 49%;
		margin: 0;
		float: left;
	}
	
	#main .comImgBoxR {
		float: right;
	}
	
	#main .comImgBox .photoBox {
		margin: 0;
	}
	
	#main .comImgBox .photoBox img {
		width: 100%;
	}

	#main .comImgBox .photoBox p {
		margin: 8px 0 0 0;
		text-align: center;
		font-weight: bold;
		letter-spacing: 1px;
	}

	#main .comImgBox .photoBox p span {
		padding: 1px 5px;
		background-color: rgba(0,0,0,0.5);
	}
	
	#main .subBox {
		margin: 0 25px;
	}

	#main .subBox .heading02 {
		margin-bottom: 4px;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 1.1;
		border-bottom: 1px solid #FFF;
	}
	
	#main .subBox .heading02 span {
		padding-left: 20px;
		background: url(../img/common/icon03.png) no-repeat left 2px;
		background-size: 13px auto;
	}
	
	#main .subBox p {
		margin-bottom: 23px;
		text-align: center;
		letter-spacing: 0.7px;
		line-height: 1.65;
	}
	
	#main .subBox p:last-child {
		margin-bottom: 0;
		margin-bottom: 0;
	}	

	#main .section03 {
		padding: 60px 0;
	}
	
	#main .section03 .heading04 {
		margin-bottom: 30px;
	}
	
	#main .section03 .comImgBox {
		padding: 0;
	}
	
	#main .section03 .comImgBoxR .photoBox {
		margin: 0;
		padding: 0;
	}
	
	#main .section03 .innerBox {
		margin-bottom: 30px;
		padding: 0 40px 0 45px;
	}

	#main .section05 {
		padding: 60px 0;
	}
	
	#main .section05 .heading04 {
		margin-bottom: 30px;
	}
	
	#main .section05 .comImgBox {
		padding: 0;
	}
	
	#main .section05 .comImgBoxR .photoBox {
		margin: 0;
		padding: 0;
	}
	
	#main .section05 .innerBox {
		margin-bottom: 30px;
		padding: 0 40px 0 45px;
	}

	#main .section07 {
		padding: 60px 0;
	}
	
	#main .section07 .heading04 {
		margin-bottom: 30px;
	}
	
	#main .section07 .comImgBox {
		padding: 0;
	}
	
	#main .section07 .comImgBoxR .photoBox {
		margin: 0;
		padding: 0;
	}
	
	#main .section07 .innerBox {
		margin-bottom: 30px;
		padding: 0 40px 0 45px;
	}

	#main .section09 {
		padding: 60px 0;
	}
	
	#main .section09 .heading04 {
		margin-bottom: 30px;
	}
	
	#main .section09 .comImgBox {
		padding: 0;
	}
	
	#main .section09 .comImgBoxR .photoBox {
		margin: 0;
		padding: 0;
	}
	
	#main .section09 .innerBox {
		margin-bottom: 30px;
		padding: 0 40px 0 45px;
	}

	#main .section11 {
		padding: 60px 0;
	}
	
	#main .section11 .heading04 {
		margin-bottom: 30px;
	}
	
	#main .section11 .comImgBox {
		padding: 0;
	}
	
	#main .section11 .comImgBoxR .photoBox {
		margin: 0;
		padding: 0;
	}
	
	#main .section11 .innerBox {
		margin-bottom: 30px;
		padding: 0 40px 0 45px;
	}

}





