@charset "UTF-8";
body {
	--concept-color-text: #f0e8de;
	--concept-color-gold: #caa366;
	--concept-color-dark: #131313;
}

.concept-mv {
	position: relative;
	box-sizing: border-box;
	height: 428px;
	color: var(--concept-color-text);
	overflow: hidden;
}

.concept-mv__title {
	position: absolute;
	top: 173px;
	left: 48px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.2;
}

.concept-mv__lead,
.concept-mv__heading {
	margin: 0;
	font: inherit;
	white-space: nowrap;
}

.concept-mv__lead {
	font-size: 26px;
	letter-spacing: -1.3px;
	color: #f0e8de;
}

.concept-mv__heading {
	font-size: 80px;
	letter-spacing: -4px;
}

.concept-mv__breadcrumb {
	position: absolute;
	top: 380px;
	left: 48px;
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.concept-mv__breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.concept-mv__breadcrumb-separator {
	display: block;
	width: 8px;
	height: 1px;
	background-color: currentColor;
}

.concept-mv__decoration {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: var(--concept-color-dark) url("../imgs/common/separator.png") center bottom / 1920px 20px repeat-x;
}

.concept-lead {
	position: relative;
	box-sizing: border-box;
	min-height: 1320px;
	padding-top: 80px;
	overflow: hidden;
	color: var(--concept-color-text);
}

.concept-lead img {
	display: block;
	max-width: 100%;
	height: auto;
}

.concept-lead__background-text {
	position: absolute;
	top: 536px;
	left: 50%;
	width: 549px;
	max-width: 100%;
	height: auto;
	transform: translateX(-50%);
}

.concept-lead__visual {
	position: relative;
	z-index: 1;
	width: min(700px, calc(100% - 30px));
	height: 531px;
	margin: 0 auto;
}

.concept-lead__bowl,
.concept-lead__logo,
.concept-lead__decoration {
	position: absolute;
}

.concept-lead__bowl {
	top: 0;
	left: 0;
	width: 700px;
}

.concept-lead__logo {
	top: 23px;
	left: 50%;
	width: 200px;
	transform: translateX(-50%);
}

.concept-lead__decoration--left {
	top: 22px;
	left: 78px;
	width: 181px;
}

.concept-lead__decoration--right {
	top: 385px;
	right: -75px;
	width: 221px;
}

.concept-lead__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	width: min(952px, calc(100% - 30px));
	margin: 0 auto;
	text-align: center;
}

.concept-lead__heading {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -3px;
	color: var(--concept-color-gold);
}

.concept-lead__sp-break {
	display: none;
}

.concept-lead__text {
	width: min(840px, 100%);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

.concept-lead__text p {
	margin: 0;
}

.concept-lead__features {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: min(561px, 100%);
}

.concept-lead-feature {
	position: relative;
	flex: 0 0 190px;
	width: 190px;
	height: 190px;
}

.concept-lead-feature__texture {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 190px;
	transform: translate(-50%, -50%);
	opacity: 0.15;
}

.concept-lead .concept-lead-feature__circle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 140px;
	height: 140px;
	transform: translate(-50%, -50%);
}

