@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 102.6rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem !important;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 16.7rem;
	position: relative;
	z-index: 10;
}
.comBtn a {
	min-height: 5.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	background: #000;
	border-radius: 0.6rem;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 14rem;
	}
	.comBtn a {
		min-height: 4.5rem;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	font-family: "Noto Serif JP", serif;
	font-size: 4.3rem;
	font-weight: 500;
}
.headLine01 .en {
	display: block;
	color: #9a2923;
	font-size: 2.5rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.5rem;
	}
	.headLine01 .en {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 4.3rem;
	color: #FFF;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
}
.headLine02 .en {
	margin-bottom: 0.2rem;
	display: block;
	font-size: 4.2rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3rem;
		font-size: 2rem;
	}
	.headLine02 .en {
		font-size: 2.8rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto;
	width: fit-content;
}
.comLink a {
	padding: 0.5rem 6.5rem 0.5rem 0;
	display: block;
	width: fit-content;
	color: #FFF;
	font-size: 2.1rem;
	font-weight: 700;
	background: url(../img/common/icon02.png) no-repeat right center / 3.9rem;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink a {
		padding: 0.5rem 4.5rem 0.5rem 0;
		font-size: 1.6rem;
		background: url(../img/common/icon02.png) no-repeat right center / 3rem;
	}
}
/*------------------------------------------------------------
	error404Page
------------------------------------------------------------*/
.error404Page {
	padding: 18rem 0 14rem;
	text-align: center;
	background: #f6f1ea url(../img/common/page_title_bg.png) no-repeat center top / cover;
}
.error404Page .content {
	max-width: 86rem;
}
.error404Code {
	margin-bottom: 1.5rem;
	color: #9a2923;
	font-size: 8rem;
	font-weight: 700;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
}
.error404Title {
	margin-bottom: 2.5rem;
	color: #1e1a16;
	font-size: 3.8rem;
	font-weight: 500;
	line-height: 1.5;
	font-family: "Noto Serif JP", serif;
}
.error404Text {
	margin-bottom: 4.5rem;
	color: #333;
	font-size: 1.8rem;
	line-height: 2;
}
.error404Links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.4rem;
}
.error404Links a {
	min-height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 700;
	background: #1e1a16;
	border-radius: 0.6rem;
}
.error404Links a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.error404Page {
		padding: 11rem 0 9rem;
	}
	.error404Code {
		font-size: 5.8rem;
	}
	.error404Title {
		margin-bottom: 2rem;
		font-size: 2.6rem;
	}
	.error404Text {
		margin-bottom: 3.2rem;
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.error404Links {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.error404Links a {
		min-height: 5rem;
		font-size: 1.5rem;
	}
}
