/*
Theme Name: Temomi Sazanami
Theme URI: https://sazanami.3care.jp/
Description: 手もみ処さざ波 公式テーマ - 琉球式リラクゼーションサロン
Author: Brachio Design
Version: 2.3.0
Text Domain: temomi-sazanami
*/

/* ========== CSS Variables ========== */
:root {
    --color-primary: #003990;
    --color-primary-light: #1a5bb8;
    --color-primary-lighter: #3d7dd4;
    --color-bg-light: #f7f8fa;
    --color-bg-mid: #eaecf0;
    --color-bg-warm: #dfe2e8;
    --color-accent: #c4756e;
    --color-white: #fefefe;
    --color-text: #1a1a2e;
    --color-text-light: #4a4a5a;
    --font-display: 'Shippori Mincho', serif;
    --font-body: 'Noto Serif JP', serif;
    --transition-base: 0.3s ease;
    --shadow-soft: 0 4px 30px rgba(0, 57, 144, 0.06);
    --shadow-medium: 0 8px 40px rgba(0, 57, 144, 0.12);
}

/* ========== Reset & Base ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: var(--font-body); font-weight: 300; color: var(--color-text); background-color: var(--color-bg-light); line-height: 1.8; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: var(--transition-base); }

/* ========== Accessibility ========== */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--color-primary-light); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }

/* ========== Header ========== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1rem 2rem; background: linear-gradient(to bottom, rgba(247, 248, 250, 0.98), rgba(247, 248, 250, 0.92)); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: all 0.4s ease; }
.site-header.scrolled { padding: 0.7rem 2rem; box-shadow: 0 2px 30px rgba(0, 57, 144, 0.1); }
.header-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.site-logo { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--color-primary); letter-spacing: 0.1em; }
.site-logo span { display: block; font-size: 0.6rem; font-weight: 400; letter-spacing: 0.2em; color: var(--color-primary-light); margin-top: 2px; }
.site-logo--image { display: inline-flex; align-items: center; line-height: 0; }
.site-logo__img { display: block; height: 46px; width: auto; transition: height 0.4s ease; }
.site-header.scrolled .site-logo__img { height: 38px; }
.footer-brand .site-logo__img { height: 56px; filter: brightness(0) invert(1); }
.nav-menu { display: flex; gap: 2.5rem; list-style: none; }
.nav-menu a { font-size: 0.85rem; color: var(--color-text); letter-spacing: 0.08em; position: relative; }
.nav-menu a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--color-primary-light); transition: width 0.3s ease; }
.nav-menu a:hover { color: var(--color-primary-light); }
.nav-menu a:hover::after { width: 100%; }
.nav-cta { background: var(--color-primary); color: var(--color-white) !important; padding: 0.6rem 1.5rem; border-radius: 3px; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--color-primary-light); }
.mobile-menu-btn { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 5px; cursor: pointer; }
.mobile-menu-btn span { width: 24px; height: 2px; background: var(--color-primary); transition: var(--transition-base); }

/* ========== Top Hero ========== */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; padding: 120px 2rem 100px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0, 57, 144, 0.8) 0%, rgba(0, 57, 144, 0.5) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; text-align: center; color: var(--color-white); max-width: 800px; }
.hero-tagline { font-size: 0.9rem; letter-spacing: 0.3em; opacity: 0.9; margin-bottom: 1.5rem; }
.hero-title { margin-bottom: 2rem; }
.hero-title-main { display: block; font-family: var(--font-display); font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 500; letter-spacing: 0.15em; margin-bottom: 0.5rem; }
.hero-title-sub { display: block; font-size: clamp(1rem, 2vw, 1.3rem); letter-spacing: 0.2em; opacity: 0.9; }
.hero-description { font-size: 1.1rem; line-height: 2.2; opacity: 0.9; margin-bottom: 3rem; }
.hero-buttons { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; }
.btn-lg { padding: 1.2rem 3rem; font-size: 1rem; }

/* ========== Wave Animation ========== */
.hero-waves { position: absolute; bottom: 0; left: 0; width: 100%; height: 150px; overflow: hidden; z-index: 3; }
.wave { position: absolute; bottom: 0; left: 0; width: 200%; height: 100%; background-repeat: repeat-x; background-position: 0 bottom; background-size: 50% 150px; }
.wave1 { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C150,120 350,0 600,60 C850,120 1050,0 1200,60 L1200,120 L0,120 Z' fill='%23f7f8fa'/%3E%3C/svg%3E"); animation: waveMove1 8s ease-in-out infinite; opacity: 1; }
.wave2 { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,80 C200,40 400,100 600,60 C800,20 1000,120 1200,80 L1200,120 L0,120 Z' fill='%23f7f8fa'/%3E%3C/svg%3E"); animation: waveMove2 10s ease-in-out infinite; opacity: 0.6; }
.wave3 { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C150,80 350,0 600,40 C850,80 1050,0 1200,40 L1200,120 L0,120 Z' fill='%23f7f8fa'/%3E%3C/svg%3E"); animation: waveMove3 12s ease-in-out infinite; opacity: 0.3; }
@keyframes waveMove1 { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(-25%); } }
@keyframes waveMove2 { 0%, 100% { transform: translateX(-10%); } 50% { transform: translateX(-35%); } }
@keyframes waveMove3 { 0%, 100% { transform: translateX(-5%); } 50% { transform: translateX(-20%); } }

/* ========== Page Hero ========== */
.page-hero { min-height: 50vh; display: flex; align-items: center; justify-content: center; position: relative; padding: 140px 2rem 80px; overflow: hidden; background-size: cover; background-position: center; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0, 57, 144, 0.75) 0%, rgba(0, 57, 144, 0.5) 100%); }
.page-hero-content { position: relative; z-index: 2; text-align: center; color: var(--color-white); }
.page-hero-label { font-size: 0.8rem; letter-spacing: 0.3em; opacity: 0.9; margin-bottom: 1rem; display: block; }
.page-hero-title { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3rem); font-weight: 500; letter-spacing: 0.15em; margin-bottom: 1rem; }
.page-hero-description { font-size: 1rem; line-height: 2; opacity: 0.9; max-width: 600px; margin: 0 auto; }

