/* ============================================
   Design Refine v1
   既存style.cssの上書き用 / 案C: 現状を活かしたリファイン
   2026-04-17
   ============================================ */

:root {
    /* リファイン後カラーパレット */
    --primary-color: #2a3b54;        /* インクブルー：信頼感 */
    --primary-deep: #1a2a40;
    --secondary-color: #6a9bc3;      /* やや落ち着いたブルー */
    --accent-color: #c8a87a;         /* 温かみのあるサンドゴールド */
    --accent-soft: #e8d9c0;
    --text-color: #2d3947;
    --text-light: #6f7c8e;
    --text-muted: #98a4b3;
    --bg-light: #f7f5f1;             /* 微温感のあるオフホワイト */
    --bg-cream: #faf8f4;
    --bg-white: #ffffff;
    --border-color: #e6e0d6;
    --hairline: #d8d2c6;

    /* シャドウは多層化で繊細に */
    --shadow-xs: 0 1px 2px rgba(42, 59, 84, 0.04);
    --shadow-sm: 0 1px 3px rgba(42, 59, 84, 0.06), 0 1px 2px rgba(42, 59, 84, 0.04);
    --shadow-md: 0 4px 12px rgba(42, 59, 84, 0.08), 0 2px 4px rgba(42, 59, 84, 0.04);
    --shadow-lg: 0 12px 32px rgba(42, 59, 84, 0.10), 0 4px 8px rgba(42, 59, 84, 0.04);
    --shadow-xl: 0 24px 48px rgba(42, 59, 84, 0.12);

    /* イージング */
    --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --transition-fast: 0.2s var(--ease-out-quart);
    --transition-normal: 0.35s var(--ease-out-quart);
    --transition-slow: 0.6s var(--ease-out-expo);
}

/* ============================================
   ベース調整
   ============================================ */
body {
    color: var(--text-color);
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt" 1;
    background: var(--bg-white);
}

::selection {
    background: var(--accent-soft);
    color: var(--primary-deep);
}

.container {
    max-width: 1180px;
    padding: 0 24px;
}

/* セクション余白を広げて呼吸を作る */
section {
    padding: 7rem 0;
}

@media (max-width: 768px) {
    section {
        padding: 4.5rem 0;
    }
}

/* ============================================
   ヘッダー
   ============================================ */
.header {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    box-shadow: 0 1px 0 rgba(216, 210, 198, 0.6);
    border-bottom: none;
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow-sm);
}

.nav {
    padding: 1.1rem 0;
}

.logo h1 {
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.logo-subtitle {
    font-size: 0.7rem;
    color: var(--text-light);
    letter-spacing: 0.18em;
    margin-top: 0.3rem;
    text-transform: uppercase;
}

/* nav-menu は非表示（ボタン2つに置換） */
.nav-menu {
    display: none;
}

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-cta {
    background: var(--primary-color);
    background-image: none;
    border: 1px solid var(--primary-color);
    padding: 0.65rem 1.6rem;
    border-radius: 2px;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    box-shadow: none;
    transition: all var(--transition-normal);
}

.nav-cta:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* 作例を見る（ヘッダー内セカンダリリンク） */
.nav-secondary {
    border: 1px solid var(--hairline);
    padding: 0.55rem 1.2rem;
    border-radius: 2px;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    color: var(--text-color) !important;
    transition: all var(--transition-normal);
}

.nav-secondary:hover {
    border-color: var(--accent-color);
    color: var(--accent-color) !important;
    background: transparent;
}

/* ============================================
   ヒーロー
   ============================================ */
.hero {
    background: #1a2a40; /* スライドロード前のフォールバック */
    overflow: hidden;
}

/* ヒーロー背景スライドショー */
.hero-bg-slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 35%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    will-change: opacity;
}

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

/* オーバーレイをスライドショーの上に重ねる */
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(26, 42, 64, 0.12) 0%,
        rgba(26, 42, 64, 0.25) 50%,
        rgba(26, 42, 64, 0.55) 100%
    );
}

/* コンテンツをオーバーレイの上に */
.hero-content {
    position: relative;
    z-index: 2;
}

/* スクロールインジケーターも前面に */
.scroll-indicator {
    z-index: 2;
}

.hero-content {
    margin-top: 55vh;
    padding: 1.5rem;
}

