@charset "UTF-8";
/* --- 今回のLP専用のリセット＆フォント設定 --- */
#v2m-cs {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    font-feature-settings: "palt";
    word-wrap: break-word;
}
#v2m-cs {
    /* ブラウザの自動ダークモードを無効化する魔法のプロパティ */
    color-scheme: light;
    
    /* 背景色と文字色を改めて明示（念押し） */
    background-color: #ffffff !important;
    color: #333333 !important;
}
#v2m-cs * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#v2m-cs a {
    color: #004098;
    text-decoration: none;
    transition: opacity 0.3s;
}

#v2m-cs a:hover {
    text-decoration: none;
    opacity: 0.8;
}


/* --- 1. 全体コンテナ --- */
#v2m-cs .lp-section-container {
    max-width: 850px;
    margin: 0px auto;
    padding: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    box-sizing: border-box;
}
@media (max-width: 850px) {
    #v2m-cs .lp-section-container {
        padding: 0 15px; /* ★850px以下の時だけ余白を作る */
    }
}
/* ********************************************************** */
/* メインビジュアル  */
/* ********************************************************** */
#v2m-cs .v2m-mv {
    width: 100%;
    max-width: 850px;
    height: 409px; 
    background-image: url('../images/mv850.jpg');
    background-size: cover;
    background-position: center;
    position: relative; /* 子要素（inner）の基準 */
}

