
/* --- フォント（通常体） --- */
@font-face {
  font-family: 'Lambotype'; /* 同じ名前にする */
  src: url('../fonts/Lambotype-Regular.woff2') format('woff2');
  font-weight: normal; 
  font-style: normal;
}

/* --- フォント（極太字-） --- */
@font-face {
  font-family: 'Lambotype';
  src: url('../fonts/LambotypeUltraCnd-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

/* --- フォント（太字-） --- */
@font-face {
  font-family: 'Lambotype-Bold';
  src: url('../fonts/Lambotype-Bold.woff2') format('woff2');
  font-weight: black;
  font-style:normal;
}


:root {
    --brand-yellow: #FFC000;      /* ランボルギーニ・イエロー */
    --brand-yellow-dark: #917300; 
    --brand-black: #000000;
    --brand-white: #ffffff;
}

/* アニメーションの初期状態：透明で少し下に配置 */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
    background-color: transparent;
    z-index: 1; 
}

/* 画面に入った時に付与されるクラス */
.fade-up.is-show {
    opacity: 1;
    transform: translateY(0);
}


/* リセット CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff; 
    font-family: 'Lambotype',"Helvetica Neue", Arial, sans-serif;
    color: #000;
    overflow-x: hidden;
    width: 100%;            /* ★横幅を100%に固定 */
    overflow-x: hidden; 
}

.news-section, 
.model-section {
    background-color: #ffffff !important;
    position: relative;
    /* 隙間を埋めるためのネガティブマージン */
    margin-top: -5px; 
    /* マージンで削れた分、パディングで高さを補填 */
    padding-top: 105px; 
    border: none;
    /* 背面の色が漏れないよう、背景の描画範囲を広げる */
    background-clip: padding-box;
}


.intro {
    background-color: #ffffff !important;
    position: relative;
    /* 隙間を埋めるためのネガティブマージン */
    margin-top: -5px; 
    /* マージンで削れた分、パディングで高さを補填 */
    padding-top:30px; 
    border: none;
    /* 背面の色が漏れないよう、背景の描画範囲を広げる */
    background-clip: padding-box;
}


.fade-up {
    opacity: 0;
    transform: translateY(30px);
    /* 画面外へ消える（.is-showが外れる）ときは2.5秒かけてゆっくり消える設定 */
    transition: opacity 2.5s ease-in, transform 2.5s ease-in; 
    background-color: transparent;
    z-index: 1; 
}

/* --- 画面に入ってきたときのスピード（速くする） --- */
.fade-up.is-show {
    opacity: 1;
    transform: translateY(0);
    /* 画面に入った（.is-showがついた）瞬間は、0.5秒でパッと素早く表示させる */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}


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

.br-sp{
    display: none;
}

.br-480{
    display: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    transition: all 0.3s ease;
    z-index: 100000 !important; /* フルメニューの裏に隠れないよう、圧倒的最前面へ */
    background-color: rgba(0, 0, 0, 0.6) !important; /* 閉じている時は美しい透過色 */
}

/* スクロールされた後のヘッダー（高さを縮めて黒を濃くする） */
.header.scrolled {
    height: 60px;
    background-color: rgba(0, 0, 0, 0.9) !important; 
}

/* スクロール時にロゴを縮小 */
.header.scrolled .logo {
    height: 50px;
    transition: height 0.3s ease;
}

.header-left, .header-right {
    flex: 1;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    align-items: center;
}

.logo {
    height: 60px;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo-text {
    color: #fff;
    font-family: 'Lambotype-Bold', sans-serif;
    font-size: 26px;
    white-space: nowrap; 
}

/* スクロール時のテキストサイズ微調整 */
.header.scrolled .logo-text {
    font-size: 22px; 
    transition: font-size 0.3s ease;
}

.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit; 
    gap: 10px;
}
@media screen and (min-width: 769px) {
  .logo-link {
    gap: 20px;
  }
}

/* --- 電話番号リンク全体の並び調整 --- */
.header-phone-link {
    display: flex;
    align-items: center;
    gap: 8px;               /* アイコンと電話番号の間の隙間 */
    text-decoration: none;
    transition: opacity 0.3s ease;
}

/* 電話番号テキストの基本スタイル */
.header-phone-num {
    color: #ffffff;
    font-size: 18px;       
    font-weight: normal;
    font-family: 'Lambotype', sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    transition: font-size 0.3s ease; /* スクロール時に滑らかに縮小させる */
}

/* 電話リンク全体にホバーした時、アイコンと文字を同時に少し薄くする */
.header-phone-link:hover {
    opacity: 0.5;
}


.icon {
    height: 28px;
    transition: opacity 0.3s;
}

/* 通常時＆ホバー時共通：アイコン全体が少し薄くなる設定（元のまま） */
.icon:hover {
    opacity: 0.5;
}

    /* メールアイコンの初期状態（通常時）のトーンだけをあらかじめ落とす */
.header-right .icon[src*="mail"] {
    opacity: 0.9; 
    filter: brightness(0.90); 
    height: 26px;
}

.header-right .icon[src*="mail"]:hover {
    opacity: 0.5;   
}

/* スクロール時の通常のアイコン（電話など） */
.header.scrolled .icon {
    height: 26px; 
}

/* スクロール時のメールアイコン */
.header.scrolled .header-right .icon[src*="mail"] {
    height: 24px;
}

/* --- ヘッダー・ハンバーガーメニュー周り --- */
.menu-trigger {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 12px;
}

.hamburger {
    width: 30px;
    height: 18px;
    position: relative;
    display: flex;
    align-items: center;
}

.hamburger span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
}

.hamburger span::before,
.hamburger span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
}

.hamburger span::before { top: 0; }
.hamburger span::after { bottom: 0; }

.menu-text {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1em;
}


.full-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    z-index: 99999 !important; 
    background-color: #000000 !important; /* メニュー自体は後ろが透けない真っ黒 */
    padding-top: 100px; /* PCヘッダーの高さ分、中のリンクを下に押し下げる */
}

.full-menu.active {
    opacity: 1;
    visibility: visible;
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
    transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, background-color 0.3s ease !important;
    transform-origin: center !important; 
}

/* ハンバーガーボタンが[active]（開いた状態）になったときの✕印変形 */
.menu-trigger.active .hamburger span {
    background-color: transparent !important;
}

.menu-trigger.active .hamburger span::before {
    top: 50% !important;
    margin-top: -1px; 
    transform: rotate(45deg) !important;
}

.menu-trigger.active .hamburger span::after {
    bottom: 50% !important;
    margin-bottom: -1px; 
    transform: rotate(-45deg) !important;
}

/* メニュー内の古いヘッダーは非表示 */
.menu-header {
    display: none !important;
}

/* メニュー項目のグリッド配置 */
.menu-container {
    flex: 1;
    padding: 60px 50px;
    overflow-y: auto;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
}

.menu-grid li {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}

.menu-grid li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s;
}

.menu-grid li a:hover {
    color: #888;
}

/* 矢印アイコン */
.arrow::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    display: inline-block;
}
/* =============================================
   メインコンテンツの構成
   ============================================= */

/* main全体 */
main {
    width: 100%;
}

/* セクション1：動画（ヒーロー）エリア */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.video-container iframe {
    width: 130vw;  /* 横幅を少し広げて拡大率をアップ */
    height: 130vh; /* 縦幅も合わせて拡大 */
    position: absolute;
    top: 50%;  
    left: 50%;
    transform: translate(-50%, -50%);
}


