/* --------------------------------------------------------------
# Page Header Common
-------------------------------------------------------------- */
.page-header {
    padding: 120px 0 60px;
    background: var(--light-gray);
    position: relative;
}

.page-header-overlay {
    color: var(--cream-white);
}

/* ナビゲーションバーの基本スタイル - !important削除で詳細度を適切に管理 */
.navbar .navbar-nav .nav-link {
    color: var(--charcoal);
}

.navbar .navbar-brand {
    color: var(--charcoal);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-beige);
}

/* Bootstrap overrides for navbar text color */
.navbar-light .navbar-nav .nav-link {
    color: var(--charcoal);
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--charcoal);
}

/* スクロール時のナビゲーション白背景 */
.navbar.scrolled {
    background: rgba(253, 252, 250, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    box-shadow: var(--shadow-soft);
}

/* ギャラリー詳細ページでの特別なナビゲーション色 */
.works-detail-container .navbar:not(.scrolled) .navbar-nav .nav-link {
    color: var(--cream-white);
}

.works-detail-container .navbar:not(.scrolled) .navbar-brand {
    color: var(--cream-white);
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.page-header-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: var(--warm-gray);
}

.breadcrumb-item a {
    color: var(--warm-gray);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--primary-beige);
}

.page-header-overlay .breadcrumb-item,
.page-header-overlay .breadcrumb-item a,
.page-header-overlay .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.8);
}

.page-title {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.page-subtitle {
    font-size: 1.1rem;
    color: var(--warm-gray);
    font-weight: 300;
}

.page-header-overlay .page-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

/* --------------------------------------------------------------
# Responsive
-------------------------------------------------------------- */
@media (width <= 1200px) {
    .page-title {
        font-size: 2.5rem;
    }
}

@media (width <= 768px) {
    .page-header {
        padding: 100px 0 40px;
    }
    
    .page-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
}

@media (width <= 576px) {
    .page-header {
        padding: 80px 0 30px;
    }
    
    .page-title {
        font-size: 1.8rem;
    }
    
    .breadcrumb {
        font-size: 0.8rem;
    }
}

/* --------------------------------------------------------------
# フォント関連
-------------------------------------------------------------- */

.foj1{font-family: 'Klee One', cursive;}
.foj2{font-family: 'Noto Sans JP', sans-serif;}
.foj3{font-family: 'Noto Serif JP', serif;}

.fb{font-weight:700;}

.fs12{ font-size:1.2rem;}
.fs14{ font-size:1.4rem;}
.fs16{ font-size:1.6rem;}
.fs18{ font-size:1.8rem;}
.fs20{ font-size:2.0rem;}
.fs22{ font-size:2.2rem;}
.fs24{ font-size:2.4rem;}
.fs26{ font-size:2.6rem;}
.fs28{ font-size:2.8rem;}
.fs30{ font-size:3.0rem;}
.fs32{ font-size:3.2rem;}

@media (width <=767px){
.fs18{ font-size:1.6rem;}
.fs20{ font-size:1.8rem;}
.fs22{ font-size:1.8rem;}
.fs24{ font-size:2.0rem;}
.fs26{ font-size:2.0rem;}
.fs28{ font-size:2.2rem;}
.fs30{ font-size:2.4rem;}
.fs32{ font-size:2.6rem;}
}

@media (width >=768px){
.fs18{ font-size: calc(1.6rem + ((1vw - 0.768rem) 0.1736));}
.fs20{ font-size: calc(1.8rem + ((1vw - 0.768rem) 0.1736));}
.fs22{ font-size: calc(1.8rem + ((1vw - 0.768rem) 0.3472));}
.fs24{ font-size: calc(2rem + ((1vw - 0.768rem) 0.3472));}
.fs26{ font-size: calc(2rem + ((1vw - 0.768rem) 0.5208));}
.fs28{ font-size: calc(2.2rem + ((1vw - 0.768rem) 0.5208));}
.fs30{ font-size: calc(2.4rem + ((1vw - 0.768rem) 0.5208));}
.fs32{ font-size: calc(2.6rem + ((1vw - 0.768rem) 0.5208));}
}

@media (width >=1920px) {
.fs18{ font-size:1.8rem;}
.fs20{ font-size:2.0rem;}
.fs22{ font-size:2.2rem;}
.fs24{ font-size:2.4rem;}
.fs26{ font-size:2.6rem;}
.fs28{ font-size:2.8rem;}
.fs30{ font-size:3.0rem;}
.fs32{ font-size:3.2rem;}
}

.ls2{letter-spacing:2px;}
.ls3{letter-spacing:3px;}
.ls5{letter-spacing:5px;}
.ls10{letter-spacing:10px;}

.lh100{line-height:100%;}
.lh110{line-height:110%;}
.lh120{line-height:120%;}
.lh130{line-height:130%;}
.lh140{line-height:140%;}
.lh150{line-height:150%;}
.lh160{line-height:160%;}
.lh170{line-height:170%;}
.lh180{line-height:180%;}
.lh190{line-height:190%;}
.lh200{line-height:200%;}

/* --------------------------------------------------------------
# 画像装飾ユーティリティ
-------------------------------------------------------------- */

/* 右下にオフセットした背景色のあしらい */
.img-accent-offset {
    position: relative;
    display: block;
}

.img-accent-offset::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: var(--muted-gold, #c8b8a1);
    z-index: 0;
}

.img-accent-offset img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* カラーバリエーション例（必要に応じて追加）
.img-accent-offset-dark::before { background: var(--charcoal, #3a3633); }
.img-accent-offset-white::before { background: #fff; }
*/

/* --------------------------------------------------------------
# 各ページ共通スタイルを一旦こちらに整理（新規クラス名作成）
主に見出しやパンくず、heroやスペース、ボタンやその他
-------------------------------------------------------------- */

/* ブランドカラー */
.una-color-light1{}
.una-color-light2{}
.una-color-dark1{}
.una-color-dark2{}

/* リンクスタイル */
a {}

/* hero */

/* about/index.html用 大きめHero（旧screen8スタイル復元） */
.u-hero1 {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.u-hero1-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.u-hero1-overlay {
  position: absolute;
  inset: 0;
  background: rgba(245, 235, 220, 0.3); /* 薄いベージュフィルター */
  z-index: 1;
}

.u-hero1-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 20;
  color: #fff;
  text-align: center;
  padding: 2rem;
}

.u-hero1-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4a4a4a;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.3);
}

/* gallery/index.html など複数ページで使用中（置換前: .s8-hero） */
.u-hero2 {
  position: relative;
  width: 100%;
  height: 35vh;
  overflow: hidden;
}

.u-hero2-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.u-hero2-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 250, 245, 0.75);
  z-index: 1;
}

