[class*=swiper]:focus {
		outline: none;
}
.products_section {
		padding-top: 100px;
}
.productsSlider {
		padding-bottom: 180px;
}
@media(max-width: 767px) {
		.productsSlider {
				padding-bottom: 120px;
		}
}
.productsSlider .swiper-slide {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
}
.swiper-slide::after {
		display: none !important;
}
.productsSlider .slide_item {
		width: 408px;
		min-height: 330px;
		box-sizing: border-box;
		position: relative;
		border-radius: 16px;
		overflow: hidden;
		background: #fff;
}
@media(max-width: 1440px) {
		.productsSlider .slide_item {
				width: 330px;
				min-height: 290px;
		}
}
.productsSlider .swiper-slide {
		transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.swiper-slide {
		transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.swiper-slide a {
		position: relative;
		display: block;
		text-decoration: none;
		color: #020202;
}
.slide_thumbnail {
		position: relative;
		overflow: hidden;
		border-radius: 16px 16px 0 0;
		margin-bottom: 15px;
}
.slide_thumbnail img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.slide_caption {
		padding: 0 40px 20px;
		color: #094da4;
}
.slide_no {
		font-size: 32px;
		font-family: "Jost", sans-serif;
		font-weight: 500;
		margin: 0 0 5px;
}
.slide_caption p {
		font-family: "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-weight: 500;
		line-height: 1.8;
		text-align: center;
		font-size: 18px
}
@media (hover: hover) {
		.swiper-slide:hover {
				transform: translateY(-30px)
		}
}
.swiper-button_gr {
		width: 180px;
		display: flex;
		justify-content: space-between;
		align-items: center
}
.productsSlider .swiper-button-prev, .productsSlider .swiper-button-next {
		top: calc(50% - 40px);
		width: 80px;
		height: 80px;
		font-size: 1px;
		color: rgba(255, 255, 255, 0);
		border: 1px solid #094da4;
		background-color: #fff;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		transition: background 0.3s;
}
.productsSlider .swiper-button-prev {
		background-image: url("../images/top_slider_l.png");
		left: 40px
}
.productsSlider .swiper-button-next {
		background-image: url("../images/top_slider_r.png");
		right: 40px;
}
@media (hover: hover) {
		.productsSlider .swiper-button-prev:hover, .productsSlider .swiper-button-next:hover {
				background-color: rgba(255, 255, 255, 0.2);
		}
}
@media(max-width: 1200px) {
		.productsSlider .swiper-button-prev, .productsSlider .swiper-button-next {
				top: calc(50% - 30px);
				width: 60px;
				height: 60px;
		}
		.productsSlider .swiper-button-prev {
				left: 30px
		}
		.productsSlider .swiper-button-next {
				right: 30px;
		}
}
.productsSlider .swiper {
		padding-top: 50px;
		padding-bottom: 80px;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 0px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
}
.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		box-sizing: border-box;
		border-radius: 50%;
		border: 1px solid #fff;
		background: none;
		opacity: 1;
		transition: background 0.4s;
}
.swiper-pagination-bullet-active {
		background: #fff;
		opacity: 1
}
@media(min-width: 768px) {
		.productsSlider_swiper_nav {
				max-width: 1070px;
				margin: 0 auto;
				padding: 0 40px;
				display: flex;
				justify-content: flex-end;
				z-index: 5;
				position: relative;
				top: -96px;
		}
}
@media(max-width: 767px) {
		.products_section {
				padding-top: 80px;
		}
		.productsSlider .swiper {
				padding-top: 0;
				padding-bottom: 40px;
		}
		.productsSlider .slide_item {
				width: calc(100vw - 60px);
				min-height: inherit;
				aspect-ratio: 10 / 8.13;
		}
		.slide_thumbnail {
				margin-bottom: 0;
		}
		.slide_caption {
				padding: 15px 25px;
		}
		.productsSlider_swiper_inner {
				position: relative;
		}
		.productsSlider .swiper-button-prev, .productsSlider .swiper-button-next {
				top: calc(50% - 20px);
				width: 40px;
				height: 40px;
		}
		.productsSlider .swiper-button-prev {
				left: 10px;
		}
		.productsSlider .swiper-button-next {
				left: inherit;
				right: 10px;
		}
		.swiper-slide:hover {
				transform: translateY(0)
		}
		.slide_no {
				font-size: 28px;
		}
}