body.is-inner-page .l-site-header,
body.is-inner-page .l-site-header.is-visible {
	opacity: 1;
	pointer-events: auto;
	top: 0;
}

body.is-inner-page .l-site-header + .l-site-header__nav-wrap {
	opacity: 1;
	top: 0;
}

/* Mobile drawer overlay must not block the header bar when closed. */
@media (max-width: 768px) {
	body.is-inner-page .l-site-header + .l-site-header__nav-wrap {
		pointer-events: none;
	}

	body.is-inner-page .l-site-header + .l-site-header__nav-wrap.is-open {
		pointer-events: auto;
	}

	.l-site-header {
		z-index: 1002;
	}

	.l-site-header__nav-wrap.is-open {
		z-index: 1003;
	}
}

body.is-inner-page #main {
	padding-top: var(--aoaqua-header-height);
}

.p-page-header {
	background: #fafafa;
	padding-block: clamp(48px, 8vw, 80px);
}

.p-page-header__title {
	font-family: var(--aoaqua-font-serif);
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 400;
	letter-spacing: 0.18em;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}

.p-page-header--blog {
	padding-bottom: clamp(32px, 5vw, 48px);
}

.p-page-header--single {
	padding-block: clamp(24px, 4vw, 36px);
}

.p-page-header--single .p-page-header__title {
	font-size: clamp(1.25rem, 3.2vw, 1.75rem);
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.p-blog-filter {
	margin-top: clamp(20px, 3vw, 28px);
}

.p-blog-filter__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-blog-filter__link {
	border: 1px solid var(--aoaqua-color-border);
	border-radius: 999px;
	color: inherit;
	display: inline-block;
	font-family: var(--aoaqua-font-sans);
	font-size: 0.8125rem;
	letter-spacing: 0.06em;
	line-height: 1.4;
	padding: 0.55rem 1.1rem;
	text-decoration: none;
	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

.p-blog-filter__link:hover {
	border-color: #000;
}

.p-blog-filter__link.is-active {
	background: #000;
	border-color: #000;
	color: #fff;
}

.p-entry {
	font-size: 0.95rem;
	line-height: 2;
}

.p-entry > *:first-child {
	margin-top: 0;
}

.p-entry > *:last-child {
	margin-bottom: 0;
}

.p-entry h2,
.p-entry h3,
.p-entry h4 {
	font-weight: 400;
	line-height: 1.6;
	margin: 2rem 0 1rem;
	scroll-margin-top: calc(var(--aoaqua-header-height) + 16px);
}

.p-entry p,
.p-entry ul,
.p-entry ol {
	margin: 0 0 1.25rem;
}

.p-entry img {
	display: block;
	height: auto;
	max-width: 100%;
}

.p-entry a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.p-entry__lead {
	font-size: 1rem;
}

.p-entry h3 {
	font-size: clamp(1.05rem, 2.5vw, 1.2rem);
	margin-top: 2.5rem;
}

.p-entry__figure {
	margin: 0 0 1.75rem;
}

.p-entry__figure img {
	border-radius: var(--aoaqua-card-radius);
}

.p-entry__rule {
	border: 0;
	border-top: 1px solid rgb(0 0 0 / 0.12);
	margin: 2.5rem 0;
}

.p-entry-toc {
	background: rgb(0 0 0 / 0.03);
	border-radius: var(--aoaqua-card-radius);
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
}

.p-entry-toc__title {
	font-size: 0.875rem;
	letter-spacing: 0.12em;
	margin: 0 0 0.75rem;
}

.p-entry-toc ol {
	margin: 0;
	padding-left: 1.25rem;
}

.p-entry-toc li + li {
	margin-top: 0.35rem;
}

.p-entry-toc ol ol {
	margin-top: 0.35rem;
}

.p-entry-toc a {
	text-decoration: none;
}

.p-entry-toc a:hover {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.p-entry-box {
	background: rgb(0 0 0 / 0.03);
	border-radius: var(--aoaqua-card-radius);
	margin: 0 0 1.5rem;
	padding: 1.25rem 1.5rem;
}

.p-entry-box ul {
	margin-bottom: 0;
}

.p-entry__note {
	color: rgb(0 0 0 / 0.65);
	font-size: 0.875rem;
}

/* About */
.p-about {
	background: #fff;
}

.p-about__profile {
	align-items: start;
	display: grid;
	gap: clamp(24px, 4vw, 40px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	margin-bottom: clamp(40px, 6vw, 64px);
}

.p-about__image {
	border-radius: var(--aoaqua-card-radius);
	overflow: hidden;
}

.p-about__image img {
	display: block;
	height: auto;
	width: 100%;
}

.p-about__name {
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 400;
	letter-spacing: 0.12em;
	margin: 0 0 1rem;
}

.p-about__bio {
	font-size: 0.95rem;
	line-height: 2;
	margin: 0;
}

.p-about__section-title {
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: 0 0 1.5rem;
	text-align: center;
}

.p-about__list {
	display: grid;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-about__list li {
	border-bottom: 1px solid var(--aoaqua-color-border);
	font-family: var(--aoaqua-font-sans);
	font-size: 0.9375rem;
	padding-bottom: 0.75rem;
}

.p-about__note {
	font-size: 0.875rem;
	margin: 1.5rem 0 0;
	text-align: center;
}

/* Gallery */
.p-gallery {
	background: #fff;
}

.p-gallery__block + .p-gallery__block {
	margin-top: clamp(48px, 6vw, 72px);
}

.p-gallery__block {
	scroll-margin-top: calc(var(--aoaqua-header-height) + 16px);
}

.p-gallery__title {
	font-size: clamp(1.125rem, 2vw, 1.375rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: 0 0 clamp(20px, 3vw, 28px);
	text-align: center;
}

.p-gallery__grid {
	--p-gallery-gap: clamp(12px, 2vw, 20px);
	display: grid;
	gap: var(--p-gallery-gap);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-gallery__grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-gallery__item {
	aspect-ratio: 4 / 3;
	background: none;
	border: 0;
	border-radius: var(--aoaqua-card-radius);
	cursor: zoom-in;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.p-gallery__item img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease, opacity 0.35s ease;
	width: 100%;
}

.p-gallery__item:hover img,
.p-gallery__item:focus-visible img {
	opacity: 0.92;
	transform: scale(1.02);
}

.p-gallery__item:focus-visible {
	outline: 2px solid #000;
	outline-offset: 3px;
}

.p-gallery-lightbox {
	inset: 0;
	position: fixed;
	z-index: 1100;
}

.p-gallery-lightbox:not([hidden]) {
	display: block;
}

.p-gallery-lightbox__backdrop {
	background: rgb(0 0 0 / 0.88);
	inset: 0;
	position: absolute;
}

.p-gallery-lightbox__dialog {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: clamp(56px, 8vw, 72px) clamp(16px, 4vw, 48px);
	position: relative;
	z-index: 1;
}

.p-gallery-lightbox__stage {
	align-items: center;
	display: flex;
	justify-content: center;
	max-height: calc(100vh - 120px);
	width: min(100%, 1200px);
}

.p-gallery-lightbox__image {
	display: block;
	height: auto;
	max-height: calc(100vh - 120px);
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.p-gallery-lightbox__close,
.p-gallery-lightbox__nav {
	align-items: center;
	background: rgb(255 255 255 / 0.12);
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.75rem;
	height: 44px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	transition: background 0.2s ease;
	width: 44px;
}

.p-gallery-lightbox__close:hover,
.p-gallery-lightbox__nav:hover {
	background: rgb(255 255 255 / 0.22);
}

.p-gallery-lightbox__close {
	right: clamp(12px, 3vw, 24px);
	top: clamp(12px, 3vw, 24px);
}

.p-gallery-lightbox__nav--prev {
	left: clamp(8px, 2vw, 20px);
	top: 50%;
	transform: translateY(-50%);
}

.p-gallery-lightbox__nav--next {
	right: clamp(8px, 2vw, 20px);
	top: 50%;
	transform: translateY(-50%);
}

.p-gallery-lightbox__counter {
	color: rgb(255 255 255 / 0.82);
	font-family: var(--aoaqua-font-sans);
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	margin: 1rem 0 0;
}

body.is-gallery-lightbox-open {
	overflow: hidden;
}

@media (max-width: 768px) {
	.p-gallery__grid,
	.p-gallery__grid--2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.p-gallery__grid,
	.p-gallery__grid--2 {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.p-gallery__item img {
		transition: none;
	}
}

/* Plan page */
.p-plan-page {
	background: #f5f5f5;
}

.p-plan-page__intro {
	font-size: 0.95rem;
	line-height: 2;
	margin: 0 0 clamp(32px, 5vw, 48px);
	text-align: center;
}

.p-plan-page__group + .p-plan-page__group {
	margin-top: clamp(40px, 5vw, 56px);
}

.p-plan-page__group {
	scroll-margin-top: calc(var(--aoaqua-header-height) + 16px);
}

.p-plan-page__group-title {
	font-size: clamp(1.125rem, 2vw, 1.375rem);
	font-weight: 400;
	letter-spacing: 0.08em;
	margin: 0 0 1rem;
}

.p-plan-page__table-wrap {
	background: #fff;
	border-radius: var(--aoaqua-card-radius);
	box-shadow: 0 10px 30px rgb(0 0 0 / 0.06);
	overflow-x: auto;
}

.p-plan-page__table {
	border-collapse: collapse;
	font-family: var(--aoaqua-font-sans);
	font-size: 0.875rem;
	min-width: 100%;
	width: 100%;
}

.p-plan-page__table th,
.p-plan-page__table td {
	border-bottom: 1px solid var(--aoaqua-color-border);
	padding: 0.85rem 1rem;
	text-align: left;
	vertical-align: top;
}

.p-plan-page__table th {
	background: #fafafa;
	font-weight: 500;
	white-space: nowrap;
}

.p-plan-page__table tbody tr:last-child td {
	border-bottom: 0;
}

.p-plan-page__notes {
	margin-top: 1rem;
}

.p-plan-page__notes p,
.p-plan-page__notice-text {
	font-size: 0.875rem;
	line-height: 2;
	margin: 0;
}

.p-plan-page__notice-text + .p-plan-page__notice-text {
	margin-top: 0.75rem;
}

.p-plan-page__notices {
	margin-top: clamp(48px, 6vw, 72px);
}

.p-plan-page__notices-title {
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: 0 0 clamp(24px, 4vw, 32px);
	text-align: center;
}

.p-plan-page__notices-grid {
	display: grid;
	gap: clamp(20px, 3vw, 24px);
}

.p-plan-page__notice {
	background: #fff;
	border-radius: var(--aoaqua-card-radius);
	box-shadow: 0 10px 30px rgb(0 0 0 / 0.06);
	padding: clamp(20px, 3vw, 28px);
}

.p-plan-page__notice-title {
	border-bottom: 1px solid var(--aoaqua-color-border);
	font-family: var(--aoaqua-font-serif);
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin: 0 0 1rem;
	padding-bottom: 0.85rem;
}

.p-plan-page__notice-body {
	display: grid;
	gap: 0.75rem;
}

.p-plan-page__notice .p-plan-page__table-wrap {
	box-shadow: none;
}

.p-plan-page__notice .p-plan-page__notice-text {
	color: rgb(0 0 0 / 0.82);
}

.p-plan-page__cta {
	margin-top: clamp(40px, 5vw, 56px);
	text-align: center;
}

.p-plan-page__cta-button {
	background: #000;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-family: var(--aoaqua-font-sans);
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	padding: 0.9rem 2.5rem;
	transition: opacity 0.2s ease;
}

.p-plan-page__cta-button:hover {
	opacity: 0.85;
}

.p-contact--page {
	background: #fff;
}

.p-contact--page .p-contact__inner {
	margin-inline: auto;
	max-width: 768px;
}

/* Blog */
.p-blog {
	background: #fafafa;
}

.p-blog--empty {
	padding-block: clamp(32px, 5vw, 56px);
}

.p-blog__grid {
	display: grid;
	gap: clamp(24px, 3vw, 32px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-blog__empty {
	color: rgb(0 0 0 / 0.55);
	font-family: var(--aoaqua-font-sans);
	font-size: 0.9375rem;
	letter-spacing: 0.06em;
	margin: 0;
	text-align: center;
}

.pagination,
.nav-links {
	display: flex;
	flex-wrap: wrap;
	font-family: var(--aoaqua-font-sans);
	gap: 0.5rem;
	justify-content: center;
	margin-top: clamp(32px, 5vw, 48px);
}

ul.page-numbers {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	min-height: 0;
	min-width: 0;
	padding: 0;
}

a.page-numbers,
span.page-numbers {
	align-items: center;
	border: 1px solid var(--aoaqua-color-border);
	border-radius: 999px;
	display: inline-flex;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding-inline: 0.75rem;
	transition: background 0.2s ease;
}

span.page-numbers.current,
a.page-numbers:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

span.page-numbers.dots {
	border-color: transparent;
	min-width: auto;
}

/* Breadcrumbs */
.c-breadcrumbs {
	font-family: var(--aoaqua-font-sans);
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	margin-bottom: 1rem;
}

.c-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-breadcrumbs__item {
	align-items: center;
	display: flex;
	gap: 0.35rem;
}

.c-breadcrumbs__item:not(:last-child)::after {
	color: rgb(0 0 0 / 0.35);
	content: '/';
}

.c-breadcrumbs__link {
	color: rgb(0 0 0 / 0.65);
	text-decoration: none;
}

.c-breadcrumbs__link:hover {
	text-decoration: underline;
}

.c-breadcrumbs__current {
	color: rgb(0 0 0 / 0.85);
}

.p-single__breadcrumbs {
	padding-top: clamp(8px, 2vw, 12px);
}

/* Single post */
.p-single__body {
	background: #fff;
	padding-block: clamp(24px, 4vw, 40px) clamp(48px, 6vw, 72px);
}

.p-single__body .p-single__meta {
	margin-bottom: 1rem;
}

.p-single__meta,
.p-single__thumbnail,
.p-single__content,
.p-single__toc,
.p-single-share,
.p-single-nav,
.p-single__back {
	margin-inline: auto;
	max-width: var(--aoaqua-single-content-max);
	width: 100%;
}

.p-single__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-family: var(--aoaqua-font-sans);
	gap: 0.75rem 1.25rem;
	margin-bottom: 1.5rem;
}

.p-single__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-single__category {
	border: 1px solid rgb(0 0 0 / 0.15);
	border-radius: 999px;
	color: rgb(0 0 0 / 0.7);
	display: inline-block;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	line-height: 1.2;
	margin: 0;
	padding: 0.35rem 0.75rem;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.p-single__category:hover {
	background: #000;
	color: #fff;
}

.p-single__date {
	color: rgb(0 0 0 / 0.55);
	font-size: 0.8125rem;
	letter-spacing: 0.06em;
}

.p-single__thumbnail {
	border-radius: var(--aoaqua-card-radius);
	margin-bottom: clamp(24px, 4vw, 40px);
	overflow: hidden;
}

.p-single__thumbnail img {
	display: block;
	height: auto;
	width: 100%;
}

.p-single__toc.p-entry-toc {
	background: #fff;
	border: 1px solid rgb(0 0 0 / 0.1);
	border-radius: var(--aoaqua-card-radius);
	box-shadow: 0 10px 30px rgb(0 0 0 / 0.04);
	margin-bottom: clamp(24px, 4vw, 40px);
	padding: clamp(20px, 3vw, 28px) clamp(20px, 3vw, 32px);
}

.p-single__toc .p-entry-toc__title {
	border-bottom: 1px solid rgb(0 0 0 / 0.1);
	font-family: var(--aoaqua-font-serif);
	font-size: clamp(1rem, 2.2vw, 1.125rem);
	font-weight: 400;
	letter-spacing: 0.14em;
	margin: 0 0 1rem;
	padding-bottom: 0.85rem;
	text-align: center;
}

.p-single__toc .p-entry-toc__list {
	counter-reset: aoaqua-toc;
	font-family: var(--aoaqua-font-sans);
	font-size: 0.875rem;
	line-height: 1.75;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-single__toc .p-entry-toc__list > li {
	counter-increment: aoaqua-toc;
}

.p-single__toc .p-entry-toc__list > li + li {
	border-top: 1px solid rgb(0 0 0 / 0.06);
	margin-top: 0;
}

.p-single__toc .p-entry-toc__list > li > a {
	align-items: baseline;
	color: inherit;
	display: flex;
	gap: 0.75rem;
	padding-block: 0.65rem;
	text-decoration: none;
	transition: color 0.2s ease;
}

.p-single__toc .p-entry-toc__list > li > a::before {
	color: rgb(0 0 0 / 0.4);
	content: counter(aoaqua-toc) ".";
	flex-shrink: 0;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	min-width: 1.5rem;
}

.p-single__toc .p-entry-toc__list > li > a:hover {
	color: rgb(0 0 0 / 0.65);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.p-single__toc .p-entry-toc__sublist {
	border-left: 1px solid rgb(0 0 0 / 0.08);
	list-style: none;
	margin: 0.15rem 0 0.35rem 2.25rem;
	padding: 0 0 0 1rem;
}

.p-single__toc .p-entry-toc__sublist > li + li {
	border-top: 0;
	margin-top: 0;
}

.p-single__toc .p-entry-toc__sublist a {
	color: rgb(0 0 0 / 0.72);
	display: block;
	font-size: 0.8125rem;
	padding-block: 0.35rem;
	text-decoration: none;
}

.p-single__toc .p-entry-toc__sublist a:hover {
	color: rgb(0 0 0 / 0.65);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.p-single-share {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: clamp(24px, 4vw, 32px);
	margin: clamp(32px, 5vw, 48px) auto;
	padding-block: clamp(24px, 4vw, 32px);
	text-align: center;
	width: 100%;
}

.p-single-share__block {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	width: fit-content;
}

.p-single-share__lead {
	font-family: var(--aoaqua-font-sans);
	font-size: 0.9375rem;
	letter-spacing: 0.06em;
	line-height: 1.7;
	margin: 0 0 1rem;
	text-align: center;
}

.p-single-share__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: fit-content;
}

.p-single-share__list > li {
	display: flex;
	justify-content: center;
}

.p-single-share__button {
	align-items: center;
	background: #fff;
	border: 1px solid rgb(0 0 0 / 0.2);
	border-radius: 999px;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--aoaqua-font-sans);
	font-size: 0.8125rem;
	gap: 0.35rem;
	justify-content: center;
	letter-spacing: 0.06em;
	min-width: 7rem;
	padding: 0.55rem 1rem;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.p-single-share__button:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

.p-single-share__button--instagram .l-site-header__instagram-icon {
	height: 1rem;
	width: 1rem;
}

.p-single-share__copy-feedback {
	color: rgb(0 0 0 / 0.6);
	font-size: 0.8125rem;
	margin: 0.75rem 0 0;
	text-align: center;
}

.p-single-nav {
	border-top: 1px solid rgb(0 0 0 / 0.1);
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: clamp(24px, 4vw, 32px);
	padding-top: clamp(24px, 4vw, 32px);
}

.p-single-nav__placeholder {
	display: block;
}

.p-single-nav__link {
	border: 1px solid rgb(0 0 0 / 0.12);
	border-radius: var(--aoaqua-card-radius);
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1rem 1.15rem;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.p-single-nav__link:hover {
	background: rgb(0 0 0 / 0.03);
	border-color: rgb(0 0 0 / 0.25);
}

.p-single-nav__link--next {
	text-align: right;
}

.p-single-nav__label {
	color: rgb(0 0 0 / 0.5);
	font-family: var(--aoaqua-font-sans);
	font-size: 0.75rem;
	letter-spacing: 0.1em;
}

.p-single-nav__title {
	display: -webkit-box;
	font-size: 0.875rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.6;
	overflow: hidden;
}

.p-single-related {
	margin-top: clamp(32px, 5vw, 48px);
}

.p-single-related__title {
	font-family: var(--aoaqua-font-serif);
	font-size: clamp(1.125rem, 2.5vw, 1.375rem);
	font-weight: 400;
	letter-spacing: 0.12em;
	margin: 0 0 clamp(20px, 3vw, 28px);
	text-align: center;
}

.p-single-related__grid {
	margin-inline: auto;
	max-width: 100%;
}

.p-single-related__pagination {
	margin-top: clamp(24px, 4vw, 32px);
	text-align: center;
}

.p-single-related__pagination .pagination,
.p-single-related__pagination .nav-links {
	margin-top: 0;
}

.p-single-related__pagination ul.page-numbers {
	margin-inline: auto;
}

.p-single-share__button--line:hover {
	background: #06c755;
	border-color: #06c755;
	color: #fff;
}

.p-single-share__button--x:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

.p-single-share__button--facebook:hover {
	background: #1877f2;
	border-color: #1877f2;
	color: #fff;
}

.p-single-share__button--hatena:hover {
	background: #00a4de;
	border-color: #00a4de;
	color: #fff;
}

.p-single-share__button--pinterest:hover {
	background: #e60023;
	border-color: #e60023;
	color: #fff;
}

.p-single-share__button--email:hover {
	background: #555;
	border-color: #555;
	color: #fff;
}

.p-single__back {
	margin-top: clamp(24px, 4vw, 32px);
	text-align: center;
}

.p-single__back-link {
	border: 1px solid #000;
	border-radius: 999px;
	display: inline-block;
	font-family: var(--aoaqua-font-sans);
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	padding: 0.75rem 1.75rem;
	transition: background 0.2s ease, color 0.2s ease;
}

.p-single__back-link:hover {
	background: #000;
	color: #fff;
}

.p-single-plans {
	background: rgb(0 0 0 / 0.03);
	padding-block: clamp(40px, 6vw, 64px);
}

.p-single-plans__title {
	font-size: clamp(1.25rem, 3vw, 1.5rem);
	font-weight: 400;
	letter-spacing: 0.12em;
	margin: 0 0 clamp(24px, 4vw, 32px);
	text-align: center;
}

.p-single-plans__list {
	display: grid;
	gap: clamp(16px, 3vw, 24px);
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-single-plans__card {
	background: #fff;
	border-radius: var(--aoaqua-card-radius);
	color: inherit;
	display: block;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
}

.p-single-plans__media {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.p-single-plans__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-single-plans__body {
	padding: 1rem 1.25rem 1.25rem;
}

.p-single-plans__label {
	color: rgb(0 0 0 / 0.5);
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	margin: 0 0 0.35rem;
}

.p-single-plans__name {
	font-size: 1.125rem;
	font-weight: 400;
	margin: 0 0 0.5rem;
}

.p-single-plans__text {
	font-size: 0.8125rem;
	line-height: 1.7;
	margin: 0 0 0.75rem;
}

.p-single-plans__price {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	margin: 0;
}

.p-contact--single {
	background: #fff;
	padding-block: clamp(40px, 6vw, 56px);
}

.p-contact--single .p-single-contact__title {
	font-size: clamp(1.25rem, 3vw, 1.5rem);
	font-weight: 400;
	letter-spacing: 0.16em;
	margin: 0 0 clamp(24px, 4vw, 32px);
	text-align: center;
}

.p-contact--single .p-contact__inner {
	margin-inline: auto;
	max-width: 640px;
}

/* 404 */
.p-not-found {
	background: #fff;
	text-align: center;
}

.p-not-found__text {
	font-size: 0.95rem;
	line-height: 2;
	margin: 0 0 1.5rem;
}

.p-not-found__link {
	border: 1px solid #000;
	border-radius: 999px;
	display: inline-block;
	font-family: var(--aoaqua-font-sans);
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	padding: 0.75rem 1.75rem;
	transition: background 0.2s ease, color 0.2s ease;
}

.p-not-found__link:hover {
	background: #000;
	color: #fff;
}

@media (max-width: 960px) {
	.p-about__profile,
	.p-blog__grid {
		grid-template-columns: 1fr;
	}

	.p-single-related__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.p-single-nav {
		grid-template-columns: 1fr;
	}

	.p-single-nav__link--next {
		text-align: left;
	}

	.p-plan-page__table th,
	.p-plan-page__table td {
		font-size: 0.8125rem;
		padding: 0.7rem 0.75rem;
	}
}

