/**
 * トップページ専用CSS - fullPage.js対応
 * デザインコンセプト: Gold × Minimal × Elegant
 * 参考: https://solos-pl.com/
 */

/* ========================================
   変数定義（最初に定義）
   ======================================== */
:root {
    /* カラー（Solosスタイル準拠） */
    --black: #0E0E0E;          /* 墨黒 */
    --ivory: #F7F3EC;          /* 象牙白 */
    --gold: #C8A45D;           /* マットゴールド */
    --warm-gray: #6F6A63;      /* サブテキスト */

    /* 旧カラー（互換性のため残す） */
    --gold-primary: #C8A45D;
    --gold-light: #D4C5A0;
    --gold-dark: #A88B4A;
    --brown-deep: #0E0E0E;
    --brown-medium: #2A2A2A;
    --gray-warm: #6F6A63;
    --bg-light: #F7F3EC;
    --bg-cream: #F0EBE3;
    --white: #FFFFFF;

    /* タイポグラフィ */
    --font-main: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-serif: 'Playfair Display', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;

    /* フォントサイズ（rem管理） */
    --fs-xs: 0.75rem;      /* 12px */
    --fs-sm: 0.875rem;     /* 14px */
    --fs-base: 1rem;       /* 16px */
    --fs-md: 1.125rem;     /* 18px */
    --fs-lg: 1.25rem;      /* 20px */
    --fs-xl: 1.5rem;       /* 24px */
    --fs-2xl: 2rem;        /* 32px */
    --fs-3xl: 2.5rem;      /* 40px */
    --fs-4xl: 3rem;        /* 48px */
    --fs-5xl: 4rem;        /* 64px */
    --fs-6xl: 5rem;        /* 80px */

    /* スペーシング */
    --section-padding: 80px 40px;
    --container-max: 1200px;
}

/* ========================================
   ヘッダー関連のスタイルは global-header.css に統一
   ======================================== */

/* ========================================
   リセット・共通
   ======================================== */
/* SWELLのコンテンツパディング除去 */
.l-content,
.l-container,
.l-mainContent,
.l-article,
#content,
.post_content,
.entry-content,
main,
article {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.post,
.page {
    padding: 0 !important;
    margin: 0 !important;
}

/* SWELLヘッダー・フッター完全非表示 */
#header,
.l-header,
#footer,
.l-footer {
    display: none !important;
}

/* ヘッダー非表示時のbody調整 */
html,
body,
#body_wrap,
.l-content,
.l-mainContent,
#content {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* WordPress管理バー用のスペースを削除 */
html:not(.admin-bar) body,
body.admin-bar {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.admin-bar #wpadminbar {
    position: fixed;
    top: 0;
}

.admin-bar .front-header {
    top: 32px !important;
}

/* スクロールバー非表示 */
html {
    overflow: hidden !important;
    height: 100vh;
    width: 100vw;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    overflow: hidden !important;
    height: 100vh;
    width: 100vw;
    margin: 0 !important;
    padding: 0 !important;
}

#body_wrap {
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
}

#fullpage {
    overflow: visible !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
}

