.hc-tab-01 {
	width: 100%;
	display: flex;
	border-bottom: 1px solid var(--border-color);
	margin: 0 !important;
}

.hc-tab-01__small .hc-tab-01__link {
	padding: 56px 10px 24px;
}

@media screen and (max-width: 767px) {
	.hc-tab-01__small .hc-tab-01__link {
		font-size: 12px;
		padding: 8px 10px;
	}
}

.hc-tab-01__item {
	width: 50%;
	text-align: center;
}

.hc-tab-01__link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	color: var(--text-color) !important;
	font-size: 20px;
	line-height: 1.5;
	padding: 24px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.hc-tab-01__link {
		font-size: 18px;
		padding: 12px 0;
	}
}

.hc-tab-01__link:hover {
	color: var(--main-color);
	font-weight: bold;
	background: -webkit-linear-gradient(-135deg, #FF7C4B, var(--main-color));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none !important;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.hc-tab-01__link:hover {
		color: var(--text-color);
		font-weight: normal;
		background: var(--text-color);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.hc-tab-01__link:hover.hc-tab-01__link::before {
	background: linear-gradient(-45deg, #FF7C4B, var(--main-color));
}

@media screen and (max-width: 767px) {
	.hc-tab-01__link:hover.hc-tab-01__link::before {
		background: #CECECE;
	}
}

.hc-tab-01__link::before,
.hc-tab-01__link::after {
	content: '';
	left: 0;
}

.hc-tab-01__link::before {
	display: inline-block;
	position: relative;
	width: 8px;
	height: 8px;
	margin-right: 16px;
	border-radius: 50%;
	background: #CECECE;
	flex-shrink: 0;
}

@media screen and (max-width: 767px) {
	.hc-tab-01__link::before {
		margin-right: 10px;
	}
}

.hc-tab-01__item.is-active .hc-tab-01__link::before {
	background: linear-gradient(-45deg, #FF7C4B, var(--main-color));
}

.hc-tab-01__item.is-active .hc-tab-01__link::after {
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -1px;
	border-radius: 3px;
	background: linear-gradient(-45deg, #FF7C4B 60%, var(--main-color) 100%);
}

@media screen and (max-width: 767px) {
	.hc-tab-01__item.is-active .hc-tab-01__link::after {
		position: absolute;
		height: 2px;
	}
}

.hc-tab-01__item.is-active .hc-tab-01__link {
	color: var(--main-color);
	font-weight: bold;
	background: -webkit-linear-gradient(-135deg, #FF7C4B, var(--main-color));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	pointer-events: none;
}

.hc-heading-with-image + .hc-tab-01 {
	margin-top: 0 !important;
}

.hc-tab-02 {
	width: 100%;
	display: flex;
	margin: 0 !important;
	position: relative;
	padding-bottom: 720px !important;
}

@media screen and (max-width: 767px) {
	.hc-tab-02 {
		flex-wrap: wrap;
		padding-bottom: 0 !important;
	}
}

.hc-tab-02__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.hc-tab-02__item {
		border-bottom: 1px solid var(--border-color);
	}
}

@media screen and (max-width: 767px) {
	.hc-tab-02__item {
		position: relative;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid var(--border-color);
	}
}

@media screen and (max-width: 767px) {
	.hc-tab-02__item:first-child {
		border-top: 1px solid var(--border-color);
	}
}

.hc-tab-02__item:hover .hc-tab-02__head {
	color: var(--main-color);
	font-weight: bold;
	background: -webkit-linear-gradient(-135deg, #FF7C4B, var(--main-color));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.hc-tab-02__item:hover .hc-tab-02__head {
		color: var(--text-color);
		background: transparent;
		background-clip: border-box;
		-webkit-text-fill-color: var(--text-color);
		cursor: auto;
	}
}

.hc-tab-02__head {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.hc-tab-02__head {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 3.4em;
	}
}

@media screen and (max-width: 767px) {
	.hc-tab-02__head {
		padding: 12px 32px 12px 16px;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 768px) {
	.hc-tab-02__head.is-active {
		color: var(--main-color);
		font-weight: bold;
		background: -webkit-linear-gradient(-135deg, #FF7C4B, var(--main-color));
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		pointer-events: none;
	}
}

@media screen and (min-width: 768px) {
	.is-active.hc-tab-02__head::after {
		content: '';
		width: 100%;
		height: 3px;
		position: absolute;
		bottom: -1px;
		left: 0;
		background: url(/common/rwd/images/rn/gradation_border.svg) no-repeat bottom center / 100% 100%;
	}
}

@media screen and (max-width: 767px) {
	.hc-tab-02__head::before {
		content: '';
		width: 12px;
		height: 12px;
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
		background: url(/common/rwd/images/rn/icon_cross.svg) left top/contain no-repeat;
	}

	.is-active.hc-tab-02__head::before {
		width: 22px;
		height: 22px;
		right: 11px;
		background-image: url(/common/rwd/images/rn/icon_accordion_on.svg);
	}
}

.hc-tab-02__item--cook::before,
.hc-tab-02__item--material::before,
.hc-tab-02__item--product::before,
.hc-tab-02__item--time::before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 20px;
	height: 20px;
	margin-right: 18px;
	margin-bottom: 0.2em;
	position: relative;
}

@media screen and (max-width: 767px) {
	.hc-tab-02__item--cook::before,
	.hc-tab-02__item--material::before,
	.hc-tab-02__item--product::before,
	.hc-tab-02__item--time::before {
		margin-right: 10px;
	}
}

.hc-tab-02__item--cook::before {
	background: url(/common/rwd/images/rn/icon_cooking.svg) no-repeat bottom right / contain;
}

.hc-tab-02__item--material::before {
	background: url(/common/rwd/images/rn/icon_material.svg) no-repeat bottom right / contain;
}

.hc-tab-02__item--product::before {
	background: url(/common/rwd/images/rn/icon_product.svg) no-repeat bottom right / contain;
}

.hc-tab-02__item--time::before {
	background: url(/common/rwd/images/rn/icon_time.svg) no-repeat bottom right / contain;
}

@media screen and (min-width: 768px) {
	.hc-tab-02__content {
		display: none;
		width: 100%;
		height: 650px;
		padding: 36px 24px 0;
		position: absolute;
		top: 55px;
		left: 50%;
		transform: translateX(-50%);
		box-sizing: border-box;
	}

	.hc-tab-02__content.is-show {
		display: block;
	}

	.hc-tab-02__content .hc-list-genre {
		min-height: calc(100vh - 248px);
		height: 100%;
	}
}
@media screen and (max-width: 767px) {
	.hc-tab-02__content {
		width: 100%;
		display: none;
	}
}