.concept-lead-feature__content {
	position: absolute;
	inset: 26px 11px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.concept-lead-feature__icon--tare {
	width: 34px;
}

.concept-lead-feature__icon--oil {
	width: 30px;
}

.concept-lead-feature__icon--noodle {
	width: 46px;
}

.concept-lead-feature__content p {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.28px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.concept-lead-feature__content strong {
	font-size: 26px;
	line-height: 1;
	letter-spacing: -0.52px;
	color: #ceac5a;
}

.concept-story {
	position: relative;
	box-sizing: border-box;
	height: 1193px;
	margin-top: -81px;
	overflow: hidden;
	scroll-margin-top: 80px;
	color: var(--concept-color-text);
}

.concept-story img {
	display: block;
	max-width: 100%;
}

.concept-story__heading-area {
	position: relative;
	height: 465px;
}

.concept-story__line {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 160px;
	height: 1px;
	transform: translate(-50%, -50%) rotate(90deg);
	transform-origin: center;
}

.concept-story__background-text {
	position: absolute;
	top: 174px;
	left: 50%;
	width: 186px;
	height: 326px;
	transform: translateX(-50%);
}

.concept-story__titles {
	position: absolute;
	top: 261px;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	transform: translateX(-50%);
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	white-space: nowrap;
}

.concept-story__eyebrow,
.concept-story__heading {
	margin: 0;
}

.concept-story__eyebrow {
	font-size: 40px;
	line-height: 1;
	letter-spacing: -2px;
}

.concept-story__eyebrow span,
.concept-story__text span {
	color: var(--concept-color-gold);
}

.concept-story__heading {
	font-size: 60px;
	line-height: 1;
	letter-spacing: -3px;
}

.concept-story__sp-break {
	display: none;
}

.concept-story__body {
	display: grid;
	grid-template-columns: minmax(0, 607px) 510px;
	justify-content: space-between;
	align-items: start;
	width: min(1216px, calc(100% - 30px));
	margin: 0 auto;
}

.concept-story__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 24px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

.concept-story__text,
.concept-story__signature,
.concept-story__text p {
	margin: 0;
}

.concept-story__text p + p {
	margin-top: 32px;
}

.concept-story__signature {
	width: 100%;
	text-align: right;
}

.concept-story__image {
	width: 510px;
	height: 600px;
	object-fit: cover;
}

.concept-essence {
	box-sizing: border-box;
	height: 1133px;
	overflow: hidden;
	color: var(--concept-color-text);
}

.concept-essence__heading {
	margin: 0 0 64px;
	font-family: "Noto Serif JP", serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -3px;
	text-align: center;
}

.concept-essence__sp-break {
	display: none;
}

.concept-essence__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 390px));
	justify-content: space-between;
	align-items: start;
	width: min(1215px, calc(100% - 30px));
	margin: 0 auto;
}

.concept-essence-card {
	display: flex;
	flex-direction: column;
	gap: 32px;
	min-width: 0;
}

.concept-essence-card__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 527px;
	object-fit: cover;
}

.concept-essence-card__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.concept-essence-card__heading-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.concept-essence-card__heading,
.concept-essence-card__lead,
.concept-essence-card__text,
.concept-essence-card__text p {
	margin: 0;
}

.concept-essence-card__heading {
	font-size: 46px;
	line-height: 1;
	letter-spacing: -2.3px;
	white-space: nowrap;
}

.concept-essence-card__heading span {
	color: var(--concept-color-gold);
}

.concept-essence-card__lead {
	font-size: 26px;
	line-height: 1.4;
	letter-spacing: -1.3px;
}

.concept-essence-card__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
}

