/*
 * Green Scape Calm 2.2
 * front-page.css 完成版
 */

.gs22-front,
.gs22-front * {
	box-sizing: border-box;
}

.gs22-front {
	--gs-green: #244b38;
	--gs-green-dark: #163629;
	--gs-ink: #2f3631;
	--gs-muted: #747c76;
	--gs-line: #dfe3dc;
	--gs-soft: #f4f3ed;
	--gs-white: #fff;
	color: var(--gs-ink);
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	line-height: 1.8;
}

.gs22-front-wrap {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.gs22-front-hero {
	overflow: hidden;
	background:
		linear-gradient(115deg, rgba(235, 235, 226, .96), rgba(246, 245, 239, .88)),
		repeating-linear-gradient(90deg, transparent 0, transparent 34px, rgba(36, 75, 56, .025) 35px);
}

.gs22-front-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
	min-height: 570px;
	align-items: center;
	gap: 70px;
	padding: 72px 0;
}

.gs22-front-eyebrow,
.gs22-front-heading p,
.gs22-front-story__title > p {
	margin: 0 0 12px;
	color: var(--gs-green);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .22em;
}

.gs22-front-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--gs-green-dark);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(31px, 3.9vw, 52px);
	font-weight: 400;
	letter-spacing: .025em;
	line-height: 1.52;
}

.gs22-front-button {
	display: inline-flex;
	min-width: 220px;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	margin-top: 36px;
	padding: 12px 22px;
	border: 1px solid var(--gs-green);
	background: var(--gs-green);
	color: var(--gs-white);
	font-size: 13px;
	letter-spacing: .06em;
	text-decoration: none;
	transition: .25s ease;
}

.gs22-front-button:hover {
	background: transparent;
	color: var(--gs-green);
}

.gs22-front-hero__visual {
	display: flex;
	justify-content: center;
}

.gs22-front-hero__panel {
	position: relative;
	display: flex;
	width: min(390px, 100%);
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(36, 75, 56, .18);
	border-radius: 50%;
	background: #fff;
	box-shadow: 28px 28px 0 rgba(36, 75, 56, .08);
	overflow: hidden;
}

.gs22-front-hero__logo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.gs22-front-section {
	padding: 88px 0;
}

.gs22-front-section--soft {
	background: var(--gs-soft);
}

.gs22-front-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
	padding-bottom: 17px;
	border-bottom: 1px solid var(--gs-line);
}

.gs22-front-heading--center {
	justify-content: center;
	text-align: center;
}

.gs22-front-heading h2,
.gs22-front-story h2 {
	margin: 0;
	color: var(--gs-green-dark);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(27px, 3vw, 37px);
	font-weight: 500;
	letter-spacing: .07em;
	line-height: 1.5;
}

.gs22-front-heading > a {
	padding-bottom: 3px;
	border-bottom: 1px solid #839086;
	color: #4c5e52;
	font-size: 12px;
	text-decoration: none;
}

.gs22-front-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 36px 24px;
}

.gs22-front-card {
	min-width: 0;
}

.gs22-front-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.gs22-front-card__image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: var(--gs-soft);
}

.gs22-front-card__image img,
.gs22-front-card__image a,
.gs22-front-card__image a img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover !important;
	transition: transform .38s ease;
}

.gs22-front-card__link:hover .gs22-front-card__image img {
	transform: scale(1.035);
}

.gs22-front-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: #8c928c;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.gs22-front-soldout {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	padding: 6px 9px;
	background: rgba(36, 40, 37, .86);
	color: #fff;
	font-size: 10px;
	letter-spacing: .12em;
}

.gs22-front-card__body {
	padding: 13px 2px 0;
}

.gs22-front-card__body h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
}

.gs22-front-price {
	margin: 7px 0 0;
	color: var(--gs-green-dark);
	font-size: 15px;
	font-weight: 600;
}

