@charset "UTF-8";
/*
Theme Name: Belladonna Balance Care
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:root {
  --font-sans: "Noto Sans JP", "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
               "BIZ UDPGothic", "YuGothic", "Yu Gothic", "游ゴシック体", "Meiryo", sans-serif;
  --font-ja: "Shippori Mincho", "游明朝", "Yu Mincho", serif;
  --font-en: "Playfair Display", serif;
  --gothic: var(--font-sans);
  --serif: var(--font-ja);
  --black: #333;
  --red: #d00;
  --font_base: #2E2E2E;
  --base: #DFD2DA;
  --base-02: #7A7A7A;
  --main: #D67BAF;
  --main-02: #EFDCE7;
  --gold: #C6A676;
  --purple: #925BA7;
  --white: #FFFFFF;
}

a {
  position: relative;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), color 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

a {
  color: inherit;
  transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (any-hover: hover) and (pointer: fine) {
  a:hover {
    color: var(--purple);
  }
}
.section-title {
  text-align: center;
  /* 英語タイトル */
  /* 日本語タイトル */
}
.section-title .section__en {
  font-family: var(--font-en);
  color: var(--purple);
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.25;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .section-title .section__en {
    font-size: 2rem;
    margin-bottom: 0.15em;
    letter-spacing: 0.02em;
  }
}
.section-title .section__jp {
  font-family: var(--font-sans);
  color: var(--font_base);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-top: -0.5em; /* 英語に寄せる（被らせずに詰める） */
}
@media screen and (max-width: 768px) {
  .section-title .section__jp {
    font-size: 2.2rem;
    margin-top: -0.3em; /* SPは詰めすぎない */
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.section-title.section-title--white .section__en {
  color: var(--white);
}
.section-title.section-title--white .section__jp {
  color: var(--white);
}
.section-title.section-title--pink .section__en {
  color: var(--main);
}
.section-title.section-title--gold .section__en {
  color: var(--gold);
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 6.5rem;
  border-radius: 40px;
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0.13em;
  text-decoration: none;
  cursor: pointer;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-btn:hover {
    opacity: 0.85;
    box-shadow: 0 6px 18px rgba(146, 91, 167, 0.18);
  }
}
.c-btn.c-btn--gold {
  background-color: var(--gold);
  color: var(--white);
}
.c-btn.c-btn--gray {
  background-color: var(--base-02);
  color: var(--white);
}
.c-btn.c-btn--beige {
  background-color: var(--base);
  color: var(--white);
}

.b-pink {
  color: var(--main);
}

.b-purple {
  color: var(--purple);
}

/* =========================
   アニメーション：共通
========================= */
[data-anim] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-anim].is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ゆったり版（見出し・大ブロック） */
[data-anim=slow] {
  transition-duration: 1s;
}

/* =========================
   アニメーション：余韻
========================= */
.p-top-section {
  position: relative;
  overflow: hidden;
}
.p-top-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.6), transparent 70%);
  opacity: 0;
  transition: opacity 1.6s ease;
  pointer-events: none;
}
.p-top-section[data-anim].is-show::after {
  opacity: 1;
}

/* =========================
   アニメーション：ボタン
========================= */
.c-btn {
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}
.c-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.c-btn:active {
  transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

@media (any-hover: hover) and (pointer: fine) {
  .c-btn:hover {
    opacity: 0.85;
    box-shadow: 0 6px 18px rgba(146, 91, 167, 0.18);
    transform: translateY(1px);
  }
  /* ← hoverを離した時の余韻 */
  .c-btn {
    transition-duration: 0.6s;
  }
}
.c-backtotop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--main);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .c-backtotop {
    right: 14px;
    bottom: 52px;
  }
}
.c-backtotop.is-show {
  opacity: 1;
  visibility: visible;
}
.c-backtotop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -40%) rotate(-45deg);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
[id] {
  scroll-margin-top: 120px; /* ヘッダー高さ＋余白 */
}

/* =================================
   外部リンク共通（全ページ）
   ・target="_blank"
   ・画像リンクは除外
================================= */
a[target=_blank]:not(:has(img)) {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

a[target=_blank]:not(:has(img))::after {
  content: "";
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6H5V5Z'/%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 fill='white' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6H5V5Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  opacity: 0.85;
}

/* WordPress / 外部embedの影響を封じる */
iframe {
  max-width: 100%;
}

.wp-embed,
.wp-block-embed,
.wp-block-embed__wrapper {
  all: unset;
  display: block;
}

/************************************************

	基本

*************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--gothic);
  line-height: 1.85;
  font-size: 1.4em;
  color: var(--font_base);
  font-weight: 300;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 1.4em;
  }
}

.b-contents {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  .b-contents {
    padding-top: var(--header-height-sp, 64px);
  }
}

button:focus-visible,
a:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

input,
textarea {
  font-family: var(--gothic);
  font-size: 1.6rem;
}
input:focus-visible,
textarea:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 3px #333 inset;
}

select {
  font-family: var(--gothic);
  font-size: 1.6rem;
}
select:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.wp-embed a,
.wp-block-embed a {
  color: inherit;
  text-decoration: none;
}

.wp-embed,
.wp-block-embed,
iframe {
  max-width: 100%;
}

button {
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-transform: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

sup {
  font-size: 0.8em;
  transform: translateY(-0.5em);
  display: inline-block;
}

.note {
  font-size: 0.8em;
  vertical-align: top;
}

/************************************************

	block

*************************************************/
.b-unit_2col01 {
  display: flex;
  flex-wrap: wrap;
}
.b-unit_2col01 > .b-unit_2col01__unit {
  width: 49%;
}
.b-unit_2col01 > .b-unit_2col01__unit:nth-child(odd) {
  margin-right: 2%;
}
.b-unit_2col01 > .b-unit_2col01__unit:nth-child(n+3) {
  margin-top: 2%;
}

.b-unit_2col02 {
  display: flex;
  flex-wrap: wrap;
}
.b-unit_2col02 > .b-unit_2col02__unit {
  width: 100%;
}
.b-unit_2col02 > .b-unit_2col02__unit:nth-child(odd) {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .b-unit_2col02 > .b-unit_2col02__unit:nth-child(odd) {
    margin-right: 0;
  }
}
.b-unit_2col02 > .b-unit_2col02__unit:nth-child(n+3) {
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  .b-unit_2col02 > .b-unit_2col02__unit:nth-child(n+2) {
    margin-top: 2%;
  }
}

/************************************************

	bottom

*************************************************/
/************************************************

	icon

*************************************************/
/************************************************

	utility

*************************************************/
.b-m0 {
  margin: 0px !important;
}

.b-mt0 {
  margin-top: 0px !important;
}

.b-mb0 {
  margin-bottom: 0px !important;
}

.b-ml0 {
  margin-left: 0px !important;
}

.b-mr0 {
  margin-right: 0px !important;
}

.b-p0 {
  padding: 0px !important;
}

.b-pt0 {
  padding-top: 0px !important;
}

.b-pb0 {
  padding-bottom: 0px !important;
}

.b-pl0 {
  padding-left: 0px !important;
}

.b-pr0 {
  padding-right: 0px !important;
}

.b-m5 {
  margin: 5px !important;
}

.b-mt5 {
  margin-top: 5px !important;
}

.b-mb5 {
  margin-bottom: 5px !important;
}

.b-ml5 {
  margin-left: 5px !important;
}

.b-mr5 {
  margin-right: 5px !important;
}

.b-p5 {
  padding: 5px !important;
}

.b-pt5 {
  padding-top: 5px !important;
}

.b-pb5 {
  padding-bottom: 5px !important;
}

.b-pl5 {
  padding-left: 5px !important;
}

.b-pr5 {
  padding-right: 5px !important;
}

.b-m10 {
  margin: 10px !important;
}

.b-mt10 {
  margin-top: 10px !important;
}

.b-mb10 {
  margin-bottom: 10px !important;
}

.b-ml10 {
  margin-left: 10px !important;
}

.b-mr10 {
  margin-right: 10px !important;
}

.b-p10 {
  padding: 10px !important;
}

.b-pt10 {
  padding-top: 10px !important;
}

.b-pb10 {
  padding-bottom: 10px !important;
}

.b-pl10 {
  padding-left: 10px !important;
}

.b-pr10 {
  padding-right: 10px !important;
}

.b-m15 {
  margin: 15px !important;
}

.b-mt15 {
  margin-top: 15px !important;
}

.b-mb15 {
  margin-bottom: 15px !important;
}

.b-ml15 {
  margin-left: 15px !important;
}

.b-mr15 {
  margin-right: 15px !important;
}

.b-p15 {
  padding: 15px !important;
}

.b-pt15 {
  padding-top: 15px !important;
}

.b-pb15 {
  padding-bottom: 15px !important;
}

.b-pl15 {
  padding-left: 15px !important;
}

.b-pr15 {
  padding-right: 15px !important;
}

.b-m20 {
  margin: 20px !important;
}

.b-mt20 {
  margin-top: 20px !important;
}

.b-mb20 {
  margin-bottom: 20px !important;
}

.b-ml20 {
  margin-left: 20px !important;
}

.b-mr20 {
  margin-right: 20px !important;
}

.b-p20 {
  padding: 20px !important;
}

.b-pt20 {
  padding-top: 20px !important;
}

.b-pb20 {
  padding-bottom: 20px !important;
}

.b-pl20 {
  padding-left: 20px !important;
}

.b-pr20 {
  padding-right: 20px !important;
}

.b-m25 {
  margin: 25px !important;
}

.b-mt25 {
  margin-top: 25px !important;
}

.b-mb25 {
  margin-bottom: 25px !important;
}

.b-ml25 {
  margin-left: 25px !important;
}

.b-mr25 {
  margin-right: 25px !important;
}

.b-p25 {
  padding: 25px !important;
}

.b-pt25 {
  padding-top: 25px !important;
}

.b-pb25 {
  padding-bottom: 25px !important;
}

.b-pl25 {
  padding-left: 25px !important;
}

.b-pr25 {
  padding-right: 25px !important;
}

.b-m30 {
  margin: 30px !important;
}

.b-mt30 {
  margin-top: 30px !important;
}

.b-mb30 {
  margin-bottom: 30px !important;
}

.b-ml30 {
  margin-left: 30px !important;
}

.b-mr30 {
  margin-right: 30px !important;
}

.b-p30 {
  padding: 30px !important;
}

.b-pt30 {
  padding-top: 30px !important;
}

.b-pb30 {
  padding-bottom: 30px !important;
}

.b-pl30 {
  padding-left: 30px !important;
}

.b-pr30 {
  padding-right: 30px !important;
}

.b-m35 {
  margin: 35px !important;
}

.b-mt35 {
  margin-top: 35px !important;
}

.b-mb35 {
  margin-bottom: 35px !important;
}

.b-ml35 {
  margin-left: 35px !important;
}

.b-mr35 {
  margin-right: 35px !important;
}

.b-p35 {
  padding: 35px !important;
}

.b-pt35 {
  padding-top: 35px !important;
}

.b-pb35 {
  padding-bottom: 35px !important;
}

.b-pl35 {
  padding-left: 35px !important;
}

.b-pr35 {
  padding-right: 35px !important;
}

.b-m40 {
  margin: 40px !important;
}

.b-mt40 {
  margin-top: 40px !important;
}

.b-mb40 {
  margin-bottom: 40px !important;
}

.b-ml40 {
  margin-left: 40px !important;
}

.b-mr40 {
  margin-right: 40px !important;
}

.b-p40 {
  padding: 40px !important;
}

.b-pt40 {
  padding-top: 40px !important;
}

.b-pb40 {
  padding-bottom: 40px !important;
}

.b-pl40 {
  padding-left: 40px !important;
}

.b-pr40 {
  padding-right: 40px !important;
}

.b-m45 {
  margin: 45px !important;
}

.b-mt45 {
  margin-top: 45px !important;
}

.b-mb45 {
  margin-bottom: 45px !important;
}

.b-ml45 {
  margin-left: 45px !important;
}

.b-mr45 {
  margin-right: 45px !important;
}

.b-p45 {
  padding: 45px !important;
}

.b-pt45 {
  padding-top: 45px !important;
}

.b-pb45 {
  padding-bottom: 45px !important;
}

.b-pl45 {
  padding-left: 45px !important;
}

.b-pr45 {
  padding-right: 45px !important;
}

.b-m50 {
  margin: 50px !important;
}

.b-mt50 {
  margin-top: 50px !important;
}

.b-mb50 {
  margin-bottom: 50px !important;
}

.b-ml50 {
  margin-left: 50px !important;
}

.b-mr50 {
  margin-right: 50px !important;
}

.b-p50 {
  padding: 50px !important;
}

.b-pt50 {
  padding-top: 50px !important;
}

.b-pb50 {
  padding-bottom: 50px !important;
}

.b-pl50 {
  padding-left: 50px !important;
}

.b-pr50 {
  padding-right: 50px !important;
}

.b-m55 {
  margin: 55px !important;
}

.b-mt55 {
  margin-top: 55px !important;
}

.b-mb55 {
  margin-bottom: 55px !important;
}

.b-ml55 {
  margin-left: 55px !important;
}

.b-mr55 {
  margin-right: 55px !important;
}

.b-p55 {
  padding: 55px !important;
}

.b-pt55 {
  padding-top: 55px !important;
}

.b-pb55 {
  padding-bottom: 55px !important;
}

.b-pl55 {
  padding-left: 55px !important;
}

.b-pr55 {
  padding-right: 55px !important;
}

.b-m60 {
  margin: 60px !important;
}

.b-mt60 {
  margin-top: 60px !important;
}

.b-mb60 {
  margin-bottom: 60px !important;
}

.b-ml60 {
  margin-left: 60px !important;
}

.b-mr60 {
  margin-right: 60px !important;
}

.b-p60 {
  padding: 60px !important;
}

.b-pt60 {
  padding-top: 60px !important;
}

.b-pb60 {
  padding-bottom: 60px !important;
}

.b-pl60 {
  padding-left: 60px !important;
}

.b-pr60 {
  padding-right: 60px !important;
}

.b-m65 {
  margin: 65px !important;
}

.b-mt65 {
  margin-top: 65px !important;
}

.b-mb65 {
  margin-bottom: 65px !important;
}

.b-ml65 {
  margin-left: 65px !important;
}

.b-mr65 {
  margin-right: 65px !important;
}

.b-p65 {
  padding: 65px !important;
}

.b-pt65 {
  padding-top: 65px !important;
}

.b-pb65 {
  padding-bottom: 65px !important;
}

.b-pl65 {
  padding-left: 65px !important;
}

.b-pr65 {
  padding-right: 65px !important;
}

.b-m70 {
  margin: 70px !important;
}

.b-mt70 {
  margin-top: 70px !important;
}

.b-mb70 {
  margin-bottom: 70px !important;
}

.b-ml70 {
  margin-left: 70px !important;
}

.b-mr70 {
  margin-right: 70px !important;
}

.b-p70 {
  padding: 70px !important;
}

.b-pt70 {
  padding-top: 70px !important;
}

.b-pb70 {
  padding-bottom: 70px !important;
}

.b-pl70 {
  padding-left: 70px !important;
}

.b-pr70 {
  padding-right: 70px !important;
}

.b-m75 {
  margin: 75px !important;
}

.b-mt75 {
  margin-top: 75px !important;
}

.b-mb75 {
  margin-bottom: 75px !important;
}

.b-ml75 {
  margin-left: 75px !important;
}

.b-mr75 {
  margin-right: 75px !important;
}

.b-p75 {
  padding: 75px !important;
}

.b-pt75 {
  padding-top: 75px !important;
}

.b-pb75 {
  padding-bottom: 75px !important;
}

.b-pl75 {
  padding-left: 75px !important;
}

.b-pr75 {
  padding-right: 75px !important;
}

.b-m80 {
  margin: 80px !important;
}

.b-mt80 {
  margin-top: 80px !important;
}

.b-mb80 {
  margin-bottom: 80px !important;
}

.b-ml80 {
  margin-left: 80px !important;
}

.b-mr80 {
  margin-right: 80px !important;
}

.b-p80 {
  padding: 80px !important;
}

.b-pt80 {
  padding-top: 80px !important;
}

.b-pb80 {
  padding-bottom: 80px !important;
}

.b-pl80 {
  padding-left: 80px !important;
}

.b-pr80 {
  padding-right: 80px !important;
}

.b-m85 {
  margin: 85px !important;
}

.b-mt85 {
  margin-top: 85px !important;
}

.b-mb85 {
  margin-bottom: 85px !important;
}

.b-ml85 {
  margin-left: 85px !important;
}

.b-mr85 {
  margin-right: 85px !important;
}

.b-p85 {
  padding: 85px !important;
}

.b-pt85 {
  padding-top: 85px !important;
}

.b-pb85 {
  padding-bottom: 85px !important;
}

.b-pl85 {
  padding-left: 85px !important;
}

.b-pr85 {
  padding-right: 85px !important;
}

.b-m90 {
  margin: 90px !important;
}

.b-mt90 {
  margin-top: 90px !important;
}

.b-mb90 {
  margin-bottom: 90px !important;
}

.b-ml90 {
  margin-left: 90px !important;
}

.b-mr90 {
  margin-right: 90px !important;
}

.b-p90 {
  padding: 90px !important;
}

.b-pt90 {
  padding-top: 90px !important;
}

.b-pb90 {
  padding-bottom: 90px !important;
}

.b-pl90 {
  padding-left: 90px !important;
}

.b-pr90 {
  padding-right: 90px !important;
}

.b-m95 {
  margin: 95px !important;
}

.b-mt95 {
  margin-top: 95px !important;
}

.b-mb95 {
  margin-bottom: 95px !important;
}

.b-ml95 {
  margin-left: 95px !important;
}

.b-mr95 {
  margin-right: 95px !important;
}

.b-p95 {
  padding: 95px !important;
}

.b-pt95 {
  padding-top: 95px !important;
}

.b-pb95 {
  padding-bottom: 95px !important;
}

.b-pl95 {
  padding-left: 95px !important;
}

.b-pr95 {
  padding-right: 95px !important;
}

.b-m100 {
  margin: 100px !important;
}

.b-mt100 {
  margin-top: 100px !important;
}

.b-mb100 {
  margin-bottom: 100px !important;
}

.b-ml100 {
  margin-left: 100px !important;
}

.b-mr100 {
  margin-right: 100px !important;
}

.b-p100 {
  padding: 100px !important;
}

.b-pt100 {
  padding-top: 100px !important;
}

.b-pb100 {
  padding-bottom: 100px !important;
}

.b-pl100 {
  padding-left: 100px !important;
}

.b-pr100 {
  padding-right: 100px !important;
}

.b-d_ib {
  display: inline-block;
}

.b-pc_br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .b-pc_br {
    display: none;
  }
}

