@charset "Shift_JIS";
/* --------------------------------------------------------------------
恵方巻CSS / .ehoumaki
--------------------------------------------------------------------- */
/* 改行切り替え */
.mainframe_ .ehoumaki .sp_only { display: none; }
.wrapper_:not(:has(.mainframe_)) .ehoumaki .pc_only { display: none; }

/* 既存トピックス（非表示） */
.m-newslist2_ {
  display: none;
}

#event_wrapper_top {
  margin-bottom: 0;
}

/*--------------------- PC -------------------------------------------------*/
/* 上部パーツ
================================================== */
/* キャッチコピー */
.mainframe_ .ehoumaki .catch_copy {
  text-align: center;
  padding: 15px 0;
}

.mainframe_ .ehoumaki .catch_copy .bold {
  font-weight: bold;
}

/* トピックス（#topic）
================================================== */
.mainframe_ .ehoumaki #topic {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.mainframe_ .ehoumaki #topic a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #fe0e11;
  border-radius: 3px;
}

.mainframe_ .ehoumaki #topic a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: translateY(-50%) rotate(-45deg);
}

.mainframe_ .ehoumaki #topic a > div {
  padding: 0 0 0 54px;
  background: url("/contents/common/img/icon_attention.png") center left / 44px auto no-repeat;
}

.mainframe_ .ehoumaki #topic .title {
  color: #fe0e11;
}

/* マウスオーバー */
.mainframe_ .ehoumaki #topic a:hover {
  opacity: 1;
  background: #fff6cc;
}

/* ナビメニュー（#navi_menu）
================================================== */
.mainframe_ .ehoumaki #navi_menu {
  margin-top: 20px;
}

.mainframe_ .ehoumaki #navi_menu ul {
  display: flex;
  justify-content: center;
  gap: 2px;
  width: 100%;
}

.mainframe_ .ehoumaki #navi_menu ul li {
  width: 100%;
}
.mainframe_ .ehoumaki #navi_menu ul li.js-key-all { width: 70%; }
.mainframe_ .ehoumaki #navi_menu ul li.js-key-abeno { width: 160%; }

.mainframe_ .ehoumaki #navi_menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3d2517;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #ded1d1;
  border-radius: 8px;
}

.mainframe_ .ehoumaki #navi_menu ul li .note {
  display: block;
  color: #c50000;
  font-size: 1.2rem;
  padding: 2px 4px;
  margin: 2px 0 0 0;
  border-radius: 3px;
}

/* 指定の「カテゴリーから探す」以外の時の表示（価格から探す等） */
.mainframe_ .ehoumaki #navi_menu ul:has( > li.active-item) {
  border-bottom: 5px solid #3d2517;
}

.mainframe_ .ehoumaki #navi_menu ul:has( > li.active-item) li a {
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

/* マウスオーバー */
.mainframe_ .ehoumaki #navi_menu ul li a:hover {
  opacity: 1;
  background: #F7EFE1;
}

.mainframe_ .ehoumaki #navi_menu ul li.active-item .note {
  background: #fff;
}


/* 【JS】アクティブボタン用CSS（.js-change-active-area）※active=ON
================================================== */
/* ナビボタン */
.mainframe_ #navi_menu.js-change-active-area ul .active-item {
  position: relative;
}

.mainframe_ #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);
}

.mainframe_ #navi_menu.js-change-active-area ul .active-item a {
  color: #fff;
  background: #3d2517;
  border-color: #3d2517;
}

/* タイトル */
.mainframe_ #title_list.js-change-active-area p {
  display: none;
  color: #3d2517;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 10px 0 0 0;
}

.mainframe_ #title_list.js-change-active-area p.active-item {
  display: block;
}

/*--------------------- SP -------------------------------------------------*/
/* 上部パーツ
================================================== */
/* キャッチコピー */
.wrapper_:not(:has(.mainframe_)) .ehoumaki .catch_copy {
  text-align: center;
  padding: 15px 0;
}

.wrapper_:not(:has(.mainframe_)) .ehoumaki .catch_copy .bold {
  font-weight: bold;
}

/* トピックス（#topic）
================================================== */
.wrapper_:not(:has(.mainframe_)) .ehoumaki #topic {
  padding: 0 3%;
  width: 100%;
  max-width: 500px;
  margin: 10px auto 0 auto;
}

.wrapper_:not(:has(.mainframe_)) .ehoumaki #topic a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  padding: 10px;
  background: #fff;
  border: 1px solid #fe0e11;
  border-radius: 3px;
}

.wrapper_:not(:has(.mainframe_)) .ehoumaki #topic a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: translateY(-50%) rotate(-45deg);
}

.wrapper_:not(:has(.mainframe_)) .ehoumaki #topic a > div {
  padding: 0 10px 0 50px;
  background: url("/contents/common/img/icon_attention.png") left 10px / 40px auto no-repeat;
}

.wrapper_:not(:has(.mainframe_)) .ehoumaki #topic .title {
  color: #fe0e11;
}

.wrapper_:not(:has(.mainframe_)) .ehoumaki #topic a > div > p:nth-of-type(2) {
  font-size: 1.3rem;
}

/* ナビメニュー（#navi_menu）
================================================== */
.wrapper_:not(:has(.mainframe_)) .ehoumaki #navi_menu ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0 1%;
  margin-top: 20px;
}

.wrapper_:not(:has(.mainframe_)) .ehoumaki #navi_menu ul li {
  width: calc((100% / 2) - 2%);
  margin: 1%;
}
.wrapper_:not(:has(.mainframe_)) .ehoumaki #navi_menu ul:has(> :nth-child(5):last-child) li.js-key-all { width: calc(100% - 2%); }

.wrapper_:not(:has(.mainframe_)) .ehoumaki #navi_menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #313131;
  color: #3d2517;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 70px;
  padding: 10px 0 15px 0;
  background: #fff;
  border: 2px solid #ded1d1;
  border-radius: 3px;
}

.wrapper_:not(:has(.mainframe_)) .ehoumaki #navi_menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  width: 8px;
  height: 8px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: rotate(45deg);
}

.wrapper_:not(:has(.mainframe_)) .ehoumaki #navi_menu ul li .mini {
  font-size: 1.2rem;
  letter-spacing: -0.05rem;
}

/* タイトル（#title_list）
================================================== */
.wrapper_:not(:has(.mainframe_)) .ehoumaki #title_list {
  margin: 20px 0 0 0;
  border-top: 4px solid #3d2517;
}

.wrapper_:not(:has(.mainframe_)) .ehoumaki #title_list p {
  color: #3d2517;
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}

/* 【JS】アクティブボタン用CSS（.js-change-active-area）※active=ON
================================================== */
/* ナビボタン */
.wrapper_:not(:has(.mainframe_)) #navi_menu.js-change-active-area ul .active-item {
  position: relative;
}

.wrapper_:not(:has(.mainframe_)) #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);
}

.wrapper_:not(:has(.mainframe_)) #navi_menu.js-change-active-area ul .active-item a {
  color: #111;
  font-weight: bold;
  background: #f2ebeb;
  border-color: #f2ebeb;
}

.wrapper_:not(:has(.mainframe_)) #navi_menu.js-change-active-area ul .active-item a::after {
  content: unset;
}

/* タイトル */
.wrapper_:not(:has(.mainframe_)) #title_list.js-change-active-area p {
  display: none;
}

.wrapper_:not(:has(.mainframe_)) #title_list.js-change-active-area p.active-item {
  display: block;
}

.wrapper_:not(:has(.mainframe_)) #title_list.js-change-active-area p .mini {
  font-size: 1.6rem;
}