/* ========== Breadcrumb ========== */
.breadcrumb { padding: 1.5rem 2rem; background: var(--color-white); }
.breadcrumb-list { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; font-size: 0.8rem; color: var(--color-text-light); }
.breadcrumb-list li::after { content: '/'; margin-left: 0.5rem; opacity: 0.5; }
.breadcrumb-list li:last-child::after { display: none; }
.breadcrumb-list a:hover { color: var(--color-primary); }

/* ========== Block Content Area ========== */
.block-content { }

/* ========== Section Styles (for Block Editor) ========== */
.section { padding: 100px 2rem; }
.section--white { background: var(--color-white); }
.section--light { background: var(--color-bg-light); }
.section--gradient { background: linear-gradient(180deg, var(--color-bg-light) 0%, var(--color-white) 100%); }
.section--primary { background: var(--color-primary); color: var(--color-white); }
.section--accent { background: linear-gradient(135deg, #f5f9ff 0%, #eef4fc 100%); }

.container { max-width: 1100px; margin: 0 auto; }
.container--narrow { max-width: 800px; margin: 0 auto; }
.container--wide { max-width: 1200px; margin: 0 auto; }

.section-header { text-align: center; margin-bottom: 4rem; }
.section-label { font-size: 0.75rem; letter-spacing: 0.3em; color: var(--color-primary-light); margin-bottom: 1rem; display: block; }
.section-title { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 500; color: var(--color-primary); letter-spacing: 0.08em; }
.section--primary .section-label { color: var(--color-primary-lighter); }
.section--primary .section-title { color: var(--color-white); }

/* ========== Lead Section ========== */
.lead-section { text-align: center; }
.lead-text { font-family: var(--font-display); font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 400; color: var(--color-primary); line-height: 2.2; letter-spacing: 0.08em; }
.lead-description { font-size: 1rem; line-height: 2.2; color: var(--color-text); margin-top: 2rem; }

/* ========== Two Column ========== */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.two-col--reverse { direction: rtl; }
.two-col--reverse > * { direction: ltr; }
.two-col__image { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-medium); }
.two-col__image img { width: 100%; height: auto; }
.two-col__content { }
.two-col__title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--color-primary); margin-bottom: 1.5rem; letter-spacing: 0.08em; line-height: 1.6; }
.two-col__text { font-size: 0.95rem; line-height: 2; color: var(--color-text-light); }
.two-col__text p { margin-bottom: 1.5rem; }
.two-col__text p:last-child { margin-bottom: 0; }

/* ========== Technique Points ========== */
.technique-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 4rem; }
.technique-point { background: var(--color-white); padding: 2rem; border-radius: 12px; box-shadow: var(--shadow-soft); }
.technique-point h4 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; color: var(--color-primary); margin-bottom: 0.8rem; letter-spacing: 0.05em; }
.technique-point p { font-size: 0.9rem; line-height: 1.8; color: var(--color-text-light); }

/* ========== Space Features ========== */
.space-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 4rem; }
.space-feature { background: var(--color-bg-light); padding: 2rem; border-radius: 12px; text-align: center; }
.space-feature h4 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--color-primary); margin-bottom: 1rem; }
.space-feature p { font-size: 0.9rem; line-height: 1.8; color: var(--color-text-light); }
.space-message { text-align: center; margin-top: 3rem; font-size: 1.05rem; line-height: 2; color: var(--color-primary); font-style: italic; }

/* ========== Service Flow ========== */
.service-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 4rem; }
.service-flow__item { background: var(--color-white); padding: 2rem; border-radius: 12px; box-shadow: var(--shadow-soft); text-align: center; }
.service-flow__step { display: inline-block; background: var(--color-primary); color: var(--color-white); padding: 0.3rem 1rem; border-radius: 20px; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; margin-bottom: 1rem; }
.service-flow__item h4 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--color-primary); margin-bottom: 1rem; }
.service-flow__item p { font-size: 0.9rem; line-height: 1.8; color: var(--color-text-light); }
.service-message { text-align: center; margin-top: 3rem; font-size: 1.05rem; line-height: 2; color: var(--color-primary); }