.hero-buttons {
    gap: 1rem;
}

/* ボタン全般リファイン */
.btn {
    padding: 0.95rem 2rem;
    border-radius: 2px;
    font-size: 0.92rem;
    letter-spacing: 0.12em;
    font-weight: 600;
    transition: all var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(-100%);
    transition: transform 0.5s var(--ease-out-expo);
}

.btn:hover::before {
    transform: translateX(0);
}

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

.btn-primary,
.btn-cta {
    background: var(--primary-color);
    background-image: none;
    color: white;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--primary-color);
}

.btn-primary:hover,
.btn-cta:hover {
    background: var(--primary-deep);
    border-color: var(--primary-deep);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    color: white;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: white;
    transform: translateY(-2px);
}

.btn-large {
    padding: 1.15rem 2.6rem;
    font-size: 0.98rem;
}

/* ゴールド系アクセントボタン */
.btn-cta.btn-accent,
.pricing-cta .btn-primary {
    background: #c0603a;
    border-color: #c0603a;
    box-shadow: 0 6px 18px rgba(192, 96, 58, 0.35);
}

.pricing-cta .btn-primary:hover {
    background: #a85030;
    border-color: #a85030;
    box-shadow: 0 10px 24px rgba(192, 96, 58, 0.45);
}

.scroll-indicator {
    font-size: 0.7rem;
    letter-spacing: 0.4em;
    opacity: 0.85;
}

.scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.9), transparent);
}

/* ============================================
   モニターバナー：落ち着きを出す
   ============================================ */
.monitor-banner-section {
    background: var(--primary-color);
    background-image: none;
    box-shadow: none;
    border-bottom: 3px solid var(--accent-color);
}

.monitor-banner-section::before {
    display: none;
}

.monitor-banner-link {
    padding: 18px 20px;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: white;
}

.monitor-banner-icon {
    width: 38px;
    height: 38px;
    background: var(--accent-color);
    color: white;
    font-size: 1rem;
    animation: none;
}

.monitor-banner-arrow {
    color: var(--accent-soft);
    animation: slideArrow 1.4s ease-in-out infinite;
}

/* ============================================
   セクション見出し
   ============================================ */
.section-header {
    margin-bottom: 4rem;
    position: relative;
}

.section-title {
    font-family: var(--font-serif);
    font-size: clamp(1.75rem, 3.4vw, 2.25rem);
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    position: relative;
    display: inline-block;
}

.section-subtitle {
    font-size: 0.72rem;
    color: var(--accent-color);
    letter-spacing: 0.4em;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 0.25rem;
}

/* タイトル下の細い装飾線 */
.section-header::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--accent-color);
    margin: 1.5rem auto 0;
}

/* ============================================
   3つの強み (Features)
   ============================================ */
.features {
    background: var(--bg-cream);
}

.features-grid {
    gap: 1.75rem;
}

.feature-card {
    background: white;
    padding: 3rem 2rem;
    border-radius: 4px;
    box-shadow: var(--shadow-xs);
    border: 1px solid var(--border-color);
    transition: all var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--accent-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s var(--ease-out-expo);
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent-soft);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.75rem;
    background: var(--bg-cream);
    background-image: none;
    color: var(--accent-color);
    font-size: 1.6rem;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    transition: all var(--transition-normal);
}

.feature-card:hover .feature-icon {
    background: var(--accent-color);
    color: white;
    border-color: var(--accent-color);
}

.feature-title {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
}

.feature-description {
    color: var(--text-light);
    line-height: 1.9;
    font-size: 0.92rem;
}

.feature-description strong {
    color: var(--primary-color);
    font-weight: 600;
}

/* ============================================
   サービス
   ============================================ */
.service-content {
    gap: 1.75rem;
}

.service-card {
    background: var(--bg-cream);
    padding: 2.75rem 2.25rem;
    border-radius: 4px;
    border-left: 2px solid var(--accent-color);
}

.service-card-title {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--hairline);
}

.service-list li {
    padding: 0.85rem 0;
    border-bottom: 1px dashed var(--hairline);
    font-size: 0.93rem;
}

.service-list i {
    color: var(--accent-color);
    font-size: 0.85rem;
}

.service-note {
    background: white;
    padding: 1.25rem 1.5rem;
    border-radius: 4px;
    border: 1px solid var(--border-color);
}

