/*
 * Studio 101 Shichi-Go-San brand landing page
 * Target: /menu/753photo/ (page ID 1033)
 */
.s101-753 {
	--ink: #292929;
	--muted: #686868;
	--line: #d8d8d8;
	--soft: #f5f4f2;
	--accent: #746b65;
	width: min(100% - 32px, 1120px);
	margin: 0 auto 100px;
	padding-top: 102px;
	color: var(--ink);
	font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: .025em;
}

/* 2026-07-27: final visual QA fixes for plans, products and portrait blocks */
body:has(.s101-753) .s101-753 > section:not([class]) .menulistlay {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	height: auto;
	margin: 0;
}

body:has(.s101-753) .s101-753 > section:not([class]) .menulist {
	width: auto;
	margin: 0;
	padding: 10px 10px 17px;
	border: 1px solid #dedbd6;
	background: #fff;
}

body:has(.s101-753) .s101-753 > section:not([class]) .menulist > a {
	display: flex;
	flex-direction: column;
	gap: 0;
	height: 100%;
	line-height: 1.5;
}

body:has(.s101-753) .s101-753 > section:not([class]) .menulist img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	margin: 0;
	object-fit: cover;
}

body:has(.s101-753) .s101-753 > section:not([class]) .menulist br {
	display: none;
}

body:has(.s101-753) .s101-753 > section:not([class]) .shoot_title {
	display: block;
	margin: 15px 0 0;
	font-size: clamp(20px, 1.7vw, 27px);
	line-height: 1.45;
	text-align: center;
}

.s101-753-shortcode--products .s101-753-shortcode__lead {
	max-width: 880px;
	letter-spacing: .035em;
	text-wrap: pretty;
}

.s101-753-shortcode--products .s101-753-shortcode__lead span {
	display: block;
}

.s101-753-reassurance picture {
	align-self: stretch;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	overflow: hidden;
}

.s101-753-reassurance picture::after {
	content: "撮影時間内は、一組ずつ貸切";
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	padding: 15px 24px;
	background: #746d66;
	color: #fff;
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: clamp(19px, 1.8vw, 27px);
	font-weight: 500;
	letter-spacing: .12em;
	line-height: 1.45;
	text-align: center;
}

.s101-753-reassurance picture img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center 30%;
}

.s101-753-gallery--three a {
	height: auto;
	aspect-ratio: auto;
	padding: 8px 8px 14px;
}

.s101-753-gallery--three img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

@media (max-width: 767px) {
	body:has(.s101-753) .s101-753 > section:not([class]) .menulistlay {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body:has(.s101-753) .s101-753 > section:not([class]) .menulist {
		padding: 6px 6px 13px;
	}

	body:has(.s101-753) .s101-753 > section:not([class]) .shoot_title {
		margin-top: 11px;
		font-size: clamp(17px, 5.2vw, 21px);
	}

	.s101-753-shortcode--products .s101-753-shortcode__lead {
		max-width: none;
		font-size: clamp(13px, 3.65vw, 15px);
		letter-spacing: .025em;
		line-height: 1.9;
	}

	.s101-753-shortcode--products .s101-753-shortcode__lead span {
		display: block;
		word-break: auto-phrase;
		overflow-wrap: normal;
		line-break: strict;
	}

	.s101-753-shortcode--products .s101-753-shortcode__lead span + span {
		margin-top: .25em;
	}

	.s101-753-shortcode--option .s101-753-shortcode__title,
	.s101-753-shortcode--option td {
		word-break: auto-phrase;
		overflow-wrap: normal;
		line-break: strict;
	}

	.s101-753-shortcode--option .s101-no-break {
		white-space: nowrap;
	}

	.s101-753-reassurance picture::after {
		min-height: 62px;
		padding: 12px 14px;
		font-size: clamp(16px, 4.7vw, 20px);
		letter-spacing: .08em;
	}

	.s101-753-gallery--three a,
	.s101-753-gallery--three a:first-child {
		padding: 5px 5px 10px;
	}
}

.s101-753 *,
.s101-753 *::before,
.s101-753 *::after {
	box-sizing: border-box;
}

.s101-753 img {
	display: block;
	max-width: 100%;
	height: auto;
}

.s101-753 a {
	color: inherit;
}

.s101-753 h1,
.s101-753 h2,
.s101-753 h3 {
	line-break: strict;
	word-break: auto-phrase;
	overflow-wrap: normal;
	text-wrap: balance;
}

.s101-753-hero {
	position: relative;
	z-index: 0;
	width: 100vw;
	min-height: min(760px, calc(100svh - 102px));
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: #252525;
}

.s101-753-hero__media,
.s101-753-hero__media picture,
.s101-753-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.s101-753-hero__media img {
	object-fit: cover;
	object-position: 50% 38%;
}

.s101-753-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .18) 54%, rgba(0, 0, 0, .04)),
		linear-gradient(0deg, rgba(0, 0, 0, .42), transparent 54%);
}

.s101-753-hero__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: min(100% - 64px, 1120px);
	min-height: min(760px, calc(100svh - 102px));
	margin: 0 auto;
	padding: 70px 0 84px;
	color: #fff;
}

.s101-753-kicker,
.s101-753-eyebrow {
	margin: 0 0 12px;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .2em;
}

.s101-753-hero h2 {
	max-width: 780px;
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(38px, 5.5vw, 72px);
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: .04em;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .25);
}

.s101-753-hero__lead {
	max-width: 620px;
	margin: 0 0 30px;
	color: rgba(255, 255, 255, .94);
	font-size: clamp(15px, 1.6vw, 18px);
}

.s101-753-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.s101-753-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 56px;
	padding: 13px 24px;
	border: 1px solid rgba(255, 255, 255, .82);
	background: #fff;
	color: #252525 !important;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: .2s ease;
}

.s101-753-btn--ghost {
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
	backdrop-filter: blur(8px);
}

.s101-753-btn:hover {
	background: #252525;
	border-color: #252525;
	color: #fff !important;
}

.s101-753-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	border: 1px solid var(--line);
	border-top: 0;
	background: #fff;
}

.s101-753-trust__lead {
	margin: 0;
	padding: 30px 20px 18px;
	border-right: 1px solid var(--line);
	border-left: 1px solid var(--line);
	background: #fff;
	text-align: center;
	font-size: 18px;
	letter-spacing: .04em;
}

.s101-753-trust__lead span {
	display: block;
	margin-bottom: 5px;
	color: var(--accent);
	font-family: sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .18em;
}

.s101-753-trust div {
	padding: 24px 18px;
	border-right: 1px solid var(--line);
	text-align: center;
}

.s101-753-trust div:last-child {
	border-right: 0;
}

.s101-753-trust strong,
.s101-753-trust span {
	display: block;
}

.s101-753-trust strong {
	margin-bottom: 5px;
	font-size: 17px;
}

.s101-753-trust span {
	color: var(--muted);
	font-size: 12px;
}

.s101-753-section {
	margin: 104px 0;
	scroll-margin-top: 120px;
}

.s101-753-section__head {
	max-width: 720px;
	margin-bottom: 42px;
}

.s101-753-eyebrow {
	color: var(--accent);
}

.s101-753-section h2 {
	margin: 0 0 18px;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: .04em;
}

.s101-753-section__head p {
	margin: 0;
	color: var(--muted);
}

.s101-753-age-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.s101-753-age {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	background: #333;
}

.s101-753-age img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.s101-753-age::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(24, 24, 24, .38), rgba(24, 24, 24, .08) 44%, transparent 68%);
}

.s101-753-age::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 14px;
	border: 1px solid rgba(255, 255, 255, .92);
	outline: 1px solid rgba(255, 255, 255, .38);
	outline-offset: -5px;
	pointer-events: none;
}

