.renewal-wrap {
	width: min(1120px, calc(100% - 64px));
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.home-catch h2 {
		font-size: clamp(32px, 9.8vw, 42px);
	}

	.home-nayami,
	.home-reason,
	.home-gallery,
	.home-staff,
	.home-info,
	.home-shop,
	.home-blog,
	.home-ctm {
		padding-right: calc(32 * 100vw / 768);
		padding-left: calc(32 * 100vw / 768);
	}

	.home-section-title h2,
	.home-gallery__head h2,
	.home-staff__head h2,
	.home-space__head h2,
	.home-info__head h2,
	.home-shop__head h2,
	.home-blog__head h2,
	.home-access__head h2 {
		font-size: clamp(26px, 7.3vw, 32px);
	}

	.home-blog__list li {
		width: auto !important;
	}

	.home-blog__sns,
	#nav-sns.home-blog__sns {
		gap: calc(20 * 100vw / 768);
		margin-top: calc(44 * 100vw / 768);
	}

	#blog #nav-sns li {
		width: calc(88 * 100vw / 768);
		max-width: 44px;
	}

	.home-blog__sns a,
	#nav-sns.home-blog__sns a {
		width: calc(88 * 100vw / 768);
		height: calc(88 * 100vw / 768);
		max-width: 44px;
		max-height: 44px;
	}

	.concept-inner,
	.concept-space__inner,
	.concept-customer__inner,
	.price-wrap,
	.renewal-staff-page .renewal-wrap,
	.staff-more__inner {
		width: calc(100% - (64 * 100vw / 768));
	}

	.concept-craftsmanship,
	.concept-tomorrow,
	.concept-listening,
	.concept-hospitality,
	.concept-space,
	.concept-customer,
	.concept-ctm,
	.price-lead,
	.price-contents,
	.price-caution,
	.price-ctm,
	.renewal-staff-page,
	.staff-more {
		padding-top: calc(88 * 100vw / 768);
		padding-bottom: calc(88 * 100vw / 768);
	}

	.concept-section-title {
		height: auto;
		margin-bottom: calc(48 * 100vw / 768);
	}

	.concept-section-title h2 {
		font-size: clamp(26px, 7.3vw, 32px);
	}

	.concept-two-column,
	.concept-two-column--top {
		gap: calc(48 * 100vw / 768);
	}

	.concept-text h3,
	.concept-story h3,
	.concept-space h3,
	.concept-customer h3 {
		margin-bottom: calc(28 * 100vw / 768);
		font-size: clamp(18px, 5.2vw, 22px);
		line-height: 1.75;
		letter-spacing: .08em;
	}

	.concept-text p,
	.concept-story p,
	.concept-space p,
	.concept-customer p,
	.price-lead p,
	.renewal-price-list__description,
	.price-caution__box li,
	.price-ctm > .price-wrap > p,
	.renewal-staff-card__comment p,
	.renewal-staff-card__message {
		font-size: clamp(13px, 3.4vw, 15px);
		line-height: 1.9;
		letter-spacing: .08em;
	}

	.concept-photo,
	.concept-photo--craft,
	.concept-gallery-set__main {
		aspect-ratio: 4 / 3;
	}

	.concept-stylist-box li {
		grid-template-columns: calc(96 * 100vw / 768) 1fr;
		gap: calc(18 * 100vw / 768);
	}

	.concept-stylist-box img {
		width: calc(96 * 100vw / 768);
		height: calc(96 * 100vw / 768);
	}

	.concept-voice-grid {
		gap: calc(24 * 100vw / 768);
	}

	.renewal-staff-list {
		gap: calc(96 * 100vw / 768);
	}

	.renewal-staff-list .renewal-staff-card,
	.renewal-staff-list .renewal-staff-card:nth-child(even) {
		gap: calc(36 * 100vw / 768);
		padding: 0;
	}

	.renewal-staff-list .renewal-staff-card__body {
		gap: calc(30 * 100vw / 768);
		padding: 0;
	}

	body:not(.home) .renewal-staff-page .renewal-staff-card__namebox .renewal-staff-card__name,
	.renewal-staff-card__namebox .renewal-staff-card__name {
		font-size: clamp(24px, 7.3vw, 32px);
		line-height: 1.45;
		letter-spacing: .1em;
	}

	.renewal-staff-card__recommend {
		padding: calc(28 * 100vw / 768);
	}

	.renewal-staff-card__recommend strong {
		font-size: clamp(15px, 4.2vw, 18px);
		line-height: 1.65;
	}

	.renewal-staff-card__tags {
		gap: calc(12 * 100vw / 768);
	}

	.renewal-staff-card__tags li {
		padding: calc(8 * 100vw / 768) calc(18 * 100vw / 768);
		font-size: clamp(12px, 3.2vw, 13px);
	}

	.renewal-staff-card__links a,
	.staff-more__links a {
		width: 100%;
		min-height: calc(86 * 100vw / 768);
	}

	.renewal-price-list > li {
		padding: calc(40 * 100vw / 768) calc(32 * 100vw / 768);
	}

	.renewal-price-list h2 {
		font-size: clamp(20px, 5.6vw, 24px);
		line-height: 1.6;
	}

	.renewal-price-list h2 span {
		display: block;
		margin: calc(6 * 100vw / 768) 0 0;
	}

	.renewal-price-list__items {
		padding: calc(28 * 100vw / 768);
	}

	.renewal-price-list__items article,
	.renewal-price-list__items--cards article {
		gap: calc(12 * 100vw / 768);
		min-height: 0;
		padding: calc(26 * 100vw / 768);
		text-align: left;
	}

	.renewal-price-list__items--cards .renewal-price-list__item-text h3,
	.renewal-price-list__item-text h3 {
		text-align: left;
	}

	.renewal-price-list__items--cards .renewal-price-list__item-price,
	.renewal-price-list__item-price {
		font-size: clamp(22px, 6.3vw, 28px);
		line-height: 1.45;
		text-align: left;
	}

	.renewal-price-list__items article .descliption {
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: .08em;
	}

	.price-caution__box {
		padding: calc(40 * 100vw / 768) calc(32 * 100vw / 768);
	}

	.price-ctm__button {
		width: min(100%, calc(390 * 100vw / 768));
		height: calc(96 * 100vw / 768);
	}
}

section.section-back_add {
	background: #fff;
}

section.section-back_odd {
	background: #faf8f5;
}

.renewal-section,
.renewal-page-section {
	padding: 96px 0;
	background: #fff;
}

.renewal-section--warm,
.renewal-cta {
	background: #f7f2ea;
}

.renewal-kicker {
	margin: 0 0 14px;
	color: #9a7a52;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.renewal-section h2,
.renewal-page-section h2,
.renewal-cta h2 {
	margin: 0;
	color: #2b2622;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.7;
}

.renewal-section p,
.renewal-page-section p,
.renewal-cta p {
	color: #4d4640;
	font-size: 16px;
	line-height: 2;
}

.renewal-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 48px;
	margin-top: 28px;
	padding: 0 28px;
	border: 1px solid #2b2622;
	background: #2b2622;
	color: #fff;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	letter-spacing: 0;
	text-decoration: none;
	transition: background .3s, color .3s;
}

.renewal-button:hover {
	background: #fff;
	color: #2b2622;
}

.renewal-button--light {
	background: transparent;
	color: #2b2622;
}

.renewal-button--light:hover {
	background: #2b2622;
	color: #fff;
}

.home-catch {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 364px;
	padding: 78px 20px 82px;
	background: #fff;
	text-align: center;
}

.home-catch__inner {
	width: min(760px, 100%);
}

.home-catch h2 {
	margin: 0 0 28px;
	color: #666;
	font-family: "Noto Serif JP", serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0;
}

.home-catch__small {
	font-size: .85em;
}

.home-catch p {
	margin: 0;
	color: #5b554f;
	font-size: 15px;
	font-weight: 500;
	line-height: 2.05;
	letter-spacing: 0;
}

.home-nayami {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 20px;
	background: #fff;
	text-align: center;
}

.home-nayami__inner {
	width: min(1152px, 100%);
	margin: 0 auto;
}

