@charset "UTF-8";

body {
	--text-color: #460000;
	--serif-font: "Noto Serif JP", serif;
	--script-font: "Pinyon Script", cursive;
}

.p-main {
	--hmk-support-bg: #570000;
	--hmk-support-headline: #fff;
	--hmk-support-num-bg: #c79c5a;
	--hmk-support-num: #fff;
}

.p-marker {
	text-decoration: underline;
	text-decoration-thickness: 0.75em;
	text-decoration-color: #f9f6d4;
	text-underline-offset: -0.4em;
	text-decoration-skip-ink: none;
}

.p-header {
	display: flex;
	align-items: center;
}

.p-header-headline {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	text-align: center;
}

.p-header-headline__logo {
	height: auto;
}

.p-header-headline__text {
	font-family: var(--serif-font);
	font-weight: bold;
	line-height: 1.5;
	color: #a07951;
}

.p-header-headline__text--script {
	font-family: var(--script-font);
}

.p-nav {
	flex-grow: 1;
	flex-shrink: 0;
}

.p-nav-list {
	display: flex;
	height: 100%;
}

.p-nav-list__item {
	flex: 1;
}

.p-nav-list__item:not(:last-child) {
	border-right: 1px solid #dbbf94;
}

.p-nav-list__link {
	display: flex;
	place-content: center;
	place-items: center;
	height: 100%;
	font-family: "Noto Serif JP", serif;
	color: #a07951;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-header {
		flex-direction: column;
	}

	.p-header-headline {
		padding: 1rem;
		line-height: 1;
	}

	.p-header-headline__logo {
		max-width: 37.5%;
	}

	.p-header-headline__text {
		font-size: 1rem;
	}

	.p-nav {
		width: 100%;
	}

	.p-nav-list {
		border-top: 1px solid #dbbf94;
	}

	.p-nav-list__link {
		font-size: 0.75rem;
	}
}

@media screen and (min-width: 768px) {
	.p-header {
		padding: 2rem;
	}

	.p-header-headline__logo {
		max-width: 30%;
	}

	.p-header-headline__text {
		font-size: 1.5rem;
	}

	.p-nav-list {
		border-inline: 1px solid #dbbf94;
	}

	.p-nav-list__link {
		padding-inline: 1em;
	}
}

.p-mv {
	position: relative;
	display: flex;
	place-content: center;
	place-items: center;
	text-align: center;
}

.p-mv-headline {
	position: relative;
}

.p-mv-headline__text {
	font-family: var(--serif-font);
	font-weight: bold;
	color: var(--text-color);
}

.p-mv-headline__text--main {
	margin-bottom: 0;
}

.p-mv-headline__text--sub {
	border-bottom: 1px dashed;
}

.p-mv__budge {
	position: absolute;
	height: auto;
}

@media screen and (max-width: 767px) {
	.p-mv {
		aspect-ratio: 75 / 77;
		background: url("/client_info/HARMONICK/view/userweb/ext/gourmet/images/first_view_sp.jpg") center / cover no-repeat;
	}

	.p-mv-headline {
		top: -3%;
	}

	.p-mv-headline__text--main {
		padding-top: 0.5rem;
		font-size: 1.75rem;
		line-height: 1.5;
	}

	.p-mv-headline__text--sub {
		padding-bottom: 0.5rem;
		font-size: 1.25rem;
	}

	.p-mv__budge {
		top: 37.5%;
		right: 2.5%;
		width: 22.5%;
	}
}

@media screen and (min-width: 768px) {
	.p-mv {
		aspect-ratio: 22 / 5;
		background: url("/client_info/HARMONICK/view/userweb/ext/gourmet/images/first_view.jpg") center / cover no-repeat;
	}

	.p-mv-headline__text--main {
		font-size: 3.5vw;
	}

	.p-mv-headline__text--sub {
		padding-block: 0.5em;
		margin-bottom: 0.5rem;
		font-size: 1.75vw;
		border-top: 1px dashed;
	}

	.p-mv__budge {
		top: 32.5%;
		right: 30%;
		width: 7.5%;
	}
}

