@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;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.zen {
	font-family: "Noto Serif JP", serif;
}
.content {
	margin: 0 auto;
	max-width: 104.4rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 3.7rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.2rem;
	color: #fff;
	font-size: 4rem;
	letter-spacing: 0.06em;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 1.5rem;
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	position: relative;
}
.comBox:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -2.3rem;
	background: url(../img/common/coming_img02.png) no-repeat left top/100% auto;
	transform: translate(-50%,-50%);
	width: 40.7rem;
	height: 9.7rem;
	content: "";
}
@media all and (max-width: 896px) {
	.comBox:after {
		width: 15.4rem;
		height: 3.7rem;
		margin-top: 0;
	}
}
/*------------------------------------------------------------
	comInfoList
------------------------------------------------------------*/
.comInfoList {
	gap: 2.4rem;
}
.comInfoList li {
	width: calc((100% - 7.2rem)/4);
	border-radius: 1rem;
	background: #231815;
	overflow: hidden;
	box-shadow: 10px 10px 0px rgba(0, 118, 45, 0.75);
}
.comInfoList a {
	display: block;	
	padding-bottom: 1.3rem;
}
.comInfoList a:hover {
	opacity: 0.7;
}
.comInfoList .photo {
	margin-bottom: 1.1rem;
	aspect-ratio: 282/320;
}
.comInfoList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comInfoList p {
	margin-bottom: 0.7rem;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
	text-align: center;
}
.comInfoList .name {
	margin-bottom: -0.1rem;
	font-size: 4rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.comInfoList {
		gap: 1.5rem 1rem;
	}
	.comInfoList li {
		width: calc((100% - 1rem)/2);
		box-shadow: 5px 5px 0px rgba(0, 118, 45, 0.75);
	}
	.comInfoList a {
		padding-bottom: 1.1rem;
	}
	.comInfoList .photo {
		margin-bottom: 0.5rem;
	}
	.comInfoList p {
		margin-bottom: 0;
		font-size: 1.2rem;
	}
	.comInfoList .name {
		margin-bottom: -0.4rem;
		font-size: 2rem;
	}
}

.dnone:after {
  display: none;
}

.comBox.dnone:before {
  display: none;
}