@charset "utf-8";
/*------------------------------------------------------------
	chapel
------------------------------------------------------------*/
#gHeader h1 {
	display: none;
}
#main {
	position: relative;
	z-index: 2;
}
#main .sec {
	padding: 0 0 20rem;
	position: relative;
}
#main .sec img {
	width: 100%;
}
#main .sec .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#main .sec .bg img {
	height: 100%;
}
#main .sec .topPho {
	margin-bottom: 18rem;
	position: relative;
	z-index: 1;
}
#main .sec .imgBox {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#main .sec .imgInfo {
	width: calc(50% - 5.3rem);
}
#main .sec .phoBox {
	width: calc(50% - 7.1rem);
}
#main .sec p {
	margin-bottom: 4.9rem;
	font-weight: 500;
	line-height: 2.14;
	letter-spacing: 0.01em;
}
#main .sec p .en {
	margin-top: 1.6rem;
	display: block;
	line-height: 1.57;
	font-style: italic;
	letter-spacing: -0.02em;
}
@media all and (min-width: 1000px) {
	#main .sec .textInfo {
		position: absolute;
		right: calc(50% + 3rem);
		top: -0.8rem;
		width: 55rem;
	}
	#main .sec02 {
		padding: 0 0 22.4rem;
	}
	#main .sec02 .imgBox {
		flex-direction: row-reverse;
	}
	#main .sec02 .textInfo {
		left: calc(50% + 5.3rem);
		right: auto;
	}
}
@media all and (max-width: 999px) {
	#main .mainImg .headLine02 {
		top: 16.2rem;
		font-size: 6.2rem;
		color: #47382A;
	}
	#main .sec {
		padding: 0 0 8.8rem;
	}
	#main .sec .topPho {
		margin-bottom: 6.9rem;
	}
	
	#main .sec .imgBox {
		display: block;
	}
	#main .sec .imgInfo {
		width: auto;
	}
	#main .sec .textInfo {
		margin: 0 2rem 6.6rem;
	}
	#main .sec .pho {
		width: 64.8%;
	}
	#main .sec .phoBox {
		width: 70.4%;
		margin: 2.5rem 0 0 auto;
	}
	#main .sec p {
		margin-bottom: 4.2rem;
		line-height: 2.08;
	}
	#main .sec p .en {
		margin-top: 2.5rem;
		line-height: 1.66;
		font-size: 1.2rem;
	}
	#main .sec02 {
		padding-bottom: 11.8rem;
	}
	#main .sec02 .pho {
		margin-left: auto;
	}
	#main .sec02 .phoBox {
		margin-left: 0;
	}
}
@media all and (max-width: 767px) {
	#main .mainImg .headLine02 {
		color: #ffffff;
	}
}