.p-banner-splide {
	padding-block: 2rem;
	background: #e5cf95;
}

.p-banner-list__link {
	transition: all 0.4s ease;
}

@media (any-hover: hover) {
	.p-banner-list__link:hover {
		opacity: 0.5;
	}
}

.p-sec {
	--bg-color: #f3efe3;
	--headline-color: var(--text-color);

	display: flex;
	flex-direction: column;
	background: var(--bg-color);
}

.p-sec--white {
	--bg-color: #fff;
}

.p-sec--bordeaux {
	--bg-color: #570000;
	--headline-color: #fff;
}

.p-sec__headline {
	margin-bottom: 0;
	font-family: var(--serif-font);
	font-weight: bold;
	color: var(--headline-color);
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-sec {
		row-gap: 1.5rem;
		padding: 2rem 1.5rem;
	}

	.p-sec__headline {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 768px) {
	.p-sec {
		row-gap: 4rem;
		padding-block: 4rem;
	}

	.p-sec__headline {
		font-size: 2rem;
	}
}

.p-service-list {
	max-width: 960px;
	margin-inline: auto;
}

.p-service-list__item {
}

.p-service-list__icon {
	height: auto;
}

.p-service-list__headline {
	font-family: var(--serif-font);
	color: var(--text-color);
	text-decoration: underline;
	text-decoration-thickness: 0.75em;
	text-decoration-color: #fff;
	text-underline-offset: -0.4em;
	text-decoration-skip-ink: none;
}

.p-service-list__text {
	margin-bottom: 0;
	color: var(--text-color);
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.p-service-list {
		display: flex;
		flex-direction: column;
		row-gap: 2rem;
	}

	.p-service-list__item {
		display: flex;
		column-gap: 1.5rem;
		align-items: center;
	}

	.p-service-list__icon {
		width: 25%;
	}
}

@media screen and (min-width: 768px) {
	.p-service-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 4rem;
	}

	.p-service-list__item {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 3;
		row-gap: 1rem;
		justify-items: center;
	}

	.p-service-list__icon {
		width: 30%;
	}

	.p-service-list__headline {
		margin-bottom: 0;
	}
}

.p-catalog-list-sec {
	display: flex;
	flex-direction: column;
	background: url("/client_info/HARMONICK/view/userweb/ext/gourmet/images/background.png") 100% 0 / contain repeat-y #c79c5a;
}