/* ========== Guarantee Box ========== */
.guarantee-box { max-width: 800px; margin: 0 auto; text-align: center; }
.guarantee-lead { font-size: 1rem; line-height: 2; color: var(--color-text); margin-bottom: 2.5rem; }
.guarantee-content { background: var(--color-white); border-radius: 16px; padding: 2.5rem; box-shadow: var(--shadow-soft); }
.guarantee-badge { display: inline-block; background: var(--color-primary); color: var(--color-white); padding: 0.5rem 1.5rem; border-radius: 30px; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.1em; margin-bottom: 2rem; }
.guarantee-items { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; text-align: left; }
.guarantee-item { display: flex; gap: 1rem; align-items: flex-start; }
.guarantee-item__icon { width: 50px; height: 50px; background: rgba(0, 57, 144, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.guarantee-item__icon svg { width: 24px; height: 24px; stroke: var(--color-primary); fill: none; stroke-width: 2; }
.block-content svg, .wp-block-group svg { max-width: 24px; max-height: 24px; }
.block-content .guarantee-item__icon svg, .block-content .feature-card__icon svg { width: 24px !important; height: 24px !important; }
.guarantee-item__text h4 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; color: var(--color-primary); margin-bottom: 0.5rem; }
.guarantee-item__text p { font-size: 0.9rem; line-height: 1.8; color: var(--color-text-light); }
.guarantee-item__text small { font-size: 0.8rem; opacity: 0.8; }
.guarantee-note { margin-top: 2rem; font-size: 0.95rem; color: var(--color-primary); font-weight: 500; }

/* ========== Features Grid ========== */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.feature-card { background: var(--color-bg-light); border-radius: 12px; padding: 2.5rem 2rem; text-align: center; }
.feature-card__icon { width: 60px; height: 60px; margin: 0 auto 1.5rem; background: var(--color-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.feature-card__icon svg { width: 28px; height: 28px; stroke: var(--color-white); fill: none; stroke-width: 1.5; }
.feature-card__image { width: 100%; height: 180px; margin-bottom: 1.5rem; border-radius: 8px; overflow: hidden; }
.feature-card__image img { width: 100%; height: 100%; object-fit: cover; }
.feature-card--has-image { padding-top: 0; }
.feature-card--has-image .feature-card__image { margin: -2rem -2rem 1.5rem -2rem; width: calc(100% + 4rem); height: 200px; border-radius: 12px 12px 0 0; }
.feature-card__title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--color-primary); margin-bottom: 1rem; letter-spacing: 0.05em; line-height: 1.6; }
.feature-card__text { font-size: 0.9rem; line-height: 1.9; color: var(--color-text-light); }

/* ========== Catchphrase Section ========== */
.catchphrase-section { text-align: center; }
.catchphrase { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3rem); font-weight: 500; color: var(--color-primary); letter-spacing: 0.15em; margin-bottom: 2rem; line-height: 1.6; }
.catchphrase-sub { font-size: 1.05rem; line-height: 2.2; color: var(--color-text-light); }

/* ========== Message Box ========== */
.message-box { text-align: center; padding: 3rem; }
.message-box__lead { font-family: var(--font-display); font-size: clamp(1.2rem, 2.5vw, 1.5rem); font-weight: 400; line-height: 2.2; margin-bottom: 2rem; opacity: 0.95; letter-spacing: 0.08em; }
.message-box__text { font-size: 0.95rem; line-height: 2.2; opacity: 0.85; margin-bottom: 1.5rem; }
.message-box__signature { font-family: var(--font-display); font-size: 1.1rem; margin-top: 2rem; letter-spacing: 0.15em; opacity: 0.9; }

/* ========== Shops Grid ========== */
.shops-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.shop-card { background: var(--color-white); padding: 2rem; border-radius: 12px; box-shadow: var(--shadow-soft); text-align: center; }
.shop-card__name { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--color-primary); margin-bottom: 1rem; }
.shop-card__address { font-size: 0.9rem; color: var(--color-text-light); margin-bottom: 0.5rem; }
.shop-card__hours { font-size: 0.85rem; color: var(--color-text-light); margin-bottom: 0.5rem; }
.shop-card__tel { font-size: 0.9rem; margin-bottom: 0.5rem; }
.shop-card__tel a { color: var(--color-primary); font-weight: 500; }
.shop-card__tel a:hover { color: var(--color-primary-light); }
.shop-card__parking { font-size: 0.85rem; color: var(--color-text-light); margin-bottom: 1rem; }
.shop-card__link { display: inline-block; font-size: 0.85rem; color: var(--color-primary); font-weight: 500; margin-top: 0.5rem; }
.shop-card__link:hover { color: var(--color-primary-light); }

/* ========== Shop Detail ========== */
.shop-detail { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; }
.shop-detail__main { }
.shop-detail__side { }

.shop-info-card { background: var(--color-bg-light); border-radius: 12px; padding: 2rem; margin-bottom: 2rem; }
.shop-info-card__title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--color-primary); margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--color-primary); }
.shop-info-card__text { font-size: 0.95rem; line-height: 2; color: var(--color-text-light); }
.shop-info-card--note { background: rgba(0, 57, 144, 0.05); border-left: 4px solid var(--color-primary); }
.shop-info-card--note p { font-size: 0.9rem; color: var(--color-text); }

.shop-info-table { width: 100%; border-collapse: collapse; }
.shop-info-table th, .shop-info-table td { padding: 1rem; text-align: left; border-bottom: 1px solid var(--color-bg-mid); font-size: 0.95rem; }
.shop-info-table th { width: 120px; color: var(--color-primary); font-weight: 500; white-space: nowrap; }
.shop-info-table td { color: var(--color-text-light); }
.shop-info-table td a { color: var(--color-primary); font-weight: 500; }
.shop-info-table tr:last-child th, .shop-info-table tr:last-child td { border-bottom: none; }

.shop-reserve-box { background: var(--color-white); border-radius: 12px; padding: 2rem; box-shadow: var(--shadow-medium); position: sticky; top: 100px; }
.shop-reserve-box__title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--color-primary); text-align: center; margin-bottom: 1.5rem; }
.btn-block { display: flex; width: 100%; margin-bottom: 1rem; }
.btn-block:last-child { margin-bottom: 0; }

.shop-map { margin-top: 3rem; }
.shop-map__embed { border-radius: 12px; overflow: hidden; }
.shop-map__embed iframe { width: 100%; height: 400px; border: 0; }

/* ========== Shop List (Archive) ========== */
.shop-list { display: flex; flex-direction: column; gap: 2rem; }
.shop-list-item { display: grid; grid-template-columns: 300px 1fr; gap: 2rem; background: var(--color-bg-light); border-radius: 12px; overflow: hidden; }
.shop-list-item__image { height: 100%; min-height: 200px; }
.shop-list-item__image img { width: 100%; height: 100%; object-fit: cover; }
.shop-list-item__image-placeholder { width: 100%; height: 100%; min-height: 200px; background: var(--color-bg-mid); display: flex; align-items: center; justify-content: center; color: var(--color-text-light); }
.shop-list-item__content { padding: 2rem 2rem 2rem 0; display: flex; flex-direction: column; justify-content: center; }
.shop-list-item__name { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; margin-bottom: 1rem; }
.shop-list-item__name a { color: var(--color-primary); }
.shop-list-item__name a:hover { color: var(--color-primary-light); }
.shop-list-item__info { margin-bottom: 1.5rem; }
.shop-list-item__info p { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: var(--color-text-light); margin-bottom: 0.5rem; }
.shop-list-item__info svg { flex-shrink: 0; stroke: var(--color-primary); fill: none; }
.shop-list-item__actions { display: flex; gap: 1rem; }

