@charset "utf-8";

/* 見出し */
.product_h2_title {
    /* border-bottom: solid 1px var(--text-color); */
    color: var(--text-color);
    font-size: 2.0em;
    margin-bottom: 20px;
    padding: 3px 0;
}

.product_h3_title {
    border-bottom: 3px solid var(--comp-color);
    color: var(--text-color);
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 0;
    margin: 0 0 30px 0;
    padding-bottom: 10px;
}

/* アンカーリンク */

/* --- レスポンシブ --- */

/* こんなことにお困りではありませんか */
.read-title {
    font-size: 1.8rem;
    padding-bottom: 10px;
    text-align: center;
}

.closing-text {
    background-color: var(--accent-color);
    color: white;
    text-align: center; /* テキストを中央揃え */
    padding: 10px 20px; /* 内側の余白 (上下 左右) */
    font-weight: bold; /* 太字 */
    font-size: 1.2rem; /* 文字サイズ */
    letter-spacing: 1px; /* 文字間隔を少し広げる */
    display: inline-block; /* 内容に合わせて幅を調整 */
    box-sizing: border-box; /* paddingを含めて幅を計算 */
    margin: 15px auto 0;
    width: 100%;
}


/* 製品ラインナップ */

@media screen and (max-width: 768px) {
    .read-title {
        font-size: 25px;
    }
    .closing-text {
        padding: 12px 0;
    }
}

/* 活用例・採用実績 */

.box_btn_inq {
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center;
}

.box_btn_inq span {
    font-size: .95em;
    vertical-align: top;
}

.btn_inq {
    background: var(--accent-color) url(../../img/common/icon-mail.png) 15px 50% no-repeat;
    border-radius: 3px;
    color: var(--white);
    display: inline-block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 2em 0 3.5em;
    text-decoration: none;
}

.btn_inq:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

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

    .box_btn_inq {
        margin-top: 40px;
    }

    .btn_inq {
        height: auto; /* 高さを自動に */
        line-height: 1.5; /* 行の高さを設定 */
        padding-top: 14px; /* 上下のpaddingで高さを確保 */
        padding-bottom: 14px;
    }
}


/* 事例 */

/* 会社概要 */
.company_profile_section {
    background-color: var(--bright-grey);
    padding: 80px 0;
    overflow: hidden; /* アニメーションのため */
}

.company_profile_list_wrapper {
    /* padding-top: 20px; */
}

.company_profile_list_title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-align: left;
}

.company_profile_list {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e0e0e0;
}