.p-catalog-list-sec-head {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-catalog-list-sec-head__headline--sub {
	font-family: var(--script-font);
	font-weight: bold;
	color: #e0c9a4;
}

.p-catalog-list-sec-head__headline--main {
	--shadow-color: 37deg 45% 33%;

	font-family: var(--serif-font);
	font-weight: bold;
	color: #fff;
	text-shadow: 0.3px 0.5px 0.7px hsl(var(--shadow-color) / 36%), 0.8px 1.6px 2px hsl(var(--shadow-color) / 36%), 2.1px 4.1px 5.2px hsl(var(--shadow-color) / 36%), 5px 10px 12.6px hsl(var(--shadow-color) / 36%);
}

.p-catalog-card {
	display: flex;
	flex-direction: column;
	max-width: 960px;
	margin-inline: auto;
}

.p-catalog-card-head {
	color: var(--text-color);
	text-align: center;
}

.p-catalog-card-head__headline {
	font-family: var(--serif-font);
	font-weight: bold;
	color: var(--text-color);
}

.p-catalog-card-intro {
	display: flex;
	color: var(--text-color);
}

.p-catalog-card-intro__content {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.p-catalog-card-intro__text {
	padding-block: 1rem;
	color: var(--text-color);
	border-block: 1px dashed;
}

.p-catalog-card-sec {
	display: flex;
	flex-direction: column;
}

.p-catalog-card-sec__headline {
	font-family: var(--serif-font);
	font-weight: bold;
	color: var(--text-color);
	text-align: center;
}

.p-product-list {
	display: grid;
	gap: 1rem;
}

.p-course-list {
	display: grid;
}

.p-course-list__item {
	position: relative;
	border-left: 8px solid #a52020;
}

.p-course-list__link {
	position: relative;
	z-index: 0;
	display: block;
}

@media (any-hover: hover) {
	.p-course-list__link:hover {
		text-decoration: underline;
	}
}

.p-course-list__link::before {
	position: absolute;
	inset-block: 0;
	right: 0;
	z-index: -1;
	height: 1em;
	margin-block: auto;
	font-family: "nextIcon";
	line-height: 1;
	content: "\e90d";
}

@media screen and (max-width: 767px) {
	.p-catalog-list-sec {
		row-gap: 2rem;
	}

	.p-catalog-list-sec-head {
		row-gap: 0.5rem;
		padding-block: 2rem;
	}

	.p-catalog-list-sec-head__headline--sub {
		font-size: 2rem;
	}

	.p-catalog-card {
		row-gap: 1rem;
		padding: 2rem 1.5rem;
		background: #f3efe3;
	}

	.p-catalog-card-intro {
		flex-direction: column;
		row-gap: 1rem;
	}

	.p-catalog-card-sec {
		row-gap: 0.5rem;
	}

	.p-product-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.p-course-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem 0.5rem;
	}

	.p-course-list__item {
		padding-left: 0.5rem;
	}

	.p-course-list__link {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 768px) {
	.p-catalog-list-sec {
		row-gap: 4rem;
		padding-block: 6rem;
	}

	.p-catalog-list-sec-head {
		row-gap: 1rem;
	}

	.p-catalog-list-sec-head__headline--sub {
		font-size: 2.5rem;
	}

	.p-catalog-list-sec-head__headline--main {
		font-size: 2.25rem;
	}

	.p-catalog-card {
		row-gap: 2rem;
		padding: 3rem;
		background: #fff;
		border-radius: 16px;
	}

	.p-catalog-card-head {
		padding-bottom: 2rem;
		border-bottom: 1px solid var(--text-color);
	}

	.p-catalog-card-head__headline {
		font-size: 1.5rem;
	}

	.p-catalog-card-intro {
		column-gap: 2rem;
		align-items: center;
	}

	.p-catalog-card-sec {
		row-gap: 1rem;
	}

	.p-catalog-card-sec__headline {
		font-size: 1.25rem;
	}

	.p-product-list {
		grid-template-columns: repeat(4, 1fr);
	}

	.p-course-list {
		grid-template-columns: repeat(4, 1fr);
		gap: 2rem 1.5rem;
	}

	.p-course-list__item {
		padding-left: 1rem;
	}
}

.p-banner {
	margin-inline: auto;
	transition: all 0.4s ease;
}

@media (any-hover: hover) {
	.p-banner:hover {
		opacity: 0.75;
	}
}

@media screen and (max-width: 767px) {
	.p-banner {
		margin-inline: 1.5rem;
	}	
}

.p-variant-sec-wrap {
	display: flex;
	max-width: 960px;
	margin-inline: auto;
}

.p-variant-sec {
	flex: 1;
	padding: 0;
	background: #f5f1e7;
}

.p-variant-sec__headline {
	font-family: var(--serif-font);
	font-weight: bold;
	color: var(--text-color);
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-variant-sec-wrap {
		flex-direction: column;
		row-gap: 1rem;
	}
}

@media screen and (min-width: 768px) {
	.p-variant-sec-wrap {
		column-gap: 1rem;
	}
}

.p-compatible-sec {
	padding: 1rem;
	background: #e3d7bc;
}

.p-compatible-sec__headline {
	font-weight: bold;
	color: var(--text-color);
	text-align: center;
}

.p-compatible-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5rem;
}

.p-compatible-list__button {
	--shadow-color: 42deg 22% 50%;

	display: flex;
	column-gap: 0.5rem;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-block: 0.5rem;
	font-weight: bold;
	color: var(--text-color);
	text-align: center;
	background: #f5f1e7;
	border-radius: 4px;
	box-shadow: 0.3px 0.5px 0.7px hsl(var(--shadow-color) / 36%), 0.8px 1.6px 2px -0.8px hsl(var(--shadow-color) / 36%), 2.1px 4.1px 5.2px -1.7px hsl(var(--shadow-color) / 36%), 5px 10px 12.6px -2.5px hsl(var(--shadow-color) / 36%);
	transition: all 0.4s ease;
}

@media (any-hover: hover) {
	.p-compatible-list__button:hover {
		opacity: 0.5;
	}
}

.p-compatible-list__button::after {
	height: 0.5em;
	aspect-ratio: cos(30deg);
	content: "";
	background: currentcolor;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 767px) {
	.p-compatible-list__button {
		font-size: 0.875rem;
	}
}

.p-scene-list {
	display: grid;
	max-width: 960px;
	margin-inline: auto;
}

.p-scene-list__item {
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
	color: var(--text-color);
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-scene-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.p-scene-list__item {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 768px) {
	.p-scene-list {
		grid-template-columns: repeat(4, 1fr);
		gap: 1rem;
	}
}

.p-ranking-area-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #c79c5a;
}

.p-ranking-area-head__headline {
	text-align: center;
}

.p-ranking-area-head__headline--sub {
	font-family: var(--script-font);
	font-weight: bold;
	color: #e0c9a4;
}

.p-ranking-area-head__headline--main {
	--shadow-color: 37deg 45% 33%;

	font-family: var(--serif-font);
	font-weight: bold;
	color: #fff;
	text-shadow: 0.3px 0.5px 0.7px hsl(var(--shadow-color) / 36%), 0.8px 1.6px 2px hsl(var(--shadow-color) / 36%), 2.1px 4.1px 5.2px hsl(var(--shadow-color) / 36%), 5px 10px 12.6px hsl(var(--shadow-color) / 36%);
}

.p-ranking-area__body {
	background: #f3efe3;
}

.p-ranking-sec {
	display: flex;
	flex-direction: column;
}

.p-ranking-sec__headline {
	color: #9d7846;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-ranking-area-head {
		row-gap: 0.5rem;
		padding-block: 2rem;
	}

	.p-ranking-area-head__headline--sub {
		font-size: 2rem;
	}

	.p-ranking-sec {
		row-gap: 1rem;
		padding: 2rem 1.5rem;
	}
}