.service-note i {
    color: var(--accent-color);
}

/* ============================================
   プロフィール
   ============================================ */
.profile {
    background: var(--bg-cream);
}

.profile-content {
    grid-template-columns: 320px 1fr;
    gap: 4rem;
}

.profile-image img {
    border-radius: 4px;
    box-shadow: var(--shadow-lg);
    transition: transform var(--transition-slow);
}

.profile-image::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--accent-color);
    border-radius: 4px;
    z-index: -1;
    transition: all var(--transition-normal);
}

.profile-image {
    z-index: 1;
}

.profile-image:hover::before {
    top: 12px;
    left: 12px;
}

.profile-text {
    background: white;
    padding: 3rem;
    border-radius: 4px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
}

.profile-name {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.05em;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--hairline);
    position: relative;
}

.profile-name::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 1px;
    background: var(--accent-color);
}

.profile-name-en {
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    color: var(--text-muted);
    margin-left: 0.75rem;
    font-weight: 400;
}

.profile-works {
    background: var(--bg-cream);
    padding: 1.5rem 1.75rem;
    border-radius: 4px;
    border-left: 2px solid var(--accent-color);
    font-size: 0.92rem;
}

.social-link {
    background: linear-gradient(135deg, #f09433 0%, #dc2743 50%, #bc1888 100%);
    border-radius: 2px;
    padding: 0.75rem 1.5rem;
    font-size: 0.88rem;
    letter-spacing: 0.06em;
    box-shadow: var(--shadow-sm);
}

/* ============================================
   ギャラリー
   ============================================ */
.gallery {
    background: var(--bg-white);
}

.gallery-slideshow {
    max-width: 960px;
}

.gallery-label {
    background: var(--primary-color);
    background-image: none;
    color: white;
    padding: 0.7rem 1.4rem;
    border-radius: 2px;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    box-shadow: var(--shadow-sm);
    animation: none;
}

.gallery-label i {
    color: var(--accent-soft);
    font-size: 1rem;
}

.outdoor-label {
    background: #4a6b53;
    background-image: none;
    animation: none;
}

.slideshow-container {
    background: #1a1a1a;
    border-radius: 4px;
    box-shadow: var(--shadow-xl);
}

.slide-btn {
    background: rgba(255, 255, 255, 0.85);
    color: var(--primary-color);
    width: 44px;
    height: 44px;
    font-size: 1rem;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all var(--transition-normal);
}

.slide-btn:hover {
    background: white;
    color: var(--primary-deep);
}

.indicator {
    width: 8px;
    height: 8px;
    background: var(--border-color);
    transition: all var(--transition-normal);
}

.indicator:hover {
    background: var(--accent-color);
    transform: scale(1.15);
}

.indicator.active {
    background: var(--primary-color);
    width: 24px;
    border-radius: 4px;
}

.slide-counter {
    color: var(--text-light);
    font-size: 0.85rem;
    letter-spacing: 0.1em;
}

.slide-counter #currentSlideNum,
.slide-counter #currentOutdoorSlideNum {
    color: var(--accent-color);
    font-weight: 600;
    font-size: 1rem;
}

.studio-badge {
    background: rgba(26, 42, 64, 0.92);
    border-radius: 2px;
    padding: 6px 14px;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    backdrop-filter: blur(8px);
}

.slide-caption {
    background: rgba(26, 42, 64, 0.9);
    border-radius: 2px;
    padding: 8px 18px;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    backdrop-filter: blur(8px);
}

.section-divider span {
    background: var(--bg-white);
    color: var(--text-muted);
    font-size: 0.75rem;
    letter-spacing: 0.3em;
}

.section-divider::before,
.section-divider::after {
    background: linear-gradient(to right, transparent, var(--hairline), transparent);
}

/* ============================================
   料金プラン
   ============================================ */
.pricing {
    background: var(--bg-cream);
}

.pricing-message {
    border-top: 1px solid var(--hairline);
    border-bottom: 1px solid var(--hairline);
    padding: 1.25rem 2rem;
}

.pricing-message p {
    font-family: var(--font-serif);
    font-size: 1.05rem;
    color: var(--primary-color);
    letter-spacing: 0.08em;
    font-weight: 500;
}

.pricing-grid {
    gap: 1.25rem;
    max-width: 980px;
}

