@charset "UTF-8";
/* ============================================================
   RESET & VARIABLES
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --c-primary: #f5c800;
  --c-primary-dark: #d4a800;
  --c-primary-light: #fffbeb;
  --c-secondary: #00acbd;
  --c-secondary-dark: #008a9a;
  --c-secondary-light: #e0f7f9;
  --c-dark: #0a0a0a;
  --c-dark-light: #161616;
  --c-text: #212121;
  --c-text-sub: #404040;
  --c-text-light: #999;
  --c-bg: #fff;
  --c-bg-sub: #f7f7f5;
  --c-bg-dark: #1a1a1a;
  --c-border: #e5e5e2;
  --c-border-light: #eeeeeb;
  --c-muted: #aaa;
  --c-muted-bg: #f0f0ee;
  --c-plan-locker-main: #008ccf;
  --c-plan-locker-sub: #a1cbed;
  --c-plan-box-main: #43b149;
  --c-plan-box-sub: #dae121;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
  --header-h: 60px;
  --floating-h: 64px;
  --section-gap: 10vh;
  --section-gap-top: 5vh;
  --container-max: 1100px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.1);
  --ease: 0.3s ease;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-ja);
  font-size: 1em;
  line-height: 1.7;
  color: var(--c-text);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  padding-top: var(--header-h);
  padding-bottom: var(--floating-h);
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

ul,
ol {
  list-style: none;
}

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

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

button {
  cursor: pointer;
  font: inherit;
  border: none;
  background: none;
}

/* ============================================================
LAYOUT
============================================================ */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: 1rem;
}

section {
  padding-block: var(--section-gap);
}
section.sub-hero {
  padding-block: var(--section-gap-top);
  background-color: var(--c-secondary-light);
  position: relative;
}
section.sub-hero.with-van::after {
  content: "";
  display: block;
  width: 100px;
  height: 50px;
  background: url("../images/hero_van.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 5vw;
  bottom: 0;
}
section.sub-hero .section-label {
  margin-bottom: 0.5em;
}
section.sub-hero .sub-hero-title {
  line-height: 1.4em;
  margin-block-end: 0.6em;
}

.section-label {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: var(--c-primary);
  color: var(--c-dark);
  padding: 0.4em 1em 0.1em;
  border-radius: var(--radius-pill);
  margin-bottom: 0.9rem;
}

.section-title {
  font-size: clamp(1.75em, 4vw, 2.1em);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--c-dark);
  margin-bottom: 0.6em;
}

.section-sub-title {
  font-size: clamp(1.15em, 3vw, 1.3em);
  font-weight: 700;
  line-height: 1.4;
  color: var(--c-dark);
  margin-bottom: 1.25em;
}
.section-sub-title .highlight {
  font-size: 1.25em;
  color: var(--c-secondary);
  display: inline-block;
  margin: 0 0.25em;
}

.section-lead {
  font-size: 1em;
  color: var(--c-text-sub);
  line-height: 1.8;
}
.section-lead > .highlight {
  color: var(--c-secondary);
  font-weight: 700;
}
.section-lead p {
  margin-block-end: 1em;
}
.section-lead p .highlight {
  font-weight: 600;
  color: var(--c-dark);
}
.section-lead p .underline {
  border-block-end: 2px dotted var(--c-primary-dark);
  color: var(--c-primary-dark);
  font-weight: 600;
}
.section-lead p.markerline {
  position: relative;
}
.section-lead p.markerline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8em;
  background: url("../images/line_marker.svg") no-repeat center;
  background-size: 100%;
  z-index: -1;
}

.section-middle-catch {
  font-size: clamp(1.1em, 3vw, 1.65em);
  font-weight: 900;
  color: var(--c-dark);
  margin-block-end: 1.25em;
}
.section-middle-catch .highlight {
  font-size: 1.25em;
  display: inline-block;
  padding: 0;
  margin: 0 0.25em;
  line-height: 1.5em;
  position: relative;
}

.section-lead-wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2em;
  justify-content: flex-start;
}
.section-lead-wrap .section-lead {
  width: 100%;
}
.section-lead-wrap .section-lead-image {
  width: 60%;
  flex-shrink: 0;
  max-width: 450px;
}
@media (min-width: 900px) {
  .section-lead-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
  .section-lead-wrap .section-lead {
    width: 75%;
  }
  .section-lead-wrap .section-lead-image {
    width: 25%;
  }
}

p.center {
  text-align: center;
}

.mobile-only {
  display: initial;
}

@media (min-width: 600px) {
  .mobile-only {
    display: none;
  }
}
.updown-animation {
  animation: updown 3s ease-in-out infinite;
}

@keyframes updown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
#why {
  padding-block-end: var(--section-gap-top);
}
#why .section-middle-catch {
  text-align: center;
}
#why .section-middle-catch .highlight {
  color: var(--c-primary-dark);
  border-block-end: 2px dotted;
}
#why .section-middle-catch .highlight::after {
  content: "";
  position: absolute;
  display: block;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 1.2em;
  height: 0.6em;
  background-image: url("../images/pikapika.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#why .section-lead {
  max-width: 700px;
  margin-inline: auto;
}

#stores .section-middle-catch {
  text-align: left;
}
#stores .section-middle-catch .highlight {
  color: var(--c-secondary);
}

.why-bridge-lead {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 0.5em;
  font-weight: 600;
  font-size: 1.1em;
}

.fadein {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fadein.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
      HEADER
      ============================================================ */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--c-border);
  z-index: 2200;
  display: flex;
  align-items: center;
  padding-inline: 1.25rem;
  justify-content: space-between;
  transition: transform var(--ease);
}

#site-header.hidden {
  transform: translateY(-100%);
}

.header-logo img {
  height: 28px;
  width: auto;
}

/* ヘッダー右側グループ */
.header-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* ヘッダーCTAボタン（小） */
.header-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: 0.72em;
  font-weight: 700;
  padding: 0.45em 0.9em;
  border-radius: var(--radius-pill);
  transition: var(--ease);
  white-space: nowrap;
}

.header-btn--entry {
  background: var(--c-primary);
  color: var(--c-dark);
}

.header-btn--entry:hover {
  background: var(--c-primary-dark);
}

.header-btn--shop {
  border: 1.5px solid var(--c-border);
  color: var(--c-text-sub);
  background: var(--c-bg);
}

.header-btn--shop:hover {
  border-color: var(--c-dark);
  color: var(--c-dark);
}

.header-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* ハンバーガー */
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 8px;
  background: var(--c-primary);
  border-radius: var(--radius-sm);
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.hamburger span {
  display: block;
  height: 2px;
  width: 18px;
  background: var(--c-dark);
  border-radius: 2px;
  transition: var(--ease);
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ============================================================
NAV OVERLAY
============================================================ */
#nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(29, 29, 29, 0.9);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#nav-overlay.open {
  opacity: 1;
  pointer-events: all;
}