.no-shops { text-align: center; padding: 3rem; color: var(--color-text-light); }

@media (max-width: 900px) {
    .shop-detail { grid-template-columns: 1fr; }
    .shop-detail__side { order: -1; }
    .shop-reserve-box { position: static; }
    .shop-list-item { grid-template-columns: 1fr; }
    .shop-list-item__content { padding: 2rem; }
    .shop-info-table th { width: 100px; }
}

@media (max-width: 600px) {
    .shop-list-item__actions { flex-direction: column; }
    .shop-info-table th, .shop-info-table td { padding: 0.8rem; font-size: 0.9rem; }
    .shop-info-table th { width: 80px; }
}

/* ========== Hero Video ========== */
.hero-video { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-video iframe { position: absolute; top: 50%; left: 50%; width: 177.78vh; min-width: 100%; height: 100vh; min-height: 56.25vw; transform: translate(-50%, -50%); pointer-events: none; }

/* ========== Therapist Grid ========== */
.therapist-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.therapist-card { background: var(--color-bg-light); border-radius: 12px; overflow: hidden; text-align: center; }
.therapist-card__image { width: 100%; height: 250px; overflow: hidden; }
.therapist-card__image img { width: 100%; height: 100%; object-fit: cover; }
.therapist-card__image--placeholder { display: flex; align-items: center; justify-content: center; background: var(--color-bg-mid); color: var(--color-text-light); }
.therapist-card__body { padding: 1.5rem; }
.therapist-card__shop { display: inline-block; font-size: 0.75rem; background: var(--color-primary); color: var(--color-white); padding: 0.2rem 0.8rem; border-radius: 20px; margin-bottom: 0.5rem; }
.therapist-card__name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--color-primary); margin-bottom: 0.5rem; }
.therapist-card__period { font-size: 0.85rem; color: var(--color-text-light); margin-bottom: 0.3rem; }
.therapist-card__score { font-size: 0.85rem; color: var(--color-primary-light); font-weight: 500; margin-bottom: 0.5rem; }
.therapist-card__comment { font-size: 0.9rem; line-height: 1.8; color: var(--color-text-light); }

@media (max-width: 600px) {
    .therapist-grid { grid-template-columns: 1fr; max-width: 350px; margin: 0 auto; }
}

/* ========== CTA Section ========== */
.cta-section { text-align: center; padding: 100px 2rem; background: linear-gradient(135deg, var(--color-bg-mid) 0%, var(--color-bg-light) 100%); }
.cta-catchphrase { font-family: var(--font-display); font-size: 1.1rem; letter-spacing: 0.2em; color: var(--color-primary-light); margin-bottom: 1rem; }
.cta-section__title { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 500; color: var(--color-primary); margin-bottom: 1.5rem; letter-spacing: 0.08em; line-height: 1.8; }
.cta-section__text { font-size: 1rem; line-height: 2; color: var(--color-text-light); margin-bottom: 2.5rem; }
.cta-buttons { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; }

/* ========== Buttons ========== */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 2.5rem; border-radius: 4px; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.08em; transition: all 0.3s ease; border: none; cursor: pointer; }
.btn-primary { background: var(--color-primary); color: var(--color-white); }
.btn-primary:hover { background: var(--color-primary-light); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0, 57, 144, 0.25); }
.btn-secondary { background: transparent; color: var(--color-primary); border: 1px solid var(--color-primary); }
.btn-secondary:hover { background: var(--color-primary); color: var(--color-white); }

/* ========== Footer ========== */
.site-footer { background: var(--color-primary); color: var(--color-white); padding: 60px 2rem 30px; position: relative; }
.footer-bg-image { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.15; z-index: 0; }
.footer-overlay { position: absolute; inset: 0; background: var(--color-primary); opacity: 0.9; z-index: 1; }
.footer-content { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; position: relative; z-index: 2; }
.footer-brand .site-logo { color: var(--color-white); margin-bottom: 1rem; display: inline-block; }
.footer-brand .site-logo span { color: var(--color-primary-lighter); }
.footer-brand p { font-size: 0.85rem; opacity: 0.8; line-height: 1.9; }
.footer-section h4 { font-family: var(--font-display); font-size: 0.95rem; font-weight: 500; margin-bottom: 1.5rem; letter-spacing: 0.08em; }
.footer-section ul { list-style: none; }
.footer-section li { margin-bottom: 0.7rem; }
.footer-section a { font-size: 0.85rem; opacity: 0.8; }
.footer-section a:hover { opacity: 1; }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.8rem; opacity: 0.6; position: relative; z-index: 2; }
.footer-affiliation { position: relative; z-index: 2; text-align: center; padding-bottom: 2rem; }
.footer-affiliation__label { display: block; font-size: 0.72rem; letter-spacing: 0.2em; color: rgba(255, 255, 255, 0.7); margin-bottom: 0.8rem; }
.footer-affiliation__link { display: inline-block; background: #fff; border-radius: 8px; padding: 0.7rem 1.1rem; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18); transition: transform var(--transition-base); }
.footer-affiliation__link:hover { transform: translateY(-2px); }
.footer-affiliation__link img { display: block; height: 40px; width: auto; }
.footer-affiliation__text { color: var(--color-primary); font-size: 0.9rem; font-weight: 500; }

/* ========== Page Top Button ========== */
.pagetop { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: var(--color-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all 0.4s ease; z-index: 99; box-shadow: 0 4px 20px rgba(0, 57, 144, 0.3); }
.pagetop.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.pagetop:hover { background: var(--color-primary-light); transform: translateY(-3px); }
.pagetop svg { width: 20px; height: 20px; stroke: var(--color-white); stroke-width: 2.5; fill: none; }

/* ========== Mobile Fixed CTA ========== */
.mobile-fixed-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--color-white); padding: 0.5rem 1rem; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); z-index: 999; }
.mobile-fixed-cta-inner { max-width: 400px; margin: 0 auto; display: flex; align-items: center; gap: 0.5rem; }
.mobile-fixed-btn-reserve { flex: 1; display: flex; align-items: center; justify-content: center; padding: 0.7rem 1rem; border-radius: 6px; font-size: 0.85rem; font-weight: 600; gap: 0.4rem; background: var(--color-primary); color: var(--color-white); }
.mobile-fixed-btn-reserve svg { width: 16px; height: 16px; stroke: var(--color-white); fill: none; stroke-width: 2; }
.mobile-fixed-sub-links { display: flex; gap: 0.3rem; }
.mobile-fixed-sub-link { width: 40px; height: 40px; border-radius: 50%; background: var(--color-bg-light); display: flex; align-items: center; justify-content: center; }
.mobile-fixed-sub-link svg { width: 18px; height: 18px; }
.mobile-fixed-sub-link span { display: none; }

