/* ===========================
   2ページ目（SERVICES）専用 PC用CSS
   ※ bodyに .services-page が付いているときだけ有効
   =========================== */

/* ===========================
   SERVICES ページ専用ヒーロー
   =========================== */

.services-page .hero {
  position: relative;
  height: 90vh;
  min-height: 520px;
  overflow: hidden;
}

/* 背景写真 */
.services-page .hero .hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.services-page .hero .hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* うっすら暗くするオーバーレイ */
.services-page .hero .hero-dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
}

/* テキストを中央に置くパネル（新クラス） */
.services-page .hero .hero-sv-panel {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

/* テキストブロック */
.services-page .hero .hero-sv-text {
  text-align: center;
  color: #fff;
}

/* 見出し */
.services-page .hero .hero-sv-title {
  margin: 0 0 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

/* サブコピー */
.services-page .hero .hero-sv-sub {
  margin: 0;
  font-family: "Shippori Mincho", serif; 
  font-weight: 500;
  font-size: clamp(14px, 2vw, 20px);
  line-height: 2;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}


/* ---------------------------
   セクション共通
   --------------------------- */

.services-page .section {
  padding: clamp(72px, 8vw, 120px) 0;
}

.services-page .section .container {
  width: min(1080px, 90%);
  margin: 0 auto;
}

/* セクション見出し（共通） */
.services-page .sec-heading {
  font-family: "Shippori Mincho", serif;
  color: #1f4d3a;
  font-size: clamp(26px, 3vw, 32px);
  margin: 0 0 24px;
  text-align: left;        /* 基本は左揃え */
}

/* 見出しの下線（左寄せ） */
.services-page .sec-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin-top: 12px;
  background: rgba(25, 91, 82, 0.4);
}

/* 見出しの中の日本語サブタイトルがある場合用 */
.services-page .sec-heading .jp {
  margin-left: 8px;
  font-size: 0.9em;
}

/* リード文（共通） */
.services-page .lead {
  margin: 0 0 70px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #444;
  max-width: 720px;
}

/* ---------------------------
   Store セクション
   --------------------------- */

/* 背景色 */
.services-page .section--store {
  background: #F1EFEC;
}

/* Storeセクション見出し用の小さなラベル */
.services-page .section--store .sec-label{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  margin-bottom: 8px;

  border-radius: 999px;
  border: 1px solid rgba(47, 79, 60, 0.25);

  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2F4F3C;
}

/* 商品カード全体 */
.services-page .store-products {
  margin-top: 40px;
  margin-bottom: 80px;

}

/* 3カラムグリッド（PC） */
.services-page .store-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: flex-start;
}

