.bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
}

/* 20251104 add */
 .description_of_south_african_wine_wrap {
	margin: 60px auto 40px;
}
.description_of_south_african_wine_checkbox {
	display: none;
}
.description_of_south_african_wine_text {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease;
}                
.description_of_south_african_wine_toggle {
	display: inline-block;
	margin-top: 0.4em;
	font-weight: bold;
	user-select: none;
}
.description_of_south_african_wine_checkbox:checked ~ .description_of_south_african_wine_text {
	-webkit-line-clamp: unset;
	overflow: visible;
}
.description_of_south_african_wine_toggle::after {
	content: '続きを読む';
}
.description_of_south_african_wine_checkbox:checked ~ .description_of_south_african_wine_toggle::after {
	content: '閉じる';
}