.hp-narrow-down-wrap__text {
	margin: 0 !important;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.hp-narrow-down-wrap__text {
		font-size: 16px;
		line-height: 1.38;
	}
}

.hp-narrow-down-wrap__text + .hc-narrow-down {
	margin: 24px 0 0 0 !important;
}

@media screen and (max-width: 767px) {
	.hp-narrow-down-wrap__text + .hc-narrow-down {
		margin-top: 16px !important;
	}
}

.hc-narrow-down {
	margin: 0 !important;
	font-size: 0;
}

.hc-narrow-down__item {
	display: inline-block;
	margin: 0 12px 8px 0;
}

@media screen and (max-width: 767px) {
	.hc-narrow-down__item {
		margin: 0 6px 8px 0;
	}
}

.hc-narrow-down__item-body {
	box-sizing: border-box;
	display: block;
	position: relative;
	border-radius: 100px;
	color: var(--text-color) !important;
	background: var(--main-bg);
	cursor: pointer;
}

.hc-narrow-down__item-body:hover {
	color: var(--link-color) !important;
	text-decoration: none !important;
}

@media screen and (max-width: 767px) {
	.hc-narrow-down__item-body:hover {
		color: var(--text-color) !important;
	}
}

.hc-narrow-down__item-body:hover span::after {
	border-color: var(--main-color);
}

@media screen and (max-width: 767px) {
	.hc-narrow-down__item-body:hover span::after {
		border-color: var(--border-color);
	}
}

.hc-narrow-down__item-body span {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 40px;
	font-size: 16px;
	line-height: 1.38;
	font-weight: bold;
	padding: 8px 15px;
}

@media screen and (max-width: 767px) {
	.hc-narrow-down__item-body span {
		min-height: 28px;
		font-size: 12px;
		line-height: 1.83;
		padding: 3px 16px;
	}
}

.hc-narrow-down__item-body--small span {
	min-width: 46px;
	min-height: 20px;
	font-size: 14px;
	padding: 6px 16px;
}

@media screen and (max-width: 767px) {
	.hc-narrow-down__item-body--small span {
		font-size: 12px;
		min-height: 20px;
	}
}

.hc-narrow-down__item-body span::after {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	content: '';
	border: solid 1px var(--border-color);
	border-radius: 100px;
}

@media screen and (max-width: 767px) {
	.hc-narrow-down__item-body--small:hover span::after {
		border: solid 1px var(--border-color);
	}
}

.hc-narrow-down__item.is-inactive,
.hc-narrow-down__item.current .hc-narrow-down__item-body,
.hc-narrow-down__item.is-inactive .hc-narrow-down__item-body {
	pointer-events: none;
}

.hc-narrow-down__item.current .hc-narrow-down__item-body {
	color: var(--main-bg) !important;
	background: linear-gradient(to right, var(--link-color), #FF7C4B);
}

.hc-narrow-down__item.is-inactive .hc-narrow-down__item-body {
	background: #F4F4F4;
}

.hc-narrow-down__item.current .hc-narrow-down__item-body span::after,
.hc-narrow-down__item.is-inactive .hc-narrow-down__item-body span::after {
	border: none;
}

.hc-narrow-down__item--category .hc-narrow-down__item-body:hover span::after {
	border-color: var(--main-color);
}

.hc-narrow-down__item--category .hc-narrow-down__item-body span {
	font-size: var(--sp-font-size);
	line-height: 1.57;
}

@media screen and (max-width: 767px) {
	.hc-narrow-down__item--category .hc-narrow-down__item-body span {
		font-size: 12px;
		line-height: 1.67;
	}
}

.hc-narrow-down__item--category .hc-narrow-down__item-body span::after {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: solid 2px var(--border-color);
}

@media screen and (max-width: 767px) {
	.hc-narrow-down__item--category .hc-narrow-down__item-body span::after {
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		border-width: 1px;
	}
}

@media screen and (max-width: 767px) {
	.hc-narrow-down__item--category:hover .hc-narrow-down__item-body span::after {
		border-color: var(--border-color);
	}
}