.company_profile_list_item {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

.company_profile_list_term {
    flex: 0 0 180px; /* 項目名の幅を固定 */
    font-weight: 600;
    color: var(--text-color);
}

.company_profile_list_description {
    flex: 1;
    margin: 0;
    line-height: 1.7;
    color: #5a6a78;
}

.company_profile_animate_item {
    opacity: 1;
    transform: translateY(0);
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
    .company_profile_section {
        padding: 60px 0;
    }
    .company_profile_list_item {
        flex-direction: column; /* 縦積みに変更 */
    }
    .company_profile_list_term {
        flex-basis: auto; /* 幅固定を解除 */
        margin-bottom: 8px;
    }
}



/* 仕様 */

:root {
    --color-green-dark: #407c37;
    --color-green: #e7f0e5;
    --color-blue: #E6F2FF;
    --color-dark: #018593;
    --color-light-blue: #F0F5F9;
    --color-gray: #f2f2f2;
    --color-border: #ccc;
    --color-white: #fff;
    --color-text-dark: #333;
}

/* --- Product Comparison Container --- */

/* --- 横スクロール用のラッパー --- */
/* ▼▼▼ レスポンシブ対応の追加 ▼▼▼ */

/* --- Product Comparison Table Section --- */

/* --- 全てのセル（th, td）の共通スタイル --- */

/* --- ヘッダー（thead）のスタイル --- */

/* --- ボディのヘッダー列（tbody th）のスタイル --- */

/* --- 縦書きのスタイル --- */


/* --- 製品紹介セルのスタイル --- */
/* 画像サイズを個別に調整する場合 */

/* --- アイコンと記号のスタイル --- */


/* --- ユーティリティクラス（HTMLで使われているもの） --- */

/* --- レスポンシブ対応 (PC/SPの表示切り替え) --- */

/* --- スマートフォン向けのスタイル（例：768px以下） --- */
@media screen and (max-width: 768px) {

    /* ▼▼▼ レスポンシブ対応の追加 ▼▼▼ */
}
.product_img {
    display: flex;
    /* justify-content: center; */
    overflow: hidden;
}

.product_youto {

}

.product_img img {
    max-height: 400px;
    object-fit: contain;
}

/*  */
/* --- アイコンリスト全体のコンテナ --- */
  
/* --- 各アイテム（四角いボックス）のスタイル --- */
  
  /* スマートフォンなど画面が小さい場合の調整 */
  @media (max-width: 768px) {
    .product_img {
        flex-basis: auto; /* 幅の固定を解除 */
        flex-direction: column;
        text-align: center;
        width: 100%;
    }
    .product_img img {
        display: inline-block;
        max-height: 250px;
    }
    /* --- 製品紹介のヘッダーマージン調整 --- */

    /* --- 特徴アイコン (feature-item) --- */
  }


/* 事例 */

  /* 見出しの下線 */
  
  
  /* --- タブのスタイル --- */
  
  /* アクティブなタブのスタイル */
  /* アクティブタブの下線をアクセントカラーで強調 */
  
  /* SVGアイコンのスタイル */
  
  
  /* --- コンテンツエリアのスタイル --- */
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  /* 事例コンテンツ内のスタイル */
  
  /* サブタイトルをより強調 */
  
  /* 色の指定 */
  
  /* 画像プレースホルダーのスタイル */

  /* --- スマートフォン向けのレスポンシブ対応 --- */


.read {
    background-color: var(--bright-grey);
    /* padding: 20px 20px 4rem!important; */
    padding: 60px 0!important;
}

.read div {
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .read div {
        max-width: 95%;
    }
}

#visual {
    padding: 0;
}

