@charset "Shift_JIS";
/* --------------------------------------------------------------------
「夏のごちそうグルメ」CSS　基本設定（PC・SP）
--------------------------------------------------------------------- */
/* ボタン 右矢印（＞） */
.cgenjt .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;
}

.cgenjt .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);
}

/* 改行切り替え */
.mainframe_ .cgenjt .sp_only { display: none; }
.wrapper_:not(:has(.mainframe_)) .cgenjt .pc_only { display: none; }

/* 既存トピックス（非表示） */
.m-newslist2_,
.l-news01_ {
  display: none;
}

#event_wrapper_top {
  margin-bottom: 40px;
}

/* 基本 */
.cgenjt {
  color: #333;
}

/* 【JS】タブ表示カラー変更CSS */
#cgenjt_feature .js-tab-switch button.active-item a {
    border-color: #019EC1;
    color: #019EC1;
}

/*--------------------- PC -------------------------------------------------*/
/* 上部パーツ
================================================== */
/* MV */
.mainframe_ .cgenjt .head .title {
  position: relative;
}

/* リンク：掲載商品一覧 */
.mainframe_ .cgenjt .head .btn {
  position: absolute;
  bottom: 6px;
  right: 2px;
}

.mainframe_ .cgenjt .head .btn a {
  color: #1a0dab;
  font-size: 1.3rem;
  line-height: 1;
  padding: 2px 5px;
  background: rgb(255, 255, 255, 85%);
}
.mainframe_ .cgenjt .head .btn a::after {
  display: inline;
  content: ' ＞';
}
/* マウスオーバー */
.mainframe_ .cgenjt .head .btn a:hover {
  opacity: 1;
  text-decoration: underline !important;
}

/* キャッチコピー */
.mainframe_ .cgenjt .catch_copy {
  text-align: center;
  padding: 15px 0;
}

.mainframe_ .cgenjt .catch_copy .bold {
  font-weight: bold;
}

/* トピックス（#topic）
================================================== */
.mainframe_ .cgenjt #topic {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.mainframe_ .cgenjt #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_ .cgenjt #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_ .cgenjt .title_box {
  text-align: center;
  margin: 0 0 30px 0;
}

.mainframe_ .cgenjt .title_box .title_main {
  color: #111;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-weight: 500; /* 機種による文字のかすれ防止 */
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.2rem;
}

.mainframe_ .cgenjt .title_box .title_sub {
  color: #333;
  margin: 0 0 10px 0;
  font-weight: bold;
}

/* 特集（#cgenjt_feature）
================================================== */
.mainframe_ #cgenjt_feature {
  margin-top: 40px;
  margin-bottom: 80px;
}

.mainframe_ #cgenjt_feature > .bg {
  padding: 50px 20px;
  background: #FAF6F0;
}

.mainframe_ #cgenjt_feature ul.list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 15px;
  padding: 30px 10px 60px 10px;
  border-bottom: 4px solid #019EC1;
}

.mainframe_ #cgenjt_feature ul.list li {
  width: calc((100% - (15px * 3)) / 4);
}

.mainframe_ #cgenjt_feature ul.list li a {
  display: block;
}

.mainframe_ #cgenjt_feature ul.list li .img {
  width: 100%;
}

.mainframe_ #cgenjt_feature ul.list li .img img {
  width: 100%;
  height: auto;
}

.mainframe_ #cgenjt_feature ul.list li .txt {
  font-size: 1.4rem;
  margin: 5px 0 0 0;
}

/* マウスオーバー */
.mainframe_ #cgenjt_feature ul.list li a:hover .txt {
  text-decoration: underline;
}

/* 共通：ボタンリスト（.list_btn）
================================================== */
.mainframe_ ul.list_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 5px auto 0 auto;
  width: 100%;
}

.mainframe_ 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_ 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_ 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_ ul.list_btn li a:hover {
  opacity: 1;
  border-color: #019EC1;
}

.mainframe_ ul.list_btn li a:hover::after {
  border-color: #019EC1;
}

/* カテゴリ―（#cgenjt_category）
================================================== */
.mainframe_ #cgenjt_category {
  margin-top: 60px;
}

.mainframe_ #cgenjt_category ul.list_btn li {
  width: calc((100% - (10px * 3)) / 4);
}

