@charset "Shift_JIS";
/* --------------------------------------------------------------------
「冬のごちそうグルメ」CSS　基本設定（PC・SP）
--------------------------------------------------------------------- */
/* ボタン 右矢印（＞） */
.seibojt .btn_basic a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 100%;
  max-width: 380px;
  height: 80px;
  margin: 0 auto;
  background: #222;
  border-radius: 60px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  font-size: 1.6rem;
  line-height: 1.4;
}

.seibojt .btn_basic a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(-45deg);
}

/* fill_cover */
.seibojt .fill_cover_wrap {
  position: relative;
  overflow: hidden;
}
.seibojt .fill_cover {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.6);
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.seibojt .fill_cover .fill_cover_tx {
  font-weight: bold;
  text-shadow: 0px 0px 10px rgb(0 0 0);
}
.seibojt .fill_cover .fill_cover_tx_b {
  font-weight: bold;
}

/* 改行切り替え */
.mainframe_ .seibojt .sp_only { display: none; }
.wrapper_:not(:has(.mainframe_)) .seibojt .pc_only { display: none; }

/* 既存トピックス（非表示） */
.m-newslist2_,
.l-news01_ {
  display: none;
}

#event_wrapper_top {
  margin-bottom: 40px;
}

/* 基本 */
.seibojt {
  color: #333;
}

/* 【GTM】計測対象の子要素のポインターイベントの無効化 */
.mainframe_ .js-tab-switch button *,
.wrapper_:not(:has(.mainframe_)) .js-tab-switch button * {
  pointer-events: none;
}

/*--------------------- PC -------------------------------------------------*/
/* 上部パーツ
================================================== */
/* キャッチコピー */
.mainframe_ .seibojt .catch_copy {
  text-align: center;
  padding: 15px 0;
}

.mainframe_ .seibojt .catch_copy .bold {
  font-weight: bold;
}

/* トピックス（#topic）
================================================== */
.mainframe_ .seibojt #topic {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.mainframe_ .seibojt #topic div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 0 30px;
  background: #fff;
  border: 1px solid #fe0e11;
  border-radius: 3px;
}

.mainframe_ .seibojt #topic div > p {
  padding: 15px 0 15px 54px;
  background: url("/contents/common/img/icon_attention.png") center left / 44px auto no-repeat;
}

/* 共通：コンテンツタイトル（.title_box）
================================================== */
.mainframe_ .seibojt .title_box {
  text-align: center;
  margin: 0 0 30px 0;
}

.mainframe_ .seibojt .title_box .title_main {
  color: #0a0a0a;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-weight: 500; /* 機種による文字のかすれ防止 */
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.25rem;
}

.mainframe_ .seibojt .title_box .title_sub {
  color: #333;
  margin: 0 0 10px 0;
  font-weight: bold;
}

/* おすすめ特集（#seibojt_feature）
================================================== */
.mainframe_ #seibojt_feature {
  margin-top: 60px;
}

.mainframe_ #seibojt_feature > .bg {
  padding: 50px 20px;
  background: #FAF6F0;
}

.mainframe_ #seibojt_feature ul.list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 15px;
  padding: 30px 10px 60px 10px;
  border-bottom: 3px solid #AC2D3E;
}

.mainframe_ #seibojt_feature ul.list li {
  width: calc((100% - (15px * 3)) / 4);
}

.mainframe_ #seibojt_feature ul.list li a {
  display: block;
}

.mainframe_ #seibojt_feature ul.list li .img {
  width: 100%;
}

.mainframe_ #seibojt_feature ul.list li .img img {
  width: 100%;
  height: auto;
}

.mainframe_ #seibojt_feature ul.list li .txt {
  font-size: 1.4rem;
  margin: 5px 0 0 0;
}

/* マウスオーバー */
.mainframe_ #seibojt_feature ul.list li a:hover .txt {
  text-decoration: underline;
}

/* カテゴリ―別商品（#seibojt_category）
================================================== */
.mainframe_ #seibojt_category {
  margin-top: 60px;
}


/* ボタンリスト */
.mainframe_ #seibojt_category ul.list_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 5px auto 0 auto;
  width: 100%;
}

.mainframe_ #seibojt_category ul.list_btn li {
  width: calc((100% - (10px * 4)) / 5);
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  overflow: hidden;
}

.mainframe_ #seibojt_category ul.list_btn li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 100%;
  height: 70px;
  padding: 0 20px 0 5px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.mainframe_ #seibojt_category ul.list_btn li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

