﻿@charset "UTF-8";
/*
 * funabashi-child / funabashi.css
 *
 * 役割: 船橋ブランドの色・フォント・細部デザインのみを記述。
 *       構造・レイアウトは親テーマ sm-base-theme/css/style.css に一任。
 *
 * セクション:
 *   1.  カラー上書き
 *   2.  フォント定義
 *   3.  ボディ・ベース
 *   4.  ヘッダー 配色・デザイン
 *   5.  ナビゲーション 配色・デザイン
 *   6.  ボタン 配色
 *   7.  トップページ 各セクション 配色
 *   8.  スライダー 配色
 *   9.  フッター 配色
 *   10. コンポーネント（年齢確認・スティッキーフッター等）
 *   11. アニメーション
 *   12. SP ブランド上書き
 */

/* ─────────────────────────────────────────────────────────────────────────────
   1. カラー上書き（変数で子テーマカラーを注入 / 親が :root を出力済み）
───────────────────────────────────────────────────────────────────────────── */
/* see funabashi-child/functions.php smbase_css_vars フィルター */

/* ─────────────────────────────────────────────────────────────────────────────
   2. フォント定義（船橋ブランドフォント）
───────────────────────────────────────────────────────────────────────────── */
.eng, .eng * {
    font-family: "Castoro Titling", serif;
    font-weight: 400;
    font-style: normal;
}
.min, .min * {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
}
.min02, .min02 * {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
}