/* fullPage.js 内部スクロールバーを非表示 */
.fp-overflow {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.fp-overflow::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.fp-scroller {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.fp-scroller::-webkit-scrollbar {
    display: none;
}

/* fullPage.js クレジット表記を非表示 */
.fp-watermark {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.front-page-wrapper {
    font-family: var(--font-main);
    color: var(--black);
    line-height: 1.8;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 0 !important;
    left: 0 !important;
}

.front-page-wrapper * {
    box-sizing: border-box;
}

/* 各セクションのオーバーフロー制御 */
.section {
    position: relative;
    width: 100% !important;
    height: 100vh !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

/* スクロール可能なセクション（.fp-overflowを持つ）は上詰め */
.section:has(.fp-overflow) {
    align-items: flex-start !important;
}

/* .fp-overflowコンテナの調整 */
.section .fp-overflow {
    width: 100%;
    padding-top: 0;
}

.section .container {
    height: auto !important;
    width: 100%;
    max-width: var(--container-max);
    padding: 3rem 2.5rem;
    box-sizing: border-box;
}

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 40px;
}

/* ========================================
   fullPage.js カスタマイズ
   ======================================== */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: var(--gold-primary) !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    background: var(--gold-dark) !important;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    background: var(--gold-light) !important;
}

/* ========================================
   共通セクションスタイル
   ======================================== */
.section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-title {
    font-family: var(--font-serif);
    font-size: var(--fs-4xl);
    font-weight: 400;
    color: var(--brown-deep);
    margin: 2rem 0 1.5rem 0;
    letter-spacing: 0.1em;
}

.section-subtitle {
    font-size: var(--fs-sm);
    color: var(--gray-warm);
    margin: 0;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 0.08em;
}

/* ========================================
   共通ボタン（Solosスタイル）
   ======================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 3rem;
    font-size: var(--fs-sm);
    font-weight: 300;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid transparent;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn * {
    position: relative;
    z-index: 2;
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    opacity: 0.8;
}

.btn-primary {
    background: transparent;
    color: var(--white);
    border-color: var(--gold);
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gold);
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.btn-primary:hover::before {
    left: 0;
}

.btn-primary:hover {
    color: var(--black);
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.4);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--white);
}

.btn-secondary {
    background: transparent;
    color: var(--gold-dark);
    border-color: var(--gold);
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gold);
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.btn-secondary:hover::before {
    left: 0;
}

.btn-secondary:hover {
    color: var(--white);
}

.btn-cta {
    font-size: var(--fs-base);
    padding: 1.25rem 3.5rem;
    letter-spacing: 0.2em;
}

/* ========================================
   Section 1: ヒーロー
   ======================================== */
.hero-section {
    background: linear-gradient(135deg, #0E0E0E 0%, #2A2A2A 100%);
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    height: 100vh !important;
    min-height: 100vh !important;
}

/* FVスライダー */
.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

.hero-bg-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 14, 14, 0.4);
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}

/* 湯気エフェクト */
.steam-effect {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 60% !important;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%) !important;
    animation: steam 6s ease-in-out infinite !important;
    z-index: 999 !important;
    pointer-events: none !important;
}

@keyframes steam {
    0%, 100% {
        opacity: 0.7;
        transform: translateY(0) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-40px) scale(1.1);
    }
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--white);
    max-width: 900px;
    padding: 0 40px;
    box-sizing: border-box;
}

.hero-subtitle {
    font-size: var(--fs-sm);
    letter-spacing: 0.3em;
    margin: 0 0 3rem 0;
    opacity: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--gold-light);
}

.hero-title {
    font-family: var(--font-serif);
    font-size: var(--fs-5xl);
    font-weight: 400;
    margin: 0 0 3rem 0;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: var(--gold-light);
}

.title-line {
    display: block;
}

.title-main {
    font-size: var(--fs-6xl);
    color: var(--gold-light);
    font-weight: 400;
}

.hero-description {
    font-size: var(--fs-sm);
    line-height: 2.2;
    margin: 0 0 4rem 0;
    opacity: 0.8;
    font-weight: 300;
    letter-spacing: 0.1em;
}

.hero-badges {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin: 0 0 3rem 0;
    flex-wrap: wrap;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    background: transparent;
    border: 1px solid rgba(200, 164, 93, 0.3);
    border-radius: 0;
    backdrop-filter: none;
}

.badge-stars {
    color: var(--gold);
    font-size: 0.7rem;
    display: flex;
    gap: 2px;
    opacity: 0.9;
}

.badge-stars i {
    font-size: 0.7rem;
}

.badge-icon {
    font-size: 0.85rem;
    opacity: 0.8;
}

.badge-icon i {
    color: var(--gold);
}

.badge-text {
    font-size: var(--fs-xs);
    font-weight: 300;
    color: var(--white);
    letter-spacing: 0.1em;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 3rem 0;
}

.btn-pulse {
    animation: none;
}