.home-nayami h2 {
	margin: 0 0 40px;
	padding-bottom: 24px;
	color: #aa8511;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 2px;
}

.home-nayami h2 span {
	font-size: 42px;
	line-height: 1.4;
}

.home-nayami__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin: 0 auto 40px;
	padding: 0;
	list-style: none;
}

.home-nayami__list li {
	flex: 0 0 180px;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 1.6px;
}

.home-nayami__icon {
	display: block;
	width: 181px;
	height: 181px;
	margin: 0 auto 4px;
	border-radius: 50%;
	overflow: hidden;
}

.home-nayami__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-nayami__list p {
	margin: 0;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 1.6px;
}

.home-nayami__message h3 {
	margin: 0;
	color: #333;
	font-size: 24px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 2.4px;
}

.home-nayami__message p {
	margin: 0;
	color: #333;
	font-size: 24px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 2.4px;
}

.home-nayami__message a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 276px;
	min-height: 50px;
	margin-top: 40px;
	padding: 12px 40px;
	background: #aa8511;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
	letter-spacing: 1.6px;
}

.home-reason {
	display: flex;
	align-items: center;
	min-height: 774px;
	padding: 88px 20px 76px;
	background: #f4f1ea;
	text-align: center;
}

.home-reason__inner {
	width: min(1040px, 100%);
	margin: 0 auto;
}

.home-reason__head h2 {
	position: relative;
	margin: 0 0 38px;
	padding-bottom: 20px;
	color: #57514b;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 2.4px;
}

.home-reason__head h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 18px;
	background: #b08a11;
	transform: translateX(-50%);
}

.home-reason__head p {
	margin: 0;
	color: #5b554f;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1.6px;
}

.home-reason__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin-top: 54px;
}

.home-reason__cards article {
	min-height: 282px;
	padding: 32px 28px 30px;
	background: #faf8f5;
}

.home-reason__cards span {
	display: block;
	margin-bottom: 12px;
	color: #b08a11;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.home-reason__cards h3 {
	margin: 0 0 6px;
	color: #57514b;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.8px;
}

.home-reason__sub {
	margin: 0 0 22px;
	color: #b08a11;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.home-reason__cards article > p:not(.home-reason__sub) {
	margin: 0;
	color: #5b554f;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1.4px;
}

.home-reason__bottom {
	margin: 42px 0 0;
	color: #b08a11;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.125;
	letter-spacing: 1.8px;
}

.home-gallery {
	display: flex;
	align-items: center;
	min-height: 1272px;
	padding: 122px 20px 118px;
	background: #fff;
	text-align: center;
}

.home-gallery__inner {
	width: min(900px, 100%);
	margin: 0 auto;
}

.home-gallery__head h2 {
	position: relative;
	margin: 0 0 58px;
	padding-bottom: 18px;
	color: #57514b;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 3px;
}

.home-gallery__head h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 18px;
	background: #b08a11;
	transform: translateX(-50%);
}

.home-gallery__head p {
	margin: 0 0 54px;
	color: #a2605d;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 2px;
}

.home-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	width: 720px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.home-gallery__grid li {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f1eee8;
}

.home-gallery__grid img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-gallery__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 258px;
	min-height: 50px;
	margin-top: 58px;
	border: 1px solid #d8d1c7;
	background: #fff;
	color: #57514b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.6px;
	text-decoration: none;
}

.home-staff {
	display: flex;
	align-items: flex-start;
	min-height: 1237px;
	padding: 100px 20px;
	background: #faf8f5;
	text-align: center;
}

.home-staff__inner {
	width: min(1060px, 100%);
	margin: 0 auto;
}

.home-staff__head h2 {
	position: relative;
	margin: 0 0 67px;
	padding-bottom: 18px;
	color: #231815;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 3px;
}

.home-staff__head h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 18px;
	background: #b08a11;
	transform: translateX(-50%);
}

.home-staff__main {
	display: grid;
	grid-template-columns: 320px 520px;
	gap: 60px;
	align-items: center;
	margin: 0 auto;
	width: 900px;
	max-width: 100%;
	text-align: left;
}

.home-staff__main-photo,
.home-staff__list figure {
	margin: 0;
	overflow: hidden;
	background: #e7e4df;
}

.home-staff__main-photo {
	aspect-ratio: 1 / 1;
}

.home-staff__main-photo img,
.home-staff__list img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-staff__main-body h3 {
	margin: 0 0 8px;
	color: #231815;
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 2.8px;
}

.home-staff__meta {
	margin: 0 0 30px;
	color: #aa8511;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.home-staff__comment {
	margin: 0;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8667;
	letter-spacing: 1.5px;
}

.home-staff__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	margin: 67px 0 0;
	padding: 0;
	list-style: none;
}

.home-staff__list figure {
	aspect-ratio: 1 / 1;
}

.home-staff__list p {
	margin: 18px 0 0;
	color: #231815;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.8px;
}
.home-staff__list .home-staff__meta {
	margin: 0px;
	color: #aa8511;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.4px;
}
.home-staff__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 258px;
	min-height: 50px;
	margin-top: 67px;
	border: 1px solid #d8d1c7;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.6px;
	text-decoration: none;
}

.home-space {
	--space-card-width: 320px;
	--space-card-gap: 20px;
	min-height: 725px;
	padding: 100px 0;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.home-space__inner {
	width: min(1080px, calc(100% - 40px));
	margin: 0 auto;
}

.home-space__head h2 {
	position: relative;
	margin: 0 0 60px;
	padding-bottom: 18px;
	color: #231815;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 3px;
}

.home-space__head h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 40px;
	background: #b08a11;
	transform: translate(-50%, 40px);
}

.home-space__copy {
	margin-top: 60px;
}

.home-space__copy h3 {
	margin: 0;
	color: #333;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 2px;
}

.home-space__copy p {
	margin: 16px 0 0;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1.6px;
}

.home-space__marquee {
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
}

.home-space__track {
	display: flex;
	gap: var(--space-card-gap);
	width: max-content;
	animation: home-space-scroll 34s linear infinite;
	will-change: transform;
}

.home-space__marquee:hover .home-space__track {
	animation-play-state: paused;
}

.home-space__track figure {
	flex: 0 0 var(--space-card-width);
	width: var(--space-card-width);
	height: 240px;
	margin: 0;
	overflow: hidden;
	background: #eee8dd;
}

.home-space__track img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes home-space-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc((var(--space-card-width) + var(--space-card-gap)) * -5));
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-space__track {
		animation: none;
	}
}

.home-info {
	min-height: 886px;
	padding: 100px 20px;
	background: #faf8f5;
	text-align: center;
}

.home-info__inner {
	width: min(1060px, 100%);
	margin: 0 auto;
}

.home-info__head h2 {
	position: relative;
	margin: 0 0 60px;
	padding-bottom: 18px;
	color: #231815;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 3px;
}

.home-info__head h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 40px;
	background: #aa8511;
	transform: translate(-50%, 40px);
}

.home-info__list {
	display: grid;
	gap: 30px;
	margin-top: 60px;
	text-align: left;
}

.home-info__list article {
	min-height: 130px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.home-info__item--has-image {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 32px;
	align-items: start;
}

.home-info__list article:last-child {
	min-height: 129px;
	border-bottom: 0;
}

.home-info__image {
	margin: 0;
}

.home-info__image-button {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.home-info__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.home-info__list time {
	display: block;
	margin-bottom: 12px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.home-info__list h3 {
	margin: 0 0 12px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.8px;
}

.home-info__list h3 a {
	color: inherit;
	text-decoration: none;
}

.home-info__list p {
	margin: 0;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1.5px;
}

.home-info-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.home-info-modal.is-open {
	display: flex;
}

body.is-info-modal-open {
	overflow: hidden;
}

.home-info-modal__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .72);
}

.home-info-modal__content {
	position: relative;
	z-index: 1;
	max-width: min(980px, 92vw);
	max-height: 88vh;
}

.home-info-modal__content img {
	display: block;
	max-width: 100%;
	max-height: 88vh;
	width: auto;
	height: auto;
	background: #fff;
}

.home-info-modal__close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 50%;
	background: #fff;
	color: #333;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.home-info__item--has-image {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.home-info__body {
		order: 1;
	}

	.home-info__image {
		order: 2;
	}

	.home-info-modal {
		padding: calc(32 * 100vw / 768);
	}

	.home-info-modal__close {
		top: calc(-16 * 100vw / 768);
		right: calc(-16 * 100vw / 768);
	}
}