#v2m-cs .mv-inner {
    position: absolute; 
    width: 100%; 
    top: 15%;           
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
/* 9本線のSVG位置 */
#v2m-cs .mv-decoration {
    margin-bottom: 10px;
}
#v2m-cs .svg-line {
    width: 176px;
    height: auto;
    display: block;
	margin: 0 auto;
}
/* メインタイトル 34px / H1 */
#v2m-cs .mv-main-copy {
    color: #ffffff;
    font-size: 34px;
    font-weight: bold;
	text-shadow: 
        0.5px 0 0 #fff, 
        -0.5px 0 0 #fff, 
        0 0.5px 0 #fff, 
        0 -0.5px 0 #fff;
    line-height: 1.4;
    text-align: center;
    margin: 0;
}
/* スマホ対応 */
@media (max-width: 768px) {
    #v2m-cs .v2m-mv {
        height: 320px;
}
#v2m-cs .mv-inner {
   padding: 0 20px 0 20px;
}
#v2m-cs .mv-main-copy {
font-size: 22px;
}
#v2m-cs .svg-line {
 width: 176px;
}}
@media (max-width: 370px) {
#v2m-cs .mv-main-copy {
font-size: 5.8vw;
line-height: 1.5;
}}
/* ********************************************************** */
/* 導入セクション (How to Choose)  */
/* ********************************************************** */
#v2m-cs .v2m-intro {
padding-bottom: 0; /* 下側の余白を完全に消す */
text-align: center;
background-color: #fff;
}
#v2m-cs .intro-logo-wrapper {
    margin-bottom: 15px;
}
#v2m-cs .img-how-to-logo {
    width: 200px; /* SVGの幅 */
    height: auto;
    display: inline-block;
}
/* メイン見出し H2: 32px / Bold */
#v2m-cs .intro-main-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin: 0;
}
#v2m-cs .intro-main-title span {
    font-weight: bold!important;
}
#v2m-cs .blue-text {
    color: #003D9B; 
}
/* スマホ対応 */
@media (max-width: 768px) {
#v2m-cs .intro-main-title {
font-size: 20px;
padding: 0 15px;
}
#v2m-cs .img-how-to-logo {
width: 220px;
}}
#v2m-cs .intro-inner {
    max-width: 850px;
    margin: 0 auto;
    position: relative; /* デコレーションの基準点 */
    padding: 60px 0px 30px 0px;
    z-index: 1;
}
/* デコレーション共通設定 */
#v2m-cs .decor-item {
    position: absolute;
    z-index: -1; /* 文字の後ろ側に配置 */
    height: auto;
}
/* 左上の気球 */
#v2m-cs .decor-balloon { width: 65px; left: 20px; }
/* 右上のトランク */
#v2m-cs .decor-trunk { width: 80px; top: 20px; right: 20px; }
/* 左下のビーチボール */
#v2m-cs .decor-ball { width: 50px; bottom: -80px; left: 50px; }
/* 右下の Let's Enjoy!! */
#v2m-cs .decor-enjoy { width: 70px; bottom: -70px; right: 30px; }
@media (max-width: 768px) {
/* 左下のビーチボール */
#v2m-cs .decor-ball { width: 10%; bottom: 0px; left: 3%; top: 85%; }
/* 右下の Let's Enjoy!! */
#v2m-cs .decor-enjoy { width: 10%; bottom: -50px; right: 20px;}}
@media (max-width: 500px) {
/* 左上の気球 */
#v2m-cs .decor-balloon { width: 10%; left: 20px; }
/* 右上のトランク */
#v2m-cs .decor-trunk { width: 15%; top: 20px; right: 20px; }	
/* 右下の Let's Enjoy!! */
#v2m-cs .decor-enjoy { width: 10%; bottom: -30px; right: 20px;}}
/* SUVセクション共通のデコ設定 */
#v2m-cs .v2m-ribbon-title { position: relative; display: inline-block; width: 100%; }
#v2m-cs .decor-suv { position: absolute; height: auto; z-index: 11; }
/* 左側のテント */
#v2m-cs .decor-tent { width: 90px; left: 8%; top: 0px;}
/* 右側のキャンプ飯 */
#v2m-cs .decor-food { width: 90px; right: 3%; top: 25px; }
@media (max-width: 768px) {
/* 左側のテント */
#v2m-cs .decor-tent { width: 12%; left: 3%; top: 0px; }
/* 右側のキャンプ飯 */
#v2m-cs .decor-food { width: 90px; right: 8%; top: 2%; }
	/* 右側のキャンプ飯 */
#v2m-cs .decor-food { width: 12%; right: 1%; top: 1%; }}
/* ミニバンセクション共通のデコ設定 */
#v2m-cs .decor-minivan { position: absolute; height: auto; z-index: 11; }
/* 左側の帽子 */
#v2m-cs .decor-hat { width: 75px; left: 8%; top: -35px; transform: rotate(-10deg); }
/* 右側のカメラ */
#v2m-cs .decor-camera { width: 65px; right: 10%; top: -40px; }
@media (max-width: 768px) {
/* 左側の帽子 */
#v2m-cs .decor-hat { width: 8%; left: 3%; top: 5px; }
/* 右側のカメラ */
#v2m-cs .decor-camera { width: 8%; right: 5%; top: -20px; }}


/* ********************************************************** */
/* --- 車種紹介グループ全体のコンテナ ---  */
/* ********************************************************** */

#v2m-cs .v2m-lineup-group {
   margin-top: 30px;
    text-align: center;
}
/* 青いリボン見出しのスタイル */
#v2m-cs .v2m-ribbon-title {
    margin-bottom: -55px; 
    position: relative;
    z-index: 10;
}
#v2m-cs .img-ribbon {
    width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
}
/* スマホ対応 */
@media (max-width: 768px) {
    #v2m-cs .img-ribbon {
        width: 100%;
        padding: 0 10px;
}
}
/* --- 2. 縞々ボーダー枠 --- */
#v2m-cs .experience-card-block {
    display: flex;
    gap: 0;
    padding: 0;
    background: #fff;
    border: 17px solid;
    border-image: repeating-linear-gradient(
        45deg,
        #FCD900 0, #FCD900 15px,
        #70BCE3 15px, #70BCE3 30px,
        #FFFFFF 30px, #FFFFFF 45px,
        #E60012 45px, #E60012 60px
    ) 17;
    box-sizing: border-box;
    overflow: hidden;
}

/* --- 3. 左側：シーンエリア --- */
#v2m-cs .scene-info-area {
    flex: 1.3;
    display: flex;
    flex-direction: column;
}

#v2m-cs .scene-main-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    display: block;
}

#v2m-cs .scene-text-content {
    padding: 35px 30px 40px 30px;
}
@media (max-width: 768px) {
    #v2m-cs .scene-text-content {
    padding: 35px 30px 10px 30px;
}
}
@media (max-width: 370px) {
     #v2m-cs .scene-text-content {
    padding: 25px 15px 10px 15px;
}
}
#v2m-cs .car-target-label {
    color: #003DAD;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.8;
    display: block;
    font-feature-settings: "palt"; 
    letter-spacing: -0.02em;
}

#v2m-cs .scene-desc-text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    margin: 0;
}

