@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 7.9rem;
}
#main .headLine01 .en img {
	width: 31.3rem;
}
#main .wp-pagenavi {
	margin: 14rem 0;
}
#main {
	margin-bottom: 6rem;
}
@media all and (max-width: 896px) {
	#main .headLine01 .en img {
		width: 17.7rem;
	}
}
/*------------------------------------------------------------
	voice detail
------------------------------------------------------------*/
#main .headLine01.mb01 {
	margin-bottom: 5.9rem;
}
#main .comArticle .subTtl {
	margin-bottom: 2.4rem;
}
#main .comArticle .innerBox figure {
	text-align: center;
	margin: 0;
}
#main .comArticle .innerBox figure + figure {
	margin-top: 3rem;
}
#main .comArticle .innerBox h3 {
	margin: 3rem 2rem 1.8rem;
	font-weight: 800;
	line-height: 1.5;
}
#main .comArticle .innerBox figure + h3 {
	margin-top: 8rem;
}
#main .comArticle .innerBox p {
	margin: 5.8rem 2rem 7.8rem;
}
#main .comArticle .innerBox h3 + p {
	margin-top: 0;
}
#main .comArticle .voiceFigure img {
	width: 100%;
}
#main .comArticle .innerBox {
	margin-bottom: 12rem;
}
#main .comPageNav {
	padding: 7.6rem 0 11.6rem;
}
#main .gallery {
	margin: 0 auto;
	max-width: 94rem;
}
#main .gallery .headLine03 {
	margin-bottom: 7.9rem;
	letter-spacing: 0.04em;
}
#main .galleryList {
	margin-bottom: 12rem;
	gap: 2rem;
}
#main .galleryList li {
	width: 22rem;
}
#main .galleryList li a {
	display: block;
	position: relative;
	overflow: hidden;
}
#main .galleryList li a::after {
	width: 3rem;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/common/icon12.png) no-repeat right bottom / 100%;
	aspect-ratio: 1;
	content: '';
	z-index: 1;
}
#main .galleryList li img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 220/160;
	transition: transform 0.5s;
}
#main .comPageNav .page {
	margin-bottom: 7.1rem;
}
@media all and (min-width: 897px) {
	#main .galleryList li a:hover img {
		transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	#main .headLine01.mb01 {
		margin-bottom: 5.9rem;
	}
	#main .comArticle .subTtl {
		margin-bottom: 2.3rem;
		font-size: 1.2rem;
	}
	#main .comArticle .innerBox h3 {
		margin: 3rem 0 2.4rem;
	}
	#main .comArticle .headLine04 {
		margin-bottom: 7.9rem;
	}
	#main .comArticle .innerBox figure + h3 {
		margin-top: 3rem;
	}
	#main .comArticle .innerBox p {
		margin: 5.8rem 0 7.8rem;
		line-height: 2;
	}
	#main .comArticle .innerBox h3 + p {
		margin-top: 0;
	}
	#main .comArticle .innerBox {
		margin-bottom: 11.6rem;
	}
	#main .comPageNav {
		padding: 7.9rem 2rem 11.6rem;
	}
	#main .gallery {
		margin: 0;
		max-width: initial;
	}
	#main .gallery .headLine03 {
		font-size: 4rem;
	}
	#main .galleryList {
		margin-bottom: 8rem;
		flex-direction: column;
		align-items: center;
	}
	#main .galleryList li {
		max-width: 100%;
	}
	#main .comPageNav .page {
		margin-bottom: 4rem;
	}
}
button.mfp-close {
	font-size: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	transition: opacity 0.3s;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}
.mfp-close:active {
	top: 0;
}
.mfp-close::before {
	margin-right: 1.2rem;
	margin-bottom: 0.2rem;
	display: inline-block;
	content: 'Close';
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
}
.mfp-close::after {
	width: 2.4rem;
	height: 2.4rem;
	display: inline-block;
	background: url(../img/common/close.png) no-repeat center center / 100%;
	content: '';
}
@media all and (min-width: 897px) {
	.mfp-close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mfp-image-holder .mfp-content {
		width: 100%;
	}
	.mfp-image-holder .mfp-close {
		box-sizing: border-box;
		padding-right: 2rem;
	}
	img.mfp-img {
		padding: 4.4rem 0;
		width: 100%;
		max-height: initial !important;
		object-fit: cover;
	}
	.mfp-figure:after {
		top: 4.4rem;
		bottom: 4.4rem;
	}
}