@charset "UTF-8";

.slick-dots {
	margin-top: 20px;
}

.wp-pagenavi {
	margin-top: 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
}

.wp-pagenavi a {
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	padding: 0 10px;
}

.wp-pagenavi span {
}

.areaShop {
}

.areaShop_title {
}

.areaShop_title > .icon {
}

.areaShop_title > small {
}

.areaShop_title > b {
}

.areaShop_text {
	text-align: center;
	margin-bottom: 50px;
}

.slide {
	margin-bottom: 60px;
}

.slide_list {
}

.filter {
}

.filter_sec {
	border-radius: 10px;
	overflow: hidden;
}

.filter_ttl {
	background: #EAE6DE;
	font-weight: normal;
	font-size: 15px;
	padding: 5px 15px;
}

.filter_cnt {
	background: #F2F2EE;
	padding: 15px 25px;
}

.filter_list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 40px;
}

.filter_list label {
	cursor: pointer;
	display: inline-block;
	margin-right: 0;
}

.filter_list label input {
}

.filter_btn {
	margin-top: 12px;
	text-align: right;
}

.filter_btn button {
	color: #FFF;
	background: #000;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	appearance: none;
	padding: 0 30px;
	font-size: 15px;
	transition: opacity .3s;
}

.filter_btn button:hover {
	opacity: 0.75;
}

.result {
	margin-top: 30px;
}

.result_hd {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid #C3C3C3;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

.result_ft {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-top: 1px solid #C3C3C3;
	padding-top: 12px;
	margin-top: 30px;
}

.result_count {
	margin-right: auto;
	display: flex;
	line-height: 1;
}

.result_pager {
	margin-left: auto;
	margin-right: 0;
}

.result_list {
	display: flex;
	flex-wrap: wrap;
}

.result_item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 80px;
	width: 32%;
	margin-left: 2%;
}

.result_item_cnt {
}

.result_item_slide {
}

.result_item_thumb {
	margin-top: 2.13%;
	display: flex;
	flex-wrap: nowrap;
}

.result_item_thumb img {
	width: 23.4%;
	margin-left: 2.13%;
	height: auto;
	cursor: pointer;
	transition: opacity .3s;
}

.result_item_thumb img:hover {
	opacity: 0.75;
}

.result_item_thumb img:first-child {
	margin-left: 0;
}

.result_item_ttl {
	margin-top: 30px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
}

.result_item_cat {
	margin-top: 8px;
	display: flex;
	list-style-type: none;
	font-size: 13px;
	flex-wrap: wrap;
	gap: 8px;
	font-feature-settings: "palt";
}

.result_item_cat > li {
	display: inline-block;
	background: #F2F2EE;
	border-radius: 13px;
	padding: 3px 15px;
	line-height: 1.5;
}

.result_item_text {
	margin-top: 10px;
}

.result_item_shop {
	margin-top: 30px;
}

.result_item_shop a {
	display: block;
	color: #FFF;
	background: #000;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	transition: opacity .3s;
}

.result_item_shop a:hover {
	opacity: 0.75;
}

.result_item_shop a:after {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../img/buy_onlineshop/img-result-blank.svg");
	width: 16px;
	height: 12px;
	margin-left: 10px;
}

@media screen and (min-width:1000px) {
}

@media screen and (max-width:999px) {
	.areaShop {
	}

	.areaShop_title {
	}

	.areaShop_title > .icon {
	}

	.areaShop_title > small {
	}

	.areaShop_title > b {
	}

	.areaShop_text {
	}

}

@media screen and (min-width:768px) {
	.result_item:nth-child(-n+3) {
		margin-top: 0;
	}

	.result_item:nth-child(3n+1) {
		margin-left: 0;
	}

}

@media screen and (max-width:767px) {
	.areaShop {
	}

	.areaShop_title {
	}

	.areaShop_title > .icon {
	}

	.areaShop_title > small {
	}

	.areaShop_title > b {
	}

	.areaShop_text {
		margin-bottom: 30px;
	}

	.slide {
		margin: 0 -20px 30px;
	}

	.slide_list {
	}

	.filter {
	}

	.filter_ttl {
	}

	.filter_cnt {
		padding: 0;
	}

	.filter_list {
		flex-direction: column;
		gap: 0;
	}

	.filter_list label {
		display: flex;
		width: 100%;
		align-items: center;
		gap: 10px;
		padding: 12px 15px;
		border-top: 1px solid #C3C3C3;
		box-sizing: border-box;
		line-height: 1.5;
	}

	.filter_list label input {
	}

	.filter_btn {
		text-align: center;
		margin-top: 15px;
	}

	.filter_btn button {
		padding: 5px 30px;
	}

	.result {
	}

	.result_hd {
		display: block;
		padding-bottom: 0;
		border: none;
		margin-bottom: 0;
	}

	.result_ft {
		padding-top: 0;
	}

	.result_count {
		border-bottom: 1px solid #C3C3C3;
		padding-bottom: 10px;
	}

	.result_pager {
		padding: 15px;
		margin-right: auto;
	}

	.result_list {
	}

	.result_item {
		width: 100%;
		margin-top: 60px;
		margin-left: 0;
	}

	.result_item:first-child {
		margin-top: 0;
	}

	.result_item_cnt {
	}

	.result_item_slide {
	}

	.result_item_thumb {
	}

	.result_item_thumb img {
	}

	.result_item_thumb img:hover {
	}

	.result_item_thumb img:first-child {
	}

	.result_item_ttl {
		margin-top: 20px;
	}

	.result_item_cat {
	}

	.result_item_cat > li {
	}

	.result_item_text {
	}

	.result_item_shop {
		margin-top: 20px;
	}

	.result_item_shop a {
	}

	.result_item_shop a:after {
	}

}