.visual_title {
    color: var(--dark-comp-color);
    text-align: center;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {

    .product_h3_title {
    font-size: 26px;
    margin-bottom: 60px;
    }
    
    /* PCとスマホでレイアウトが共通になったため、個別の指定は不要 */
}


.cta_fixed_bar {
    background-color: #125db4;
    padding: 12px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta_container {
    display: flex;
    align-items: center;
    gap: 20px; /* 要素間の隙間 */
}

/* アイコンとテキストのグループ */
.cta_info {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
}

/* カレンダーアイコン（SVG）のサイズ調整 */
.icon_calendar {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.icon_calendar svg {
    width: 100%;
    height: 100%;
}

/* 赤い丸角ボタン */
.btn_red_round {
    background-color: var(--accent-color);
    color: #ffffff;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 50px; /* 角を丸くする */
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

/* ボタンホバー時（オプション） */
.btn_red_round:hover {
    transform: translateY(-1px);
}

/* スマホ対応：幅が狭い時に縦並びにする場合（必要に応じて） */
@media (max-width: 600px) {
    .cta_container {
        flex-direction: column;
        gap: 10px;
    }
    .cta_info {
        font-size: 16px;
    }
}


/* 製品紹介・特徴*/
.tokucho_section_maxwidth {
    margin: 0;
    padding: 0;
    width: 100%;
}

#mm12u-fs,#cube {
    background-color: var(--bright-comp-color);
}

.tokucho_section {
    padding: 60px 0;
    margin: 0 auto;
    max-width: 1300px;
    width: 90%;
}

.product_flex {
    display: grid;
    grid-template-columns: 3fr 2.5fr;
    gap: 20px;
    margin-bottom: 30px;
}

.product_flex_custom {
    grid-template-columns: 1fr 2fr;
}

.tokucho_group {
    display: block;
    grid-column: 2;
    margin: auto 0;
}
/* 
.selection_point_card_title::before {
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  transform: rotate(-45deg);
} */
.box_btn_inq {
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center;
}

.btn_inq {
    color: var(--white)!important;
    font-size: .95em;
    vertical-align: top;
}

.btn_inq {
    background: var(--accent-color) url(../../img/common/icon-mail.png) 15px 50% no-repeat;
    border-radius: 3px;
    color: var(--bs-white);
    display: inline-block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 2em 0 3.5em;
    text-decoration: none;
}

.btn_inq:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

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

    .product_flex {
        grid-template-columns: repeat(1, 1fr);
    }

    .tokucho_group {
        grid-column: auto;
    }

    .box_btn_inq {
        margin-top: 40px;
    }

    .btn_inq {
        height: auto; /* 高さを自動に */
        line-height: 1.5; /* 行の高さを設定 */
        padding-top: 14px; /* 上下のpaddingで高さを確保 */
        padding-bottom: 14px;
    }
}

.case-section {
    background-color: var(--bright-orange);
    padding: 60px 20px;
}
.case-container {
    margin: 0 auto;
    text-align: center;
}

/* 4列のグリッド配置 */

/* カード本体：背景画像を設定する場所 */

/* 画像上の文字を読みやすくするためのグラデーション背景 */

/* 屋内・屋外タグ */

/* 事例名 */

/* レスポンシブ：画面幅が狭い場合は折り返す */

/* --- 設置イメージセクション --- */

/* --- 仕様セクション --- */
.table-scroll-wrapper {
    overflow-x: auto; /* スマホで表がはみ出す場合にスクロールさせる */
    -webkit-overflow-scrolling: touch;
    margin: 0 0 10px;
}
.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #cbd5e0;
}

/* 列幅の設定 */

/* ヘッダー・ラベル（左列）のスタイル */
 .td-label {
    border: 1px solid #cbd5e0;
    padding: 12px 10px;
    line-height: 1.5;
}
/* 左側の項目名 */
.td-label {
    background-color: #e2e8f0; /* 薄いブルーグレー */
    font-weight: bold;
    text-align: left; /* 項目名は左寄せが見やすい */
}

/* データセルのスタイル */
.spec-table td {
    border: 1px solid #cbd5e0;
    padding: 12px 10px;
    color: #333;
    vertical-align: middle;
}

/* 文字サイズ調整クラス */

/* 注釈テキスト */

/* スマホ対応 */
@media (max-width: 600px) {
    .spec-table {
        min-width: 500px; /* 横スクロール発生させるための最小幅 */
    }
}


/* 全体のバー設定 */

/* バッジ */

/* テキストグループ */

/* 日付 */

/* メッセージ部分 */

/* スマホ対応：要素を縦に積んで読みやすく */

.card_flat_section_bg {
    overflow: hidden;
    padding: 60px 0;
    position: relative;
    width: 100%;
}

.card_flat_section {
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
}

.card_flat_section_bg::after {  
    background-image: url(../../img/index/lineup-mask.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 400px;
    width: auto;
    aspect-ratio: 249/461;
    z-index: 0;
}

.card_flat_title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 8px 0;
  line-height: 1.5;
  color: var(--comp-color);
  display: inline-block;
  padding-left: 0;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.card_flat_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.card_flat_unit {
  flex: 0 1 calc(33.333% - 14px);
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid var(--bright-fc-grey);
  box-sizing: border-box;
  padding: 20px 0 10px;
}

.card_flat_img_box {
    text-align: center;
  width: 100%;
}

.card_flat_img {
  width: auto;
  height: 200px;
  display: inline-block;
}

.card_flat_content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card_flat_subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: 1.5;
  color: var(--comp-color);
}

.card_flat_description {
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 24px 0;
  color: #333333;
  flex-grow: 1;
}

.card_flat_btn_wrap {
  margin-top: auto;
}

.card_flat_link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 0;
  background-color: var(--comp-color);
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.card_flat_link:hover {
  background-color: var(--dark-comp-color);
}

@media (max-width: 900px) {
  .card_flat_unit {
    flex: 0 1 calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .card_flat_unit {
    flex: 0 1 100%;
  }
  .card_flat_section {
    padding: 50px 20px;
  }
  .card_flat_title {
    font-size: 2.2rem;
  }
}



/* 全体のコンテナ */
.installation-records {
    padding: 60px 20px;
    background-color: #fff;
}

/* タイトル */
.section-title {
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

/* リストアイテム個別の設定 */
.record-item {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #ddd; /* 区切り線 */
}

/* 最後のアイテムだけ線を消す場合（お好みでコメントアウト外してください） */
/* .record-item:last-child { border-bottom: none; } */

/* 画像エリア (左側 1/4) */
.record-img-box {
    width: 25%;
    flex-shrink: 0; /* 画像幅を固定 */
    position: relative; /* バッジ配置の基準 */
    overflow: hidden;
}

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

/* 画像左上の文字バッジ */
.img-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7); /* 半透明の黒背景 */
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    font-weight: bold;
    z-index: 2;
}

/* テキストエリア (右側) */
.record-text-box {
    width: 75%;
    padding-left: 30px; /* 画像との余白 */
    display: flex;
    flex-direction: column;
    justify-content: center; /* 上下中央寄せ（上寄せなら flex-start） */
}

.record-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
}