.s101-753-age__body {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 28px;
	color: #fff;
	text-shadow: 0 1px 10px rgba(0, 0, 0, .3);
}

.s101-753-age__body small,
.s101-753-age__body strong {
	display: block;
}

.s101-753-age__body small {
	margin-bottom: 7px;
	font-family: sans-serif;
	font-size: 11px;
	letter-spacing: .16em;
}

.s101-753-age__body strong {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 500;
}

.s101-753-age__body span {
	font-size: 13px;
}

.s101-753-age:hover img {
	transform: scale(1.025);
}

.s101-753-editorial {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	align-items: stretch;
	background: var(--soft);
}

.s101-753-editorial--reverse {
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.s101-753-editorial__media img {
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
}

body:has(.s101-753) #line {
	right: 20px;
	bottom: 20px;
	width: clamp(164px, 15vw, 200px);
	height: auto;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
}

body:has(.s101-753) #line img {
	display: block;
	width: 100%;
	height: auto;
}

.s101-753-editorial__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(38px, 6vw, 76px);
}

.s101-753-editorial__body h2 {
	margin-bottom: 24px;
}

.s101-753-editorial__body p {
	margin: 0 0 1.4em;
}

.s101-753-detail-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.s101-753-detail-list li {
	padding: 14px 0;
	border-top: 1px solid #cfcfcf;
	font-size: 14px;
}

.s101-753-gallery {
	display: grid;
	grid-template-columns: 1fr 1.25fr 1fr;
	gap: 10px;
}

.s101-753-gallery a {
	display: block;
	overflow: hidden;
	background: var(--soft);
}

.s101-753-gallery img {
	width: 100%;
	height: 440px;
	object-fit: cover;
	transition: transform .35s ease;
}

.s101-753-gallery a:hover img {
	transform: scale(1.02);
}

/* Three-photo landscape story: equal editorial panels without cropping. */
.s101-753-gallery--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}

.s101-753-gallery--three a {
	display: grid;
	place-items: center;
	aspect-ratio: 3 / 2;
	padding: 8px;
	border: 1px solid #dedad4;
	background: #f8f7f4;
	box-shadow: inset 0 0 0 4px #fff;
}

.s101-753-gallery--three img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.s101-753-gallery--three a:hover img {
	transform: none;
}

.s101-753-reassurance {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	align-items: center;
	border: 1px solid var(--line);
	background: #fff;
}

.s101-753-reassurance picture {
	display: block;
	height: 520px;
}

.s101-753-reassurance img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
}

.s101-753-reassurance__body {
	padding: clamp(34px, 5vw, 64px);
}

.s101-753-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.s101-753-flow div {
	padding: 28px 22px;
	border-right: 1px solid var(--line);
}

.s101-753-flow div:last-child {
	border-right: 0;
}

.s101-753-flow span {
	display: block;
	margin-bottom: 12px;
	color: var(--accent);
	font-family: sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .16em;
}

.s101-753-flow strong {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
}

.s101-753-flow p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
}

.s101-753-faq details {
	border-top: 1px solid var(--line);
}

.s101-753-faq details:last-child {
	border-bottom: 1px solid var(--line);
}

.s101-753-faq summary {
	position: relative;
	padding: 22px 46px 22px 0;
	cursor: pointer;
	font-weight: 600;
	list-style: none;
}

.s101-753-faq summary::after {
	content: "+";
	position: absolute;
	right: 10px;
	color: var(--accent);
	font-family: sans-serif;
	font-size: 20px;
}

.s101-753-faq details[open] summary::after {
	content: "−";
}

.s101-753-faq details p {
	margin: 0;
	padding: 0 46px 24px 0;
	color: var(--muted);
}

.s101-753-shortcode {
	margin: 104px 0;
}

.s101-753-shortcode > .s101-753-section__head {
	margin-bottom: 24px;
}

.s101-753-shortcode:not(:has(.planoptionarea)) > .s101-753-section__head {
	margin-bottom: 0;
}

.s101-753-shortcode:not(:has(.planoptionarea)) > section {
	margin: 0 !important;
	padding-top: 28px;
}

.s101-753-shortcode__lead {
	max-width: 720px;
	margin: 0 auto 32px;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: .065em;
	text-align: center;
}

.s101-753-shortcode .child-page-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 22px;
}

.s101-753-shortcode .child-page-item {
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: #fff;
	color: #252525;
	text-decoration: none;
}

.s101-753-shortcode .thumb-container {
	overflow: hidden;
	background: #f3f3f1;
}

.s101-753-shortcode .thumb-container img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .35s ease;
}

.s101-753-shortcode .child-page-item:hover .thumb-container img {
	transform: scale(1.025);
}

.s101-753-shortcode .child-page-item .title {
	flex: 1;
	padding: 16px 2px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.75;
}

.s101-753-final {
	position: relative;
	overflow: hidden;
	margin: 112px 0 0;
	padding: clamp(48px, 8vw, 88px);
	border: 1px solid #d7d5d0;
	background: #f4f3f0;
	color: #252525;
	text-align: center;
}

.s101-753-final::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 72px;
	height: 3px;
	background: var(--accent);
	transform: translateX(-50%);
}

.s101-753-final h2 {
	margin: 0 0 16px;
	color: #252525;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 500;
}

.s101-753-final p {
	max-width: 680px;
	margin: 0 auto 28px;
	color: #626262;
}

.s101-753-final .s101-753-actions {
	justify-content: center;
}

.s101-753-final .s101-753-btn[href*="lin.ee"] {
	border-color: #168b48;
	background: #168b48;
	color: #fff !important;
}

.s101-753-final .s101-753-btn--ghost {
	border-color: #aaa;
	background: #fff;
	color: #252525 !important;
}