/* ========== Animations ========== */
.fade-in { opacity: 0; transform: translateY(25px); transition: all 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ========== Responsive ========== */
@media (max-width: 1024px) {
    .technique-points { grid-template-columns: 1fr 1fr; }
    .features-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
}

/* Mobile Menu Open State */
.nav-menu.open { display: flex; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(247, 248, 250, 0.98); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); z-index: 200; justify-content: center; align-items: center; gap: 2rem; padding: 2rem; }
.nav-menu.open a { font-size: 1.2rem; }
.nav-menu.open .nav-cta { margin-top: 1rem; }
.mobile-menu-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.mobile-menu-btn.active { position: fixed; top: 1rem; right: 2rem; z-index: 201; }

@media (max-width: 900px) {
    .nav-menu { display: none; }
    .mobile-menu-btn { display: flex; } 
    .footer-content { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
    .two-col { grid-template-columns: 1fr; gap: 2rem; }
    .two-col--reverse { direction: ltr; }
    .guarantee-items { grid-template-columns: 1fr; }
    .technique-points { grid-template-columns: 1fr; }
    .space-features { grid-template-columns: 1fr; }
    .service-flow { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .mobile-fixed-cta { display: flex; }
    body { padding-bottom: 70px; }
    .pagetop { bottom: 80px; }
}

@media (max-width: 600px) { 
    .site-header { padding: 0.8rem 1.5rem; }
    .site-logo__img { height: 38px; }
    .site-header.scrolled .site-logo__img { height: 32px; }
    .footer-brand .site-logo__img { height: 46px; }
    .hero { min-height: 90vh; padding: 100px 1.5rem 80px; }
    .hero-waves { height: 80px; }
    .wave { background-size: 50% 80px; }
    .hero-buttons { flex-direction: column; width: 100%; max-width: 300px; margin: 0 auto; }
    .hero-buttons .btn { width: 100%; }
    .page-hero { padding: 120px 1.5rem 60px; min-height: 40vh; }
    .section { padding: 70px 1.5rem; }
    .cta-buttons { flex-direction: column; width: 100%; }
    .cta-buttons .btn { width: 100%; }
    .pagetop { right: 20px; width: 45px; height: 45px; }
    .guarantee-content { padding: 1.5rem; }
    .guarantee-item { flex-direction: column; text-align: center; }
    .guarantee-item__icon { margin: 0 auto; }
    .catchphrase { font-size: 1.8rem; }
}

/* ========== Voice / Review ========== */
.section-subtitle { font-size: 0.95rem; line-height: 1.9; color: var(--color-text-light); margin-top: 1rem; max-width: 640px; margin-left: auto; margin-right: auto; }

.voice-aggregate { display: inline-flex; align-items: baseline; gap: 0.6rem; margin-top: 1.2rem; padding: 0.6rem 1.4rem; background: var(--color-white); border-radius: 999px; box-shadow: var(--shadow-soft); }
.voice-aggregate__stars { color: #f5b400; font-size: 1rem; letter-spacing: 0.08em; }
.voice-aggregate__value { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: var(--color-primary); }
.voice-aggregate__count { font-size: 0.85rem; color: var(--color-text-light); }

.voice-aggregate-section { padding-top: 60px; padding-bottom: 60px; }
.voice-aggregate-summary { text-align: center; }
.voice-aggregate-summary .voice-aggregate__stars { display: block; font-size: 1.8rem; margin-bottom: 0.5rem; }
.voice-aggregate__big { font-family: var(--font-display); font-size: clamp(3rem, 8vw, 4.5rem); font-weight: 600; color: var(--color-primary); line-height: 1; margin: 0; }
.voice-aggregate-summary .voice-aggregate__count { display: block; margin-top: 0.5rem; font-size: 1rem; }

.voice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.voice-card-simple { background: var(--color-white); border-radius: 12px; padding: 1.8rem; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; }
.voice-rating { color: #f5b400; font-size: 1.05rem; letter-spacing: 0.08em; margin: 0 0 1rem 0; }
.voice-card__title { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; color: var(--color-primary); margin: 0 0 0.8rem 0; line-height: 1.5; }
.voice-text { font-size: 0.92rem; line-height: 1.9; color: var(--color-text); margin: 0 0 1.2rem 0; flex-grow: 1; }
.voice-author { font-size: 0.82rem; color: var(--color-text-light); font-weight: 500; margin: 0; }
.voice-author__shop, .voice-author__date { color: var(--color-text-light); font-weight: 400; }

.voice-more { text-align: center; margin-top: 3rem; }
.voice-empty { text-align: center; color: var(--color-text-light); padding: 4rem 0; }

.pagination { display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; margin-top: 3rem; }
.pagination .page-numbers { padding: 0.5rem 0.9rem; border-radius: 6px; background: var(--color-white); color: var(--color-primary); border: 1px solid var(--color-bg-mid); text-decoration: none; transition: all 0.2s; }
.pagination .page-numbers.current { background: var(--color-primary); color: var(--color-white); border-color: var(--color-primary); }
.pagination .page-numbers:not(.current):hover { background: var(--color-bg-light); }

@media (max-width: 768px) {
    .voice-grid { grid-template-columns: 1fr; }
    .voice-card-simple { padding: 1.5rem; }
}

/* ========== Achievements ========== */
.achievements-section { padding-top: 80px; padding-bottom: 80px; }
.achievements-grid { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.5rem; }
.achievements-grid--1 { grid-template-columns: minmax(0, 320px); justify-content: center; }
.achievements-grid--2 { grid-template-columns: repeat(2, 1fr); max-width: 720px; margin: 0 auto; }
.achievements-grid--3 { grid-template-columns: repeat(3, 1fr); }
.achievements-grid--4 { grid-template-columns: repeat(4, 1fr); }
.achievement-item { background: var(--color-white); border-radius: 12px; padding: 2rem 1rem; text-align: center; box-shadow: var(--shadow-soft); }
.achievement-item__value { margin: 0 0 0.5rem 0; display: flex; align-items: baseline; justify-content: center; gap: 0.3rem; line-height: 1; }
.achievement-item__num { font-family: var(--font-display); font-size: clamp(2.4rem, 6vw, 3.4rem); font-weight: 600; color: var(--color-primary); letter-spacing: 0.02em; }
.achievement-item__unit { font-size: 0.95rem; color: var(--color-primary-light); font-weight: 500; }
.achievement-item__label { font-size: 0.85rem; color: var(--color-text-light); margin: 0; letter-spacing: 0.06em; }

@media (max-width: 900px) {
    .achievements-grid--4 { grid-template-columns: repeat(2, 1fr); }
    .achievements-grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .achievements-grid--4, .achievements-grid--3, .achievements-grid--2 { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
    .achievement-item { padding: 1.5rem 1rem; }
}

/* ========== Company / About ========== */
.about-section .block-content { margin-bottom: 2.5rem; }
.company-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.company-table th, .company-table td { padding: 1.1rem 1rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--color-bg-mid); }
.company-table th { width: 30%; color: var(--color-primary); font-weight: 500; background: var(--color-bg-light); }
.company-table td { color: var(--color-text); line-height: 1.8; }
.company-table a { color: var(--color-primary); text-decoration: underline; }

@media (max-width: 600px) {
    .company-table th, .company-table td { display: block; width: auto; padding: 0.6rem 1rem; border-bottom: none; }
    .company-table th { background: var(--color-bg-light); margin-top: 0.5rem; }
    .company-table tr:last-child td { border-bottom: 1px solid var(--color-bg-mid); padding-bottom: 1rem; }
}

/* ========== Article author byline ========== */
.page-hero-byline { font-size: 0.9rem; opacity: 0.9; }
.article-author { display: flex; gap: 1.5rem; align-items: flex-start; margin-top: 4rem; padding: 2rem; background: var(--color-bg-light); border-radius: 12px; border-left: 4px solid var(--color-primary); }
.article-author__avatar { flex-shrink: 0; }
.article-author__img { border-radius: 50%; }
.article-author__body { flex: 1; }
.article-author__label { font-size: 0.75rem; letter-spacing: 0.2em; color: var(--color-primary-light); margin: 0 0 0.5rem 0; }
.article-author__name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--color-primary); margin: 0 0 0.6rem 0; }
.article-author__desc { font-size: 0.9rem; color: var(--color-text); line-height: 1.8; margin: 0; }
@media (max-width: 600px) {
    .article-author { flex-direction: column; gap: 1rem; padding: 1.5rem; }
}

/* ========== Contact channels ========== */
.contact-channels { display: grid; gap: 2rem; }
.contact-channel { background: var(--color-white); border-radius: 12px; padding: 2rem; box-shadow: var(--shadow-soft); }
.contact-channel__title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; color: var(--color-primary); margin: 0 0 0.8rem 0; }
.contact-channel__lead { font-size: 0.95rem; color: var(--color-text); line-height: 1.9; margin: 0 0 1.5rem 0; }
.contact-channel__tel { font-family: var(--font-display); font-size: clamp(1.6rem, 4vw, 2rem); font-weight: 600; margin: 0; }
.contact-channel__tel a { color: var(--color-primary); text-decoration: none; }
.contact-channel--line .btn { display: inline-block; }
.contact-form-area input[type="text"],
.contact-form-area input[type="email"],
.contact-form-area input[type="tel"],
.contact-form-area textarea { width: 100%; padding: 0.7rem 0.9rem; border: 1px solid var(--color-bg-mid); border-radius: 8px; font-size: 1rem; font-family: inherit; }
.contact-form-area label { display: block; margin: 1rem 0 0.4rem 0; font-size: 0.9rem; color: var(--color-text); font-weight: 500; }
.contact-form-area input[type="submit"] { background: var(--color-primary); color: var(--color-white); padding: 0.9rem 2rem; border: 0; border-radius: 999px; font-size: 1rem; cursor: pointer; margin-top: 1.5rem; }
.contact-note { font-size: 0.85rem; color: var(--color-text-light); margin-top: 2rem; line-height: 1.8; }

/* ========== News (新着情報) ========== */
.news-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--color-bg-mid); }
.news-item { border-bottom: 1px solid var(--color-bg-mid); }
.news-item__link { display: flex; align-items: center; flex-wrap: wrap; gap: 0.6rem 1rem; padding: 1.1rem 0.4rem; text-decoration: none; color: var(--color-text); transition: background var(--transition-base); }
.news-item__link:hover { background: var(--color-bg-light); }
.news-item__date { font-family: var(--font-display); font-size: 0.9rem; color: var(--color-text-light); min-width: 6em; }
.news-item__cat { font-size: 0.75rem; color: var(--color-white); background: var(--color-primary-light); border-radius: 999px; padding: 0.15rem 0.8rem; white-space: nowrap; }
.news-item__title { flex: 1 1 60%; font-size: 0.98rem; line-height: 1.6; }
.news-more { text-align: center; margin-top: 2rem; }