.b-sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp_br {
    display: inline;
  }
}

/************************************************

	text

*************************************************/
.b-center {
  text-align: center !important;
}

.b-left {
  text-align: left !important;
}

.b-right {
  text-align: right !important;
}

.b-small {
  font-size: 0.8em;
}

.b-big {
  font-size: 1.2em;
}

.b-bold {
  font-weight: bold;
}

/* ------------------------
  Header（BEM: .p-header）
--------------------------*/
.p-header {
  width: 100%;
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #eee;
  /* PC: ボタン群（横並び） */
  /* -------------------------
     SP（スマホ）設定
     ------------------------- */
  /* -------------------------
     ハンバーガー（SP表示）
     ------------------------- */
  /* -------------------------
     SP メニュー（フルスクリーン） 
     ------------------------- */
  /* SP：下部固定CTA（常時表示） */
}
.p-header a {
  transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) and (pointer: fine) {
  .p-header a:hover {
    color: var(--purple);
    opacity: 0.85;
  }
  .p-header .p-btn:hover {
    opacity: 0.85;
  }
}
.p-header__inner {
  margin: 0 auto;
}
.p-header__row1 {
  display: flex;
  align-items: center;
  padding: 20px 15px;
}
.p-header__logo {
  margin-right: auto;
}
.p-header__logo a {
  display: inline-block;
}
.p-header__logo-img {
  height: 50px;
  max-width: 370px;
  height: auto;
  display: block;
}
.p-header__sns-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 0; /* ロゴとの余白は margin-right:auto で確保 */
  margin-right: 16px;
}
.p-header__sns-wrap .p-header__sns img {
  width: 50px;
  height: auto;
  display: block;
}
.p-header__buttons {
  display: flex;
  gap: 12px;
  align-items: center;
  position: relative;
  z-index: 1150;
}
.p-header__buttons__buttons--pc {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.p-header__buttons .p-header__sns {
  margin-left: 12px;
  display: inline-block;
}
.p-header__buttons .p-header__sns img {
  width: 50px;
  height: auto;
  display: block;
}
.p-header__buttons .p-btn {
  transition: opacity 0.4s ease, box-shadow 0.6s ease;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-header__buttons .p-btn:hover {
    opacity: 0.85;
    box-shadow: 0 6px 18px rgba(146, 91, 167, 0.18);
  }
}
.p-header__buttons .p-btn--contact {
  background: var(--main);
  color: var(--white);
  border: 1px solid var(--main);
  padding: 8px 14px;
}
.p-header__buttons .p-btn--contact:hover {
  color: var(--white);
}
.p-header__buttons .p-btn--booking {
  background: var(--white);
  color: var(--purple);
  border: 2px solid var(--purple);
  padding: 8px 14px;
}
.p-header__buttons .p-btn--booking:hover {
  color: var(--purple);
}
.p-header__row2 {
  background: var(--main-02);
  padding: 12px 20px;
}
.p-header__row2 .p-header__nav {
  max-width: 1280px;
  margin: 0 auto;
}
.p-header__row2 .p-header__nav a[target=_blank] {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}
.p-header__row2 .p-header__nav a[target=_blank]::after {
  margin-left: 0.2rem;
}
.p-header__row2 .p-header__nav-list {
  display: flex;
  justify-content: center;
  gap: 5px 15px;
  flex-wrap: wrap;
}
.p-header__row2 .p-header__nav-item a {
  text-decoration: none;
  padding: 6px 8px;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .p-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
  }
  .p-header__row1 {
    padding: none;
  }
  .p-header__row2 {
    display: none;
  }
  .p-header__buttons {
    display: none;
  }
  .p-header .p-header__logo-img {
    width: 45vw;
    max-width: 200px;
  }
  .p-header .p-header__sns img {
    width: 38px;
    height: auto;
    display: block;
  }
  .p-header .p-header__sns-wrap {
    gap: 15px;
    margin-right: 15px;
  }
  .p-header__buttons--pc {
    display: none;
  }
}
.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-header__hamburger {
    display: flex;
    width: 32px;
    height: 22px;
    flex-direction: column; /* ← 3本を縦並び */
    justify-content: space-between;
    align-items: flex-start; /* ← 横並び事故防止 */
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
    position: relative;
    z-index: 1500;
  }
  .p-header__hamburger span {
    display: block;
    width: 32px;
    height: 1px;
    background: var(--black);
    transition: transform 0.35s ease, opacity 0.2s ease;
    flex-shrink: 0;
  }
  .p-header__hamburger.is-active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .p-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .p-header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}