/* --- 4. 右側：車種選択エリア ＆ 車種ラベル --- */
#v2m-cs .car-item-selection {
    flex: 0.85;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    justify-content: center;
}
@media (max-width: 370px) {
#v2m-cs .car-item-selection {
    flex: 0.85;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 15px 15px 30px 15px;
    justify-content: center;
}
}
#v2m-cs .car-item-unit {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* 画像とラベルを包むボックス（ここを基準にラベルを配置） */
#v2m-cs .car-img-box {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

#v2m-cs .car-img-box img {
    width: 98%;
    height: auto;
}

/* 【追加】左上の車種名ラベル */
#v2m-cs .car-name-label {
    position: absolute;
    top: -10px;
    left: 0;
    background-color: #0F6AB3;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 12px;
    z-index: 10;
}

/* --- 5. 車種詳細ボタン --- */
#v2m-cs .btn-blue-detail {
    width: 100%;
    background-color: #003DAD;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 14px 0;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#v2m-cs .btn-blue-detail::before {
    content: "";
    position: absolute;
    left: 18px;
    width: 0; height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #EE0000;
}
@media (max-width: 768px) {
    #v2m-cs .experience-card-block {
        flex-direction: column;
        border-width: 12px;
    }
    #v2m-cs .scene-main-img {
        height: 280px;
    }
}
/* ********************************************************** */
/* ステーション検索ボタンエリア */
/* ********************************************************** */


/* 外側のブロック */
#v2m-cs .search-navigation-block {
    max-width: 750px;
    margin: 60px auto;
    padding: 0 20px;
}

/* 赤い線のついた見出し */
#v2m-cs .search-intro-text {
    font-size: 29px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    text-align: left;
    
    /* 左側の赤い棒 */
    border-left: 9px solid #E70013;
    padding-left: 15px;
    margin-bottom: 25px;
}
@media (max-width: 768px) {
#v2m-cs .search-intro-text {
    font-size: 3.9vw;
}
}
@media (max-width: 470px) {
#v2m-cs .search-intro-text {
    font-size: 4.5vw;
}
}
 /* ボタン部分 */
#v2m-cs .btn-station-search {
    width: 100%;
    background-color: #003DAD;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
@media (max-width: 500px) {
#v2m-cs .btn-station-search {
  font-size: 25px;
}
}
@media (max-width: 370px) {
#v2m-cs .btn-station-search {
  font-size: 20px;
}
}
#v2m-cs .btn-station-search::before {
    content: "";
    position: absolute;
    left: 18px;
    width: 0; height: 0;
    border-style: solid;
    border-width: 11px 0 11px 15px;
    border-color: transparent transparent transparent #EE0000;
}

/* ********************************************************** */
/* まとめセクションの外枠  */
/* ********************************************************** */

#v2m-cs .v2m-summary-block {
    max-width: 850px;
    margin: 80px auto; 
    position: relative;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    box-sizing: border-box;

    /* 縞々ボーダー（既存のコードを適用） */
    border: 16px solid;
    border-image: repeating-linear-gradient(
        45deg,
        #FCD900 0, #FCD900 15px,
        #70BCE3 15px, #70BCE3 30px,
        #FFFFFF 30px, #FFFFFF 45px,
        #E60012 45px, #E60012 60px
    ) 16;
}
@media (max-width: 470px) {
	#v2m-cs .v2m-summary-block {
  margin: 80px auto 50px auto;
}
}

/* 右上の青い車（SVG） */
#v2m-cs .decor-summary-car {
    position: absolute;
    width: 80px;
    top: -52px; 
    right: 20px;
    z-index: 5;
}

/* 見出しのスタイル */
#v2m-cs .summary-title {
    font-size: 42px;
    font-weight: bold;
    color: #0044CC;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
	display: inline-block;
}
#v2m-cs .summary-title .line-orange {
    font-weight: bold!important;
}

/* オレンジのアンダーライン*/
#v2m-cs .line-orange {
    background: linear-gradient(transparent 80%, #FF9900 80%);
    display: inline-block;
    padding: 0px 5px 0px 5px;
}

/* --- スラッシュ共通の修正 --- */
#v2m-cs .summary-title::before,
#v2m-cs .summary-title::after {
    position: absolute;
    font-size: 32px;
   top: 75%; 
    transform: translateY(-50%); 
    font-weight: normal;
    background: none;
    border: none;
    width: auto;
    height: auto;
}
#v2m-cs .summary-title::before {
    content: "＼";
    left: -1em; /* 1文字分左に飛ばす */
}
#v2m-cs .summary-title::after {
    content: "／";
    right: -1em; /* 1文字分右に飛ばす */
}