.u-hero2-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 20;
  color: #fff;
  text-align: center;
  padding: 2rem;
}

.u-hero2-title {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8a7a65;
}

/* パンくず */
/* ギャラリー全13ページで使用中（置換前: .screen6-breadcrumb） */
.u-breadcrumb {
  background-color: #fafbf5;
  padding-block: 0.75rem;
  font-size: 0.85rem;
}

.u-breadcrumb__trail ol {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.u-breadcrumb__trail li {
  color: #8a8072;
}

.u-breadcrumb__trail li:not(:last-child)::after {
  content: '>';
  margin-left: 0.5rem;
  color: #8a8072;
  font-size: 0.75em;
  opacity: 0.7;
}

.u-breadcrumb__trail a {
  color: inherit;
  text-decoration: none;
}

.u-breadcrumb__trail a:hover,
.u-breadcrumb__trail a:focus {
  text-decoration: underline;
}

/* ========================================
   CTA統一スタイル（plan/とgallery/で共通使用）
   ======================================== */

/* CTAセクションの見出し */
.cta-title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

/* CTAセクションの説明文 */
.cta-description {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  opacity: 0.9;
}

/* アクセントテキスト（強調部分） */
.text-accent {
  color: #c9a96e; /* ゴールド - ブランドカラー */
}

/* CTAセクションコンテナ（共通） */
.cta-section {
  padding: clamp(3rem, 8vw, 6rem) 1rem;
  background: linear-gradient(135deg, #3a3633 0%, #2a2522 100%);
  color: #faf8f3;
  text-align: center;
}

.cta-section .container-max {
  max-width: 800px;
  margin: 0 auto;
}

/* CTAセクション（ライト版） */
.cta-section-light {
  padding: clamp(3rem, 8vw, 6rem) 1rem;
  background: linear-gradient(135deg, #f5f3f0 0%, #ebe7e2 100%);
  color: #3a3633;
  text-align: center;
}

.cta-section-light .container-max {
  max-width: 800px;
  margin: 0 auto;
}

.cta-section-light .cta-title {
  color: #2a2522;
}

.cta-section-light .cta-description {
  color: #5a5651;
}

/* 見出し */
.u-title1{}
.u-title2{}
.u-title3{}

/* 本文 */


/* ボタン */


/* --------------------------------------------------------------
# Utility Classes (Phase C - 2025-11-20)
# インラインスタイルを外部化した共通ユーティリティ
-------------------------------------------------------------- */

/* Extra Large Margin Bottom */
.mb-xxl {
    margin-bottom: 100px;
}

/* Footer Logo Style */
.footer-logo {
    height: 40px;
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}


/* ===============================================================
   Shared Components - Migrated from about.css (Phase C Phase 2)
   Date: 2025-11-21
   
   Reason: These classes are used across multiple directories
   - .info-item: 127 uses across site
   - .testimonial-card/.testimonial-text: 15 uses (index.html, plan/memorial)
   - .feature-item: 21 uses (about, plan/*)
=============================================================== */

/* Info Item - Universal information card component */
.info-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.info-item i {
    font-size: 2rem;
    color: var(--primary-beige);
    flex-shrink: 0;
}

.info-item h6 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    color: var(--charcoal);
}

.info-item p {
    font-size: 0.9rem;
    color: var(--warm-gray);
    margin: 0;
}

/* Testimonial Card - Customer testimonial component */
.testimonial-card {
    flex: 0 0 400px;
    background: var(--cream-white);
    border-radius: 20px;
    padding: 2.5rem;
    margin: 0 1rem;
    box-shadow: var(--emotion-shadow-soft);
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-beige), var(--blush-pink), var(--happy-yellow));
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--warm-gray);
    font-style: italic;
    margin-bottom: 2rem;
    position: relative;
}