.pricing-card {
    background: white;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-xs);
    padding: 2rem 1.75rem;
    transition: all var(--transition-normal);
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent-soft);
}

.pricing-card.featured {
    border: 2px solid var(--accent-color);
    transform: scale(1.04);
    box-shadow: var(--shadow-md);
    background: white;
}

.pricing-card.featured:hover {
    transform: scale(1.04) translateY(-6px);
    box-shadow: var(--shadow-xl);
}

.pricing-badge {
    background: var(--accent-color);
    background-image: none;
    border-radius: 2px;
    padding: 0.35rem 1rem;
    font-size: 0.72rem;
    letter-spacing: 0.15em;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
    top: -11px;
}

.pricing-title {
    font-family: var(--font-serif);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    line-height: 1.5;
}

.pricing-subtitle {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    margin-top: 0.4rem;
}

.pricing-price {
    border-top: 1px solid var(--hairline);
    padding-top: 1rem;
    margin-top: 0.5rem;
}

.price-amount {
    font-family: var(--font-serif);
    font-size: 1.85rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.02em;
}

.price-note {
    font-size: 0.75rem;
    color: var(--text-muted);
    letter-spacing: 0.06em;
}

.pricing-time {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 1rem 1.5rem;
    color: var(--text-color);
    font-size: 0.92rem;
    box-shadow: var(--shadow-xs);
}

.pricing-time i {
    color: var(--accent-color);
}

/* 割引プラン */
.pricing-discount {
    background: var(--bg-cream);
    background-image: none;
    border-radius: 2px;
    padding: 3.25rem 2.25rem;
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
    color: var(--primary-color);
    box-shadow: var(--shadow-xs);
}

.pricing-discount::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--hairline), transparent);
}

.pricing-discount::after {
    content: 'SPECIAL PLAN';
    position: absolute;
    right: 1.4rem;
    bottom: 1rem;
    color: rgba(0, 0, 0, 0.04);
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 6vw, 5.2rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    pointer-events: none;
    white-space: nowrap;
}

.pricing-discount h3 {
    position: relative;
    z-index: 1;
    font-family: var(--font-serif);
    font-size: 1.28rem;
    letter-spacing: 0.16em;
    font-weight: 500;
    margin-bottom: 2.35rem;
    color: var(--primary-color);
}

.pricing-discount h3 i {
    color: var(--accent-color);
    opacity: 0.9;
}

.discount-item {
    position: relative;
    z-index: 1;
    background: white;
    backdrop-filter: none;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 2.35rem 2.1rem;
    color: var(--primary-color);
    box-shadow: var(--shadow-xs);
}

/* 割引カードが1つの場合は中央寄せで最大幅制限 */
.discount-grid:has(.discount-item:only-child) {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
}

/* ============================================
   映像資料制作サービス - 詳細トグル
   ============================================ */
.video-service-lead {
    font-size: 1rem;
    line-height: 1.95;
    color: var(--text-color);
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.video-service-details {
    margin: 2.5rem 0;
}

.video-details-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 1.1rem 1.75rem;
    background: white;
    color: var(--primary-color);
    border: 1px solid var(--border-color);
    border-radius: 2px;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: all var(--transition-normal);
    box-shadow: var(--shadow-xs);
}

.video-details-toggle i {
    color: var(--accent-color);
    transition: transform var(--transition-normal);
    font-size: 0.85rem;
}

.video-details-toggle:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.video-details-toggle:hover i {
    color: var(--accent-soft);
}

/* 開閉状態によるラベル切替 */
.video-details-toggle .toggle-label-close {
    display: none;
}

.video-details-toggle[aria-expanded="true"] .toggle-label-open {
    display: none;
}

.video-details-toggle[aria-expanded="true"] .toggle-label-close {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

/* コンテンツ領域：開閉アニメーション */
.video-details-content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s var(--ease-out-expo), opacity 0.35s ease, margin-top 0.35s ease;
    margin-top: 0;
}

.video-details-content[hidden] {
    display: block !important;  /* hiddenは無効化してCSSで制御 */
}

.video-details-content.is-open {
    max-height: 5000px;
    opacity: 1;
    margin-top: 2rem;
}

/* 閉じているときは完全非表示（アクセシビリティ対応） */
.video-details-content:not(.is-open) {
    visibility: hidden;
    pointer-events: none;
}

