@charset "UTF-8";

/* =======================================
   Background Slideshow / Hero
======================================= */

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

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

.bg-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fade 36s infinite;
}

.bg-slide img:nth-child(1) { animation-delay: 0s; }
.bg-slide img:nth-child(2) { animation-delay: 6s; }
.bg-slide img:nth-child(3) { animation-delay: 12s; }
.bg-slide img:nth-child(4) { animation-delay: 18s; }
.bg-slide img:nth-child(5) { animation-delay: 24s; }
.bg-slide img:nth-child(6) { animation-delay: 30s; }


@keyframes fade {
    0%   { opacity: 0; }
    8%   { opacity: 1; }
    25%  { opacity: 1; }
    33%  { opacity: 0; }
    100% { opacity: 0; }
}

/* =======================================
   製品一覧 hover 用 白パネル
======================================= */

.product-hover-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: #ffffff;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;

    z-index: 8;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.product-hover-panel::after {
    content: "";
    position: absolute;
    left: 0;
    top: 600px;          /* 白パネルの下から */
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.35); /* ← これだけ */

    pointer-events: none;
}


/* ピンク（グレー）横線 */
.product-hover-panel::before {
    content: "";
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;

    opacity: 0;
    transition: opacity 0.45s ease;
}

/* 表示状態 */
.product-hover-panel.is-active {
    opacity: 1;
    pointer-events: auto;
}

.product-hover-panel.is-active::before {
    opacity: 1;
}




/* =======================================
   Logo
======================================= */

.logo {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 200; /* ← これだけ追加する */
}

.logo img {
    width: 16vw;
}

.header-wrapper {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10; /* ロゴは白帯より上にしたい場合はさらに上げる */
    margin-left: auto;
    transition: transform 0.35s ease;
    transform: translateY(0); /* 初期状態：上に隠す */
}

/* 隠すとき：上に引っ込める */
.header-wrapper.is-hidden {
    transform: translateY(-450%);
}

#wrap {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    margin-top: 100px;  /* 固定ヘッダーの高さに応じて調整（100〜180くらい） */
}


.site-header {
    background: rgba(255,255,255,1);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    padding: 20px 30px;
}

/* 中身（ロゴ左・ナビ右）のレイアウト */
.header-inner {
    display: flex;
    justify-content: space-between;             /* 左：ロゴ / 右：ナビ */
    align-items: center;
    padding: 20px 30px;                         /* 上下20 / 左右30（好みで調整可） */
}

/* =======================================
   Global Navigation（上書きや追加分）
======================================= */

.global-nav {
    margin: 0;
    margin-left: auto;
}

.global-nav ul {
    margin: 0;
    padding: 0;
}

/* JP 以外のメニューのホバー色変更 */
.global-nav a:not(.nav-lang):hover {
    color: #CD4145;
    opacity: 1;
}

/* hover時：文字を赤 */
.global-nav a:not(.nav-lang):hover {
    color: #CD4145;
}


/* ▼ 矢印を付ける共通クラス（矢印自体は base.css 側にも定義済み） */



/* =======================================
   Home 下部 3カラム
======================================= */

