@charset "UTF-8";

.-search {
}

.inner {
	transition: all 0.3s;
}

.-condActive .inner {
	padding-right: 440px;
}

.search {
	padding-bottom: 120px;
}

.search_hd {
	display: flex;
	align-items: center;
	gap: 31px;
	padding-bottom: 30px;
	border-bottom: #c44a3b solid 1px;
}

.search_hd_rslts {
}

.search_hd_rslts > p {
	color: #6a6a6a;
	font-weight: bold;
	font-size: 13px;
}

.hit_num {
	color: #c44a3b;
	font-size: 18px;
}

.search_btn {
	display: flex;
	gap: 15px;
}

.btn_cond {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4.8px;
	width: 190px;
	height: 45px;
	border: #e0e0e0 1px solid;
	border-radius: 7px;
	background: #ffffff;
	font-weight: bold;
	transition: all 0.3s;
}

.search_btn_sort {
	position: relative;
}

.btn_sort {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4.8px;
	width: 190px;
	height: 45px;
	border: #e0e0e0 1px solid;
	border-radius: 7px;
	background: #ffffff;
	font-weight: bold;
	transition: all 0.3s;
}

.act.btn_cond,
.act.btn_sort {
	background: #c44a3b;
	color: #ffffff;
}

.btn_cond > span::before,
.btn_sort > span::before {
	transition: all 0.3s;
}

.act.btn_cond > span::before,
.act.btn_sort > span::before {
	color: #ffffff;
}

.btn_sort_select {
	display: none;
	position: absolute;
	top: 128%;
	z-index: 100;
	width: 195px;
	padding: 14.5px 13px 13px;
	border-radius: 10px;
	box-shadow: 0 0 6px #00000025;
	background-color: #ffffff;
}

.btn_sort_select_hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 13px;
}

.btn_sort_select_link {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 170px;
	margin: 0 auto;
}

.btn_sort_select_link > a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 30px;
	padding: 0 10px;
	border: #e0e0e0 1px solid;
	border-radius: 15px;
	font-weight: bold;
	font-size: 13px;
}

.search_btn_rslts {
}

.search_btn_rslts > select {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4.8px;
	width: 75px;
	height: 45px;
	border: #e0e0e0 1px solid;
	border-radius: 7px;
	background: #ffffff;
	font-weight: bold;
	text-align: center;
}

.search_archive {
}

.search_archive_hd {
	padding: 36px 0 40px;
}

.search_archive_list {
	display: flex;
	flex-flow: wrap;
	gap: 60px 3.5%;
	margin-bottom: 100px;
}

.search_srchive_box {
	position: relative;
	width: 31%;
}

.-condActive .search_srchive_box {
	position: relative;
	width: 47.36842%;
}

.search_srchive_box_status {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	position: absolute;
	top: 4%;
	left: 5%;
    z-index: 10;
}

.status_batch {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	width: 86px;
	height: 30px;
	border-radius: 9999px;
	font-weight: bold;
	font-size: 14px;
}

.status_batch span {
	display: flex;
}

.status_batch.neg {
	background: #c44a3b;
	color: #ffffff;
}

.status_batch.disc {
	border: #e0e0e0 1px solid;
	background: #ffffff;
	color: #c44a3b;
}

.search_srchive_box_fav {
	position: absolute;
	top: 4%;
	right: 10%;
	z-index: 10;
	width: 28px;
	height: auto;
	cursor: pointer;
}

.fav_before {
	width: 100%;
	height: auto;
}

.fav_affter {
	position: absolute;
	right: 50%;
	bottom: 46.4%;
	width: 28px;
	height: 26px;
	transform: translate(50%, 50%) scale(0);
	transform-origin: center;
	transition: transform 0.4s;
}

.search_srchive_box_fav:hover > .fav_affter {
	opacity: 0.7;
	transform: translate(50%, 50%) scale(0.61);
}

.search_srchive_box_fav.fav-active > .fav_affter {
	opacity: 1;
	transform: translate(50%, 50%) scale(0.98);
}

.archive_img {
}

.archive_img_pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 15px;
	aspect-ratio: 360 / 270;
}

.archive_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.slide-dots > li {
}

