._MAX #wrapper #sti .sectionContainer>._container {
    width: 1120px;
    margin: auto;
}

._MIN #wrapper #sti .sectionContainer>._container {
    width: 89.3333333vw;
    margin: auto;
}

/* Make drivers profile responsive: column in .MIN and row in .MAX */
._MAX #wrapper #sti .sectionContainer>._container ._profile {
    display: flex;
    flex-direction: row;
}

._MIN #wrapper #sti .sectionContainer>._container ._profile {
    display: flex;
    flex-direction: column;
}

/* --- コラボキャンペーンバナーのスタイル --- */
#campaign-section {
    padding: 80px 0;
}
._campaign_banner { /* direct use of _campaign_banner for styling */
  background-color: #333;
  padding: 40px; /* PCでのpadding */
  border-radius: 20px; /* HTMLに合わせて20pxに設定 */
  color: #ffffff;
  box-shadow: 0 16px 64px rgba(0, 0, 0, .8);
}

.campaign-banner {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    background-color: #333;
    /* 画像の背景色 */
    padding: 40px;
    border-radius: 20px;
    color: #ffffff;
}

.campaign-logo {
    flex: 0 0 200px;
    /* ロゴの幅を固定 */
}

.campaign-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.campaign-text h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}

.campaign-text .subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.campaign-text p {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 15px;
}

.campaign-text .notes {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.7;
}

/* 上部：中央揃えのヘッダー */
.campaign-header {
    text-align: center;
    margin-bottom: 30px;
    /* ヘッダーと下のコンテンツの間の余白 */
}

.campaign-header h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.campaign-header .subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
}

/* 下部：ロゴとテキスト詳細の横並びコンテンツ */
.campaign-content {
    display: flex;
    align-items: center;
    /* ロゴとテキストを垂直方向中央に揃える */
    gap: 30px;
}

.campaign-logo {
    flex: 0 0 200px;
    /* ロゴの幅を200pxで固定 */
}

.campaign-logo img {
    width: 100%;
    height: auto;
    display: block;
}

/* 右側の詳細テキスト部分のクラス名を変更 */
.campaign-details p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    /* pタグのデフォルトマージンをリセット */
}

.campaign-details .notes {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.7;
}

/* PC (max-width: 750px以上の画面) の設定 */
._MAX #wrapper #sti #a6j {
  margin-top: 80px;
  margin-bottom: 80px;
}

._MAX #wrapper #sti #a6j ._container_a6j { /* 新しいクラス名 */
  display: flex;
  align-items: center;
  gap: 40px;
  width: 1120px; /* PCでの幅指定 */
  margin: auto; /* 中央寄せ */
}

._MAX #wrapper #sti #a6j ._l {
  flex: 1.5;
}

._MAX #wrapper #sti #a6j ._l img {
  width: 100%;
}

._MAX #wrapper #sti #a6j ._r {
  flex: 1;
  text-align: left;
}

._MAX #wrapper #sti #a6j ._t0 {
  font-size: 38px;
  color: #dcdcdc;
}

._MAX #wrapper #sti #a6j ._t1 {
  font-size: 14px;
  line-height: 1.7;
  color: #dcdcdc;
  margin-top: 20px;
}

._MAX #wrapper #sti #a6j ._button_a6j { /* 新しいクラス名 */
  display: inline-block;
  text-decoration: none;
  margin-top: 30px;
}

._MAX #wrapper #sti #a6j ._button_a6j ._link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 305px;
  height: 64px;
  border: 1px solid #fff;
  border-radius: 32px;
}

._MAX #wrapper #sti #a6j ._button_a6j span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

._MAX #wrapper #sti #a6j ._button_a6j svg {
  margin-left: 8px;
}