.home-info__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 187px;
	min-height: 50px;
	margin-top: 50px;
	padding: 12px 40px;
	border: 1px solid #999;
	background: transparent;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.6px;
	text-align: center;
	text-decoration: none;
}

.home-shop {
	min-height: 882px;
	padding: 100px 20px;
	background: #fff;
	text-align: center;
}

.home-shop__inner {
	width: min(1060px, 100%);
	margin: 0 auto;
}

.home-shop__head h2 {
	position: relative;
	margin: 0 0 60px;
	padding-bottom: 18px;
	color: #231815;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 3px;
}

.home-shop__head h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 40px;
	background: #b08a11;
	transform: translate(-50%, 40px);
}

.home-shop__content {
	display: grid;
	grid-template-columns: 500px 500px;
	gap: 60px;
	align-items: start;
	margin-top: 60px;
	text-align: left;
}

.home-shop__photo {
	width: 500px;
	max-width: 100%;
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
	background: #eee8dd;
}

.home-shop__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-shop__info dl {
	display: grid;
	gap: 30px;
	margin: 0;
	padding: 0;
}

.home-shop__info dl > div {
	margin: 0;
}

.home-shop__info dt {
	margin: 0 0 8px;
	color: #aa8511;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.home-shop__info dd {
	margin: 0;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8667;
	letter-spacing: 1.5px;
}

.home-shop__info dd a {
	color: inherit;
	text-decoration: none;
}

.home-blog {
	--blog-card-width: 220px;
	min-height: 853px;
	padding: 100px 20px;
	background: #faf8f5;
	text-align: center;
}

.home-blog__inner {
	width: min(1060px, 100%);
	margin: 0 auto;
}

.home-blog__head h2 {
	position: relative;
	margin: 0 0 60px;
	padding-bottom: 18px;
	color: #231815;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 3px;
}

.home-blog__head h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 40px;
	background: #b08a11;
	transform: translate(-50%, 40px);
}

.home-blog__list {
	display: grid;
	grid-template-columns: repeat(4, var(--blog-card-width));
	justify-content: center;
	gap: 16px;
	margin: 60px 0 0;
	padding: 0;
	list-style: none;
}

.home-blog__list li {
	width: var(--blog-card-width);
	background: #faf8f5;
	width: 240px !important;
}

.home-blog__list a {
	display: block;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.home-blog__list figure {
	width: 100%;
	aspect-ratio: 4 / 4;
	margin: 0;
	overflow: hidden;
	background: #f1eee8 url("../images/ui/banner/noimage.png") center / 44px auto no-repeat;
}

.home-blog__list img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-blog__body {
	box-sizing: border-box;
	width: 100%;
	min-height: 114px;
	padding: 20px;
	text-align: left;
}

.home-blog__body strong {
	display: block;
	min-height: 44px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5714;
	letter-spacing: 1.4px;
}

.home-blog__body span {
	display: block;
	margin-top: 12px;
	color: #aa8511;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.2px;
}

.home-blog__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 173px;
	min-height: 54px;
	margin-top: 50px;
	border: 1px solid #d8d1c7;
	background: #fff;
	color: #333;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.6px;
	text-decoration: none;
}

.home-blog__sns,
#nav-sns.home-blog__sns {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 60px 0 0;
	padding: 0;
	list-style: none;
}

#blog #nav-sns li {
	width: 60px;
}

.home-blog__sns a,
#nav-sns.home-blog__sns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
}

.home-blog__sns img,
#nav-sns.home-blog__sns img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.home-ctm {
	min-height: 529px;
	padding: 80px 20px;
	background: #fff;
	text-align: center;
}

.home-ctm__inner {
	width: min(1293px, 100%);
	min-height: 368px;
	margin: 0 auto;
	padding: 0;
}

.home-ctm__lead {
	width: min(780px, 100%);
	margin: 0 auto;
	color: #333;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 2px;
}

.home-ctm__text {
	width: min(780px, 100%);
	margin: 33px auto 0;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1.6px;
}

.home-ctm__actions {
	width: min(780px, 100%);
	margin: 33px auto 0;
	text-align: center;
}

.home-ctm__reserve {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 302px;
	max-width: 100%;
	min-height: 63px;
	background: #aa8511;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.8px;
	text-decoration: none;
}

.home-ctm__phone {
	margin-top: 24px;
}

.home-ctm__phone p {
	margin: 0;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.home-ctm__phone a {
	display: inline-block;
	margin-top: 5px;
	color: #aa8511;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1px;
	text-decoration: none;
}

.home-ctm__phone span {
	display: block;
	margin-top: 7px;
	color: #666;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1px;
}

.home-ctm__top {
	display: inline-block;
	margin-top: 31px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.4px;
	text-decoration: none;
}

.renewal-two-column {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
	gap: 72px;
	align-items: center;
}

.renewal-two-column--image {
	grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
}

.renewal-two-column figure,
.renewal-concept-block figure,
.renewal-shop-box figure,
.renewal-staff-card__photo {
	margin: 0;
	overflow: hidden;
	background: #eee8dd;
}

.renewal-two-column img,
.renewal-concept-block img,
.renewal-shop-box img,
.renewal-staff-card__photo img,
.renewal-card-grid img,
.renewal-gallery-grid img,
.renewal-blog-list img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.renewal-section__head--center {
	max-width: 780px;
	margin: 0 auto 54px;
	text-align: center;
}

.renewal-section__head--split {
	display: flex;
	gap: 32px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 48px;
}

.renewal-icon-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.renewal-icon-list li {
	position: relative;
	min-height: 132px;
	padding: 48px 20px 24px;
	background: #fff;
	color: #3d3630;
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
}

.renewal-icon-list li:before {
	content: "";
	position: absolute;
	top: 24px;
	left: 50%;
	width: 18px;
	height: 18px;
	border: 1px solid #9a7a52;
	border-radius: 50%;
	transform: translateX(-50%);
}

.renewal-card-grid {
	display: grid;
	gap: 28px;
	margin-top: 46px;
}

.renewal-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.renewal-card-grid article {
	background: #f8f6f2;
}

.renewal-card-grid img {
	aspect-ratio: 4 / 3;
}

.renewal-card-grid h3,
.renewal-staff-card__name,
.renewal-price-list h2,
.renewal-concept-block h2,
.renewal-shop-box h2,
.renewal-news-list h3,
.renewal-blog-list strong {
	color: #2b2622;
	font-weight: 500;
}

.renewal-card-grid h3 {
	margin: 26px 26px 10px;
	font-size: 22px;
}

.renewal-card-grid p {
	margin: 0;
	padding: 0 26px 28px;
	font-size: 15px;
}

.renewal-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.renewal-gallery-grid li {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #eee8dd;
}

.renewal-staff-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.renewal-staff-card {
	background: #fff;
}

.renewal-staff-card__photo {
	aspect-ratio: 4 / 5;
}

.renewal-staff-card__body {
	padding: 30px;
}

.renewal-staff-card__role {
	margin: 0 0 8px;
	color: #9a7a52;
	font-size: 13px;
	line-height: 1.6;
}

.renewal-staff-card__name {
	margin: 0 0 18px;
	font-size: 26px;
	line-height: 1.4;
}

.renewal-staff-card__name span {
	display: block;
	margin-top: 6px;
	color: #9a7a52;
	font-family: "Times New Roman", serif;
	font-size: 13px;
}

.renewal-staff-card__comment {
	margin: 0;
	font-size: 14px;
}

.renewal-staff-card__recommend {
	padding: 16px 18px;
	background: #f7f2ea;
	font-size: 14px;
}

.renewal-staff-card__recommend span {
	display: block;
	margin-bottom: 6px;
	color: #9a7a52;
	font-size: 12px;
}

.renewal-staff-card__tags,
.renewal-staff-card__links,
.renewal-blog-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.renewal-staff-card__tags li {
	padding: 5px 12px;
	background: #f2eee7;
	color: #5b5148;
	font-size: 12px;
}

.renewal-staff-card__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 16px;
	border: 1px solid #2b2622;
	color: #2b2622;
	font-size: 12px;
	text-decoration: none;
}