@media (max-width: 767px) {
	.concept-mv {
		height: 203px;
	}

	.concept-mv__title {
		top: 100px;
		left: 15px;
	}

	.concept-mv__lead {
		color: #fff;
		font-size: 12px;
		letter-spacing: -0.6px;
	}

	.concept-mv__heading {
		font-size: 28px;
		letter-spacing: -1.4px;
	}

	.concept-mv__breadcrumb {
		top: 164px;
		left: 15px;
		gap: 4px;
		font-size: 12px;
	}

	.concept-mv__decoration {
		height: 14px;
		background-size: 1344px 14px;
	}

	.concept-lead {
		min-height: 849px;
		padding-top: 56px;
	}

	.concept-lead__background-text {
		top: 269px;
		width: 274.5px;
	}

	.concept-lead__visual {
		width: min(346px, calc(100% - 30px));
		height: 266px;
	}

	.concept-lead__bowl {
		top: 24px;
		left: 50%;
		width: 280px;
		transform: translateX(-50%);
	}

	.concept-lead__logo {
		top: 0;
		width: 100px;
	}

	.concept-lead__decoration--left {
		top: 24px;
		left: 24px;
		width: 70px;
	}

	.concept-lead__decoration--right {
		top: 169px;
		right: 31px;
		width: 90px;
	}

	.concept-lead__content {
		width: min(346px, calc(100% - 30px));
	}

	.concept-lead__heading {
		font-size: 24px;
		line-height: 1.4;
		letter-spacing: -1.2px;
	}

	.concept-lead__sp-break {
		display: block;
	}

	.concept-lead__text {
		font-size: 14px;
	}

	.concept-lead__features {
		width: 345px;
		max-width: 100%;
	}

	.concept-lead-feature {
		flex-basis: min(110px, calc((100% - 32px) / 3));
		width: min(110px, calc((100% - 32px) / 3));
		height: auto;
		aspect-ratio: 110 / 111;
	}

	.concept-lead-feature__texture {
		width: 100%;
	}

	.concept-lead .concept-lead-feature__circle {
		width: 81.82%;
		height: 81.08%;
	}

	.concept-lead-feature__content {
		inset: 2% 0 1%;
		gap: 8px;
	}

	.concept-lead-feature__icon--tare {
		width: 23px;
	}

	.concept-lead-feature__icon--oil {
		width: 21px;
	}

	.concept-lead-feature__icon--noodle {
		width: 32px;
	}

	.concept-lead-feature__content p {
		font-size: 10px;
		letter-spacing: -0.2px;
	}

	.concept-lead-feature__content strong {
		font-size: 15px;
		letter-spacing: -0.3px;
	}

	.concept-story {
		height: auto;
		min-height: 1196px;
		margin-top: 0;
	}

	.concept-story__heading-area {
		height: 240px;
	}

	.concept-story__line {
		top: 20px;
		width: 40px;
	}

	.concept-story__background-text {
		top: 56px;
		width: 93px;
		height: 163px;
	}

	.concept-story__titles {
		top: 91px;
		gap: 16px;
	}

	.concept-story__eyebrow {
		font-size: 18px;
		letter-spacing: -0.9px;
	}

	.concept-story__heading {
		font-size: 30px;
		line-height: 1.4;
		letter-spacing: -1.5px;
		text-align: center;
	}

	.concept-story__sp-break {
		display: block;
	}

	.concept-story__body {
		display: flex;
		flex-direction: column;
		gap: 40px;
		width: min(346px, calc(100% - 30px));
	}

	.concept-story__copy {
		gap: 24px;
		font-size: 14px;
		line-height: 1.6;
	}

	.concept-story__text p + p {
		margin-top: 22.4px;
	}

	.concept-story__image {
		width: 100%;
		height: 240px;
		object-position: center;
	}

	.concept-essence {
		height: auto;
		overflow: visible;
	}

	.concept-essence__heading {
		margin-bottom: 32px;
		font-size: 30px;
		line-height: 1.4;
		letter-spacing: -1.5px;
	}

	.concept-essence__sp-break {
		display: block;
	}

	.concept-essence__items {
		display: flex;
		flex-direction: column;
		gap: 40px;
		width: min(346px, calc(100% - 30px));
		margin-bottom: 80px;
	}

	.concept-essence-card {
		width: 100%;
		gap: 24px;
	}

	.concept-essence-card__image {
		height: 200px;
	}

	.concept-essence-card__content {
		gap: 24px;
	}

	.concept-essence-card__heading-group {
		gap: 16px;
	}

	.concept-essence-card__heading {
		font-size: 30px;
		letter-spacing: -1.5px;
	}

	.concept-essence-card__lead {
		font-size: 20px;
		line-height: 1;
		letter-spacing: -1px;
	}

	.concept-essence-card__text {
		font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.concept-lead {
		min-height: 1050px;
		padding-top: 64px;
	}

	.concept-lead__background-text {
		top: 536px;
		width: clamp(412px, 53.61vw, 549px);
	}

	.concept-lead__decoration--right {
		right: 0;
	}

	.concept-lead__heading {
		font-size: clamp(36px, 5vw, 51px);
		letter-spacing: -0.05em;
	}

	.concept-story {
		height: auto;
		min-height: 1250px;
		margin-top: 0;
		padding-bottom: 80px;
	}

	.concept-story__heading-area {
		height: 400px;
	}

	.concept-story__titles {
		top: 230px;
	}

	.concept-story__eyebrow {
		font-size: clamp(28px, 3.9vw, 40px);
	}

	.concept-story__heading {
		font-size: clamp(42px, 5.85vw, 60px);
	}

	.concept-story__body {
		display: flex;
		flex-direction: column;
		gap: 40px;
		width: min(607px, calc(100% - 60px));
	}

	.concept-story__image {
		width: 100%;
		height: auto;
		aspect-ratio: 510 / 600;
	}

	.concept-essence__heading {
		font-size: clamp(42px, 5.85vw, 60px);
	}

}

@media (min-width: 1025px) and (max-width: 1199px) {
	.concept-essence__heading {
		font-size: clamp(42px, 5vw, 60px);
	}

}

.concept-space {
	position: relative;
	box-sizing: border-box;
	height: 970px;
	overflow: hidden;
	color: var(--concept-color-text);
}

.concept-space img {
	display: block;
	max-width: 100%;
	height: auto;
}

.concept-space__line {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 120px;
	background-color: #666666;
	transform: translateX(-50%);
}

.concept-space__background-text {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 200px;
	transform: translateX(-50%);
}

.concept-space__images {
	display: contents;
}

.concept-space__image {
	position: absolute;
	top: 247px;
	width: min(28.18vw, 541px);
	aspect-ratio: 541 / 723;
	object-fit: cover;
}

.concept-space__image--left {
	left: 0;
}

.concept-space__image--right {
	right: 0;
}

.concept-space__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	width: min(500px, calc(100% - 30px));
	margin: 240px auto 0;
}