/* ─────────────────────────────────────────────────────────────────────────────
   3. ボディ・ベース
───────────────────────────────────────────────────────────────────────────── */
body {
    padding-top: 130px; /* header 82px + nav 約48px */
    background-color: #0f0f11;
    color: rgba(241,242,246,0.85);
    font-family: "Noto Sans JP", sans-serif;
}
a {
    color: rgba(241,242,246,0.85);
    text-decoration: none;
    transition: 0.3s;
}
a:hover { opacity: 0.8; }
/* SHOP INFO エリア内は明色背景のため暗色テキストで上書き */
.sm_TopSecShopinfo a,
.sm_TopSecShopinfo { color: #3c3c3c; }

/* ─────────────────────────────────────────────────────────────────────────────
   4. ヘッダー 配色・デザイン
───────────────────────────────────────────────────────────────────────────── */
.sm_head {
    background-color: #0f0f11;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sm_head * { color: #f1f2f6; }
.sm_head a { color: #f1f2f6; }

.sm_logo__desc {
    opacity: 0.55;
    letter-spacing: 0.08em;
    color: rgba(241,242,246,0.55) !important;
}
.sm_logo__text {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.sm_logo .sm_h1span img,
.sm_logo a img {
    max-height: 54px;
}

/* 電話番号 */
.sm_headText02_pt02 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-left: 1px solid rgba(255,255,255,0.12);
    color: #f1f2f6 !important;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
}
.sm_headText02_pt02:hover { color: var(--color_sub) !important; }
.sm_phone_icon {
    color: var(--color_sub) !important;
    font-size: 15px;
}

/* 営業時間ラベル */
.sm_headText02_pt01 {
    padding: 7px 14px;
    border: 1px solid rgba(147,131,92,0.45);
    border-radius: 999px;
    background: rgba(147,131,92,0.08);
    color: rgba(241,242,246,0.78) !important;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}

/* ハンバーガーバー色 */
#sm_nav-toggle span { background: #ffffff !important; }

/* ─────────────────────────────────────────────────────────────────────────────
   5. ナビゲーション 配色・デザイン
───────────────────────────────────────────────────────────────────────────── */
#sm_global-nav { background-color: #0f0f11; }

/* PC */
@media screen and (min-width: 1101px) {
    #sm_global-nav {
        padding: 6px 0;
        background: #0f0f11 !important;
    }
    .sm_headlink_text02 { color: var(--color_sub); }
    .sm_headlink_text01 { color: rgba(241,242,246,0.7); }
    .sm_menuBoxList.current-menu-item .sm_headlink_text02 { opacity: 1; }
    .sm_menuBoxList.current-menu-item .sm_headlink_text01 { color: #fff; }
    .sm_headlink:hover .sm_headlink_text02 { opacity: 0.75; }
}

/* SP ドロワー */
@media screen and (max-width: 1100px) {
    #sm_global-nav {
        background: #0f0f11 !important;
    }
    header.open #sm_global-nav { box-shadow: 0 0 40px rgba(0,0,0,0.5); }
    #sm_global-nav .sm_menuBoxList {
        border-bottom-color: rgba(255,255,255,0.08);
    }
    #sm_global-nav .sm_headlink_text02 { color: var(--color_sub); }
    #sm_global-nav .sm_headlink_text01 { color: #f1f2f6; }
    .sm_menuBox a { color: #f1f2f6 !important; }

    /* ドロワー内店舗情報 */
    .sm_navFirst {
        border-top: 1px solid rgba(255,255,255,0.15);
    }
    .sm_pageUd_tel {
        color: var(--color_sub) !important;
        font-size: 18px;
        margin-bottom: 6px;
        font-weight: bold;
    }
    .sm_pageUd_time { color: rgba(241,242,246,0.8) !important; font-size: 13px; }
    .sm_pageUd_time_span { font-weight: bold; }
    .sm_spMenuIconWrap { display: flex; gap: 20px; margin-top: 20px; justify-content: center; }
    .sm_spMenuIcon a { color: #ffffff; font-size: 22px; }
    .sm_spMenuIcon a:hover { color: var(--color_sub); }
}

/* ─────────────────────────────────────────────────────────────────────────────
   6. ボタン 配色
───────────────────────────────────────────────────────────────────────────── */
.sm_headBtn--primary,
.baseCl,
.sm_headBtn {
    background: var(--color_sub) !important;
    color: #111 !important;
    font-weight: bold;
    font-size: 13px;
    height: 38px;
    min-width: 138px;
    padding: 0 22px;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
    letter-spacing: 0.04em;
    border-radius: 100px;
}
.sm_linkBtn01 {
    display: inline-block;
    padding: 16px 40px;
    background: var(--color_sub);
    color: #111 !important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 100px;
    letter-spacing: 0.06em;
    font-size: 15px;
}
.btn-outline-gold {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid var(--color_sub);
    color: var(--color_sub);
    font-size: 13px;
    text-decoration: none;
    border-radius: 2px;
    transition: 0.3s;
}
.btn-outline-gold:hover { background: var(--color_sub); color: #000; }

/* ─────────────────────────────────────────────────────────────────────────────
   7. トップページ 各セクション 配色
───────────────────────────────────────────────────────────────────────────── */
/* Top Banner */
.sm-slider02Wrap { background: #000; }

/* CONCEPT */
.sm_TopSec_concept { background: #0f0f11; }
.sm_TopSec_conceptBox { color: rgba(241,242,246,0.85); }
.sm_TopSec_conceptBox * { color: rgba(241,242,246,0.85); }

/* TODAY'S SCHEDULE */
.sm_TopSec_slide { background: #16161a; }

/* トップ SCHEDULE: 出勤時間オーバーレイ（白背景上は濃色文字） */
.sm_TopSec04Schedule {
    color: #2a2a2a !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}
.sm_TopSec04Schedule .sm_TopSec04Span {
    color: var(--color_sub) !important;
    font-weight: 700;
    display: block;
    font-size: 11px;
    margin-bottom: 2px;
}
.sm_TopSec04Text01 { color: rgba(241,242,246,0.75); }
.sm_TopSec04Text02,
.sm_TopSec04Text02 a { color: #ffffff !important; font-weight: 700; }
.sm_TopSec04Text03 { color: var(--color_sub) !important; }


/* PICKUP CAST */
.sm_TopSec03 { background: #0f0f11; }
.sm_TopSec03Cont { background: #1a1a1e; }

/* SHOP INFO */
.sm_TopSecShopinfo { background: #e0e0e0; }
.sm_TopSecShopinfo * { color: #3c3c3c; }
.sm_TopSecShopinfoTh { border-bottom: 1px solid #cccccc; color: #93835c; }
.sm_TopSecShopinfoTd { border-bottom: 1px solid #cccccc; }

/* セクション共通タイトル */
.sm_Title { color: rgba(241,242,246,0.95); }
.sm_SubTitle { color: var(--color_sub); }
/* SHOP INFO 内タイトルは暗色背景に合わせる */
.sm_TopSecShopinfo .sm_Title { color: #3c3c3c; }
.sm_TopSecShopinfo .sm_SubTitle { color: #93835c; }

/* ─────────────────────────────────────────────────────────────────────────────
   8. スライダー 配色
───────────────────────────────────────────────────────────────────────────── */
.sm-slider02 .slick-dots li { background: rgba(255,255,255,0.35); }
.sm-slider02 .slick-dots li.slick-active { background: var(--color_sub); }

/* ─────────────────────────────────────────────────────────────────────────────
   9. フッター 配色
───────────────────────────────────────────────────────────────────────────── */
.sm_foot { background: var(--color_footer); }
.foot_logo { font-size: 44px; color: #ffffff; }
.sm_footLogo02 { max-height: 120px; width: auto; }
.sm_foot_name { font-size: 28px; font-weight: bold; color: #fff; }
.foot_tel__link { color: #ffffff; }
.foot_tel__text01 { color: #ffffff; font-size: 32px; }
.foot_tel__text02 { color: #ffffff; font-size: 14px; }
.ft20 { font-size: 20px; color: #ffffff; display: inline-block; margin-right: 5px; }

.sm_foot_nav {
    border-top: 1px solid rgba(255,255,255,0.08);
}
.sm_foot_nav .sm_headlink { padding: 10px 18px; }
.sm_foot_nav .sm_headlink_text02 {
    font-size: 13px;
    color: var(--color_sub);
    margin-bottom: 2px;
}
.sm_foot_nav .sm_headlink_text01 {
    font-size: 11px;
    color: rgba(241,242,246,0.7);
}
.sm_foot_nav .sm_headlink:hover { opacity: 0.7; }
.sm_foot__cont02__copy { color: rgba(255,255,255,0.5); }

/* ─────────────────────────────────────────────────────────────────────────────
   10. コンポーネント（年齢確認・スティッキーフッター等）
───────────────────────────────────────────────────────────────────────────── */
/* 年齢確認 */
.sm_entryLogo { margin-bottom: 30px; }
.sm_entryLogo img { max-height: 100px; width: auto; margin: 0 auto; }
.sm_overlay_name { color: #fff; font-size: 18px; }
.sm_entry {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.25);
    color: #ffffff;
}
.sm_pt02 { background: var(--color_sub) !important; border-color: var(--color_sub) !important; color: #111 !important; }
.sm_entry_text01 { font-size: 20px; font-weight: bold; }
.sm_entry_text02 { font-size: 11px; margin-top: 4px; }
.sm_entry_text { color: rgba(255,255,255,0.7); font-size: 13px; margin-top: 30px; line-height: 1.9; }

/* SP スティッキーフッター */
.sm_spfoot { background: #000; border-top: 1px solid #333; }
.sm_track_tel, .sm_track_line {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    height: 100%;
}
.sm_track_tel { border-right: 1px solid #333; }
.sm_track_tel i, .sm_track_line i { font-size: 22px; margin-bottom: 2px; }

/* ─────────────────────────────────────────────────────────────────────────────
   10.5. [RECOVERED] SEO & Custom Contents (classy-a004)
───────────────────────────────────────────────────────────────────────────── */
/* Hero Portal */
.hero-portal {
    background: #000;
    padding: 60px 5%;
    text-align: center;
    border-top: 1px solid var(--color_sub);
}
.hero-portal h1 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: var(--color_sub);
}
.hero-portal .sub-hero {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,0.7);
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Hub Grid */
.hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.hub-card {
    background: #1a1a1e;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 25px;
    text-decoration: none;
    transition: 0.3s;
}
.hub-card:hover { border-color: var(--color_sub); background: #25252a; }
.hub-card h3 {
    color: var(--color_sub);
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(147,131,92,0.3);
    padding-bottom: 8px;
}
.hub-card p { font-size: 13px; line-height: 1.6; color: #ccc; margin: 0; }

/* Section Dark (SEO Content blocks) */
.section-dark {
    padding: 80px 10%;
    background: #0f0f11;
    border-left: 4px solid var(--color_sub);
    margin: 40px auto;
    max-width: 1100px;
}
.section-dark h2 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
}
.section-dark p {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.8);
}
.section-dark strong { color: var(--color_sub); }

/* Play Style Grid */
.play-style-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 50px;
}
.play-box {
    background: rgba(255,255,255,0.03);
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.05);
    text-align: center;
}
.play-box .icon { font-size: 40px; margin-bottom: 20px; }
.play-box h4 { color: var(--color_sub); margin-bottom: 15px; font-size: 18px; }
.play-box p { font-size: 14px; line-height: 1.6; margin: 0; color: #bbb; }

/* Sticky Mobile CTA */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex !important;
    z-index: 9999;
    background: #000;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.8);
}
.cta-btn {
    flex: 1;
    text-align: center;
    padding: 18px 0;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 16px;
    transition: background 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.cta-tel { background: #e67e22; color: #fff; }
.cta-tel:hover { background: #d35400; color: #fff; }
.cta-web { background: #d81b60; color: #fff; }
.cta-web:hover { background: #c2185b; color: #fff; }

@media screen and (max-width: 800px) {
    .sticky-cta {
        height: 65px;
        z-index: 10000;
        box-shadow: 0 -5px 20px rgba(0,0,0,0.5);
    }
    .cta-btn {
        font-size: 14px;
    }
    .sp-only-spacer { display: block; height: 80px; }
    
    /* Mobile adjustments for SEO portal */
    .hero-portal h1 { font-size: 20px; }
    .hub-grid { grid-template-columns: 1fr; }
    .section-dark { padding: 40px 6%; border-left-width: 3px; }
    .section-dark h2 { font-size: 20px; flex-direction: column; align-items: flex-start; }
}

/* ─────────────────────────────────────────────────────────────────────────────
   11. アニメーション
───────────────────────────────────────────────────────────────────────────── */
.op0 { opacity: 0; }
.elem { opacity: 0; transform: translateY(20px); }
.elem.fadeup { opacity: 1; transform: translateY(0); transition: opacity 0.6s, transform 0.6s; }

/* ─────────────────────────────────────────────────────────────────────────────
   12. SP ブランド上書き
───────────────────────────────────────────────────────────────────────────── */
@media screen and (max-width: 1100px) {
    body { padding-top: 60px; }
    .sm_head { background: #0f0f11 !important; }

    /* SHOP INFO テーブル SP */
    .sm_TopSecShopinfoTh { font-size: 12px; width: 90px; }
    .sm_TopSecShopinfoTd { font-size: 13px; }

    /* CONCEPT SP */
    .sm_TopSec_conceptBox { max-width: 100% !important; padding: 25px 15px; }

    /* フッター SP */
    .sm_foot { padding: 40px 0 100px; }
    .foot_logo { font-size: 28px; }
    .foot_tel__text01 { font-size: 24px; margin-bottom: 10px; }
}

/* ─────────────────────────────────────────────────────────────────────────────
   13. ページネーション（Pager / Pagination）
   ───────────────────────────────────────────────────────────────────────────── */
.sm_pager {
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.sm_link {
  text-decoration: none;
  font-size: 14px;
  margin: 0 6px;
  color: var(--color_sub);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.sm_linkactive {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color_sub);
  border: 1px solid var(--color_sub);
  width: 32px;
  height: 32px;
  border-radius: 4px;
  font-size: 15px;
}

.sm_linkactive:hover {
  background: var(--color_sub);
  color: #0f0f11;
}

.sm_linkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0f0f11;
  border: 1px solid var(--color_sub);
  background: var(--color_sub);
  width: 32px;
  height: 32px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  margin: 0 6px;
}

/* ============================================================
   年齢確認画面（認証オーバーレイ）レイアウト修正
   ============================================================ */
.sm_overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important;
    background-color: #000000 !important;
    overflow-y: auto !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}

.sm_overlay:not([style*="none"]) {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.sm_btn_area {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 40px !important;
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    position: static !important;
    transform: none !important;
}

.sm_entryLogo {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
}

.sm_entryLogo img {
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
}

.sm_entry_wrap {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 30px !important;
    width: 100% !important;
}

.sm_entry {
    width: 45% !important;
    max-width: 250px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
}

.sm_entry > div {
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.sm_overlay > .sm_entry_text,
.sm_overlay .sm_mid {
    position: static !important;
    transform: none !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    bottom: auto !important;
    width: 100% !important;
    text-align: center !important;
}

@media screen and (max-width: 768px) {
    .sm_entry_wrap {
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
    }
    .sm_entry {
        width: 80% !important;
        max-width: 320px !important;
    }
}

.sm_entry_wrap .sm_entry:first-child {
    background-color: #2b2b2b !important;
    border: 2px solid #555555 !important;
}
.sm_entry_wrap .sm_entry:first-child .sm_entry_text01,
.sm_entry_wrap .sm_entry:first-child .sm_entry_text02 {
    color: #ffffff !important;
}

.sm_entry_wrap .sm_entry:last-child {
    background-color: #ff4d6d !important;
    border: 2px solid #ff4d6d !important;
}
.sm_entry_wrap .sm_entry:last-child .sm_entry_text01,
.sm_entry_wrap .sm_entry:last-child .sm_entry_text02 {
    color: #ffffff !important;
}

/* ============================================================
   カスタムSPフッター（3ボタン仕様）レイアウト
   ============================================================ */
.sm_spfoot_custom {
  position: fixed;
  left: 0;
  bottom: -3px;
  width: 100%;
  display: none;
  transition: 0.5s;
  z-index: 10000;
  box-shadow: 0 -5px 20px rgba(0,0,0,0.5);
}

@media screen and (max-width: 800px) {
  .sm_spfoot_custom {
    display: flex !important;
  }
}

.sm_spfoot_custom.sm_none {
  bottom: -100px;
}

.sm_track_custom_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f45f8c;
  color: #ffffff !important;
  font-size: 15px;
  height: 50px;
  width: calc(100% - 150px);
  text-decoration: none;
  font-weight: bold;
}

.sm_track_custom_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #181818;
  height: 50px;
  width: 75px;
  text-decoration: none;
}

.sm_track_custom_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #05b903;
  height: 50px;
  width: 75px;
  text-decoration: none;
}

.sm_spfoot_custom img {
  max-height: 28px;
  width: auto;
}

.sm_spfoot_custom .sm_track01_img {
  display: inline-block;
  margin-right: 8px;
  max-height: 18px;
}

/* ============================================================
   ヘッダー・グローバルナビゲーションの文字色・レイアウト調整
   ============================================================ */
/* ナビ日本語ラベルの文字色（英語ラベルは --color_sub を維持） */
.sm_headlink_text01 {
    color: rgba(241,242,246,0.85) !important;
    opacity: 1 !important;
}

.sm_headText02_pt01, 
.sm_pageUd_time {
    color: #f8c291 !important;
}

/* 電話番号の文字色・アイコン色を白に強制 */
.sm_headText02_pt02,
.sm_headText02_pt02.eng,
.sm_headText02_pt02 span,
.sm_headText02_pt02 i {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* ナビゲーションメニュー: レイアウト（親 CSS 未読込時のフォールバック含む） */
.sm_menuBox,
ul.sm_menuBox.min {
    display: flex !important;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1400px;
    justify-content: center;
    flex-wrap: nowrap;
}
.sm_menuBox .sm_menuBoxList {
    flex-shrink: 0;
    position: relative;
}
.sm_menuBox .sm_headlink {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 6px 9px;
}
.sm_headlink_text02,
.sm_headlink_text01 {
    display: block;
    white-space: nowrap;
    width: 100%;
}
@media screen and (min-width: 1101px) {
  #sm_global-nav {
    position: static !important;
    width: 100%;
    overflow: visible;
  }
  .sm_menuCont {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .sm_menuBox,
  ul.sm_menuBox.min {
    justify-content: center;
    flex-wrap: nowrap !important;
    gap: 0;
  }
  .sm_menuBox .sm_headlink {
    padding: 6px 9px;
  }
  .sm_headlink_text02 {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .sm_headlink_text01 {
    font-size: 10px;
    line-height: 1.3;
  }
}
/* ─────────────────────────────────────────────────────────────────────────────
   13. 下層ページ（BEGINNER 等）読みやすさ
───────────────────────────────────────────────────────────────────────────── */
.sm_firstSec,
.sm_profileSec01.sm_firstSec {
    padding: 60px 0 100px;
    background: #0f0f11;
}
.sm_other_pageTitleWrap {
    text-align: center;
    margin-bottom: 48px;
}
.sm_other_pageTitleWrap .sm_Title {
    margin-bottom: 0;
}
.sm_other_pageTitleWrap .sm_SubTitle {
    margin-top: 8px;
    font-size: 15px;
}
.sm_pageContent,
.sm_textContent {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(241,242,246,0.9);
    font-size: 16px;
    line-height: 2;
}
.sm_textContent h2,
.sm_textContent h3,
.sm_pageContent h2,
.sm_pageContent h3 {
    color: #ffffff;
    font-weight: 700;
    margin: 2.5em 0 1em;
    padding-left: 14px;
    border-left: 3px solid var(--color_sub);
    line-height: 1.5;
    font-size: 1.15rem;
}
.sm_textContent h2:first-child,
.sm_textContent h3:first-child,
.sm_pageContent h2:first-child,
.sm_pageContent h3:first-child {
    margin-top: 0;
}
.sm_textContent p,
.sm_pageContent p {
    margin: 0 0 1.2em;
}
.sm_textContent ol,
.sm_textContent ul,
.sm_pageContent ol,
.sm_pageContent ul {
    margin: 0 0 1.5em 1.2em;
    padding: 0;
}
.sm_textContent li,
.sm_pageContent li {
    margin-bottom: 0.6em;
}
.sm_textContent a,
.sm_pageContent a {
    color: var(--color_sub);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.sm_textContent a:hover,
.sm_pageContent a:hover {
    opacity: 0.85;
}
.sm_textContent strong,
.sm_pageContent strong {
    color: #ffffff;
    font-weight: 700;
}
