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

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

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

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

@media all and (min-width: 768px) and (max-width: 1400px) {
	#main .h2Ttl {
		width: 50%;
	}
}

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

#main .innerBox {
	margin-top: -30px;
	width: 500px;
}

#main .innerBox .heading02 {
	margin-bottom: 27px;
	color: #e60012;
	text-align: left;
	letter-spacing: 2px;
}

#main .innerBox p {
	line-height: 1.75;
}

#main .parallax {
	height: 550px;
}

#main .parallax01 {
	background: url(../img/carp/bg03.jpg) no-repeat left bottom fixed;
	background-size: cover;
}

#main .parallax02 {
	background: url(../img/carp/bg05.jpg) no-repeat left bottom fixed;
	background-size: cover;
}

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

#main .sectoin03 .innerBox {
	margin-top: 0;
	width: 525px;
	float: right;
}

#main .sectoin03 .innerBox .heading02 {
	margin-bottom: 17px;
}

#main .section04 {
	min-height: 900px;
}

#main .caseBox {
	position: relative;
	height: 50%;
	background: url(../img/carp/bg06.jpg) no-repeat center center #000;
	background-size: cover;
}

#main .caseBox .mainBox {
	margin: 48px auto 0;
}

#main .caseBox .comImgBox {
	padding-left: 29px;
}

#main .h3Ttl {
	margin-bottom: 8.5%;
	color: #FFF;
	font-size: 32px;
	text-align: center;
	letter-spacing: 1px;
}

#main .h3Ttl span {
	padding: 10px 30px;
	background-color: #e60012;
}

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

#main .section05 {
	height: 50%;
	background: url(../img/carp/bg07.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

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

#main .section05 .photoBox {
	padding-top: 11px;
	float: right;
}

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

#main .section05 .textBox p {
	color: #FFF;
}

#main .parallaxBox {
	display: none;
}

@media screen and (max-width: 767px)  {
	#main .parallaxBox {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		overflow: hidden;
	}

	#main .parallaxBox01 .bgBox {
		width: 100%;
		height: 100vh;
		background: url(../img/carp/bg03.jpg) no-repeat left bottom;
		background-size: cover;
	}
	
	#main .parallaxBox02 {
		z-index: -2;
	}
	
	#main .parallaxBox02 .bgBox {
		width: 100%;
		height: 100vh;
		background: url(../img/carp/bg05.jpg) no-repeat left bottom;
		background-size: cover;
	}
	
	#main .parallax01,#main .parallax02 {
		background: none;
	}
	
	#main .sectoin04,
	#main .sectoin05,
	#main .sectoin06 {
		min-height: inherit;
	}

	
	#main .scrollBtn .mouse {
		width: 36px;
		border: 2px solid #4e5559;
	}
	
	#main .scrollBtn .mouse .border {
		left: -3px;
		width: 42px;
	}
	
	#main .scrollBtn p {
		background-color: inherit;
	}
	
	#main .scrollBtn .mouse .border::before {
		width: 38px;
	}
	
	#main .scrollBtn .mouse .border::after {
		background-color: inherit;
	}
	
	#main .section01 {
		min-height: 100vh;
	}

	#main .h2Ttl {
		margin: 0 auto;
		width: 72%;
	}

	#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 .scrollBtn {
		bottom: -10px;
	}

	#main .sectoin02 {
		padding-bottom: 36px;
	}
	
	#main .sectoin02 .bgBox {
		min-height: 560px;
		background-image: url(../img/carp/sp_bg02.jpg);
		background-position: top center;
	}
	
	#main .mainBox {
		margin: 0;
	}
	
	#main .innerBox {
		margin: -35px 27px 0 32px;
		width: auto;
	}
	
	#main .innerBox .heading02 {
		margin-bottom: 20px;
		font-size: 18px;
		letter-spacing: 1px;
	}
	
	#main .parallax {
		height: 320px;
	}
	
	#main .sectoin03 {
		min-height: 100vh;
		padding: 6px 0 53px;
	}
	
	#main .sectoin03 .bgBox {
		min-height: 475px;
		background-image: url(../img/carp/sp_bg04.jpg);
		background-size: 100% auto;
	}
	
	#main .sectoin03 .innerBox {
		margin: 9px 20px 0 32px;
		width: auto;
		float: none;
	}
	
	#main .sectoin03 .innerBox .heading02 {
		margin-bottom: 12px;
		line-height: 1.75;
	}

	#main .h3Ttl {
		margin-bottom: 63px;
		font-size: 21px;
		letter-spacing: 0.4px;
	}
	
	#main .h3Ttl span {
		padding: 7px 10px;
	}
	
	#main .caseBox .mainBox {
		margin-top: 0;
		padding-top: 64px;
	}
	
	#main .caseBox {
		padding-bottom: 77px;
		position: static;
		height: auto;
		background-size: 200% auto;
		background-position: center bottom;
	}
	
	#main .caseBox  .comImgBox {
		padding: 0 39px;
	}
	
	#main .section05 {
		padding: 65px 0 91px;
	}
	
	#main .section05 .h3Ttl {
		margin-bottom: 83px;
	}

	#main .section05 .comImgBox {
		padding: 0 29px 0 39px;
	}
	
	#main .section05 .photoBox {
		margin-bottom: 93px;
	}
	
	#main .comImgBox .textBox {
		width: auto;
		float: none;
	}
}