.s101-753 .s101-753-btn[href*="lin.ee"]::before,
.s101-753 .s101-753-btn[href*="/reserve/"]::before {
	content: "";
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	background: currentColor;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.s101-753 .s101-753-btn[href*="lin.ee"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3h18v14H9l-6 4V3zm5 5v2h8V8H8zm0 4v2h6v-2H8z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3h18v14H9l-6 4V3zm5 5v2h8V8H8zm0 4v2h6v-2H8z'/%3E%3C/svg%3E");
}

.s101-753 .s101-753-btn[href*="/reserve/"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 2h2v2h10V2h2v2h2v18H3V4h2V2zm14 8H5v10h14V10zM5 6v2h14V6H5z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 2h2v2h10V2h2v2h2v18H3V4h2V2zm14 8H5v10h14V10zM5 6v2h14V6H5z'/%3E%3C/svg%3E");
}

.s101-753 .pan1,
.s101-753 .pan2 {
	font-size: 12px;
}

@media (max-width: 767px) {
	body:has(.s101-753) #line {
		right: 10px;
		bottom: 10px;
		width: 132px;
	}

	.s101-753 {
		width: min(100% - 28px, 1120px);
		margin-bottom: 70px;
		padding-top: 72px;
		font-size: 15px;
	}

	.s101-753-hero,
	.s101-753-hero__body {
		min-height: min(720px, calc(100svh - 72px));
	}

	.s101-753-hero__media img {
		object-position: 48% center;
	}

	.s101-753-hero::after {
		background: linear-gradient(0deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .08) 72%);
	}

	.s101-753-hero__body {
		width: min(100% - 40px, 620px);
		padding: 50px 0 42px;
	}

	.s101-753-hero h2 {
		font-size: clamp(31px, 10vw, 44px);
	}

	.s101-753-actions,
	.s101-753-btn {
		width: 100%;
	}

	.s101-753-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.s101-753-trust div:nth-child(2) {
		border-right: 0;
	}

	.s101-753-trust div:nth-child(-n+2) {
		border-bottom: 1px solid var(--line);
	}

	.s101-753-section,
	.s101-753-shortcode {
		margin: 72px 0;
	}

	.s101-753-shortcode:not(:has(.planoptionarea)) > section {
		margin: 0 !important;
		padding-top: 6vw;
	}

	.s101-753-shortcode__lead {
		margin-bottom: 7vw;
		font-size: clamp(12px, 3.45vw, 14px);
		line-height: 1.8;
		letter-spacing: .045em;
		text-align: left;
	}

	.s101-753-shortcode .child-page-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.s101-753-shortcode .child-page-item .title {
		padding-top: 13px;
	}

	.s101-753-age-grid,
	.s101-753-editorial,
	.s101-753-editorial--reverse,
	.s101-753-reassurance {
		grid-template-columns: 1fr;
	}

	.s101-753-age-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 10px;
	}

	.s101-753 .s101-753-age-grid .s101-753-age:nth-child(3) {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
		justify-self: stretch;
		width: auto;
	}

	.s101-753-age {
		min-height: 0;
		overflow: hidden;
		background: #fff;
		border: 1px solid #dedbd6;
		border-top: 2px solid var(--accent);
		box-shadow: 0 10px 24px rgba(25, 25, 25, .065);
		text-decoration: none !important;
	}

	.s101-753-age * {
		text-decoration: none !important;
	}

	.s101-753 .s101-753-age-grid .s101-753-age {
		min-height: 0;
	}

	.s101-753-age::after {
		display: none;
	}

	.s101-753-age::before {
		top: 10px;
		right: 10px;
		bottom: auto;
		left: 10px;
		height: 174px;
		border-color: rgba(255, 255, 255, .94);
		outline-color: rgba(255, 255, 255, .46);
	}

	.s101-753-age img {
		display: block;
		width: 100%;
		height: 194px;
		object-position: 50% 50%;
	}

	.s101-753-age:nth-child(3) img {
		height: 100%;
		min-height: 210px;
	}

	.s101-753-age:nth-child(3)::before {
		top: 10px;
		right: auto;
		bottom: 10px;
		left: 10px;
		width: calc(52.5% - 20px);
		height: auto;
	}

	.s101-753-age__body {
		position: static;
		display: flex;
		min-height: 112px;
		padding: 13px 11px 14px;
		flex-direction: column;
		justify-content: center;
		color: var(--ink);
		background: #fff;
		text-shadow: none;
	}

	.s101-753-age:nth-child(3) .s101-753-age__body {
		position: relative;
		min-height: 210px;
		padding: 19px 17px;
	}

	.s101-753-age:nth-child(3) .s101-753-age__body::before {
		content: "";
		position: absolute;
		top: 13px;
		right: 13px;
		width: 18px;
		height: 18px;
		border-top: 1px solid rgba(116, 107, 101, .38);
		border-right: 1px solid rgba(116, 107, 101, .38);
	}

	.s101-753-age__content {
		padding: 18px 12px;
	}

	.s101-753-age__content h3 {
		font-size: 19px;
	}

	.s101-753-editorial__media img,
	.s101-753-reassurance img {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.s101-753-editorial__body,
	.s101-753-reassurance__body {
		padding: 32px 22px 36px;
	}

	.s101-753-detail-list,
	.s101-753-flow {
		grid-template-columns: 1fr;
	}

	.s101-753-gallery {
		grid-template-columns: 1fr 1fr;
	}

	.s101-753-gallery a:first-child {
		grid-column: 1 / -1;
	}

	.s101-753-gallery img {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.s101-753-gallery--three {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.s101-753-gallery--three a,
	.s101-753-gallery--three a:first-child {
		grid-column: auto;
		aspect-ratio: 3 / 2;
		padding: 5px;
		box-shadow: inset 0 0 0 3px #fff;
	}

	.s101-753-gallery--three img {
		width: 100%;
		height: 100%;
		aspect-ratio: 3 / 2;
		object-fit: contain;
	}

	.s101-753-flow div {
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.s101-753-flow div:last-child {
		border-bottom: 0;
	}

	.s101-753-flow strong {
		font-size: clamp(19px, 5.2vw, 21px);
		line-height: 1.55;
		letter-spacing: .02em;
	}

	.s101-753-final {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		padding: 54px 22px;
	}
}

/*
 * Option menu:
 * Integrate legacy shortcode output into the Shichi-Go-San editorial design.
 * The page heading owns the hierarchy; the shortcode supplies the lead and table.
 */
body:has(.s101-753) .s101-753 .s101-753-shortcode:has(.planoptionarea) {
	box-sizing: border-box;
	margin: clamp(84px, 8vw, 112px) 0;
	padding: clamp(48px, 5vw, 68px) clamp(28px, 5.5vw, 64px) clamp(46px, 5vw, 64px);
	border-top: 1px solid #dcd7d1;
	border-bottom: 1px solid #dcd7d1;
	background: #f7f5f2;
}

body:has(.s101-753) .s101-753 .s101-753-shortcode:has(.planoptionarea) .s101-753-section__head {
	width: 100%;
	max-width: none;
	margin: 0 0 28px;
	padding: 0 0 25px;
	border-bottom: 1px solid #dcd7d1;
}

body:has(.s101-753) .s101-753 .s101-753-shortcode:has(.planoptionarea) .s101-753-section__head h2 {
	margin: 0;
	font-size: clamp(29px, 3.2vw, 40px);
	line-height: 1.45;
	letter-spacing: .055em;
	text-align: left;
}

body:has(.s101-753) .s101-753 .s101-753-shortcode:has(.planoptionarea) > section {
	margin: 0;
	padding: 0;
}

body:has(.s101-753) .s101-753 section .in.planoptionarea {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

body:has(.s101-753) .s101-753 .planoptionarea > h3 {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body:has(.s101-753) .s101-753 .planoptionarea__lead {
	margin: 0 0 26px;
	color: #655e58;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: .08em;
	text-align: left;
}

body:has(.s101-753) .s101-753 .planoptionarea .optable {
	color: #2d2926;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: .035em;
}

body:has(.s101-753) .s101-753 .planoptionarea table.deft {
	width: 100%;
	margin: 0 0 14px;
	table-layout: fixed;
	border: 1px solid #dcd7d1 !important;
	background: #fff;
}

body:has(.s101-753) .s101-753 .planoptionarea table.deft th,
body:has(.s101-753) .s101-753 .planoptionarea table.deft td {
	box-sizing: border-box;
	padding: 17px 20px !important;
	border: 0 !important;
	border-right: 1px solid #e2ded9 !important;
	border-bottom: 1px solid #e2ded9 !important;
	color: #332f2b;
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: .035em;
	text-align: left;
	vertical-align: top;
}

body:has(.s101-753) .s101-753 .planoptionarea table.deft th {
	background: #ebe7e1 !important;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .14em;
}

body:has(.s101-753) .s101-753 .planoptionarea table.deft th:first-child,
body:has(.s101-753) .s101-753 .planoptionarea table.deft td:first-child {
	width: 70%;
}

body:has(.s101-753) .s101-753 .planoptionarea table.deft th:last-child,
body:has(.s101-753) .s101-753 .planoptionarea table.deft td:last-child {
	width: 30%;
	border-right: 0 !important;
	text-align: right;
}

body:has(.s101-753) .s101-753 .planoptionarea table.deft tr:last-child td {
	border-bottom: 0 !important;
}

body:has(.s101-753) .s101-753 .planoptionarea__period {
	display: inline-block;
	margin-left: .45em;
	padding: 1px 7px;
	border: 1px solid #cfc8c0;
	color: #655e58;
	font-size: 11px;
	line-height: 1.6;
	white-space: nowrap;
}

@media (max-width: 767px) {
	body:has(.s101-753) .s101-753 .s101-753-shortcode:has(.planoptionarea) {
		margin: 18vw 0;
		padding: 10vw 4.6vw 9vw;
	}

	body:has(.s101-753) .s101-753 .s101-753-shortcode:has(.planoptionarea) .s101-753-section__head {
		margin-bottom: 5.5vw;
		padding-bottom: 5vw;
	}

	body:has(.s101-753) .s101-753 .s101-753-shortcode:has(.planoptionarea) .s101-753-section__head h2 {
		font-size: clamp(21px, 6.1vw, 26px);
		line-height: 1.55;
		letter-spacing: .045em;
	}

	body:has(.s101-753) .s101-753 .planoptionarea__lead {
		margin-bottom: 5.5vw;
		font-size: clamp(13px, 3.6vw, 15px);
		line-height: 1.75;
		letter-spacing: .055em;
	}

	body:has(.s101-753) .s101-753 .planoptionarea table.deft th,
	body:has(.s101-753) .s101-753 .planoptionarea table.deft td {
		width: auto;
		padding: 3.8vw 3vw !important;
		font-size: clamp(11px, 3.15vw, 13px);
		line-height: 1.7;
		letter-spacing: .02em;
		word-break: normal;
		overflow-wrap: anywhere;
	}

	body:has(.s101-753) .s101-753 .planoptionarea table.deft th {
		font-size: clamp(10px, 2.8vw, 12px);
		letter-spacing: .1em;
	}

	body:has(.s101-753) .s101-753 .planoptionarea table.deft th:first-child,
	body:has(.s101-753) .s101-753 .planoptionarea table.deft td:first-child {
		width: 62%;
	}

	body:has(.s101-753) .s101-753 .planoptionarea table.deft th:last-child,
	body:has(.s101-753) .s101-753 .planoptionarea table.deft td:last-child {
		width: 38%;
	}

	body:has(.s101-753) .s101-753 .planoptionarea__period {
		margin: 4px 0 0;
		padding: 1px 5px;
		font-size: 9px;
		white-space: normal;
	}
}

/*
 * 2026-07-26 MV photo-first revision
 * 写真を暗くしたりトリミングしたりせず、コピーを独立した白い領域へ分離する。
 */
.s101-753-hero {
	min-height: 0;
	overflow: visible;
	background: #fff;
}

.s101-753-hero__media,
.s101-753-hero__media picture,
.s101-753-hero__media img {
	position: relative;
	inset: auto;
	display: block;
	width: 100%;
	height: auto;
}

.s101-753-hero__media img {
	object-fit: contain;
	object-position: center;
}

.s101-753-hero::after {
	display: none;
}

.s101-753-hero__body {
	align-items: center;
	width: min(100% - 64px, 1120px);
	min-height: 0;
	padding: clamp(42px, 5vw, 68px) 0 clamp(48px, 6vw, 78px);
	background: #fff;
	color: #252525;
	text-align: center;
}

.s101-753-hero .s101-753-kicker {
	color: var(--accent);
}

.s101-753-hero h2 {
	max-width: 920px;
	margin-bottom: 20px;
	color: #252525;
	font-size: clamp(36px, 5vw, 66px);
	text-shadow: none;
}

.s101-753-hero__lead {
	max-width: 720px;
	color: #555;
}

.s101-753-hero .s101-753-actions {
	justify-content: center;
}

.s101-753-hero .s101-753-btn {
	border-color: #252525;
	background: #252525;
	color: #fff !important;
}

.s101-753-hero .s101-753-btn--ghost {
	border-color: #aaa;
	background: #fff;
	color: #252525 !important;
	backdrop-filter: none;
}

.s101-753-hero .s101-753-btn:hover {
	border-color: var(--accent);
	background: var(--accent);
	color: #fff !important;
}

/*
 * 「新しさも、受け継ぐ美しさも。」の写真は縦長領域へcoverしない。
 * 元画像全体を、余白のある一枚の作品として見せる。
 */
.s101-753-editorial__media {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	column-gap: 18px;
	padding: clamp(24px, 3.4vw, 52px);
	background: #fff;
}

.s101-753-editorial__media img {
	grid-column: 1 / -1;
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: auto;
	object-fit: contain;
	box-shadow: none;
}

.s101-753-editorial__media::before,
.s101-753-editorial__media::after {
	position: static;
	margin-top: 18px;
	padding: 12px 2px 0;
	border: 0;
	border-top: 1px solid #ccc;
	background: transparent;
	box-shadow: none;
	color: #252525;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.4;
}

.s101-753-editorial__media::before {
	content: "NEW STYLE  |  新しい七五三";
}

.s101-753-editorial__media::after {
	content: "CLASSIC STYLE  |  いつもの七五三";
	text-align: right;
}

@media (max-width: 767px) {
	.s101-753-hero__body {
		width: min(100% - 40px, 620px);
		padding: 30px 0 36px;
	}

	.s101-753-hero h2 {
		font-size: clamp(28px, 8vw, 34px);
		line-height: 1.45;
	}

	.s101-753-section h2,
	.s101-753-final h2 {
		font-size: clamp(25px, 7.2vw, 32px);
		line-height: 1.5;
	}

	.s101-753-hero__lead {
		margin-bottom: 24px;
	}

	.s101-753-hero .s101-753-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		width: 100%;
	}

	.s101-753-hero .s101-753-btn {
		width: 100%;
		min-width: 0;
		padding: 12px 6px;
		font-size: 12px;
	}

	.s101-753-editorial__media {
		padding: 18px;
	}

	.s101-753-editorial__media img {
		aspect-ratio: auto;
	}

	.s101-753-editorial__media::before,
	.s101-753-editorial__media::after {
		max-width: none;
		margin-top: 12px;
		padding: 9px 0 0;
		font-size: 9px;
		letter-spacing: .04em;
	}

	.s101-753-editorial__media::before {
		text-align: left;
	}

	.s101-753-editorial__media::after {
		text-align: right;
	}
}

/*
 * 2026-07-26 heading and mobile layout quality pass
 * 親テーマの両端揃えを打ち消し、見出しの文字間が不自然に広がるのを防ぐ。
 */
.s101-753-section h2,
.s101-753-editorial__body h2,
.s101-753-reassurance__body h2 {
	text-align: left;
}

.s101-753-editorial__body h2 {
	font-size: clamp(32px, 3.5vw, 42px);
	text-wrap: pretty;
}

.s101-753-hero h2,
.s101-753-final h2 {
	text-align: center;
}

.s101-753-editorial__media::before {
	content: "NEW STYLE｜新しい七五三";
}

.s101-753-editorial__media::after {
	content: "CLASSIC｜いつもの七五三";
}

@media (max-width: 767px) {
	body:has(.s101-753) div#line {
		right: 8px !important;
		bottom: 10px !important;
		width: 88px !important;
		box-shadow: 0 8px 22px rgba(0, 0, 0, .12) !important;
	}

	.s101-753-trust div {
		padding: 20px 10px;
	}

	.s101-753-trust strong {
		font-size: clamp(13px, 4vw, 15px);
		line-height: 1.55;
	}

	.s101-753-age__body {
		padding: 13px 11px 14px;
	}

	.s101-753-age__body small {
		display: flex;
		margin-bottom: 5px;
		align-items: center;
		gap: 7px;
		color: var(--accent);
		font-size: clamp(8px, 2.35vw, 9px);
		letter-spacing: .12em;
	}

	.s101-753-age__body small::before {
		content: "";
		width: 15px;
		height: 1px;
		flex: 0 0 15px;
		background: var(--accent);
	}

	.s101-753-age__body strong {
		margin-bottom: 5px;
		font-size: clamp(18px, 5.15vw, 21px);
		line-height: 1.35;
		letter-spacing: .02em;
		white-space: nowrap;
	}

	.s101-753-age__body span {
		color: var(--muted);
		font-size: clamp(10px, 2.8vw, 11px);
		line-height: 1.55;
	}

	.s101-753-age__body > span::after {
		content: " →";
		color: var(--accent);
	}

	.s101-753-editorial__body h2 {
		font-size: clamp(25px, 7.2vw, 32px);
		line-height: 1.5;
	}

	.s101-753-editorial__media::before,
	.s101-753-editorial__media::after {
		white-space: nowrap;
		font-size: clamp(7px, 2.1vw, 8px);
		letter-spacing: 0;
	}

	.s101-753-hero .s101-753-btn {
		font-size: clamp(10px, 3.2vw, 12px);
	}
}

/*
 * 2026-07-26 age plan editorial cards
 * PCは写真と情報を分離した3列、SPは全カードを横長1列に統一。
 */
.s101-nowrap {
	white-space: nowrap;
}

.s101-753 .s101-753-age-grid {
	gap: 18px;
}

.s101-753 .s101-753-age-grid .s101-753-age {
	display: block;
	min-height: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dedbd6;
	border-top: 2px solid var(--accent);
	box-shadow: 0 12px 30px rgba(25, 25, 25, .065);
	text-decoration: none !important;
}

.s101-753 .s101-753-age-grid .s101-753-age img {
	display: block;
	width: 100%;
	height: 350px;
	min-height: 0;
	object-fit: cover;
	object-position: 50% 50%;
}

.s101-753 .s101-753-age-grid .s101-753-age::after {
	display: block;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	height: 350px;
	background: linear-gradient(0deg, rgba(30, 30, 30, .11), transparent 38%);
}

.s101-753 .s101-753-age-grid .s101-753-age::before {
	top: 13px;
	right: 13px;
	bottom: auto;
	left: 13px;
	height: 322px;
	border: 1px solid rgba(255, 255, 255, .94);
	outline: 1px solid rgba(255, 255, 255, .42);
	outline-offset: -5px;
}

.s101-753 .s101-753-age-grid .s101-753-age__body {
	position: static;
	display: flex;
	min-height: 142px;
	padding: 24px 24px 26px;
	flex-direction: column;
	justify-content: center;
	color: var(--ink);
	background: #fff;
	text-shadow: none;
}

.s101-753 .s101-753-age-grid .s101-753-age__body small {
	color: var(--accent);
}

.s101-753 .s101-753-age-grid .s101-753-age__body span {
	color: var(--muted);
}

@media (max-width: 767px) {
	.s101-753-trust__lead {
		padding: 23px 18px 15px;
		font-size: clamp(15px, 4.5vw, 18px);
		line-height: 1.65;
	}

	.s101-753 .s101-753-age-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.s101-753 .s101-753-age-grid .s101-753-age,
	.s101-753 .s101-753-age-grid .s101-753-age:nth-child(3) {
		display: grid;
		grid-column: auto;
		grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
		justify-self: stretch;
		width: auto;
		min-height: 0;
	}

	.s101-753 .s101-753-age-grid .s101-753-age img,
	.s101-753 .s101-753-age-grid .s101-753-age:nth-child(3) img {
		width: 100%;
		height: 176px;
		min-height: 0;
	}

	.s101-753 .s101-753-age-grid .s101-753-age::after,
	.s101-753 .s101-753-age-grid .s101-753-age:nth-child(3)::after {
		display: block;
		width: 44%;
		height: 176px;
		background: linear-gradient(0deg, rgba(30, 30, 30, .09), transparent 40%);
	}

	.s101-753 .s101-753-age-grid .s101-753-age::before,
	.s101-753 .s101-753-age-grid .s101-753-age:nth-child(3)::before {
		top: 9px;
		right: auto;
		bottom: auto;
		left: 9px;
		width: calc(44% - 18px);
		height: 158px;
	}

	.s101-753 .s101-753-age-grid .s101-753-age__body,
	.s101-753 .s101-753-age-grid .s101-753-age:nth-child(3) .s101-753-age__body {
		position: static;
		min-height: 176px;
		padding: 18px 15px;
	}

	.s101-753-reassurance picture {
		height: auto;
	}
}

/*
 * 2026-07-26 zero-base redesign:
 * age navigation / four reasons
 */
.s101-753-trust__lead {
	position: relative;
	margin: 0;
	padding: 54px 36px 86px;
	border: 0;
	background: var(--soft);
	font-size: clamp(22px, 2.25vw, 30px);
	line-height: 1.55;
	letter-spacing: .045em;
}

.s101-753-trust__lead::after {
	content: "";
	position: absolute;
	bottom: 62px;
	left: 50%;
	width: 44px;
	height: 1px;
	background: var(--accent);
	transform: translateX(-50%);
}

.s101-753-trust__lead span {
	margin-bottom: 8px;
	font-size: 10px;
	letter-spacing: .22em;
}

.s101-753 .s101-753-trust {
	position: relative;
	z-index: 2;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: -46px 30px 0;
	border: 0;
	background: transparent;
	counter-reset: trust-point;
}

.s101-753 .s101-753-trust div {
	position: relative;
	min-height: 154px;
	padding: 48px 22px 24px;
	border: 1px solid #e7e3dd;
	background: #fff;
	box-shadow: 0 14px 30px rgba(28, 28, 28, .055);
	counter-increment: trust-point;
	text-align: left;
}

.s101-753 .s101-753-trust div::before {
	content: "0" counter(trust-point);
	position: absolute;
	top: 17px;
	left: 21px;
	color: var(--accent);
	font-family: Georgia, serif;
	font-size: 12px;
	letter-spacing: .12em;
}

.s101-753 .s101-753-trust div::after {
	content: "";
	position: absolute;
	top: 25px;
	left: 54px;
	width: 22px;
	height: 1px;
	background: rgba(116, 107, 101, .48);
}

.s101-753 .s101-753-trust strong {
	margin-bottom: 9px;
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.5;
}

.s101-753 .s101-753-trust span {
	font-size: 12px;
	line-height: 1.75;
}

.s101-753 #plan .s101-753-age-grid {
	gap: 28px;
}

.s101-753 #plan .s101-753-age {
	position: relative;
	overflow: visible;
	border: 0;
	border-top: 0;
	background: transparent;
	box-shadow: none;
}

.s101-753 #plan .s101-753-age img {
	height: 388px;
	border: 1px solid #e5e1db;
}