.p-header__spmenu {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-header__spmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(239, 220, 231, 0.97);
    padding: 50px 24px 50px;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    gap: 18px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s;
    overflow-y: auto;
  }
}
.p-header__spmenu.is-open {
  opacity: 1;
  visibility: visible;
}
.p-header__spmenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.p-header__spmenu-item a {
  display: block;
  font-size: 1.6rem;
  color: var(--font_base);
  padding: 10px 10px;
  text-decoration: none;
}
.p-header__spmenu-cta {
  margin-top: auto;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.p-header__spmenu-cta .p-btn--contact {
  flex: 1;
  padding: 12px 20px;
  background: var(--main);
  color: var(--white);
  text-align: center;
}
.p-header__spmenu-cta .p-btn--booking {
  flex: 1;
  padding: 12px 20px;
  background: var(--white);
  color: var(--purple);
  border: 2px solid var(--purple);
  text-align: center;
}
.p-header__sp-fixed-cta {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-header__sp-fixed-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1250;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    text-align: center;
  }
  .p-header__sp-fixed-cta a {
    padding: 15px 20px;
  }
  .p-header__sp-fixed-cta .p-btn--contact {
    flex: 1;
    background: var(--main);
    color: var(--white);
  }
  .p-header__sp-fixed-cta .p-btn--booking {
    flex: 1;
    background: var(--purple);
    color: var(--white);
  }
}
@media screen and (min-width: 901px) {
  .p-header .p-header__hamburger {
    display: none !important;
  }
  .p-header .p-header__spmenu {
    display: none !important;
  }
  .p-header .p-header__sp-fixed-cta {
    display: none !important;
  }
}