.record-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* 下部補足テキスト */
.record-footer-text {
    margin-top: 40px;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}

/* ===================================
   レスポンシブ対応 (スマホ等 768px以下)
   =================================== */
@media screen and (max-width: 768px) {
    .record-item {
        flex-direction: column; /* 縦並びにする */
        padding: 20px 0;
    }

    .record-img-box {
        width: 100%; /* 画像を横幅いっぱいに */
        margin-bottom: 15px;
    }
    
    .record-text-box {
        width: 100%;
        padding-left: 0; /* 左の余白をリセット */
    }

    .record-title {
        font-size: 18px;
    }

    .record-desc {
        font-size: 14px;
    }
}


.v-sec-wrapper {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333; /* --text-color */
    line-height: 1.8;
    background-color: #fff; /* --white */
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.v-sec-wrapper *, .v-sec-wrapper *::before, .v-sec-wrapper *::after {
    box-sizing: border-box;
}

/* 1. ヒーローセクション（横幅占有画像1） */
.v-sec-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 60vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* --white */
    overflow: hidden;
}

.v-sec-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* --bg-black (#464646) から --dark-comp-color (#0C2278) へのグラデーション */
    background: linear-gradient(0deg, rgba(0, 167, 213, 0.8) 0%, rgba(0, 102, 255, 0.804) 100%);
    z-index: 1;
}

.v-sec-hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}

.v-sec-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
}

.v-sec-hero-en {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.3em;
    color: #E1EEF4; /* --bright-comp-color */
    display: block;
    margin-bottom: 15px;
}

.v-sec-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    /* text-shadow: 0 10px 30px rgba(0,0,0,0.5); */
}

.v-sec-subtitle {
    font-size: 1.1rem;
    font-weight: 700;
    display: inline-block;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 15px 30px;
    letter-spacing: 0.1em;
}

/* 2. メインコンテンツ領域 */
.v-sec-main {
    position: relative;
    padding: 120px 5% 150px;
    background-color: #f6f6f6; /* --bright-grey */
    max-width: 1200px;
    margin: -50px auto 0;
    z-index: 3;
    box-shadow: 0 -20px 40px rgba(0,0,0,0.05);
}

/* 透かし文字（背景のアクセント） */
.v-sec-watermark {
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 5%;
    left: -5%;
    font-size: 12vw;
    color: rgba(12,34,120,0.04); /* --dark-comp-color を極薄く */
    z-index: 0;
    pointer-events: none;
    white-space: nowrap;
}

.v-sec-catch-wrap {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 80px;
}

.v-sec-catch {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333; /* --text-color */
    letter-spacing: 0.05em;
}

.v-sec-catch span {
    font-family: 'Poppins', sans-serif;
    font-size: 3.5rem;
    color: transparent;
    /* --gradient-comp-color 展開 */
    background: linear-gradient(110deg, #0064ce 0%, rgb(40,167,225) 100%);
    -webkit-background-clip: text;
    display: inline-block;
    margin: 0 10px;
}

/* ずらし（オーバーラップ）レイアウト */
.v-sec-overlap-grid {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 100px;
}

/* 4:3 画像領域 */
.v-sec-img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    box-shadow: 20px 20px 0 #E1EEF4; /* --bright-comp-color */
}

