/*==========================================
Swiperカスタム
===========================================*/
:root {
  --swiper-navigation-size:24px;
}
.swiper {
	position: relative;
}

.swiper-coordination {
	position: relative;
	overflow-x: hidden;
}
.coordinate-wrapper {
	position: relative;
}
.swiper .swiper-slide {
	text-align: center;
}

.swiper .swiper-slide img {
	transition: filter 0.3s ease;
	filter: brightness(100%);
}

.swiper-button-next,
.swiper-button-prev {
	color: #e88f8f;
	background-color: rgba(255,255,255,0.2);
	padding: 36px 24px;
	border-radius: 4px;
	backdrop-filter: blur(5px);
	font-weight: bold
}
.swiper-button-prev {
	left: -30px;
}
.swiper-button-next {
	right: -30px;
}
.swiper-top .swiper-slide .item-wrapper {
	width: fit-content;
	margin: 0 auto;
}

.swiper-top .swiper-pagination {
	top: -50px;
	margin-bottom: -20px;
	position: relative;
}

.swiper-top .swiper-pagination-bullet-active {
	background-color: #695F4A;
}

.swiper-top .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin-left: 10px !important;
	margin-right: 10px !important;
}
