/* Products Slider Styles */
.products-slider_wrap {
	padding-bottom: 100px;
	position: relative;
}
.products-slider {
	overflow: hidden;
	width: 100%;
}

.js-products-swiper {
	height: 100%;
	width: 100%;
}

.products-slider_wrap .swiper-container {
	height: 100%;
	width: 100%;
}

.products-slider_wrap .swiper-slide {
	height: 100%;
	position: relative;
	width: 100%;
}

.products-slider_wrap .slide-content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
}

.products-slider_wrap .slide-content img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.products-slider_wrap .carousel-indicators {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 20;
}

.products-slider_wrap .carousel-indicators li {
	background-color: transparent;
	border: 0 solid #fff;
	border-bottom: 4px solid transparent;
	border-radius: 0;
	cursor: pointer;
	height: 70px;
	list-style: none;
	margin: 0 3px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	width: 33px;
	text-indent: unset;
}

.products-slider_wrap .carousel-indicators li.active {
	background-color: transparent;
	border-bottom: 4px solid transparent;
	height: 100px;
	margin: 0 -3px;
	width: 47px;
	z-index: 10;
}

.products-slider_wrap .carousel-indicators li img {
	-o-object-fit: contain;
	-o-object-position: bottom;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
	width: 100%;
}

@media (max-width: 767px) {
	.products-slider_wrap .carousel-indicators {
		bottom: 48px;
		height: 80px;
	}
	.products-slider_wrap .carousel-indicators li {
		width: 30px;
		height: 60px;
	}
	.products-slider_wrap .carousel-indicators li.active {
		height: 80px;
		width: 44px;
	}
}

/* 250918追加 トップページのリンク遷移用 */
.products-slider .swiper-container .swiper-wrapper .swiper-slide {
	position: relative;
}
.products-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active a {
    position: absolute;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: transparent solid 1px;
    background: rgba(255,255,255,0)
}

/* .products-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active a:hover {
    border-bottom: #fa0000 solid 3px
} */

.products-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active a:hover ~ picture img {
    opacity: 0.6;
	scale: 1.05;
}

.products-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active a {
    width: 8%;
    height: 4.6%;
    bottom: 5%;
    left: 3%;
    z-index: 1000;
}
.products-slider_wrap .slide-content img {
	transition: scale 0.3s ease-in-out;
}
@media screen and (max-width: 64em) {
	.products-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active a {
		width: 25%;
		bottom: 17%;
		left: auto;
		right: 8%;
	}
}
