/* Gallery */

#neck {
	margin-bottom: 6em;
	padding-top: 150px;
}
#waist {
	padding-top: 0;
}

.gallery_list_pane {
	position: relative;
	margin-bottom: 3.5em;
	width: 48%;
	min-height: 320px;
	min-height: 0px;
	border-radius: 15px;
	overflow: hidden;
	background: #e6e6e6;
	background: #fff;
}
.gallery_list_pane:nth-of-type(odd) {
	clear: both;
	float: left;
}
.gallery_list_pane:nth-of-type(even) {
	float: right;
}
.gallery_list_pane p,
.gallery_list_pane a {
	display: block;
	width: 100%;
	height: 100%;
}
.gallery_list_pane h3 {
	position: absolute;
	left: 15px;
	bottom: 12px;
	color: #fff;
	font-size: 0.65em;
	line-height: 1em;
	letter-spacing: 0.075em;
	z-index: 1;
}
.gallery_list_pane h3 span:not(:last-of-type)::after {
	content: ' | ';
}
.gallery_list_image {
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}
.gallery_list_arrows {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}
.gallery_list_arrows::after {
	content: " ";
	display: block;
	clear: both;
}
.gallery_list_arrow {
	display: block !important;
	position: relative;
	float: left;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	border-radius: 0;
/*
	filter: invert(100%) grayscale(100%) contrast(100);
*/
}
.gallery_list_arrow svg {
	display: none !important;
}
.gallery_list_prev {
	background: url(../images/common/icon_prev_white.png) no-repeat center / 80%;
}
.gallery_list_next {
	background: url(../images/common/icon_next_white.png) no-repeat center / 80%;
}
.gallery_list_prev:disabled {
	opacity: 0.3;
}
.gallery_list_next:disabled {
	opacity: 0.3;
}

.gallery_list_icons {
	position: absolute;
	right: 15px;
	top: 10px;
	width: auto !important;
	height: 40px !important;
	z-index: 10;
	cursor: pointer;
}
.gallery_list_icons span {
	display: inline-block;
	margin-left: 9px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.gallery_icon_vr {
	background: rgba(0,0,0,0.8) url('/images/common/icon_vr.png') no-repeat center / 70%;
}
.gallery_icon_video {
	background: url('/images/common/icon_video.png') no-repeat center / 70%;
}