/* マウスオーバー */
.mainframe_ #seibojt_category ul.list_btn li a:hover {
  opacity: 1;
  border-color: #AC2D3E;
}

.mainframe_ #seibojt_category ul.list_btn li a:hover::after {
  border-color: #AC2D3E;
}

/* ボタン：すべての商品を見る・近鉄限定をもっと見る
================================================== */
.mainframe_ .seibojt .btn_item_all {
  padding: 60px 0 20px 0;
}

.mainframe_ .seibojt .btn_item_all a {
  text-align: center;
  background: #AC2D3E;
  border: 1px solid #AC2D3E;
}

.mainframe_ .seibojt .btn_item_all a > span > span {
  font-weight: bold;
}

/* マウスオーバー */
.mainframe_ .seibojt .btn_item_all a:hover {
  opacity: 1;
  color: #333;
  background: #fff !important;
}
.mainframe_ .seibojt .btn_item_all a:hover::after {
  border-color: #333;
}

/* カタログ情報
================================================== */
.mainframe_ #seibojt_catalog {
  margin-top: 50px;
  background: #FFFDF2;
}

.mainframe_ #seibojt_catalog .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

.mainframe_ #seibojt_catalog .box .img {
  position: relative;
  z-index: 0;
  width: 180px;
  height: auto;
  aspect-ratio: 500 / 708;
  margin: 0 20px 0 0;
  border: 1px solid #ececec;
}

.mainframe_ #seibojt_catalog .box .img img {
  width: 100%;
  height: auto;
}

.mainframe_ #seibojt_catalog .box .img::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 3px;
  right: -5px;
  width: 180px;
  height: auto;
  aspect-ratio: 500 / 708;
  background: #AC2D3E;
}

/* リスト */
.mainframe_ #seibojt_catalog ul {
  width: 280px;
}

.mainframe_ #seibojt_catalog ul li:has(> a) {
  width: 100%;
}
.mainframe_ #seibojt_catalog ul li + li { margin-top: 10px; }

/* テキスト */
.mainframe_ #seibojt_catalog ul li > .title {
  font-size: 2.0rem;
  font-weight: bold;
  color: #AC2D3E;
}
.mainframe_ #seibojt_catalog ul li > p {
  font-size: 1.8rem;
  font-weight: bold;
}


.mainframe_ #seibojt_catalog ul li:has(> a) {
  border: 1px solid #ccc;
}

.mainframe_ #seibojt_catalog ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 0 0 15px;
  background: #fff;
  border: 2px solid #fff;
}

.mainframe_ #seibojt_catalog ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

/* マウスオーバー */
.mainframe_ #seibojt_catalog ul li a:hover {
  opacity: 1;
  border-color: #AC2D3E;
}

.mainframe_ #seibojt_catalog ul li a:hover::after {
  border-color: #AC2D3E;
}


/* タブ切り替えコンテンツ（.event_ > .js-tab-switch）JS連動コンテンツ */
.mainframe_ .js-tab-switch > div {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}

.mainframe_ .js-tab-switch button {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 16px 0;
  background: none;
  border: none;
  text-decoration: none;
  border-bottom: 4px solid #ccc;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #ccc;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.mainframe_ .js-tab-switch button.active-item {
  color: #AC2D3E;
  border-color: #AC2D3E;
}

.mainframe_ .js-tab-switch button.active-item a {
  color: #AC2D3E;
}


/*--------------------- SP -------------------------------------------------*/
/* 上部パーツ
================================================== */
/* キャッチコピー */
.wrapper_:not(:has(.mainframe_)) .seibojt .catch_copy {
  font-size: 1.4rem;
  text-align: center;
  padding: 15px 0;
}

.wrapper_:not(:has(.mainframe_)) .seibojt .catch_copy .bold {
  font-weight: bold;
}

/* トピックス（#topic）
================================================== */
.wrapper_:not(:has(.mainframe_)) .seibojt #topic {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.wrapper_:not(:has(.mainframe_)) .seibojt #topic div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  margin: 0 3%;
  background: #fff;
  border: 1px solid #fe0e11;
  border-radius: 3px;
}

.wrapper_:not(:has(.mainframe_)) .seibojt #topic div > p {
  padding: 10px 10px 10px 54px;
  background: url("/contents/common/img/icon_attention.png") 10px center / 34px auto no-repeat;
}