/* ========== Flow (施術の流れ) ========== */
.flow-list { list-style: none; margin: 0 auto; padding: 0; max-width: 760px; counter-reset: flow; }
.flow-step { position: relative; display: flex; gap: 1.2rem; padding-bottom: 1.8rem; }
.flow-step:last-child { padding-bottom: 0; }
.flow-step::before { content: ''; position: absolute; left: 1.1rem; top: 2.6rem; bottom: -0.2rem; width: 2px; background: var(--color-bg-warm); }
.flow-step:last-child::before { display: none; }
.flow-step__num { position: relative; z-index: 1; flex: 0 0 auto; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--color-primary); color: var(--color-white); font-family: var(--font-display); font-weight: 600; display: flex; align-items: center; justify-content: center; }
.flow-step__body { padding-top: 0.1rem; }
.flow-step__title { font-family: var(--font-display); font-size: 1.1rem; color: var(--color-primary); margin: 0 0 0.4rem 0; }
.flow-step__text { font-size: 0.95rem; color: var(--color-text); line-height: 1.9; margin: 0; }

/* ========== Top Therapist (今月のトップセラピスト) ========== */
.top-therapist-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.6rem; }
.top-therapist-card { background: var(--color-white); border-radius: 14px; padding: 1.6rem; box-shadow: var(--shadow-soft); text-align: center; }
.top-therapist-card__head { display: flex; align-items: baseline; justify-content: center; gap: 0.6rem; margin-bottom: 1rem; }
.top-therapist-card__shop { font-family: var(--font-display); font-size: 1.05rem; color: var(--color-primary); margin: 0; }
.top-therapist-card__month { font-size: 0.8rem; color: var(--color-text-light); }
.top-therapist-card__image { width: 110px; height: 110px; margin: 0 auto 1rem; border-radius: 50%; overflow: hidden; }
.top-therapist-card__image img { width: 100%; height: 100%; object-fit: cover; }
.top-therapist-card__image--placeholder { display: flex; align-items: center; justify-content: center; background: var(--color-bg-light); color: var(--color-primary-lighter); }
.top-therapist-card__name { font-family: var(--font-display); font-size: 1.15rem; color: var(--color-text); margin: 0 0 0.8rem 0; }
.top-therapist-card__stat { display: inline-flex; flex-direction: column; align-items: center; margin-bottom: 0.8rem; }
.top-therapist-card__rate { font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; color: var(--color-accent); line-height: 1; }
.top-therapist-card__rate-label { font-size: 0.75rem; color: var(--color-text-light); }
.top-therapist-card__comment { font-size: 0.9rem; color: var(--color-text); line-height: 1.8; margin: 0; }