.video-overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* 紹介（Intro）エリア */
.intro {
    background-color: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* --- 文字アニメーションのベース --- */
.animate-text {
    color: #000;
    /* 縁取りの設定 */
    text-shadow: 
        1.5px 1.5px 0 #fff,
        -1.5px 1.5px 0 #fff,
        1.5px -1.5px 0 #fff,
        -1.5px -1.5px 0 #fff;
}

/* JavaScriptで分割された一文字ずつの設定 */
.animate-text span {
    display: inline-block; /* 必須：これがないと動きません */
    opacity: 0;
    transform: translateY(30px);
    /* 出てくるときの滑らかさ */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 画面に入った時（JSでクラスがついた時）の状態 */
.animate-text.is-show span {
    opacity: 1;
    transform: translateY(0);
}

/* 画面から消えた時は一瞬でリセット（繰り返し用） */
.animate-text:not(.is-show) span {
    transition: none; 
}


.br-tab{
    display: none;
}

.intro-inner {
    display: flex;
    min-height: 100vh; 
    align-items: flex-start; 
    width: 100%;
    box-sizing: border-box;
    position: relative; 
    background-color: #ffffff !important; 
}

/* テキストを囲む全体の箱 */
.intro-content {
    flex: 0 0 auto;
    width: 100%; 
    max-width: none; 

    height: auto;
    overflow: visible; 
    padding: 0 0 100px 80px; 
    
    z-index: 2; 
    color: #000;
    box-sizing: border-box;
    background-color: transparent !important;
}

/* 見出し（h2）のスタイル */
.intro-content h2 {
    font-size: 7.5rem;
    line-height: 0.9;
    margin-bottom: 40px;
    font-family: 'Lambotype';
    font-weight: bold;
    width: max-content;
    max-width: none;
    white-space: nowrap;  
    word-break: keep-all;
    
    /* 元の設定と同じ1.5pxの白縁取り */
    opacity: 1 !important;
    transform: translateY(0) !important;
    color: #000000 !important;
    text-shadow: 
        1.5px 1.5px 0 #fff,
        -1.5px 1.5px 0 #fff,
        1.5px -1.5px 0 #fff,
        -1.5px -1.5px 0 #fff !important;
}

.intro-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    font-family: 'Lambotype';
    color: #000000 !important;
    text-shadow: 
        1.0px 1.0px 0 #fff,
        -1.0px 1.0px 0 #fff,
        1.0px -1.0px 0 #fff,
        -1.0px -1.0px 0 #fff !important;
}

/* 一文字ずつ出すJS用のアニメーション初期設定（白縁を維持） */
.animate-text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.animate-text.is-show span {
    opacity: 1;
    transform: translateY(0);
}

.animate-text span:nth-child(1) { transition-delay: 0.1s; }
.animate-text span:nth-child(2) { transition-delay: 0.2s; }
.animate-text span:nth-child(3) { transition-delay: 0.3s; }
.animate-text span:nth-child(4) { transition-delay: 0.4s; }
.animate-text span:nth-child(5) { transition-delay: 0.5s; }
.animate-text span:nth-child(6) { transition-delay: 0.6s; }

.intro-text {
    opacity: 1 !important;
    transform: none !important;
}

/* 画像エリア：最初の状態（50%）から絶対に巨大化させないロック設定 */
.intro-bg-container {
    flex: 0 0 50%; 
    position: absolute; 
    top: 0;
    right: -5%; 
    height: 100vh; 
    z-index: 1;
}

.intro-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right bottom; 
}

/* Introセクション内のボタン配置調整 */
.intro-btn-area {
    margin-top: 50px;
}


/* --- News Section --- */
.news-section {
    padding: 100px 0 50px;
    background-color: #fff;
    color: #000;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.news-title {
    text-align: center;
    margin-bottom: 60px;
}

.news-title p {
    font-size: 7rem;
    font-family: 'Lambotype';
    letter-spacing: 0em;
    font-weight: bold;
}

.news-title h2 {
    font-size: 1rem;
    margin-top: 10px;
    font-family: 'Lambotype';
    font-weight: normal;
}