.video-details-content.is-open {
    visibility: visible;
    pointer-events: auto;
}

@media (max-width: 768px) {
    .video-details-toggle {
        font-size: 0.9rem;
        padding: 1rem 1.25rem;
    }
}

/* 受付停止中ボタン */
.btn-disabled {
    background: #b8b8b8 !important;
    background-image: none !important;
    color: white !important;
    border: 1px solid #b8b8b8 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
    opacity: 0.85;
    pointer-events: none;
    letter-spacing: 0.12em;
}

.btn-disabled:hover {
    transform: none !important;
    background: #b8b8b8 !important;
    box-shadow: none !important;
}

.btn-disabled::before {
    display: none !important;
}

.btn-disabled i {
    color: white;
}

.video-service-cta-note {
    margin-top: 1.25rem;
    font-size: 0.88rem;
    color: var(--text-light);
    line-height: 1.8;
    text-align: center;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.discount-item:hover {
    background: #ffffff;
    border-color: var(--accent-soft);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.discount-icon {
    width: 54px;
    height: 54px;
    background: var(--bg-cream);
    border: 1px solid var(--border-color);
    color: var(--accent-color);
    font-size: 1.25rem;
    margin-bottom: 1.35rem;
    box-shadow: none;
}

.discount-item h4 {
    font-family: var(--font-serif);
    font-size: 1.18rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 0.85rem;
    color: #111111;
}

.discount-item p {
    font-size: 0.88rem;
    line-height: 1.9;
    opacity: 1;
    color: #4a4a4a;
}

.discount-badge {
    background: var(--accent-color);
    color: white;
    border-radius: 1px;
    padding: 0.4rem 1.25rem;
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    font-weight: 600;
}

.discount-badges {
    margin-top: 1.25rem;
    margin-bottom: 1.1rem;
}

.discount-price {
    background: var(--accent-color);
    background-image: none;
    color: white;
    border-radius: 1px;
    padding: 0.52rem 1.55rem;
    font-family: var(--font-serif);
    font-size: 1.2rem;
    font-weight: 600;
    box-shadow: none;
    letter-spacing: 0.06em;
}

.discount-limited {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--border-color);
    border-radius: 1px;
    padding: 0.4rem 1rem;
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    font-weight: 600;
    box-shadow: none;
    animation: none;
}

.btn-discount {
    background: var(--accent-color) !important;
    border: 1px solid var(--accent-color) !important;
    color: white !important;
    border-radius: 1px;
    padding: 0.9rem 1.5rem;
    font-size: 0.84rem;
    letter-spacing: 0.12em;
    font-weight: 600;
    margin-top: 1.55rem;
    box-shadow: none !important;
}

.btn-discount:hover {
    background: var(--accent-soft) !important;
    border-color: var(--accent-soft) !important;
    color: white !important;
    transform: translateY(-2px);
}

/* スタジオ写真 */
.studio-photos-title {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.06em;
}

.studio-item {
    border-radius: 4px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    background: white;
    transition: all var(--transition-normal);
}

.studio-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}

.studio-item img {
    transition: transform var(--transition-slow);
}

.studio-item:hover img {
    transform: scale(1.03);
}

.studio-label {
    background: white;
    color: var(--primary-color);
    font-family: var(--font-serif);
    font-size: 1.15rem;
    letter-spacing: 0.06em;
    padding: 1.25rem;
    border-top: 1px solid var(--border-color);
}

.studio-note {
    background: var(--bg-cream);
    color: var(--text-light);
    font-size: 0.82rem;
    border-top: 1px solid var(--border-color);
}

/* スライドタイプラベル */
.slide-type-label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(255, 255, 255, 0.88);
    color: var(--primary-color);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    padding: 0.35rem 0.85rem;
    border-radius: 2px;
    backdrop-filter: blur(6px);
    z-index: 5;
}
.slide-type-label.outdoor {
    background: rgba(42, 59, 84, 0.82);
    color: white;
}

.video-container {
    border-radius: 4px;
    box-shadow: var(--shadow-lg);
}

.video-container iframe {
    border-radius: 4px;
}

/* オプション */
.pricing-option {
    background: white;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    padding: 2.5rem;
    box-shadow: var(--shadow-xs);
    margin-top: 2rem;
}