#nav-overlay a {
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0.2em 1.4em;
}
#nav-overlay a.nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-weight: 500;
  font-size: 0.85em;
  padding: 0.5em 1em;
  border-radius: var(--radius-pill);
  transition: var(--ease);
}
#nav-overlay a.nav-btn--primary {
  background: var(--c-primary);
  color: var(--c-dark);
}
#nav-overlay a.nav-btn--primary:hover {
  background: var(--c-primary-dark);
}
#nav-overlay a.nav-btn--outline {
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.9);
}
#nav-overlay a.nav-btn--outline:hover {
  border-color: #fff;
  color: #fff;
}

#nav-overlay a:not(.nav-btn)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--c-primary);
  transition: width 0.3s ease;
}

#nav-overlay a:not(.nav-btn):hover::after {
  width: 100%;
}

.nav-cta-group {
  display: flex;
  gap: 0.5em;
  margin-top: 0.75rem;
}

/* ============================================================
01 HERO
============================================================ */
#hero {
  position: relative;
  height: calc(100dvh - 60px);
  min-height: 500px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}
.hero-bg .tagline {
  width: 90%;
  max-width: 500px;
  transform: translateY(-10vh);
  position: relative;
  z-index: 2;
}
.hero-bg .logo-image {
  width: 75%;
  max-width: 450px;
  transform: translateY(-13vh);
  position: relative;
  z-index: 2;
}
.hero-bg .hero-van {
  width: clamp(90px, 20%, 120px);
  transform: translateY(-16vh);
  position: relative;
  z-index: 2;
}

.hero-bg .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
  will-change: transform;
  display: none;
}

.hero-logo {
  margin-bottom: 1.5rem;
}

.hero-logo img {
  height: clamp(80px, 20vh, 200px); /* 20vh、最大200px */
  width: auto;
  margin-inline: auto;
}

.hero-tagline {
  font-size: clamp(1.1em, 3.2vw, 1.4em);
  font-weight: 700;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255); /* 不透明度1 */
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.hero-tagline span {
  color: var(--c-primary);
}

.hero-sub {
  font-size: 0.85em;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

#hero {
  position: relative;
  overflow: hidden;
}
#hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 1;
}
#hero .default-hero-bg {
  background-image: url("../video/poster_sp.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media (min-width: 780px) {
  #hero .default-hero-bg {
    background-image: url("../video/poster_pc.png");
  }
}

/* ============================================================
コンテンツセクションの共通スタイル 
============================================================ */
.content-section {
  padding-block: var(--section-gap-top) var(--section-gap);
}

/* ============================================================
   02 STORES
   SP: 横スクロールカルーセル（1枚見せ＋次カード半端見せ）
   Tablet(600px~): 2列グリッド
   PC(900px~):     4列グリッド
   ============================================================ */
#stores {
  background: var(--c-bg);
  overflow: hidden;
}
#stores .section-title .hightlight {
  font-size: 1.25em;
  position: relative;
  top: 3px;
}
#stores .section-title .weight-light {
  font-weight: 300;
}

/* ---- カルーセルラッパー（SPのみ有効） ---- */
.store-carousel {
  margin-top: 2rem;
  /* デフォルト: グリッド（Tablet/PC用） */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 900px) {
  .store-carousel {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* SP: flex横スクロールに切り替え */
@media (max-width: 599px) {
  .store-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0.875rem;
    /* コンテナのpadding-inlineを打ち消して端まで広げる */
    margin-inline: -0.5rem;
    padding-inline: 1.5rem;
    /* 右端に次カードの覗き分を確保 */
    padding-right: 3.5rem;
    padding-bottom: 1.2em; /* shadow用 */
    padding-block-start: 0.8em;
  }
  .store-carousel::-webkit-scrollbar {
    display: none;
  }
}
/* ---- カード本体 ---- */
.store-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1.5px solid var(--c-border-light);
  background: var(--c-bg);
  transition: var(--ease);
  display: flex;
  flex-direction: column; /* 縦向き：サムネ上・テキスト下 */
  flex-shrink: 0; /* カルーセル時に縮まないように */
}

/* SP: カード幅を画面の75%に固定してスナップ */
@media (max-width: 599px) {
  .store-card {
    width: 75vw;
    min-width: 240px;
    max-width: 300px;
    scroll-snap-align: start;
  }
}
.store-card:not(.store-card--soon):hover {
  border-color: var(--c-border);
  box-shadow: 0 0.2em 1em rgba(98, 98, 94, 0.18);
  transform: translateY(-3px);
}

.store-card--soon {
  border-style: dashed;
  background: var(--c-muted-bg);
}

/* ---- サムネイル（縦向き：4:3比率） ---- */
.store-card__thumb {
  aspect-ratio: 4/3;
  background: var(--c-bg-sub);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  color: var(--c-muted);
  font-weight: 700;
  overflow: hidden;
}

.store-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.store-card--soon .store-card__thumb {
  background: var(--c-muted-bg);
}

/* ---- ロゴ帯 ---- */
.store-card__logo-band {
  padding: 0.6rem 0.9rem 0.5rem;
  border-bottom: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
}

.store-card--soon .store-card__logo-band {
  border-bottom-color: transparent;
}