.hero-features {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.feature-badge {
    padding: 0.4rem 1rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    font-size: var(--fs-xs);
    color: var(--white);
    backdrop-filter: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    opacity: 0.8;
}

.feature-badge i {
    font-size: 0.75rem;
    color: var(--gold);
    opacity: 0.9;
}

/* ========================================
   Section 2: 特徴
   ======================================== */
.features-section {
    background: var(--ivory);
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../pre_img/001%202.JPG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.08;
    z-index: 0;
}

.features-section > .container {
    position: relative;
    z-index: 1;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.feature-item {
    background: var(--white);
    padding: 3rem 2rem;
    border-radius: 0;
    text-align: center;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
    border: 1px solid rgba(200, 164, 93, 0.15);
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-color: var(--gold);
}

.feature-icon {
    margin: 0 0 2rem 0;
}

.icon-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: transparent;
    color: var(--gold);
    font-size: 1.5rem;
    font-weight: 300;
    border: 1px solid var(--gold);
    border-radius: 50%;
    font-family: var(--font-serif);
}

.feature-title {
    font-family: var(--font-serif);
    font-size: var(--fs-xl);
    font-weight: 400;
    color: var(--brown-deep);
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.08em;
}

.feature-description {
    font-size: var(--fs-sm);
    line-height: 2;
    color: var(--gray-warm);
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.feature-image-placeholder {
    margin-top: 30px;
    height: 200px;
    background: var(--bg-cream);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-warm);
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;
}

/* 背景画像用の疑似要素（ブラー効果適用） */
.feature-image-placeholder::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-size: cover;
    background-position: center;
    filter: blur(8px) saturate(0.4);
    transform: scale(1.1);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

.feature-item.revealed .feature-image-placeholder::before {
    filter: blur(0) saturate(1);
    transform: scale(1);
}

.feature-image-placeholder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 14, 14, 0.3);
    z-index: 2;
}

.feature-item:nth-child(1) .feature-image-placeholder::before {
    background-image: url('/wp-content/uploads/2025/12/_A__8277_opt.jpg');
}

.feature-item:nth-child(2) .feature-image-placeholder::before {
    background-image: url('/wp-content/uploads/2025/12/_A__8678_opt.jpg');
}

.feature-item:nth-child(3) .feature-image-placeholder::before {
    background-image: url('/wp-content/uploads/2025/12/_A__8750_opt.jpg');
}

/* ========================================
   Section 3: 料金プラン
   ======================================== */
.pricing-section {
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.pricing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../pre_img/069.JPG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 0;
}

.pricing-section > .container {
    position: relative;
    z-index: 1;
}

.pricing-campaign {
    text-align: center;
    margin: 0 0 2.5rem 0;
    padding: 1.5rem;
    background: transparent;
    border-radius: 0;
    border: 1px solid var(--gold);
}

.campaign-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    color: var(--gold-dark);
    padding: 0.5rem 1.5rem;
    border: 1px solid var(--gold);
    border-radius: 0;
    font-weight: 300;
    font-size: var(--fs-sm);
    margin-bottom: 1.5rem;
    letter-spacing: 0.15em;
}

.campaign-badge i {
    font-size: 0.85rem;
    opacity: 0.8;
}

.campaign-text {
    font-size: var(--fs-xl);
    margin: 0 0 0.75rem 0;
    color: var(--brown-deep);
    font-weight: 300;
    letter-spacing: 0.05em;
}

.campaign-note {
    font-size: var(--fs-xs);
    color: var(--gray-warm);
    margin: 0;
    letter-spacing: 0.1em;
}

.old-price {
    text-decoration: line-through;
    color: var(--gray-warm);
    opacity: 0.6;
}

.new-price {
    font-size: 1.75rem;
    font-weight: 400;
    color: var(--gold-dark);
    margin-left: 0.5rem;
    font-family: var(--font-serif);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.pricing-card {
    background: var(--white);
    border-radius: 0;
    padding: 2rem 1.25rem;
    text-align: center;
    border: 1px solid rgba(200, 164, 93, 0.2);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: var(--gold);
}

.pricing-card.featured {
    background: var(--white);
    border-color: var(--gold);
    box-shadow: 0 5px 20px rgba(200, 164, 93, 0.1);
}

.card-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--white);
    padding: 0.35rem 1.25rem;
    border-radius: 0;
    font-size: var(--fs-xs);
    font-weight: 300;
    letter-spacing: 0.15em;
}

.pricing-header {
    margin-bottom: 1.5rem;
}

.plan-name {
    font-size: var(--fs-lg);
    font-weight: 400;
    color: var(--brown-deep);
    margin: 0 0 1rem 0;
    letter-spacing: 0.08em;
    font-family: var(--font-serif);
}

.price-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.price {
    font-size: 2rem;
    font-weight: 400;
    color: var(--gold-dark);
    font-family: var(--font-serif);
}

