@charset "utf-8";




.special main {
	width: 100%;
}





.special main ul.list {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 95%;
	margin: 5% auto 0;
}
.special main ul.list li {
	width: calc((100% - 4px) / 5);
	display: flex;
}
.special main ul.list li a {
	width: 100%;
	aspect-ratio: 1/1;
	display: flex;
	align-items: flex-end;
}
.special main ul.list li:nth-child(1) a {
	background: url(../../_img/_special/_index/otsukan.webp) center/cover;
}
.special main ul.list li:nth-child(2) a {
	background: url(../../_img/_special/_index/omikangakukan.webp) right center/cover;
}
.special main ul.list li:nth-child(3) a {
	background: url(../../_img/_special/_index/boat.webp) center/cover;
}
.special main ul.list li:nth-child(4) a {
	background: url(../../_img/_special/_index/shoseien.webp) left 15% bottom/auto 140%;
}
.special main ul.list li:nth-child(5) a {
	background: url(../../_img/_special/_index/shokian.webp) center/cover;
}
.special main ul.list li a:hover {
	text-decoration: none;
}
.special main ul.list li a>span {
	display: block;
	width: 100%;
	padding: .5em 0;
	background: #fffd;
	color: #000;
	text-align: center;
	line-height: 1.25;
}
.special main ul.list li a>span span {
	display: block;
	font-size: .875em;
}
.special main ul.list li a>span span::before {
	content: '（';
}
.special main ul.list li a>span span::after {
	content: '）';
}
@media (max-width: 600px) {
	.special main ul.list {
		flex-flow: column;
		gap: 0;
		width: 90%;
		margin: 10% auto 0;
	}
	.special main ul.list li {
		width: 100%;
	}
	.special main ul.list li:nth-child(n+2) {
		border-top: 1px dotted #c59d62;
	}
	.special main ul.list li a {
		aspect-ratio: auto;
		display: flex;
		justify-content: center;
		background: none !important;
		font-size: 1.125em;
		padding: .75em 0;
	}
	.special main ul.list li a>span {
		width: auto;
		padding: 0;
		background: none;
	}
	.special main ul.list li a>span span {
		display: inline;
	}
}




.special main section {
	background: none;
	border: 1px solid #c59d62;
	border-radius: 0.5em;
	width: 95%;
	margin: 5% auto 0;
	padding: 0;
	overflow: hidden;
}
@media (max-width: 600px) {
	.special main section {
		width: 90%;
		margin: 15% auto 0;
	}
}





.special main section header {
	width: 100%;
	aspect-ratio: 8/3;
	display: flex;
	align-items: center;
}
.special main section:nth-of-type(1) header {
	background: url(../../_img/_special/_index/otsukan.webp) center 70%/cover;
}
.special main section:nth-of-type(2) header {
	background: url(../../_img/_special/_index/omikangakukan.webp) center 30%/cover;
}
.special main section:nth-of-type(3) header {
	background: url(../../_img/_special/_index/boat.webp) center/cover;
}
.special main section:nth-of-type(4) header {
	background: url(../../_img/_special/_index/shoseien.webp) center bottom/cover;
}
.special main section:nth-of-type(5) header {
	background: url(../../_img/_special/_index/shokian.webp) center 70%/cover;
}
.special main section header h2 {
	font-size: 2em;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	background: #fffd;
	padding: .375em .75em;
	border-radius: .25em;
}
.special main section:nth-of-type(odd) header h2 {
	margin-left: 10%;
}
.special main section:nth-of-type(even) header h2 {
	margin-left: auto;
	margin-right: 10%;
}
.special main section:nth-of-type(2) header h2 {
	margin-left: auto;
	margin-right: auto;
}
.special main section header h2 span {
	font-size: .6em;
}
.special main section header h2 span::before {
	content: '（';
}
.special main section header h2 span::after {
	content: '）';
}
.special main section header+ul {
	background: #c59d6266;
	color: #333;
	padding: 1em 1.5em;
	display: flex;
	justify-content: center;
}
.special main section header+ul li {
	font-size: .875em;
}
.special main section header+ul li:nth-child(n+2)::before {
	content: '/';
	margin: 0 .75em;
}
@media (max-width: 600px) {
	.special main section header {
		aspect-ratio: 4/3;
		flex-flow: column;
	}
	.special main section:nth-of-type(2) header {
		background-position: right top;
		background-size: auto 120%;
	}
	.special main section:nth-of-type(4) header {
		background-position: 10% bottom;
		background-size: auto 135%;
	}
	.special main section:nth-of-type(5) header {
		background-position: center top;
		background-size: auto 120%;
	}
	.special main section header h2 {
		font-size: 1.75em;
	}
	.special main section header h2 {
		margin-top: 1em;
	}
	.special main section:nth-of-type(odd) header h2,
	.special main section:nth-of-type(even) header h2 {
		margin-left: auto;
		margin-right: auto;
	}
	.special main section header+ul {
		flex-flow: column;
	}
	.special main section header+ul li {
		font-size: 1em;
	}
	.special main section header+ul li:nth-child(n+2) {
		margin-top: .5em;
	}
	.special main section header+ul li:nth-child(n+2)::before {
		display: none;
	}
}