.gs22-front-price span {
	margin-left: 3px;
	color: var(--gs-muted);
	font-size: 10px;
	font-weight: 400;
}

.gs22-front-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.gs22-front-category-card {
	display: flex;
	min-height: 190px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px 12px;
	border: 1px solid #d7dbd4;
	background: #fff;
	color: var(--gs-green-dark);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 16px;
	letter-spacing: .05em;
	text-align: center;
	text-decoration: none;
	transition: transform .25s ease, border-color .25s ease;
}

.gs22-front-category-card:hover {
	border-color: var(--gs-green);
	transform: translateY(-4px);
}

.gs22-front-category-card__mark {
	display: block;
	width: 26px;
	height: 26px;
	margin-bottom: 18px;
	border: 1px solid var(--gs-green);
	border-radius: 50% 0 50% 50%;
	transform: rotate(-18deg);
}

.gs22-front-category-card small {
	display: block;
	margin-top: 14px;
	color: var(--gs-muted);
	font-family: inherit;
	font-size: 10px;
	letter-spacing: .05em;
}

.gs22-front-story {
	padding: 95px 0;
	background: var(--gs-green-dark);
	color: #fff;
}

.gs22-front-story__inner {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 80px;
	align-items: center;
}

.gs22-front-story__title > p {
	color: rgba(255,255,255,.58);
}

.gs22-front-story h2 {
	color: #fff;
}

.gs22-front-story__text {
	padding-left: 52px;
	border-left: 1px solid rgba(255,255,255,.25);
}

.gs22-front-story__text p {
	margin: 0;
	color: rgba(255,255,255,.78);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 15px;
	line-height: 2.3;
}

.gs22-front-news {
	padding: 88px 0 28px;
}

.gs22-front-news__list {
	border-top: 1px solid var(--gs-line);
}

.gs22-front-news__item {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	min-height: 74px;
	padding: 16px 4px;
	border-bottom: 1px solid var(--gs-line);
	color: inherit;
	text-decoration: none;
}

.gs22-front-news__item time {
	color: var(--gs-muted);
	font-size: 11px;
	letter-spacing: .08em;
}

.gs22-front-news__item span {
	font-size: 13px;
}

.gs22-front-news__item b {
	color: var(--gs-green);
	font-weight: 400;
}

.gs22-front-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 45px 20px;
	background: var(--gs-soft);
	color: var(--gs-muted);
	text-align: center;
}

.js-gs22-reveal {
	opacity: 1;
	transform: none;
	transition: opacity .7s ease, transform .7s ease;
}

/*
 * JavaScriptが正常に動く場合だけ、表示アニメーションを使用します。
 * JavaScriptが読み込まれなくても、内容は必ず表示されます。
 */
html.gs22-js-enabled .js-gs22-reveal {
	opacity: 0;
	transform: translateY(18px);
}

html.gs22-js-enabled .js-gs22-reveal.is-visible {
	opacity: 1;
	transform: none;
}

