.itemList--ranking .itemList__unit:nth-child(1):before,
.itemList--ranking .itemList__unit:nth-child(2):before,
.itemList--ranking .itemList__unit:nth-child(3):before {
    border-color: #d30a0a !important;
}

.tabListArea .tab .tabSwitch li {
  width: 20%;
}

.tabListArea .tab .tabSwitch li span {
  border-bottom: 2px solid transparent;
}

.tabListArea .tab .tabSwitch li span {
    padding-top: 5px;
}

.tabListArea .tab .tabSwitch li.active {
    /* border-bottom: none; */
    /* border-bottom: 4px solid transparent !IMPORTANT; */
}

/* .tabListArea .tab .tabSwitch li.active span {
    border-bottom: 0px solid #000 !IMPORTANT;
    background-color: #323344;
    color: #fff;
    padding: 0;
    border: 0;
} */

/* ===== メイン動画 ===== */
.customize_case_main-movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.customize_case_main-movie iframe {
  width: 100%;
  height: 100%;
}

/* ===== 下の4動画 ===== */
.customize_case_sub-movie {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.customize_case_sub_item {
  cursor: pointer;
}

.customize_case_sub_item .movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

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

/* ===== イベント・キャンペーン（動画）専用修正 ===== */
#yt_event_cp {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

/* カラーミーの既存指定を完全無効化 */
#yt_event_cp,
#yt_event_cp * {
  box-sizing: border-box;
}

#yt_event_cp > div {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

/* カード */
#yt_event_cp .event_cp_movie_item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* サムネ */
#yt_event_cp .event_cp_movie_item_movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}

#yt_event_cp .event_cp_movie_item_movie img,
#yt_event_cp .event_cp_movie_item_movie iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* タイトル */
#yt_event_cp .event_cp_movie_item_ttl {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

/* 日付 */
#yt_event_cp .event_cp_movie_item_date {
  margin-top: 6px;
  font-size: 13px;
  color: #666;
}

/* スマホ */
@media screen and (max-width: 768px) {
  #yt_event_cp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
/* ==========================
   公式YouTube タイトル太字修正（確定版）
========================== */

/* 下4つの動画タイトル */
.customize_case_sub_item .ttl {
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 1.4;
}

/* タイトルが span や p でラップされても効かせる */
.customize_case_sub_item .ttl *,
.customize_case_sub_item .ttl span,
.customize_case_sub_item .ttl p {
  font-weight: 700 !important;
}

/* スマホ時 少しだけ読みやすく */
@media screen and (max-width: 768px) {
  .customize_case_sub_item .ttl {
    font-size: 13px;
  }
}