.s101-753 #plan .s101-753-age::after {
	height: 388px;
	background: linear-gradient(0deg, rgba(28, 28, 28, .08), transparent 34%);
}

.s101-753 #plan .s101-753-age::before {
	top: 14px;
	right: 14px;
	left: 14px;
	height: 358px;
}

.s101-753 #plan .s101-753-age__body {
	position: relative;
	z-index: 3;
	width: calc(100% - 34px);
	min-height: 142px;
	margin: -38px auto 0;
	padding: 24px 24px 22px;
	border: 1px solid #ebe7e1;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 15px 32px rgba(25, 25, 25, .075);
}

.s101-753 #plan .s101-753-age__body::before {
	display: none;
}

.s101-753 #plan .s101-753-age__body::after {
	position: absolute;
	top: 8px;
	right: 14px;
	color: rgba(41, 41, 41, .07);
	font-family: Georgia, serif;
	font-size: 52px;
	line-height: 1;
}

.s101-753 #plan .s101-753-age:nth-child(1) .s101-753-age__body::after {
	content: "03";
}

.s101-753 #plan .s101-753-age:nth-child(2) .s101-753-age__body::after {
	content: "05";
}

.s101-753 #plan .s101-753-age:nth-child(3) .s101-753-age__body::after {
	content: "07";
}