@media screen and (max-width: 920px) {
	.gs22-front-hero__inner {
		grid-template-columns: 1fr 320px;
		gap: 38px;
	}

	.gs22-front-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gs22-front-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 680px) {
	.gs22-front-wrap {
		width: calc(100% - 24px);
	}

	.gs22-front-hero__inner {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 42px;
		padding: 52px 0 62px;
	}

	.gs22-front-hero h1 {
		max-width: 100%;
		font-size: clamp(28px, 8.2vw, 35px);
		line-height: 1.55;
		letter-spacing: .015em;
	}

	.gs22-front-button {
		min-width: 190px;
		min-height: 48px;
		margin-top: 28px;
	}

	.gs22-front-hero__panel {
		width: 72%;
		max-width: 300px;
	}


	.gs22-front-section,
	.gs22-front-news {
		padding: 58px 0;
	}

	.gs22-front-heading {
		margin-bottom: 24px;
	}

	.gs22-front-heading h2,
	.gs22-front-story h2 {
		font-size: 25px;
	}

	.gs22-front-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px 12px;
	}

	.gs22-front-card__body h3 {
		font-size: 12px;
	}

	.gs22-front-price {
		font-size: 13px;
	}

	.gs22-front-price span {
		display: block;
		margin: 1px 0 0;
		font-size: 9px;
	}

	.gs22-front-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.gs22-front-category-card {
		min-height: 150px;
		padding: 18px 8px;
		font-size: 13px;
	}

	.gs22-front-story {
		padding: 62px 0;
	}

	.gs22-front-story__inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.gs22-front-story__text {
		padding: 28px 0 0;
		border-top: 1px solid rgba(255,255,255,.25);
		border-left: 0;
	}

	.gs22-front-story__text p {
		font-size: 13px;
		line-height: 2.1;
	}

	.gs22-front-news__item {
		grid-template-columns: 88px minmax(0, 1fr) auto;
		gap: 10px;
		min-height: 68px;
		padding: 13px 2px;
	}

	.gs22-front-news__item time {
		font-size: 9px;
	}

	.gs22-front-news__item span {
		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.js-gs22-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}


/* ヒーロー最終バランス調整 */
@media screen and (min-width: 921px) {
	.gs22-front-hero__inner {
		grid-template-columns: minmax(0, 1.18fr) minmax(340px, .72fr);
		gap: 64px;
	}

	.gs22-front-hero__text {
		padding-left: 8px;
	}

	.gs22-front-hero__panel {
		width: min(360px, 100%);
	}
}

@media screen and (min-width: 681px) and (max-width: 1100px) {
	.gs22-front-hero h1 {
		font-size: clamp(34px, 4.5vw, 46px);
	}
}


/* ヒーローキャッチコピー：PCでは必ず3行で表示 */
.gs22-front-hero__catch span {
	display: block;
	white-space: nowrap;
}

@media screen and (min-width: 921px) {
	.gs22-front-hero__inner {
		grid-template-columns: minmax(720px, 1.42fr) minmax(330px, .58fr);
		gap: 46px;
	}

	.gs22-front-hero__text {
		min-width: 0;
	}

	.gs22-front-hero__catch {
		max-width: none;
		font-size: clamp(37px, 3.45vw, 50px);
		line-height: 1.5;
		letter-spacing: .018em;
	}

	.gs22-front-hero__panel {
		width: min(350px, 100%);
	}
}

@media screen and (min-width: 681px) and (max-width: 920px) {
	.gs22-front-hero__catch span {
		white-space: normal;
	}
}

@media screen and (max-width: 680px) {
	.gs22-front-hero__catch span {
		white-space: normal;
	}
}


/* 中目黒 店舗案内バナー */
.gs22-front-shop-banner {
	padding: 72px 0 34px;
	background: #fff;
}

.gs22-front-shop-banner__link {
	display: flex;
	min-height: 250px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 42px 24px;
	border: 1px solid rgba(255, 255, 255, .28);
	background:
		linear-gradient(rgba(24, 48, 37, .94), rgba(24, 48, 37, .94));
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: opacity .25s ease, transform .25s ease;
}

.gs22-front-shop-banner__link:hover {
	opacity: .94;
	transform: translateY(-2px);
}

.gs22-front-shop-banner__ja {
	display: block;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 400;
	letter-spacing: .06em;
	line-height: 1.5;
}

.gs22-front-shop-banner__en {
	display: block;
	margin-top: 8px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(16px, 2vw, 24px);
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.4;
}

.gs22-front-news {
	padding-top: 54px;
}

@media screen and (max-width: 680px) {
	.gs22-front-shop-banner {
		padding: 48px 0 16px;
	}

	.gs22-front-shop-banner__link {
		min-height: 180px;
		padding: 30px 16px;
	}

	.gs22-front-shop-banner__ja {
		font-size: 26px;
	}

	.gs22-front-shop-banner__en {
		font-size: 14px;
	}
}