/* スマートフォン (max-width: 750px以下) の設定 */
@media screen and (max-width: 750px) {
  ._MIN #wrapper #sti #a6j {
    margin-top: 13.5466666667vw;
  }

  ._MIN #wrapper #sti #a6j ._container_a6j {
    flex-direction: column;
    gap: 20px;
    width: 89.3333333333vw;
    margin: auto;
  }

  ._MIN #wrapper #sti #a6j ._l {
    flex: none;
    width: 100%;
  }

  ._MIN #wrapper #sti #a6j ._l img {
    width: 100%;
    height: auto;
  }

  ._MIN #wrapper #sti #a6j ._r {
    flex: none;
    width: 100%;
    text-align: left;
  }

  ._MIN #wrapper #sti #a6j ._t0 {
    font-size: 7.4666666667vw;
    line-height: 100%;
    margin-top: 7.2vw;
    letter-spacing: -.05em;
    color: #dcdcdc; /* ここを改めて確認または !important を試す */
  }

  ._MIN #wrapper #sti #a6j ._t1 {
    font-size: 3.8vw;
    line-height: 1.6;
    margin-top: 4.5333333333vw;
    text-align: left;
    color: #dcdcdc; /* ここを改めて確認または !important を試す */
  }

  ._MIN #wrapper #sti #a6j ._button_a6j {
    margin-top: 7.2vw;
    width: 100%; /* 親の幅いっぱいに広げる */
    display: block; /* aタグをブロック要素にする */
    /* text-align: center; /* リンク内のテキストは_linkで中央寄せするため不要 */
    text-decoration: none /* リンクの下線を消す */
  }

  /* この_linkクラスのスタイルを調整/追加します */
  ._MIN #wrapper #sti #a6j ._button_a6j ._link {
    display: flex; /* Flexboxを適用 */
    align-items: center; /* 垂直方向中央寄せ */
    justify-content: center; /* 水平方向中央寄せ */
    width: 100%; /* 親の_button_a6jの幅いっぱいに */
    height: 17.0666666667vw; /* スマートフォンでの高さ */
    border: 1px solid #fff; /* 白い枠線 */
    border-radius: 8.5333333333vw; /* 角丸 */
    background: transparent; /* 背景は透明 */
  }

  ._MIN #wrapper #sti #a6j ._button_a6j ._link span {
    font-size: 4vw; /* スマートフォンでのフォントサイズ */
    color: #fff; /* 文字色を白に */
    font-weight: bold;
    /* align-items: center; は不要（親の_linkで指定済み） */
  }

  ._MIN #wrapper #sti #a6j ._button_a6j ._link svg {
    width: 4.6213333333vw; /* スマートフォンでのSVGの幅 */
    height: auto;
    margin-left: 1.0666666667vw; /* 左マージン */
  }
}

  /* PC (max-width: 750px以上の画面) の設定 */
._MAX #wrapper #sti ._car_section ._r .car-main-title {
  font-size: 36px;
  font-weight: bold;
  padding-top: 30px;
  color: #FFF;
}

._MAX #wrapper #sti ._car_section ._r .car-description {
  margin-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

._MAX #wrapper #sti .sectionContainer ._container .parts-section-title {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 3px;
  color: #FFF;
}

._MAX #wrapper #sti .sectionContainer ._container .parts-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

._MAX #wrapper #sti .sectionContainer ._container .parts-list .parts-list-item {
  margin-bottom: 15px;
  color: #FFF;
  font-size: 16px; /* ここにフォントサイズを設定 */
}



/* スマートフォン (max-width: 750px以下) の設定 */
@media screen and (max-width: 750px) {
  ._MIN #wrapper #sti ._car_section ._r .car-main-title {
    font-size: 6.9333333333vw; /* 36pxから変換 (36/750*100) */
    font-weight: bold;
    padding-top: 1vw; /* pxからvwへ変換 (30/750*100) */
    color: #FFF;
  }

  ._MIN #wrapper #sti ._car_section ._r .car-description {
    margin-top: 2.6666666667vw; /* 20pxから変換 (20/750*100) */
    font-size: 4.2666666667vw; /* 16pxから変換 (16/750*100) */
    font-weight: bold;
    color: #FFF;
  }

  ._MIN #wrapper #sti .sectionContainer ._container .parts-section-title {
    font-size: 5.8666666667vw; /* 22pxから変換 (22/750*100) */
    font-weight: bold;
    padding-bottom: 0.4vw; /* 3pxから変換 */
    color: #FFF;
  }

  ._MIN #wrapper #sti .sectionContainer ._container .parts-list {
    margin-top: 2.6666666667vw; /* 20pxから変換 */
  }

  ._MIN #wrapper #sti .sectionContainer ._container .parts-list .parts-list-item {
    margin-bottom: 2vw; /* 15pxから変換 (15/750*100) */
    color: #FFF;
    font-size: 3.7333333333vw; /* 14pxから変換 (14/750*100) */
  }

  ._MIN #wrapper #sti #a6j ._container ._campaign_banner { /* 変更 */
    padding: 20px; /* SPでのpadding */
    border-radius: 20px;
    box-shadow: 0 4.2666666667vw 6.4vw rgba(0, 0, 0, .8); /* SPでのシャドウ */
  }

  ._MIN #wrapper #sti #a6j .campaign-header { /* 変更 */
    margin-bottom: 15px; /* SPでの余白調整 */
  }

  ._MIN #wrapper #sti #a6j .campaign-header h5 { /* 変更 */
    font-size: 24px; /* SPでのフォントサイズ調整 */
    margin-top: 40px; 
    margin-bottom: 32px;
  }

  ._MIN #wrapper #sti #a6j .campaign-content { /* 変更 */
    flex-direction: column; /* SPでは縦並びにする */
    gap: 20px; /* SPでのギャップ調整 */
  }

  ._MIN #wrapper #sti #a6j .campaign-logo { /* 変更 */
    flex: 0 0 auto; /* SPでは固定幅を解除 */
    width: 60vw; /* ロゴの幅をvwで指定 */
  }

  ._MIN #wrapper #sti #a6j .campaign-details p { /* 変更 */
    font-size: 4vw; /* SPでのフォントサイズ調整 */
    text-align: left; /* テキストを左揃えにする */
    padding: 15px;
  }
   ._MIN #wrapper #sti #a6j .campaign-details .notes { /* 変更 */
    font-size: 3.2vw; /* SPでのフォントサイズ調整 */
    text-align: left; /* テキストを左揃えにする */
    padding: 15px;
  }
}

