/* -----------------------------------------------
= other
----------------------------------------------- */
.other {
	margin: 0 32px 32px;
}
.other h3 {
	margin-bottom: 20px;
	text-align: center;
}
.other h3 span {
	display: block;
}
.other h3 span:first-child {
	margin-bottom: 5px;
	font-family: var(--en);
	font-size: calc(1.8rem / 1.6);
	font-weight: 400;
	letter-spacing: .04em;
}
.other h3 span:last-child {
	font-family: var(--zen);
	font-size: calc(1.2rem / 1.6);
	letter-spacing: .08em;
}
.other li {
	margin-bottom: 25px;
	font-size: calc(1.3rem / 1.6);
	letter-spacing: .04em;
}
.other li img {
	margin-bottom: 5px;
}
.other .current {
	opacity: .4;
	pointer-events: none;
}
.other a.disabled {
	display: block;
	position: relative;
	opacity: 1;
}
.other a.disabled::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.6);
	aspect-ratio: 416 / 290;
}
@media print, screen and (min-width: 768px) {/* PC */
.other {
	max-width: 1300px;
	margin: 0 auto 160px;
	padding-inline: 30px;
}
.other h3 {
	margin-bottom: 35px;
}
.other h3 span:first-child {
	margin-bottom: 5px;
	font-size: calc(3.2rem / 1.6);
}
.other h3 span:last-child {
	font-size: calc(1.6rem / 1.6);
}
.other ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}
.other li {
	margin-bottom: 0;
	font-size: calc(1.8rem / 1.6);
}
.other li img {
	margin-bottom: 10px;
}
}/* @media */
@media (hover:hover) {
.other a {
	transition: color .3s;
}
.other a:hover {
	color: var(--red);
}
}/* @media */