@media screen and (min-width: 768px) {
	.p-ranking-area-head {
		row-gap: 1rem;
		padding-block: 4rem;
	}

	.p-ranking-area-head__headline--sub {
		font-size: 2.5rem;
	}

	.p-ranking-area-head__headline--main {
		font-size: 2.25rem;
	}

	.p-ranking-sec {
		row-gap: 2rem;
		padding-block: 4rem;
	}

	.p-ranking-sec__headline {
		font-size: 2rem;
	}
}

.p-rankig-tab-content {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
}

@media screen and (min-width: 768px) {
	.p-rankig-tab-content {
		padding-block: 2rem;
	}
}

.p-ranking-list {
	display: grid;
	gap: 1rem;
	max-width: 960px;
	margin-inline: auto;
	counter-reset: ranking;
}

.p-ranking-list__item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 7;
	row-gap: 0.5rem;
	align-items: baseline;
}

.p-ranking-list__item::before {
	grid-area: 1 / 1 / 2 / 2;
	width: 2rem;
	aspect-ratio: 1 / 1;
	font-size: 2rem;
	content: "";
	background: #b3b3b3;
	border-radius: 50%;
}

.p-ranking-list__item:nth-child(1)::before {
	font-family: "nextIcon";
	color: #ab8b0c;
	content: "\e979";
	background: none;
}