/* 1つ1つのカード */
.services-page .product-card {
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

/* 丸写真サムネイル */
.services-page .product-card__thumb {
  width: 180px;
  height: 180px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
}

.services-page .product-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 商品名 */
.services-page .product-card__name {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #2a3f37;
}

/* 商品説明 */
.services-page .product-card__desc {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

/* 「もっと見る」の代わりのちいさな飾りライン
.section--store .product-card__decor {
  width: 72px;
  height: 1px;
  margin: 18px auto 0;
  background: #8c6a3f; /* ブログボタンっぽいベージュ */
/* } */ 

/* ==============================
   STORE：SPインジケータ
   ============================== */
@media screen and (max-width: 767px) {
  /* 飾り線はSPでは非表示に */
  .section--store .product-card__decor {
    display: none;
  }

  .section--store .store-indicator {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: -5px 0 0;
  }

  .store-indicator__dot {
    width: 17px;
    height: 3px;
    border-radius: 999px;
    background: #d6d3c8;   /* 薄ベージュ */
    opacity: 0.35;
    transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
  }

  .store-indicator__dot.is-active {
    opacity: 1;
    background: #b9a774;   /* Blogボタン系のベージュに合わせてOK */
    transform: translateY(-1px);
  }
}

/* 「くわしく見る」リンク
.services-page .product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  text-decoration: none;
  color: #8c6a3f;
  border-bottom: 1px solid rgba(140, 106, 63, 0.35);
  padding-bottom: 2px;
}

.services-page .product-card__link::after {
  content: "›";
  font-size: 12px;
} */

/* 花アイコンの大きさ＆下の余白 */
.services-page .store-cta .spark img {
  display: block;
  width: 90px;              /* アイコンの大きさ。大きい/小さいはここだけ触ればOK */
  height: auto;
  margin: 0 auto 15px;       /* 下方向の余白 */
}

/* Store CTAまわり */
.services-page .store-cta{
  margin-top: 56px;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #333;
}

.services-page .store-cta .cta-copy{
  margin: 0 0 24px;
}

/* 「Storeの商品をもっと見る」ボタン */
.services-page .store-cta .btn-line{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 6px 35px;
  min-width: 260px;

  border-radius: 999px;
  border: none;
  background: #e0b98a;           /* やさしいベージュ */
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .1em;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
}

/* 右側の「▶▶▶」をCSSで追加 */
.services-page .store-cta .btn-line::after{
  content: "▶▶▶";
  font-size: 0.9em;
}

/* hover時ちょっとだけ濃く */
.services-page .store-cta .btn-line:hover{
  background: #d3aa72;
}

/* ==============================
   カウンセリングセッション
   ============================== */

/* 背景色 */
.section--counseling {
  background: #e4f2f3; /* Figmaに近い淡いブルー */
}

/* 導入テキスト：細めの枠だけで囲む */

.services-page .counseling-intro {
  max-width: 760px;
  margin: 32px auto 64px;
  padding: 28px 40px;

  border-radius: 0px;
  border: 1px solid rgba(129, 165, 170, 0.7);  /* 細めの枠だけ */
  background: transparent;                     /* 白ベタはナシ */
  box-shadow: none;

  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2.2;
  color: #333;
}

/* 一行目だけ少し強調＆中央寄せ */
.services-page .counseling-intro-lead {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

/* 「こんなときにおすすめ！」と最後の一文も中央寄せ */
.services-page .counseling-intro > p {
  margin: 0 0 16px;
  text-align: center;
}

/* 箇条書きは左揃えで、枠の内側に少し寄せる */
.services-page .counseling-intro-list {
  margin: 8px 0 24px 0;
  padding: 0;
  list-style: none;
}

.services-page .counseling-intro-list li {
  position: relative;
  padding-left: 1.4em;
  margin: 4px 0;
}

.services-page .counseling-intro-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8em;
  color: #2f5f4b;
}

/* メニュー一覧全体 */
.services-page .counseling-menu {
  max-width: 920px;
  margin: 0 auto 72px;
  display: grid;
  gap: 24px;
}

/* 各メニューカード */
.services-page .counseling-item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(129, 165, 170, 0.4);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* アコーディオンのヘッダー部分 */
/* アコーディオンのヘッダー部分：横並びで＋を右端に固定 */
.services-page .counseling-summary {
  width: 100%;
  padding: 18px 24px;

  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 4px;
  align-items: center;

  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;

  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #23443b;
}

/* タイトルは左側を広くとる */
.services-page .counseling-title {
  flex: 1;
  font-weight: 700;
}

/* 時間・料金はその右に並べる */
.services-page .counseling-meta,
.services-page .counseling-price {
  font-size: 13px;
  white-space: nowrap;
}

/* ＋／−アイコンを一番右端に寄せる */
.services-page .counseling-summary::after {
  content: "＋";
  margin-left: auto;          /* これで右端に押し出す */
  font-size: 16px;
}

/* 開いているときはマイナス表示 */
.services-page .counseling-summary[aria-expanded="true"]::after {
  content: "－";
}

/* タイトル・メタ情報 */
.services-page .counseling-title {
  font-weight: 700;
}

.services-page .counseling-meta,
.services-page .counseling-price {
  font-size: 13px;
  white-space: nowrap;
}

/* プラス／マイナスのアイコン（右端） */
.services-page .counseling-summary::after {
  content: "＋";
  justify-self: end;
  font-size: 16px;
}

/* 開いているときはマイナス表示 */
.services-page .counseling-summary[aria-expanded="true"]::after {
  content: "－";
}

/* 詳細部分 */
.services-page .counseling-detail {
  padding: 0 24px 20px;
  border-top: 1px dashed rgba(129, 165, 170, 0.6);
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2.1;
  color: #333;
}

/* hidden 属性のときは非表示（ブラウザのデフォルトを明示） */
.services-page .counseling-detail[hidden] {
  display: none;
}

.services-page .counseling-detail p {
  margin: 16px 0;
}

.services-page .counseling-subheading {
  margin: 18px 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #23443b;
}

.services-page .counseling-points {
  margin: 0 0 10px 1.2em;
  padding: 0;
}

/* カウンセリング：箇条書き（●だけ見せたい） */
.services-page .counseling-points {
  list-style: none;     /* デフォルトの「・」を消す */
  padding-left: 0;      /* 左のインデントも整える（必要なら） */
}


/* セクションの締め（花アイコン＋メッセージ） */
.services-page .counseling-footer {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2.1;
  color: #333;
}

.services-page .counseling-footer .spark {
  margin: 0 auto 20px;
}

.services-page .counseling-footer .spark img {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto;
}

.services-page .counseling-message {
  margin: 0;
}


/* ------------------------------
   写真帯（上・下共通）
   ------------------------------ */

.services-page .section--counseling .counseling-band {
  width: 100%;
  margin: 40px 0;
  overflow: hidden;            /* 中身ズーム・ブラーがはみ出さないように */
}

/* 中身の横幅：全体の 3/4 ＝ 片側 1/4 が余白になる */
.services-page .section--counseling .counseling-band__inner {
  width: 75%;
}

/* 上：左にくっついて、右側に 1/4 くらい余白 */
.services-page .section--counseling
  .counseling-band--top .counseling-band__inner {
  margin-left: 0;
  margin-right: auto;
}

/* 上の写真：少し上側を見せたい例（下方向にずらす） */
.section--counseling .counseling-band--top img {
  object-position: center 65%;
}

/* 下の写真：少し下側を見せたい例（上方向にずらす） */
.section--counseling .counseling-band--bottom img {
  object-position: center 60%;
}

/* 下：右にくっついて、左側に 1/4 くらい余白 */
.services-page .section--counseling
  .counseling-band--bottom .counseling-band__inner {
  margin-left: auto;
  margin-right: 0;
}

/* 実際の画像：高さ細め＋「ピントが合う」アニメーション */
.services-page .section--counseling .counseling-band img {
  display: block;
  width: 100%;
  height: clamp(180px, 22vw, 260px);   /* 画面に応じて細い帯っぽく */
  object-fit: cover;

}

/* ------------------------------
   レイアウト＆スライドイン
   ------------------------------ */

@media screen and (min-width: 769px) {

  /* 上：左からスライドイン（位置はすでに左寄せ） */
  .services-page .section--counseling
    .counseling-band--top .counseling-band__inner {
    animation: counselingSlideInLeft 0.9s ease-out both;
  }

  /* 下：右からスライドイン（位置はすでに右寄せ） */
  .services-page .section--counseling
    .counseling-band--bottom .counseling-band__inner {
    animation: counselingSlideInRight 0.9s ease-out both;
  }
}

/* SP：どちらも中央寄せ＆少し幅広く */
@media screen and (max-width: 768px) {
  .services-page .section--counseling .counseling-band {
    margin: 32px 0;
  }

  .services-page .section--counseling .counseling-band__inner {
    width: 90%;
    margin-inline: auto;
  }
}

/* 1) 内側ラッパーの初期状態（まだ見えてないとき） */
.section--counseling .counseling-band__inner {
  width: 75%;
  opacity: 0;
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

/* 上の帯：左にオフセットしておく */
.section--counseling .counseling-band--top .counseling-band__inner {
  margin-left: 0;
  margin-right: auto;
  transform: translateX(-40px);
}

/* 下の帯：右にオフセットしておく */
.section--counseling .counseling-band--bottom .counseling-band__inner {
  margin-left: auto;
  margin-right: 0;
  transform: translateX(40px);
}

/* 2) 画像の初期状態（寄り気味＋ボケ） */
.section--counseling .counseling-band img {
  display: block;
  width: 100%;
  height: clamp(180px, 22vw, 260px);
  object-fit: cover;

  transform: scale(1.12);   /* 少し寄ってる */
  filter: blur(2px);        /* ボケてる */
  transition:
    transform 0.8s ease-out,
    filter 0.8s ease-out;
}

/* 3) .is-visible が付いたときに「スライドイン＆ピント」 */
.section--counseling .counseling-band.is-visible .counseling-band__inner {
  opacity: 1;
  transform: translateX(0);
}

.section--counseling .counseling-band.is-visible img {
  transform: scale(1.0);
  filter: blur(0);
}

/* ==============================
   健康笑御飯・健康笑市
   ============================== */

/* 背景は他と同じまま・少し余白広め */
.section--meal {
  padding: clamp(80px, 9vw, 120px) 0;
  background: #F1EFEC;   /* 好きな淡い色にしてOK */
}

/* 見出しまわり */
.section--meal .meal-header {
  margin-bottom: 48px;
}

.section--meal .meal-lead {
  margin: 16px 0 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #555;
}

/* カード全体 */
.section--meal .meal-cards {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.section--meal .meal-card {
  flex: 1;
  border: 1px solid rgba(149, 165, 148, 0.7); /* 緑がかった細い線 */
  background: transparent;                    /* 塗りなし */
  padding: 24px 28px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #333;
}
/* 見出し＋ラベルを横並びにする箱 */
.section--meal .meal-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.section--meal .meal-label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: #f7e4c8;   /* 目立つベージュ系の色 */
  color: #a2682a;
  border: none;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.section--meal .meal-card-title {
  margin: 0;   /* ここだけ変わってると思ってOK */
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #1f4d3a;
}

/* テキスト */
.section--meal .meal-card-text {
  margin: 0 0 10px;
}

.section--meal .meal-note {
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}

/* 写真3枚の帯 */
.section--meal .meal-gallery {
  margin-top: 56px;
  display: flex;
  width: 100%;
}

.section--meal .meal-gallery-item {
  flex: 1;
}

.section--meal .meal-gallery-item img {
  display: block;
  width: 100%;
  height: clamp(160px, 20vw, 240px);
  object-fit: cover;
}

/* ==============================
   アート型ワークショップ
   ============================== */

.services-page .section--art {
  background: #e4f2f3; /* カウンセリングと同じ淡いブルー */
}

/* タイトル下：左にカード、右に写真 */
.services-page .section--art .art-layout {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 56px;
}

/* 画面が狭くなったときだけ縦並び（PCメインだけど保険で） */
@media screen and (max-width: 1024px) {
  .services-page .section--art .art-layout {
    flex-direction: column;
    gap: 24px;
  }
}

/* 説明カード（細い枠だけ） */
.services-page .section--art .art-card {
  flex: 1.2;
  border: 1px solid rgba(129, 165, 170, 0.7);
  padding: 28px 32px;
  background: transparent;
  box-shadow: none;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2.2;
  color: #333;
}

.services-page .section--art .art-card-lead {
  margin: 0 0 18px;
  text-align: center;
  font-weight: 700;
}

.services-page .section--art .art-card p {
  margin: 0 0 14px;
}

/* 右側の写真 */
.services-page .section--art .art-photo {
  flex: 1;
  max-width: 420px;
  display: flex; 
}

.services-page .section--art .art-photo img {
  display: block;
  width: 85%;
  height: 100%;
  object-fit: cover;  /* カードと高さを揃えやすく */
}

/* アコーディオン（パステルアート）のブロック */
.services-page .section--art .art-accordion {
  margin-top: 16px;
}

/* アート用アコーディオン内の各項目の間隔だけ少し確保 */
.services-page .section--art .art-accordion .counseling-item {
  margin-bottom: 16px;
}
/* ==============================
   アート型ワークショップ：最後のメッセージ
   ============================== */

.services-page .section--art .art-message {
  margin: 72px auto 40px;
  text-align: center;
  max-width: 720px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #333;
}

.services-page .section--art .art-message__icon {
  margin-bottom: 16px;
}

.services-page .section--art .art-message__icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.services-page .section--art .art-message__title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 16px;
}

.services-page .section--art .art-message__text {
  margin: 0;
  font-size: 14px;
  line-height: 2;
}

/* ===========================
   タウンスクーリング
   =========================== */

.services-page .section--town {
  background: #F1EFEC;
}

/* 見出しの下の文章 */
.services-page .section--town .town-lead {
  margin: 0 0 40px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2.1;
  color: #333;
}

/* レイアウト */
.services-page .section--town .town-layout {
  width: 100%;
  margin: 0 auto 64px;
  display: flex;
  gap: 150px;
  align-items: center;
}

/* 左：たまご／葉っぱ型フレーム */
.services-page .section--town .town-leaf {
  flex: 1;
  max-width: 420px;
}

.services-page .section--town .town-leaf-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(129, 165, 170, 0.7);
  border-radius: 58% 42% 60% 40% / 78% 76% 42% 44%; /* ゆるい葉っぱ／たまご型 */
  overflow: hidden;
  background: #F7F2EA;
}

.services-page .section--town .town-leaf-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 全体入れたい写真は contain に変えてOK */
}

/* 右：テキストカード（高さ固定なし） */
.services-page .section--town .town-card {
  flex: 1.2;
  border: 1px solid rgba(129, 165, 170, 0.7);
  background: transparent;
  box-shadow: none;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2.0;
  color: #333;
  padding: 20px 28px 14px;
  box-sizing: border-box;
  text-align: center;
}

.services-page .section--town .town-card-title {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 16px;
}

.services-page .section--town .town-card p {
  margin: 0 0 6px;
}

.services-page .section--town .town-card-note {
  margin-top: 4px;
  font-size: 13px;
}

/* 下のメッセージ */
.services-page .section--town .town-message {
  margin: 72px auto 40px;
  text-align: center;
  max-width: 720px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #333;
}

.services-page .section--town .town-message__icon {
  margin-bottom: 16px;
}

.services-page .section--town .town-message__icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.services-page .section--town .town-message__text {
  margin: 0;
  font-size: 14px;
  line-height: 2.1;
}

/* ===========================
   食と暮らしのコミュニティ
   =========================== */

.services-page .section--food {
  background: #E4F2F3; /* アート型ワークショップと同じ淡いブルー */
}

/* 上の文章ブロック */
.services-page .section--food .food-intro {
  max-width: 760px;
  margin: 60px auto 70px;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2.1;
  color: #333;
}

.services-page .section--food .food-lead {
  margin-bottom: 24px;
  font-weight: 700;
}

/* フィールド写真 */
.services-page .section--food .food-photo {
  max-width: 960px;
  margin: 0 auto 56px;
}

.services-page .section--food .food-photo__figure {
  margin: 0;
}

/* 田んぼ写真コンテナ */
.services-page .section--food .food-photo {
  max-width: 960px;
  margin: 0 auto 56px;
}

/* figure 自体は普通のブロックのまま */
.services-page .section--food .food-photo__figure {
  margin: 0;
}

/* ★ 写真用ラッパーだけを“枠”にする */
.services-page .section--food .food-photo__image {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  aspect-ratio: 16 / 9;   /* 枠の縦横比を固定 */
}

/* 中の画像だけをズーム／ピント演出 */
.services-page .section--food .food-photo__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  filter: blur(2px);
  transition:
    transform 0.9s ease-out,
    filter 0.9s ease-out;
}