/* 共通：コンテンツタイトル（.title_box）
================================================== */
.wrapper_:not(:has(.mainframe_)) .seibojt .title_box {
  text-align: center;
  margin: 0 0 30px 0;
}

.wrapper_:not(:has(.mainframe_)) .seibojt .title_box .title_main {
  color: #333;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-weight: 500; /* 機種による文字のかすれ防止 */
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.25rem;
}

.wrapper_:not(:has(.mainframe_)) .seibojt .title_box .title_sub {
  color: #333;
  margin: 0 0 10px 0;
  font-weight: bold;
}

/* おすすめ特集（#seibojt_feature）
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibojt_feature {
  xmargin-top: 60px;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_feature > .bg {
  padding: 50px 20px;
  background: #FAF6F0;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_feature ul.list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 15px;
  padding: 30px 10px 60px 10px;
  border-bottom: 3px solid #AC2D3E;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_feature ul.list li {
  width: calc((100% - (15px * 1)) / 2);
}

.wrapper_:not(:has(.mainframe_)) #seibojt_feature ul.list li a {
  display: block;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_feature ul.list li .img {
  width: 100%;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_feature ul.list li .img img {
  width: 100%;
  height: auto;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_feature ul.list li .txt {
  xcolor: #000;
  font-size: 1.4rem;
  xfont-weight: bold;
  margin: 5px 0 0 0;
}

/* マウスオーバー */
.wrapper_:not(:has(.mainframe_)) #seibojt_feature ul.list li a:hover .txt {
  text-decoration: underline;
}

/* カテゴリ―別商品（#seibojt_category）
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibojt_category {
  margin-top: 60px;
}


/* ボタンリスト */
.wrapper_:not(:has(.mainframe_)) #seibojt_category ul.list_btn {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 5px auto 0 auto;
  width: 100%;
  padding: 0 3%;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_category ul.list_btn li {
  width: calc((100% - (10px * 1)) / 2);
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  overflow: hidden;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_category ul.list_btn li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 100%;
  height: 70px;
  padding: 0 20px 0 5px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_category ul.list_btn li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

/* マウスオーバー */
.wrapper_:not(:has(.mainframe_)) #seibojt_category ul.list_btn li a:hover {
  opacity: 1;
  border-color: #AC2D3E;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_category ul.list_btn li a:hover::after {
  border-color: #AC2D3E;
}

/* ボタン：すべての商品を見る
================================================== */
.wrapper_:not(:has(.mainframe_)) .seibojt .btn_item_all {
  padding: 60px 3% 20px 3%;
}

.wrapper_:not(:has(.mainframe_)) .seibojt .btn_item_all a {
  text-align: center;
  background: #AC2D3E;
  border: 1px solid #AC2D3E;
  font-size: 1.4rem;
}

.wrapper_:not(:has(.mainframe_)) .seibojt .btn_item_all a > span > span {
  font-weight: bold;
  font-size: 1.6rem;
}

/* カタログ情報
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibojt_catalog {
  margin-top: 50px;
  background: #FFFDF2;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_catalog .box {
  width: 100%;
  padding: 20px 3%;
  text-align: center;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_catalog .box .img {
  width: 180px;
  margin: 0 auto;
  border: 1px solid #ececec;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_catalog .box .img img {
  width: 100%;
  height: auto;
}

/* リスト */
.wrapper_:not(:has(.mainframe_)) #seibojt_catalog ul {
  width: 100%;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_catalog ul li:has(> a) {
  width: 100%;
}
.wrapper_:not(:has(.mainframe_)) #seibojt_catalog ul li + li { margin-top: 10px; }

/* テキスト */
.wrapper_:not(:has(.mainframe_)) #seibojt_catalog ul li > .title {
  font-size: 2.0rem;
  font-weight: bold;
  color: #AC2D3E;
}
.wrapper_:not(:has(.mainframe_)) #seibojt_catalog ul li > p {
  font-size: 1.8rem;
  font-weight: bold;
}


.wrapper_:not(:has(.mainframe_)) #seibojt_catalog ul li:has(> a) {
  border: 1px solid #ccc;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_catalog ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 0 0 15px;
  background: #fff;
  border: 2px solid #fff;
}

.wrapper_:not(:has(.mainframe_)) #seibojt_catalog ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}


/* タブ切り替えコンテンツ（.event_ > .js-tab-switch）JS連動コンテンツ */
.wrapper_:not(:has(.mainframe_)) .js-tab-switch > div {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}