.price-note {
    font-size: var(--fs-xs);
    color: var(--gray-warm);
    letter-spacing: 0.08em;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.pricing-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(200, 164, 93, 0.1);
    color: var(--black);
    font-size: var(--fs-sm);
    font-weight: 300;
    letter-spacing: 0.05em;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li:before {
    content: "—";
    color: var(--gold);
    font-weight: 300;
    margin-right: 0.75rem;
    opacity: 0.6;
}

/* ========================================
   Section 3: お知らせ
   ======================================== */
.news-section {
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.news-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../pre_img/019.JPG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 0;
}

.news-section > .container {
    position: relative;
    z-index: 1;
}

.news-content {
    max-width: 900px;
    margin: 0 auto;
}

.news-blog {
    background: var(--white);
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid rgba(200, 164, 93, 0.15);
}

.news-subtitle {
    font-size: var(--fs-lg);
    font-weight: 400;
    color: var(--brown-deep);
    margin: 0 0 2rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    letter-spacing: 0.08em;
    font-family: var(--font-serif);
}

.news-subtitle i {
    color: var(--gold);
    font-size: 1.25rem;
}

.news-list {
    margin-bottom: 2rem;
}

.news-item {
    border-bottom: 1px solid rgba(200, 164, 93, 0.15);
    padding: 1.5rem 0;
    transition: all 0.3s ease;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item:hover {
    background: rgba(247, 243, 236, 0.5);
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 8px;
}

.news-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.news-date {
    font-size: var(--fs-sm);
    color: var(--gray-warm);
    font-weight: 300;
    letter-spacing: 0.05em;
    font-family: var(--font-serif);
}

.news-category {
    display: inline-block;
    padding: 0.25rem 1rem;
    background: var(--gold);
    color: var(--white);
    font-size: var(--fs-xs);
    font-weight: 400;
    border-radius: 2px;
    letter-spacing: 0.08em;
}

.news-title {
    font-size: var(--fs-base);
    font-weight: 400;
    color: var(--brown-deep);
    margin: 0;
    line-height: 1.6;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}

.news-item:hover .news-title {
    color: var(--gold-dark);
}

.news-empty {
    text-align: center;
    padding: 3rem 0;
    color: var(--gray-warm);
    font-size: var(--fs-sm);
}

.news-more {
    text-align: center;
    padding-top: 1rem;
}

/* レスポンシブ: お知らせセクション */
@media (max-width: 768px) {
    .news-blog {
        padding: 1rem;
        border-radius: 4px;
    }

    .news-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        gap: 0.5rem;
    }

    .news-subtitle i {
        font-size: 1rem;
    }

    .news-item {
        padding: 1.25rem 0;
    }

    .news-item:hover {
        background: rgba(247, 243, 236, 0.5);
        padding: 1.25rem 0.75rem;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .news-link {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .news-meta {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        width: 100%;
    }

    .news-date {
        font-size: 0.75rem;
        color: var(--gray-warm);
        white-space: nowrap;
    }

    .news-category {
        padding: 0.25rem 0.75rem;
        font-size: 0.65rem;
        white-space: nowrap;
    }

    .news-title {
        font-size: 0.9rem;
        line-height: 1.7;
        width: 100%;
        margin-top: 0.25rem;
    }

    .news-more {
        padding-top: 1.5rem;
    }

    .news-list {
        margin-bottom: 1.5rem;
    }
}

/* ========================================
   Section 5: お客様の声
   ======================================== */
.voice-section {
    background: var(--ivory);
    position: relative;
    overflow: hidden;
}

.voice-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../pre_img/068.JPG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.08;
    z-index: 0;
}

.voice-section > .container {
    position: relative;
    z-index: 1;
}

.voice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 2rem;
}

.voice-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgba(200, 164, 93, 0.15);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.voice-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-color: var(--gold);
}

.voice-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.voice-avatar .avatar-placeholder {
    width: 50px;
    height: 50px;
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 300;
    font-family: var(--font-serif);
}

.voice-meta {
    flex: 1;
}

.voice-name {
    font-size: var(--fs-sm);
    font-weight: 400;
    color: var(--brown-deep);
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.05em;
}

.voice-rating {
    color: var(--gold);
    font-size: 0.85rem;
    opacity: 0.9;
}

