/* l-contents 内 float（.l-main / .l-side）の包含を強化（元 CSS の clearfix に追加） */
.l-contents {
  overflow: hidden;
}

/* 絞り込み（カレンダー＋ショートカット）：親幅が壊れても極端に離れないよう flex で並べる */
.m-refine__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 28px;
  max-width: 100%;
}
.m-refine__calendar {
  flex: 0 0 auto;
  margin-bottom: 0 !important;
}
.m-refine .m-calendar {
  float: none !important;
}
.m-refine__btns {
  float: none !important;
  flex: 0 1 317px;
  max-width: 317px;
  margin-top: 0 !important;
  padding: 8px 0 0 !important;
}

/* 季節特集（m-featureset02）：flex 内の clearfix ::after が余分な flex アイテムになるのを防ぐ */
.m-featureset02__main::after {
  display: none !important;
  content: none !important;
}

/* エリアリンク：float の親幅が壊れて 1 行に引き伸ばされるのを防ぎ、6 列で折り返す */
.l-main .l-block--small .m-featureset__nav {
  display: block !important;
  width: 100%;
  max-width: 100%;
  clear: both;
  margin-top: 12px;
  box-sizing: border-box;
}

.l-main .l-block--small .m-featureset__list {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.l-main .l-block--small .m-featureset__item {
  float: none !important;
  flex: 0 0 16.666% !important;
  width: 16.666% !important;
  max-width: 16.666% !important;
  box-sizing: border-box;
}

/* 旧 GPT 枠が残っているページ向け（rebrand で HTML から削除済みなら未使用） */
#wp_all_bb_gam,
#wp_all_ol_gam,
#wp_all_sidebnr1_gam,
#wp_all_sidebnr2_gam,
#wp_list_infeed1_gam,
#wp_list_infeed2_gam,
#wp_list_infeed3_gam,
#wp_all_1r_gam,
#wp_all_2r_gam,
#wp_all_3r_gam,
#wp_all_4r_gam,
#wp_all_iat1_gam,
#wp_all_iat2_gam,
#wp_all_iat3_gam,
#wp_all_iat4_gam,
#wp_all_iat5_gam,
#wp_all_iat6_gam,
.m-ad_overlay {
  display: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.jack_left,
.jack_right {
  display: none !important;
}

.jack_contents {
  display: block !important;
}

/* デカル用ネイティブ枠（旧ヘッダービルボード置換） */
.dekaru-native-promo {
  margin: 0 auto 12px;
  max-width: 728px;
  text-align: center;
  background: linear-gradient(135deg, #1a1f2e 0%, #2d3548 100%);
  border-radius: 6px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dekaru-native-promo__link {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem 1rem;
  padding: 14px 20px;
  color: #f4f6fb !important;
  text-decoration: none !important;
  width: 100%;
}
.dekaru-native-promo__link:hover {
  opacity: 0.92;
}
.dekaru-native-promo__brand {
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
}
.dekaru-native-promo__tagline {
  font-size: 0.9rem;
  opacity: 0.88;
}