.s101-753 #plan .s101-753-age__body > * {
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.s101-753-trust__lead {
		padding: 34px 22px 62px;
		font-size: clamp(19px, 5.4vw, 23px);
		line-height: 1.6;
	}

	.s101-753-trust__lead::after {
		bottom: 46px;
	}

	.s101-753 .s101-753-trust {
		grid-template-columns: 1fr;
		gap: 9px;
		margin: -32px 12px 0;
	}

	.s101-753 .s101-753-trust div {
		display: grid;
		grid-template-columns: 42px minmax(0, 1fr);
		min-height: 0;
		padding: 18px 16px;
		align-items: center;
		column-gap: 11px;
		box-shadow: 0 9px 22px rgba(28, 28, 28, .05);
	}

	.s101-753 .s101-753-trust div::before {
		position: static;
		grid-row: 1 / 3;
		align-self: center;
		font-size: 13px;
		text-align: center;
	}

	.s101-753 .s101-753-trust div::after {
		top: 50%;
		left: 51px;
		width: 1px;
		height: 30px;
		transform: translateY(-50%);
	}

	.s101-753 .s101-753-trust strong,
	.s101-753 .s101-753-trust span {
		grid-column: 2;
	}

	.s101-753 .s101-753-trust strong {
		margin: 0 0 2px;
		font-size: clamp(15px, 4.4vw, 18px);
		line-height: 1.45;
	}

	.s101-753 .s101-753-trust span {
		font-size: clamp(11px, 3.1vw, 12px);
		line-height: 1.6;
	}

	.s101-753 #plan .s101-753-age-grid {
		gap: 15px;
	}

	.s101-753 #plan .s101-753-age,
	.s101-753 #plan .s101-753-age:nth-child(3) {
		display: grid;
		grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
		overflow: hidden;
		border: 1px solid #e6e2dc;
		background: #fff;
		box-shadow: 0 9px 24px rgba(25, 25, 25, .055);
	}

	.s101-753 #plan .s101-753-age img,
	.s101-753 #plan .s101-753-age:nth-child(3) img {
		height: 164px;
		border: 0;
	}

	.s101-753 #plan .s101-753-age::after,
	.s101-753 #plan .s101-753-age:nth-child(3)::after {
		width: 41%;
		height: 164px;
	}

	.s101-753 #plan .s101-753-age::before,
	.s101-753 #plan .s101-753-age:nth-child(3)::before {
		top: 9px;
		left: 9px;
		width: calc(41% - 18px);
		height: 146px;
	}

	.s101-753 #plan .s101-753-age__body,
	.s101-753 #plan .s101-753-age:nth-child(3) .s101-753-age__body {
		width: auto;
		min-height: 164px;
		margin: 0;
		padding: 17px 15px;
		border: 0;
		box-shadow: none;
	}

	.s101-753 #plan .s101-753-age__body::after {
		top: 8px;
		right: 10px;
		font-size: 38px;
	}
}