.renewal-staff-list {
	display: grid;
	gap: 54px;
}

.renewal-staff-list .renewal-staff-card {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 48px;
	align-items: center;
	padding: 44px;
	background: #f8f6f2;
}

.renewal-staff-list .renewal-staff-card:nth-child(even) {
	grid-template-columns: minmax(0, 1fr) 360px;
}

.renewal-staff-list .renewal-staff-card:nth-child(even) .renewal-staff-card__photo {
	order: 2;
}

.renewal-staff-list .renewal-staff-card__body {
	padding: 0;
}

.renewal-shop-box {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: 52px;
	align-items: center;
}

.renewal-shop-box figure {
	aspect-ratio: 4 / 3;
}

.renewal-shop-box__about a {
	color: inherit;
	text-decoration: none;
}

.renewal-news-list {
	display: grid;
	gap: 18px;
}

.renewal-news-list article {
	padding: 24px 0;
	border-bottom: 1px solid #ded5c8;
}

.renewal-news-list h3 {
	margin: 0 0 10px;
	font-size: 18px;
}

.renewal-news-list h3 a {
	color: inherit;
	text-decoration: none;
}

.renewal-news-list p {
	margin: 0;
	font-size: 14px;
}

.renewal-blog-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.renewal-blog-list a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.renewal-blog-list img {
	aspect-ratio: 1 / 1;
	margin-bottom: 14px;
	background: #eee8dd;
}

.renewal-blog-list span {
	display: block;
	margin-bottom: 6px;
	color: #9a7a52;
	font-size: 12px;
}

.renewal-blog-list strong {
	display: block;
	font-size: 14px;
	line-height: 1.7;
}

.renewal-access .map-container {
	margin-top: 36px;
}

.home-access__head {
	text-align: center;
}

.home-access__head h2 {
	position: relative;
	margin: 0 0 60px;
	padding-bottom: 18px;
	color: #231815;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 3px;
}

.home-access__head h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 40px;
	background: #b08a11;
	transform: translate(-50%, 40px);
}

.renewal-page-head {
	display: flex;
	min-height: 320px;
	padding: 72px 32px;
	background: linear-gradient(rgba(247, 242, 234, .86), rgba(247, 242, 234, .86)), url("../images/h1_back.jpg") center / cover no-repeat;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.renewal-page-head h1 {
	margin: 0;
	color: #2b2622;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.5;
}

.renewal-page-head h1 .mini {
	display: block;
	margin-top: 8px;
	color: #9a7a52;
	font-size: 14px;
}

.renewal-concept-lead {
	max-width: 840px;
	text-align: center;
}

.renewal-concept-stack {
	display: grid;
	gap: 72px;
	margin-top: 84px;
}

.renewal-concept-block {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
	gap: 60px;
	align-items: center;
}

.renewal-concept-block--reverse {
	grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
}

.renewal-concept-block--reverse figure {
	order: 2;
}

.renewal-concept-block figure {
	aspect-ratio: 4 / 3;
}

.concept-inner {
	width: min(1080px, calc(100% - 128px));
	margin: 0 auto;
}

.concept-craftsmanship {
	padding: 100px 0;
	background: #fff;
}

.concept-section-title {
	margin: 0 auto;
	text-align: center;
}

.concept-section-title h2 {
	position: relative;
	margin: 0 0 58px;
	padding-bottom: 18px;
	color: #57514b;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 3px;
}

.concept-section-title h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 18px;
	background: #b08a11;
	transform: translateX(-50%);
}
.concept-two-column {
	display: grid;
	grid-template-columns: 500px 500px;
	gap: 80px;
	align-items: center;
}

.concept-two-column--top {
	align-items: start;
}

.concept-text h3,
.concept-story h3,
.concept-space h3,
.concept-customer h3 {
	margin: 0 0 24px;
	color: #720305;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 2.4px;
}

.concept-text p,
.concept-story p,
.concept-space p,
.concept-customer p {
	margin: 0;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1.6px;
}

.concept-photo {
	width: 500px;
	height: 400px;
	margin: 0;
	overflow: hidden;
	background: #eee8dd;
}

.concept-photo--craft {
	height: 431px;
}

.concept-photo img,
.concept-gallery-set img,
.concept-space img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.concept-tomorrow,
.concept-hospitality {
	padding: 100px 0;
}

.concept-listening {
	padding: 80px 0;
	background: #fff;
}

.concept-gallery-set {
	width: 500px;
}

.concept-gallery-set__main {
	width: 500px;
	height: 400px;
	margin: 0 0 8px;
	overflow: hidden;
	background: #eee8dd;
}

.concept-gallery-set__grid {
	display: grid;
	grid-template-columns: repeat(3, 160px);
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.concept-gallery-set__grid li {
	width: 160px;
	height: 160px;
	overflow: hidden;
	background: #eee8dd;
}

.concept-story {
	width: 500px;
}

.concept-story__kicker {
	margin: 0 0 12px;
	color: #aa8511;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.concept-outline-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 318px;
	min-height: 49px;
	margin-top: 32px;
	border: 1px solid #999;
	background: transparent;
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1.5px;
	text-decoration: none;
}

.concept-stylist-box {
	margin-top: 32px;
	padding: 24px;
	background: #fff;
}

.concept-stylist-box h4 {
	margin: 0 0 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #aa8511;
	color: #aa8511;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.4px;
}

.concept-stylist-box__lead {
	margin: 0 0 16px;
	color: #720305;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.concept-stylist-box ul {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.concept-stylist-box li {
	display: grid;
	grid-template-columns: 80px 1fr auto;
	gap: 16px;
	align-items: center;
}

.concept-stylist-box img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	background: #e6e6e6;
}

.concept-stylist-box strong {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.6px;
}

.concept-stylist-box span {
	display: block;
	margin-top: 4px;
	color: #aa8511;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1.2px;
}

.concept-stylist-box a {
	color: #aa8511;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1.2px;
	text-decoration: none;
	white-space: nowrap;
}

.concept-space {
	padding: 80px 8px;
	background: #fff;
	text-align: center;
}

.concept-space__inner {
	width: min(1080px, 100%);
	margin: 0 auto;
}

.concept-space .concept-section-title {
	margin-bottom: 8px;
}

.concept-space h3 {
	width: min(1060px, 100%);
	margin: 0 auto 16px;
	text-align: center;
}

.concept-space__text {
	width: min(800px, 100%);
	margin: 0 auto 16px;
	text-align: left;
}

.concept-space__text + .concept-space__pair,
.concept-space__pair + .concept-space__text,
.concept-space__text + .concept-space__wide,
.concept-space__wide + .concept-space__pair {
	margin-top: 16px;
}

.concept-space__pair {
	display: grid;
	grid-template-columns: repeat(2, 390px);
	gap: 20px;
	justify-content: center;
	width: min(800px, 100%);
	margin: 0 auto;
}

.concept-space__pair figure {
	width: 390px;
	height: 293px;
	margin: 0;
	overflow: hidden;
	background: #eee8dd;
}

.concept-space__pair p,
.concept-space__wide p {
	grid-column: 1 / -1;
	margin: 4px 0 0;
	color: #333;
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 1.5px;
}

.concept-space__wide {
	width: min(800px, 100%);
	margin: 16px auto 0;
}

.concept-space__wide figure {
	width: 100%;
	height: 438px;
	margin: 0;
	overflow: hidden;
	background: #eee8dd;
}

.concept-customer {
	padding: 100px 0;
	text-align: center;
}

.concept-customer__inner {
	width: min(1060px, calc(100% - 128px));
	margin: 0 auto;
}

.concept-customer .concept-section-title {
	margin-bottom: 50px;
}

.concept-customer h3 {
	margin-bottom: 50px;
	text-align: center;
}

.concept-voice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
	text-align: left;
}

.concept-voice-grid article {
	min-height: 208px;
	padding: 30px;
	background: #fff;
}