.voice-text {
    line-height: 2;
    color: var(--black);
    margin: 0;
    font-size: var(--fs-sm);
    font-weight: 300;
    letter-spacing: 0.05em;
}

/* ========================================
   Section 5: アクセス
   ======================================== */
.access-section {
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.access-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../pre_img/058.JPG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 0;
}

.access-section > .container {
    position: relative;
    z-index: 1;
}

.access-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.5fr;
    gap: 60px;
    align-items: center;
}

.shop-name {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    color: var(--brown-deep);
    margin: 1.5rem 0 2.5rem 0;
    letter-spacing: 0.12em;
    font-weight: 400;
}

.access-details {
    margin: 0;
}

.access-details dt {
    font-weight: 400;
    color: var(--gold-dark);
    font-size: var(--fs-base);
    margin: 2rem 0 0.75rem 0;
    padding-left: 1.5rem;
    position: relative;
    letter-spacing: 0.08em;
}

.access-details dt:before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 300;
}

.access-details dd {
    margin: 0 0 0 1.5rem;
    color: var(--black);
    line-height: 2;
    font-size: var(--fs-sm);
    font-weight: 300;
    letter-spacing: 0.05em;
}

.station-note,
.tel-note,
.open-note {
    font-size: var(--fs-xs);
    color: var(--gray-warm);
    letter-spacing: 0.08em;
}

.tel-link {
    color: var(--gold-dark);
    font-weight: 400;
    text-decoration: none;
    font-size: var(--fs-lg);
    letter-spacing: 0.05em;
    font-family: var(--font-serif);
}

.tel-link:hover {
    color: var(--gold);
}

.access-map iframe {
    width: 100%;
    height: 500px;
    border: 1px solid var(--gold);
    display: block;
}

.map-placeholder {
    height: 500px;
    background: var(--bg-cream);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-warm);
    border: 1px solid var(--gold);
}

/* ========================================
   Section 6: CTA
   ======================================== */
.cta-section {
    background: linear-gradient(135deg, var(--brown-deep) 0%, var(--brown-medium) 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../pre_img/009%202.JPG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.cta-bg-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 14, 14, 0.75);
    z-index: 1;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
}

/* 湯気エフェクト（CTA用は共通の.steam-effectを使用、遅延のみ追加） */
.cta-section .steam-effect {
    animation-delay: 2s;
}

.cta-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--white);
    padding: 3rem 2.5rem;
    box-sizing: border-box;
}

.cta-title {
    font-family: var(--font-serif);
    font-size: 3rem;
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: var(--white);
}

.cta-subtitle {
    font-size: var(--fs-md);
    margin: 0 0 2.5rem 0;
    letter-spacing: 0.2em;
    font-weight: 300;
    opacity: 0.9;
}