.v-sec-ratio-4-3 {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}

.v-sec-ratio-4-3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.v-sec-img-box:hover img {
    transform: scale(1.03);
}

/* テキスト領域（画像に被せる） */
.v-sec-text-box {
    width: 55%;
    background: rgba(255, 255, 255, 0.95); /* --white 透かし */
    backdrop-filter: blur(10px);
    padding: 60px 50px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
    position: relative;
    margin-top: 80px;
    z-index: 2;
}

.v-sec-text-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100px;
    background-color: rgb(40,167,225); /* --comp-color */
}

.v-sec-desc {
    font-size: 1.05rem;
    color: #666; /* --fc-gray */
    margin-bottom: 24px;
    text-align: justify;
    font-feature-settings: "palt";
}

/* ご注意ボックス（オレンジ系パレットを活用） */
.v-sec-note {
    margin-top: 40px;
    background-color: #fffaf0; /* --bright-orange */
    padding: 20px 25px;
    border: 1px solid #ffe7c1; /* --thin-orange */
    font-size: 0.95rem;
    color: #333; /* --text-color */
}

.v-sec-note strong {
    color: #e06200; /* --dark-orange */
}

/* 動画エリア */
.v-sec-video-area {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.v-sec-video-title {
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    color: #333; /* --bs-black */
}

.v-sec-video-placeholder {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    background: #464646; /* --bg-black */
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.v-sec-video-placeholder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(51,51,51,0.6) 100%);
}

.v-sec-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

.v-sec-play-btn::before {
    content: '';
    display: block;
    margin-left: 6px;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
}

/* ボタンホバー時にメインのオレンジを使用 */
.v-sec-play-btn:hover {
    background: #f36c00; /* --orange */
    border-color: #f36c00; /* --orange */
    transform: translate(-50%, -50%) scale(1.1);
}

/* 3. ボトム画像セクション（横幅占有画像2） */
.v-sec-bottom {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 40vh;
    min-height: 400px;
    background-color: #464646; /* --bg-black */
}

.v-sec-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

/* レスポンシブ調整 */
@media (max-width: 992px) {
    .v-sec-title { font-size: 2.5rem; }
    .v-sec-catch { font-size: 1.8rem; }
    .v-sec-catch span { font-size: 2.5rem; }
    
    .v-sec-overlap-grid {
        display: block;
        margin-bottom: 60px;
    }
    .v-sec-img-box {
        position: relative;
        width: 100%;
        box-shadow: 10px 10px 0 #E1EEF4; /* --bright-comp-color */
    }
    .v-sec-text-box {
        width: 90%;
        margin: -40px auto 0;
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .v-sec-main {
        padding: 80px 5% 100px;
        margin-top: 0;
    }
    .v-sec-text-box {
        width: 100%;
        margin-top: 0;
        box-shadow: none;
        background: transparent;
        padding: 30px 0 0;
    }
    .v-sec-text-box::before { display: none; }
}

/* =========================================
   中継セクション（ブリッジ領域）
========================================= */
.v-sec-bridge {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: linear-gradient(135deg, #0C2278 0%, rgb(40,167,225) 100%);
    color: #fff;
    text-align: center;
    padding: 80px 20px 100px;
    z-index: 10;
}

.v-sec-bridge-inner {
    max-width: 800px;
    margin: 0 auto;
}

.v-sec-bridge p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1em;
    margin: 0;
}

.v-sec-bridge .highlight {
    color: #fff98c;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 20px;
    text-shadow: 2px 2px 4px rgba(17, 92, 255, 0.9);
    /* background: linear-gradient(
        to bottom,
        transparent 70%,
        #fff98c 70%,
        #fff98c 85%,
        transparent 85%
    ); */
}

/* 下向きの矢印（次のセクションへの誘導） */
.v-sec-bridge::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 30px 40px 0;
    border-style: solid;
    border-color: rgb(40,167,225) transparent transparent transparent;
    z-index: 10;
}


.selection_point_card {
    margin-bottom: 30px;
}