.slide-dots > li > button {
	color: transparent;
	font-size: 0;
	cursor: pointer;
}

.slide-dots > li > button::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #bababa;
}

.slide-dots > li.slick-active > button::before {
	background: #e01f16;
}

.archive_cat {
	display: flex;
	flex-flow: wrap;
	gap: 4px;
	margin-bottom: 12px;
}

.archive_cat > p {
	display: inline-block;
	padding: 2px 13px;
	border-radius: 3px;
	background-color: #c44a3b;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3;
}

.archive_ttl {
	font-weight: bold;
	font-size: 18px;
}

a > dl {
	display: flex;
	gap: 10px;
	font-size: 14px;
}

a > dl.archive_price {
	align-items: baseline;
}

a > dl.archive_price > dd {
	color: #c44a3b;
	font-weight: bold;
	font-size: 18px;
}

.price_yen {
	font-size: 14px;
}

.page_navi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	color: #9d9d9d;
	font-size: 20px;
}

.page_navi > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: #9d9d9d 1px solid;
	border-radius: 50%;
	transition: all 0.4s;
}

.page_navi > a:hover {
	border: unset;
	background: #c44a3b;
	color: #ffffff;
}

.page_curent {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #c44a3b;
	color: #ffffff;
}

.leader {
}

@media screen and (max-width:1030px) {
}

@media screen and (max-width:768px) {
	/* lease */
	.-search {
	}

	.main {
		padding-top: 0;
	}

	.inner {
	}

	.-condActive .inner {
		padding-right: 24px;
	}

	.search {
	}

	.search_hd {
		gap: 0;
		position: sticky;
		top: 60px;
		z-index: 100;
		width: 100vw;
		height: 50px;
		padding-bottom: 0;
		border: unset;
		background: #ffffff;
		transform: translateX(-24px);
	}

	.search_hd_rslts {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100% / 3);
		height: 100%;
	}

	.search_hd_rslts > p {
	}

	.hit_num {
	}

	.search_btn {
		gap: 0;
		width: calc(200% / 3);
		height: 100%;
	}

	.btn_cond {
		width: 50%;
		height: 100%;
		border: unset;
		border-radius: unset;
		background: unset;
	}

	.search_btn_sort {
		width: 50%;
	}

	.btn_sort {
		width: 100%;
		height: 100%;
		border: unset;
		border-radius: unset;
		background: unset;
	}

	.act.btn_cond,
	.act.btn_sort {
	}

	.btn_cond > span::before,
	.btn_sort > span::before {
	}

	.act.btn_cond > span::before,
	.act.btn_sort > span::before {
	}

	.btn_sort_select {
		right: 11px;
	}

	.btn_sort_select_hd {
	}

	.btn_sort_select_link {
	}

	.btn_sort_select_link > a {
	}

	.search_btn_rslts {
	}

	.search_btn_rslts > select {
	}

	.search_archive {
	}

	.search_archive_hd {
	}

	.search_archive_list {
		flex-flow: column;
		gap: 40px;
	}

	.search_srchive_box {
		width: 100%;
	}

	.-condActive .search_srchive_box {
		width: 100%;
	}

	.search_srchive_box_fav {
	}

	.fav_before {
	}

	.fav_affter {
	}

	.search_srchive_box_fav:hover > .fav_affter {
	}

	.search_srchive_box_fav.fav-active > .fav_affter {
	}

	.archive_img {
	}

	.archive_img_pic {
	}

	.archive_img img {
	}

	.slide-dots {
	}

	.slide-dots > li {
	}

	.slide-dots > li > button {
	}

	.slide-dots > li > button::before {
	}

	.slide-dots > li.slick-active > button::before {
	}

	.archive_cat {
	}

	.archive_cat > p {
	}

	.archive_ttl {
	}

	a > dl {
	}

	a > dl.archive_price {
	}

	a > dl.archive_price > dd {
	}

	.page_navi {
		gap: 8px;
		font-size: 18px;
	}

	.page_navi > a {
		width: 30px;
		height: 30px;
	}

	.page_navi > a:hover {
	}

	.page_curent {
		width: 30px;
		height: 30px;
	}

	.leader {
	}
}

@media print {
}