.store-card__logo-band img {
  height: 22px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ---- ステータスバッジ ---- */
.store-status {
  display: inline-block;
  font-size: 0.65em;
  font-weight: 700;
  padding: 0.2em 0.7em;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

.status-open {
  background: var(--c-secondary-light);
  color: var(--c-secondary-dark);
}

.status-soon {
  background: var(--c-primary-light);
  color: var(--c-primary-dark);
}

.status-prep {
  background: var(--c-muted-bg);
  color: var(--c-muted);
}

/* ---- テキストエリア ---- */
.store-card__body {
  padding: 0.75rem 0.9rem 0.9rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.store-card__category {
  font-size: 0.725em;
  font-weight: 700;
  color: var(--c-text-light);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.store-card__name {
  font-size: 1.125em;
  font-weight: 900;
  color: var(--c-dark);
  line-height: 1.3;
  margin-block-end: 0.3em;
}

.store-card--soon .store-card__name {
  color: var(--c-muted);
}

.store-card__desc {
  font-size: 0.875em;
  line-height: 1.6;
  color: var(--c-text-sub);
  flex: 1;
}

.store-card--soon .store-card__desc {
  color: var(--c-muted);
}

.store-card__link {
  display: none;
} /* フェーズ2で有効化 */
/* ---- ドットインジケーター（SP表示時のみ） ---- */
.store-dots {
  display: none; /* デフォルト非表示 */
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

@media (max-width: 599px) {
  .store-dots {
    display: flex;
  }
}
.store-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-border);
  transition: var(--ease);
  cursor: pointer;
}

.store-dot.active {
  background: var(--c-primary);
  width: 24px;
  border-radius: var(--radius-pill);
}

.store-more-note {
  margin-top: 1.25rem;
  font-size: 1.1em;
  font-weight: 700;
  color: var(--c-secondary);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
}

.info-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ============================================================
      03 PROBLEM → FEATURES 統合（課題 × 解決 = 4つの理由）
      ============================================================ */
#why {
  background: var(--c-bg-sub);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 30%, transparent 40%, transparent 70%, #fafafa 100%);
}

.why-problems {
  display: grid;
  gap: 0.625em;
  margin: 1.75rem 0;
}

@media (min-width: 600px) {
  .why-problems {
    grid-template-columns: repeat(3, 1fr);
  }
}
.problem-card {
  background: var(--c-bg);
  border-radius: var(--radius-md);
  padding: 1em;
  display: flex;
  align-items: center;
  gap: 1.25em;
}

/* アイコン：カード幅の20% */
.problem-card .icon {
  flex: 0 0 20%;
  aspect-ratio: 1/1;
  font-size: clamp(1.8em, 6vw, 2.4em);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* テキスト側：残り幅 */
.problem-card .problem-text {
  flex: 1;
  min-width: 0;
}

.problem-card h4 {
  font-size: 1.125em;
  font-weight: 700;
  color: var(--c-dark);
  margin-bottom: 0.5em;
  line-height: 1.4;
}

.problem-card p {
  font-size: 0.875em;
  color: var(--c-text-sub);
  line-height: 1.6;
  text-align: justify;
}

/* タブレット以上：縦中央揃えのまま横3列グリッドなので中央揃えに戻す */
@media (min-width: 600px) {
  .problem-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .problem-card .icon {
    flex: 0 0 auto;
    width: 33%;
    aspect-ratio: 1/1;
  }
}
/* 矢印 + "Bee.が叶える4つのこと" */
.why-bridge {
  margin: 4em 0 2.5rem;
}

.why-bridge-arrow {
  font-size: 1.8em;
  color: var(--c-primary);
  display: block;
  margin-bottom: 0.6rem;
}

.why-bridge-text {
  display: inline-block;
  font-size: 0.85em;
  font-weight: 700;
  color: var(--c-dark);
  background: var(--c-primary);
  padding: 0.4em 1.4em;
  border-radius: var(--radius-pill);
}

/* 4つのポイントカード */
.points-grid {
  display: grid;
  gap: 0.6em;
  width: 100vw;
  padding: 1.25em 3vw 1em;
  margin-inline-start: -1em;
  background-color: var(--c-primary);
  margin-block-start: 2em;
  margin-block-end: 2em;
}
@media (min-width: 600px) {
  .points-grid {
    width: 100%;
    border-radius: var(--radius-sm);
    margin-inline-start: 0;
  }
}
@media (min-width: 600px) {
  .points-grid.is-top {
    grid-template-columns: repeat(2, 1fr);
    width: auto;
    border-radius: var(--radius-sm);
    margin-inline-start: 0;
  }
}
@media (min-width: 900px) {
  .points-grid.is-top {
    grid-template-columns: repeat(3, 1fr);
  }
}

.title-points {
  grid-column: 1/-1;
  font-size: clamp(1.25em, 3vw, 1.725em);
  font-weight: 700;
  color: var(--c-dark);
  text-align: center;
  margin-bottom: 0.5em;
}
.title-points .accent {
  font-weight: 900;
  font-size: 1.125em;
  display: inline-block;
  margin: 0 0.125em;
}

.sub-title-points {
  grid-column: 1/-1;
  font-size: 1em;
  font-weight: 600;
  color: var(--c-text);
  text-align: center;
  margin-bottom: 1.25em;
}
.sub-title-points sup {
  font-size: 0.725em;
}
.sub-title-points .note {
  font-size: 0.725em;
  font-weight: 400;
}

/* ============================================================
カードレイアウト（モバイルファースト）
============================================================ */
.point-card {
  position: relative;
  display: flex;
  flex-direction: row; /* モバイルでは横並び */
  align-items: center;
  gap: 1em;
  background: var(--c-bg);
  border-radius: var(--radius-md);
  padding: 1em;
  overflow: hidden;
  transition: var(--ease);
}

/* 背景の大きい番号 */
.point-card::before {
  content: attr(data-num);
  position: absolute;
  bottom: 0em;
  right: 0.1em;
  font-family: var(--font-en);
  font-size: 3.8em;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.1);
  line-height: 1;
  pointer-events: none;
}

/* アイコン部分 */
.point-icon {
  flex: 0 0 20%; /* 横幅の24%を確保 */
  aspect-ratio: 1/1;
  font-size: clamp(1.8em, 6vw, 2.4em);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media (min-width: 600px) {
  .points-grid:not(.is-top) .point-icon img {
    max-width: 70%;
  }
  .points-grid:not(.is-top) .point-body h3 {
    font-size: 1.5em;
  }
  .points-grid:not(.is-top) .point-body p {
    font-size: 1em;
  }
  .points-grid:not(.is-top) .point-body .point-tag {
    font-size: 0.825em;
    margin-block-start: 1em;
  }
}

/* テキスト部分 */
.point-body {
  flex: 1; /* 残りの幅を使用 */
  min-width: 0;
  text-align: left;
}

.point-card h3 {
  font-size: 1.125em;
  font-weight: 900;
  color: var(--c-dark);
  margin-bottom: 0.5em;
  line-height: 1.4;
}

.point-card p {
  font-size: 0.9em;
  color: var(--c-text-sub);
  line-height: 1.6;
  text-align: justify;
}
.point-card p.point-note {
  font-size: 0.675em;
  color: var(--c-text-light);
  margin-block-end: 1em;
}
.point-card p.point-note.is-top {
  margin-block-start: -0.5em;
}

/* タグ部分 */
.point-tag {
  display: inline-block;
  margin-top: 0.55rem;
  font-size: 0.725em;
  font-weight: 700;
  background: var(--c-primary);
  color: var(--c-dark);
  padding: 0.25em 0.8em 0.45em;
  border-radius: var(--radius-sm);
}

/* ============================================================
タブレットサイズ以上のレイアウト変更
============================================================ */
@media (min-width: 600px) {
  .points-grid.is-top .point-card {
    flex-direction: column; /* 縦積みに変更 */
    align-items: center; /* 中央揃え */
    text-align: center; /* テキストも中央揃え */
  }
  .points-grid.is-top .point-icon {
    flex: 0 0 auto; /* 自動サイズ */
    width: 40%; /* アイコンの幅を調整 */
    margin-bottom: 1rem; /* 下に余白を追加 */
  }
  .points-grid.is-top .point-body {
    text-align: center; /* テキストを中央揃え */
  }
}

/* トップページ用「詳しく見る」リンク（マルチページ化後） */
.why-more {
  text-align: center;
}
@media (min-width: 600px) {
  .why-more {
    text-align: center;
    grid-column: 1/3;
  }
}
@media (min-width: 900px) {
  .why-more {
    grid-column: 1/-1;
  }
}

.btn-more a {
  display: block;
  font-size: 0.825em;
  font-weight: 700;
  color: #fff;
  background-color: var(--c-bg-dark);
  border-radius: var(--radius-pill);
  padding: 0.75em 1.5em;
  margin: 2em auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: var(--ease);
}

.btn-more a:hover {
  color: var(--c-primary);
}

.btn-more-outline a {
  display: block;
  font-size: 0.825em;
  font-weight: 700;
  background: transparent;
  border: 2px solid var(--c-bg-dark);
  color: var(--c-bg-dark);
  border-radius: var(--radius-pill);
  padding: 0.75em 1.5em;
  margin: 2em auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: var(--ease);
}
.btn-more-outline a:hover {
  background: var(--c-bg-dark);
  color: #fff;
}

/* ============================================================
      04 お客様の声
      ============================================================ */
#voices {
  background: var(--c-bg);
}

.voices-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 600px) {
  .voices-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.voice-card {
  background: var(--c-primary-light);
  border-radius: var(--radius-md);
  padding: 1.4rem;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.02);
}

.voice-meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.9rem;
}