.special main section>div {
	padding: 5%;
	display: flex;
	flex-flow: column;
	gap: 3em;
}





.special main section>div .lead {
	line-height: 1.75;
}
.special main section>div .lead li:nth-child(n+2) {
	margin-top: .75em;
}





.special main section>div dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.special main section>div dl dt {
	background: #c59d62;
	color: #fff;
	width: 20%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.25;
}
.special main section>div dl div {
	width: 77.5%;
	position: relative;
}
.special main section>div dl div::before {
	content: '';
	display: block;
	background: radial-gradient(closest-side,#95cac560,transparent);
	width: 100%;
	position: absolute;
	left: 0;
	top: -25%;
	bottom: -25%;
	z-index: -1;
	rotate: -15deg;
}
.special main section>div dl.num div {
	counter-reset: meritNum 0;
}
.special main section>div dl div dd {
}
.special main section>div dl div dd:nth-of-type(n+2) {
	margin-top: .5em;
}
.special main section>div dl.num div dd {
	counter-increment: meritNum 1;
	display: flex;
	align-items: baseline;
}
.special main section>div dl.num div dd::before {
	content: counter(meritNum);
	display: inline-block;
	border: 1px solid #333;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	width: 1em;
	aspect-ratio: 1/1;
	margin-right: .25em;
}
.special main section>div dl.num div dd span {
	width: calc(100% - 1.25em);
}
@media (max-width: 600px) {
	.special main section>div dl {
		flex-flow: column;
		align-items: stretch;
	}
	.special main section>div dl dt {
		width: 100%;
		aspect-ratio: auto;
		border-radius: 9999px;
		padding: .5em 0;
		margin-bottom: .75em;
	}
	.special main section>div dl dt br {
		display: none;
	}
	.special main section>div dl div {
		width: 100%;
	}
}





.special main section>div .access {
	display: flex;
	flex-flow: wrap;
}
.special main section>div .access h3 {
	width: 100%;
	color: #95cac5;
	display: flex;
	align-items: center;
	margin-bottom: .75em;
}
.special main section>div .access h3 span {
	margin: 0 .5em;
	font-size: 1.25em;
}
.special main section>div .access h3::before,
.special main section>div .access h3::after {
	content: '';
	display: block;
	background: #95cac5;
	height: 1px;
	flex-grow: 1;
}
.special main section>div .access ul {
	width: 47.5%;
	padding-left: 1.25em;
}
.special main section>div .access ul li {
	list-style: disc;
}
.special main section>div .access ul li:nth-child(n+2) {
	margin-top: .5em;
}
.special main section>div .access iframe {
	width: 50%;
	height: 15em;
}
@media (max-width: 600px) {
	.special main section>div .access ul {
		width: 100%;
	}
	.special main section>div .access iframe {
		width: 100%;
		aspect-ratio: 3/2;
		margin-top: 1em;
	}
}





.special main section>div .link {
	text-align: center;
}
.special main section>div .link a {
	display: inline-block;
	background: #c59d62;
	color: #fff;
	font-size: 1.25em;
	padding: .75em 1.5em;
	border-radius: 9999px;
	transition: .5s;
}
.special main section>div .link a:hover {
	text-decoration: none;
	translate: 0 -.375em;
	box-shadow: 0 .25em .5em #0006;
	opacity: 1;
}
@media (max-width: 600px) {
	.special main section>div .link a {
		font-size: 1em;
	}
}