.concept-space__heading-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	text-align: center;
}

.concept-space__eyebrow,
.concept-space__heading,
.concept-space__text,
.concept-space__text p {
	margin: 0;
}

.concept-space__eyebrow {
	font-size: 40px;
	line-height: 1;
	letter-spacing: -2px;
	white-space: nowrap;
}

.concept-space__eyebrow span,
.concept-space__text span {
	color: var(--concept-color-gold);
}

.concept-space__heading {
	font-size: 50px;
	line-height: 1.4;
	letter-spacing: -3px;
}

.concept-space__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

@media (max-width: 1199px) {
	.concept-space {
		display: flex;
		flex-direction: column;
		height: auto;
		min-height: 970px;
		padding-bottom: 80px;
		overflow: hidden;
	}

	.concept-space__image {
		order: 2;
		position: relative;
		top: auto;
		width: min(541px, calc(100% - 60px));
		margin: 40px auto 0;
	}

	.concept-space__image--left,
	.concept-space__image--right {
		left: auto;
		right: auto;
	}

	.concept-space__image--right {
		order: 3;
		margin-top: 24px;
	}

	.concept-space__content {
		order: 1;
		width: min(607px, calc(100% - 60px));
		margin-top: 200px;
	}
}

@media (max-width: 767px) {
	.concept-space {
		min-height: 0;
		padding-bottom: 64px;
	}

	.concept-space__line {
		height: 40px;
	}

	.concept-space__background-text {
		top: 40px;
		width: 100px;
	}

	.concept-space__content {
		gap: 40px;
		width: min(346px, calc(100% - 30px));
		margin-top: 91px;
		margin-bottom: 40px;
	}

	.concept-space__heading-group {
		gap: 16px;
	}

	.concept-space__eyebrow {
		font-size: clamp(17px, 5.32vw, 20px);
		letter-spacing: -0.05em;
	}

	.concept-space__heading {
		font-size: clamp(28px, 8.5vw, 34px);
		letter-spacing: -0.05em;
	}

	.concept-space__text {
		font-size: 14px;
		line-height: 1.8;
	}

	.concept-space__images {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		order: 2;
		width: 100%;
		margin-top: 12px;
	}

	.concept-space__image {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		order: initial;
		width: 100%;
		max-width: none;
		margin: 0;
		object-fit: cover;
	}

	.concept-space__image--left {
		aspect-ratio: 188 / 178;
	}

	.concept-space__image--right {
		aspect-ratio: 188 / 174;
	}
}

.concept-final {
	position: relative;
	box-sizing: border-box;
	height: 1109px;
	margin-top: 160px;
	overflow: hidden;
	background-color: var(--concept-color-dark);
	color: var(--concept-color-text);
}

.concept-final__visual,
.concept-final__visual img {
	display: block;
	width: 100%;
	height: 546px;
}

.concept-final__visual {
	position: absolute;
	top: 0;
	left: 0;
}

.concept-final__visual img {
	max-width: 100%;
	object-fit: cover;
}

.concept-final__logo {
	position: absolute;
	z-index: 1;
	top: 120px;
	left: 50%;
	display: block;
	width: 200px;
	max-width: 100%;
	height: auto;
	transform: translateX(-50%);
}

.concept-final__content {
	position: absolute;
	z-index: 2;
	top: 633px;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
	width: min(857px, calc(100% - 30px));
	transform: translateX(-50%);
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	text-align: center;
}

.concept-final__heading,
.concept-final__text,
.concept-final__text p {
	margin: 0;
}