.voice-avatar {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.85em;
  color: var(--c-dark);
  flex-shrink: 0;
  aspect-ratio: 0.952;
}

.voice-name {
  font-size: 1em;
  font-weight: 700;
  color: var(--c-dark);
  line-height: 1.3;
}

.voice-attr {
  font-size: 0.8em;
  color: var(--c-text-light);
}

.voice-stars {
  color: var(--c-primary);
  font-size: 0.85em;
  margin-bottom: 0.4rem;
}

.voice-text {
  font-size: 0.9375em;
  line-height: 1.75;
  color: var(--c-text-sub);
  text-align: justify;
}

/* ============================================================
      05 プロモーション動画
      ============================================================ */
#promo-video {
  padding-block: var(--section-gap);
  background: var(--c-bg-dark);
  text-align: center;
  display: none;
}

#promo-video .section-title {
  color: #fff;
}

.video-wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 2rem auto 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}

.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-note {
  margin-top: 1rem;
  font-size: 0.75em;
  color: rgba(255, 255, 255, 0.45);
}

/* ============================================================
06 プラン & 料金（統合）
============================================================ */
/* ============================================================
   06 プラン & 料金（統合）
   ※ モバイルファースト
============================================================ */
#plan {
  background: var(--c-bg-sub);
}

.plan-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media (min-width: 960px) {
  .plan-grid.is-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

.plan-card {
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 2em 1em 1em;
  position: relative;
  transition: var(--ease);
  background-color: #f9f9f9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 960px) {
  .plan-card.has-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    align-items: start;
  }
}
.plan-card:hover {
  border-color: var(--c-primary);
  box-shadow: var(--shadow-md);
}
.plan-card#plan-locker {
  border-color: var(--c-plan-locker-main);
}
.plan-card#plan-locker .plan-badge {
  background-color: var(--c-plan-locker-main);
}
.plan-card#plan-box {
  border-color: var(--c-plan-box-main);
}
.plan-card#plan-box .plan-badge {
  background-color: var(--c-plan-box-main);
}

.plan-card__main {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 960px) {
  .has-gallery .plan-card__main {
    border-right: 1px solid var(--c-border);
    padding-right: 1.5rem;
  }
}

.plan-inner {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.plan-text {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-block-start: 1em;
  width: 65%;
}
@media (min-width: 600px) {
  .plan-text {
    padding-block-start: 2em;
    width: 58%;
  }
}

.plan-image {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  .plan-image {
    width: 42%;
  }
}
.plan-image img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.plan-badge {
  position: absolute;
  top: -1px;
  left: 1em;
  font-size: 0.8em;
  font-weight: 700;
  color: var(--c-bg);
  padding: 0.3em 1em;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}

.plan-name-wrap {
  margin-bottom: 0.5em;
}

.plan-name {
  font-size: clamp(1.175em, 10%, 1.5em);
  font-weight: 900;
  color: var(--c-dark);
  margin-bottom: 0.2rem;
}

.plan-target {
  font-size: 0.875em;
  color: var(--c-text-sub);
  margin-bottom: 1rem;
}

.plan-price-wrap {
  margin-bottom: 1rem;
}

.plan-price-label {
  font-size: 0.625em;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 0 1em 0.1em;
  border-radius: var(--radius-sm);
  margin-block-end: 0.5em;
  background-color: var(--c-secondary);
}

.plan-price {
  font-family: var(--font-en);
  font-size: 2em;
  font-weight: 700;
  color: var(--c-secondary);
  line-height: 1.1;
}
.plan-price sup {
  font-size: 0.45em;
  vertical-align: baseline;
  display: inline-block;
  margin-inline-end: 0.25em;
}
.plan-price sub {
  font-size: 0.38em;
  color: var(--c-text-sub);
  vertical-align: baseline;
}

.plan-features {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.plan-features li {
  font-size: 1em;
  color: var(--c-text);
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  line-height: 1.5;
}
.plan-features li:first-child {
  color: #f42f2f;
}
.plan-features li::before {
  content: "✓";
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 0.05em;
}

#plan-locker .plan-features li::before {
  color: var(--c-plan-locker-main);
}

#plan-box .plan-features li::before {
  color: var(--c-plan-box-main);
}

.plan-note {
  font-size: 0.72em;
  color: var(--c-text);
  line-height: 1.6;
  width: 100%;
}
.plan-note .highlight {
  font-weight: 700;
}

.plan-card__gallery {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
@media (min-width: 960px) {
  .has-gallery .plan-card__gallery {
    margin-top: 1em;
    padding-top: 1em;
  }
}

.plan-gallery__label {
  font-size: 0.8em;
  font-weight: 700;
  color: var(--c-text-sub);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.plan-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (min-width: 600px) {
  .plan-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 960px) {
  .plan-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.plan-gallery__thumb {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: var(--radius-sm);
  border: none;
  padding: 0;
  cursor: pointer;
  background: var(--c-border);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.plan-gallery__thumb:hover, .plan-gallery__thumb:focus-visible {
  opacity: 0.85;
  transform: scale(1.03);
}
.plan-gallery__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}

#lead-to-plan {
  background: var(--c-bg-sub);
}
@media (min-width: 600px) {
  #lead-to-plan .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal[hidden] {
  display: none;
}
.gallery-modal.is-open {
  display: flex;
  animation: modalFadeIn 0.2s ease both;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.gallery-modal__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(90vw, 960px);
  max-height: 90dvh;
  padding: 1rem;
  gap: 0.75rem;
}

.gallery-modal__close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 0.25rem;
  line-height: 1;
  transition: opacity 0.15s ease;
}
.gallery-modal__close:hover, .gallery-modal__close:focus-visible {
  opacity: 0.7;
}
.gallery-modal__close svg {
  width: 2rem;
  height: 2rem;
  display: block;
}

.gallery-modal__img-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(90dvh - 7rem);
}