/* キーワード（#cgenjt_keyword）
================================================== */
.mainframe_ #cgenjt_keyword {
  margin-top: 40px;
}

.mainframe_ #cgenjt_keyword .title_box {
  margin: 0;
}

.mainframe_ #cgenjt_keyword ul.list_btn li {
  width: auto;
  border-radius: 60px;
  box-shadow: none;
}

.mainframe_ #cgenjt_keyword ul.list_btn li a {
  justify-content: center;
  min-width: 100px;
  height: 50px;
  padding: 0 15px;
  text-align: center;
  border-radius: 60px;
  box-shadow: none;
}

.mainframe_ #cgenjt_keyword ul.list_btn li a::after {
  content: none;
}

/* 価格（#cgenjt_price）
================================================== */
.mainframe_ #cgenjt_price {
  margin-top: 60px;
}

/* ボタン：すべての商品を見る・近鉄限定をもっと見る
================================================== */
.mainframe_ .cgenjt .btn_item_all {
  padding: 60px 0 20px 0;
}

.mainframe_ .cgenjt .btn_item_all a {
  text-align: center;
  background: #019EC1;
  border: 1px solid #019EC1;
}

.mainframe_ .cgenjt .btn_item_all a > span > span {
  font-weight: bold;
}

/* マウスオーバー */
.mainframe_ .cgenjt .btn_item_all a:hover {
  opacity: 1;
  color: #333;
  background: #fff !important;
}
.mainframe_ .cgenjt .btn_item_all a:hover::after {
  border-color: #333;
}

/* カタログ情報
================================================== */
.mainframe_ #cgenjt_catalog {
  margin-top: 60px;
  background: #f2fcff;
}

.mainframe_ #cgenjt_catalog .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

.mainframe_ #cgenjt_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_ #cgenjt_catalog .box .img img {
  width: 100%;
  height: auto;
}

.mainframe_ #cgenjt_catalog .box .img::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 3px;
  right: -5px;
  width: 180px;
  height: auto;
  aspect-ratio: 500 / 708;
  background: #019EC1;
}

/* リスト */
.mainframe_ #cgenjt_catalog ul {
  width: 280px;
}

.mainframe_ #cgenjt_catalog ul li:has(> a) {
  width: 100%;
}
.mainframe_ #cgenjt_catalog ul li + li { margin-top: 10px; }

/* テキスト */
.mainframe_ #cgenjt_catalog ul li > .title {
  font-size: 2.0rem;
  font-weight: bold;
  color: #019EC1;
}
.mainframe_ #cgenjt_catalog ul li > p {
  font-size: 1.8rem;
  font-weight: bold;
}

.mainframe_ #cgenjt_catalog ul li:has(> a) {
  border: 1px solid #ccc;
}

.mainframe_ #cgenjt_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_ #cgenjt_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_ #cgenjt_catalog ul li a:hover {
  opacity: 1;
  border-color: #019EC1;
}

.mainframe_ #cgenjt_catalog ul li a:hover::after {
  border-color: #019EC1;
}

/*--------------------- SP -------------------------------------------------*/
/* 上部パーツ
================================================== */
/* リンク：掲載商品一覧 */
.wrapper_:not(:has(.mainframe_)) .cgenjt .head .btn {
  text-align: center;
  background: #f2fcff;
}

.wrapper_:not(:has(.mainframe_)) .cgenjt .head .btn a {
  color: #1a0dab;
  font-size: 1.3rem;
}
.wrapper_:not(:has(.mainframe_)) .cgenjt .head .btn a::after {
  display: inline;
  content: ' ＞';
}

/* キャッチコピー */
.wrapper_:not(:has(.mainframe_)) .cgenjt .catch_copy {
  font-size: 1.4rem;
  text-align: center;
  padding: 15px 0;
}

.wrapper_:not(:has(.mainframe_)) .cgenjt .catch_copy .bold {
  font-weight: bold;
}

/* トピックス（#topic）
================================================== */
.wrapper_:not(:has(.mainframe_)) .cgenjt #topic {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.wrapper_:not(:has(.mainframe_)) .cgenjt #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_)) .cgenjt #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_)) .cgenjt .title_box {
  text-align: center;
  margin: 0 0 30px 0;
}

