@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/godzilla/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/eva/bg02.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: 500px;
}

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

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

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

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

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

#main .section03 .bgBox {
	width: 100%;
	height: 100%;
	background: url(../img/godzilla/bg03.jpg) no-repeat center center;
	background-size: cover;
}

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

#main .section03
{
	min-height: 1000px;
}

#main .section04,
#main .section05
{
	min-height: 400px;
}
#main .section04,
#main .section05
 {
	background: url(../img/godzilla/bg06.jpg) no-repeat center center #000;
	background-size: cover;
}

#main .section04 .comImgBox .textBox {
	padding-right: 85px;
	width: 624px;
	box-sizing: border-box;
}



#main .section04 .comImgBoxR .textBox {
	padding: 0 0 0 87px;
	box-sizing: border-box;
}
#main .section05 .comImgBox .textBox {
	padding-right: 85px;
	width: 624px;
	box-sizing: border-box;
}



#main .section05 .comImgBoxR .textBox {
	padding: 0 0 0 87px;
	box-sizing: border-box;
}

#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;
}



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

@media screen and (max-width: 767px) {	
	#main .section04
	{
		min-height: inherit;
	}
	#main .section04 {
		padding: 60px 0 58px;
	}

	#main .section04 .innerBox {
		padding: 0 23px 21px 16px;
	}
	#main .section04 .comImgBoxR .photoBox {
		margin-top: 0;
	}
	#main .section05
	{
		min-height: inherit;
	}
	#main .section05 {
		padding: 60px 0 58px;
	}

	#main .section05 .innerBox {
		padding: 0 23px 21px 16px;
	}
	#main .section05 .comImgBoxR .photoBox {
		margin-top: 0;
	}

	#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 .inner {
		padding: 0 31px;
		margin: 0;
		width: auto;
	}
	
	#main .heading03 {
		font-size: 18px;
	}
	
	#main .parallax {
		height: 320px
	}
	
	#main .section03 {
		padding-bottom: 16px;
		background: none;
		background-color: #000;
		min-height: 100vh;
	}
	
	#main .section03 .bgBox {
		height: 490px;
		background-image: url(../img/eva/sp_photo.jpg);
		background-position: left center;
	}
	
	#main .section03 .inner {
		margin-top: -3px;
	}
	

	#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 27px;
		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;
	}
	

}