.cta-campaign {
    font-size: var(--fs-xl);
    margin: 0 0 3rem 0;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.price-special {
    font-size: 2rem;
    font-weight: 400;
    color: var(--gold);
    font-family: var(--font-serif);
}

.cta-description {
    font-size: var(--fs-sm);
    line-height: 2.2;
    margin: 0 0 3.5rem 0;
    opacity: 0.8;
    font-weight: 300;
    letter-spacing: 0.08em;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.cta-note {
    font-size: var(--fs-xs);
    opacity: 0.7;
    margin: 0;
    letter-spacing: 0.1em;
    font-weight: 300;
}

/* ========================================
   レスポンシブ
   ======================================== */
@media (max-width: 1200px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    /* お客様の声 - タブレット表示 */
    .voice-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 60px 20px;
    }

    .container {
        padding: 0 20px;
    }

    /* モバイルでセクションのパディング調整（ヘッダーなしなので不要） */

    /* ナビゲーションドットをモバイルでも表示（小さく） */
    #fp-nav ul li {
        margin: 10px 5px;
    }

    #fp-nav ul li a span {
        width: 6px;
        height: 6px;
    }

    /* ヒーロー */
    .hero-subtitle {
        font-size: 0.7rem;
        letter-spacing: 0.2em;
        line-height: 1.8;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.4;
    }

    .title-line {
        display: block;
        margin: 0.5rem 0;
    }

    .title-main {
        font-size: 2.75rem;
        line-height: 1.3;
    }

    .hero-description {
        font-size: 0.8rem;
        line-height: 1.9;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-badges {
        gap: 0.5rem;
    }

    .hero-features {
        gap: 0.5rem;
    }

    /* セクションタイトル */
    .section-title {
        font-size: 1.75rem;
        line-height: 1.5;
        letter-spacing: 0.08em;
    }

    .section-subtitle {
        font-size: 0.8rem;
        line-height: 2;
    }

    /* 特徴 */
    .features-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .feature-title {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .feature-description {
        font-size: 0.85rem;
        line-height: 1.9;
    }

    .feature-image-placeholder {
        height: 150px;
        margin-top: 20px;
    }

    /* 料金 */
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .pricing-campaign {
        margin-bottom: 2rem;
    }

    .campaign-text {
        font-size: 1rem;
        line-height: 1.6;
    }

    .plan-name {
        font-size: 1.1rem;
        line-height: 1.4;
    }

    .pricing-features li {
        font-size: 0.8rem;
        line-height: 1.7;
    }

    /* お客様の声 */
    .voice-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .voice-name {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .voice-text {
        font-size: 0.85rem;
        line-height: 1.9;
    }

    /* アクセス */
    .access-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .shop-name {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .access-details dt {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .access-details dd {
        font-size: 0.85rem;
        line-height: 1.9;
    }

    .tel-link {
        font-size: 1.1rem;
    }

    .access-map iframe {
        height: 300px;
    }

    .map-placeholder {
        height: 300px;
    }

    /* CTA */
    .cta-title {
        font-size: 1.75rem;
        line-height: 1.4;
    }

    .cta-subtitle {
        font-size: 0.85rem;
        line-height: 1.8;
    }

    .cta-campaign {
        font-size: 1rem;
        line-height: 1.6;
    }

    .cta-description {
        font-size: 0.85rem;
        line-height: 2;
    }

    .price-special {
        font-size: 1.5rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .btn {
        padding: 1rem 2rem;
        font-size: 0.85rem;
        letter-spacing: 0.1em;
        white-space: nowrap;
    }

    /* バッジ */
    .badge-item {
        padding: 0.4rem 1rem;
    }

    .badge-text {
        font-size: 0.7rem;
        white-space: nowrap;
    }

    .feature-badge {
        font-size: 0.7rem;
        padding: 0.3rem 0.8rem;
    }
}

/* ========================================
   アニメーション
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[data-aos="fade-up"] {
    animation: fadeInUp 0.8s ease-out forwards;
}

/* ========================================
   Section: ギャラリー
   ======================================== */
.gallery-section {
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.gallery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../pre_img/001 2.JPG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.03;
    z-index: 0;
}

.gallery-section > .container {
    position: relative;
    z-index: 1;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 2rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(200, 164, 93, 0.2);
    background: #000;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--gold);
}

.gallery-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    min-height: 100%;
    min-width: 100%;
}

.gallery-item:hover .gallery-image-wrapper img {
    transform: scale(1.05);
}

/* レスポンシブ: ギャラリー */
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* ========================================
   320px幅対応 - 超小型スマートフォン
   ======================================== */
@media (max-width: 375px) {
    /* ヒーローセクション - ヘッダーとの被り防止 */
    .hero-content {
        padding: 100px 20px 40px 20px;
        margin-top: 0;
    }

    /* 湯気エフェクト調整 - 見切れ防止 */
    .steam-effect {
        height: 40% !important;
        opacity: 0.5 !important;
    }

    .hero-subtitle {
        font-size: 0.65rem !important;
        letter-spacing: 0.15em !important;
        margin-bottom: 1.5rem !important;
    }

    .hero-title {
        font-size: 1.5rem !important;
        line-height: 1.4 !important;
        margin-bottom: 1.5rem !important;
        letter-spacing: 0.05em !important;
    }

    .title-main {
        font-size: 2rem !important;
        line-height: 1.3 !important;
    }

    .hero-description {
        font-size: 0.75rem !important;
        line-height: 1.8 !important;
        margin-bottom: 2rem !important;
    }

    .hero-badges {
        gap: 0.4rem !important;
        margin-bottom: 2rem !important;
    }

    .badge-item {
        padding: 0.35rem 0.8rem !important;
    }

    .badge-text {
        font-size: 0.65rem !important;
    }

    .badge-stars {
        font-size: 0.6rem !important;
    }

    .hero-buttons {
        margin-bottom: 2rem !important;
    }

    .btn {
        padding: 0.9rem 1.8rem !important;
        font-size: 0.8rem !important;
    }

    .hero-features {
        gap: 0.4rem !important;
        margin-top: 2rem !important;
    }

    .feature-badge {
        padding: 0.3rem 0.7rem !important;
        font-size: 0.65rem !important;
    }

    /* 他のセクション調整 */
    .section .container {
        padding: 3rem 1rem 2rem 1rem !important;
    }

    .section-title {
        font-size: 1.5rem !important;
        margin: 1.5rem 0 1rem 0 !important;
        padding-top: 1rem !important;
    }

    .section-subtitle {
        font-size: 0.75rem !important;
    }

    /* 特徴セクション */
    .features-grid {
        gap: 1.5rem;
    }

    .feature-item {
        padding: 2rem 1.5rem !important;
    }

    .feature-title {
        font-size: 1.1rem !important;
    }

    .feature-description {
        font-size: 0.8rem !important;
    }

    /* 料金セクション */
    .pricing-campaign {
        padding: 1rem !important;
    }

    .campaign-text {
        font-size: 0.9rem !important;
    }

    .plan-name {
        font-size: 1rem !important;
    }

    .price {
        font-size: 1.5rem !important;
    }

    /* お客様の声 */
    .voice-card {
        padding: 1.5rem 1rem !important;
    }

    .voice-name {
        font-size: 0.8rem !important;
    }

    .voice-text {
        font-size: 0.8rem !important;
    }

    /* アクセス */
    .shop-name {
        font-size: 1.3rem !important;
    }

    .access-details dt {
        font-size: 0.85rem !important;
    }

    .access-details dd {
        font-size: 0.8rem !important;
    }

    /* CTA */
    .cta-content {
        padding: 80px 20px 40px 20px !important;
    }

    .cta-title {
        font-size: 1.5rem !important;
    }

    .cta-subtitle {
        font-size: 0.8rem !important;
    }

    .cta-campaign {
        font-size: 0.9rem !important;
    }

    .price-special {
        font-size: 1.3rem !important;
    }
}

/* 320px幅での特別な調整 */
@media (max-width: 320px) {
    .hero-content {
        padding: 90px 15px 30px 15px;
    }

    /* 湯気エフェクトさらに縮小 */
    .steam-effect {
        height: 30% !important;
        opacity: 0.4 !important;
    }

    .hero-subtitle {
        font-size: 0.6rem !important;
        margin-bottom: 1.2rem !important;
    }

    .hero-title {
        font-size: 1.3rem !important;
        margin-bottom: 1.2rem !important;
    }

    .title-main {
        font-size: 1.8rem !important;
    }

    .hero-description {
        font-size: 0.7rem !important;
        margin-bottom: 1.5rem !important;
    }

    .badge-item {
        padding: 0.3rem 0.7rem !important;
    }

    .badge-text {
        font-size: 0.6rem !important;
    }

    .btn {
        padding: 0.8rem 1.5rem !important;
        font-size: 0.75rem !important;
    }

    .section .container {
        padding: 2.5rem 0.8rem 1.5rem 0.8rem !important;
    }

    .section-title {
        font-size: 1.3rem !important;
        padding-top: 1rem !important;
    }

    .cta-content {
        padding: 70px 15px 30px 15px !important;
    }

    .cta-title {
        font-size: 1.3rem !important;
    }
}

/* ========================================
   ギャラリー画像 - ブラー→クリア エフェクト
   ======================================== */
.gallery-item .gallery-image-wrapper img {
  filter: blur(8px) saturate(0.4);
  transform: scale(1.1);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item.revealed .gallery-image-wrapper img {
  filter: blur(0) saturate(1);
  transform: scale(1);
}

.gallery-item.revealed:hover .gallery-image-wrapper img {
  transform: scale(1.05);
}

/* ゴールドのオーバーレイ（ブラー中） */
.gallery-item .gallery-image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.15) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(212, 175, 55, 0.1) 100%
  );
  opacity: 1;
  transition: opacity 1s ease;
  pointer-events: none;
  z-index: 1;
}

.gallery-item.revealed .gallery-image-wrapper::after {
  opacity: 0;
}