/* ========== FAQ ========== */
.faq-list { display: flex; flex-direction: column; gap: 0.8rem; }
.faq-item { background: var(--color-white); border-radius: 10px; box-shadow: var(--shadow-soft); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 1.3rem; background: none; border: 0; cursor: pointer; text-align: left; font-family: inherit; font-size: 1rem; color: var(--color-primary); font-weight: 500; line-height: 1.6; }
.faq-q__icon { position: relative; flex: 0 0 auto; width: 16px; height: 16px; }
.faq-q__icon::before, .faq-q__icon::after { content: ''; position: absolute; background: var(--color-primary); transition: transform var(--transition-base); }
.faq-q__icon::before { top: 7px; left: 0; width: 16px; height: 2px; }
.faq-q__icon::after { top: 0; left: 7px; width: 2px; height: 16px; }
.faq-item.open .faq-q__icon::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--transition-base); }
.faq-item.open .faq-a { max-height: 600px; }
.faq-a__inner { padding: 0 1.3rem 1.2rem; font-size: 0.93rem; color: var(--color-text); line-height: 1.9; }

/* ========== Recruit (採用) ========== */
.recruit-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.recruit-title { font-family: var(--font-display); font-size: clamp(1.5rem, 4vw, 2rem); color: var(--color-primary); margin: 0.6rem 0 1.2rem; line-height: 1.5; }
.recruit-text { font-size: 0.98rem; color: var(--color-text); line-height: 1.9; margin: 0 0 1.6rem; }
.recruit-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-bottom: 2rem; }
.recruit-feature { font-size: 0.85rem; color: var(--color-primary); background: var(--color-bg-light); border: 1px solid var(--color-bg-mid); border-radius: 999px; padding: 0.4rem 1rem; }