/* スクロールインで中だけ引いてピントが合う */
.services-page .section--food .food-photo.is-visible .food-photo__image img {
  transform: scale(1.0);
  filter: blur(0);
}


.services-page .section--food .food-photo__caption {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
  text-align: right;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

/* 下のプログラムカード2枚 */
.services-page .section--food .food-programs {
  max-width: 960px;
  margin: 0 auto 64px;
  display: flex;
  gap: 32px;
}

.services-page .section--food .food-card {
  flex: 1;
  background: none;
  border-radius: 0px;
  padding: 32px 32px 24px;
  border: 1px solid rgba(129, 165, 170, 0.6);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2.0;
  color: #333;
}

.services-page .section--food .food-card__title {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.services-page .section--food .food-card p {
  margin: 0 0 6px;
}

.services-page .section--food .food-card__body {
  margin-top: 18px;
}

/* 必要なら、最後の段落だけ余白ゼロにしたいとき */
.services-page .section--food .food-card p:last-child {
  margin-bottom: 0;
}

/* 食と暮らし：締めメッセージ */
.services-page .section--food .food-message {
  margin: 72px auto 56px;
  text-align: center;
  max-width: 720px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #333;
}

.services-page .section--food .food-message__icon {
  margin-bottom: 16px;
}

.services-page .section--food .food-message__icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.services-page .section--food .food-message__title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 16px;
}

.services-page .section--food .food-message__text {
  margin: 0;
  font-size: 14px;
  line-height: 2.1;
}

/* ===========================
   レンタルスペース
   =========================== */

.services-page .section--rental {
  background: #F7F3EC; /* ほんのり生成り */
}

/* 上の文章ブロック */
.services-page .section--rental .rental-intro {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2.1;
  color: #333;
}

.services-page .section--rental .rental-lead {
  margin-bottom: 24px;
  font-weight: 700;
}

/* 共通レイアウト：写真＋テキスト横並び */
.services-page .section--rental .rental-block {
  max-width: 960px;
  margin: 0 auto 56px;
  display: flex;
  gap: 40px;
  align-items: center;
}

/* 下の料金ブロックだけ左右を入れ替える（テキスト左／写真右） */
.services-page .section--rental .rental-block--price {
  flex-direction: row-reverse;
}

/* 写真側 */
.services-page .section--rental .rental-photo {
  flex: 1.3;
}

.services-page .section--rental .rental-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* テキスト側 */
.services-page .section--rental .rental-text {
  flex: 0.7;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #333;
  display: flex;                 /* ★ 追加 */
  flex-direction: column;        /* ★ 中の<p>を縦に並べる */
  justify-content: center;       /* ★ 縦方向まんなか寄せ */
}

/* 上：部屋名（深緑・明朝・大きめ） */
.services-page .section--rental .rental-text--rooms {
  text-align: center;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 22px;
  color: #245b4c;   /* 深緑 */
}

/* .services-page .section--rental .rental-text--rooms p {
  margin: 0 0 10px;
} */

/* 下：料金テキスト */
.services-page .section--rental .rental-text--price p {
  margin: 0 0 10px;
}

.services-page .section--rental .rental-text--price .rental-note {
  margin-top: 16px;
  font-size: 12px;
}

/* こんな方におすすめ */
.services-page .section--rental .rental-message {
  margin: 72px auto 72px;
  text-align: center;
  max-width: 720px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #333;
}

.services-page .section--rental .rental-message__icon {
  margin-bottom: 16px;
}

.services-page .section--rental .rental-message__icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.services-page .section--rental .rental-message__title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 16px;
}

