@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.serif {
	font-family: "Noto Serif JP", serif;
}
.baskervville {
	font-family: "Baskervville", serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 118rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 3rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 7rem;
	color: #333;
	font-size: 3.6rem;
	letter-spacing: 0.05em;
	line-height: 1;
	font-weight: 600;
}
.headLine01 .en {
	margin-left: 3rem;
	color: #000;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	font-weight: 400;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 5.6rem;
		font-size: 2.8rem;
	}
	.headLine01 .en {
		margin-left: 1rem;
		font-size: 1.3rem;
	}
}