/*
 * CTA spacing system:
 * Keep every action group visually separate from the copy above it.
 * Hero and final CTA already receive sufficient space from their lead copy.
 */
.s101-753 .s101-753-actions {
	margin-top: 28px;
	gap: 14px;
}

.s101-753 .s101-753-hero .s101-753-actions,
.s101-753 .s101-753-final .s101-753-actions {
	margin-top: 0;
}

.s101-753 .s101-753-btn {
	column-gap: 9px;
	line-height: 1.45;
	text-wrap: balance;
}

@media (max-width: 767px) {
	.s101-753 .s101-753-actions {
		margin-top: 24px;
		gap: 10px;
	}

	.s101-753 .s101-753-hero .s101-753-actions,
	.s101-753 .s101-753-final .s101-753-actions {
		margin-top: 0;
	}

	.s101-753 .s101-753-btn {
		min-height: 52px;
		padding: 12px 16px;
	}
}

/*
 * Age-plan photo frame:
 * A near-edge, double hairline frame inspired by a fine-art print mount.
 */
.s101-753 #plan .s101-753-age::before {
	top: 7px;
	right: 7px;
	left: 7px;
	height: 374px;
	border: 1px solid rgba(255, 255, 255, .96);
	outline: 1px solid rgba(255, 255, 255, .48);
	outline-offset: -6px;
	box-shadow: 0 1px 8px rgba(35, 31, 28, .08);
}

@media (max-width: 767px) {
	.s101-753 #plan .s101-753-age::before,
	.s101-753 #plan .s101-753-age:nth-child(3)::before {
		top: 6px;
		left: 6px;
		width: calc(41% - 12px);
		height: 152px;
		outline-offset: -5px;
	}
}

/*
 * Mobile heading rhythm and responsive portrait gallery.
 * Keep meaning units intact; scale headings with the viewport inside safe limits.
 */
.s101-753 .s101-sp-break {
	display: none;
}

.s101-753-trust__lead .s101-title-unit {
	display: inline;
	margin: 0;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
}

.s101-753-gallery picture {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.s101-753 .s101-sp-break {
		display: block;
	}

	body:has(.s101-753) .s101-753 .s101-753-hero h2 {
		font-size: clamp(25px, 7vw, 29px);
		line-height: 1.5;
	}

	body:has(.s101-753) .s101-753 .s101-753-section h2,
	body:has(.s101-753) .s101-753 .s101-753-editorial__body h2,
	body:has(.s101-753) .s101-753 .s101-753-reassurance__body h2,
	body:has(.s101-753) .s101-753 .s101-753-final h2 {
		font-size: clamp(21px, 6.1vw, 26px);
		line-height: 1.55;
	}

	.s101-753-trust__lead {
		font-size: clamp(17px, 4.8vw, 20px);
		line-height: 1.65;
	}

	.s101-753-trust__lead .s101-title-unit {
		white-space: nowrap;
	}
}

/*
 * Final cascade: gallery balance and the "その子のペースを、いちばんに" panel.
 * This block intentionally follows all legacy responsive rules.
 */
.s101-753-reassurance {
	position: relative;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	overflow: hidden;
	border: 0;
	background: #f3f1ed;
	box-shadow: none;
}

.s101-753-reassurance::before {
	display: none;
}

.s101-753-reassurance picture {
	position: relative;
	z-index: 1;
	align-self: center;
	margin: 0;
	height: auto;
	aspect-ratio: 750 / 531;
	background: #fff;
}

.s101-753-reassurance img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.s101-753-reassurance__body {
	position: relative;
	z-index: 3;
	padding: clamp(46px, 5vw, 72px);
	border-top: 1px solid #d6d1ca;
	border-bottom: 1px solid #d6d1ca;
}

.s101-753-reassurance__body h2 {
	position: relative;
	max-width: 10em;
	margin-bottom: 24px;
	padding-bottom: 24px;
	line-height: 1.42;
	letter-spacing: .045em;
	text-wrap: balance;
}

.s101-753-reassurance__body h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 1px;
	background: #746b65;
	content: "";
}

.s101-753-reassurance__body .s101-753-actions {
	margin-top: 32px;
}

.s101-753-reassurance__body .s101-753-btn,
.s101-753-reassurance__body .s101-753-btn:link,
.s101-753-reassurance__body .s101-753-btn:visited {
	border: 1px solid #5f5a54;
	background: transparent;
	color: #302d29 !important;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
}

.s101-753-reassurance__body .s101-753-btn:hover,
.s101-753-reassurance__body .s101-753-btn:focus-visible {
	border-color: #302d29;
	background: #302d29;
	color: #fff !important;
}

