@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .section01 {
	background: url(../img/about/about_bg01.jpg) no-repeat center center;
	background-size: cover;
}

#main .h2Ttl {
	margin: 0 auto;
	padding: 55px 5px 65px;
	width: 560px;
	font-size: 60px;
	text-align: center;
	font-family: "Myriad Pro";
	line-height: 1.3;
	box-sizing: border-box;
	background-color: rgba(31,31,31,0.8);
}

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

#main .section02 {
	background: url(../img/about/about_bg02.jpg) no-repeat center center;
	background-size: cover;
}

#main .section02 .h2Ttl {
	padding: 25px 5px 30px;
	width: 870px;
	font-size: 36px;
	line-height: 1.6;
	font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	background-color: #000;
}

#main .section02 .h2Ttl span {
	font-size: 32px;
	letter-spacing: 2.5px;
}

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

#main .section03 .scrollInner {
	padding: 140px 0 100px;
	background-color: rgba(31,31,31,0.9);
}

#main .imgBox {
	margin: 0 auto;
	width: 1230px;
}

#main .imgBox .photoBox {
	float: left;
}

#main .imgBox .textBox {
	padding-right: 110px;
	float: right;
	width: 580px;
}

#main .imgBox h3 {
	margin-bottom: 22px;
	font-size: 32px;
	line-height: 1.6;
}

#main .imgBox p {
	font-size: 18px;
	line-height: 1.8;
}

#main .section04 {
	background: url(../img/about/about_bg04.jpg) no-repeat center top;
	background-size: cover;
}

#main .parallax {
	height: 420px;
	background: url(../img/about/section_bg.jpg) no-repeat center bottom fixed;
	background-size: cover;
}

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

#main .imgBoxR .textBox {
	padding: 0 0 0 130px;
	width: 560px;
	float: left;
}

#main .section05 {
	background: url(../img/about/about_bg06.gif) repeat center top;
}

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

	#main .section01 .scrollInner {
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	#main .h2Ttl {
		padding: 25px 5px 32px;
		width: 280px;
		font-size: 30px;
	}
	
	#main .h2Ttl span {
		font-size: 14px;
	}

	#main .section02 {
		background-image: url(../img/about/about_bg02_sp.jpg);
	}

	#main .section02 .scrollInner {
		top: auto;
		bottom: 40px;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	#main .section02 .h2Ttl {
		padding: 25px 5px;
		width: 100%;
		font-size: 16px;
	}
	
	#main .section02 .h2Ttl span {
		font-size: 14.5px;
		letter-spacing: 1px;
	}

	#main .section03 {
		padding: 90px 0;
	}

	#main .section03 .scrollInner {
		padding: 0;
	}

	#main .imgBox {
		width: auto;
		padding: 45px 24px 65px;
	}

	#main .imgBox .photoBox {
		margin-bottom: 32px;
		float: none; 
	}

	#main .imgBox .photoBox img {
		width: 100%;
	}

	#main .imgBox .textBox {
		padding: 0;
		float: none;
		width: auto;
	}
	
	#main .imgBox h3 {
		margin-bottom: 20px;
		font-size: 16px;
		text-align: center;
		line-height: 1.75;
	}
	
	#main .imgBox p {
		margin: 0 8px;
		font-size: 12px;
		text-align: center;
		line-height: 1.75;
	}
	
	#main .section04 .scrollInner {
		padding: 50px 0;
	}

	#main .section05 {
		background-size: 20px auto;
	}
	
	#main .section05 .imgBox {
		padding: 100px 24px;
	}
	
	#main .section01,
	#main .section02,
	#main .section03,
	#main .section04,
	#main .section05 {
		z-index: 10;
		background-color: #000;
	}

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

}

@media screen and (max-width: 374px) {
	#main .scrollBtn p {
		font-size: 12px;
	}
}