.services-page .section--rental .rental-message__text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 2.1;
}

.services-page .section--rental .rental-message__notice {
  margin: 24px 0 0;
  font-size: 13px;
  line-height: 2.0;
  font-weight: 700;
  color: #1d6a57;
}

/* 上のブロックは下マージンなし */
.services-page .section--rental .rental-block--rooms {
  margin-bottom: 0;
}

/* 下のブロックを少しだけ上に引き上げる */
.services-page .section--rental .rental-block--price {
  flex-direction: row-reverse;
  margin-top: 10px;  /* ★ 写真がくっつくように微調整。きつかったら -24 くらいでもOK */
}

/* 写真のアニメーション初期状態 */
.services-page .section--rental .rental-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;

  opacity: 0;
  transform: translateX(0) scale(1.05);
  transition:
    transform 0.9s ease-out,
    opacity 0.9s ease-out;
}

/* 左から入ってくる写真 */
.services-page .section--rental .rental-photo--left img {
  transform: translateX(-40px) scale(1.05);
}

/* 右から入ってくる写真 */
.services-page .section--rental .rental-photo--right img {
  transform: translateX(40px) scale(1.05);
}

/* 画面に入ったら、位置を元に戻して少しズームアウト＋フェードイン */
.services-page .section--rental .rental-photo.is-visible img {
  opacity: 1;
  transform: translateX(0) scale(1.0);
}