.wrapper_:not(:has(.mainframe_)) .js-tab-switch button {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 16px 0;
  background: none;
  border: none;
  text-decoration: none;
  border-bottom: 4px solid #ccc;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #ccc;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.wrapper_:not(:has(.mainframe_)) .js-tab-switch button.active-item {
  color: #AC2D3E;
  border-color: #AC2D3E;
}

.wrapper_:not(:has(.mainframe_)) .js-tab-switch button.active-item a {
  color: #AC2D3E;
}


/* --------------------------------------------------------------------
商品一覧「冬のごちそうグルメ」CSS　基本設定（PC・SP）
--------------------------------------------------------------------- */
.seibojt_itemlist #around_button_wrap .btn_top {
  padding: 0 3%;
}

/* ボタン：トップに戻る
================================================== */
.seibojt_itemlist #around_button_wrap .btn_top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  max-width: 400px;
  height: 80px;
  margin: 0 auto;
  background: #AC2D3E;
  border: 1px solid #AC2D3E;
  border-radius: 60px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.seibojt_itemlist #around_button_wrap .btn_top a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.seibojt_itemlist #around_button_wrap .btn_top a > span > span {
  font-weight: bold;
}

/* マウスオーバー */
.seibojt_itemlist #around_button_wrap .btn_top a:hover {
  opacity: 1;
  color: #000;
  background: #fff !important;
}
.seibojt_itemlist #around_button_wrap .btn_top a:hover::after {
  border-color: #000;
}

/* 【JS】アクティブボタン用CSS（.js-change-active-area）※active=ON
================================================== */
#title_list.js-change-active-area p { display: none; }
#title_list.js-change-active-area p.active-item { display: block; }


/* 装飾：【JS】アクティブ表示の見出し
================================================== */
.mainframe_ .seibojt_itemlist #title_list {
  padding: 10px 3%;
  border-top: 3px solid #AC2D3E;
}
.mainframe_ .seibojt_itemlist #title_list p {
  color: #AC2D3E;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
}

.seibojt_itemlist #title_list {
  padding: 10px 3%;
  border-top: 3px solid #AC2D3E;
}
.seibojt_itemlist #title_list p {
  color: #AC2D3E;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
}



/* ボタンリスト */
.mainframe_ .seibojt_itemlist ul.list_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 5px auto 20px auto;
  width: 100%;
}

.mainframe_ .seibojt_itemlist ul.list_btn li {
  width: calc((100% - (10px * 2)) / 3);
  xborder-radius: 3px;
  xbox-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  xoverflow: hidden;
}

.mainframe_ .seibojt_itemlist ul.list_btn li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 100%;
  height: 70px;
  padding: 0 20px 0 5px;
  background: #fff;
  xborder-radius: 3px;
  border: 1px solid #ccc;
}

.mainframe_ .seibojt_itemlist ul.list_btn li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

/* マウスオーバー */
.mainframe_ .seibojt_itemlist ul.list_btn li a:hover {
  opacity: 1;
  border-color: #AC2D3E;
}

.mainframe_ .seibojt_itemlist ul.list_btn li a:hover::after {
  border-color: #AC2D3E;
}



/* ボタンリスト */
.wrapper_:not(:has(.mainframe_)) .seibojt_itemlist ul.list_btn {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 5px;
  margin: 5px auto 0 auto;
  width: 100%;
  padding: 0 3%;
  margin-bottom: 30px;
}

.wrapper_:not(:has(.mainframe_)) .seibojt_itemlist ul.list_btn li {
  width: calc((100% - (5px * 1)) / 2);
  xborder-radius: 3px;
  xbox-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  xoverflow: hidden;
}

.wrapper_:not(:has(.mainframe_)) .seibojt_itemlist ul.list_btn li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.4rem;
  line-height: 1.2;
  width: 100%;
  height: 70px;
  padding: 0 10px 0 5px;
  background: #fff;
  xborder-radius: 3px;
  border: 1px solid #ccc;
}

.wrapper_:not(:has(.mainframe_)) .seibojt_itemlist ul.list_btn li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

/* マウスオーバー */
.wrapper_:not(:has(.mainframe_)) .seibojt_itemlist ul.list_btn li a:hover {
  opacity: 1;
  border-color: #AC2D3E;
}

.wrapper_:not(:has(.mainframe_)) .seibojt_itemlist ul.list_btn li a:hover::after {
  border-color: #AC2D3E;
}

#event_wrapper_top.seibojt_itemlist {
  margin-bottom: 0;
}