.gallery-modal__img {
  max-width: 100%;
  max-height: calc(90dvh - 7rem);
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: var(--radius-sm);
  display: block;
}

.gallery-modal__footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.gallery-modal__caption {
  font-size: 0.9em;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  min-height: 1.5em;
}

.gallery-modal__nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.gallery-modal__counter {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.7);
  min-width: 4em;
  text-align: center;
}

.gallery-modal__prev,
.gallery-modal__next {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  padding: 0.4rem;
  line-height: 1;
  transition: background 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal__prev:hover, .gallery-modal__prev:focus-visible,
.gallery-modal__next:hover,
.gallery-modal__next:focus-visible {
  background: rgba(255, 255, 255, 0.3);
}
.gallery-modal__prev:disabled,
.gallery-modal__next:disabled {
  opacity: 0.3;
  cursor: default;
}
.gallery-modal__prev svg,
.gallery-modal__next svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.plan-price-table-wrap {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1.5px solid var(--c-border);
}

.plan-price-table-title {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--c-dark);
  margin-bottom: 1rem;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85em;
}
.price-table th,
.price-table td {
  padding: 0.8em 1em;
  border-bottom: 1px solid var(--c-border);
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}
.price-table td.price-table-heading {
  word-break: keep-all;
}
.price-table thead th {
  background: var(--c-dark);
  color: #fff;
  font-weight: 700;
  font-size: 0.82em;
}
.price-table thead th:first-child {
  border-radius: var(--radius-sm) 0 0 0;
}
.price-table thead th:last-child {
  border-radius: 0 var(--radius-sm) 0 0;
}

.price-val {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 1.05em;
  color: var(--c-dark);
}

.price-tax {
  font-size: 0.72em;
  color: var(--c-text-light);
  display: block;
}

.price-free {
  font-family: var(--font-en);
  font-weight: 700;
  color: #2e7d32;
}

.price-notes {
  margin-top: 1rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.price-notes li {
  font-size: 0.75em;
  color: var(--c-text-sub);
  padding-left: 1.1em;
  position: relative;
  line-height: 1.6;
}
.price-notes li::before {
  content: "※";
  position: absolute;
  left: 0;
}

/* ============================================================
   07 実績紹介
   ============================================================ */
#results {
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
}

.results-grid {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 2em;
}
@media (min-width: 600px) {
  .results-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 900px) {
  .results-grid {
    gap: 1.25em;
    flex-wrap: nowrap;
  }
}

.result-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
  padding: 1em;
  display: flex;
  align-items: center;
  gap: 1em;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.07);
  transition: transform var(--ease);
  background-color: #e1f3f2;
  width: 100%;
}
.result-card:hover {
  transform: translateY(-0.2em);
}
@media (min-width: 600px) {
  .result-card {
    width: calc(50% - 0.5em);
  }
}
@media (min-width: 900px) {
  .result-card {
    width: calc(33.333% - 0.833em);
    padding: 1.4em 1.2em 1.6em;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.result-card__icon {
  flex: 0 0 30%;
  max-width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.result-card__icon img {
  width: 100%;
  max-width: 6em;
  height: auto;
}
@media (min-width: 900px) {
  .result-card__icon {
    flex: 0 0 auto;
    max-width: none;
    width: 70%;
    margin-bottom: 0;
  }
  .result-card__icon img {
    width: 100%;
    max-width: none;
  }
}
.result-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 900px) {
  .result-card__body {
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    width: 100%;
  }
}
.result-card__label {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--c-text);
  margin-bottom: 0.5em;
}
@media (min-width: 900px) {
  .result-card__label {
    margin-bottom: 0.6em;
  }
}
.result-card__value {
  display: flex;
  align-items: baseline;
  gap: 0.1em;
  line-height: 1;
  color: var(--c-dark);
  margin-bottom: 0;
}
.result-card__value.v {
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 900px) {
  .result-card__value.v {
    align-items: flex-end;
  }
}
.result-card__value span {
  font-size: clamp(3.7em, 19vw, 6em);
  font-weight: 900;
  letter-spacing: 0;
  color: #02acbd;
  font-family: impact;
  line-height: 1;
}
@media (min-width: 900px) {
  .result-card__value span {
    font-size: 6em;
  }
}
.result-card__value small {
  font-size: 1.05em;
  font-weight: 900;
  color: var(--c-text);
  line-height: 1;
}
@media (min-width: 900px) {
  .result-card__value small {
    font-size: 1.5em;
  }
}

@media (max-width: 599px) {
  .result-card__icon {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .result-card__icon img {
    width: 100%;
    max-width: none;
  }
  .result-card__body {
    flex: 1;
    max-width: 70%;
  }
  .result-card__label {
    font-size: 0.95em;
    margin-bottom: 0.4em;
  }
  .result-card__value span {
    font-size: 4.4em;
    line-height: 0.95;
  }
  .result-card__value small {
    font-size: 1.05em;
  }
  .result-card--satisfaction .result-card__value span {
    font-size: 4em;
  }
  .result-card--products .result-card__value span {
    font-size: 3.9em;
  }
  .result-card--products .result-card__value small {
    font-size: 0.95em;
  }
  .result-card--delivery .result-card__value span {
    font-size: 4.5em;
  }
}
/* ============================================================
08 エリア & 郵便番号判定
============================================================ */
#area {
  background: var(--c-bg-sub);
}

.area-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.area-map-wrap {
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  width: 100%;
  max-width: 700px;
}

.area-map-wrap img {
  width: 100%;
  display: block;
}

.service-area-note {
  font-size: 0.8em;
  color: var(--c-text-sub);
  text-align: left;
  max-width: 700px;
  margin: 1em auto 0;
}
.service-area-note .map-note-circle {
  color: var(--c-secondary);
  display: inline-block;
  margin-inline-end: 0.2em;
}

.area-map-note {
  margin-top: 1.25rem;
  font-size: 0.8em;
  color: var(--c-text-light);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
}

/* 郵便番号チェッカー */
.zip-checker {
  background: var(--c-bg);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow-sm);
  display: none;
}

.zip-checker h3 {
  font-size: 1em;
  font-weight: 900;
  color: var(--c-dark);
  margin-bottom: 0.4rem;
}

.zip-checker-lead {
  font-size: 0.825em;
  color: var(--c-text-sub);
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.zip-input-row {
  display: flex;
  gap: 0.6rem;
}

#zip-input {
  flex: 1;
  padding: 0.7em 1em;
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-md);
  font-size: 1em;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  color: var(--c-dark);
  transition: border-color var(--ease);
  min-width: 0;
}

#zip-input:focus {
  outline: none;
  border-color: var(--c-primary);
}

#zip-input::-moz-placeholder {
  letter-spacing: 0.05em;
  color: var(--c-muted);
}

