h2.h2-title {
		position: relative;
		margin-bottom: 30px;
		padding: 1.5rem 0;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		border-top: 1px solid #888;
		border-bottom: 1px solid #888;
		color: #333;
		background: #f2f2f2;
		letter-spacing: 3px;
	}
	p.img_zoom_caption {
		position: absolute;
		right: 1rem;
		bottom: 1rem;
		display: flex;
		align-items: center;
		font-weight: 500;
		z-index: 10;
	}
	p.img_zoom_caption>svg {
		margin: 0 0.3rem 0 0;
	}
	.gallery_area {
		margin: 0 auto 1.5rem;
		width: 100%;
	}
	.box-gallery {
		box-sizing: border-box;
		padding: 0 50px;
		position: relative;
	}
	.box-gallery .swiper-container {
		width: 100%;
	}
	.box-gallery .swiper-pagination {
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 20px 0 0;
		position: relative;
	}
	.box-gallery .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 2px;
	}
	.img_slide {
		width: 100%;
		height: 100%;
	}
	.box-gallery img {
		width: 100%;
		height: 100px;
		object-fit: cover;
	}


.info-box {
	width: 100%;
	margin: 0 auto 1.5rem;
	max-width: 1000px;
	padding: 0.3rem;
	display: flex;
	flex-wrap: wrap;
	background: #f2f2f2;
	font-weight: 500;
	box-sizing: border-box;
	border-radius: 0.3rem;
}
.info-box>div {
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
	padding: 0.25rem;
	word-break: break-all;
	align-items: center;
}
.info-box .info-title {
	font-weight: 600;
	background: #fff;
	padding: 0.3rem 1rem;
	border: 1px solid #818181;
	box-sizing: border-box;
	line-height: 1;
	margin: 0 0.8rem 0 0;
	border-radius: 0.25rem;
	min-width: 130px;
	text-align: center;
}
.info-box .info-content {
	font-weight: 500;
	padding: 0.3rem 0;
	line-height: 1.2;
}
/* info-box-table style*/
.info-box.info-box-table {
	background: #fff;
}
.info-box.info-box-table>div {
	border: 1px solid #f2f2f2;
	margin: 0 0 0.3rem;
	padding: 0;
	flex-wrap: nowrap;
}
.info-box.info-box-table .info-title {
	background: #f2f2f2;
	border: none;
	border-radius: 0;
	padding: 0.5rem 1rem;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

/*販売状況*/
.sellout {
	opacity: .5;
}
.sellout-box {
	display: none;
}
.sellout-box.sellout {
	display: block;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;
}
.container.sellout {
	user-select: none;
	pointer-events: none;
}

/* 検索結果*/
.search-results-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.search-results-box>li {
	width: 33.333%;
	max-width: 33.333%;
	border: none;
	padding: 0.5rem;
}
.search-results-box>li>.dl-pickup {
	border: 1px solid #ddd;
	padding: 1rem;
	border-radius: 0.25rem;
}
.no-result-box {
	display: flex;
	justify-content: center;
	padding: 5rem 1rem;
	margin: 3rem auto;
	font-size: 1.3rem;
	font-weight: 600;
}


@media screen and (max-width: 999px){

	/* 検索結果*/
	.search-results>li {
		width: 50%;
		max-width: 50%;
	}
}