/* ===========================
   クロージングメッセージ
   =========================== */

.services-page .section--closing {
  padding: 0;
  background: #f5f1ec; /* ページと馴染む色 */
}

/* ★ ここが「写真の枠」：サイズを固定する */
.services-page .section--closing .closing-visual {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 21 / 9;  /* 枠の縦横比。好みで 16 / 9 などにしてOK */
  overflow: hidden;      /* 枠からはみ出たぶんは隠す */
}

/* ★ 中の画像だけを動かす（枠は変わらない） */
.services-page .section--closing .closing-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* 最初は少し寄り＋ほんのりボケ */
  transform: scale(1.04);
  filter: blur(1.5px);
  transition:
    transform 1.2s ease-out,
    filter 1.2s ease-out;
}

/* 画面に入ったら、ピントが合って少しだけ引く */
.services-page .section--closing .closing-visual.is-visible img {
  transform: scale(1.0);
  filter: blur(0);
}

/* メッセージ共通 */
.services-page .section--closing .closing-message {
  position: absolute;
  color: #fff;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

/* 左上テキスト位置 */
.services-page .section--closing .closing-message--left {
  top: 15%;
  left: 6%;
}

/* 右下テキスト位置 */
.services-page .section--closing .closing-message--right {
  bottom: 12%;
  right: 5%;
  text-align: right;
}

/* ===================================
   カード内「最初の一文」共通スタイル
   =================================== */

/* カウンセリング導入の一文
   アートカードのリード
   食と暮らし（健康笑御飯／発酵ワーク）のタイトル
   タウンスクーリングのカードタイトル
   レンタルスペースの導入文  */
.services-page .counseling-intro-lead,
.services-page .section--art .art-card-lead,
.section--meal .meal-card-title,
.services-page .section--town .town-card-title,
.services-page .section--food .food-card__title,
.services-page .section--rental .rental-lead,
.services-page .section--food .food-lead {
  font-family: "Shippori Mincho", "Noto Serif JP", serif; /* しっぽり明朝系に統一 */
  font-weight: 600;            /* ガチ太ではなく、少し柔らかめ */
  font-size: 14px;             /* 周りの本文より一段大きく */
  line-height: 1.9;
  letter-spacing: 0.06em;      /* ほんの少し字間をあける */
  color: #1f4d3a;
}

/* ここからスマホレイアウト */

/* ===========================
   SERVICES SP共通タイポ
   =========================== */

/* ベースの文字サイズを少し小さく */
body.services-page {
  font-size: 13px;
}

/* セクション見出し（「Store」「カウンセリング」など） */
.services-page .sec-heading {
  font-size: 22px;
  margin: 0 0 16px;
}

/* 見出しの下にくるリード文系は、ちょい小さめ＆行間広めに */
.services-page .section p {
  font-size: 13px;
  line-height: 1.9;
}

/* 全体の余白を PC より少しキュッと */
.services-page .section {
  padding: 56px 0;
}

/* 横幅は画面の 92% くらいに統一 */
.services-page .section-inner,
.services-page .section .container,
.services-page .store-inner,
.services-page .counseling-inner {
  max-width: 960px;
  width: 92%;
  margin: 0 auto;
}

/* 各セクション h2 見出し（「Store」「カウンセリング」など） */
.services-page .section-title {
  font-size: 22px;
  margin-bottom: 24px;
}

/* リード文（見出しの下の 1〜2 行） */
.services-page .section-lead {
  font-size: 14px;
  line-height: 2;
}


/* ==============================
   SERVICES：Store（SPレイアウト）
   ============================== */

body.services-page .store-products {
  position: relative;  /* 矢印を中で絶対配置するため */
  margin-top: 32px;
  margin-bottom: 40px;
}

/* カードを横並び＋横スクロール（1画面に1枚） */
body.services-page .store-products__grid {
  display: flex;
  gap: 0;

  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;

  /* スクロールバーは非表示（もっと見るの下線とケンカしないように） */
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE/Edge */
}
body.services-page .store-products__grid::-webkit-scrollbar {
  display: none;              /* Chrome / Safari / iOS */
}

/* 各カードは1スクリーンぶんのスライドで、その中で中央寄せ */
body.services-page .product-card {
  flex: 0 0 100%;
  scroll-snap-align: center;

  max-width: 420px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
/* 矢印ボタン共通 */
body.services-page .store-scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 32px;
  height: 32px;
  border-radius: 999px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(36, 91, 76, 0.55);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);

  pointer-events: none;      /* スワイプの邪魔をしない */

  opacity: 0;                /* デフォルトは非表示 */
  transition: opacity 0.25s ease;
}