.concept-final__heading {
	font-size: 60px;
	line-height: 1;
	letter-spacing: -3px;
	white-space: nowrap;
}

.concept-final__text {
	font-size: 24px;
	line-height: 2;
	letter-spacing: -1.2px;
}

.concept-final__text .concept-final__closing {
	margin-top: 48px;
}

.concept-final__sp-break {
	display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.concept-essence {
		height: auto;
		overflow: visible;
		padding-bottom: 80px;
	}

	.concept-essence__heading {
		margin-bottom: 48px;
		letter-spacing: -0.05em;
	}

	.concept-essence__items {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(12px, 2vw, 24px);
		width: min(1215px, calc(100% - 30px));
	}

	.concept-essence-card {
		width: 100%;
		margin: 0;
		gap: clamp(20px, 2.5vw, 32px);
	}

	.concept-essence-card__image {
		height: auto;
		aspect-ratio: 390 / 527;
	}

	.concept-essence-card__content {
		gap: clamp(20px, 2.5vw, 32px);
	}

	.concept-essence-card__heading-group {
		gap: clamp(14px, 2vw, 24px);
	}

	.concept-essence-card__heading {
		font-size: clamp(22px, 2.84vw, 34px);
		letter-spacing: -0.05em;
	}

	.concept-essence-card__lead {
		font-size: clamp(16px, 1.84vw, 22px);
		letter-spacing: -0.05em;
	}

	.concept-essence-card__text {
		font-size: clamp(14px, 1.34vw, 16px);
	}

	.concept-final {
		height: clamp(820px, 84vw, 1007px);
		margin-top: clamp(80px, 13.34vw, 160px);
	}

	.concept-final__visual,
	.concept-final__visual img {
		height: clamp(380px, 45.5vw, 546px);
	}

	.concept-final__logo {
		top: clamp(80px, 10vw, 120px);
		width: clamp(130px, 16.67vw, 200px);
	}

	.concept-final__content {
		top: clamp(460px, 52.75vw, 633px);
		gap: clamp(32px, 5.34vw, 64px);
	}

	.concept-final__heading {
		font-size: clamp(38px, 5vw, 60px);
		letter-spacing: -0.05em;
	}

	.concept-final__text {
		font-size: clamp(18px, 2vw, 24px);
		letter-spacing: -0.05em;
	}

	.concept-final__text .concept-final__closing {
		margin-top: clamp(32px, 4vw, 48px);
	}
}

@media (max-width: 767px) {
	.concept-final {
		height: 742px;
		margin-top: 0;
	}

	.concept-final__visual {
		left: 2px;
		width: calc(100% - 4px);
	}

	.concept-final__visual,
	.concept-final__visual img {
		height: 326px;
	}

	.concept-final__logo {
		top: 120px;
		width: 100px;
	}

	.concept-final__content {
		top: 386px;
		gap: 16px;
		width: min(346px, calc(100% - 30px));
	}

	.concept-final__heading {
		font-size: 30px;
		line-height: 1.4;
		letter-spacing: -1.5px;
		white-space: normal;
	}

	.concept-final__text {
		font-size: clamp(14px, 4.26vw, 16px);
		letter-spacing: -0.05em;
	}

	.concept-final__text .concept-final__closing {
		margin-top: 32px;
	}

	.concept-final__sp-break {
		display: block;
	}
}

.concept-menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	margin: 0;
}

.concept-menu__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	aspect-ratio: 960 / 340;
	overflow: hidden;
	color: var(--concept-color-text);
	text-decoration: none;
}

.concept-menu__picture {
	position: absolute;
	inset: 0;
	display: block;
}

.concept-menu__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.concept-menu__item:hover .concept-menu__image {
	opacity: 0.5;
}

.concept-menu__overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.concept-menu__label {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 16px 40px;
	border: 1px solid var(--concept-color-text);
	background-color: rgba(19, 19, 19, 0.7);
	font-family: "Noto Serif JP", serif;
	font-size: clamp(22px, 1.5625vw, 30px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05em;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.concept-menu {
		grid-template-columns: 1fr;
	}

	.concept-menu__item {
		width: 100%;
		aspect-ratio: 376 / 120;
	}

	.concept-menu__label {
		min-height: 48px;
		padding: 16px 40px;
		font-size: 16px;
		letter-spacing: -0.8px;
	}
}