.pricing-option h3 {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    color: var(--primary-color);
    letter-spacing: 0.06em;
    font-weight: 600;
}

.pricing-option h3 i {
    color: var(--accent-color);
}

.option-item {
    border-bottom: 1px solid var(--hairline);
    padding: 1.5rem 0;
}

.option-recommend {
    background: var(--accent-color);
    color: white;
    border-radius: 2px;
    padding: 0.2rem 0.75rem;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-left: 0.5rem;
}

.pricing-note {
    background: white;
    border: 1px solid var(--border-color);
    border-left: 2px solid var(--accent-color);
    border-radius: 4px;
    padding: 1.5rem 1.75rem;
    margin-top: 2rem;
}

.pricing-note p {
    font-size: 0.88rem;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.pricing-note p:last-child {
    margin-bottom: 0;
}

.pricing-note i {
    color: var(--accent-color);
}

/* ============================================
   FAQ
   ============================================ */
.faq-item {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    margin-bottom: 0.75rem;
    background: white;
    box-shadow: var(--shadow-xs);
    overflow: hidden;
    transition: all var(--transition-normal);
}

.faq-item:hover {
    border-color: var(--accent-soft);
}

.faq-question {
    padding: 1.5rem 1.75rem !important;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    font-size: 0.95rem;
}

.faq-answer {
    padding: 0 1.75rem 1.5rem !important;
    color: var(--text-light);
    line-height: 1.85;
    font-size: 0.92rem;
}

/* ============================================
   フッター・CTAセクション
   ============================================ */
.cta-section {
    background: var(--primary-color) !important;
    background-image: none !important;
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: var(--accent-color);
}

.cta-section h2,
.cta-section .section-title {
    color: white;
}

.footer {
    background: var(--primary-deep);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    padding: 3rem 0;
}

/* ============================================
   コラム紹介
   ============================================ */
.column-intro {
    background: var(--bg-cream);
}

.column-label {
    color: var(--accent-color);
    letter-spacing: 0.15em;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.column-title {
    font-family: var(--font-serif);
    font-size: 1.45rem;
    color: var(--primary-color);
    letter-spacing: 0.04em;
    line-height: 1.6;
    font-weight: 600;
}

.column-description {
    font-size: 0.93rem;
    line-height: 1.95;
}

.column-intro-image img {
    border-radius: 4px;
    box-shadow: var(--shadow-lg);
}

.btn-outline {
    border: 1px solid var(--primary-color);
    border-radius: 2px;
    padding: 0.85rem 1.75rem;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    font-weight: 600;
    color: var(--primary-color);
}

.btn-outline:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* ハンバーガー非表示 */
.hamburger {
    display: none !important;
}

/* ============================================
   レスポンシブ調整
   ============================================ */
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .section-header {
        margin-bottom: 2.75rem;
    }

    .feature-card,
    .service-card {
        padding: 2.25rem 1.75rem;
    }

    .profile-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .profile-text {
        padding: 2rem 1.75rem;
    }

    .pricing-card.featured {
        transform: none;
    }

    .pricing-card.featured:hover {
        transform: translateY(-6px);
    }

    .pricing-discount {
        padding: 2.25rem 1.5rem;
    }

    .pricing-option {
        padding: 1.75rem 1.5rem;
    }

    .hero-content {
        margin-top: 45vh;
    }
}

/* ============================================
   微細なフェードイン用ユーティリティ
   ============================================ */
.fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}

.fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 画像のフォーカスリングを上品に */
a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 3px;
    border-radius: 2px;
}

/* ============================================
   スマホ用ヒーロー：スツールが中央に来るよう微調整
   ============================================ */
@media (max-width: 768px) {
    .hero {
        background-image:
            linear-gradient(180deg, rgba(26, 42, 64, 0.15) 0%, rgba(26, 42, 64, 0.5) 100%),
            url('https://www.genspark.ai/api/files/s/3F4Xs2P4');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 6rem;
    }

    .hero-content {
        margin-top: 0;
        padding: 1rem 1.25rem;
        position: relative;
        z-index: 3;
    }

    .hero-buttons {
        gap: 0.75rem;
    }

    .scroll-indicator {
        bottom: 1.25rem;
    }
}

/* スクロールバー（Webkit） */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--bg-cream);
}

::-webkit-scrollbar-thumb {
    background: var(--hairline);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent-color);
}