#zip-input::placeholder {
  letter-spacing: 0.05em;
  color: var(--c-muted);
}

.zip-submit {
  flex-shrink: 0;
  padding: 0.7em 1.2em;
  background: var(--c-primary);
  color: var(--c-dark);
  font-weight: 700;
  font-size: 0.875em;
  border-radius: var(--radius-md);
  transition: var(--ease);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.zip-submit:hover {
  background: var(--c-primary-dark);
}

.zip-result {
  margin-top: 1rem;
  font-size: 0.85em;
  line-height: 1.7;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  min-height: 2em;
}

.zip-result__icon {
  font-size: 1.3em;
  flex-shrink: 0;
  margin-top: 0.05em;
}

.zip-result--ok {
  color: #2e7d32;
}

.zip-result--ng {
  color: var(--c-text-sub);
}

.zip-result--error {
  color: #c0392b;
}

.zip-result__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 0.9em;
  background: var(--c-primary);
  color: var(--c-dark);
  padding: 0.4em 1em;
  border-radius: var(--radius-pill);
  transition: var(--ease);
}

.zip-result__cta:hover {
  background: var(--c-primary-dark);
}

.zip-examples {
  margin-top: 0.9rem;
  font-size: 0.72em;
  color: var(--c-text-light);
}

/* ============================================================
09 ご利用の流れ
============================================================ */
#flow {
  background: var(--c-bg);
}

.flow-steps {
  display: grid;
  gap: 0;
  margin-top: 2rem;
  counter-reset: flow-step;
}

.flow-step {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  padding-bottom: 1.75rem;
  position: relative;
}

.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--c-border);
}

.flow-num {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--c-dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 1em;
  position: relative;
  z-index: 1;
}

/* ハイライトなし（全部ダーク） */
.flow-body {
  padding-top: 0.3rem;
}

.flow-body h4 {
  font-size: 1.125em;
  font-weight: 700;
  color: var(--c-dark);
  margin-bottom: 0.5em;
  line-height: 1.4;
}

.flow-body p {
  font-size: 0.875em;
  color: var(--c-text-sub);
  line-height: 1.7;
}

@media (min-width: 900px) {
  .flow-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
  }
  .flow-step {
    flex-direction: column;
    padding-bottom: 0;
  }
  .flow-step:not(:last-child)::after {
    top: 1.2rem;
    left: 2rem;
    right: 0;
    bottom: auto;
    width: calc(100% + 1rem);
    height: 2px;
  }
}
/* ============================================================
09 FAQ（トップ用：導入 + 最初の数問）
============================================================ */
#faq {
  background: var(--c-bg-sub);
}

.faq-list {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq-item {
  background: var(--c-bg);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--c-border);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  text-align: left;
  font-size: 1.125em;
  font-weight: 700;
  color: var(--c-dark);
  cursor: pointer;
  transition: background var(--ease);
}

.faq-q:hover {
  background: var(--c-bg-sub);
}

.faq-q-icon {
  flex-shrink: 0;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  background: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-weight: 900;
  font-size: 1em;
  color: var(--c-dark);
}

.faq-q-text {
  flex: 1;
  line-height: 1.5;
}

.faq-q-arrow {
  flex-shrink: 0;
  color: var(--c-text-light);
  font-size: 0.8em;
  transition: transform var(--ease);
  width: 1.5em;
  height: 1.5em;
  background: url("../images/faq-q-arrow.svg") center center no-repeat;
  background-size: cover;
}

.faq-item.open .faq-q-arrow {
  transform: rotate(180deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-a-inner {
  padding: 1em 1.1rem 1rem calc(1.1rem + 1.4em + 0.9rem);
  font-size: 0.9375em;
  line-height: 1.8;
  color: var(--c-text-sub);
}

.faq-a-inner a {
  color: var(--c-primary-dark);
  text-decoration: underline;
}

/* FAQ：サービスページ用（全問掲載） */
#contact-cta {
  background: var(--c-bg);
}
#contact-cta .section-title {
  text-align: center;
}
#contact-cta .section-lead {
  font-size: 0.825em;
  text-align: center;
  margin-top: 1em;
}
#contact-cta .btn-primary {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 2em auto 0;
  padding: 0.75em 1.5em;
  background: var(--c-primary);
  color: var(--c-dark);
  font-weight: 700;
  font-size: 0.875em;
  border-radius: var(--radius-pill);
  transition: var(--ease);
  width: -moz-fit-content;
  width: fit-content;
}
#contact-cta .btn-primary::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/icon_mail_dark.svg") center center no-repeat;
  background-size: contain;
}

/* ============================================================
      10 CTAセクション（インページ：末尾1箇所のみ）
      ============================================================ */
#cta-section {
  padding-block: 5vh;
  background: url("../images/cta_bg.jpg") no-repeat center center #4b3333;
  background-size: cover;
  text-align: center;
}

.cta-campaign-badge {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 0.5em;
}
.cta-campaign-badge img {
  width: 100%;
  display: block;
}

.cta-title {
  font-size: clamp(1.6em, 3.5vw, 2em);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.65rem;
}
.cta-title .accent {
  color: var(--c-primary);
  font-size: 1.125em;
  display: inline-block;
  margin: 0 0.125em;
}

.cta-lead {
  font-size: 1em;
  color: rgb(255, 255, 255);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.cta-area-note {
  display: inline-block;
  font-size: 0.95em;
  letter-spacing: -0.05em;
  color: var(--c-primary-light);
  padding: 1em 2em;
  margin-bottom: 1.5rem;
  background: url("../images/limited_flag.svg") center center no-repeat;
  background-size: contain;
}

.cta-btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

@media (min-width: 600px) {
  .cta-btn-group {
    flex-direction: row;
    justify-content: center;
  }
}
.btn-cta-main {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  background: var(--c-primary);
  color: var(--c-dark);
  font-weight: 900;
  font-size: 1em;
  padding: 1em 2.2em;
  border-radius: var(--radius-pill);
  transition: var(--ease);
  box-shadow: 0 4px 20px rgba(245, 200, 0, 0.3);
}
.btn-cta-main::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/icon_document.svg") center center no-repeat;
  background-size: contain;
}

.btn-cta-main:hover {
  background: var(--c-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(245, 200, 0, 0.4);
}

.btn-cta-sub {
  display: inline-flex;
  gap: 0.5em;
  color: rgb(255, 255, 255);
  font-size: 0.875em;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 1em 1.8em;
  border-radius: var(--radius-pill);
  transition: var(--ease);
  justify-content: center;
  align-items: center;
}
.btn-cta-sub::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/icon_mail.svg") center center no-repeat;
  background-size: contain;
}

.btn-cta-sub:hover {
  border-color: rgb(255, 255, 255);
  color: #fff;
}

.cta-tel {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.85);
}

.cta-title-tel {
  margin-bottom: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: 1.11em;
  font-weight: 600;
}
.cta-title-tel::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/icon_tel.svg") center center no-repeat;
  background-size: contain;
}