/* JS から付け外しする表示クラス */
body.services-page .store-scroll-arrow.is-visible {
  opacity: 1;
}

/* 右側の矢印ボタン */
body.services-page .store-scroll-arrow--right {
  right: 8px;
  animation: store-arrow-pulse-right 1.4s infinite;
}

/* 左側の矢印ボタン */
body.services-page .store-scroll-arrow--left {
  left: 8px;
  animation: store-arrow-pulse-left 1.4s infinite;
}

/* 中の「＞」矢印（右向き） */
body.services-page .store-scroll-arrow--right::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateX(-1px) rotate(-45deg);
}

/* 中の「＜」矢印（左向き） */
body.services-page .store-scroll-arrow--left::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateX(1px) rotate(-45deg);
}

/* 右矢印：ちょっと右へふわっと（opacity はいじらない） */
@keyframes store-arrow-pulse-right {
  0%   { transform: translateY(-50%) translateX(0);  }
  50%  { transform: translateY(-50%) translateX(4px); }
  100% { transform: translateY(-50%) translateX(0);  }
}

/* 左矢印：ちょっと左へふわっと（opacity はいじらない） */
@keyframes store-arrow-pulse-left {
  0%   { transform: translateY(-50%) translateX(0);   }
  50%  { transform: translateY(-50%) translateX(-4px); }
  100% { transform: translateY(-50%) translateX(0);   }
}

/* ===========================
   SP：カウンセリング
   =========================== */

/* セクション全体の余白をSPサイズに調整 */
.section--counseling {
  padding: 56px 0 72px;
}

/* 導入ボックス */
.services-page .counseling-intro {
  max-width: 100%;
  margin: 24px 16px 40px;
  padding: 20px 16px;
}

.services-page .counseling-intro-lead {
  font-size: 16px;
}

.services-page .counseling-intro > p,
.services-page .counseling-intro-list {
  font-size: 13px;
}

/* メニュー一覧：1列縦積みにする */
.services-page .counseling-menu {
  max-width: 100%;
  margin: 0 0 56px;
  display: block;   /* grid → 1列 */
}

/* 各カードの横幅を画面いっぱいに近づける */
.services-page .counseling-item {
  margin: 0 16px 16px;
}

/* カードの見出し部分（summary）を縦レイアウトに */
.services-page .counseling-summary {
  padding: 14px 16px 12px;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 6px;
  font-size: 14px;
}

/* タイトル＆時間・料金の文字を少し小さく */
.services-page .counseling-title {
  font-size: 15px;
}

