@charset "UTF-8";

/* 特集別カラー指定（一括変更） */
.seasonal-guide {
  --color-primary: #00a3be;
}

/* 回遊パーツの高さを揃える */
.scm-content-card-guide-title.scm-content-card-guide-title-static {
    align-items: center;
    height: 84px;
}

/* ポスト投函可能ギフト PC看板 */
.ochugen_pochugen-kanban {
  justify-content: center;
  padding: 0;
  background-image: url(https://r.r10s.jp/evt/event/ochugen/guide_parts/_pc/img/special/pochugen/kanban_bg.jpg);
  border-top: 2px solid #d1b64d;
  border-bottom: 2px solid #d1b64d;
}

/* ポスト投函可能ギフト バナーリスト */
.banner._father {
  display: none;
}
.seasonal-post .sea-c-postBannerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.sea-c-postBannerList {
  font-size: 0;
  text-align: center;
}
ul.sea-c-postBannerList li {
  display: inline-block;
  width: 448px;
  margin: 16px;
  overflow: hidden;
}
.sea-c-postBannerList li a {
  display: block;
  width: 100%;
}
.sea-c-postBannerList li img {
  width: 100%;
}