.cta-tel a {
  font-family: var(--font-en);
  font-size: 2.125em;
  font-weight: 700;
  color: var(--c-primary);
  margin-block-start: 0.2em;
}

.cta-tel-hours {
  font-size: 0.925em;
  margin-top: 0.2em;
}

/* ============================================================
11 出店者募集
============================================================ */
.recruit-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: block;
}
.recruit-inner .desktop-banner {
  display: none;
}
@media (min-width: 600px) {
  .recruit-inner .desktop-banner {
    display: block;
  }
  .recruit-inner .mobile-banner {
    display: none;
  }
}

.recruit-icon {
  font-size: 2.2em;
  flex-shrink: 0;
}

.recruit-body h4 {
  font-size: 0.95em;
  font-weight: 900;
  color: var(--c-dark);
  margin-bottom: 0.2rem;
}

.recruit-body p {
  font-size: 0.78em;
  color: var(--c-text-sub);
  line-height: 1.6;
}

.recruit-arrow {
  margin-left: auto;
  color: var(--c-text-light);
  font-size: 1.1em;
  flex-shrink: 0;
}

/* ============================================================
      FOOTER
      ============================================================ */
#site-footer {
  background: var(--c-dark-light);
  padding: 3rem 1.5rem 2rem;
  text-align: center;
  margin-top: auto;
}

.footer-logo {
  margin-bottom: 1.4rem;
}

.footer-logo img {
  height: clamp(80px, 12vw, 120px);
  width: auto;
  margin-inline: auto;
  opacity: 1;
}

.footer-sns {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  margin-bottom: 1.4rem;
}

.footer-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.65);
  transition: var(--ease);
}

.footer-sns a:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
}

.footer-sns svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem 1.4rem;
  margin-bottom: 1.4rem;
}

.footer-links a {
  font-size: 0.73em;
  color: rgba(255, 255, 255, 0.4);
  transition: var(--ease);
}

.footer-links a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.footer-copy {
  font-size: 0.7em;
  color: rgba(255, 255, 255, 0.28);
}

/* ============================================================
      FLOATING CTA
      吹き出しはCTA本体と一緒にフェードイン/アウト
      ============================================================ */
#floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--floating-h);
  display: flex;
  z-index: 400;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#floating-cta.visible {
  transform: translateY(0);
}

.floating-btn-entry {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  background: var(--c-primary);
  color: var(--c-dark);
  font-weight: 900;
  font-size: 0.875em;
  position: relative;
  transition: background 0.15s ease;
}
.floating-btn-entry::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/icon_document.svg") center center no-repeat;
  background-size: contain;
}

.floating-btn-entry:hover {
  background: var(--c-primary-dark);
}

/* 吹き出し：CTAが visible の時だけ表示（CSSで制御） */
.floating-balloon {
  position: absolute;
  top: -2.4em;
  left: 50%;
  transform: translateX(-50%);
  background: var(--c-secondary);
  color: var(--c-bg);
  font-size: 0.8em;
  font-weight: 700;
  padding: 0.3em 0.9em;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  /* デフォルト: 非表示（CTAが隠れている時） */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease 0.2s; /* CTAのtransitionより少し遅らせてフェードイン */
  animation: none;
}

.floating-balloon::after {
  content: "";
  position: absolute;
  bottom: -0.45em;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: var(--c-secondary);
  border-bottom: none;
}

/* CTA表示時に吹き出しもフェードイン + アニメーション開始 */
#floating-cta.visible .floating-balloon {
  opacity: 1;
  pointer-events: auto;
  animation: balloon 2.5s ease-in-out infinite 0.6s;
}

@keyframes balloon {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-4px);
  }
}
.floating-btn-contact {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  background: var(--c-dark);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  font-size: 0.825em;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.15s ease;
}
.floating-btn-contact::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/icon_mail.svg") center center no-repeat;
  background-size: contain;
}

.floating-btn-contact:hover {
  background: #2a2a2a;
}

/* ============================================================
   お問い合わせページ
   ============================================================ */
/* 必須マーク（インラインのstyle="color:#f00;"を置き換え） */
.wpcf7-form label span.required {
  color: #f00;
  margin-left: 0.2em;
}

/* フォーム全体 */
.wpcf7 {
  margin-top: 2rem;
}
.wpcf7 form p {
  margin-bottom: 1.5rem;
}
.wpcf7 label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 0.4rem;
}
.wpcf7 {
  /* テキスト・メール・電話入力 */
}
.wpcf7 .wpcf7-form-control.wpcf7-text,
.wpcf7 .wpcf7-form-control.wpcf7-email,
.wpcf7 .wpcf7-form-control.wpcf7-tel {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-family: var(--font-base);
  color: var(--c-text);
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: var(--radius-md);
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form-control.wpcf7-text:focus,
.wpcf7 .wpcf7-form-control.wpcf7-email:focus,
.wpcf7 .wpcf7-form-control.wpcf7-tel:focus {
  outline: none;
  border-color: var(--c-primary);
}
.wpcf7 {
  /* テキストエリア */
}
.wpcf7 .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-family: var(--font-base);
  color: var(--c-text);
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: var(--radius-md);
  resize: vertical;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form-control.wpcf7-textarea:focus {
  outline: none;
  border-color: var(--c-primary);
}
.wpcf7 {
  /* バリデーションエラー時 */
}
.wpcf7 .wpcf7-not-valid {
  border-color: #f00 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.8rem;
  color: #f00;
  margin-top: 0.3rem;
}
.wpcf7 {
  /* 個人情報同意チェックボックス */
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  cursor: pointer;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: var(--c-primary);
  cursor: pointer;
}
.wpcf7 {
  /* 送信ボタン */
}
.wpcf7 .wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 1.5rem auto 0;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-base);
  color: var(--c-dark);
  background: var(--c-primary);
  border: none;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}
.wpcf7 .wpcf7-submit:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.wpcf7 .wpcf7-submit:active {
  transform: translateY(0);
}
.wpcf7 {
  /* レスポンスメッセージ */
}
.wpcf7 .wpcf7-response-output {
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  border-radius: var(--radius-md);
  border: 1.5px solid transparent;
}
.wpcf7.sent .wpcf7-response-output {
  border-color: #28a745;
  color: #28a745;
  background: #f0fff4;
}
.wpcf7.failed .wpcf7-response-output, .wpcf7.invalid .wpcf7-response-output {
  border-color: #f00;
  color: #f00;
  background: #fff5f5;
}