/* Featured News (大きい記事) */
.news-featured {
    display: flex;
    background: #fff;
    text-decoration: none;
    color: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.news-featured:hover {
    transform: translateY(-5px);
}

/* --- Newバッジ（三角形デザイン） --- */
.news-featured {
    position: relative;
    overflow: visible; 
    display: flex;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 50px;
    text-decoration: none;
    color: #000;
}

/* バッジの修正：マイナスの値で左上にずらす */
.news-badge {
    position: absolute;
    top: -10px; 
    left: -10px; 
    
    width: 100px;
    height: 100px;
    background-color: #000;
    color: #fff;
    z-index: 5;
    
    /* 三角形に切り抜き */
    clip-path: polygon(0 0, 100% 0, 0 100%);
    
    /* 文字の位置調整 */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 14px;
    padding-left: 15px;
    
    /* フォント設定 */
    font-family: 'Lambotype';
    font-weight: bold;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.featured-img {
    flex: 0 0 50%;
    overflow: hidden; 
}

.featured-img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.featured-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* News Grid (3枚並び) */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-item {
    background: #fff;
    text-decoration: none;
    color: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.news-item:hover {
    transform: translateY(-5px);
}

.news-img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.news-info {
    padding: 20px;
}

.date {
    display: block;
    color: #FFC000; 
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.news-info p {
  line-height: 1.4em;
  margin: 0;
}

.news-item:hover .date, 
.news-item:hover p {
  text-decoration: none;
}

/* Button */

.news-btn-area {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    text-align: center;
}


.btn-yellow {
    background-color: var(--brand-yellow);
    color: #000;
    padding: 15px 60px;
    text-decoration: none;
    font-weight: normal;
    transition: background-color 0.3s;
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    gap: 10px;  
}

.btn-yellow:hover {
    background-color:#000;
    color: #fff;
    text-decoration: none;
    transform: translateY(1px);
    opacity: 0.8;
}


/*モデルラインナップ*/

.model-section {
    padding: 100px 0;
    background-color: #fff; /* 背景は白 */
    color: #000;
    overflow: hidden;
}

.model-title {
    text-align: center;
    margin-bottom: 120px;
}

/* 巨大な背景文字 */
.model-title p{
    font-size: 7rem;
    font-family: 'Lambotype';
    letter-spacing: 0em;
    font-weight: bold;
}

/* 日本語タイトル */
.model-title h2 {
    font-size: 1rem;
    margin-top: 10px;
    font-family: 'Lambotype';
    font-weight: normal;
}

/* =============================================
   MODEL LINEUP スライダー (Swiper)設定
   ============================================= */

/* コンテナの安定化 */
.model-section {
    padding: 100px 0 0;
    background-color: #ffffff !important;
    overflow: hidden; /* セクション外のはみ出しをカット */
}

.modelSwiper {
    padding: 60px 0 100px;
    position: relative;
    /* 【重要】1.8枚設定で左右のスライドを常に強制描画させる */
    overflow: visible !important; 
}

/* 各スライドの基本設定（左右に控えている状態） */
.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.8s ease, opacity 0.8s ease;
    z-index: 1;
}

.model-card {
    text-align: center;
    width: 100%;
    opacity: 0.2; 
    transform: scale(0.7); 
    transition: inherit;
}

.model-card h3 {
    font-size: 80px; /* 少し調整 */
    font-family: 'Lambotype';
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    transition: opacity 0.5s ease;
    opacity: 0; /* 中央以外は車名を見せない */
}

.car-img {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* 中央の車両強調 */
.swiper-slide-active,
.swiper-slide-duplicate-active {
    z-index: 10 !important; /* 中央を最前面に */
}

.swiper-slide-active .model-card,
.swiper-slide-duplicate-active .model-card {
    opacity: 1 !important;
    transform: scale(1) !important; /* 100%（アップ）表示 */
}

.swiper-slide-active .model-card h3,
.swiper-slide-duplicate-active .model-card h3 {
    opacity: 1; /* 中央だけ名前を表示 */
}

/* More detail ボタン（中央スライド専用） */
.model-btn-area {
    margin-top: 50px;
}

.btn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: linear-gradient(to bottom, #666 0%, #000 100%);
    color: #fff;
    padding: 15px 60px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.1em;
    border: 1px solid #444;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.btn-more span {
    font-size: 20px;
    line-height: 1;
}

.btn-more:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    transform: translateY(2px);
}

/* 六角形ナビゲーションボタン */
.hex-nav {
    width: 60px !important;
    height: 70px !important;
    background: linear-gradient(to bottom, #666 0%, #000 100%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    color: #fff !important;
    transition: opacity 0.3s;
    z-index: 20;
}

.hex-nav::after {
    font-size: 20px !important;
    font-weight: bold;
}

.swiper-button-prev.hex-nav { left: 50px; }
.swiper-button-next.hex-nav { right: 50px; }
.hex-nav:hover { opacity: 0.7; }

/* セクション下部ボタン */
.model-section .section-btn-area {
    display: flex;
    justify-content:center;
    margin-top: 40px;
}

/* --- Exhibition Section --- */

.exhibition-section {
    padding: 100px 0 0;
    background-color: #fff; /* 背景は白 */
    color: #000;
    overflow: hidden;
}

.exhibition-section .container {
    max-width: 1400px; 
}
.section-title {
    text-align: center;
    margin-bottom: 120px;
}

/* 巨大な背景文字 */
.section-title p{
    font-size: 7rem;
    font-family: 'Lambotype';
    letter-spacing: 0em;
    font-weight: bold;
}

.section-title h2 {
    font-size: 1rem;
    margin-top: 10px;
    font-family: 'Lambotype';
    font-weight: normal;
}
.exhibition-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.exhibition-card {
    background: transparent; 
    padding: 20px;
    border: 1px solid transparent; 
    transition: all 0.4s ease;
    text-decoration: none;
}

.exhibition-card:hover {
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
    text-decoration: none;
}

.card-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

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

.card-content {
    padding: 0 10px;
}

.card-content .brand {
    font-size: 0.75rem;
    color: #888;
    margin-bottom: 5px;
}

.card-content h3 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 5px;
}

.card-content .spec {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.status-tag {
    display: inline-block;
    border: 1px solid #333;
    font-size: 0.65rem;
    padding: 2px 8px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

/* カラー情報のテーブル風レイアウト */
.color-info {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-bottom: 20px;
}

.color-info dl {
    display: grid;
    grid-template-columns: 80px 1fr;
    row-gap: 5px;
    font-size: 0.75rem;
}

.color-info dt {
    color: #999;
}

.color-info dd {
    color: #333;
}

.card-content .price {
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: 10px;
}

.card-content .price.sold {
    color: #666; 
}

/* exhibitionセクション内のボタンの位置調整 */
.exhibition-section .section-btn-area {
    margin-top: 80px;       /* グリッドとの間の余白 */
    display: flex;
    justify-content: center; 
}

/* --- selezione Section --- */

.selezione-section {
    padding: 100px 0;
    background-color: #fff; /* 背景は白 */
    color: #000;
    overflow: hidden;
}

.selezione-section .container {
    max-width: 1400px; 
}
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

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

.selezione-card {
    background: transparent; 
    padding: 20px;
    border: 1px solid transparent; 
    transition: all 0.4s ease;
    text-decoration: none;
}

.selezione-card:hover {
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
    text-decoration: none;
}

.card-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

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

.card-content {
    padding: 0 10px;
}

.card-content .brand {
    font-size: 0.75rem;
    color: #888;
    margin-bottom: 5px;
}

.card-content h3 {
    color: #000;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 5px;
}

.card-content .spec {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.status-tag {
    display: inline-block;
    border: 1px solid #333;
    color: #000;
    font-size: 0.65rem;
    padding: 2px 8px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

/* カラー情報のテーブル風レイアウト */
.color-info {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-bottom: 20px;
}

.color-info dl {
    display: grid;
    grid-template-columns: 80px 1fr;
    row-gap: 5px;
    font-size: 0.75rem;
}

.color-info dt {
    color: #999;
}

.color-info dd {
    color: #333;
}

.card-content .price {
    color: #000;
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 10px;
}

.card-content .price.sold {
    color: #666; 
}

/* selezioneセクション内のボタンの位置調整 */
.selezione-section .section-btn-area {
    margin-top: 80px;       /* グリッドとの間の余白 */
    display: flex;
    justify-content: center; 
}

/* ==========================================================================
   車両情報エリア
   ========================================================================== */
p.grade-name {
    font-size: 0.8rem;
    color: #888;
}

.car-details-inline {
    padding-top: 12px;
    margin-bottom: 15px;
    display: flex;             /* 横並びにする */
    flex-wrap: wrap;           /* スマホなど画面が狭いときは自然に折り返す */
    align-items: center;
    gap: 0 10px;               /* 要素同士の最小の左右の隙間 */
}

/* 車両情報テーブル形式（1行ずつ積み上げ） */
.car-details-table {
    padding-top: 15px;
}

.car-details-table dl {
    display: flex;             /* dtとddを横に並べる */
    justify-content: flex-start;
    margin-bottom: 3px;        /* 行同士の間隔 */
    font-size: 0.85rem;
    line-height: 1.4;
}

.car-details-table dt {
    width: 80px; 
    color: #888; 
    flex-shrink: 0;
}

/* ラベルの後にコロンを付与 */
.car-details-table dt::after {
    content: "：";
}

.car-details-table dd {
    margin: 0;
    color: #888;
    font-weight: 500;
}

/* 最後の行の余白をリセット */
.car-details-table dl:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   Full Banner Section
   ========================================================================== */
.full-bunner {
    width: 100%;
    background-color: #000;
}

.banner-item {
    position: relative;
    width: 100%;
    height: 550px; /* バナーの高さ */
    overflow: hidden;
    display: flex;
    align-items: center; /* コンテンツを上下中央に配置 */
}

/* 巨大な背景画像エリア */
.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像の比率を保ったまま全画面カバー */
}

.banner-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35); /* 0.35＝35%の黒フィルター */
}

/* 文字とボタンを乗せるコンテナ */
.bunner-content {
    position: relative;
    z-index: 2; /* 背景画像より前に出す */
    width: 100%;
}

/* コンテナ内での左右振り分け構造 */
.bunner-inner {
    display: flex;
    justify-content: space-between; /* テキストを左、ボタンを右に */
    align-items: flex-end;         /* 両者の下辺をビシッと揃える */
}

/* テキストエリア（英・日） */
.banner-text {
    display: flex;
    flex-direction: column;
}

/* 英語タイトル */
.banner-text .en {
    display: block;
    font-family: 'Lambotype', sans-serif;
    font-size: 7rem; 
    font-weight: bold;
    color: #fff;
    line-height: 1.05;
    letter-spacing: 0.03em;
}

/* 日本語タイトル */
.banner-text .jp {
    display: block;
    font-size: 1rem;
    color: #ffffff;
    margin-top: 15px; 
    font-weight: normal;
    font-family: 'Lambotype';
}

/* ボタンエリア */
.banner-btn-area {
    flex-shrink: 0; 
}


.btn-outline span {
    margin-left: 8px;
    font-size: 0.75rem;
}

/* --- Shop Info Section --- */
.shop-info-section {
    color: #fff;
    padding: 35px 40px; 
    border-top: 1px solid #333;
    background: linear-gradient(to bottom, #555454 0%, #000000 100%);
}

.shop-info-flex {
    display: flex;
    justify-content: flex-start; 
    align-items: flex-start;
    gap: 40px;
    max-width: 1100px; 
    margin: 0 auto; 
    width: 100%;
}

.shop-info-section .logo-text {
    font-family: 'Lambotype-Bold', sans-serif;
    font-weight: bold;
}

/* 左側エリア（ロゴとSNS） */
.shop-info-left {
    flex: 0 0 30%; 
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px; 
    margin-bottom: 25px;
}

.brand-logo img {
    height: 50px; 
}

.brand-logo span {
    font-size: 1.25rem; 
    font-weight: normal;
    font-family: 'Lambotype', sans-serif;
    letter-spacing: 0;
}

.sns-icons {
    display: flex;
    gap: 25px;
    margin-left: 0; 
}

.sns-icons img {
    width: 30px;
    height: auto;
    transition: filter 0.3s ease, opacity 0.3s ease;
    filter: grayscale(0%); 
}

/* ホバー時：グレーにする */
.sns-icons a:hover img {
    filter: grayscale(100%) brightness(60%);         
    opacity: 0.7;
}

.info-table {
    flex: 0 0 30%;
    border-top: none; 
}

.info-group-name {
    padding: 3px 0; 
    font-size: 1rem;
    font-weight: bold; 
    color: #fff;
    margin-bottom: 5px; 
}

.info-group-name p {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

.info-row {
    display: block; 
    padding: 3px 0;
}

.info-row p {
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
}

/* ショップ情報内のリンクの見た目 */
.info-row p a {
    color: inherit;
    text-decoration: none; 
}
.info-row p a:hover {
    opacity: 0.7; 
}

/* --- 店舗画像のスタイル --- */
.shop-image {
    flex: 0 0 30%; 
    margin-top: 6px; 
    overflow: hidden;
}

.shop-image img {
    width: 100%; 
    height: auto;
    display: block;
    object-fit: cover;
}

/*footer*/

footer {
    background-color: #000;
    color: #b9b9b9;
    padding: 10px 0;
}

p.copyright {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1em;
    margin: 0;
}

.copyright small {
    display: block;
}


/* --- ページトップへ戻るボタン --- */
.page-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    opacity: 0;           /* 最初は隠す */
    visibility: hidden;
    transition: all 0.3s ease;
}

/* スクロールして表示された時 */
.page-top.is-show {
    opacity: 1;
    visibility: visible;
}

.page-top a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #000;
    border: 1px solid #333;
    position: relative;
    transition: background-color 0.3s;
}

/* 矢印（上向き） */
.page-top a::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.page-top a:hover {
    background-color: var(--brand-yellow); /* ホバーでブランドカラーに */
    border-color: var(--brand-yellow);
}

.page-top a:hover::after {
    border-color: #000; /* ホバーで矢印を黒に */
}


/* ======================================================
   ★下層ページ（sub-page）共通のスタイル定義
   ====================================================== */

/*  コンテンツが空でもフッターが浮き上がらないように画面最下部に固定 */
html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
main {
    flex: 1; 
}

/*  下層ページではヘッダーバーを最初から「透過なしの完全な黒」に固定 */
.sub-page .header,
.sub-page .header.scrolled {
    background-color: rgba(0, 0, 0, 1) !important; 
}

.sub-page .header::before {
    background-color: rgba(0, 0, 0, 1) !important;
}

.sub-page-header {
    background-color: #ffffff;
    padding: 110px 20px 80px;  
    text-align: center;
}

/* --------------------------------------------------
    パンくずリスト
   -------------------------------------------------- */
.breadcrumb {
    padding: 120px 50px 20px;
    max-width: none;         
    margin: 0;            
    background-color: #ffffff; /* 下のタイトルエリアと同じ背景色にして一体化 */
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center; 
}

.breadcrumb li {
    font-size: 0.8rem; 
    font-family: 'Lambotype', sans-serif;
    color: #474747;            /* 現在のページ名（日本語）の色 */
    line-height: 1;            /* 行の高さを固定して文字のブレを防止 */
    display: flex;
    align-items: center;
}

/* 戻れるリンク（TOP）の見た目 */
.breadcrumb li a {
    color: #000000; 
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1;
}

.breadcrumb li a:hover {
    color: var(--brand-yellow); 
}

/* 区切り文字（ > ）の位置と縦中央揃え */
.breadcrumb li:not(:last-child)::after {
    content: ">";
    margin: 0 10px;
    color: #474747;
    font-size: 0.75rem;
    display: inline-block;
    line-height: 1;
}

/* タイトルエリア側の余白調整 */
.sub-page-header {
    background-color: #ffffff;
    padding: 40px 20px 80px;  
    text-align: center;
}

.sub-title-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.sub-title-inner .en-title {
    font-size: 7rem; 
    font-family: 'Lambotype', sans-serif;
    font-weight: bold;
    color: #000000;             /* ビシッと引き締まった黒文字 */
    letter-spacing: 0em;        /* スクショ通りのタイトな文字間隔 */
    line-height: 1;
    margin: 0;
    text-transform: uppercase;   /* 強制的に大文字化 */
}

.sub-title-inner h2 {
    font-size: 1rem; 
    margin-top: 10px;  
    font-family: 'Lambotype', sans-serif;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0.05em;
    line-height: 1;
}

.sub-page .exhibition-section {
    padding-top: 40px;       
    margin-bottom: 100px; 
}

.sub-page .selezione-section{
    padding-top: 40px;       
}


/*ページネーション*/

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;      /* ニュースグリッドとの間の適切な余白 */
    margin-bottom: 150px;   /* フッターとの間の余白 */
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;             /* ボタン同士の間隔 */
    align-items: center;
}

/* 各ボタン共通の正方形ベース */
.pagination li {
    width: 45px;
    height: 45px;
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lambotype', sans-serif;
    font-size: 0.95rem;
    font-weight: normal;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* リンク付きボタンの文字設定 */
.pagination li a {
    color: #000000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* 通常の数字・矢印ボタンのホバー */
.pagination li:not(.active):not(.inactivated):hover {
    background-color: #000000;
    border-color: #000000;
}
.pagination li:not(.active):not(.inactivated):hover a {
    color: #ffffff;
}

/* 現在地（active）のボタン */
.pagination li.active {
    background-color: var(--brand-yellow);
    border-color: var(--brand-yellow);
    color: #000000;
    /*font-weight: bold;*/
}

/* 矢印（< , >）ボタンの少しスマートな文字配置 */
.pagination li.page-arrow {
    font-weight: bold;
    cursor: pointer;
    font-size: 25px;
}

/* 無効化された矢印（1ページ目の「前へ」などクリックできないボタン） */
.pagination li.inactivated {
    color: #cccccc;
    border-color: #eeeeee;
    cursor: not-allowed; /* マウスを乗せると禁止マークになる仕様 */
}


/* ==========================================================================
   お問い合わせフォーム（Enquiry Form）専用スタイル
   ========================================================================== */
.enquiry-form-section {
    background-color: #ffffff;
    padding: 20px 0 100px;
}

/* 上部テキストエリア */
.form-intro {
    max-width: 1100px;
    margin: 0 auto 60px;
    padding: 0 10px;
}

.form-intro p {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #605E5C;
    margin-bottom: 8px;
}

/* フォーム全体のラッパー */
.enquiry-form {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}

/* フォーム行（1項目ごと） */
.form-group {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px dotted #cccccc; 
}

.form-group:first-of-type {
    border-top: none;
}

/* 左側：ラベルエリア */
.form-label {
    flex: 0 0 250px; 
    padding-right: 20px;
}

.form-label label {
    font-size: 0.95rem;
    color: #605E5C;
    font-weight: normal;
}

/* 必須の「＊」印 */
.required {
    color: #605E5C;
    margin-left: 2px;
}

/* 右側：入力エリア */
.form-input {
    flex: 1;
    display: flex;
    align-items: center;
}

/* テキスト入力欄の共通スタイル */
.form-input input[type="text"], 
.form-input input[type="tel"], 
.form-input input[type="email"] {
    width: 100%;
    max-width: 450px; 
    height: 45px;
    padding: 0 15px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    font-size: 0.95rem;
    color: #000000;
    outline: none;
    transition: border-color 0.3s ease;
}

/* 郵便番号などの短い入力欄 */
.form-input input[type="text"].input-short {
    max-width: 170px;
}

/* セレクトボックス（ドロップダウン）のスタイル */
.form-input select {
    width: 100%;
    max-width: 250px;
    height: 45px;
    padding: 0 15px 0 10px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    font-size: 0.9rem;
    color: #000000;
    outline: none;
    cursor: pointer;
}

/* 入力プレースホルダーの文字色 */
.form-input ::placeholder {
    color: #999999;
}

.form-input input:focus,
.form-input select:focus {
    border-color: #000000;
}

/* --- お問い合わせ内容（textarea）専用のスタイルを追加 --- */
.form-input textarea {
    width: 100%;
    max-width: 700px; 
    padding: 15px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    font-size: 0.95rem;
    color: #000000;
    outline: none;
    resize: vertical; 
    transition: border-color 0.3s ease;
}

/* フォーカス時の色変化 */
.form-input textarea:focus {
    border-color: #000000;
}

/* お問い合わせ内容だけ、ラベルを上揃え（縦の開始位置を合わせる）にするための調整クラス */
.form-group.align-start {
    align-items: flex-start;
}
.form-group.align-start .form-label {
    padding-top: 10px; 
}


/* チェックボックスエリア */
.checkbox-input {
    gap: 10px; /* ボックスと文字の間の隙間 */
}

.checkbox-input input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #000000; /* チェック時の色をシックな黒に（対応ブラウザのみ） */
}

#agree_label {
    font-size: 0.95rem;
    color: #605E5C;
    cursor: pointer;
}


/* 送信ボタンのレイアウト */
.form-submit-area {
    width: 100%;
    display: block;
    text-align: center;  
    margin-top: 60px;
}

/* 送信ボタン（ランボルギーニ仕様のイエローボタン） */
.form-submit-area .btn-submit {
    display: inline-block; 
    background-color: var(--brand-yellow); 
    color: #000000;
    font-size: 1rem;
    font-family: Lambotype-Bold;
    letter-spacing: 0.1em;
    border: none;
    padding: 18px 0;
    width: 100%;
    max-width: 380px; 
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05); 
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* ホバー（マウスを乗せたとき）の演出 */
.form-submit-area .btn-submit:hover {
    text-decoration: none;
    background-color: #000000;             /* 背景が黒に変化 */
    color: #ffffff;                        /* 文字が白に変化 */
}

/* フォーム内のテキストリンク（青色をリセットして黒にする） */
.form-intro p .form-link {
    color: #605E5C;
    text-decoration: none;
    transition: color 0.3s ease; 
}

/* マウスを乗せたとき（ホバー時）の演出 */
.form-intro p .form-link:hover {
    opacity: 0.7; 
    text-decoration: none;
}

/* ==========================================================================
   下層ページ内セクション挿入型 準備中スタイル
   ========================================================================== */

/* 準備中セクション全体の囲み（白背景・上下にしっかり余白を取る） */
.coming-soon-section {
    background-color: #ffffff !important;
    padding: 100px 20px 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 中央にギュッと集めるためのコンテナ */
.coming-soon-content {
    text-align: center;
    max-width: 500px;
    width: 100%;
}

/* セクション内の黒ロゴ調整 */

.cs-body-logo {
    display: flex;
    justify-content: center; /* 左右中央揃え */
    margin-bottom: 45px;
}

.cs-logo-flex {
    display: flex;
    align-items: center;    /* 上下中央揃え */
    gap: 15px;              /* ロゴと文字の間の隙間 */
}

.cs-logo-img {
    height: 75px;       
    width: auto;
    display: block;
    filter: brightness(0);  
}

.cs-logo-text {
    color: #000000;  
    font-family: 'Lambotype-Bold', sans-serif; 
    font-size: 33px;  
    white-space: nowrap;    
}

/* メッセージテキスト */
.cs-body-message {
    margin-bottom: 55px;
}

.cs-body-message h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

.cs-body-message p {
    font-size: 1.2rem;
    color: #000000; 
}

/* 黒いアウトラインの戻るボタン */
.btn-black-outline {
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    font-size: 1rem;
    padding: 15px 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Lambotype-Bold', sans-serif;
}

/* ボタンホバー時に黒背景・白文字に反転 */
.btn-black-outline:hover {
    text-decoration: none;
    background-color: #FFC000;
    color: #000000;
}


@media screen and (max-width: 1100px) {
.intro-inner {
        display: flex;
        flex-direction: row; /* 横並びを完全にキープ */
        min-height: 100vh;
        width: 100%;
        background-color: transparent !important;
    }

    .intro-content {
        width: 100%;
        max-width: none;
        padding: 0 0 80px 40px; /* 左の余白を少しスリムに */
        background-color: transparent !important;
    }

    .intro-content h2 {
        font-size: 5rem;
        white-space: nowrap;
        word-break: keep-all;
    }
    
    /* ★画像エリア：PC版のサイズと完璧に同一の比率を強制固定 */
    .intro-bg-container {
        flex: 0 0 50%; 
        position: absolute; 
        top: 0;
        right: -5%; 
        height: 100vh;
        z-index: 1;
    }
}

/* =============================================
   タブレット用 (max-width: 1024px)
   ============================================= */
@media screen and (max-width: 1024px) {
    .header { height: 85px; padding: 0 30px; }
    .logo { height: 50px; }
    .side-menu { width: 300px; left: -300px; }

    /* スクロールされた後のスタイル */
    .header.scrolled {
        height: 70px; /* 狭まった時の高さ */
        background-color: rgba(0, 0, 0, 0.95); 
    }
    
    /* ロゴも一緒に小さくする場合 */
    .header.scrolled .logo {
        height: 45px; /* 通常65pxから縮小 */
        transition: height 0.3s ease;
    }

    .logo-text {
        font-family: 'Lambotype-Bold', sans-serif;
        font-size: 22px;
    }

    /* スクロール時のテキストサイズ微調整 */
    .header.scrolled .logo-text {
        font-size: 20px; 
        transition: font-size 0.3s ease;
    }

    /* 電話番号テキストの基本スタイル */
    .header-phone-num {
        font-size: 15px;       
    }

    .br-tab{
        display: block;
    }

    .intro-content p {
        font-size: 1rem;
        line-height: 1.6;
        font-family: 'Lambotype';
    }

    .intro-content {
        width: 60%;
        max-width: 60%; 
        padding: 0 0 60px 30px;
        background-color: transparent !important;
    }
    .intro-content h2 {
        font-size: 5rem;
        white-space: nowrap;
        word-break: keep-all;
        text-shadow: 
            1.5px 1.5px 0 #fff,
            -1.5px 1.5px 0 #fff,
            1.5px -1.5px 0 #fff,
            -1.5px -1.5px 0 #fff !important;
    }
    .intro-bg-container {
        flex: 0 0 40%; 
        position: absolute;
        top: 0;
        right: -5%; 
        height: 100vh;
        z-index: 1;
    }
    
    .intro-bg-img {
        width: 100%;
        height: 90%;
        object-fit: cover;
        object-position: right bottom; 
    }



    .news-title p {
        font-size: 5rem;
        font-family: 'Lambotype';
        letter-spacing: 0em;
        font-weight: bold;
    }
    
    .news-grid { grid-template-columns: 1fr 1fr; }

    /*モデルラインナップ*/

    .model-title p {
        font-size: 5rem;
        line-height: 1.1;
        margin-bottom: 20px;
        text-shadow: 
            1.5px 1.5px 0 #fff,
            -1.5px 1.5px 0 #fff,
            1.5px -1.5px 0 #fff,
            -1.5px -1.5px 0 #fff;
        line-height: 1.1;
    }

    .model-title h2 {
        color: #000;
        font-size: 1rem;
        font-weight: normal;
        text-shadow: 0.7px 0.7px 0 #fff, -0.7px 0.7px 0 #fff, 0.7px -0.7px 0 #fff, -0.7px -0.7px 0 #fff;
    }

    .model-card h3{
        font-size: 60px;
    }

    /* 巨大な背景文字 */
    .section-title p{
        font-size: 5rem;
        font-family: 'Lambotype';
        letter-spacing: 0em;
        font-weight: bold;
    }

    .section-title h2 {
        font-size: 1rem;
    }


    .exhibition-grid {
        grid-template-columns: 1fr 1fr; /* タブレットは2列 */
    }

    .selezione-grid {
        grid-template-columns: 1fr 1fr; /* タブレットは2列 */
    }

    .banner-text .en {
        font-size: 5.5rem; /* タブレットサイズでは少し文字を小さく */
    }

    .shop-info-section {
        padding: 50px 20px; 
    }


    .shop-info-flex {
        flex-direction: column;
        align-items: center; 
        gap: 40px; 
    }

    /* 左側エリアを100%にして中央揃え */
    .shop-info-left {
        flex: 0 0 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .brand-logo {
        justify-content: center;
        margin-bottom: 20px;
        gap: 10px;
    }

    .brand-logo img {
        height: 55px;
    }

    .brand-logo span {
        font-size: 1.2rem;
    }

    .sns-icons {
        justify-content: center;
        margin-left: 0;
    }

    .info-table {
        border-top: none;
        width: max-content; 
        max-width: 100%;       /* 万が一超小型のスマホ画面になっても画面外にはみ出さないための保険 */
        text-align: left;
        margin: 0 auto;    
    }

    .info-group-name {
        padding: 3px 0;
        font-size: 1.2rem;
        font-weight: normal;
        color: #fff;
        margin-bottom: 12px;
        text-align: left; 
    }

    /* スマホ・タブレット共通のテキスト設定 */
    .info-row {
        padding: 6px 0; 
        text-align: left; 
        white-space: nowrap; 
    }

    .info-row p {
        font-size: 0.95rem;
    }

    /* 右側：店舗画像 */
    .shop-image {
        flex: 0 0 100%;
        width: 100%;
        max-width: 450px; 
        margin: 0 auto; 
        margin-top: 10px;
    }



    /* ======================================================
    ★下層ページ（sub-page）共通のスタイル定義
    ====================================================== */

    /*  コンテンツが空でもフッターが浮き上がらないように画面最下部に固定 */
    html, body {
        height: 100%;
    }
    body {
        display: flex;
        flex-direction: column;
    }
    main {
        flex: 1; /* mainエリアが自動で縦幅を埋め、フッターを下に押し下げ */
    }

    /*  下層ページではヘッダーバーを最初から「透過なしの完全な黒」に固定 */
    .sub-page .header,
    .sub-page .header.scrolled {
        background-color: rgba(0, 0, 0, 1) !important; 
    }

    .sub-page .header::before {
        background-color: rgba(0, 0, 0, 1) !important;
    }

    .sub-page-header {
        background-color: #ffffff;
        padding: 110px 20px 80px;  
        text-align: center;
    }

    /* --------------------------------------------------
        パンくずリスト
    -------------------------------------------------- */
    .breadcrumb {
        padding: 120px 30px 20px;
        max-width: none;         
        margin: 0;            
        background-color: #ffffff; 
    }

    .breadcrumb ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        align-items: center; 
    }

    .breadcrumb li {
        font-size: 0.8rem; 
        font-family: 'Lambotype', sans-serif;
        color: #474747;            /* 現在のページ名（日本語）の色 */
        line-height: 1;            /* 行の高さを固定して文字のブレを防止 */
        display: flex;
        align-items: center;
    }

    /* 戻れるリンク（TOP）の見た目 */
    .breadcrumb li a {
        color: #000000; 
        text-decoration: none;
        transition: color 0.3s ease;
        line-height: 1;
    }

    .breadcrumb li a:hover {
        color: var(--brand-yellow); 
    }

    /* 区切り文字（ > ）の位置と縦中央揃え */
    .breadcrumb li:not(:last-child)::after {
        content: ">";
        margin: 0 10px;
        color: #474747;
        font-size: 0.75rem;
        display: inline-block;
        line-height: 1;
    }

    /* タイトルエリア側の余白調整 */
    .sub-page-header {
        background-color: #ffffff;
        padding: 40px 20px 80px;  
        text-align: center;
    }

    .sub-title-inner {
        max-width: 1200px;
        margin: 0 auto;
    }

    .sub-title-inner .en-title {
        font-size: 5rem; 
        font-family: 'Lambotype', sans-serif;
        font-weight: bold;
        color: #000000;             
        letter-spacing: 0em;
        line-height: 1;
        margin: 0;
        text-transform: uppercase;   /* 強制的に大文字化 */
    }

    .sub-title-inner h2 {
        font-size: 1rem; 
        margin-top: 10px;  
        font-family: 'Lambotype', sans-serif;
        font-weight: normal;
        color: #000000;
        letter-spacing: 0.05em;
        line-height: 1;
    }

    .sub-page .exhibition-section {
        padding-top: 0px;       
        margin-bottom: 80px; 
    }

    .sub-page .selezione-section{
        padding-top: 0px;       
    }




    /*ページネーション*/

    .pagination-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 80px;      
        margin-bottom: 150px;   /* フッターとの間の余白 */
    }

    .pagination {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        gap: 12px;             /* ボタン同士の間隔 */
        align-items: center;
    }

    /* 各ボタン共通の正方形ベース */
    .pagination li {
        width: 45px;
        height: 45px;
        border: 1px solid #e0e0e0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Lambotype', sans-serif;
        font-size: 0.95rem;
        font-weight: normal;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

    /* リンク付きボタンの文字設定 */
    .pagination li a {
        color: #000000;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    /* 通常の数字・矢印ボタンのホバー */
    .pagination li:not(.active):not(.inactivated):hover {
        background-color: #000000;
        border-color: #000000;
    }
    .pagination li:not(.active):not(.inactivated):hover a {
        color: #ffffff;
    }

    /* 現在地（active）のボタン */
    .pagination li.active {
        background-color: var(--brand-yellow);
        border-color: var(--brand-yellow);
        color: #000000;
        /*font-weight: bold;*/
    }

    /* 矢印（< , >）ボタンの少しスマートな文字配置 */
    .pagination li.page-arrow {
        font-weight: bold;
        cursor: pointer;
    }

    /* 無効化された矢印（1ページ目の「前へ」などクリックできないボタン） */
    .pagination li.inactivated {
        color: #cccccc;
        border-color: #eeeeee;
        cursor: not-allowed; /* マウスを乗せると禁止マークになる仕様 */
    }

    
}

/* =============================================
   スマホ用 (max-width: 767px)
   ============================================= */
@media screen and (max-width: 767px) {
    .header { height: 85px; padding: 0 15px; }
    .menu-text { display: none; }
    .icon { height: 22px; }

    .br-sp{
        display: block;
    }

    .br-480{
        display: none;
    }

    /* スクロールされた後のスタイル */
    .header.scrolled {
        height: 70px; /* 狭まった時の高さ */
        background-color: rgba(0, 0, 0, 0.95); 
    }

    .logo { height: 45px; }
    .side-menu { width: 300px; left: -300px; }

    /* ロゴも一緒に小さくする場合 */
    .header.scrolled .logo {
        height: 40px; 
        transition: height 0.3s ease;
    }

    .logo-text {
        font-family: 'Lambotype-Bold', sans-serif;
        font-size: 24px;
    }


    /* スクロール時のテキストサイズ微調整 */
    .header.scrolled .logo-text {
        font-size: 22px; 
        transition: font-size 0.3s ease;
    }

    
    .menu-grid {
        grid-template-columns: 1fr; /* 1列にする */
        gap: 20px;
    }
    .menu-header {
        height: 60px;
        padding: 0 15px;
    }

    .header-right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 25px; 
    }

        /* メールアイコンの初期状態（通常時）のトーンだけをあらかじめ落とす */
    .header-right .icon[src*="mail"] {
        opacity: 0.8; 
        filter: brightness(0.85);
        height: 23px; 
    }
    
    /* スクロール時の通常のアイコン（電話など） */
    .header.scrolled .icon {
        height: 20px; 
    }

    span.header-phone-num {
        display: none;
    }

    /* スクロール時のメールアイコン */
    .header.scrolled .header-right .icon[src*="mail"] {
        height: 21px;
    }
/*menu 下に配置*/
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto !important;     /* 縦に2段積むために高さの固定を解除 */
        min-height: auto;
        display: block !important;   /* flexからblockに変更して、上段と下段を自然に上下に配置 */
        padding: 0 !important;       /* 左右の余白をリセット（メニューを端まで広げるため） */
        background-color: transparent !important; 
        transition: all 0.3s ease;
    }

    /*  【上段】ロゴ・会社名・電話などが入るヘッダーバー（横並び） */
    /* HTML構造上の、ロゴwrapperとheader-rightの親を擬似的に横並びのバー */
    .header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;                /* 上段バーの高さ */
        background-color: rgba(0, 0, 0, 0.95);
        z-index: -1;
        transition: height 0.3s ease;
    }

    .logo-wrapper {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 70px;
        display: flex;
        align-items: center;
        gap: 10px;
    }


    /* 右側の電話・メールアイコンエリア */
    .header-right {
        position: absolute;
        top: 0;
        right: 15px; 
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
        flex: none;
    }

    /* 【下段】ヘッダーバーの『真下』にぴったり密着する、横幅100%のメニューバー */
    .header-left {
        width: 100%;
        height: 40px;                /* メニューバー自体の高さ */
        background-color: rgba(0, 0, 0, 0.95); /* 上段より少し濃い目の黒 */
        border-top: 1px solid #222;   /* 上段バーとの境界を分ける高級感ある細い線 */
        border-bottom: 1px solid #111;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 70px;            /* 上段バーの高さ分（70px）を下にずらして配置 */
        padding: 0;
    }

    /* メニューバー */
    .menu-trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;                    /* 三本線と文字の隙間 */
        width: 100%;
        height: 100%;
    }

    .menu-text {
        display: block !important;   
        font-size: 11px;   
        font-family: 'Lambotype', sans-serif;
        letter-spacing: 0.15em;
        color: #ffffff;
        line-height: 1;
        margin: 0;
    }

    /* ハンバーガーアイコンのサイズ微調整 */
    .hamburger {
        width: 24px;
        height: 12px;             
        margin: 0;
    }

    .hamburger span,
    .hamburger span::before,
    .hamburger span::after {
        height: 1.5px;
    }

    
    .header.scrolled .menu-text {
        font-size: 10px;
        letter-spacing: 0.12em;  
    }

    .header.scrolled .hamburger {
        width: 22px;  
        height: 11px; 
    }

    .header.scrolled .header-left{
        height: 40px;                /* メニューバー自体の高さ */
    }


    /* 動画エリアをスマホ向けに調整 */

/* ======================================================
       動画エリア
       ====================================================== */
    .hero-section { 
        height: auto; 
        margin-top: 110px !important; 
    }

    .video-container {
        position: relative;
        width: 100%;
        padding-top: 75%; /* 4:3比率 */
        height: 0;
    }
    .video-container iframe {
        width: 180%;
        height: 180%;
    }

    /* 紹介エリア：縦並びにして重なりを解除 */
    .intro-content h2 {
        font-size: 5rem; /* スマホ用にさらに小さく */
    }

    .animate-text, .intro-text p {
        color: #000;
        text-shadow:none!important;
    }
    
    .br-tab{
        display: none;
    }

    .intro-inner {
        min-height: 80vh; /* スマホでの高さ */
    }

    /* 文字を画像の上に浮かせる */
    .intro-content {
        width: 100%;
        padding: 0 20px 50px; 
        z-index: 10;
        position: relative;
    }

    .intro-content {
        width: 100%;
        max-width: none; 
        padding: 0 10px 50px 20px; 
        z-index: 10;
        position: relative;
        background-color: transparent !important;
    }

    .intro-bg-container {
        flex: 0 0 38%; 
    }
    
    .intro-bg-img {
        width: 100%;
        height: 80%;
        object-fit: cover;
        object-position: right bottom; 
    }
    .intro-bg-container {
        opacity: 0.8;
    }    

    .intro-btn-area {
        margin-top: 70px;
    }


    .news-grid { grid-template-columns: 1fr; }
    .news-featured { flex-direction: column; }
    .featured-content, .news-info { padding: 20px; }
    .news-btn-area {
        display: flex;
        justify-content: center;
        margin-top: 60px;
        text-align: center;
    }



    /*モデルラインナップ*/

    .model-title {
        text-align: center;
        margin-bottom: 60px;
    }

    .model-section .section-btn-area {
        justify-content: center; /* 768px以下で中央寄せ */
        padding-right: 0;        /* 右の余白をリセット */
    }

    .model-card h3 {
        font-size: 50px;
    }

    .model-section .hex-nav {
        top: 10px !important;       /* ★車名高さに合わせて上からの位置を調整 */
        transform: translateY(0) !important; /* Swiper標準の上下中央揃えをリセット */
        margin-top: 0 !important;
    }

    /* 左ボタンを画面の端ギリギリに寄せる */
    .model-section .swiper-button-prev.hex-nav {
        left: 10px !important;  
    }
    
    /* 右ボタンを画面の端ギリギリに寄せる */
    .model-section .swiper-button-next.hex-nav {
        right: 10px !important; 
    }

    /* スマホだとボタンが大きすぎて文字や車に被りやすいため、サイズをコンパクトに */
    .model-section .hex-nav {
        width: 45px !important;
        height: 50px !important;
    }


    /*exhibition*/ 
    .exhibition-grid {
        grid-template-columns: 1fr; /* スマホは1列 */
        padding: 0;
    }

    .exhibition-section .section-btn-area {
        justify-content: center !important;
    }    

    .selezione-grid {
        grid-template-columns: 1fr; /* スマホは1列 */
        padding: 0;
    }

    /* selezioneセクション内のボタンの位置調整 */
    .selezione-section .section-btn-area {
        justify-content: center !important; 
    }


    /*bunner-content*/
    .banner-item {
        height: 350px; /* スマホではバナー自体の高さを少し低く */
    }
    
    .banner-text .en {
        font-size: 4rem; /* スマホで見やすいフォントサイズ */
    }
    
    .btn-outline {
        padding: 14px 45px; 
        font-size: 1rem;
    }

    .shop-info-section {
        padding: 40px 0;
    }


   /*ページトップボタン*/ 
    .page-top {
        right: 20px;
        bottom: 20px;
    }
    .page-top a {
        width: 40px;
        height: 40px;
    }

/*下階層*/    

    /* --------------------------------------------------
        パンくずリスト
    -------------------------------------------------- */
    .breadcrumb {
        padding: 130px 10px 20px;
        max-width: none;         
        margin: 0;            
        background-color: #ffffff; 
    }

    .breadcrumb ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        align-items: center; 
    }

    .breadcrumb li {
        font-size: 0.8rem; 
        font-family: 'Lambotype', sans-serif;
        color: #474747;            /* 現在のページ名（日本語）の色 */
        line-height: 1;            /* 行の高さを固定して文字のブレを防止 */
        display: flex;
        align-items: center;
    }

    /* 戻れるリンク（TOP）の見た目 */
    .breadcrumb li a {
        color: #000000; 
        text-decoration: none;
        transition: color 0.3s ease;
        line-height: 1;
    }

    .breadcrumb li a:hover {
        color: var(--brand-yellow); /* ホバーするとランボルギーニイエローに */
    }

    /* 区切り文字（ > ）の位置と縦中央揃え */
    .breadcrumb li:not(:last-child)::after {
        content: ">";
        margin: 0 10px;
        color: #474747;
        font-size: 0.75rem;
        display: inline-block;
        line-height: 1;
    }

    /* タイトルエリア側の余白調整 */
    .sub-page-header {
        background-color: #ffffff;
        padding: 40px 20px 80px;  
        text-align: center;
    }

    .sub-title-inner {
        max-width: 1200px;
        margin: 0 auto;
    }

    .sub-title-inner .en-title {
        font-size: 5rem; 
        font-family: 'Lambotype', sans-serif;
        font-weight: bold;
        color: #000000;             
        letter-spacing: 0em;
        line-height: 1;
        margin: 0;
        text-transform: uppercase;   /* 強制的に大文字化 */
    }

    .sub-title-inner h2 {
        font-size: 1rem; 
        margin-top: 10px;  
        font-family: 'Lambotype', sans-serif;
        font-weight: normal;
        color: #000000;
        letter-spacing: 0.05em;
        line-height: 1;
    }


    /*ページネーション*/
    .pagination-container {
        margin-top: 50px; 
        margin-bottom: 30px;
    }
    
    .pagination li.page-arrow {
        font-weight: bold;
        cursor: pointer;
        font-size: 20px;
    }
    
    .pagination li {
        width: 28px; 
        height: 28px;
        font-size: 0.75rem;
    }
    
    .pagination {
        gap: 8px; 
    }

/*コンタクトページ*/
    .enquiry-form-section {
        padding: 10px 0 100px;
    }
    
    /* 上部導入テキストの余白調整 */
    .form-intro {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    
    /* フォーム全体の左右にスマートフォンの画面端の余白を確保 */
    .enquiry-form {
        padding: 0 15px;
    }

    .form-group,
    .form-group.align-start {
        flex-direction: column;
        align-items: flex-start; 
        padding: 20px 0;
    }

    .form-label,
    .form-group.align-start .form-label {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 8px;
        padding-right: 0;
        padding-top: 0; /* お問い合わせ内容の上位置合わせをリセット */
    }

    .form-input {
        width: 100%;
    }

    /* 通常の入力テキスト欄・セレクトボックスを画面横幅いっぱいに（100%） */
    .form-input input[type="text"],
    .form-input input[type="email"],
    .form-input select {
        max-width: 100%;
        width: 100%;
    }

    .form-input input[type="text"].input-short {
        max-width: 100%;
        width: 100%;
    }

    .form-input textarea {
        max-width: 100%;
        height: 180px; 
    }

    /* チェックボックスエリア */
    .form-input.checkbox-input {
        flex-direction: row;
        align-items: center;
    }

    /* 送信ボタンエリアの調整 */
    .form-submit-area {
        margin-top: 40px;
        padding: 0;
    }

    .form-submit-area .btn-submit {
        max-width: 100%;
        width: 100%;
        padding: 16px 0; /* タップしやすい絶妙な厚み */
    }
    

}

@media screen and (max-width: 480px) {
.header { 
        height: auto !important; 
        min-height: auto;
        display: block !important;
        padding: 0 !important; 
        background-color: transparent !important;
    }

    /*  上段ロゴバーの土台（スクロールしても70px固定） */
    .header::before,
    .header.scrolled::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px !important; /* ★常に70px固定 */
        background-color: rgba(0, 0, 0);
        z-index: -1;
    }

    /* ロゴ・会社名エリアの設定（スクロールしても縮ませない） */
    .logo-wrapper,
    .header.scrolled .logo-wrapper {
        position: absolute;
        top: 0;
        left: 15px; /* 左寄せ */
        transform: none;
        height: 70px !important; /* ★常に70px固定 */
        display: flex;
        align-items: center;
        gap: 10px;
    }

    /* ロゴ画像自体のサイズ固定 */
    .logo,
    .header.scrolled .logo { 
        height: 40px !important; /* ★常に45px固定 */
        width: auto !important;
        display: block;
    }
    
    /* 会社名テキストのサイズ固定 */
    .header .logo-wrapper .logo-text,
    .header.scrolled .logo-wrapper .logo-text {
        font-family: 'Lambotype-Bold', sans-serif;
        font-size: 18px !important; 
    }

    /* 右側のアイコンエリア（スクロールしても70px固定） */
    .header-right,
    .header.scrolled .header-right {
        position: absolute;
        top: 0;
        right: 15px;
        height: 70px !important; /* ★常に70px固定 */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 15px;
    }

    .header.scrolled .header-right .icon[src*="mail"] {
        height: 23px;
    }

    .header.scrolled .icon {
        height: 21px;
    }

    /*  下段メニューバーの設定（スクロールしても縮ませない） */
    .header-left,
    .header.scrolled .header-left {
        width: 100%;
        height: 50px !important;
        margin-top: 70px !important;
        background-color: rgba(0, 0, 0);
        border-top: 1px solid #222;
        border-bottom: 1px solid #111;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    /* メニュー内のトリガー設定 */
    .menu-trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 100%;
        height: 100%;
    }

    /* MENUの文字（display: noneを打ち消して綺麗に表示） */
    .menu-text,
    .header.scrolled .menu-text { 
        display: block !important; 
        font-size: 10px !important;
        font-family: 'Lambotype', sans-serif;
        letter-spacing: 0.15em !important;
        color: #ffffff;
        line-height: 1;
        margin: 0;
    }

    /* 三本線アイコンのサイズ固定 */
    .hamburger,
    .header.scrolled .hamburger {
        width: 24px !important;  /* ★常に24px固定 */
        height: 12px !important; /* ★常に12px固定 */
        margin: 0;
    }

    .hamburger span,
    .hamburger span::before,
    .hamburger span::after {
        height: 1.5px;
    }

    /* アイコンの高さ調整 */
    .icon { height: 21px; }


    .br-sp { display: block; }
    .br-480 { display: block; }

    .intro-content h2 { font-size: 60px; }

    .intro-text p {
        font-size: 1rem;
        text-shadow: none!important;
        font-weight: 400;
    }

    .news-title p {
        font-size: 3rem;
        font-family: Lambotype;
        letter-spacing: 0em;
        font-weight: bold;
    }

    .news-grid { grid-template-columns: 1fr; }

    .model-title p {
        font-size: 3rem;
        font-family: Lambotype;
        letter-spacing: 0em;
        font-weight: bold;
    }

    .section-title p {
        font-size: 3rem;
        font-family: 'Lambotype';
        letter-spacing: 0em;
        font-weight: bold;
    }

    .swiper-button-prev.hex-nav { left: 5px !important; }
    .swiper-button-next.hex-nav { right: 5px !important; }

    .model-section .hex-nav {
        width: 40px !important;
        height: 45px !important;
    }

    .hex-nav::after { font-size: 14px !important; }

    .exhibition-card { padding: 10px; }
    .selezione-card { padding: 10px; }

    .bunner-inner {
        flex-direction: column;   
        align-items: center;  
        text-align: center;
        gap: 45px; 
    }

    .btn-yellow {
        background-color: var(--brand-yellow);
        color: #000;
        padding: 15px 50px;
        text-decoration: none;
        font-weight: normal;
        transition: background-color 0.3s;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

/*下層ページ*/

    .sub-page-header {
        padding: 40px 15px 50px; /* スマホの固定ヘッダーに合わせた上部余白 */
    }
    
    .sub-title-inner .en-title {
        font-size: 3rem !important;
        font-weight: bold;
    }
    
    .sub-title-inner h2 {
        font-size: 0.9rem !important;
        margin-top: 8px;
    }

    /*準備中ページ*/

    .coming-soon-section {
        padding: 80px 20px 140px;
    }
    
    .cs-body-logo {
        margin-bottom: 35px;
    }

    .cs-logo-flex {
        gap: 10px;           
    }

    .cs-logo-img {
        height: 50px;       
    }

    .cs-logo-text {
        font-size: 24px;    
    }

    .cs-body-message h3 {
        font-size: 1.15rem;
    }

    .cs-body-message p {
        font-size: 0.85rem;
    }

    .btn-black-outline {
        width: 100%;
        max-width: 260px;
        padding: 14px 0;
    }


}
/* スマホ・実機でのブラウザ標準の角丸と影を強制リセット */
.form-input input[type="text"],
.form-input input[type="tel"],
.form-input input[type="email"],
.form-input select,
.form-input textarea {
    -webkit-appearance: none;   /* iOS Safariでの独自装飾（角丸や影）を無効化 */
    -moz-appearance: none;      /* Firefoxでの独自装飾を無効化 */
    appearance: none;           /* 標準の装飾を無効化 */
    border-radius: 0;           /* 角丸を完全にゼロ（直角）にする */
}

.form-input select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center; /* 右端から15pxの位置に配置 */
    background-size: 14px;                  /* 矢印のサイズ */
    padding-right: 40px;                    /* 矢印と文字が重ならないように余白を確保 */
}