/* 本文 */
#v2m-cs .summary-text {
    font-size: 23px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}
/* 注釈 */
#v2m-cs .summary-note {
    font-size: 14px;
    color: #333;
}
@media (max-width: 768px) {
    #v2m-cs .summary-title { font-size: 32px; }
    #v2m-cs .summary-text { font-size: 18px; text-align: justify; }
    #v2m-cs .decor-summary-car { width: 60px; top: -42px; }
}
@media (max-width: 626px) {
    #v2m-cs .summary-title { font-size: 4.5vw; }
    #v2m-cs .summary-text { font-size: 17px; text-align: justify; }
    #v2m-cs .decor-summary-car { width: 60px; top: -42px; }
#v2m-cs .summary-title::before,
#v2m-cs .summary-title::after {
    position: absolute;
    font-size: 22px;
}
}
@media (max-width: 414px) {
#v2m-cs .summary-title { font-size: 4.4vw; }
  #v2m-cs .summary-text { font-size: 14px; text-align: justify; }
#v2m-cs .summary-title::before,
#v2m-cs .summary-title::after {
    position: absolute;
    font-size: 15px;
}	
}
#v2m-cs .v2m-image-gallery {
    max-width: 850px;
    margin: 60px auto;
}

#v2m-cs .v2m-image-gallery img {
    width: 100%;
    height: auto;
    display: block;
}

/* ********************************************************** */
/* インフォボタンセクション  */
/* ********************************************************** */

/* --- シメのセクション全体の背景 --- */
#v2m-cs .v2m-info-section {
    background-color: #F2F7FF;
    padding: 80px 60px;
}

/* コンテンツ幅（ステーション検索ブロックに合わせる） */
#v2m-cs .v2m-info-inner {
    max-width: 750px; /* .search-navigation-blockと同じ幅 */
    margin: 0 auto;
}

/* 各グループの余白 */
#v2m-cs .info-group {
    margin-bottom: 60px;
}
#v2m-cs .info-group:last-child {
    margin-bottom: 0;
}

/* --- ボタン共通スタイル--- */
#v2m-cs .btn-utility {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
   height: 85px; 
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 2px solid #003DAD;
    box-sizing: border-box;
    position: relative; /* 三角の制御用 */
}

#v2m-cs .btn-utility::before {
    content: "";
    position: absolute;
   left: 18px; 
   width: 0; 
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 15px;
    border-color: transparent transparent transparent #EE0000;
}

/* 【白ボタン】初期：白背景 / ホバー：青背景 */
#v2m-cs .btn-utility.is-white {
    background-color: #fff;
    color: #003DAD;
}
/* 白ボタン：ホバーで青に反転。三角の色は赤のまま維持 */
#v2m-cs .btn-utility.is-white:hover {
    background-color: #003DAD;
    color: #fff;
}

/* 【青ボタン】初期：青背景 / ホバー：濃い青 */
#v2m-cs .btn-utility.is-blue {
    background-color: #003DAD;
    color: #fff;
}
#v2m-cs .btn-utility.is-blue:hover {
    background-color: #002a7a;
    border-color: #002a7a;
}

/* --- スマホ対応（ステーション検索のクエリを移植） --- */
@media (max-width: 768px) {
    #v2m-cs .v2m-info-section {
        padding: 50px 20px;
    }
    #v2m-cs .btn-utility {
        height: 70px;
        font-size: 21px; 
    }
}
@media (max-width: 370px) {
    #v2m-cs .btn-utility {
        font-size: 20px; 
    }
}

/* ********************************************************** */
/* ページ先頭に戻るボタン */
/* ********************************************************** */
#v2m-cs #btnTop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(81, 117, 230, 0.80);
    background-image: url("../images/up_arrow_white.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: center;
    position: fixed;
    z-index: 1000;
    border-radius: 40px;
    transition: 0.5s ease-in-out;
   bottom: -80px; 
    left: calc(50% + 425px - 70px);
    right: auto;
}
#moving-car {
    will-change: transform;
    transition: transform 0.1s ease-out;
    position: absolute;
    right: -50px; 
    top: -25px; 
}
/* 表示クラス */
#v2m-cs #btnTop.disp {
    bottom: 20px;
}
@media screen and (max-width: 900px) {
    #v2m-cs #btnTop {
       left: auto;
        right: 20px;
}
}
@media screen and (max-width: 767px) {
    #v2m-cs #btnTop.disp {
        bottom: 70px; 
}
}