/* お問い合わせセクション */
#contact-section {
  padding: 4rem 0 6rem;
}
#contact-section .contact-container {
  max-width: 720px;
}
#contact-section .contact-lead {
  text-align: center;
  margin-bottom: 2.5rem;
}
#contact-section {
  /* 電話番号ブロック */
}
#contact-section .contact-tel-block {
  text-align: center;
  background: var(--c-bg-sub);
  border-radius: var(--radius-lg);
  padding: 2em;
  margin-bottom: 5vh;
}
#contact-section .contact-tel-block .contact-tel-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--c-text-sub);
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#contact-section .contact-tel-block .contact-tel-label::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/icon_tel_dark.svg") center center no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
#contact-section .contact-tel-block .contact-tel-number {
  display: block;
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 900;
  color: var(--c-dark);
  letter-spacing: 0.05em;
  text-decoration: none;
}
#contact-section .contact-tel-block .contact-tel-number:hover {
  color: var(--c-primary);
}
#contact-section .contact-tel-block .contact-tel-hours {
  font-size: 0.85rem;
  color: var(--c-text-sub);
  margin-top: 0.5rem;
}

/* ============================================================
投稿本文スタイル（共通パーツ）
============================================================ */
/* ============================================================
   投稿本文（.entry-content）共通スタイル
   style.scss / mall-style.scss 両方からインポートして使用
   ============================================================ */
.entry-content {
  font-size: 0.9375em;
  line-height: 1.9;
  color: var(--c-text);
  word-break: break-word;
  overflow-wrap: break-word;
}
.entry-content > * + * {
  margin-top: 1.5em;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: 700;
  line-height: 1.4;
  color: var(--c-dark);
  margin-top: 2.25em;
  margin-bottom: 0.6em;
}
.entry-content h1 {
  font-size: 1.6em;
}
.entry-content h2 {
  font-size: 1.3em;
  padding: 0.5em 0.85em;
  border-left: 4px solid var(--c-primary);
  background: var(--c-bg-sub);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.entry-content h3 {
  font-size: 1.15em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid var(--c-primary);
}
.entry-content h4 {
  font-size: 1.05em;
  padding-left: 0.75em;
  border-left: 3px solid var(--c-border);
}
.entry-content h5 {
  font-size: 1em;
  color: var(--c-text-sub);
}
.entry-content h6 {
  font-size: 0.9em;
  color: var(--c-text-light);
}
.entry-content p {
  margin-bottom: 0;
}
.entry-content a {
  color: var(--c-secondary);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: color var(--ease);
}
.entry-content a:hover {
  color: var(--c-secondary-dark);
}
.entry-content strong, .entry-content b {
  font-weight: 700;
  color: var(--c-dark);
}
.entry-content em, .entry-content i {
  font-style: italic;
  color: var(--c-text-sub);
}
.entry-content mark {
  background: #fff9c4;
  color: var(--c-dark);
  padding: 0.1em 0.25em;
  border-radius: 2px;
}
.entry-content ul, .entry-content ol {
  padding-left: 1.75em;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 0.45em;
  line-height: 1.75;
}
.entry-content ul li::marker, .entry-content ol li::marker {
  color: var(--c-primary-dark);
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul {
  margin-top: 0.4em;
  margin-bottom: 0;
}
.entry-content blockquote {
  margin: 1.75em 0;
  padding: 1em 1.25em 1em 1.5em;
  border-left: 4px solid var(--c-secondary);
  background: var(--c-secondary-light);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--c-text-sub);
  font-size: 0.925em;
}
.entry-content blockquote p {
  margin: 0;
}
.entry-content blockquote cite {
  display: block;
  margin-top: 0.6em;
  font-size: 0.8em;
  color: var(--c-text-light);
  font-style: normal;
}
.entry-content blockquote cite::before {
  content: "— ";
}
.entry-content code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.875em;
  background: var(--c-bg-sub);
  color: #c7254e;
  padding: 0.2em 0.45em;
  border-radius: 3px;
  border: 1px solid var(--c-border);
}
.entry-content pre {
  background: #1e1e1e;
  color: #d4d4d4;
  padding: 1.25em 1.5em;
  border-radius: var(--radius-sm);
  overflow-x: auto;
  font-size: 0.85em;
  line-height: 1.7;
}
.entry-content pre code {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font-size: 1em;
}
.entry-content hr {
  border: none;
  border-top: 2px solid var(--c-border);
  margin: 2.5em 0;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  overflow-x: auto;
  display: block;
}
@media (min-width: 600px) {
  .entry-content table {
    display: table;
  }
}
.entry-content th, .entry-content td {
  padding: 0.65em 1em;
  border: 1px solid var(--c-border);
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
.entry-content thead th {
  background: var(--c-bg-sub);
  font-weight: 700;
  color: var(--c-dark);
}
.entry-content tbody tr:nth-child(even) td {
  background: #fafaf8;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
  display: block;
}
.entry-content .wp-caption {
  max-width: 100%;
}
.entry-content .wp-caption img {
  margin-bottom: 0.4em;
}
.entry-content .wp-caption-text,
.entry-content figcaption {
  font-size: 0.8em;
  color: var(--c-text-light);
  text-align: center;
  margin-top: 0.4em;
}
.entry-content .alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
  max-width: 50%;
}
.entry-content .alignright {
  float: right;
  margin: 0 0 1em 1.5em;
  max-width: 50%;
}
.entry-content .aligncenter {
  margin-inline: auto;
}
.entry-content .alignfull {
  width: 100%;
}
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}
.entry-content .wp-block-cover {
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin: 1.5em 0;
}
.entry-content .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em 1.75em;
  background: var(--c-primary);
  color: var(--c-dark);
  font-weight: 700;
  border-radius: var(--radius-pill);
  transition: background var(--ease);
  text-decoration: none;
}
.entry-content .wp-block-button__link:hover {
  background: var(--c-primary-dark);
  color: var(--c-dark);
}
.entry-content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
}
.entry-content .wp-block-separator {
  border: none;
  border-top: 2px solid var(--c-border);
  margin: 2.5em 0;
}
.entry-content .wp-block-separator.is-style-dots {
  border: none;
  text-align: center;
}
.entry-content .wp-block-separator.is-style-dots::before {
  content: "· · ·";
  color: var(--c-muted);
  font-size: 1.4em;
  letter-spacing: 0.5em;
}
.entry-content .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
.entry-content .wp-block-columns .wp-block-column {
  flex: 1 1 min(100%, 280px);
}
.entry-content .wp-block-pullquote {
  border-top: 4px solid var(--c-primary);
  border-bottom: 4px solid var(--c-primary);
  padding: 1.5em 0;
  text-align: center;
}
.entry-content .wp-block-pullquote blockquote {
  background: none;
  border: none;
  padding: 0;
  font-size: 1.2em;
  font-weight: 700;
  color: var(--c-dark);
}

.anchor {
  display: block;
  position: relative;
  top: -80px; /* ヘッダーの高さ分だけ上に移動 */
  visibility: hidden;
}

@media (max-width: 599px) {
  .default-hero-bg {
    background-image: url("../images/hero_bg_402-874.jpg");
    background-size: cover;
    background-position: center;
  }
}/*# sourceMappingURL=style.css.map */