.home-sections {
    max-width: 1080px;
    margin: 0 auto 80px;
    padding: 40px 20px 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.home-card {
    flex: 1;
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.home-card-image {
    overflow: hidden;
}

.home-card-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

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

.home-card-title {
    margin-top: 16px;
    font-family: "I-OTF明朝Pro M";
    font-feature-settings: "palt" 1, "kern" 1, "liga" 1;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: left;
}

/* =======================================
   Home お知らせセクション
======================================= */

.home-news {
    max-width: 1080px;
    margin: 40px auto 80px;
    padding: 0 20px;
}

.home-news-title {
    font-feature-settings: "palt" 1, "kern" 1, "liga" 1;
    font-size: 28px;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 0 32px;
}

/* リスト全体の枠線（上だけ） */
.home-news-list {
    border-top: 1px solid #e2e2e2;
}

/* 1行ごとのお知らせ */
.home-news-item {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
    font-family: "TazuganeGothicStdN-Light";
    font-size: 16px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* 行ホバー背景を消す */
.home-news-item:hover {
    background-color: transparent;
}

/* 左側の日付 */
.home-news-date {
    min-width: 120px;
}

/* 右側のタイトル文 */
.home-news-text {
    margin-left: 40px;
    color: #333;
    text-decoration: none;
    letter-spacing: 0.01em;
}

.home-news-text:hover {
    color: #CD4145;
}

/* 外部リンクアイコン（通常：グレー or 黒） */
.news-link-icon {
    width: 14px;
    height: 14px;
    margin-left: 6px;
    display: inline-block;
    background-image: url("../images/gaibu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}

/* ホバー時：赤アイコンに差し替え */
.home-news-text:hover .news-link-icon {
    background-image: url("../images/gaibu_red.svg");
}

/* 「全てのお知らせを読む」ボタン */
.home-news-more {
    margin-top: 40px;
    text-align: center;
}

/* 親ボタン */
.news-more-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    background: none;
    border: none;
    color: #333;
    font-family: "TazuganeGothicStdN-Light";
    font-size: 17px;
    cursor: pointer;
    text-decoration: none;
}

/* テキスト（動かす対象） */
.news-more-text {
    display: inline-block;
    transition: transform 0.28s ease, color 0.28s ease;
    letter-spacing: -0.001em;
}

/* 丸（中心から拡大） */
.news-more-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #CD4145;
    background-image: url("../images/arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    display: inline-block;
    transition: transform 0.35s ease;
    transform-origin: center center;
}

/* hover 時：中心から拡大 */
.news-more-button:hover .news-more-circle {
    transform: scale(1.1);
}

.news-more-button:hover .news-more-text {
    color: #CD4145;
    transform: translateX(-3px);
}

/* =======================================
   取材動画セクション
======================================= */

.video-thumb {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.video-thumb img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.35s ease;
}

.video-thumb:hover img {
    transform: scale(1.03);
}

.video-title {
    margin-top: 6px !important;
    margin-bottom: 2px;
    text-align: center;
    font-family: "I-OTF明朝Pro M";
    font-feature-settings: "palt" 1, "kern" 1, "liga" 1;
    letter-spacing: 0.04em;
    line-height: 1.6;
    font-size: 17px;
    color: #333;
}

.video-subtitle {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: "TazuganeGothicStdN-Light";
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.7;
    color: #333;
}

/* 取材動画セクションだけ上の余白を増やす */
.home-news + .home-news {
    margin-top: 120px;
}

/* 取材動画コンテンツの下に仕切り線（フル幅） */
.video-section {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 60px;
}

/* 取材動画セクションの下にページ端から端まで伸びる横線 */
.video-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #e2e2e2;
}

/* =======================================
   SNSセクション
======================================= */

.sns-section {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1080px;
    margin: 60px auto 100px;
    padding: 0 20px;
}

/* 各SNSカード（div と a 両方に適用） */
.sns-item {
    flex: 1;
    text-align: center;
    display: block;
    text-decoration: none;
    color: inherit;
}

/* アイコンの丸背景 */
.sns-icon {
    width: 108px;
    height: 108px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SNSアイコン画像 */
.sns-icon img {
    width: 40px;
    height: 40px;
    transition: transform 0.25s ease;
}

.sns-name {
    font-family: "I-OTF明朝Pro M";
    font-feature-settings: "palt" 1, "kern" 1, "liga" 1;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: #333;
    margin: 16px 0 8px;
}

.sns-desc {
    font-family: "TazuganeGothicStdN-Light";
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 1.7;
    color: #333;
    text-align: center;
    margin: 0;
}

/* Hover時：アイコン少し大きく */
.sns-item:hover .sns-icon img {
    transform: scale(1.15);
}

/* Hover時：タイトルを赤に */
.sns-item:hover .sns-name {
    color: #CD4145;
}

/* スマホ対応（SNS） */
@media screen and (max-width: 768px) {
    .sns-section {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
}

/* =======================================
   フッター（左右2グループ化）
======================================= */

.site-footer {
    background-color: #111111;
    color: #F5F5F5;
    width: 100%;
    padding: 40px 40px 40px;   /* ← 左右40 → 80 に増やした */
    font-family: "TazuganeGothicStdN-Light";
}


/* 中央揃えの最大幅 → ヘッダーと同じ “画面いっぱい” */
.footer-inner {
    max-width: 100%;   /* ← 画面幅いっぱいに広がる */
    margin: 0 auto;    /* ← auto は残してOK（中央基準として機能） */
}


/* =======================================
   Footer メイン構造（左右にグループを分ける）
======================================= */

.footer-main {
    width: 95%;
    display: flex;                 /* グループを横に並べる */
    justify-content: space-between;/* 左右を両端に配置する（header と同じ） */
    align-items: flex-start;       /* 上端を揃える */
    gap: 40px;                     /* 左右が詰まりすぎないよう最小幅を確保 */
}

/* =======================================
   左グループ（ロゴ・住所・NOUSO）→ 左寄せ
======================================= */

.footer-left-group {
    display: flex;                 /* 縦積みのための flex */
    flex-direction: column;        /* 要素を縦方向に並べる */
    align-items: flex-start;       /* ← 左寄せにする最重要ポイント */
    gap: 32px;                     /* 要素の間隔 */
}

/* ロゴ（Sushioke マーク） */
.footer-mark img {
    width: 100px;
    height: auto;
    display: block;
}

/* 住所 */
.footer-address p {
    font-family: "I-OTF明朝Pro M";
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.03em;
    text-align: left;
}

.footer-address-post,
.footer-address-loc {
    margin-bottom: 4px;
}

.footer-address-tel {
    margin: 12px 0;
}

.footer-address-time {
    margin-top: 12px;
}

.footer-address-note {
    margin-top: 4px;
}

/* メールアドレスだけ白い下線＋白文字 */
.footer-mail-link {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #ffffff;
    text-decoration-thickness: 1px;  /* ← 下線1px */
    text-underline-offset: 3px;
}

/* メールアドレス：ホバー時（赤） */
.footer-mail-link:hover {
    color: #CD4145;                       /* 赤文字（ヘッダーと統一） */
    text-decoration-color: #CD4145;       /* 下線も赤に変わる */
    text-decoration-thickness: 1px;     /* ホバー時も太さ統一 */
    transition: color .2s ease, text-decoration-color .2s ease;

}


/* NOUSO（ブランドロゴ） */
.footer-brand {
    margin: 0;
    margin-top: 28px;
    padding: 0;
}

.footer-brand-image {
    width: 120px;
    height: auto;
    display: block;
}

/* =======================================
   右グループ（言語・3カラム・コピーライト）→ 右寄せ
======================================= */

.footer-right-group {
    display: flex;                 /* 縦積み */
    flex-direction: column;        /* 縦方向に並べる */
    align-items: flex-end;         /* ← 右寄せにする最重要ポイント */
    gap: 32px;                     /* 要素間隔 */
}

/* 言語切り替え */
.footer-lang {
    font-size: 14px;
}

.footer-lang-link {
    color: #F5F5F5;
    text-decoration: none;
}

.footer-lang-link.is-current {
    text-decoration: underline;
}

.footer-lang-separator {
    margin: 0 8px;
    color: #B3B3B3;
}

/* ナビ3カラム */
.footer-nav {
    display: flex;
    justify-content: flex-end;     /* 右寄せ */
    gap: 60px;
    margin-top: 0px;
    margin-right: 120px;
    text-align: left;
}

.footer-nav-col {
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav-title,
.footer-nav-link {
    font-family: "TazuganeGothicStdN-Light";
    font-size: 15px;
    letter-spacing: 0.03em;
    color: #F5F5F5;
    text-decoration: none;
    line-height: 1.7;
}

.footer-nav-title:hover,
.footer-nav-link:hover {
    color: #CD4145;
}

/* コピーライト */
.footer-copy {
    margin: 40px 0 0 0;   /* 上40px・他0 */
    font-family: "TazuganeGothicStdN-Light";
    font-size: 12px;
    color: rgba(255, 255, 255, 0.25);
}

/* フッターの製品一覧アイコン設定 */
.footer-nav-link {
    display: flex;                      /* アイコンと文字を横並びに */
    align-items: center;                /* 垂直センター揃え */
    gap: 8px;                           /* アイコンと文字の距離 */
}

.footer-icon {
    width: 4px;                        /* SVG の横幅（ちょうど良いサイズ） */
    height: auto;                       /* 比率維持 */
    display: inline-block;
    opacity: 0.8;                       /* 少しトーンを落として馴染ませる（任意） */
}



/* =======================================
   お知らせピルボタン
======================================= */

/* 外側：位置とスクロール用フェードだけ担当 */
.notice-pill {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 15;
    font-family: "TazuganeGothicStdN-Light";
    opacity: 1;
    transition: opacity 0.6s ease;
}

/* 内側：初回スライド＋フェードイン */
@keyframes notice-pill-in {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.notice-pill a {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: #333;
    background-color: #ffffff;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    padding: 18px 30px;
    width: auto;
    height: auto;
    opacity: 0;
    transform: translateX(40px);
    animation: notice-pill-in 0.6s ease-out 0.3s forwards;
}

.notice-pill a:hover {
    opacity: 0.7;
    transition: 0.25s ease;
}

/* 「お知らせ」ラベル */
.notice-label {
    color: #CD4145;
    font-size: 16px;
    font-family: "TazuganeGothicStdN-Medium";
    letter-spacing: -0.01em;
}

/* 日付とテキスト */
.notice-date,
.notice-text {
    font-size: 15px;
}

/* スクロールで消すクラス */
.notice-pill.is-hidden {
    opacity: 0;
    pointer-events: none;
}

/* PCではハンバーガーとスマホメニューを非表示 */
.hamburger {
    display: none;
}

.mobile-nav {
    display: none;
}

.mobile-overlay {
    display: none;
}

/* PCではスマホ用アイコンを非表示にする */
.mobile-instagram,
.mobile-facebook {
    display: none;
}

.mobile-lang {
    font-family: "TazuganeGothicStdN-Medium";
    font-weight: 700;
    font-size: 20px;
    color: #CD4145;
    position: fixed;
    top: 18px;
    right: 80px; /* ← ハンバーガーの左に配置 */
    z-index: 3000;
    display: none; /* 初期は非表示（PCでも非表示） */
}

/* PC/共通：元の .bg-slide のアニメーションはそのまま */
.bg-slide,
.bg-slide-sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.bg-slide-sp img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fade 36s infinite;
}

.bg-slide-sp img:nth-child(1) { animation-delay: 0s; }
.bg-slide-sp img:nth-child(2) { animation-delay: 6s; }
.bg-slide-sp img:nth-child(3) { animation-delay: 12s; }
.bg-slide-sp img:nth-child(4) { animation-delay: 18s; }
.bg-slide-sp img:nth-child(5) { animation-delay: 24s; }
.bg-slide-sp img:nth-child(6) { animation-delay: 30s; }


/* デフォルトはPC用だけ表示 */
.bg-slide-sp {
    display: none;
}

.breadcrumb {
  width: 100%;
  max-width: 1080px;
  margin: 20px 0 40px;   /* ← auto を消して左寄せへ */
  padding-left: 30px;    /* ← 左位置を調整（お好みで20〜40px） */
  font-size: 14px;
  color: #666;
  font-family: "TazuganeGothicStdN-Light";
  letter-spacing: 0.05em;
}

.breadcrumb a {
  color: #333;        /* 少し薄いグレー */
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #CD4145;     /* ← 赤 */
  text-decoration: none !important;  /* ← 下線を出さない */
}

.breadcrumb .current {
  color: #999;     /* ← おすすめの薄いグレー */
  opacity: 0.8;    /* ← さらに薄くしたい場合 */
}

.greeting-title {
  max-width: 1080px;
  margin: 80px auto 40px;
  padding: 0 20px;
  font-family: "I-OTF明朝Pro M";
  font-weight: 400;
  font-size: 28px;       /* ← ここを変更。取材動画と完全一致 */
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
}

.greeting-message {
  max-width: 1080px;
  margin: 0 auto 100px;
  padding: 0 20px;
  letter-spacing: 0.01em;
  color: #333;
}



.greeting-message p {
    all: unset;                 /* ← base.css の p を完全リセット */
    display: block;             /* ← p タグに必要なブロック指定を戻す */
    font-family: "TazuganeGothicStdN-Light";
    font-size: 17px;
    line-height: 2.1;
    margin-bottom: 40px;
    text-align: justify;
}

.greeting-sign {
  margin-top: 70px;       /* 挨拶文との間の余白 */
  text-align: left;       /* 左揃え */
}

.greeting-sign .sign-line {
  font-family: "I-OTF明朝Pro M";
  font-size: 21px;
  letter-spacing: 0.03em;
  color: #333;
  margin: 0 0 12px;
}

/* ▼ 署名画像（SVG）のスタイル */
.greeting-sign .sign-image {
  width: 155px;         /* バランスの良い横幅 */
  height: auto;
  margin-top: 15px;     /* 文字との余白 */
  opacity: 0.95;        /* 署名らしく少し淡く */
  display: block;
}

.sns-divider {
  width: 100vw;
  height: 1px;
  background-color: #e2e2e2;
  margin: 40px 0 80px;   /* SNS とのバランス調整 */
}

.product-hover-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 150px 200px 250px;
    gap: 30px 0;
}

.product-hover-list a {
    font-family: "I-OTF明朝Pro M";
    font-size: 18px;
    color: #333;
    text-decoration: none;
    letter-spacing: 0.06em;
}

.product-hover-list a:hover {
    color: #CD4145;
}

/* 下線アニメーション用の追加 */
.product-hover-list a {
    position: relative;
    display: inline-block;
    padding-bottom: 0px; /* 文字と下線の間 */
}

.product-hover-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;
    background-color: #CD4145;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.product-hover-list a:hover::after {
    transform: scaleX(1);
}



.product-hover-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;  /* ← 上揃えに変更 */
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 85px;
    padding-top: 30px;

    padding-left: 360px;   /* ← これを追加（右に寄せる量） */

    height: 100%;
}


/* 右側画像 */
.product-hover-image {
    margin-right: 80px; /* 右余白：スクショ寄せ */
}

.product-hover-image img {
    width: 280px;
    height: auto;
    display: block;
}






/* =======================================
   Responsive (スマホ / トップ固有)
======================================= */

@media screen and (max-width: 600px) {


/* スマホではPC用を消して、スマホ用だけ表示 */
  .bg-slide {
    display: none;
  }
  .bg-slide-sp {
    display: block;
  }

.site-header {
        padding-left: 20px;
        padding-right: 20px;
    }

.logo {
        left: 12px;
    }

.logo img {
    width: 28vw;
}

/* スマホではハンバーガーを表示 */
.hamburger {
    display: block;
    position: static;
    top: 20px;
    right: 20px;
    z-index: 4000;
    background: none;
    border: none;
    padding: 0;
    margin-left: auto;
}

/* ハンバーガーの3本線デザイン */

.global-nav {
        display: none;
    }

.hamburger span {
    display: block;
    width: 34px;
    height: 2px;
    background-color: #666;
    margin: 6px 0;
    transition: 0.3s ease;
}

/* ハンバーガーが active のとき「×」に変形 */
.hamburger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}


/* スマホメニュー本体（フェード表示の準備） */
.mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;                 /* ← もうスライドしない */
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    padding: 80px 20px;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 3000;

    opacity: 0;               /* ← 透明スタート */
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity 0.35s ease, transform 0.35s ease;

}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav li {
    opacity: 0;               /* 最初は透明 */
    transform: translateY(10px);  /* 少し下からスタート */
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* メニューが開いた時に li をふわっと出す */
.mobile-nav.active li {
    opacity: 1;
    transform: translateY(0);
}

/* 上から順にふわっと（0.05秒ずつ遅らせる） */
.mobile-nav.active li:nth-child(1) { transition-delay: 0.05s; }
.mobile-nav.active li:nth-child(2) { transition-delay: 0.10s; }
.mobile-nav.active li:nth-child(3) { transition-delay: 0.15s; }
.mobile-nav.active li:nth-child(4) { transition-delay: 0.20s; }
.mobile-nav.active li:nth-child(5) { transition-delay: 0.25s; }
.mobile-nav.active li:nth-child(6) { transition-delay: 0.30s; }
.mobile-nav.active li:nth-child(7) { transition-delay: 0.35s; }


/* メニューが開いた時（フェードイン） */
.mobile-nav.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.mobile-nav a {
    font-size: 17px;  /* ← ここで大きさ調整 */
    text-decoration: none;
    color: #333333;
    line-height: 2.8;   /* 行間を広げる */
    font-family: "TazuganeGothicStdN-Light";
}



/* 背景の黒いオーバーレイ */
.mobile-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 2000;
}

.mobile-overlay.active {
    opacity: 1;
    /*pointer-events: auto;*/
}

.breadcrumb {
    margin-top: 10px;   /* ← スマホではこれくらいが自然 */
    margin-bottom: 28px; /* 下側はSNSとの距離に合わせて自然に */
    padding-left: 20px;  /* 左位置もスマホでは少し狭めた方が綺麗 */
  }


.home-sections {
    padding-top: 0px;   /* ← ここを詰める（おすすめ 12〜20px） */
    flex-direction: column; /* 横 → 縦 */
    gap: 40px;              /* カード同士の間隔 */
  }

.home-card-title {
    font-size: 16px;   /* ← ここがポイント */
  }

.home-card-image {
  aspect-ratio: 1.414 / 1;
}


.home-card-image img {
    height: 100%;
    object-fit: cover;      /* ← トリミングしながら横長にフィット */
}

    /* Home お知らせ */
    .home-news {
        margin: 24px auto 60px;
    }

    .home-news-item {
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        line-height: 2; 
    }

    .home-news-text {
        margin-left: 0;
        margin-top: 6px;
    }

    .home-news-title {
    font-size: 24px;   /* ← おすすめ */
  }


.video-thumb {
  margin-bottom: 16px;
}

.video-title {
  font-size: 16px;
  letter-spacing: 0.03em;
  margin-top: 2px !important;
}

.video-subtitle {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-top: 8px;
}


.sns-name{
    font-size: 16px;
    margin: 10px 0 6px;
  }


.sns-desc {
    font-size: 14px;
    line-height: 1.6;
  }




    /* 右下ピルボタン */
    .notice-pill {
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .notice-pill a {
        gap: 8px;
        font-size: 13px;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 14px 18px;
    }

    .notice-text {
        flex-basis: 100%;
        margin-top: 4px;
    }

    .notice-pill {
        display: none;
    }

    .mobile-instagram {
        display: block;
        position: fixed;
        bottom: 20px;
        left: 20px;
        width: 42px;
        opacity: 0;
        transform: translateY(6px);
        transition: opacity .35s ease, transform .35s ease;
        z-index: 4000;
    }

    .menu-open .mobile-instagram {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.7s; /* ← ここ追加 */
    }

    /* Facebookアイコン（Instagramの右側） */
    .mobile-facebook {
        display: block;
        position: fixed;
        bottom: 20px;
        left: 80px; /* Instagram の右側に配置 */
        width: 42px;
        opacity: 0;
        transform: translateY(6px);
        transition: opacity .35s ease, transform .35s ease;
        z-index: 4000;
    }

    /* メニューが開いたときだけ表示 */
    .menu-open .mobile-facebook {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.7s; /* ← ここ追加 */
    }

    .mobile-lang {
    display: flex;
    align-items: center;
    gap: 10px; /* JP と矢印の間隔 */
    }

    .mobile-lang-arrow {
        width: 10px;
        height: auto;
    }


/*パンくずリスト*/
    .breadcrumb {
    font-size: 12px;   /* ← スマホ用 */
  }


  /*能祖すし桶製造所についてのタイトル*/
  .greeting-title {
    font-size: 24px;   /* ← スマホ用 */
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .greeting-message p {
    font-size: 15px;    /* ← スマホ用に小さく */
    line-height: 1.9;   /* ← 行間も少し詰める */
    margin-bottom: 28px;
  }

  .greeting-sign .sign-line {
    font-size: 18px;   /* ← スマホ用に少し小さく */
  }


   .greeting-sign .sign-image {
    width: 130px;   /* ← スマホ用 */
    margin-left: 5px;
  }



/* =======================================
   Footer — Clean & Stable Mobile Layout
   ※ デザインは一切変更しない
======================================= */


    .site-footer {
        padding: 20px;
    }


    .footer-mark img {
        margin-top: 10px;
        width: 70px;   /* ← ここを調整 */
      }



  /* 左右のグループを分解して1列扱いにする */
  .footer-left-group,
  .footer-right-group {
    display: contents !important;
  }

  /* フッター全体は縦並び */
  .footer-main {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    gap: 48px;
    align-items: flex-start;
  }

  /* ================================
     1行目：ロゴ（左）＋ JP（右）
  ================================= */

  /* 左右に分けて横並び */
  .footer-mark,
  .footer-lang {
    display: inline-flex !important;
    align-items: flex-start;
    width: auto !important;
  }

  /* ロゴを左側・JP を右側へ */
  .footer-mark  { order: 1; }
  .footer-lang {
    order: 1;
    margin-left: 0 !important;   /* ← 左に戻す */
    text-align: left !important; /* ← 左寄せに補強 */
}

  /* ================================
     2行目以降：標準の縦並び
  ================================= */

  /* サイトマップ */
  .footer-nav {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column !important;
    gap: 32px;
    margin-right: 0 !important;
    text-align: left !important;
  }

  .footer-nav-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }

  /* 住所 */
  .footer-address {
    order: 3;
    width: 100%;
  }

  .footer-address p {
    text-align: left !important;
  }

  /* ブランドロゴ（NOUSO） */
  .footer-brand {
    order: 4;
    width: 100%;
  }

  /* コピーライト */
  .footer-copy {
    order: 5;
    width: 100%;
    font-size: clamp(8px, 2vw, 10px) !important;
    line-height: 1.6 !important;
    text-align: left !important;
    word-break: break-all !important;
    margin-top: 20px;
}

/* ==============================
   スマホメニュー：横スライド
============================== */

/* スライド専用ラッパー */
.mobile-slide {
  display: flex;
  width: 200%;
  height: 100%;
  transition: transform 0.45s cubic-bezier(.4,0,.2,1);
}

.mobile-panel {
  width: 100%;
  box-sizing: border-box;
}

/* 製品一覧表示時 */
.mobile-nav.is-products .mobile-slide {
  transform: translateX(-50%);
}

/* button を a と同じ見た目に */
.mobile-products-trigger,
.mobile-back {
  background: none;
  border: none;
  padding: 0;
  font-family: "TazuganeGothicStdN-Light";
  font-size: 17px;
  color: #333;
  line-height: 2.8;
  cursor: pointer;
}

/* ==============================
   製品一覧：右矢印付き（確定）
============================== */

.mobile-has-arrow .mobile-products-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;

  /* 40px 分の右余白を親に集約 */
  padding-right: 40px;
}

.mobile-arrow-btn {
  margin-left: auto;

  width: 24px;
  height: 24px;
  background-color: #efefef;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}


/* 矢印SVG */
.mobile-arrow-btn img {
  width: 4px;
  height: auto;
  margin-left: 1px;
}

.mobile-back {
  font-size: 12px;      /* ← 好きなサイズに（例：14px） */
  line-height: 2.4;     /* 行間も少し詰める */
  color: #999999;
}


/* ← 製品一覧（アイコン版） */
.mobile-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;              /* アイコンと文字の距離 */
}

/* 左矢印アイコン */
.mobile-back-icon {
  width: 4px;           /* ← 小さめ */
  height: auto;
  display: block;
}

/* 文字側（既存サイズを尊重） */
.mobile-back-text {
  font-size: inherit;
  line-height: inherit;
}





}

/* ★ メニューを開いた時に画面スクロールを完全に止める */
body.menu-open {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    inset: 0;
    width: 100%;
}