.testimonial-text::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: -15px;
    font-size: 3rem;
    color: var(--primary-beige);
    opacity: 0.3;
}

/* Feature Item - Feature badge component */
.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--light-gray);
    border-radius: 20px;
    font-size: 0.9rem;
}

.feature-item i {
    color: var(--primary-beige);
}

/* ============================================================================
   Studio Una - エレガントモーションシステム
   洗練された写真スタジオ向けの美しいアニメーション
   ============================================================================ */

/* --------------------------------------------------------------
   スクロールアニメーション
   -------------------------------------------------------------- */

/* 基本のリビール */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.active,
.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* 左からリビール */
.reveal-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-left.active,
.reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

/* 右からリビール */
.reveal-right {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-right.active,
.reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

/* スケールアップ */
.reveal-scale {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-scale.active,
.reveal-scale.revealed {
    opacity: 1;
    transform: scale(1);
}

/* スタッガーアニメーション */
.reveal-stagger {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-stagger.active,
.reveal-stagger.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* 上からリビール */
.reveal-up {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-up.active,
.reveal-up.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* 下からリビール */
.reveal-down {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-down.active,
.reveal-down.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* --------------------------------------------------------------
   ヒーローセクション改善
   -------------------------------------------------------------- */

/* ヒーロータイトルのアニメーション */
.hero-title {
    animation: fadeInUp 1.2s ease-out 0.5s both;
}

.hero-subtitle {
    animation: fadeInUp 1s ease-out 0.3s both;
}

.hero-description {
    animation: fadeInUp 1s ease-out 0.7s both;
}

.hero-buttons {
    animation: fadeInUp 1s ease-out 0.9s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* スクロールインジケーター */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 50px;
    border: 2px solid var(--primary-beige);
    border-radius: 25px;
    opacity: 0.8;
    animation: scrollBounce 2s ease-in-out infinite;
}

.scroll-indicator::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: var(--primary-beige);
    border-radius: 50%;
    animation: scrollWheel 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(10px);
    }
}

@keyframes scrollWheel {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(20px);
        opacity: 0;
    }
}

/* --------------------------------------------------------------
   ギャラリーホバーエフェクト
   -------------------------------------------------------------- */

.works-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.works-item img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.works-item:hover img {
    transform: scale(1.08);
}

.works {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.works-item:hover .works {
    opacity: 1;
}

.works .works-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    transform: translateY(20px);
    transition: transform 0.4s ease 0.1s;
}

.works-item:hover .works .works-title {
    transform: translateY(0);
}

.works .works-category {
    color: var(--primary-beige);
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transform: translateY(20px);
    transition: transform 0.4s ease 0.15s;
}

.works-item:hover .works .works-category {
    transform: translateY(0);
}

/* --------------------------------------------------------------
   サービスカードホバー
   -------------------------------------------------------------- */

.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-card .service-image {
    position: relative;
    overflow: hidden;
}

.service-card .service-image img {
    transition: transform 0.6s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

/* --------------------------------------------------------------
   ボタンアニメーション
   -------------------------------------------------------------- */

.btn-hero,
.btn-section,
.btn-pricing {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-hero::before,
.btn-section::before,
.btn-pricing::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn-hero:hover::before,
.btn-section:hover::before,
.btn-pricing:hover::before {
    width: 300px;
    height: 300px;
}

/* --------------------------------------------------------------
   ニュースカードスライド
   -------------------------------------------------------------- */

.news-item {
    animation: slideInUp 0.6s ease-out;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------------------------------------------------------------
   フローアイテムアニメーション
   -------------------------------------------------------------- */

.flow-item {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.8s ease;
}

.flow-item.active {
    opacity: 1;
    transform: translateX(0);
}

.flow-item:nth-child(even) {
    transform: translateX(20px);
}

.flow-item:nth-child(even).active {
    transform: translateX(0);
}

/* --------------------------------------------------------------
   パララックス効果
   -------------------------------------------------------------- */

.parallax-section {
    position: relative;
    overflow: hidden;
}

.parallax-bg {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 120%;
    background-image: url("../img/pback.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.1;
    z-index: -1;
}

/* --------------------------------------------------------------
   reduced motionサポート
   -------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================================================
   Studio Una - レスポンシブ改善
   モバイルファースト・最適化されたレイアウト
   ============================================================================ */

/* --------------------------------------------------------------
   モバイルヒーロー高さ修正
   -------------------------------------------------------------- */

/* style.cssで100svh設定済みのため、このファイルでは上書きしない */
/* #hero の高さ設定は style.css lines 246-258 を参照 */

/* .hero-description のpadding設定も削除 - style.cssの.hero-contentで統一管理 */

/* Small tablet display - Buttons vertical layout */
@media (width >= 576px) and (width <= 767.98px) {
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-hero {
        width: 100%;
        max-width: 280px;
    }
}

/* --------------------------------------------------------------
   ギャラリーモバイルレイアウト改善
   -------------------------------------------------------------- */

.works-grid-fullwidth {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0;
}

/* Mobile: up to 575px */
@media (width <= 575.98px) {
    .works-grid-fullwidth {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .works-item {
        aspect-ratio: 1;
    }
}

/* Small tablet: 576px to 767px */
@media (width >= 576px) and (width <= 767.98px) {
    .works-grid-fullwidth {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablet: 768px to 991px */
@media (width >= 768px) and (width <= 991.98px) {
    .works-grid-fullwidth {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Desktop: 992px and up */
@media (width >= 992px) {
    .works-grid-fullwidth {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* --------------------------------------------------------------
   サービスカードレスポンシブ
   -------------------------------------------------------------- */

@media (width <= 768px) {
    .service-card {
        margin-bottom: 30px;
    }
    
    .service-card .service-content {
        padding: 20px;
    }
    
    .service-features {
        font-size: 0.9rem;
    }
}

/* --------------------------------------------------------------
   プライシングカードレスポンシブ
   -------------------------------------------------------------- */

@media (width <= 992px) {
    .pricing-card {
        margin-bottom: 30px;
    }
    
    .pricing-card.featured {
        transform: none;
        margin-top: 0;
    }
}

/* --------------------------------------------------------------
   フローセクションモバイル改善
   -------------------------------------------------------------- */

@media (width <= 768px) {
    .flow-timeline {
        padding: 0 15px;
    }
    
    .flow-item {
        padding-left: 40px;
    }
    
    .flow-number {
        left: 0;
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    
    .flow-timeline::before {
        left: 15px;
    }
}

/* --------------------------------------------------------------
   ナビゲーションモバイル改善
   -------------------------------------------------------------- */

@media (width <= 991px) {
    .navbar-collapse {
        background: rgba(253, 252, 250, 0.98);
        margin-top: 15px;
        padding: 20px;
        border-radius: 10px;
        backdrop-filter: blur(10px);
    }
    
    .navbar-nav .nav-link {
        padding: 10px 0;
        border-bottom: 1px solid rgba(200, 184, 161, 0.2);
    }
    
    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
    
    .btn-nav-cta {
        width: 100%;
        margin-top: 15px;
    }
}

/* --------------------------------------------------------------
   テスティモニアルカードレスポンシブ
   -------------------------------------------------------------- */

@media (width <= 768px) {
    .testimonial-card {
        margin-bottom: 30px;
    }
    
    .testimonial-content {
        font-size: 0.9rem;
    }
}

/* --------------------------------------------------------------
   コンタクトセクションレスポンシブ
   -------------------------------------------------------------- */

@media (width <= 768px) {
    .contact-info {
        margin-bottom: 40px;
    }
    
    .contact-map {
        height: 300px;
    }
    
    .contact-details {
        padding: 0 15px;
    }
}

/* --------------------------------------------------------------
   ニュースレイダーレスポンシブ
   -------------------------------------------------------------- */

@media (width <= 576px) {
    /* Removed conflicting width override - handled by news-slider-enhanced.css */
    
    /* News carousel responsive styles handled by news-slider-enhanced.css */
}

/* --------------------------------------------------------------
   セクションパディング調整
   -------------------------------------------------------------- */

@media (width <= 768px) {
    .section-padding {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-title {
        font-size: 2rem;
    }
}

/* --------------------------------------------------------------
   フッターレスポンシブ
   -------------------------------------------------------------- */

@media (width <= 768px) {
    footer {
        text-align: center;
    }
    
    .footer-links {
        text-align: center;
        padding-left: 0;
    }
    
    .social-links {
        justify-content: center;
        margin-top: 20px;
    }
}

/* --------------------------------------------------------------
   タブレット最適化
   -------------------------------------------------------------- */

@media (width >= 768px) and (width <= 1024px) {
    .container {
        max-width: 90%;
    }

    /* Hero title tablet styles handled in style.css - maintaining consistency */

    .section-title {
        font-size: 2.5rem;
    }
}

/* ==============================================================================
   Options Section - オプションセクション共通スタイル
   ============================================================================= */

.options-section {
    padding: 5rem 0;
    background: var(--cream-white, #faf8f3);
}

.options-header {
    text-align: center;
    margin-bottom: 3rem;
}

.options-header .section-tag {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    color: var(--muted-gold, #c8b8a1);
    margin-bottom: 0.5rem;
}

.options-header .section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: var(--charcoal, #3a3633);
    margin: 0;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    align-items: center;
}

.option-image {
    aspect-ratio: 16 / 9;
    overflow: visible;
}

.option-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.option-image:hover img {
    transform: scale(1.02);
}

.option-detail {
    padding: 1rem;
}

.option-title {
    font-size: 1.4rem;
    color: var(--charcoal, #3a3633);
    margin-bottom: 0.75rem;
}

.option-description {
    font-size: 0.95rem;
    color: var(--warm-gray, #6b6461);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.option-price {
    font-size: 1.1rem;
    color: var(--charcoal, #3a3633);
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.option-tax {
    font-size: 0.8rem;
    color: var(--warm-gray, #6b6461);
    font-weight: 400;
}

.options-note {
    text-align: center;
    font-size: 0.9rem;
    color: var(--warm-gray, #6b6461);
    margin-top: 2rem;
}

/* Options Section - Tablet (991px以下: 2カラム) */
@media (max-width: 991px) {
    .options-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

/* Options Section - Mobile (575px以下) */
@media (max-width: 575px) {
    .options-section {
        padding: 3rem 0;
    }

    .options-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .option-title {
        font-size: 1.2rem;
    }

    .option-description {
        font-size: 0.9rem;
    }

    .option-price {
        font-size: 1rem;
    }
}