@charset "UTF-8";






@media screen and (max-width: 959px) {
	.fr3-productListCarousel__slides {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		row-gap: 20px;
		overflow-x: visible;
		position: relative;
		padding-bottom: 30px;
		-ms-scroll-snap-type: block;
		scroll-snap-type: block;
		scroll-behavior: auto;
	}
	.fr3-productListCarousel__slide {
		width: 100%;
		min-width: 200px;
		padding-bottom: 13px;
	}
	.fr3-productListCarousel__slide:nth-child(10) {
		display: none !important;
	}
	
	.p-searchCordinate .swiper-wrapper {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		overflow: hidden;
		column-gap: 20px;
	}
		.p-searchCordinate .swiper-wrapper .swiper-slide {
			width: auto;
			min-width: 0;
		}
		.p-searchCordinate .swiper-wrapper .swiper-slide:nth-child(7),
		.p-searchCordinate .swiper-wrapper .swiper-slide:nth-child(8),
		.p-searchCordinate .swiper-wrapper .swiper-slide:nth-child(9),
		.p-searchCordinate .swiper-wrapper .swiper-slide:nth-child(10) {
			display: none !important;
		}
}





/*
.p-commonCategory .p-catIcoList {
    overflow-x: hidden !important;
    cursor: unset !important;
    position: static !important;
    padding-bottom: 30px;
	display: flex;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	flex-wrap: balance !important;
	column-gap: 0 !important;
	row-gap: 25px;
}
	.p-commonCategory .p-catIcoList__item {
		width: 18.2% !important;
		margin-right: 2%;
	}
	.p-commonCategory .p-catIcoList__item:nth-child(5n) {
		margin-right: 0;
	}
@media screen and (max-width: 959px) {
	.p-commonCategory .p-catIcoList {
		padding-bottom: 30px;
		row-gap: 25px;
	}
		.p-commonCategory .p-catIcoList__item {
			width: 23.5% !important;
			margin-right: 2%;
		}
		.p-commonCategory .p-catIcoList__item:nth-child(5n) {
			margin-right: 2%;
		}
		.p-commonCategory .p-catIcoList__item:nth-child(4n) {
			margin-right: 0;
		}
}



@media screen and (max-width: 959px) {
	.p-catIcoList {
		display: flex;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
		flex-wrap: balance !important;
		overflow-x: hidden !important;
		-webkit-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
		padding-bottom: 15px;
		margin-right: 0;
	}
	.p-catIcoList__item {
		width: 23.5% !important;
		margin-right: 2%;
	}
	.p-catIcoList__item:nth-child(4n) {
		margin-right: 0;
	}
}*/