/* 店舗案内とお知らせ：横並び完成版 */
.gs22-front-info {
	padding: 76px 0 36px;
	background: #fff;
}

.gs22-front-info__grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: 28px;
	align-items: stretch;
}

.gs22-front-shop-card {
	display: flex;
	min-height: 330px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 42px 26px;
	background: #193b2d;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: opacity .25s ease, transform .25s ease;
}

.gs22-front-shop-card:hover {
	opacity: .94;
	transform: translateY(-2px);
}

.gs22-front-shop-card__ja {
	display: block;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(28px, 3.3vw, 43px);
	font-weight: 400;
	letter-spacing: .06em;
	line-height: 1.55;
}

.gs22-front-shop-card__en {
	display: block;
	margin-top: 9px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(15px, 1.7vw, 22px);
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.4;
}

.gs22-front-news-card {
	min-height: 330px;
	padding: 34px 38px 24px;
	border: 1px solid var(--gs-line);
	background: #fff;
}

.gs22-front-news-card__head {
	margin-bottom: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--gs-line);
}

.gs22-front-news-card__head p {
	margin: 0 0 7px;
	color: var(--gs-green);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .22em;
}

.gs22-front-news-card__head h2 {
	margin: 0;
	color: var(--gs-green-dark);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 500;
	letter-spacing: .07em;
	line-height: 1.45;
}

.gs22-front-news-card__list {
	border-top: 1px solid var(--gs-line);
}

.gs22-front-news-card__item {
	display: grid;
	grid-template-columns: 94px minmax(0, 1fr) auto;
	gap: 13px;
	align-items: center;
	min-height: 58px;
	padding: 11px 2px;
	border-bottom: 1px solid var(--gs-line);
	color: inherit;
	text-decoration: none;
}

.gs22-front-news-card__item time {
	color: var(--gs-muted);
	font-size: 10px;
	letter-spacing: .06em;
}

.gs22-front-news-card__item span {
	overflow: hidden;
	font-size: 12px;
	line-height: 1.55;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gs22-front-news-card__item b {
	color: var(--gs-green);
	font-weight: 400;
}

.gs22-front-news-card__empty {
	margin: 0;
	padding: 34px 10px;
	color: var(--gs-muted);
	font-size: 13px;
	text-align: center;
}

@media screen and (max-width: 820px) {
	.gs22-front-info__grid {
		grid-template-columns: 1fr;
	}

	.gs22-front-shop-card,
	.gs22-front-news-card {
		min-height: 0;
	}

	.gs22-front-shop-card {
		padding: 54px 20px;
	}

	.gs22-front-news-card {
		padding: 28px 24px 20px;
	}
}

@media screen and (max-width: 680px) {
	.gs22-front-info {
		padding: 48px 0 18px;
	}

	.gs22-front-info__grid {
		gap: 16px;
	}

	.gs22-front-shop-card {
		padding: 42px 16px;
	}

	.gs22-front-shop-card__ja {
		font-size: 25px;
	}

	.gs22-front-shop-card__en {
		font-size: 13px;
	}

	.gs22-front-news-card {
		padding: 24px 16px 16px;
	}

	.gs22-front-news-card__item {
		grid-template-columns: 78px minmax(0, 1fr) auto;
		gap: 8px;
	}

	.gs22-front-news-card__item time {
		font-size: 9px;
	}

	.gs22-front-news-card__item span {
		font-size: 11px;
	}
}


/* 店舗案内バナー：文字サイズ最終調整 */
.gs22-front-shop-card__ja {
	font-size: clamp(24px, 2.7vw, 36px);
}

.gs22-front-shop-card__en {
	font-size: clamp(13px, 1.45vw, 19px);
}

@media screen and (max-width: 680px) {
	.gs22-front-shop-card__ja {
		font-size: 22px;
	}

	.gs22-front-shop-card__en {
		font-size: 12px;
	}
}
