@charset "Shift_JIS";
/* --------------------------------------------------------------------
「食品大バーゲン」ページ用CSS(PC) / .shokuhinsale
--------------------------------------------------------------------- */
#event_wrapper_top {
    margin-bottom: 0;
}

/* ナビメニュー（#navi_menu）
================================================== */
.shokuhinsale #navi_menu {
  margin-top: 20px;
}

.shokuhinsale #navi_menu ul {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 5px solid #313131;
}

.shokuhinsale #navi_menu ul li {
  width: calc(100% - 4px);
  margin: 0 2px;
}

.shokuhinsale #navi_menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 2px solid #ded1d1;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

/* マウスオーバー */
.shokuhinsale #navi_menu ul li a:hover {
  opacity: 1;
  text-decoration: underline;
  background: #f2ebeb;
}

/* 【JS】アクティブボタン用CSS（.js-change-active-area）※active=ON
================================================== */
/* ナビボタン */
#navi_menu.js-change-active-area ul .active-item {
  position: relative;
}

#navi_menu.js-change-active-area ul .active-item::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.0);
}

#navi_menu.js-change-active-area ul .active-item a {
  color: #fff;
  background: #313131;
  border-color: #313131;
}