/* small helper: hide on PC */
@media (any-hover: hover) and (pointer: fine) {
  .p-header a {
    transition-duration: 0.7s;
  }
}
.p-footer {
  background: #D9D2CD;
  padding: 24px 0;
  font-size: 1.4rem;
  /* 左側リンク */
  /* 右側コピーライト */
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 32px 0;
  }
}
.p-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 32px;
  }
}
.p-footer__links {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-footer__links {
    flex-direction: column;
    text-align: left;
    gap: 10px;
    width: 100%;
  }
}
.p-footer__link {
  color: var(--text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-footer__link:hover {
  opacity: 0.7;
}
.p-footer__copy {
  color: var(--text-light);
}

/* =================================
   下層ページ 共通
================================= */
/* ==============================
   特商法 / プライバシー 共通の中身
============================== */
.p-tokusho,
.p-privacy,
.p-contact,
.p-page-links {
  background: #F2F2F2;
  /* セクション外側 */
  /* 白背景ボックス */
  /* 見出し（TOPと完全統一） */
  /* 各項目ブロック */
  /* ==============================
     お問い合わせページ
  ============================== */
}
.p-tokusho .p-page-section,
.p-privacy .p-page-section,
.p-contact .p-page-section,
.p-page-links .p-page-section {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .p-tokusho .p-page-section,
  .p-privacy .p-page-section,
  .p-contact .p-page-section,
  .p-page-links .p-page-section {
    padding: 5rem 0;
  }
}
.p-tokusho .p-page-box,
.p-privacy .p-page-box,
.p-contact .p-page-box,
.p-page-links .p-page-box {
  background: var(--white);
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  padding: 6rem 5rem;
}
@media screen and (max-width: 768px) {
  .p-tokusho .p-page-box,
  .p-privacy .p-page-box,
  .p-contact .p-page-box,
  .p-page-links .p-page-box {
    padding: 3.5rem 2rem;
  }
}
.p-tokusho .p-page-title,
.p-privacy .p-page-title,
.p-contact .p-page-title,
.p-page-links .p-page-title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-tokusho .p-page-title,
  .p-privacy .p-page-title,
  .p-contact .p-page-title,
  .p-page-links .p-page-title {
    margin-bottom: 3.5rem;
  }
}
.p-tokusho .p-page-block,
.p-privacy .p-page-block,
.p-contact .p-page-block,
.p-page-links .p-page-block {
  padding: 4rem 0;
  border-bottom: 1px solid #ddd;
}
.p-tokusho .p-page-block:last-child,
.p-privacy .p-page-block:last-child,
.p-contact .p-page-block:last-child,
.p-page-links .p-page-block:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-tokusho .p-page-block,
  .p-privacy .p-page-block,
  .p-contact .p-page-block,
  .p-page-links .p-page-block {
    padding: 2.4rem 0;
  }
}
.p-tokusho .p-page-block__title,
.p-privacy .p-page-block__title,
.p-contact .p-page-block__title,
.p-page-links .p-page-block__title {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
  color: var(--purple);
  font-weight: 500;
}
.p-tokusho .p-page-block__text,
.p-privacy .p-page-block__text,
.p-contact .p-page-block__text,
.p-page-links .p-page-block__text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: var(--font_base);
}
.p-tokusho .p-page-block__title,
.p-privacy .p-page-block__title,
.p-contact .p-page-block__title,
.p-page-links .p-page-block__title {
  font-family: var(--font-ja);
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  color: var(--purple);
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-tokusho .p-page-block__title,
  .p-privacy .p-page-block__title,
  .p-contact .p-page-block__title,
  .p-page-links .p-page-block__title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-tokusho .p-page-dl,
.p-privacy .p-page-dl,
.p-contact .p-page-dl,
.p-page-links .p-page-dl {
  display: grid;
  gap: 1.6rem;
}
.p-tokusho .p-page-dl__row,
.p-privacy .p-page-dl__row,
.p-contact .p-page-dl__row,
.p-page-links .p-page-dl__row {
  display: grid;
  grid-template-columns: 18rem 1fr;
  gap: 1.6rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .p-tokusho .p-page-dl__row,
  .p-privacy .p-page-dl__row,
  .p-contact .p-page-dl__row,
  .p-page-links .p-page-dl__row {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
}
.p-tokusho .p-page-dl__dt,
.p-privacy .p-page-dl__dt,
.p-contact .p-page-dl__dt,
.p-page-links .p-page-dl__dt {
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  color: var(--base-02);
}
.p-tokusho .p-page-dl__dd,
.p-privacy .p-page-dl__dd,
.p-contact .p-page-dl__dd,
.p-page-links .p-page-dl__dd {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: var(--font_base);
}
.p-tokusho .p-page-subblock,
.p-privacy .p-page-subblock,
.p-contact .p-page-subblock,
.p-page-links .p-page-subblock {
  padding: 2.4rem 0;
  border-bottom: 1px solid #eee;
}
.p-tokusho .p-page-subblock:last-child,
.p-privacy .p-page-subblock:last-child,
.p-contact .p-page-subblock:last-child,
.p-page-links .p-page-subblock:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-tokusho .p-page-subblock,
  .p-privacy .p-page-subblock,
  .p-contact .p-page-subblock,
  .p-page-links .p-page-subblock {
    padding: 2rem 0;
  }
}
.p-tokusho .p-page-subblock__title,
.p-privacy .p-page-subblock__title,
.p-contact .p-page-subblock__title,
.p-page-links .p-page-subblock__title {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  color: var(--font_base);
  margin-bottom: 1.2rem;
  font-weight: 500;
}
.p-tokusho .p-page-subblock__text,
.p-privacy .p-page-subblock__text,
.p-contact .p-page-subblock__text,
.p-page-links .p-page-subblock__text {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: var(--font_base);
}
.p-tokusho .p-page-subblock__text + .p-tokusho .p-page-subblock__text,
.p-tokusho .p-page-subblock__text + .p-privacy .p-page-subblock__text,
.p-tokusho .p-page-subblock__text + .p-contact .p-page-subblock__text,
.p-tokusho .p-page-subblock__text + .p-page-links .p-page-subblock__text,
.p-privacy .p-page-subblock__text + .p-tokusho .p-page-subblock__text,
.p-privacy .p-page-subblock__text + .p-privacy .p-page-subblock__text,
.p-privacy .p-page-subblock__text + .p-contact .p-page-subblock__text,
.p-privacy .p-page-subblock__text + .p-page-links .p-page-subblock__text,
.p-contact .p-page-subblock__text + .p-tokusho .p-page-subblock__text,
.p-contact .p-page-subblock__text + .p-privacy .p-page-subblock__text,
.p-contact .p-page-subblock__text + .p-contact .p-page-subblock__text,
.p-contact .p-page-subblock__text + .p-page-links .p-page-subblock__text,
.p-page-links .p-page-subblock__text + .p-tokusho .p-page-subblock__text,
.p-page-links .p-page-subblock__text + .p-privacy .p-page-subblock__text,
.p-page-links .p-page-subblock__text + .p-contact .p-page-subblock__text,
.p-page-links .p-page-subblock__text + .p-page-links .p-page-subblock__text {
  margin-top: 1rem;
}
.p-tokusho .p-page-list,
.p-privacy .p-page-list,
.p-contact .p-page-list,
.p-page-links .p-page-list {
  display: grid;
  gap: 0.8rem;
}
.p-tokusho .p-page-list__item,
.p-privacy .p-page-list__item,
.p-contact .p-page-list__item,
.p-page-links .p-page-list__item {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: var(--font_base);
}
.p-tokusho .js-mail,
.p-privacy .js-mail,
.p-contact .js-mail,
.p-page-links .js-mail {
  color: var(--purple);
  text-decoration: underline;
  cursor: pointer;
}
.p-tokusho .p-contact-info,
.p-privacy .p-contact-info,
.p-contact .p-contact-info,
.p-page-links .p-contact-info {
  text-align: center;
  margin-bottom: 4rem;
}
.p-tokusho .p-contact-info__status,
.p-privacy .p-contact-info__status,
.p-contact .p-contact-info__status,
.p-page-links .p-contact-info__status {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
.p-tokusho .p-contact-info__tel,
.p-privacy .p-contact-info__tel,
.p-contact .p-contact-info__tel,
.p-page-links .p-contact-info__tel {
  font-size: 2.4rem;
  margin: 0.6rem 0;
  font-weight: 600;
}
.p-tokusho .p-contact-info__time,
.p-privacy .p-contact-info__time,
.p-contact .p-contact-info__time,
.p-page-links .p-contact-info__time {
  font-size: 1.3rem;
}
.p-tokusho .p-contact-step,
.p-privacy .p-contact-step,
.p-contact .p-contact-step,
.p-page-links .p-contact-step {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 4rem;
}
.p-tokusho .p-contact-form,
.p-privacy .p-contact-form,
.p-contact .p-contact-form,
.p-page-links .p-contact-form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.p-tokusho .p-contact-form select,
.p-privacy .p-contact-form select,
.p-contact .p-contact-form select,
.p-page-links .p-contact-form select {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.4rem;
  background-color: var(--white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* ブラウザ差異を消す */
  cursor: pointer;
}
.p-tokusho .p-contact-form__row,
.p-privacy .p-contact-form__row,
.p-contact .p-contact-form__row,
.p-page-links .p-contact-form__row {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.p-tokusho .p-contact-form__label,
.p-privacy .p-contact-form__label,
.p-contact .p-contact-form__label,
.p-page-links .p-contact-form__label {
  font-size: 1.3rem;
}
.p-tokusho .p-contact-form__radio,
.p-privacy .p-contact-form__radio,
.p-contact .p-contact-form__radio,
.p-page-links .p-contact-form__radio {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}
.p-tokusho .p-contact-form__submit,
.p-privacy .p-contact-form__submit,
.p-contact .p-contact-form__submit,
.p-page-links .p-contact-form__submit {
  text-align: center;
  margin-top: 3rem;
}
.p-tokusho .p-contact-privacy,
.p-privacy .p-contact-privacy,
.p-contact .p-contact-privacy,
.p-page-links .p-contact-privacy {
  background: #f8f8f8;
  padding: 2.4rem;
  border-radius: 6px;
  font-size: 1.3rem;
  margin-top: 4rem;
}
.p-tokusho .p-contact-privacy__title,
.p-privacy .p-contact-privacy__title,
.p-contact .p-contact-privacy__title,
.p-page-links .p-contact-privacy__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-tokusho .p-contact-privacy__title,
  .p-privacy .p-contact-privacy__title,
  .p-contact .p-contact-privacy__title,
  .p-page-links .p-contact-privacy__title {
    font-size: 1.2rem;
    text-align: left;
  }
}
.p-tokusho .p-contact-privacy__box,
.p-privacy .p-contact-privacy__box,
.p-contact .p-contact-privacy__box,
.p-page-links .p-contact-privacy__box {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 1.6rem;
  max-height: 260px;
  overflow-y: auto;
}
.p-tokusho .p-contact-privacy__text,
.p-privacy .p-contact-privacy__text,
.p-contact .p-contact-privacy__text,
.p-page-links .p-contact-privacy__text {
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.p-tokusho .p-contact-privacy__note,
.p-privacy .p-contact-privacy__note,
.p-contact .p-contact-privacy__note,
.p-page-links .p-contact-privacy__note {
  margin-top: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-tokusho .p-contact-privacy__note,
  .p-privacy .p-contact-privacy__note,
  .p-contact .p-contact-privacy__note,
  .p-page-links .p-contact-privacy__note {
    font-size: 1.2rem;
    text-align: left;
  }
}
.p-tokusho .p-contact-privacy__agree,
.p-privacy .p-contact-privacy__agree,
.p-contact .p-contact-privacy__agree,
.p-page-links .p-contact-privacy__agree {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-tokusho .p-contact-privacy__agree,
  .p-privacy .p-contact-privacy__agree,
  .p-contact .p-contact-privacy__agree,
  .p-page-links .p-contact-privacy__agree {
    font-size: 1.2rem;
    text-align: left;
  }
}
.p-tokusho .p-contact-footer,
.p-privacy .p-contact-footer,
.p-contact .p-contact-footer,
.p-page-links .p-contact-footer {
  text-align: center;
  margin-top: 6rem;
  font-size: 1.3rem;
}
.p-tokusho .p-contact-footer__title,
.p-privacy .p-contact-footer__title,
.p-contact .p-contact-footer__title,
.p-page-links .p-contact-footer__title {
  font-family: var(--font-en);
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-tokusho .p-contact-footer__title,
  .p-privacy .p-contact-footer__title,
  .p-contact .p-contact-footer__title,
  .p-page-links .p-contact-footer__title {
    font-size: 1.2rem;
    text-align: left;
  }
}
.p-tokusho .p-contact-footer__links,
.p-privacy .p-contact-footer__links,
.p-contact .p-contact-footer__links,
.p-page-links .p-contact-footer__links {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
.p-tokusho .p-contact-footer__shop,
.p-privacy .p-contact-footer__shop,
.p-contact .p-contact-footer__shop,
.p-page-links .p-contact-footer__shop {
  margin-top: 2rem;
  line-height: 1.8;
}

/* ==============================
   関連リンクページ（カード＋リンクアイコン）
============================== */
.p-page-links {
  /* ===== カード化 ===== */
  /* ===== サブブロック（説明・補足用） ===== */
  /* ===== 外部リンク ===== */
  /* ===== 外部リンク（target="_blank" のみ） ===== */
  /* ===== 外部リンクアイコン（after） ===== */
  /* ===== pタグ余白調整 ===== */
  /* ===== 寄付ブロック（最後だけ少し落ち着かせる） ===== */
}
.p-page-links .p-page-block {
  background: var(--white);
  border-radius: 6px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  padding: 3.6rem 3.6rem;
  margin-bottom: 3.2rem;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-page-links .p-page-block {
    padding: 2.4rem 2rem;
    margin-bottom: 2.4rem;
  }
}
.p-page-links .p-page-subblock {
  padding: 2rem 0 0;
  border-bottom: none;
}
.p-page-links .p-page-subblock__text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: var(--font_base);
}
.p-page-links .p-page-block__text a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: var(--purple);
  text-decoration: underline;
  word-break: break-all;
  letter-spacing: 0.04em;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-page-links .p-page-block__text a:hover {
    opacity: 0.75;
  }
}
.p-page-links .p-page-block__text a[target=_blank] {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: var(--purple);
  text-decoration: underline;
  word-break: break-all;
  letter-spacing: 0.04em;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-page-links .p-page-block__text a[target=_blank]:hover {
    opacity: 0.75;
  }
}
.p-page-links .p-page-block__text a[target=_blank]::after {
  content: "";
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-color: var(--purple);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6H5V5Z'/%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 fill='white' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6H5V5Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  opacity: 0.9;
}
.p-page-links .p-page-block__text p {
  margin-top: 1rem;
}
.p-page-links .p-page-block:last-child {
  background: #fafafa;
}
.p-page-links .p-page-block:last-child .p-page-block__text {
  line-height: 2.2;
}

.p-top {
  /* ===============================
     TOP セクション共通（MV以外）
  ================================ */
  /* ===========================
     MV
  =========================== */
  /* ===============================
     MV 下：Information + 営業時間
  ================================ */
  /* ●マーク（3色） */
  /* =========================================
     ③ 股関節の痛みメッセージ
  ========================================= */
  /* =========================================
     山内流整体とは（画像は1枚書き出し）
  ========================================= */
  /* =========================================
     ⑤ Treatment Menu / こんな方におすすめ
     紫帯＋上波SVG＋下グラデーション
  ========================================= */
  /* =========================================
     こんな方におすすめ（波SVG＋紫帯＋下グラデ）
  ========================================= */
  /* =========================================
     メニュー導入 ＋ メインコース
  ========================================= */
  /* =========================================
     MENU
  ========================================= */
  /* WAVE */
  /* MENU WRAP */
  /* ====================================
      ⑦ メニュー料金（テキスト表）
  ==================================== */
  /* ====================================
     ⑧ はじめての方へ（重なり）
  ==================================== */
  /* ====================================
     ⑨ 体験談
  ==================================== */
  /* ====================================
     ⑩ お問い合わせ帯
  ==================================== */
  /* ====================================
     ⑪ プロフィール
  ==================================== */
  /* ====================================
     ⑫ リンク（YouTube）
  ==================================== */
  /* ====================================
     ⑬ アクセス
  ==================================== */
  /* セクション背景 */
  /* =========================
     診療時間ブロック
  ========================= */
}
.p-top .b-container {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
.p-top img {
  transition: transform 6s ease;
}
.p-top [data-anim].is-show img {
  transform: scale(1.03);
}
.p-top .p-top-section {
  padding: 8rem 0;
  width: 100%;
  background: #F2F2F2;
  /* ワインレッド（Treatment Menuの帯は別クラスで指定） */
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section {
    padding: 5rem 0;
  }
}
.p-top .p-top-section--gray {
  background: #F2F2F2;
}
.p-top .p-top-section--plain {
  background: var(--white);
}
.p-top .p-top-section--no-bg {
  padding: 0;
  background: transparent;
}
.p-top .p-top-section--menu {
  background: #F2F2F2;
}
.p-top .p-top-section--narrow {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--narrow {
    padding: 3.5rem 0;
  }
}
.p-top .p-top-section--wide {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--wide {
    padding: 8rem 0;
  }
}
.p-top .p-top-mv {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  /* 初期状態 */
  /* 表示状態 */
  /* 遅延指定 */
  /* 背景画像だけ少し早め */
}
.p-top .p-top-mv [data-fv] {
  opacity: 0;
  transform: translateY(20px);
}
.p-top .p-top-mv.is-loaded [data-fv] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-top .p-top-mv [data-delay="1"] {
  transition-delay: 0.2s;
}
.p-top .p-top-mv [data-delay="2"] {
  transition-delay: 0.4s;
}
.p-top .p-top-mv [data-delay="3"] {
  transition-delay: 0.6s;
}
.p-top .p-top-mv__img {
  opacity: 0;
  transition: opacity 1.2s ease;
}
.p-top .p-top-mv.is-loaded .p-top-mv__img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-mv {
    padding-top: 25vh;
    height: 85vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
  }
}
.p-top .p-top-mv__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-top .p-top-mv__img picture,
.p-top .p-top-mv__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top .p-top-mv__content {
  position: relative;
  z-index: 2;
  max-width: 52rem;
  padding: 0 2rem;
  margin-left: 5%;
  top: -3vw;
  color: var(--gold);
  font-family: var(--serif);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  /* スマホで崩れないようにする */
}
@media screen and (max-width: 768px) {
  .p-top .p-top-mv__content {
    width: 92%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    top: 20vw;
    gap: 1rem;
  }
}
.p-top .p-top-mv__title {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-bottom: clamp(40px, 8vw, 70px);
}
.p-top .p-top-mv__title-line {
  display: inline-block;
  margin-bottom: 0.4em;
}
.p-top .p-top-mv__title-line:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-mv__title {
    color: var(--font_base);
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.06em;
    /* 行ごとに帯をつけやすくする */
    /* マーカー */
  }
  .p-top .p-top-mv__title span,
  .p-top .p-top-mv__title br {
    line-height: inherit;
  }
  .p-top .p-top-mv__title span {
    padding: 0 3px;
    border-radius: 2px;
    display: inline;
  }
}
.p-top .p-top-mv__lead {
  letter-spacing: 0.1em;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--purple);
}
@media screen and (max-width: 768px) {
  .p-top .p-top-mv__lead {
    font-size: 2.4rem;
    background: rgba(255, 255, 255, 0.65); /* ★うっすら白の高級感背景 */
    padding: 0.3em 0.5em; /* ★文字が窮屈に見えない余白 */
    display: inline-block; /* ★背景が自然につく */
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top .p-top-mv__badge {
    width: 17rem;
    padding-left: 0;
    margin: 0 auto;
  }
}
.p-top .p-top-mv__badge img {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-mv__badge img {
    width: 22rem;
  }
}
.p-top .p-info {
  /* ---------- 左：お知らせ ---------- */
  /* 一覧ボタン（右上の小さいボタン） */
  /* ---------- 右：営業時間 ---------- */
  /* -----------------------------
     住所 + 地図アイコン
  ----------------------------- */
}
.p-top .p-info__inner {
  background: var(--white);
  padding: 6rem 4rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-around;
  gap: 9rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-info__inner {
    flex-direction: column;
    gap: 4rem;
    padding: 4rem 2.4rem;
  }
}
.p-top .p-info__news {
  flex: 5;
  position: relative;
}
.p-top .p-info__more {
  position: absolute;
  right: 0;
  top: 0.5rem;
  font-size: 1.4rem;
  color: var(--purple);
  padding: 4px 10px;
  border: 1px solid var(--purple);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-top .p-info__more:hover {
    opacity: 0.7;
    opacity: 0.7;
  }
}
.p-top .p-info__more-icon {
  width: 16px;
  height: 16px;
  background-color: var(--purple);
  border-radius: 50%;
  position: relative;
}
.p-top .p-info__more-icon::after {
  content: ">";
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  color: var(--white);
}
.p-top .p-info__list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.p-top .p-info__item {
  border-bottom: 0.5px solid var(--base-02);
  padding-bottom: 1.2rem;
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-info__item {
    flex-direction: column;
    gap: 0.4rem;
  }
}
.p-top .p-info__date {
  white-space: nowrap;
  font-size: 1.4rem;
}
.p-top .p-info__text {
  letter-spacing: 0.05em;
  color: var(--font_base);
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-top .p-info__address {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: var(--font_base);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-info__address {
    text-align: left;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
}
.p-top .p-info__address-icon {
  width: 1rem;
  height: auto;
  flex: 0 0 auto;
}
.p-top .p-info__time {
  flex: 5;
}
.p-top .p-info__table {
  margin-top: 3.2rem;
  display: grid;
}
@media screen and (max-width: 768px) {
  .p-top .p-info__table {
    margin-top: 1rem;
  }
}
.p-top .p-info__table-row {
  display: grid;
  background-color: var(--main-02);
  /* ← ★左だけ広く、曜日は狭く */
  grid-template-columns: 1.8fr repeat(7, 0.9fr);
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top .p-info__table-row {
    font-size: 1.2rem;
  }
}
.p-top .p-info__table-row span {
  padding: 1rem 0;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top .p-info__table-row--head span {
  background-color: #D2A5BF;
  color: var(--white);
  font-weight: 600;
}
.p-top .p-info__table.__note {
  margin-top: 1rem;
  font-size: 1.3rem;
  padding-bottom: 1em;
}
.p-top .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.p-top .dot--normal {
  background: #804397;
}
.p-top .dot--support {
  background: #C6A676;
}
.p-top .dot--aroma {
  background: #D67BAF;
}
.p-top .p-info__note .info-note {
  font-weight: 500;
}
.p-top .p-info__note .info-note--normal {
  color: #804397;
}
.p-top .p-info__note .info-note--support {
  color: #C6A676;
}
.p-top .p-info__note .info-note--aroma {
  color: #D67BAF;
}
.p-top .p-top-section--message {
  background: #F2F2F2;
}
.p-top .p-top-section--message .p-top-message {
  position: relative;
  overflow: visible;
  /* -------- 中身は必ず前面 -------- */
  /* -------- 左：テキスト -------- */
  /* -------- 右：画像 -------- */
  /* -------- ピンク背景 -------- */
}
.p-top .p-top-section--message .p-top-message__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8rem;
  padding: 5rem 8rem 5rem 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-top .p-top-section--message .p-top-message__inner {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--message .p-top-message__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 3.5rem 2rem 0;
  }
}
.p-top .p-top-section--message .p-top-message__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8rem;
  right: -8rem;
  height: 100%;
  background: var(--white);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--message .p-top-message__inner::before {
    left: 0;
    right: 0;
  }
}
.p-top .p-top-section--message .p-top-message__text, .p-top .p-top-section--message .p-top-message__img {
  position: relative;
  z-index: 2;
}
.p-top .p-top-section--message .p-top-message__text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--message .p-top-message__text {
    text-align: center;
  }
}
.p-top .p-top-section--message .p-top-message__title {
  font-family: var(--serif);
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: var(--purple);
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--message .p-top-message__title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .p-top .p-top-section--message .p-top-message__title .l-01 {
    letter-spacing: -0.01em;
  }
}
.p-top .p-top-section--message .p-top-message__body {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--font_base);
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--message .p-top-message__body {
    text-align: left;
  }
}
.p-top .p-top-section--message .p-top-message__img {
  position: relative;
  flex: 1;
  max-width: 480px;
  width: 100%;
  height: 480px;
  z-index: 2;
  top: -2em;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--message .p-top-message__img {
    height: auto;
  }
}
.p-top .p-top-section--message .p-top-message__img img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 480px;
  height: auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--message .p-top-message__img img {
    position: static;
    transform: none;
    margin-top: 2rem;
    right: 0;
  }
}
.p-top .p-top-section--message .p-top-message__bg {
  position: absolute;
  inset: -0.6rem;
  background: var(--main-02);
  z-index: 1;
  right: -5em;
  bottom: -8em;
  left: 3em;
}
@media screen and (max-width: 1024px) {
  .p-top .p-top-section--message .p-top-message__bg {
    inset: 0rem;
    right: -7em;
    bottom: 0em;
    left: 8em;
    top: 3em;
  }
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--message .p-top-message__bg {
    inset: -2.4rem;
    z-index: -1;
    top: 2.4em;
    left: 2.4em;
  }
}
.p-top .p-top-yamanouchi {
  overflow: visible;
}
.p-top .p-top-yamanouchi__inner {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-yamanouchi__inner {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.p-top .p-top-yamanouchi__visual {
  flex: 1;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-yamanouchi__visual {
    max-width: 100%;
    margin: 0 auto;
  }
}
.p-top .p-top-yamanouchi__merged {
  width: 100%;
  height: auto;
  display: block;
}
.p-top .p-top-yamanouchi__body {
  flex: 1;
  line-height: 2;
  color: var(--font_base);
}
.p-top .p-top-yamanouchi__body .p-top-yamanouchi__quote {
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-yamanouchi__body .p-top-yamanouchi__quote {
    padding-top: 20px;
    text-align: left;
  }
}
.p-top .p-top-yamanouchi__body .p-top-yamanouchi__quote p + p {
  margin-top: 1.5rem;
}
.p-top .p-top-section--recommend {
  padding: 0;
}
.p-top .p-top-section--recommend .p-top-recommend {
  position: relative;
  overflow: hidden;
  background: #fff;
  /* ---- 波（上） ---- */
  /* ---- 背景（ここが肝）----
     上は白 → 途中から紫 → 下で白へグラデ
     ※波SVGの高さ分だけ「白」を確保する
  */
}
.p-top .p-top-section--recommend .p-top-recommend__wave {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 3;
}
.p-top .p-top-section--recommend .p-top-recommend__wave svg {
  display: block;
  width: 100%;
  height: 126px;
}
.p-top .p-top-section--recommend .p-top-recommend__wave--top {
  top: 1px;
}
.p-top .p-top-section--recommend .p-top-recommend__wave--bottom {
  bottom: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--recommend .p-top-recommend__wave svg {
    height: 80px;
  }
}
.p-top .p-top-section--recommend .p-top-recommend__bg {
  --wave-h: 126px;
  position: relative;
  padding-top: var(--wave-h);
  background: linear-gradient(to bottom, #ffffff 0, #ffffff var(--wave-h), #7B6C88 var(--wave-h), #7B6C88 90%, #f2f2f2 100%);
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--recommend .p-top-recommend__bg {
    --wave-h: 80px;
  }
}
.p-top .p-top-section--recommend .p-top-recommend__inner {
  position: relative;
  padding: 7rem 0 12rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--recommend .p-top-recommend__inner {
    padding: 7rem 0 9rem;
  }
}
.p-top .p-top-section--recommend .p-top-recommend__list {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--recommend .p-top-recommend__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
    justify-items: center;
  }
}
.p-top .p-top-section--recommend .p-top-recommend__item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--recommend .p-top-recommend__item {
    width: 100%;
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--recommend .p-top-recommend__item:nth-child(5) {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.p-top .p-top-section--recommend .p-top-recommend__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  color: var(--white);
  text-decoration: none;
}
.p-top .p-top-section--recommend .p-top-recommend__link:hover {
  opacity: 0.85;
}
.p-top .p-top-section--recommend .p-top-recommend__icon {
  width: 136px;
  height: 136px;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--recommend .p-top-recommend__icon {
    width: 87px;
    height: 87px;
  }
}
.p-top .p-top-section--recommend .p-top-recommend__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top .p-top-section--recommend .p-top-recommend__text {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.08dem;
  text-align: left;
}
.p-top .p-top-section--menu {
  background: #fff;
  /* LEAD（デザインは変えない：__text / __txt どちらでも同じ見た目） */
  /* ITEM（背景：1&3=同じ / 2=別） */
  /* INNER（コース説明の最大幅：1200） */
  /* HERO（画像を左付け80%・テキストを重ねる・下に背景BOX） */
  /* COURSES（最大幅：980） */
  /* 区切り線（980に合わせる） */
  /* =====================================
     Before / After
  ===================================== */
  /* CTA（既存のまま） */
  /* =====================================================
     MENU 02 専用調整
  ===================================================== */
  /* コース2：画像を右側に */
  /* コース2：カラーを pink（--main）に変更 */
  /* =====================================================
     SP（スマホ）：横並び解除
  ===================================================== */
}
.p-top .p-top-section--menu.p-top-section {
  padding-bottom: 0;
}
.p-top .p-top-section--menu .p-menu-lead {
  background: #fff;
  padding: 6rem 2rem;
}
@media (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-lead {
    padding: 6rem 2rem;
  }
}
.p-top .p-top-section--menu .p-menu-lead__text, .p-top .p-top-section--menu .p-menu-lead__txt {
  font-family: var(--serif);
  font-size: 2em;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: var(--main);
  letter-spacing: 0.08em;
}
@media (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-lead__text, .p-top .p-top-section--menu .p-menu-lead__txt {
    font-size: 1.5em;
  }
}
.p-top .p-top-section--menu .p-menu-lead__txt {
  font-family: var(--serif);
}
.p-top .p-top-section--menu .p-menu-item {
  padding: 10rem 0;
}
@media (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-item {
    padding: 6rem 0;
  }
}
.p-top .p-top-section--menu .p-menu-item--bg-a {
  background: var(--base);
}
.p-top .p-top-section--menu .p-menu-item--bg-b {
  background: #F5F5F5;
}
.p-top .p-top-section--menu .p-menu-item--right .p-menu-hero__media {
  justify-content: flex-start;
}
.p-top .p-top-section--menu .p-menu-item--right .p-menu-hero__box {
  right: 0;
  left: auto;
}
.p-top .p-top-section--menu .p-menu-item--right .p-menu-hero__img::after {
  left: auto;
  right: 0;
}
.p-top .p-top-section--menu .p-menu-item--left .p-menu-hero__media {
  justify-content: flex-end;
}
.p-top .p-top-section--menu .p-menu-item--left .p-menu-hero__box {
  left: 0;
  right: auto;
}
.p-top .p-top-section--menu .p-menu-item--left .p-menu-hero__img::after {
  right: auto;
  left: 0;
}
.p-top .p-top-section--menu .p-menu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.p-top .p-top-section--menu .p-menu-hero {
  position: relative;
  /* 画像エリア：左側に付けて 80% くらい */
  /* テキストボックス：画像の上に重ねる */
}
.p-top .p-top-section--menu .p-menu-hero__media {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 520px;
}
.p-top .p-top-section--menu .p-menu-hero__img {
  position: relative;
  z-index: 2;
  /* 画面左端(or右端)に寄せつつ、幅は80%前後 */
  width: min(85vw, 1200px);
  /* センターコンテナ内でも「画面端に寄る」ためのテク */
  margin-left: calc(50% - 50vw);
  /* 画像の下にある色の四角（擬似要素） */
}
.p-top .p-top-section--menu .p-menu-hero__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top .p-top-section--menu .p-menu-hero__box {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 4rem 3.6rem;
  max-width: 550px;
  width: min(550px, 90%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}
@media (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-hero__box {
    position: relative;
    top: auto;
    transform: none;
    margin: -4rem auto 0;
    max-width: 100%;
    width: 100%;
    padding: 4.4rem 2rem;
  }
}
.p-top .p-top-section--menu .p-menu-hero__title {
  font-size: 2.4rem;
  color: var(--purple);
  margin: 0 0 1.6rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--menu .p-menu-hero__title {
    font-size: 1.8rem;
  }
}
.p-top .p-top-section--menu .p-menu-hero__desc {
  line-height: 2;
  margin: 0 0 1.6rem;
}
.p-top .p-top-section--menu .p-menu-hero__target {
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
}
.p-top .p-top-section--menu .p-menu-course {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  margin-top: 6rem;
  /* 右側：白背景は付けない（指示通り） */
  /* 施術内容：ラベル */
  /* ①②③：紫●に白文字の数字（デザイン寄せ） */
}
@media (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-course {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-top .p-top-section--menu .p-menu-course__name {
  font-size: 2.4rem;
  color: var(--purple);
  letter-spacing: 0.12em;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--menu .p-menu-course__name {
    font-size: 1.8rem;
  }
}
.p-top .p-top-section--menu .p-menu-course__lead {
  line-height: 2;
  color: var(--font_base);
  margin: 0;
}
.p-top .p-top-section--menu .p-menu-course__right {
  padding: 0;
  background: transparent;
}
.p-top .p-top-section--menu .p-menu-course__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 1.2rem;
  background: var(--purple);
  color: #fff;
  font-weight: bold;
  margin: 0 0 2.5rem;
}
.p-top .p-top-section--menu .p-menu-course__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}
.p-top .p-top-section--menu .p-menu-course__list li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 26px 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: start;
  line-height: 2;
  color: var(--font_base);
}
.p-top .p-top-section--menu .p-menu-course__list li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.p-top .p-top-section--menu .p-menu-course__list li::before {
  content: counter(step);
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--purple);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 0.2rem;
}
.p-top .p-top-section--menu .p-menu-divider {
  max-width: 980px;
  margin: 6rem auto;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--menu .p-menu-divider {
    margin: 4rem auto;
  }
}
.p-top .p-top-section--menu .p-menu-ba {
  padding-top: 6rem;
  /* 画像共通 */
  /* -------------------------
     外枠カード（任意で使用）
     ※HTMLに .p-menu-ba__card がある場合だけ効く
  ------------------------- */
  /* 見出し（任意） */
  /* -------------------------
     item（共通）
  ------------------------- */
  /* ゴースト文字 */
  /* -------------------------
     レイアウト共通：中身の余白
     ※media/contentがあるパターンを想定
  ------------------------- */
  /* タイトル/本文 */
  /* =========================
     パターンA：1枚画像 + テキスト
     .p-menu-ba__item--single
  ========================= */
  /* Before / After タグ */
  /* =========================
     パターンB：画像2枚縦 + テキスト（横）
  ========================= */
  /* 左：画像2枚縦 */
  /* 各画像 */
  /* =========================
     パターンC：テキストのみ
     .p-menu-ba__item--text
  ========================= */
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba {
    padding-top: 4rem;
  }
}
.p-top .p-top-section--menu .p-menu-ba img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top .p-top-section--menu .p-menu-ba__card {
  background: var(--white);
  padding: 5.6rem 5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba__card {
    padding: 2rem;
    margin: 0 auto;
    box-shadow: none;
  }
}
.p-top .p-top-section--menu .p-menu-ba__heading {
  text-align: center;
  margin-bottom: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba__heading {
    margin-bottom: 2rem;
  }
}
.p-top .p-top-section--menu .p-menu-ba__heading-en {
  display: block;
  font-family: var(--font-en);
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  color: var(--purple);
  opacity: 0.75;
  margin-bottom: 0.6rem;
}
.p-top .p-top-section--menu .p-menu-ba__heading-jp {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--font_base);
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--menu .p-menu-ba__heading-jp {
    font-size: 1.8rem;
  }
}
.p-top .p-top-section--menu .p-menu-ba__item {
  position: relative;
  overflow: visible;
  /* item同士の間隔 */
}
.p-top .p-top-section--menu .p-menu-ba__item + .p-menu-ba__item {
  margin-top: 4rem;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba__item + .p-menu-ba__item {
    margin-top: 3rem;
  }
}
.p-top .p-top-section--menu .p-menu-ba__ghost {
  position: absolute;
  right: 4rem;
  bottom: -2.8rem;
  transform: translateX(10%);
  font-family: var(--serif);
  font-size: 6rem;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba__ghost {
    font-size: 3.6rem;
    bottom: -1.7rem;
    right: 1.2rem;
    transform: translateX(6%);
  }
}
.p-top .p-top-section--menu .p-menu-ba__media, .p-top .p-top-section--menu .p-menu-ba__media-group, .p-top .p-top-section--menu .p-menu-ba__content {
  position: relative;
  z-index: 1; /* ゴーストより前 */
}
.p-top .p-top-section--menu .p-menu-ba__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--purple);
  margin-bottom: 1.2rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba__title {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.p-top .p-top-section--menu .p-menu-ba__text {
  line-height: 2;
  color: var(--font_base);
}
.p-top .p-top-section--menu .p-menu-ba .p-menu-ba__item--single {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  /* ★ ここで横間隔を制御 */
  gap: 6rem;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba .p-menu-ba__item--single {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.p-top .p-top-section--menu .p-menu-ba .p-menu-ba__item--single .p-menu-ba__media {
  padding: 3.6rem 0 3.6rem 3.6rem;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba .p-menu-ba__item--single .p-menu-ba__media {
    padding: 2.4rem 2rem 0;
  }
}
.p-top .p-top-section--menu .p-menu-ba .p-menu-ba__item--single .p-menu-ba__content {
  padding: 3.6rem 3.6rem 4.2rem 0;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba .p-menu-ba__item--single .p-menu-ba__content {
    padding: 0 0.5rem 2.8rem;
  }
}
.p-top .p-top-section--menu .p-menu-ba__tag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba__tag {
    top: -22px;
    transform: none;
    width: 52px;
    height: 52px;
    font-size: 1.05rem;
  }
}
.p-top .p-top-section--menu .p-menu-ba__tag--before {
  left: -32px;
  background: #cfc6cc;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba__tag--before {
    left: 0px;
  }
}
.p-top .p-top-section--menu .p-menu-ba__tag--after {
  right: -32px;
  background: var(--main);
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba__tag--after {
    right: 0px;
  }
}
.p-top .p-top-section--menu .p-menu-ba .p-menu-ba__item--stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 5.6rem;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba .p-menu-ba__item--stack {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    padding-top: 2rem;
  }
}
.p-top .p-top-section--menu .p-menu-ba .p-menu-ba__media-stack {
  display: grid;
  gap: 2.4rem;
}
.p-top .p-top-section--menu .p-menu-ba .p-menu-ba__media-inner {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.p-top .p-top-section--menu .p-menu-ba .p-menu-ba__media-group {
  position: relative;
  text-align: center; /* 余白が出たときの見た目を整える */
}
.p-top .p-top-section--menu .p-menu-ba .p-menu-ba__media-group img {
  width: 100%;
  max-height: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--menu .p-menu-ba .p-menu-ba__media-group img {
    max-height: 250px;
  }
}
.p-top .p-top-section--menu .p-menu-cta {
  margin-top: 4rem;
  text-align: center;
}
.p-top .p-top-section--menu .p-menu-item--left .p-menu-hero__media {
  justify-content: flex-end;
}
.p-top .p-top-section--menu .p-menu-item--left .p-menu-hero__img {
  /* 右寄せ */
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
.p-top .p-top-section--menu .p-menu-item--left .p-menu-hero__img::after {
  left: 0;
  right: auto;
}
.p-top .p-top-section--menu .p-menu-item--left .p-menu-hero__box {
  left: 0;
  right: auto;
}
.p-top .p-top-section--menu .p-menu-item--bg-b {
  /* HEROタイトル */
  /* コース名 */
  /* 施術内容ラベル */
  /* ①②③の丸 */
}
.p-top .p-top-section--menu .p-menu-item--bg-b .p-menu-hero__title {
  color: var(--main);
}
.p-top .p-top-section--menu .p-menu-item--bg-b .p-menu-course__name {
  color: var(--main);
}
.p-top .p-top-section--menu .p-menu-item--bg-b .p-menu-course__badge {
  background: var(--main);
}
.p-top .p-top-section--menu .p-menu-item--bg-b .p-menu-course__list li::before {
  background: var(--main);
}
@media (max-width: 900px) {
  .p-top .p-top-section--menu {
    /* HERO全体を縦並びに */
    /* 画像：幅100% */
    /* テキストBOX：重なり解除 */
    /* MENU2も同様に縦並び */
  }
  .p-top .p-top-section--menu .p-menu-hero__media {
    display: block;
    min-height: auto;
  }
  .p-top .p-top-section--menu .p-menu-hero__img {
    width: 100%;
    margin: 0;
  }
  .p-top .p-top-section--menu .p-menu-hero__img::after {
    width: 70%;
    height: 40%;
    bottom: -16px;
  }
  .p-top .p-top-section--menu .p-menu-hero__box {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    margin: -4rem auto 0;
    width: 100%;
  }
  .p-top .p-top-section--menu .p-menu-item--left .p-menu-hero__img {
    margin: 0;
  }
}
.p-top .p-wave-bridge--to-gray {
  background: #f2f2f2;
  line-height: 0;
  margin-top: -1px;
}
.p-top .p-wave-bridge--to-gray svg {
  display: block;
  width: 100%;
  height: auto;
}
.p-top .p-menu-wave,
.p-top .p-price-wave {
  line-height: 0;
  width: 100%;
  overflow: hidden;
  /* MENU01 前：大きい波 */
  /* MENU03 用：浅い波 */
}
.p-top .p-menu-wave svg,
.p-top .p-price-wave svg {
  display: block;
  width: 100%;
  height: auto;
}
.p-top .p-menu-wave.p-menu-wave--top,
.p-top .p-price-wave.p-menu-wave--top {
  margin-top: 4rem;
  margin-bottom: -1px;
  background: #fff;
}
.p-top .p-menu-wave.p-menu-wave--bottom,
.p-top .p-price-wave.p-menu-wave--bottom {
  background: #f2f2f2;
  margin-top: -1px;
}
.p-top .p-menu {
  position: relative;
}
.p-top .p-top-section--price {
  /* --------------------
     セクション全体
  -------------------- */
  background: #f2f2f2;
  padding: 8rem 0;
  /* --------------------
     ブロック（整体 / アロマ）
  -------------------- */
  /* --------------------
     テーブル全体
  -------------------- */
  /* 見出し行 */
  /* 見出し直下の線 */
  /* --------------------
     1行（料金行）
  -------------------- */
  /* --------------------
     整体：メニュー単位
  -------------------- */
  /* 注意書き */
  /* --------------------
     区分見出し（オイル / ドライ）
  -------------------- */
  /* --------------------
     写真
  -------------------- */
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--price {
    padding: 5rem 0;
  }
}
.p-top .p-top-section--price .p-top-price {
  background: #fff;
  padding: 7rem 5rem;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--price .p-top-price {
    padding: 2.4rem 2rem;
  }
}
.p-top .p-top-section--price .p-top-price--inner {
  max-width: 980px;
  margin: 0 auto;
}
.p-top .p-top-section--price .p-top-price__block {
  margin-top: 6rem;
}
.p-top .p-top-section--price .p-top-price__block:first-of-type {
  margin-top: 4rem;
}
.p-top .p-top-section--price .p-top-price__title {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  color: var(--main);
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--price .p-top-price__title {
    font-size: 1.8rem;
  }
}
.p-top .p-top-section--price .p-top-price__menu {
  display: flex;
  flex-direction: column;
}
.p-top .p-top-section--price .p-top-price__head {
  display: grid;
  grid-template-columns: 30% 1fr 25%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding-bottom: 1.2rem;
  color: var(--font_base);
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--price .p-top-price__head {
    display: none;
  }
}
.p-top .p-top-section--price .p-top-price__divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(152, 105, 22, 0.51);
  margin: 1rem 0;
}
.p-top .p-top-section--price .p-top-price__row {
  display: grid;
  grid-template-columns: 30% 1fr 25%;
  padding: 1.4rem 0;
  line-height: 1.9;
}
.p-top .p-top-section--price .p-top-price__row span:last-child {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--price .p-top-price__row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 1.2rem 0;
  }
  .p-top .p-top-section--price .p-top-price__row span:first-child {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .p-top .p-top-section--price .p-top-price__row span:last-child {
    text-align: left;
  }
}
.p-top .p-top-section--price .p-top-price__item .p-top-price__border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(152, 105, 22, 0.51);
  margin-top: 1rem;
}
.p-top .p-top-section--price .p-top-price__note {
  line-height: 1.9;
  color: var(--base-02);
  margin-bottom: 1rem;
}
.p-top .p-top-section--price .p-top-price__category {
  display: grid;
  grid-template-columns: 30% 1fr 23%;
  font-weight: 600;
  color: var(--main);
  margin: 2.4rem 0 0.8rem;
}
.p-top .p-top-section--price .p-top-price__category span:nth-child(2) {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--price .p-top-price__category {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
}
.p-top .p-top-section--price .p-top-price__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--price .p-top-price__photos {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 4rem;
  }
}
.p-top .p-top-section--price .p-top-price__photos img {
  width: 100%;
  display: block;
}
.p-top .p-top-section--first {
  background-color: var(--main-02);
}
.p-top .p-top-section--first .p-top-first {
  padding: 4rem 0;
  /* =====================================
     レイアウト
  ===================================== */
  /* =====================================
     並び順制御（SP）
  ===================================== */
  /* =====================================
     写真エリア
  ===================================== */
  /* =====================================
     テキストパネル
  ===================================== */
  /* =====================================
     ラベル（提供画像寄せ）
  ===================================== */
  /* =====================================
     リード文
  ===================================== */
  /* =====================================
     本文
  ===================================== */
  /* =====================================
     ブロック
  ===================================== */
  /* =====================================
     マーカー（提供画像寄せ）
  ===================================== */
  /* =====================================
     リスト
  ===================================== */
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--first .p-top-first {
    padding: 2rem 0;
  }
}
.p-top .p-top-section--first .p-top-first__inner {
  margin-top: 3rem;
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--first .p-top-first__inner {
    grid-template-columns: 1fr;
  }
}
.p-top .p-top-section--first .p-top-first__panel {
  order: 2;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--first .p-top-first__panel {
    order: 1;
  }
}
.p-top .p-top-section--first .p-top-first__visual {
  order: 1;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--first .p-top-first__visual {
    order: 2;
  }
}
.p-top .p-top-section--first .p-top-first__visual {
  position: relative;
  z-index: 2;
}
.p-top .p-top-section--first .p-top-first__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top .p-top-section--first .p-top-first__photo--main {
  width: 100%;
}
.p-top .p-top-section--first .p-top-first__photo--sub {
  width: 68%;
  position: absolute;
  left: -2.4rem;
  bottom: -2.4rem;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--first .p-top-first__photo--sub {
    position: static;
    width: 100%;
    margin-top: 1.2rem;
  }
}
.p-top .p-top-section--first .p-top-first__ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--purple);
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--first .p-top-first__ttl {
    font-size: 1.6rem;
  }
}
.p-top .p-top-section--first .p-top-first__panel {
  position: relative;
  padding: 3rem;
  z-index: 1;
}
.p-top .p-top-section--first .p-top-first__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  z-index: 0;
}
.p-top .p-top-section--first .p-top-first__panel-inner {
  position: relative;
  z-index: 1;
}
.p-top .p-top-section--first .p-top-first__label {
  display: inline-block;
  padding: 0.45rem 1.3rem;
  color: var(--purple);
  border-radius: 999px;
  font-family: var(--serif);
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}
.p-top .p-top-section--first .p-top-first__lead {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 1.4rem 0;
}
.p-top .p-top-section--first .p-top-first__text {
  line-height: 2;
  letter-spacing: 0.08em;
  color: var(--font_base);
}
.p-top .p-top-section--first .p-top-first__text .label {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(196, 151, 222, 0.28) 60%);
  padding: 0 0.2em;
}
.p-top .p-top-section--first .p-top-first__block + .p-top .p-top-section--first .p-top-first__block {
  margin-top: 2rem;
}
.p-top .p-top-section--first .p-top-first__subtitle {
  color: var(--purple);
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
  letter-spacing: 0.12em;
}
.p-top .p-top-section--first .p-top-first__p-top-first__ttl {
  color: var(--purple);
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--first .p-top-first__p-top-first__ttl {
    font-size: 1.4rem;
  }
}
.p-top .p-top-section--first .p-top-first__marker {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  color: #7a3f64;
}
.p-top .p-top-section--first .p-top-first__marker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 0.55em;
  background: rgba(214, 123, 175, 0.28);
  z-index: -1;
}
.p-top .p-top-section--first .p-top-first__marker--accent::after {
  background: rgba(214, 123, 175, 0.45);
}
.p-top .p-top-section--first .p-top-first__list {
  display: grid;
  gap: 0.6rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: var(--font_base);
}
.p-top .p-top-section--first .p-top-first__list li {
  position: relative;
  padding-left: 1.2em;
}
.p-top .p-top-section--first .p-top-first__list li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #d67baf;
  position: absolute;
  left: 0;
  top: 0.9em;
  transform: translateY(-50%);
}
.p-top .p-top-voice__grid {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-voice__grid {
    margin-top: 4rem;
    grid-template-columns: 1fr;
  }
}
.p-top .p-top-voice__item {
  background: rgba(214, 123, 175, 0.1);
  padding: 4.2rem 4rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .p-top .p-top-voice__item {
    padding: 4.2rem 2rem;
  }
}
.p-top .p-top-voice__item-label {
  display: inline-block;
  background: var(--main);
  color: var(--white);
  font-size: 1.3rem;
  padding: 0.3rem 1.8rem;
  margin-bottom: 1rem;
}
.p-top .p-top-voice__item-title {
  font-size: 2rem;
  fonw-weight: 500;
  letter-spacing: 0.12em;
  color: var(--purple);
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-voice__item-title {
    font-size: 1.6rem;
  }
}
.p-top .p-top-voice__item-body {
  letter-spacing: 0.08em;
  line-height: 2;
}
.p-top .p-top-voice__cta {
  margin-top: 2.4rem;
  text-align: center;
}
.p-top .p-top-section--contact {
  background: var(--main-02);
  padding: 4.5rem 0;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--contact {
    padding: 3.2rem 0;
  }
}
.p-top .p-top-section--contact .p-top-contact {
  /* =========================
     右側：縦並び固定
  ========================= */
  /* ボタン（assets.scss を尊重） */
}
.p-top .p-top-section--contact .p-top-contact__inner {
  background: var(--white);
  padding: 7rem 3.6rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-columns: auto auto;
  gap: 4rem;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--contact .p-top-contact__inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    text-align: center;
  }
}
.p-top .p-top-section--contact .p-top-contact__right {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
}
.p-top .p-top-section--contact .p-top-contact__text {
  letter-spacing: 0.08em;
  line-height: 1.9;
  max-width: 40rem;
  text-align: center;
}
.p-top .p-top-section--contact .p-top-contact .c-btn {
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--contact .p-top-contact .c-btn {
    width: 100%;
    max-width: 280px;
  }
}
.p-top .p-top-section--profile .p-top-profile {
  /* =====================================
     カード全体
  ===================================== */
  /* =====================================
     院長 上段（写真横：名前・導入・資格）
  ===================================== */
  /* 導入文（短文） */
  /* 資格・認定 見出し */
  /* =====================================
     院長 自己紹介（下段・全幅）
  ===================================== */
  /* =====================================
     バナー（Amazon / note）
  ===================================== */
  /* Amazon文言：1つ目のバナー直下だけ表示 */
  /* =====================================
     スタッフ紹介（院長と同レイアウト）
  ===================================== */
}
.p-top .p-top-section--profile .p-top-profile__card {
  margin-top: 6rem;
  background: var(--white);
  padding: 6rem 4rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--profile .p-top-profile__card {
    margin-top: 4rem;
    padding: 4rem 2rem;
  }
}
.p-top .p-top-section--profile .p-top-profile__top {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3.6rem;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--profile .p-top-profile__top {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    align-items: stretch;
  }
}
.p-top .p-top-section--profile .p-top-profile__photo img, .p-top .p-top-section--profile .p-top-profile__photo2 img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top .p-top-section--profile .p-top-profile__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-top .p-top-section--profile .p-top-profile__name {
  font-size: 2.4rem !important;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--purple);
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--profile .p-top-profile__name {
    font-size: 1.8rem;
  }
}
.p-top .p-top-section--profile .p-top-profile__info > p {
  line-height: 2;
  letter-spacing: 0.08em;
  color: var(--font_base);
  margin-bottom: 1.6rem;
}
.p-top .p-top-section--profile .p-top-profile__list_ttl {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--purple);
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--profile .p-top-profile__list_ttl {
    font-size: 1.6rem;
  }
}
.p-top .p-top-section--profile .p-top-profile__list {
  display: grid;
  gap: 0.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  text-indent: -1em;
  padding-left: 1em;
}
.p-top .p-top-section--profile .p-top-profile__desc {
  padding-top: 4rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  max-width: 680px; /* ← 追加：行長制御 */
  margin-left: auto; /* ← 追加：カード内で自然に中央寄せ */
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--profile .p-top-profile__desc {
    padding-top: 2.5rem;
    max-width: none; /* ← SPでは制限解除 */
  }
}
.p-top .p-top-section--profile .p-top-profile__links {
  margin-top: 3rem;
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--profile .p-top-profile__links {
    flex-direction: column;
    gap: 1.6rem;
    align-items: center;
  }
}
.p-top .p-top-section--profile .p-top-profile__links-item {
  text-align: center;
}
.p-top .p-top-section--profile .p-top-profile__links-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.p-top .p-top-section--profile .p-top-profile__links-text {
  margin-top: 0.8rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: var(--font_base);
}
.p-top .p-top-section--profile .p-top-profile__link {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top .p-top-section--profile .p-top-profile__link img {
  max-height: 70px;
  width: auto;
  display: block;
}
.p-top .p-top-section--profile .p-top-profile__links p {
  grid-column: 1/2;
  margin-top: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--font_base);
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--profile .p-top-profile__links p {
    grid-column: auto;
    text-align: center;
  }
}
.p-top .p-top-section--profile .p-top-profile__bottom {
  margin-top: 6.6rem;
  padding-top: 6.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2.8rem;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--profile .p-top-profile__bottom {
    margin-top: 4.6rem;
    padding-top: 4.2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-top .p-top-section--profile .p-top-profile__desc2-lead {
  font-weight: 500;
}
.p-top .p-top-section--profile .p-top-profile__desc2-title {
  font-family: var(--serif);
  font-size: 1.7rem; /* 院長名と揃える */
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--purple);
  margin-bottom: 1.2rem;
}
.p-top .p-top-section--profile .p-top-profile__desc2 {
  line-height: 2;
  letter-spacing: 0.08em;
}
.p-top .p-top-section--profile .p-top-profile__desc2-text {
  line-height: 2;
  margin-top: 1.2rem;
  letter-spacing: 0.08em;
}
.p-top .p-top-section--link {
  background: var(--white);
}
.p-top .p-top-section--link .p-top-link {
  /* =====================================
    セクション全体（白背景カード）
  ===================================== */
  /* =====================================
    セクションタイトル
    （カード内なので背景なし）
  ===================================== */
  /* =====================================
    動画エリア
  ===================================== */
}
.p-top .p-top-section--link .p-top-link__title-box {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0;
  background: none;
  box-shadow: none;
}
.p-top .p-top-section--link .p-top-link .section-title {
  margin: 0;
}
.p-top .p-top-section--link .p-top-link__movie {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
}
.p-top .p-top-section--link .p-top-link__movie-inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-top .p-top-section--link .p-top-link__movie-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-top .p-top-section--access {
  background: var(--main-02);
  padding: 8rem 0;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--access {
    padding: 4rem 0;
  }
}
.p-top .p-top-section--access .p-top-access {
  /* 白背景カード */
  /* タイトル */
  /* =========================
     マップ
  ========================= */
  /* 高さを「確実に」持たせる */
  /* =========================
     下段レイアウト
  ========================= */
  /* =========================
     左：情報
  ========================= */
  /* =========================
     右：写真
  ========================= */
}
.p-top .p-top-section--access .p-top-access__card {
  background: var(--white);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
.p-top .p-top-section--access .p-top-access .section-title {
  text-align: center;
  margin-bottom: 2.8rem;
  padding-top: 6rem;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--access .p-top-access .section-title {
    padding-top: 4rem;
  }
}
.p-top .p-top-section--access .p-top-access__map {
  width: 100%;
  margin-bottom: 3rem;
}
.p-top .p-top-section--access .p-top-access__map-inner {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: #e0e0e0;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--access .p-top-access__map-inner {
    height: 240px;
  }
}
.p-top .p-top-section--access .p-top-access__map-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-top .p-top-section--access .p-top-access__bottom {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: start;
  padding: 3rem 0rem 6rem 4rem;
}
@media screen and (max-width: 900px) {
  .p-top .p-top-section--access .p-top-access__bottom {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 2rem 4rem;
  }
}
.p-top .p-top-section--access .p-top-access__info {
  display: grid;
  gap: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
.p-top .p-top-section--access .p-top-access__row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 1.2rem;
  align-items: start;
}
.p-top .p-top-section--access .p-top-access__row img {
  width: 28px;
  height: 28px;
  margin-top: 0.2rem;
}
.p-top .p-top-section--access .p-top-access__row--address {
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin-top: 0.8rem;
}
.p-top .p-top-section--access .p-top-access__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--access .p-top-access__text {
    font-size: 1.3rem;
  }
}
.p-top .p-top-section--access .p-top-access__row--address p {
  line-height: 1.9;
}
.p-top .p-top-section--access .p-top-access__photo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top .p-top-section--clinician {
  padding: 6rem 0 6rem;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--clinician {
    padding: 5rem 0 4rem;
  }
}
.p-top .p-top-section--clinician .p-clinic-time {
  /* インスタ/LINE（画像） */
  /* note / amazon（ロゴ画像パス未提示のため、後から差し替えしやすい“マーク枠”を用意） */
  /* 注釈（MV下と同じクラスのまま使う。余白だけ追加） */
}
.p-top .p-top-section--clinician .p-clinic-time__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--clinician .p-clinic-time__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--clinician .p-clinic-time__left {
    flex: 1 1 auto;
    width: 100%;
  }
}
.p-top .p-top-section--clinician .p-clinic-time__right {
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--clinician .p-clinic-time__right {
    width: 100%;
  }
}
.p-top .p-top-section--clinician .p-clinic-time__logo {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
}
.p-top .p-top-section--clinician .p-clinic-time__name {
  margin-top: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-top .p-top-section--clinician .p-clinic-time__address {
  margin-top: 1rem;
  line-height: 1.7;
}
.p-top .p-top-section--clinician .p-clinic-time__map-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}
.p-top .p-top-section--clinician .p-clinic-time__address-icon {
  width: 1rem;
  height: auto;
  flex: 0 0 auto;
}
.p-top .p-top-section--clinician .p-clinic-time__sns {
  margin-top: 1.4rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.p-top .p-top-section--clinician .p-clinic-time__sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.p-top .p-top-section--clinician .p-clinic-time__sns-icon {
  width: 45px;
  height: 45px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--clinician .p-clinic-time__sns-icon {
    width: 30px;
    height: 30px;
  }
}
.p-top .p-top-section--clinician .p-clinic-time__sns-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--clinician .p-clinic-time__sns-mark {
    height: 30px;
  }
}
.p-top .p-top-section--clinician .p-clinic-time__table-wrap {
  /* 右の表が大きくなり過ぎる件の対策：最大幅＋はみ出し抑制 */
  max-width: 720px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-top .p-top-section--clinician .p-clinic-time__table-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.p-top .p-top-section--clinician .p-clinic-time__note {
  margin-top: 1.2rem;
}

.p-archive,
.p-single {
  background: #f2f2f2;
}
.p-archive .p-page-section,
.p-single .p-page-section {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .p-archive .p-page-section,
  .p-single .p-page-section {
    padding: 5rem 0;
  }
}
.p-archive .p-page-box,
.p-single .p-page-box {
  background: var(--white);
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  padding: 6rem 5rem;
}
@media (max-width: 768px) {
  .p-archive .p-page-box,
  .p-single .p-page-box {
    padding: 3.5rem 2rem;
  }
}
.p-archive .p-page-title,
.p-single .p-page-title {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .p-archive .p-page-title,
  .p-single .p-page-title {
    margin-bottom: 3.5rem;
  }
}

/* ==============================
   Archive Cards（voice等：HTML準拠）
   <div class="c-card-list">
     <article class="c-card">
       <a class="c-card__link">
         <time class="c-card__date">...</time>
         <h2 class="c-card__title">...</h2>
       </a>
     </article>
   </div>
============================== */
.c-card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
@media (max-width: 1024px) {
  .c-card-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .c-card-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.c-card {
  background: #f6f6f6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  }
}
.c-card__link {
  display: block;
  padding: 3.2rem 3.4rem;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .c-card__link {
    padding: 2.6rem 2.4rem;
  }
}
.c-card__date {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: var(--base-02);
  margin-bottom: 0.9rem;
  white-space: nowrap;
}
.c-card__title {
  margin: 0;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: var(--font_base);
}
@media (max-width: 768px) {
  .c-card__title {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}

/* ==============================
   Archive Entries（news/diary側が別HTMLの場合の復旧保険）
   .c-entry / .c-entry__link を使っているテンプレにも効く
============================== */
.c-entry {
  background: #f6f6f6;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.c-entry .c-entry__link {
  display: block;
  padding: 3.2rem 3.4rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
@media (max-width: 768px) {
  .c-entry .c-entry__link {
    padding: 2.6rem 2.4rem;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .c-entry .c-entry__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  }
}
.c-entry .c-entry__meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.c-entry .c-entry__date {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: var(--base-02);
  white-space: nowrap;
}
.c-entry .c-entry__title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: var(--font_base);
}
@media (max-width: 768px) {
  .c-entry .c-entry__title {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
}
.c-entry .c-entry__excerpt {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: var(--font_base);
  opacity: 0.92;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.c-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.c-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 40px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: var(--purple);
  background: transparent;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.c-pagination .page-numbers:hover {
  transform: translateY(-1px);
  background: rgba(146, 91, 167, 0.08);
  color: #925BA7;
}
.c-pagination .page-numbers.current {
  background: rgba(146, 91, 167, 0.12);
  color: #925BA7;
  font-weight: 600;
  pointer-events: none;
}
.c-pagination .page-numbers.prev,
.c-pagination .page-numbers.next {
  height: 40px;
  min-width: 92px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(146, 91, 167, 0.35);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.c-pagination .page-numbers.prev::before, .c-pagination .page-numbers.prev::after,
.c-pagination .page-numbers.next::before,
.c-pagination .page-numbers.next::after {
  content: none !important;
  display: none !important;
}
.c-pagination .page-numbers.prev {
  background: transparent;
  color: #925BA7;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
.c-pagination .page-numbers.prev:hover {
  transform: translateY(-1px);
  background: rgba(146, 91, 167, 0.08);
  border-color: rgba(146, 91, 167, 0.55);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}
.c-pagination .page-numbers.next {
  background: #925BA7;
  border-color: #925BA7;
  color: #fff;
}
.c-pagination .page-numbers.next:hover {
  transform: translateY(-1px);
  background: rgba(146, 91, 167, 0.9);
  border-color: rgba(146, 91, 167, 0.9);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}
.c-pagination span.page-numbers.prev,
.c-pagination span.page-numbers.next {
  display: none;
}

/* ==============================
   Single Article（news/voice/diary 詳細 共通）
============================== */
.c-article {
  background: var(--white);
  border-radius: 12px;
  padding: 4rem 4rem;
}
@media (max-width: 768px) {
  .c-article {
    padding: 2.6rem 2rem;
  }
}
.c-article .c-article__head {
  margin-bottom: 2.2rem;
  padding-bottom: 2.2rem;
}
.c-article .c-article__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}
.c-article .c-article__date {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: var(--base-02);
}
.c-article .c-article__title {
  margin: 0;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: var(--font_base);
}
@media (max-width: 768px) {
  .c-article .c-article__title {
    font-size: 1.9rem;
    letter-spacing: 0.1em;
  }
}
.c-article .c-article__thumb {
  margin: 2.4rem 0;
}
.c-article .c-article__thumb img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.c-article .c-article__body {
  font-size: 1.4rem;
  line-height: 2.05;
  letter-spacing: 0.06em;
  color: var(--font_base);
}
.c-article .c-article__body > * + * {
  margin-top: 1.4rem;
}
.c-article .c-article__body h2,
.c-article .c-article__body h3 {
  font-family: var(--font-ja);
  color: var(--purple);
  letter-spacing: 0.12em;
  line-height: 1.6;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
}
.c-article .c-article__body h2 {
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .c-article .c-article__body h2 {
    font-size: 1.7rem;
  }
}
.c-article .c-article__body h3 {
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .c-article .c-article__body h3 {
    font-size: 1.5rem;
  }
}
.c-article .c-article__body a {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-article .c-article__body ul,
.c-article .c-article__body ol {
  padding-left: 1.6em;
  line-height: 2;
}
.c-article .c-article__body ul li + li,
.c-article .c-article__body ol li + li {
  margin-top: 0.6rem;
}
.c-article .c-article__body blockquote {
  background: #fafafa;
  border-left: 3px solid rgba(146, 91, 167, 0.35);
  padding: 1.6rem 1.8rem;
  border-radius: 6px;
  margin: 0;
}
.c-article .c-article__body img {
  border-radius: 6px;
  height: auto;
  max-width: 100%;
}
.c-article .c-article__foot {
  margin-top: 3.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* ==============================
   Single：前後ナビ（詳細ページ）
============================== */
.c-postnav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 768px) {
  .c-postnav {
    grid-template-columns: 1fr;
  }
}
.c-postnav a {
  display: block;
  padding: 1.2rem 1.4rem;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
  color: var(--font_base);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-postnav a:hover {
    transform: translateY(-1px);
    background: rgba(146, 91, 167, 0.08);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
    color: var(--purple);
  }
}
.c-postnav .c-postnav__prev {
  text-align: left;
}
.c-postnav .c-postnav__next {
  text-align: right;
}
@media (max-width: 768px) {
  .c-postnav .c-postnav__next {
    text-align: left;
  }
}

/* ==============================
   Back（一覧へ戻るボタンの包み）
============================== */
.c-back {
  margin-top: 3.2rem;
  text-align: center;
}

/* ==============================
   WP screen-reader-text（見た目は隠す、機能は残す）
============================== */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/*# sourceMappingURL=style.css.map */