.services-page .counseling-meta,
.services-page .counseling-price {
  font-size: 12px;
}

/* ＋／－アイコンは少し大きめでタップしやすく */
.services-page .counseling-summary::after {
  font-size: 18px;
}

/* 詳細部分 */
.services-page .counseling-detail {
  padding: 0 16px 16px;
  font-size: 13px;
}


/* ===========================
   SP：食と暮らしのコミュニティ（健康笑御飯）
   =========================== */

.section--meal {
  padding: 56px 0 72px;
}

/* 見出しまわりの余白と文字サイズ */
.section--meal .meal-header {
  margin: 0 16px 32px;
}

.section--meal .meal-lead {
  font-size: 13px;
  line-height: 1.9;
}



/* カード群を縦積みに */
.section--meal .meal-cards {
  display: block;  /* flex → block */
}

/* 各カードを画面幅に合わせる */
.section--meal .meal-card {
  margin: 0 16px 16px;
  padding: 20px 16px;
  font-size: 13px;
}

/* 見出し＋ラベルは縦並びにして詰める */
.section--meal .meal-card-heading {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

/* カードタイトル（米ニティ／発酵ワーク）のサイズを少し落とす */
.section--meal .meal-card-title {
  font-size: 18px;
}

/* ラベル（小さな丸いタグ）はそのままでもOKだけど、少し小さくしておく */
.section--meal .meal-label {
  font-size: 12px;
  font-weight: 600;
}



/* ===========================
   SP：各セクションの「一言＋お花」まとめて調整
   =========================== */

/* 花アイコンの位置と余白をコンパクトに */
.services-page .store-cta .spark,
.services-page .counseling-footer .spark,
.services-page .section--art .art-message__icon,
.services-page .section--town .town-message__icon,
.services-page .section--food .food-message__icon,
.services-page .section--rental .rental-message__icon {
  margin: 0 auto 8px;
}

/* 花アイコン自体をひとまわり小さく */
.services-page .store-cta .spark img,
.services-page .counseling-footer .spark img,
.services-page .section--art .art-message__icon img,
.services-page .section--town .town-message__icon img,
.services-page .section--food .food-message__icon img,
.services-page .section--rental .rental-message__icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* 一言メッセージの文字を小さめに（締めのひとこと感） */
.services-page .store-cta .cta-copy,
.services-page .counseling-message,
.services-page .section--art .art-message__title,
.services-page .section--art .art-message__text,
.services-page .section--town .town-message__text,
.services-page .section--food .food-message__title,
.services-page .section--food .food-message__text,
.services-page .section--rental .rental-message__title,
.services-page .section--rental .rental-message__text,
.services-page .section--rental .rental-message__notice {
  font-size: 11px;
  line-height: 1.9;
  max-width: 80%;       /* 画面の半分くらい */
  margin-left: auto;    /* 左右まんなかへ */
  margin-right: auto;
}

/* 締めブロック全体の上下余白も少しコンパクトに */
.services-page .store-cta,
.services-page .counseling-footer,
.services-page .section--art .art-message,
.services-page .section--town .town-message,
.services-page .section--food .food-message,
.services-page .section--rental .rental-message {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* SP：アート以降のお花アイコンを中央寄せ */
.services-page .section--art .art-message__icon,
.services-page .section--town .town-message__icon,
.services-page .section--food .food-message__icon,
.services-page .section--rental .rental-message__icon {
  display: flex;
  justify-content: center;
  margin: 0 auto 8px;
}

/* ===========================
   SP：「Storeの商品をもっと見る」ボタンを小さく
   =========================== */

.services-page .store-cta .btn-line {
  padding: 3px 18px;
  min-width: 210px;
  font-size: 12px;
}

/* ===========================
   SP：アート型ワークショップ（縦積み）
   =========================== */

.services-page .section--art .art-layout {
  display: block;            /* カード＋写真を縦並びに */
  margin-top: 24px;
  margin-bottom: 40px;
}

.services-page .section--art .art-card {
  margin: 0 16px 24px;
  padding: 20px 16px;
  font-size: 12px;
}

.services-page .section--art .art-photo {
  max-width: 320px;
  margin: 0 auto;
}

.services-page .section--art .art-card-lead{
  font-size: 12px;
}

/* ===========================
   SP：タウンスクーリング（縦積み）
   =========================== */

.services-page .section--town .town-layout {
  display: block;            /* 画像＋カードを縦並びに */
  margin: 0 0 40px;
}

.services-page .section--town .town-leaf {
  max-width: 260px;
  margin: 0 auto 24px;
}

.services-page .section--town .town-card {
  margin: 0 16px;
  padding: 20px 16px;
  font-size: 13px;
}

.services-page .section--town .town-lead {
  font-size: 13px;
}

/* ===========================
   SP：食と暮らしのコミュニティ（縦積み）
   =========================== */

.services-page .section--food .food-intro {
  margin: 24px 16px 32px;
  font-size: 13px;
}

.services-page .section--food .food-photo__caption{
  font-size: 8px;
}
.services-page .section--food .food-lead {
  margin-bottom: 10px;
  font-weight: 700;
}
.services-page .section--food .food-programs {
  display: block;            /* カード2枚を縦積み */
  margin: 0 0 40px;
}

.services-page .section--food .food-card {
  margin: 0 16px 16px;
  padding: 22px 16px 18px;
  font-size: 13px;
}

/* ===========================
   SP：レンタルスペース（縦積み）
   =========================== */

.services-page .section--rental .rental-intro {
  margin: 24px 16px 40px;
  font-size: 13px;
}

.services-page .section--rental .rental-block {
  max-width: none;
  margin: 0 16px 32px;
  display: block;            /* 写真＋テキストを縦並びに */
}

.services-page .section--rental .rental-photo {
  margin-bottom: 16px;
}

.services-page .section--rental .rental-text {
  font-size: 13px;
}
.services-page .section--rental .rental-text--rooms p{
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
}
/* 料金ブロックだけ上にくっつきすぎないように */
.services-page .section--rental .rental-block--price {
  margin-top: 16px;
}

/* ===========================
   SP：クロージングメッセージ（文字小さめ）
   =========================== */

.services-page .section--closing .closing-visual {
  aspect-ratio: 16 / 9;      /* SP では少し高さを出す */
}

.services-page .section--closing .closing-message p {
  font-size: 10px;
  line-height: 1.7;
}
/* .services-page .section--closing .closing-message--left {
  font-size: 10px;
} */
/* ===========================
   SP：レンタル〜クロージングの隙間調整
   =========================== */

/* レンタルの「下だけ」少し余白を減らす */
.services-page .section--rental {
  padding-bottom: 32px; /* もともと56pxぶん → 少しキュッと */
}

/* クロージングはセクション共通の余白をなくす */
.services-page .section.section--closing {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0; /* 念のため */
}
/* ===========================
   SERVICESページ全体：日本語の折り返し調整
   =========================== */

.services-page h1,
.services-page h2,
.services-page h3,
.services-page h4,
.services-page p,
.services-page li {
  /* 日本語の禁則処理を適用 */
  line-break: strict;

  /* 1文字ずつバラバラに折り返さない */
  word-break: normal;

  /* 長い英数字（URLなど）は適度に折る */
  overflow-wrap: break-word;
}

/* ==============================
   SP：健康笑御飯 写真3枚の横スクロール帯
   ============================== */

.section--meal .meal-gallery {
  margin: 32px 0 0;
  overflow: hidden;
  width: 100vw;                 /* 画面幅ぴったり */
  position: relative;
  left: 50%;
  transform: translateX(-50%);  /* 中央寄せのまま全幅にする */}

.section--meal .meal-gallery-track {
  display: flex;
  will-change: transform;
  gap: 0;
}

.section--meal .meal-gallery-item {
  flex: 0 0 70%;
  /* flex: 0 0 calc(100% / 1.5); 画面に常に3枚見える */
  width: auto;
  margin: 0;                /* figure デフォルト余白を消す */
}

.section--meal .meal-gallery-item img {
  display: block;
  width: 100%;
  height: 160px;            /* SPではさらに横長気味に */
  object-fit: cover;
}
/* ==============================
   SP：健康笑御飯 インジケーター
   ============================== */

.section--meal .meal-gallery-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.section--meal .meal-gallery-indicators .indicator {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: #d6d3c8;
}

.section--meal .meal-gallery-indicators .indicator.is-active {
  background: #b9a774;
}

/* ==============================
   SP：アート写真のレイアウト調整
   ============================== */
@media screen and (max-width: 767px) {
  .services-page .section--art .art-layout {
    flex-direction: column;      /* たぶんもうなってるけど保険で */
    align-items: center;
  }

  .services-page .section--art .art-photo {
    max-width: 320px;            /* ★写真の横幅を小さめに */
    margin: 24px auto 0;         /* ★中央寄せ */
    justify-content: center;     /* 中のimgを中央に */
    position: relative;          /* ★コラージュ用 */
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  

  .services-page .section--art .art-photo img {
    width: 95%;
    height: 200px;         /* ★ここを追加／変更：高さを決める */
    object-fit: cover;     /* はみ出した分はトリミングして横長に */
    border-radius: 0px;         /* 角を少し丸く */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);  /* ふわっと影 */
    position: relative;   /* ★追加 */
    z-index: 1;           /* ★追加 */
  }
    .services-page .section--art .art-photo::before,
  .services-page .section--art .art-photo::after {
    content: "";
    position: absolute;
    inset: 0;      /* 写真より少し小さく */
    border-radius: 0px;
    background: #f4f0e5;   /* 淡いベージュ */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    z-index: -1;
  }

  .services-page .section--art .art-photo::before {
    transform: rotate(-2deg);
  }

  .services-page .section--art .art-photo::after {
    transform: rotate(2deg);
    background: #eef7f6;   /* 少し色違い */
  }
  
  /* 画面に入ったとき IntersectionObserver から付くクラス */
  .services-page .section--art .art-photo.is-animated {
    animation: art-fade-in 0.9s ease-out forwards;
  }

}

@keyframes art-fade-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* タイトル：一文字ずつ上からふわっと */
.js-section-title span {
  display: inline-block;
  opacity: 0;
}

/* 画面に入ったとき付くクラス */
.js-section-title.is-visible span {
  animation: title-drop 0.55s ease-out forwards;
  animation-delay: calc(var(--char-index) * 0.06s); /* 間隔：0.06秒ごと */
}

@keyframes title-drop {
  from {
    opacity: 0;
    transform: translateY(-0.4em);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
