:root {
	--header-height: 86px;
	--firstview-height: 775px;
}
@media (max-width: 767px) {
	:root {
		--header-height: 95px;
	}
}
.term_name {
	text-align: center;
	margin-bottom: calc(8px * 8);
}
.term_name img {
	width: min(100%, 400px);
	margin: auto;
}
.ncColumns {
	justify-content: center;
}
@media (min-width: 768px) {
	.ncColumns {
		gap: calc(8px * 5) calc(8px * 3);
	}
}
@media (max-width: 767px) {
	.ncColumns {
		gap: 2vw;
	}
}
@media (min-width: 768px) {
	.ncColumns_panel {
		width: calc((100% - calc(8px * 3) * 3) / 4);
	}
}
@media (max-width: 767px) {
	.ncColumns_panel {
		justify-content: space-between;
		width: calc((100% - 4vw) / 3);
		margin: 0 !important;
	}
}
.ncColumns_panel a {
	aspect-ratio: 1/1 !important;
}
.ncColumns_panel a:hover {
	transform: translateY(2px);
}
.ncColumns .post-thumbnail {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	margin-bottom: 2vw;
}
@media (min-width: 768px) {
	.ncColumns .post-thumbnail {
		padding: calc(8px * 2);
	}
}
@media (max-width: 767px) {
	.ncColumns .post-thumbnail {
		padding: 2vw;
	}
}
.ncColumns .post-thumbnail img {
	width: 100%;
	max-width: initial;
	height: 100%;
	object-fit: contain;
}
@media (min-width: 768px) {
	.ncColumns .article-title, .ncColumns .shop-location {
		font-size: 1em !important;
	}
}
@media (max-width: 767px) {
	.ncColumns .article-title, .ncColumns .shop-location {
		font-size: 0.8em;
	}
}
.ncColumns .article-title {
	margin-bottom: 0.5em;
}
.ncColumns .shop-location {
	font-weight: bold;
}