section {
	margin-inline: auto;
	max-width: 800px;
}

#item div figure {
	border-radius: 2px;
	width: 100%;
	user-select: none;
}

#item div figure ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	height: auto;
	max-height: 600px;
}

#item div figure ul li img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

#item div .swiper-navigation-icon {
	color: #ffffff;
}

#item div .slider-thumbnail {
	background-color: #000000;
	height: 100px;
}

#item div .slider-thumbnail .swiper-slide {
	width: auto;
	height: auto;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.5s;
}

#item div .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

#item div .slider-thumbnail .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#item dl {
	padding: 20px clamp(0rem, -0.6rem + 1.25vw, 1rem) 0px;
}

#item dl:first-of-type {
	display: flex;
	flex-wrap: wrap;
}

#item dl:first-of-type dt {
	padding-bottom: 10px;
	width: 10ch;
}

#item dl:first-of-type dt::before {
	content: "\3010";
}

#item dl:first-of-type dt::after {
	content: "\3011";
}

#item dl:first-of-type dd {
	padding-bottom: 10px;
	width: calc(100% - 10ch);
}

#item dl:last-of-type dt {
	padding-bottom: 10px;
}

#item dl:last-of-type dt::before {
	content: "\3008";
}

#item dl:last-of-type dt::after {
	content: "\3009";
}

#item dl:last-of-type dd ul {
	margin-left: 32px;
	list-style-type: disc;
}

#item > p {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

#item > p a {
	display: block;
	background-color: var(--text-color-main);
	border-radius: 2px;
	padding: 10px 20px;
	color: #ffffff;
	transition: all 0.5s;
}

#item > p a.on {
	background-color: rgba(121, 106, 85, 0.8);
}

main > p {
	padding-bottom: 80px;
	text-align: center;
}

.loading {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	z-index: 99999;
}