.concept-voice-grid header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.concept-voice-grid strong {
	color: #231815;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.6px;
}

.concept-voice-grid span {
	color: #c6a530;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 4px;
}

.concept-voice-grid p {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1.5px;
}

.concept-customer__note {
	margin-top: 24px;
	color: #999;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 1.3px;
}

.concept-outline-button--small {
	width: 258px;
	min-height: 50px;
	margin-top: 24px;
	font-size: 16px;
	letter-spacing: 1.6px;
}

.concept-ctm {
	padding: 80px 20px;
	background: #fff;
	text-align: center;
}

.concept-ctm__inner {
	width: min(780px, 100%);
	margin: 0 auto;
}

.concept-ctm__lead {
	margin: 0;
	color: #333;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 2px;
}

.concept-ctm__text {
	margin: 16px 0 0;
	color: #666;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1.6px;
}

.concept-ctm__reserve {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 302px;
	min-height: 63px;
	margin-top: 33px;
	background: #aa8511;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 1.8px;
	text-decoration: none;
}

.concept-ctm__phone {
	margin-top: 24px;
}

.concept-ctm__phone p {
	margin: 0;
	color: #999;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.concept-ctm__phone a {
	display: inline-block;
	margin-top: 5px;
	color: #aa8511;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 1px;
	text-decoration: none;
}

.concept-ctm__phone span {
	display: block;
	margin-top: 7px;
	color: #666;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: .5px;
}

.concept-ctm__top {
	display: inline-block;
	margin-top: 44px;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1.4px;
	text-decoration: none;
}

@media print,screen and (min-width: 1280px) and (max-width: 1458px) {
	.concept-inner {
		width: calc(100% - 64px);
	}

	.concept-two-column,
	.concept-two-column--top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 48px;
	}

	.concept-photo,
	.concept-photo--craft,
	.concept-gallery-set,
	.concept-gallery-set__main,
	.concept-story {
		width: 100%;
	}

	.concept-gallery-set__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.concept-gallery-set__grid li {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
}

.renewal-price {
	background: #faf8f4;
}

.price-wrap {
	width: min(1080px, calc(100% - 64px));
	margin: 0 auto;
	padding: 0 10px;
}

.price-lead {
	padding: 60px 0;
	background: #fff;
	text-align: center;
}

.price-lead p {
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 1.6px;
}

.price-contents {
	padding: 0 0 80px;
	background: #fff;
}