/* PC表示 (_MAX) のスタイル */
._MAX #wrapper #sti .sectionContainer > ._container ._profile {
    margin-top: 20px;
    display: flex;
    flex-direction: row; /* 横並び */
    gap: 20px;
}

._MAX #wrapper #sti .sectionContainer > ._container ._profile .driver-card {
    flex: 1;
    background: #000;
    color: #FFF;
}

._MAX #wrapper #sti .sectionContainer > ._container ._profile .driver-card-info {
    padding: 20px;
}

._MAX #wrapper #sti .sectionContainer > ._container ._profile .driver-card-info ._n {
    font-size: 24px; /* 元の28pxから少し小さく調整 */
    font-weight: bold;
}

._MAX #wrapper #sti .sectionContainer > ._container ._profile .driver-card-info small {
    font-size: 14px; /* 元の18pxから少し小さく調整 */
    font-weight: bold;
}

._MAX #wrapper #sti .sectionContainer > ._container ._profile .driver-card-info ._t {
    font-size: 14px; /* 元の18pxから少し小さく調整 */
}

._MAX #wrapper #sti .sectionContainer > ._container ._profile .driver-card-info ._t:nth-of-type(1) { /* 最初のp._t */
    margin-top: 10px;
}

._MAX #wrapper #sti .sectionContainer > ._container ._profile .driver-card-info ._t:nth-of-type(2) { /* 2番目のp._t */
    margin-top: 15px;
}


/* スマートフォン表示 (_MIN) のスタイル */
@media screen and (max-width: 750px) {
    ._MIN #wrapper #sti .sectionContainer > ._container ._profile {
        margin-top: 5.3333333333vw; /* 20pxをvw変換 */
        display: flex;
        flex-direction: column; /* 縦並び */
        gap: 5.3333333333vw; /* 20pxをvw変換 */
    }

    ._MIN #wrapper #sti .sectionContainer > ._container ._profile .driver-card {
        flex: none; /* flexの比率を解除 */
        width: 100%; /* 幅を親要素いっぱいに */
        background: #000;
        color: #FFF;
    }

    ._MIN #wrapper #sti .sectionContainer > ._container ._profile .driver-card-info {
        padding: 5.3333333333vw; /* 20pxをvw変換 */
    }

    ._MIN #wrapper #sti .sectionContainer > ._container ._profile .driver-card-info ._n {
        font-size: 6.4vw; /* 24pxをvw変換 (24/750*100) */
        font-weight: bold;
    }

    ._MIN #wrapper #sti .sectionContainer > ._container ._profile .driver-card-info small {
        font-size: 3.7333333333vw; /* 14pxをvw変換 (14/750*100) */
        font-weight: bold;
    }

    ._MIN #wrapper #sti .sectionContainer > ._container ._profile .driver-card-info ._t {
        font-size: 3.7333333333vw; /* 14pxをvw変換 (14/750*100) */
    }

    ._MIN #wrapper #sti .sectionContainer > ._container ._profile .driver-card-info ._t:nth-of-type(1) {
        margin-top: 2.6666666667vw; /* 10pxをvw変換 */
    }

    ._MIN #wrapper #sti .sectionContainer > ._container ._profile .driver-card-info ._t:nth-of-type(2) {
        margin-top: 4vw; /* 15pxをvw変換 */
    }

    /* DRIVER PROFILE 画像の幅を調整 */
    ._MIN #wrapper #sti ._container img[alt="DRIVER PROFILE"] {
        width: 100%; /* スマホで横幅いっぱいに */
        height: auto;
    }
}