@charset "utf-8";
/*------------------------------------------------------------
	catalog
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 5.9rem;
}
#main .headLine01 .en {
	margin-bottom: 0.3rem;
}
#main .headLine01 .en img {
	width: 22.4rem;
}
#main .imgBox {
	margin: 0 3.9rem 8rem;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
#main .imgBox .photoBox {
	width: 47.9rem;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .imgBox .textBox {
	margin-top: 1.2rem;
	width: 42.1rem;
}
#main .imgBox .textBox p {
	line-height: 2;
}
@media all and (min-width: 897px) {
	#main .comMailForm textarea {
		height: 12rem;
	}
	#main .comMailForm .privacy {
		margin-bottom: 4rem;
	}
	#main .comMailForm .agree {
		margin-bottom: 3.9rem;
	}
}
@media all and (max-width: 896px) {
	#main .headLine01 {
		margin-bottom: 3.8rem;
	}
	#main .headLine01 .en {
		margin-bottom: 0.1rem;
	}
	#main .headLine01 .en img {
		width: 12.7rem;
	}
	#main .imgBox {
		margin: 0 0 5.6rem;
		display: block;
	}
	#main .imgBox .photoBox {
		margin: 0 0.2rem;
		width: auto;
		text-align: center;
	}
	#main .imgBox .textBox {
		margin-top: 1.6rem;
		width: auto;
	}
	#main .imgBox .textBox p {
		text-align: center;
	}
}