@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 1214px;
}
.comBtn {
	text-align: center;
}
.comBtn a {
	padding: 3px 0;
	width: 448px;
	display: inline-block;
	font-size: 5.31rem;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	background: #6b6352;
	box-sizing: border-box;
}
.comBtn a:hover {
	opacity: 0.7;
}
.comBtn a:hover {
	opacity: 0.7;
}


.moreBtn {
	text-align: center;
}
.moreBtn a {
	padding: 3px 0;
	width: 448px;
	display: inline-block;
	font-size: 5.31rem;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	background: #826800;
	box-sizing: border-box;
}
.moreBtn a:link {
	opacity: 0.7;
	color: #bb9b36;
}

.moreBtn a:hover {
	opacity: 0.7;
	color: #bb9b36;
}
.moreBtn a:visited {
	opacity: 0.7;
	color: #bb9b36;
}

.moreBtn a:hover {
	opacity: 0.7;
}


.headLine01 {
	margin: 0 0 67px;
	font-family: 'Crimson Text', serif;
	font-size: 12rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
}
.headLine02 {
	font-size: 3rem;
	font-weight: 400;
	font-family: 'Crimson Text', serif;
	letter-spacing: 0.15em;
}

.comImgList {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.comImgList li {
	margin: 0 55px 50px 0;
	width: 368px;
}
.comImgList li:nth-child(3n) {
	margin-right: 0;
}
.comImgList a {
	display: block;
	font-size: 3rem;
	letter-spacing: 0.15em;
	font-family: 'Crimson Text', serif;
}
.comImgList .ttl {
	margin-bottom: 4px;
	display: block;
}
.comImgList a:hover {
	opacity: 0.7;
}
.fadeInUp {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fadeInUp.show {
    transform: translateY(0);
    opacity: 1;
	margin-bottom: 20px;
}
@media all and (max-width: 896px) {
	.comBtn a {
		padding: 2px 0;
		width: 190px;
		font-size: 2.2rem;
	}
	.headLine01 {
		margin-bottom: 14px;
		font-size: 5rem;
	}
	.headLine02 {
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
	.comImgList {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.comImgList li {
		margin: 0 0 23px;
		width: calc(50% - 14px);
	}
	.comImgList .ttl {
		margin-bottom: 0;
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
}
@media all and (max-width: 459px) {
	.comImgList .ttl {
		font-size: 1.8rem;
	}
}