.renewal-price-list {
	display: grid;
	gap: 60px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.renewal-price-list > li {
	padding: 41px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.renewal-price-list h2 {
	margin: 0;
	color: #333;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 2.4px;
}

.renewal-price-list h2 span {
	display: block;
	margin-top: 6px;
	color: #999;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.renewal-price-list__description {
	margin: 20px 0 0;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1.5px;
}

.renewal-price-list__items {
	display: grid;
	gap: 20px;
	margin: 30px 0 0;
	padding: 30px;
	background: #f9f6f2;
}

.renewal-price-list__items--cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.renewal-price-list__items article {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 30px;
	align-items: start;
	padding: 21px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.renewal-price-list__items--cards article {
	display: flex;
	min-height: 119px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	padding: 21px;
	text-align: center;
}

.renewal-price-list__item-text h3 {
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.6px;
}

.renewal-price-list__items--cards .renewal-price-list__item-text h3 {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.renewal-price-list__item-text p {
	margin: 8px 0 0;
	color: #666;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6923;
	letter-spacing: 1.3px;
	text-align: left;
}

.renewal-price-list__items article .descliption {
	grid-column: 1 / -1;
	margin: 0;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6923;
	letter-spacing: 1.3px;
}

.renewal-price-list__item-price {
	margin: 0;
	padding-left: 30px;
	color: #c4a57b;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .5px;
	text-align: right;
	white-space: normal;
}

.renewal-price-list__items--cards .renewal-price-list__item-price {
	padding-left: 0;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}

.renewal-price-list__items--cards article .descliption {
	margin-top: 8px;
	color: #999;
	text-align: left;
}

.price-caution {
	padding: 80px 0;
	background: #f9f6f2;
}

.price-caution__box {
	padding: 41px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.price-caution__box h2 {
	margin: 0 0 24px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 1.8px;
}

.price-caution__box ul {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.price-caution__box li {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7857;
	letter-spacing: 1.4px;
}

.price-ctm {
	padding: 100px 0;
	background: #fff;
	text-align: center;
}

.price-ctm h2 {
	margin: 0;
	color: #333;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 2.4px;
}

.price-ctm > .price-wrap > p {
	margin: 30px 0 0;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1.5px;
}

.price-ctm__buttons {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 50px;
}

.price-ctm__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 195px;
	height: 60px;
	color: #c4a57b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.6px;
	text-decoration: none;
}

.price-ctm__button--web {
	background: #c4a57b;
	color: #fff;
}

.price-ctm__button--tel {
	border: 2px solid #c4a57b;
	background: #fff;
}

.price-ctm__phone {
	margin-top: 40px;
	padding-top: 31px;
	border-top: 1px solid #e5e5e5;
}

.price-ctm__phone p {
	margin: 0 0 8px;
	color: #999;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.price-ctm__phone a {
	display: block;
	color: #c4a57b;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1px;
	text-decoration: none;
}

.price-ctm__phone span {
	display: block;
	margin-top: 8px;
	color: #666;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1.3px;
}

.renewal-cta {
	padding: 80px 0;
	text-align: center;
}

.renewal-staff-page {
	padding: 100px 0 0;
	background: #fff;
}

.renewal-staff-page .renewal-wrap {
	width: min(1060px, calc(100% - 64px));
}

.renewal-staff-list {
	display: grid;
	gap: 120px;
}

.renewal-staff-list .renewal-staff-card {
	display: grid;
	grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
	gap: 60px;
	align-items: start;
	padding: 0;
	background: transparent;
}

.renewal-staff-list .renewal-staff-card:nth-child(even) {
	grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
}

.renewal-staff-list .renewal-staff-card:nth-child(even) .renewal-staff-card__photo {
	order: 2;
}

.renewal-staff-list .renewal-staff-card__photo {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0);
}

.renewal-staff-list .renewal-staff-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.renewal-staff-list .renewal-staff-card__body {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
	align-items: flex-start;
	padding: 0;
}

.renewal-staff-card__namebox {
	min-height: 102px;
}

.renewal-staff-card__namebox .renewal-staff-card__name {
	margin: -4px 0 10px;
	color: #231815;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 3.2px;
}

.renewal-staff-card__roman {
	margin: 0 0 2px;
	color: #999;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.renewal-staff-card__namebox .renewal-staff-card__role {
	margin: 0;
	color: #c4a57b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.renewal-staff-card__recommend {
	box-sizing: border-box;
	width: 100%;
	min-height: 101px;
	padding: 24px 24px 20px 28px;
	border-left: 4px solid #c4a57b;
	background: #faf8f5;
}

.renewal-staff-card__recommend span {
	display: block;
	margin: 0 0 8px;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.2px;
}

.renewal-staff-card__recommend strong {
	display: block;
	color: #9b6b4f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.8px;
}

.renewal-staff-card__comment {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	margin: 0;
}

.renewal-staff-card__comment p {
	margin: 0;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1.5px;
}

.renewal-staff-card__skill {
	width: 100%;
}

.renewal-staff-card__skill h4 {
	margin: 0 0 12px;
	color: #aa8511;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

.renewal-staff-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: min(469px, 100%);
	margin: 0;
	padding: 0;
	list-style: none;
}

.renewal-staff-card__tags li {
	padding: 6px 16px;
	background: #aa8511;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.3px;
}

.renewal-staff-card__message {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 22px 24px;
	background: linear-gradient(90deg, #faf8f5 0%, #faf7f3 50%, #f9f6f2 100%);
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1.4px;
}

.renewal-staff-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
	margin: 0;
	padding: 21px 0 0;
	border-top: 1px solid #e5e5e5;
	list-style: none;
}

.renewal-staff-card__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 109px;
	min-height: 43px;
	padding: 10px 24px;
	border: 1px solid #999;
	background: transparent;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.4px;
	text-decoration: none;
}

.renewal-staff-card__links .renewal-staff-card__link--reserve a {
	border-color: #c4a57b;
	background: #c4a57b;
	color: #fff;
}

.staff-more {
	padding: 100px 0 80px;
	background: #fff;
	text-align: center;
}

.staff-more__inner {
	width: min(1060px, calc(100% - 64px));
	margin: 0 auto;
}

.staff-more h2 {
	margin: 0 0 30px;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 2px;
}

.staff-more__links {
	display: flex;
	justify-content: center;
	gap: 16px;
}

.staff-more__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 124px;
	min-height: 49px;
	padding: 13px 31px;
	border: 1px solid #999;
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1.5px;
	text-decoration: none;
}

body:not(.home) .renewal-staff-page .renewal-staff-list .renewal-staff-card__body {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
	width: 100%;
	padding: 0;
}

body:not(.home) .renewal-staff-page .renewal-staff-card__namebox {
	width: 100%;
	min-height: 102px;
}

body:not(.home) .renewal-staff-page .renewal-staff-card__namebox .renewal-staff-card__name {
	margin: -4px 0 10px;
	color: #231815;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 3.2px;
}

body:not(.home) .renewal-staff-page .renewal-staff-card__roman,
body:not(.home) .renewal-staff-page .renewal-staff-card__namebox .renewal-staff-card__role {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1.4px;
}

body:not(.home) .renewal-staff-page .renewal-staff-card__comment {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
}

body:not(.home) .renewal-staff-page .renewal-staff-card__comment p {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1.5px;
}

@media print,screen and (min-width: 1280px) and (max-width: 1458px) {
	.renewal-staff-page .renewal-wrap,
	.staff-more__inner {
		width: calc(100% - 64px);
	}

	.renewal-staff-list .renewal-staff-card {
		grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
		gap: 48px;
	}

	.renewal-staff-list .renewal-staff-card:nth-child(even) {
		grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
	}

	.renewal-staff-list .renewal-staff-card__photo,
	.renewal-staff-list .renewal-staff-card__body,
	body:not(.home) .renewal-staff-page .renewal-staff-list .renewal-staff-card__body {
		min-width: 0;
		width: 100%;
	}

	.renewal-staff-list .renewal-staff-card__photo {
		width: 100%;
		height: auto;
		margin: 0 auto;
		aspect-ratio: 1 / 1;
	}
}

@media screen and (max-width: 1279px) {
	.renewal-wrap {
		width: min(1000px, calc(100% - 48px));
	}

}

@media screen and (max-width: 768px) {
	.renewal-wrap {
		width: calc(100% - 40px);
	}

	.renewal-section,
	.renewal-page-section {
		padding: 64px 0;
	}

	.renewal-section h2,
	.renewal-page-section h2,
	.renewal-cta h2 {
		font-size: 25px;
		line-height: 1.65;
	}

	.renewal-section p,
	.renewal-page-section p,
	.renewal-cta p {
		font-size: 14px;
	}

	.home-catch {
		min-height: 258px;
		padding: 54px 24px 58px;
	}

	.home-catch h2 {
		margin-bottom: 20px;
		font-size: 38px;
		line-height: 1.4;
	}

	.home-catch p {
		font-size: 13px;
		line-height: 1.9;
	}

	.home-nayami {
		min-height: auto;
		padding: 64px 20px 66px;
	}

	.home-nayami h2 {
		margin-bottom: 32px;
		padding-bottom: 18px;
		font-size: 22px;
		line-height: 1.55;
		letter-spacing: 1.4px;
	}

	.home-nayami h2 span {
		font-size: 30px;
	}

	.home-nayami__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 14px;
		margin-bottom: 36px;
	}

	.home-nayami__list li:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 7px);
		margin: 0 auto;
	}

	.home-nayami__list li {
		flex-basis: auto;
		font-size: 13px;
		letter-spacing: 1.1px;
	}

	.home-nayami__icon {
		width: min(150px, 100%);
		height: auto;
		aspect-ratio: 1 / 1;
		margin-bottom: 6px;
	}

	.home-nayami__list p {
		font-size: 13px;
		letter-spacing: 1.1px;
	}

	.home-nayami__message h3 {
		font-size: 17px;
		line-height: 1.8;
		letter-spacing: 1.3px;
	}

	.home-nayami__message p {
		font-size: 13px;
		line-height: 1.9;
		letter-spacing: 1.1px;
	}

	.home-nayami__message a {
		min-width: 220px;
		min-height: 46px;
		margin-top: 28px;
		font-size: 14px;
	}

	.home-reason {
		min-height: auto;
		padding: 68px 20px 62px;
	}

	.home-reason__head h2 {
		margin-bottom: 28px;
		font-size: 20px;
		letter-spacing: 1.6px;
	}

	.home-reason__head p {
		font-size: 13px;
		line-height: 1.9;
		letter-spacing: 1px;
	}

	.home-reason__cards {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 36px;
	}

	.home-reason__cards article {
		min-height: 0;
		padding: 28px 22px;
	}

	.home-reason__bottom {
		margin-top: 32px;
		font-size: 18px;
		line-height: 1.6;
		letter-spacing: 1.2px;
	}

	.home-gallery {
		min-height: auto;
		padding: 70px 20px 74px;
	}

	.home-gallery__head h2 {
		margin-bottom: 34px;
		font-size: 28px;
	}

	.home-gallery__head p {
		margin-bottom: 32px;
		font-size: 15px;
		line-height: 1.8;
		letter-spacing: 1.2px;
	}

	.home-gallery__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.home-gallery__button {
		min-width: 220px;
		min-height: 44px;
		margin-top: 34px;
		font-size: 13px;
	}

	.home-staff {
		min-height: auto;
		padding: 70px 20px 72px;
	}

	.home-staff__head h2 {
		margin-bottom: 40px;
		font-size: 28px;
	}

	.home-staff__main {
		grid-template-columns: 1fr;
		gap: 24px;
		max-width: 320px;
		text-align: center;
	}

	.home-staff__main-body h3 {
		font-size: 20px;
	}

	.home-staff__meta {
		margin-bottom: 18px;
	}

	.home-staff__comment {
		font-size: 13px;
		text-align: left;
		p {
			text-align: left;
		}
	}

	.home-staff__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 12px;
		max-width: 320px;
		margin: 34px auto 0;
	}

	.home-staff__button {
		margin-top: 32px;
	}

	.home-space {
		--space-card-width: 240px;
		--space-card-gap: 12px;
		min-height: auto;
		padding: 70px 0 72px;
	}

	.home-space__inner {
		width: calc(100% - 40px);
	}

	.home-space__head h2 {
		margin-bottom: 44px;
		font-size: 28px;
	}

	.home-space__copy {
		margin-top: 44px;
	}

	.home-space__copy h3 {
		font-size: 17px;
		line-height: 1.75;
		letter-spacing: 1.7px;
	}

	.home-space__copy p {
		font-size: 13px;
		line-height: 1.9;
		letter-spacing: 1.3px;
		text-align: left;
	}

	.home-space__copy p br {
		display: none;
	}

	.home-space__marquee {
		margin-top: 32px;
	}

	.home-space__track {
		animation-duration: 28s;
	}

	.home-space__track figure {
		height: 180px;
	}

	.home-info {
		min-height: auto;
		padding: 70px 20px 72px;
	}

	.home-info__head h2 {
		margin-bottom: 44px;
		font-size: 28px;
	}

	.home-info__list {
		gap: 24px;
		margin-top: 44px;
	}

	.home-info__list article {
		min-height: auto;
		padding-bottom: 24px;
	}

	.home-info__list article:last-child {
		min-height: auto;
	}

	.home-info__list time {
		font-size: 13px;
		letter-spacing: 1.3px;
	}

	.home-info__list h3 {
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 1.4px;
	}

	.home-info__list p {
		font-size: 13px;
		line-height: 1.85;
		letter-spacing: 1.1px;
	}

	.home-info__button {
		width: 170px;
		min-height: 46px;
		margin-top: 34px;
		font-size: 14px;
		white-space: nowrap;
	}

	.home-shop {
		min-height: auto;
		padding: 70px 20px 72px;
	}

	.home-shop__head h2 {
		margin-bottom: 44px;
		font-size: 28px;
	}

	.home-shop__content {
		grid-template-columns: 1fr;
		gap: 34px;
		margin-top: 44px;
	}

	.home-shop__photo {
		width: 100%;
	}

	.home-shop__info dl {
		gap: 24px;
	}

	.home-shop__info dt {
		font-size: 13px;
	}

	.home-shop__info dd {
		font-size: 13px;
	}

	.home-blog {
		--blog-card-width: 100%;
		min-height: auto;
		padding: 70px 20px 72px;
	}

	.home-blog__head h2 {
		margin-bottom: 44px;
		font-size: 28px;
	}

	.home-blog__list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 14px;
		margin-top: 44px;
	}

	.home-blog__list figure {
		width: 100%;
	}

	.home-blog__body {
		min-height: 104px;
		padding: 16px;
	}

	.home-blog__body strong {
		font-size: 13px;
	}

	.home-blog__more {
		min-width: 160px;
		min-height: 48px;
		margin-top: 36px;
	}

	.home-blog__sns {
		gap: 20px;
		margin-top: 44px;
	}

	.home-blog__sns a {
		width: 44px;
		height: 44px;
	}

	.home-ctm {
		min-height: auto;
		padding: 64px 20px;
	}

	.home-ctm__inner {
		min-height: auto;
	}

	.home-ctm__lead {
		font-size: 18px;
		letter-spacing: 1.4px;
	}

	.home-ctm__text {
		margin-top: 24px;
		font-size: 13px;
		letter-spacing: 1px;
	}

	.home-ctm__actions {
		margin-top: 28px;
	}

	.home-ctm__reserve {
		width: 260px;
		min-height: 54px;
		font-size: 15px;
	}

	.home-ctm__phone a {
		font-size: 20px;
	}

	.home-access__head h2 {
		margin-bottom: 44px;
		font-size: 28px;
	}

	.renewal-two-column,
	.renewal-two-column--image,
	.renewal-shop-box,
	.renewal-concept-block,
	.renewal-concept-block--reverse,
	.renewal-staff-list .renewal-staff-card,
	.renewal-staff-list .renewal-staff-card:nth-child(even) {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.renewal-concept-block--reverse figure,
	.renewal-staff-list .renewal-staff-card:nth-child(even) .renewal-staff-card__photo {
		order: 0;
	}

	.concept-inner,
	.concept-customer__inner {
		width: calc(100% - 40px);
	}

	.concept-craftsmanship,
	.concept-tomorrow,
	.concept-hospitality,
	.concept-customer {
		padding: 64px 0;
	}

	.concept-listening,
	.concept-space,
	.concept-ctm {
		padding: 56px 20px;
	}

	.concept-section-title {
		margin-bottom: 0;
	}

	.concept-section-title h2 {
		font-size: 26px;
		letter-spacing: 2.2px;
	}

	.concept-two-column {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.concept-two-column--hospitality .concept-story {
		order: 1;
	}

	.concept-two-column--hospitality .concept-photo {
		order: 2;
	}

	.concept-photo,
	.concept-photo--craft,
	.concept-gallery-set,
	.concept-gallery-set__main,
	.concept-story {
		width: 100%;
	}

	.concept-photo,
	.concept-photo--craft,
	.concept-gallery-set__main {
		height: auto;
		aspect-ratio: 5 / 4;
	}

	.concept-text h3,
	.concept-story h3,
	.concept-space h3,
	.concept-customer h3 {
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: 1.6px;
	}

	.concept-text p,
	.concept-story p,
	.concept-space p,
	.concept-customer p {
		font-size: 14px;
		letter-spacing: 1.1px;
	}

	.concept-gallery-set__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.concept-gallery-set__grid li {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.concept-stylist-box {
		padding: 20px;
	}

	.concept-stylist-box li {
		grid-template-columns: 64px 1fr;
	}

	.concept-stylist-box img {
		width: 64px;
		height: 64px;
	}

	.concept-stylist-box a {
		grid-column: 2;
	}

	.concept-space__pair {
		grid-template-columns: 1fr;
	}

	.concept-space__pair figure,
	.concept-space__wide figure {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.concept-voice-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.concept-voice-grid article {
		min-height: 0;
		padding: 24px 20px;
	}

	.concept-voice-grid span {
		letter-spacing: 2px;
	}

	.concept-outline-button,
	.concept-outline-button--small,
	.concept-ctm__reserve {
		width: min(100%, 318px);
	}

	.renewal-section__head--split {
		display: block;
	}

	.renewal-section__head--split .renewal-button {
		margin-top: 24px;
	}

	.renewal-icon-list,
	.renewal-card-grid--three,
	.renewal-staff-grid,
	.renewal-blog-list {
		grid-template-columns: 1fr;
	}

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

	.renewal-staff-list .renewal-staff-card {
		padding: 24px;
	}

	.renewal-staff-card__body {
		padding: 24px;
	}

	.renewal-price-list > li {
		padding: 28px 20px;
	}

	.price-wrap {
		width: calc(100% - 40px);
		padding: 0;
	}

	.price-lead {
		padding: 44px 0;
	}

	.price-lead p {
		font-size: 14px;
		letter-spacing: 1.1px;
	}

	.renewal-price-list {
		gap: 36px;
	}

	.renewal-price-list h2 {
		font-size: 20px;
		letter-spacing: 1.6px;
	}

	.renewal-price-list__description {
		font-size: 14px;
		letter-spacing: 1.1px;
	}

	.renewal-price-list__items {
		gap: 14px;
		padding: 18px;
	}

	.renewal-price-list__items--cards {
		grid-template-columns: 1fr;
	}

	.renewal-price-list__items article {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 18px;
	}

	.renewal-price-list__item-price {
		padding-left: 0;
		font-size: 24px;
		text-align: left;
	}

	.price-caution {
		padding: 56px 0;
	}

	.price-caution__box {
		padding: 28px 20px;
	}

	.price-caution__box li {
		font-size: 13px;
		letter-spacing: 1px;
	}

	.price-ctm {
		padding: 64px 0;
	}

	.price-ctm h2 {
		font-size: 20px;
		letter-spacing: 1.6px;
	}

	.price-ctm > .price-wrap > p {
		font-size: 14px;
		letter-spacing: 1.1px;
	}

	.price-ctm__buttons {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.renewal-page-head {
		min-height: 240px;
		padding: 56px 20px;
	}

	.renewal-page-head h1 {
		font-size: 30px;
	}

	.renewal-page-head--concept,
	.renewal-page-head--staff,
	.renewal-page-head--menu {
		height: 35vh;
		min-height: 0;
		max-height: calc(400 * 100vw / 768);
		padding: 0;
	}

	.renewal-page-head--concept h1,
	.renewal-page-head--staff h1,
	.renewal-page-head--menu h1 {
		top: auto;
		bottom: calc(40 * 100vw / 768);
		left: calc(40 * 100vw / 768);
		padding: 0;
		font-size: calc(80 * 100vw / 768);
		line-height: 1;
		letter-spacing: 0;
	}

	.renewal-staff-page {
		padding-top: 64px;
	}

	.renewal-staff-page .renewal-wrap,
	.staff-more__inner {
		width: calc(100% - 40px);
	}

	.renewal-staff-list {
		gap: 72px;
	}

	.renewal-staff-list .renewal-staff-card,
	.renewal-staff-list .renewal-staff-card:nth-child(even) {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.renewal-staff-list .renewal-staff-card:nth-child(even) .renewal-staff-card__photo {
		order: 0;
	}

	.renewal-staff-list .renewal-staff-card__photo,
	.renewal-staff-list .renewal-staff-card__body {
		width: 100%;
	}

	.renewal-staff-list .renewal-staff-card__photo {
		width: 70%;
		height: auto;
		margin: 0 auto;
		aspect-ratio: 1 / 1;
	}

	.renewal-staff-card__namebox {
		min-height: 0;
	}

	.renewal-staff-card__namebox .renewal-staff-card__name {
		font-size: 26px;
		letter-spacing: 2px;
	}

	.renewal-staff-card__recommend {
		min-height: 0;
		padding: 20px 20px 18px;
	}

	.renewal-staff-card__recommend strong {
		font-size: 16px;
		letter-spacing: 1.4px;
	}

	.renewal-staff-card__comment {
		font-size: 14px;
		letter-spacing: 1.1px;
	}

	.renewal-staff-card__links {
		gap: 10px;
	}

	.renewal-staff-card__links a {
		min-height: 42px;
		padding: 10px 18px;
		font-size: 13px;
	}

	.staff-more {
		padding: 72px 0 64px;
	}

	.staff-more__links {
		flex-wrap: wrap;
	}

}

@media screen and (max-width: 768px) {
	.home-catch h2 {
		font-size: clamp(32px, 8vw, 42px);
	}

	.home-nayami,
	.home-reason,
	.home-gallery,
	.home-staff,
	.home-info,
	.home-shop,
	.home-blog,
	.home-ctm {
		padding-right: calc(32 * 100vw / 768);
		padding-left: calc(32 * 100vw / 768);
	}

	.home-gallery__head h2,
	.home-staff__head h2,
	.home-space__head h2,
	.home-info__head h2,
	.home-shop__head h2,
	.home-blog__head h2,
	.home-access__head h2,
	.concept-section-title h2 {
		font-size: clamp(26px, 7.3vw, 32px);
	}
	.home-blog__list li {
		width: auto !important;
	}

	.home-blog__sns,
	#nav-sns.home-blog__sns {
		gap: calc(20 * 100vw / 768);
		margin-top: calc(44 * 100vw / 768);
	}

	#blog #nav-sns li,
	.home-blog__sns a,
	#nav-sns.home-blog__sns a {
		width: calc(88 * 100vw / 768);
		max-width: 44px;
	}

	.home-blog__sns a,
	#nav-sns.home-blog__sns a {
		height: calc(88 * 100vw / 768);
		max-height: 44px;
	}

	.concept-inner,
	.concept-space__inner,
	.concept-customer__inner,
	.price-wrap,
	.renewal-staff-page .renewal-wrap,
	.staff-more__inner {
		width: calc(100% - (64 * 100vw / 768));
	}

	.concept-craftsmanship,
	.concept-tomorrow,
	.concept-listening,
	.concept-hospitality,
	.concept-space,
	.concept-customer,
	.concept-ctm,
	.price-lead,
	.price-contents,
	.price-caution,
	.price-ctm,
	.renewal-staff-page,
	.staff-more {
		padding-top: calc(88 * 100vw / 768);
		padding-bottom: calc(88 * 100vw / 768);
	}

	.concept-section-title {
		height: auto;
		margin-bottom: calc(48 * 100vw / 768);
	}

	.concept-two-column,
	.concept-two-column--top,
	.renewal-staff-list .renewal-staff-card,
	.renewal-staff-list .renewal-staff-card:nth-child(even) {
		gap: calc(48 * 100vw / 768);
	}

	.concept-text h3,
	.concept-story h3,
	.concept-space h3,
	.concept-customer h3 {
		margin-bottom: calc(28 * 100vw / 768);
		font-size: clamp(18px, 5.2vw, 22px);
		line-height: 1.75;
		letter-spacing: .08em;
	}

	.concept-text p,
	.concept-story p,
	.concept-space p,
	.concept-customer p,
	.price-lead p,
	.renewal-price-list__description,
	.price-caution__box li,
	.price-ctm > .price-wrap > p,
	.renewal-staff-card__comment p,
	.renewal-staff-card__message {
		font-size: clamp(13px, 3.4vw, 15px);
		line-height: 1.9;
		letter-spacing: .08em;
		text-align: left;
	}

	.concept-photo,
	.concept-photo--craft,
	.concept-gallery-set__main {
		aspect-ratio: 4 / 3;
	}

	.concept-stylist-box li {
		grid-template-columns: calc(96 * 100vw / 768) 1fr;
		gap: calc(18 * 100vw / 768);
	}

	.concept-stylist-box img {
		width: calc(96 * 100vw / 768);
		height: calc(96 * 100vw / 768);
	}

	.concept-voice-grid {
		gap: calc(24 * 100vw / 768);
	}

	.renewal-staff-list {
		gap: calc(96 * 100vw / 768);
	}

	.renewal-staff-list .renewal-staff-card {
		padding: 0;
	}

	.renewal-staff-list .renewal-staff-card__body,
	body:not(.home) .renewal-staff-page .renewal-staff-list .renewal-staff-card__body {
		gap: calc(30 * 100vw / 768);
		width: 100%;
		padding: 0;
	}

	body:not(.home) .renewal-staff-page .renewal-staff-card__namebox .renewal-staff-card__name,
	.renewal-staff-card__namebox .renewal-staff-card__name {
		font-size: clamp(24px, 7.3vw, 32px);
		line-height: 1.45;
		letter-spacing: .1em;
	}

	.renewal-staff-card__recommend {
		padding: calc(28 * 100vw / 768);
	}

	.renewal-staff-card__recommend strong {
		font-size: clamp(15px, 4.2vw, 18px);
		line-height: 1.65;
	}

	.renewal-staff-card__tags {
		gap: calc(12 * 100vw / 768);
	}

	.renewal-staff-card__tags li {
		padding: calc(8 * 100vw / 768) calc(18 * 100vw / 768);
		font-size: clamp(12px, 3.2vw, 13px);
	}

	.renewal-staff-card__links a,
	.staff-more__links a {
		width: 100%;
		min-height: calc(86 * 100vw / 768);
	}

	.renewal-price-list > li {
		padding: calc(40 * 100vw / 768) calc(32 * 100vw / 768);
	}

	.renewal-price-list h2 {
		font-size: clamp(20px, 5.6vw, 24px);
		line-height: 1.6;
	}

	.renewal-price-list h2 span {
		display: block;
		margin: calc(6 * 100vw / 768) 0 0;
	}

	.renewal-price-list__items {
		padding: calc(28 * 100vw / 768);
	}

	.renewal-price-list__items article,
	.renewal-price-list__items--cards article {
		gap: calc(12 * 100vw / 768);
		min-height: 0;
		padding: calc(26 * 100vw / 768);
		text-align: left;
	}

	.renewal-price-list__items--cards .renewal-price-list__item-text h3,
	.renewal-price-list__item-text h3 {
		text-align: left;
	}

	.renewal-price-list__items--cards .renewal-price-list__item-price,
	.renewal-price-list__item-price {
		font-size: clamp(18px, 5.2vw, 22px);
		line-height: 1.45;
		text-align: left;
	}

	.renewal-price-list__items article .descliption {
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: .08em;
	}

	.price-caution__box {
		padding: calc(40 * 100vw / 768) calc(32 * 100vw / 768);
	}

	.price-ctm__button {
		width: min(100%, calc(390 * 100vw / 768));
		height: calc(96 * 100vw / 768);
	}
}

/* Unify top page section headings with Information. */
.home-reason__head h2,
.home-gallery__head h2,
.home-staff__head h2,
.home-space__head h2,
.home-info__head h2,
.home-shop__head h2,
.home-blog__head h2,
.home-access__head h2 {
	position: relative;
	margin: 0 0 60px;
	padding-bottom: 18px;
	color: #231815;
	font-family: "Bentham", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 3px;
	text-align: center;
}

.home-reason__head h2:after,
.home-gallery__head h2:after,
.home-staff__head h2:after,
.home-space__head h2:after,
.home-info__head h2:after,
.home-shop__head h2:after,
.home-blog__head h2:after,
.home-access__head h2:after,
.concept-section-title h2:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 2px;
	height: 40px;
	background: #aa8511;
	transform: translate(-50%, 40px);
}

@media screen and (max-width: 768px) {
	.home-reason__head h2,
	.home-gallery__head h2,
	.home-staff__head h2,
	.home-space__head h2,
	.home-info__head h2,
	.home-shop__head h2,
	.home-blog__head h2,
	.home-access__head h2,
	.concept-section-title h2 {
		margin-bottom: 42px;
		font-size: 24px;
	}
}