.s101-753 .s101-753-trust strong .s101-trust-title-line {
	display: block;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.s101-753-reassurance {
		grid-template-columns: 1fr;
		margin-right: -4px;
		margin-left: -4px;
	}

	.s101-753-reassurance::before {
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
	}

	.s101-753-reassurance picture {
		margin: 0;
		height: auto;
	}

	.s101-753-reassurance__body {
		padding: 32px 25px 38px;
		border-top: 0;
		border-bottom: 1px solid #d6d1ca;
	}

	.s101-753-reassurance__body h2 {
		max-width: none;
		margin-bottom: 18px;
		padding-bottom: 18px;
		font-size: clamp(22px, 6.2vw, 27px);
		line-height: 1.5;
	}

	.s101-753-reassurance__body .s101-753-actions {
		margin-top: 24px;
	}

	.s101-753-reassurance__body .s101-753-btn {
		width: 100%;
		min-width: 0;
	}
}

/*
 * 2026-07-27 embedded collection redesign
 * Studio set, products and clothes must read as intentional editorial sections,
 * not as raw shortcode output.
 */
.s101-753-shortcode--studio,
.s101-753-shortcode--products,
.s101-753-shortcode--clothes,
.s101-753-shortcode--journal {
	position: relative;
	padding: clamp(40px, 5vw, 64px);
	border: 1px solid #ddd8d0;
	background: #f8f7f4;
}

.s101-753-shortcode--products,
.s101-753-shortcode--journal {
	background: #fff;
}

.s101-753-shortcode--studio::before,
.s101-753-shortcode--products::before,
.s101-753-shortcode--clothes::before,
.s101-753-shortcode--journal::before {
	position: absolute;
	top: 0;
	left: clamp(40px, 5vw, 64px);
	width: 54px;
	height: 2px;
	background: #746b65;
	content: "";
}

.s101-753-shortcode--studio > .s101-753-section__head,
.s101-753-shortcode--products > .s101-753-section__head,
.s101-753-shortcode--clothes > .s101-753-section__head,
.s101-753-shortcode--journal > .s101-753-section__head {
	display: grid;
	grid-template-columns: minmax(0, .34fr) minmax(0, 1fr);
	align-items: end;
	gap: 30px;
	margin: 0;
	padding-bottom: 28px;
	border-bottom: 1px solid #ddd8d0;
}

.s101-753-shortcode--studio > .s101-753-section__head,
.s101-753-shortcode--products > .s101-753-section__head,
.s101-753-shortcode--clothes > .s101-753-section__head,
.s101-753-shortcode--journal > .s101-753-section__head,
.s101-753-shortcode--studio > section > .in,
.s101-753-shortcode--products > section > .in,
.s101-753-shortcode--clothes > section > .in {
	width: 100%;
	max-width: none;
}

.s101-753-shortcode--studio > .s101-753-section__head .s101-753-eyebrow,
.s101-753-shortcode--products > .s101-753-section__head .s101-753-eyebrow,
.s101-753-shortcode--clothes > .s101-753-section__head .s101-753-eyebrow,
.s101-753-shortcode--journal > .s101-753-section__head .s101-753-eyebrow {
	margin: 0 0 7px;
}

.s101-753-shortcode--studio > .s101-753-section__head h2,
.s101-753-shortcode--products > .s101-753-section__head h2,
.s101-753-shortcode--clothes > .s101-753-section__head h2,
.s101-753-shortcode--journal > .s101-753-section__head h2 {
	margin: 0;
	font-size: clamp(30px, 3.3vw, 42px);
	line-height: 1.35;
	letter-spacing: .045em;
}

.s101-753-shortcode--products > .s101-753-section__head h2 {
	font-size: clamp(30px, 3vw, 39px);
	letter-spacing: .015em;
	text-wrap: balance;
}

.s101-753-shortcode--studio:not(:has(.planoptionarea)) > section,
.s101-753-shortcode--products:not(:has(.planoptionarea)) > section,
.s101-753-shortcode--clothes:not(:has(.planoptionarea)) > section {
	padding-top: 30px;
}

.s101-753-shortcode--studio .s101-753-shortcode__lead,
.s101-753-shortcode--products .s101-753-shortcode__lead,
.s101-753-shortcode--clothes .s101-753-shortcode__lead {
	max-width: 760px;
	margin: 0 0 30px;
	color: #5f5a54;
	text-align: left;
}

.s101-753-shortcode--studio .flexbox.col4 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.s101-753-shortcode--studio .flexbox.col4 > div {
	min-width: 0;
	width: auto !important;
	margin: 0 !important;
}

.s101-753-shortcode--studio .flexbox.col4 > div > a {
	display: grid;
	grid-template-rows: auto 42px;
	height: 100%;
	padding: 7px;
	border: 1px solid #dedad4;
	background: #fff;
	color: #37332f;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(45, 40, 35, .045);
}

.s101-753-shortcode--studio .flexbox.col4 img {
	width: 100%;
	height: auto;
	min-height: 0;
	margin: 0;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	background: #f4f2ee;
}

.s101-753-shortcode--studio > section > .in {
	margin-top: 0;
	margin-bottom: 0;
}

.s101-753-shortcode--products > section > .in,
.s101-753-shortcode--clothes > section > .in {
	margin-top: 0;
	margin-bottom: 0;
}

.s101-753-shortcode--studio .flexbox.col4 > div > a {
	align-items: center;
}

.s101-753-shortcode--studio .yoyakubtn {
	display: flex;
	width: 100% !important;
	max-width: none !important;
	margin: 30px 0 0 !important;
	padding: 0;
	justify-content: center;
	text-align: center;
}

.s101-753-shortcode--studio .yoyakubtn a {
	display: inline-flex;
	min-width: 280px;
	min-height: 54px;
	padding: 13px 30px;
	align-items: center;
	justify-content: center;
	border: 1px solid #6f6761;
	background: #6f6761;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-decoration: none;
	transition: background-color .25s ease, border-color .25s ease;
}