.selection_point_card:last-child {
    margin-bottom: 0;
}

.selection_point_card_txt {
    font-size: .95rem;
}



/* =========================================
   装着例セクション（2つセット × 2）
========================================= */
.v-sec-wearing {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5% 100px; /* 上のセクションとの余白調整のため上paddingは0 */
    font-family: 'Noto Sans JP', sans-serif;
}

.wearing-container {
    display: flex;
    gap: 40px; /* 2つのセット間の大きな余白 */
}

/* 1つのセット（2枚の画像）をまとめるラッパー */
.wearing-group-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* セットごとの小見出し（不要であればHTML側で削除してください） */
.wearing-group-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.wearing-group-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: var(--comp-color);
    margin: 8px auto 0;
}

/* 画像2枚を並べるコンテナ */
.wearing-group {
    display: flex;
    gap: 15px; /* セット内の画像同士の小さな余白 */
    flex: 1;
}

/* 画像アイテムのスタイリング */
.wearing-item {
    flex: 1;
    background-color: #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    padding-bottom: 15px;
    border: 1px solid #E1EEF4;
}

.wearing-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4; /* 人物の装着例がきれいに見える縦長比率 */
    object-fit: cover;
    display: block;
    margin-bottom: 12px;
}

.wearing-caption {
    font-size: 0.9rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

/* レスポンシブ調整 */
@media (max-width: 992px) {
    /* タブレットサイズ：2セットを縦積みにする（2枚並び × 2段） */
    .wearing-container {
        flex-direction: column;
        gap: 50px;
    }
}

@media (max-width: 576px) {
    /* スマホサイズ：すべて縦1列にする */
    .wearing-group {
        flex-direction: column;
        gap: 20px;
    }
}



.v-sec-usage {
    max-width: 900px; /* リストが間延びしないよう少し幅を絞る */
    margin: 0 auto;
    padding: 60px 0 100px;
    font-family: 'Noto Sans JP', sans-serif;
}

/* タイトル周り */
.v-sec-usage-header {
    text-align: center;
    margin-bottom: 15px;
}

.v-sec-usage-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-color); /* ダークブルー */
    margin: 0;
}

/* 背景を敷いたリストコンテナ */
.v-sec-usage-container {
    background-color: #f6f6f6; /* ライトグレー */
    border-top: 4px solid rgb(40,167,225); /* ライトブルーのアクセント */
    padding: 40px 50px;
    border-radius: 0 0 8px 8px;
}

/* 6項目のグリッドレイアウト（PCでは3列） */
.v-sec-usage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}

/* 各用途のリストアイテム（クリックできない静的な文字） */
.v-sec-usage-item {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CSSで描画するチェックマーク */
.v-sec-usage-item::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 14px;
    border-right: 3px solid #f36c00; /* オレンジ */
    border-bottom: 3px solid #f36c00; /* オレンジ */
    transform: rotate(45deg);
    margin-right: 15px;
    margin-bottom: 4px; /* テキストとの縦位置を微調整 */
}

/* 補足説明ブロック */
.v-sec-usage-desc {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px dashed #ccc; /* リストとの間に区切り線 */
    color: var(--text-color, #333);
}

/* 補足説明の小見出し */
.v-sec-usage-desc-title {
    font-size: 1.15rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px 0;
    color: var(--comp-color);
}

/* 補足説明のテキスト */
.v-sec-usage-desc-text {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.v-sec-usage-desc-text:last-child {
    margin-bottom: 0;
}

/* レスポンシブ調整 */
@media (max-width: 992px) {
    /* タブレットサイズ：2列に変更 */
    .v-sec-usage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .v-sec-usage-container {
        padding: 40px;
    }
}

@media (max-width: 576px) {
    /* スマホサイズ：1列に変更 */
    .v-sec-usage-header {
        text-align: left;
    }
    .v-sec-usage-title {
        font-size: 1.8rem;
    }
    .v-sec-usage-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .v-sec-usage-container {
        padding: 30px 20px;
    }
    /* 追加部分のスマホ向け余白調整 */
    .v-sec-usage-desc {
        margin-top: 30px;
        padding-top: 20px;
    }
}