.wrapper_:not(:has(.mainframe_)) .cgenjt .title_box .title_main {
  color: #333;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-weight: 500; /* 機種による文字のかすれ防止 */
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2rem;
}

.wrapper_:not(:has(.mainframe_)) .cgenjt .title_box .title_sub {
  color: #333;
  margin: 0 0 10px 0;
  font-weight: bold;
}

/* 特集（#cgenjt_feature）
================================================== */
.wrapper_:not(:has(.mainframe_)) #cgenjt_feature > .bg {
  padding: 50px 20px;
  background: #FAF6F0;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_feature ul.list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 15px;
  padding: 30px 10px 60px 10px;
  border-bottom: 4px solid #019EC1;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_feature ul.list li {
  width: calc((100% - (15px * 1)) / 2);
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_feature ul.list li a {
  display: block;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_feature ul.list li .img {
  width: 100%;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_feature ul.list li .img img {
  width: 100%;
  height: auto;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_feature ul.list li .txt {
  font-size: 1.4rem;
  margin: 5px 0 0 0;
}

/* 共通：ボタンリスト（.list_btn）
================================================== */
.wrapper_:not(:has(.mainframe_)) 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_)) 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_)) 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_)) 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);
}


/* カテゴリ―（#cgenjt_category）
================================================== */
.wrapper_:not(:has(.mainframe_)) #cgenjt_category {
  margin-top: 60px;
}

/* キーワード（#cgenjt_keyword）
================================================== */
.wrapper_:not(:has(.mainframe_)) #cgenjt_keyword {
  margin-top: 40px;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_keyword .title_box {
  margin: 0;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_keyword ul.list_btn {
  justify-content: center;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_keyword ul.list_btn li {
  width: auto;
  border-radius: 60px;
  box-shadow: none;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_keyword ul.list_btn li a {
  justify-content: center;
  min-width: 100px;
  height: 50px;
  padding: 0 15px;
  text-align: center;
  border-radius: 60px;
  box-shadow: none;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_keyword ul.list_btn li a::after {
  content: none;
}

/* 価格（#cgenjt_price）
================================================== */
.wrapper_:not(:has(.mainframe_)) #cgenjt_price {
  margin-top: 60px;
}

/* ボタン：すべての商品を見る
================================================== */
.wrapper_:not(:has(.mainframe_)) .cgenjt .btn_item_all {
  padding: 60px 3% 20px 3%;
}

.wrapper_:not(:has(.mainframe_)) .cgenjt .btn_item_all a {
  text-align: center;
  background: #019EC1;
  border: 1px solid #019EC1;
  font-size: 1.4rem;
}

.wrapper_:not(:has(.mainframe_)) .cgenjt .btn_item_all a > span > span {
  font-weight: bold;
  font-size: 1.6rem;
}

/* カタログ情報
================================================== */
.wrapper_:not(:has(.mainframe_)) #cgenjt_catalog {
  margin-top: 50px;
  background: #f2fcff;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_catalog .box {
  width: 100%;
  padding: 20px 3%;
  text-align: center;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_catalog .box .img {
  width: 180px;
  margin: 0 auto;
  border: 1px solid #ececec;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_catalog .box .img img {
  width: 100%;
  height: auto;
}

/* リスト */
.wrapper_:not(:has(.mainframe_)) #cgenjt_catalog ul {
  width: 100%;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_catalog ul li:has(> a) {
  width: 100%;
}
.wrapper_:not(:has(.mainframe_)) #cgenjt_catalog ul li + li { margin-top: 10px; }

/* テキスト */
.wrapper_:not(:has(.mainframe_)) #cgenjt_catalog ul li > .title {
  font-size: 2.0rem;
  font-weight: bold;
  color: #019EC1;
}
.wrapper_:not(:has(.mainframe_)) #cgenjt_catalog ul li > p {
  font-size: 1.8rem;
  font-weight: bold;
}


.wrapper_:not(:has(.mainframe_)) #cgenjt_catalog ul li:has(> a) {
  border: 1px solid #ccc;
}

.wrapper_:not(:has(.mainframe_)) #cgenjt_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_)) #cgenjt_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);
}