.s101-753-shortcode--studio .yoyakubtn a::after {
	margin-left: 14px;
	content: "→";
	font-family: sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.s101-753-shortcode--studio .yoyakubtn a:hover {
	border-color: #4f4945;
	background: #4f4945;
	color: #fff;
}

.s101-753-shortcode--products .menulistlay {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.s101-753-shortcode--products .menulist {
	width: auto;
	margin: 0;
}

.s101-753-shortcode--products .menulist > a {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto auto;
	min-height: 0;
	height: 100%;
	padding: 10px 10px 12px;
	border: 1px solid #dedad4;
	background: #fff;
	color: #312e2a;
	text-align: center;
	text-decoration: none;
}

.s101-753-shortcode--products .menulist picture {
	display: block;
	margin: 0;
}

.s101-753-shortcode--products .menulist img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #f8f7f4;
}

.s101-753-shortcode--products .menulist br {
	display: none;
}

.s101-753-shortcode--products .shoot_title {
	margin-top: 16px;
	font-size: 19px;
	line-height: 1.5;
	letter-spacing: .05em;
}

.s101-753-shortcode--products .linepcice {
	margin-top: 5px;
	color: #625d57;
	font-size: 13px;
}

.s101-753-shortcode--products .detaillink {
	margin-top: 14px;
	padding: 10px 8px 0;
	border-top: 1px solid #d8d3cc;
	color: #37332f;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.s101-753-shortcode--products .s101-753-collection-link {
	display: flex;
	width: 100%;
	max-width: none;
	margin: 30px 0 0;
	justify-content: center;
	text-align: center;
}

.s101-753-shortcode--products .s101-753-collection-link a {
	display: inline-flex;
	min-width: 280px;
	min-height: 54px;
	padding: 13px 30px;
	align-items: center;
	justify-content: center;
	border: 1px solid #6f6761;
	background: #6f6761;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-decoration: none;
	transition: background-color .25s ease, border-color .25s ease;
}

.s101-753-shortcode--products .s101-753-collection-link a::after {
	margin-left: 14px;
	content: "→";
	font-family: sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.s101-753-shortcode--products .s101-753-collection-link a:hover {
	border-color: #4f4945;
	background: #4f4945;
	color: #fff;
}

.s101-753-shortcode--clothes .flexbox.col4 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 0;
}

.s101-753-shortcode--clothes .list {
	width: auto !important;
	margin: 0 !important;
}

.s101-753-shortcode--clothes .list > a {
	display: block;
	height: 100%;
	padding: 7px 7px 12px;
	border: 1px solid #dedad4;
	background: #fff;
	color: #37332f;
	text-decoration: none;
}

.s101-753-shortcode--clothes .list picture,
.s101-753-shortcode--clothes .list img {
	display: block;
	width: 100%;
}

.s101-753-shortcode--clothes .list img {
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #f4f2ee;
}

.s101-753-shortcode--clothes .tagline {
	margin: 11px 3px 0;
	font-size: 11px;
	line-height: 1.65;
}

.s101-753-shortcode--clothes .tabs {
	display: inline;
	margin: 0 .35em 0 0;
	padding: 0;
	border: 0;
	background: none;
	color: #5f5a54;
}

.s101-753 .pan1 {
	margin-top: clamp(44px, 6vw, 72px);
	padding-top: 24px;
	border-top: 1px solid #dedad4;
}

.s101-753 .pan2 {
	margin-top: 6px;
}

@media (max-width: 767px) {
	.s101-753-shortcode--studio,
	.s101-753-shortcode--products,
	.s101-753-shortcode--clothes,
	.s101-753-shortcode--journal {
		margin-right: -4px;
		margin-left: -4px;
		padding: 34px 18px 24px;
	}

	.s101-753-shortcode--studio::before,
	.s101-753-shortcode--products::before,
	.s101-753-shortcode--clothes::before,
	.s101-753-shortcode--journal::before {
		left: 18px;
		width: 42px;
	}

	.s101-753-shortcode--studio > .s101-753-section__head,
	.s101-753-shortcode--products > .s101-753-section__head,
	.s101-753-shortcode--clothes > .s101-753-section__head,
	.s101-753-shortcode--journal > .s101-753-section__head {
		display: block;
		padding-bottom: 20px;
	}

	.s101-753-shortcode--studio > .s101-753-section__head h2,
	.s101-753-shortcode--products > .s101-753-section__head h2,
	.s101-753-shortcode--clothes > .s101-753-section__head h2,
	.s101-753-shortcode--journal > .s101-753-section__head h2 {
		font-size: clamp(22px, 6.1vw, 26px);
		line-height: 1.5;
	}

	.s101-753-shortcode--studio .s101-753-shortcode__lead,
	.s101-753-shortcode--products .s101-753-shortcode__lead,
	.s101-753-shortcode--clothes .s101-753-shortcode__lead {
		margin-bottom: 22px;
	}

	.s101-753-shortcode--studio .flexbox.col4,
	.s101-753-shortcode--clothes .flexbox.col4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.s101-753-shortcode--studio .flexbox.col4 > div > a {
		grid-template-rows: auto 34px;
		padding: 5px;
		font-size: 10px;
	}

	.s101-753-shortcode--studio .flexbox.col4 img {
		height: auto;
		margin: 0;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}

	.s101-753-shortcode--studio .yoyakubtn {
		margin-top: 22px;
	}

	.s101-753-shortcode--studio .yoyakubtn a {
		width: 100%;
		min-width: 0;
		min-height: 48px;
	}

	.s101-753-shortcode--products .menulistlay {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.s101-753-shortcode--products .menulist > a {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;
		min-height: 0;
		padding: 8px 8px 12px;
	}

	.s101-753-shortcode--products .menulist picture {
		margin: 0;
	}

	.s101-753-shortcode--products .menulist img {
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.s101-753-shortcode--products .shoot_title {
		margin-top: 13px;
		font-size: clamp(16px, 4.6vw, 19px);
	}

	.s101-753-shortcode--products .linepcice {
		margin-top: 4px;
		font-size: 11px;
	}

	.s101-753-shortcode--products .detaillink {
		margin-top: 12px;
		padding-top: 8px;
		font-size: 10px;
	}

	.s101-753-shortcode--products .s101-753-collection-link {
		margin-top: 22px;
	}

	.s101-753-shortcode--products .s101-753-collection-link a {
		width: 100%;
		min-width: 0;
		min-height: 48px;
	}

	.s101-753-shortcode--clothes .list > a {
		padding: 5px 5px 9px;
	}

	.s101-753-shortcode--clothes .tagline {
		margin-top: 8px;
		font-size: 9px;
	}

	.s101-753 .pan1 {
		margin-top: 42px;
		padding-top: 20px;
	}
}

/* 2026-07-27: post-cascade overrides verified against the public page */
body:has(.s101-753) .s101-753 > section:not([class]) .menulistlay {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	height: auto;
	margin: 0;
}

body:has(.s101-753) .s101-753 > section:not([class]) .menulist {
	width: auto;
	margin: 0;
	padding: 10px 10px 17px;
}

body:has(.s101-753) .s101-753 > section:not([class]) .menulist > a {
	display: flex;
	flex-direction: column;
	height: 100%;
	line-height: 1.5;
}

body:has(.s101-753) .s101-753 > section:not([class]) .menulist img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	margin: 0;
	object-fit: cover;
}

body:has(.s101-753) .s101-753 > section:not([class]) .menulist br {
	display: none;
}

body:has(.s101-753) .s101-753 > section:not([class]) .shoot_title {
	display: block;
	margin: 15px 0 0;
	font-size: clamp(20px, 1.7vw, 27px);
	line-height: 1.45;
	text-align: center;
}

.s101-753-shortcode--products .s101-753-shortcode__lead {
	max-width: none;
	letter-spacing: .025em;
	text-wrap: pretty;
}

.s101-753-reassurance picture {
	align-self: stretch;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	height: auto;
	overflow: hidden;
}

.s101-753-reassurance picture::after {
	content: "撮影時間内は、一組ずつ貸切";
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	padding: 15px 24px;
	background: #746d66;
	color: #fff;
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: clamp(19px, 1.8vw, 27px);
	font-weight: 500;
	letter-spacing: .12em;
	line-height: 1.45;
	text-align: center;
}

.s101-753-reassurance picture img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center 30%;
}

.s101-753-gallery--three a,
.s101-753-gallery--three a:first-child {
	height: auto;
	aspect-ratio: auto;
	padding: 8px 8px 14px;
}

.s101-753-gallery--three img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

@media (max-width: 767px) {
	body:has(.s101-753) .s101-753 > section:not([class]) .menulistlay {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body:has(.s101-753) .s101-753 > section:not([class]) .menulist {
		padding: 6px 6px 13px;
	}

	body:has(.s101-753) .s101-753 > section:not([class]) .shoot_title {
		margin-top: 11px;
		font-size: clamp(17px, 5.2vw, 21px);
	}

	.s101-753-shortcode--products .s101-753-shortcode__lead {
		max-width: none;
		font-size: clamp(13px, 3.65vw, 15px);
		letter-spacing: .025em;
		line-height: 1.9;
	}

	.s101-753-reassurance picture::after {
		min-height: 62px;
		padding: 12px 14px;
		font-size: clamp(16px, 4.7vw, 20px);
		letter-spacing: .08em;
	}

	.s101-753-gallery--three a,
	.s101-753-gallery--three a:first-child {
		padding: 5px 5px 10px;
	}
}