.p-ranking-list__item:nth-child(2)::before {
	font-family: "nextIcon";
	color: #8d9494;
	content: "\e979";
	background: none;
}

.p-ranking-list__item:nth-child(3)::before {
	font-family: "nextIcon";
	color: #7d4032;
	content: "\e979";
	background: none;
}

.p-ranking-list__item::after {
	grid-area: 1 / 1 / 2 / 2;
	align-self: center;
	width: 2rem;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	content: counter(ranking);
	counter-increment: ranking;
}

[data-tab-target-group="p-price"][data-tab-state="inactive"],
[data-tab-target-group="p-scene"][data-tab-state="inactive"] {
	display: none;
}

.p-ranking-list__button {
	display: block;
	font-weight: bold;
	line-height: 2.8;
	color: var(--text-color);
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
	border: 2px solid;
	transition: all 0.4s ease;
}

@media (any-hover: hover) {
	.p-ranking-list__button:hover {
		opacity: 0.5;
	}
}

@media screen and (max-width: 767px) {
	.p-ranking-list {
		grid-template-columns: repeat(5, 50%);
		padding-bottom: 1rem;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
	}

	.p-ranking-list__item {
		scroll-snap-align: start;
	}
}

@media screen and (min-width: 768px) {
	.p-ranking-list {
		grid-template-columns: repeat(5, 1fr);
	}
}

.p-ranking-tab-list {
	display: grid;
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}

.p-ranking-tab-list__button {
	display: block;
	width: 100%;
	padding: 0.5em 1em;
	color: #fff;
	text-align: center;
	background: #9d7846;
	border: 1px solid currentcolor;
	border-bottom: none;
	border-radius: 16px 16px 0 0;
}

.p-ranking-tab-list__button[data-tab-state="active"] {
	color: #9d7846;
	background: transparent;
	border-color: #aaadad;
}

@media screen and (max-width: 767px) {
	.p-ranking-tab-list {
		grid-template-columns: repeat(5, max-content);
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
	}

	.p-ranking-tab-list__item {
		scroll-snap-align: start;
	}
}

@media screen and (min-width: 768px) {
	.p-ranking-tab-list {
		grid-template-columns: repeat(5, 1fr);
	}
}

.p-flow-list {
	display: grid;
	column-gap: 1rem;
	max-width: 960px;
	margin-inline: auto;
	counter-reset: flow;
}

.p-flow-list__item {
	position: relative;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	row-gap: 1rem;
	padding: 2rem 1rem 1rem;
	background: #fff;
	border-radius: 8px;
}

.p-flow-list__item::before {
	position: absolute;
	inset-inline: 0;
	top: -1em;
	display: flex;
	place-content: center;
	place-items: center;
	width: 2em;
	aspect-ratio: 1 / 1;
	margin-inline: auto;
	color: #fff;
	content: counter(flow);
	counter-increment: flow;
	background: #570000;
	border-radius: 50%;
}

.p-flow-list__headline {
	color: var(--text-color);
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-flow-list {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 3rem;
	}
}

@media screen and (min-width: 768px) {
	.p-flow-list {
		grid-template-columns: repeat(4, 1fr);
		row-gap: 1rem;
	}
}

.p-catalog-series-list {
	display: grid;
	max-width: 960px;
	margin-inline: auto;
}

.p-catalog-series-list__item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	row-gap: 1rem;
	align-items: center;
	padding: 1rem;
	background: #fff;
}

.p-catalog-series-list__button {
	display: block;
	padding-block: 0.5em;
	color: #fff;
	text-align: center;
	background: #c79c5a;
	border: 2px solid #c79c5a;
	transition: all 0.4s ease;
}

@media (any-hover: hover) {
	.p-catalog-series-list__button:hover {
		color: #c79c5a;
		background: #fff;
	}
}

@media screen and (max-width: 767px) {
	.p-catalog-series-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}
}

@media screen and (min-width: 768px) {
	.p-catalog-series-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}
}