/* ========== LINE CTA ========== */
.line-cta-section { background: linear-gradient(135deg, #06c755 0%, #04a648 100%); }
.line-cta-inner { max-width: 860px; margin: 0 auto; color: var(--color-white); display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; }
.line-cta-main { flex: 1 1 420px; max-width: 560px; text-align: center; }
.line-cta-qr { flex: 0 0 auto; text-align: center; }
.line-cta-qr__box { width: 150px; height: 150px; margin: 0 auto; background: #fff; border-radius: 12px; padding: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18); }
.line-cta-qr__box img { width: 100%; height: 100%; object-fit: contain; display: block; }
.line-cta-qr__ph { color: #06c755; font-size: 0.85rem; line-height: 1.5; text-align: center; }
.line-cta-qr__ph small { font-size: 0.7rem; opacity: 0.7; }
.line-cta-qr__text { color: var(--color-white); font-size: 0.8rem; margin: 0.7rem 0 0; }
.line-cta-badge { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(255,255,255,0.2); color: var(--color-white); font-size: 0.8rem; border-radius: 999px; padding: 0.35rem 1rem; margin-bottom: 1rem; }
.line-cta-badge svg { width: 18px; height: 18px; }
.line-cta-title { font-family: var(--font-display); font-size: clamp(1.4rem, 4vw, 1.9rem); margin: 0 0 0.8rem; line-height: 1.5; }
.line-cta-desc { font-size: 0.95rem; line-height: 1.8; margin: 0 0 1.4rem; opacity: 0.95; }
.line-cta-benefits { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 1.2rem; margin-bottom: 1.8rem; }
.line-cta-benefit { font-size: 0.88rem; }
.line-cta-benefit::before { content: '✓ '; font-weight: 700; }
.line-cta-btn { display: inline-block; background: var(--color-white); color: #06c755; font-weight: 600; text-decoration: none; padding: 0.9rem 2.4rem; border-radius: 999px; transition: transform var(--transition-base), box-shadow var(--transition-base); }
.line-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
@media (max-width: 600px) {
    .news-item__title { flex-basis: 100%; }
    .flow-step__num { width: 2rem; height: 2rem; }
    .flow-step::before { left: 1rem; }
}

/* ========== Concept Collage (hero下) ========== */
.collage-section { overflow: hidden; }
.collage { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: minmax(200px, 1fr) minmax(360px, 460px) minmax(200px, 1fr); align-items: center; gap: 1rem; }
.collage__side { position: relative; align-self: stretch; min-height: 480px; }
.collage__center { text-align: center; padding: 2rem 0.5rem; position: relative; }
.collage__label { display: block; font-size: 0.78rem; letter-spacing: 0.32em; color: var(--color-accent); font-weight: 600; margin-bottom: 1rem; }
.collage__catch { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.55; color: var(--color-primary); margin: 0 0 1.2rem; }
.collage__text { font-size: 0.95rem; line-height: 2; color: var(--color-text); margin: 0 0 1.6rem; }
.collage__list { list-style: none; margin: 0 0 1.8rem; padding: 0; display: inline-flex; flex-direction: column; gap: 0.7rem; text-align: left; }
.collage__list-item { position: relative; padding-left: 2rem; font-size: 0.92rem; color: var(--color-text); }
.collage__list-item::before { content: '✓'; position: absolute; left: 0; top: 0.05em; width: 1.3rem; height: 1.3rem; background: var(--color-accent); color: #fff; border-radius: 5px; font-size: 0.78rem; display: flex; align-items: center; justify-content: center; }
.collage__photo { position: absolute; border-radius: 50%; overflow: hidden; box-shadow: 0 14px 34px rgba(0,57,144,0.13); background: linear-gradient(135deg, #f1e7dd, #e6ecf4); }
.collage__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.collage__photo-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--color-primary-lighter); }
.collage__photo--1 { width: 170px; height: 170px; top: 5%; left: 4%; }
.collage__photo--2 { width: 112px; height: 112px; top: 48%; right: 2%; }
.collage__photo--3 { width: 82px; height: 82px; bottom: 4%; left: 26%; }
.collage__photo--4 { width: 192px; height: 192px; top: 3%; right: 2%; }
.collage__photo--5 { width: 120px; height: 120px; bottom: 6%; left: 2%; }
.collage__photo--6 { width: 90px; height: 90px; top: 50%; left: 30%; }
@media (max-width: 900px) {
    .collage { grid-template-columns: 1fr; gap: 1.5rem; }
    .collage__side { min-height: auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.7rem; }
    .collage__side--left { order: -1; }
    .collage__photo { position: static !important; top: auto; left: auto; right: auto; bottom: auto; width: 84px !important; height: 84px !important; }
    .collage__photo--1, .collage__photo--4 { width: 104px !important; height: 104px !important; }
    .collage__center { padding: 0 0.5rem; }
}

/* ========== Franchise（フランチャイズ募集・収入例） ========== */
.franchise-income-title { text-align: center; font-family: var(--font-display); font-size: 1.1rem; color: var(--color-primary); margin: 0 0 1.6rem; }
.franchise-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; }
.franchise-card { background: var(--color-white); border-radius: 14px; padding: 1.8rem 1.5rem; box-shadow: var(--shadow-soft); text-align: center; display: flex; flex-direction: column; }
.franchise-card__voice { font-size: 0.85rem; color: var(--color-accent); font-weight: 600; line-height: 1.6; margin: 0 0 0.9rem; }
.franchise-card__voice::before { content: '“'; }
.franchise-card__voice::after { content: '”'; }
.franchise-card__target { font-family: var(--font-display); font-size: 1.2rem; color: var(--color-primary); margin: 0 0 0.9rem; padding-bottom: 0.9rem; border-bottom: 1px dashed var(--color-bg-mid); }
.franchise-card__work { font-size: 0.9rem; color: var(--color-text); line-height: 1.9; margin: 0 0 1.1rem; }
.franchise-card__income { margin: auto 0 0; display: flex; flex-direction: column; align-items: center; gap: 0.2rem; }
.franchise-card__income-label { font-size: 0.72rem; color: var(--color-text-light); letter-spacing: 0.1em; }
.franchise-card__income-value { font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: var(--color-accent); line-height: 1.2; }
.franchise-note { text-align: center; font-size: 0.78rem; color: var(--color-text-light); line-height: 1.7; margin: 1.6rem auto 0; max-width: 640px; }
.franchise-cta { text-align: center; margin-top: 2rem; }
