<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/*  非表示：見出し
    er 画像ver[.m-titleimg_]
    r テキストver[.m-title06_]
    e テキストver[.m-title01_]
================================================== */
.mainframe_ .m-titleimg_,
.mainframe_ .m-title06_,
.mainframe_ .m-title01_ {
  display: none;
}
/* --------------------------------------------------------------------
「夏のごちそうグルメ」トップCSS（PC）
--------------------------------------------------------------------- */
/* --------------------------------------------------------------------
共通設定
--------------------------------------------------------------------- */
/* ページ内リンクのスクロール用 */
html {
  scroll-behavior: smooth;
}

/* フォントサイズ（デフォルト） */
#event_wrapper_top,
#event_wrapper_btm {
  font-size: 16px;
  line-height: 1.4;
}

#event_wrapper_top a:hover,
#event_wrapper_btm a:hover {
  text-decoration: none;
}

/* --------------------------------------------------------------------
トップページ（.cgenjt_top）
--------------------------------------------------------------------- */
/* キャッチコピー */
.cgenjt_top .catch_copy {
  color: #000;
  text-align: center;
  padding: 20px 0 10px 0;
}

/* 終了日・注釈（.info）
================================================== */
.cgenjt_top .info {
  margin-top: 10px;
  text-align: center;
}

.cgenjt_top .info .date {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

.cgenjt_top .info .date span {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
}

.cgenjt_top .info .date span::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 5px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #000;
  transform: translateY(-50%) rotate(-90deg);
}

.cgenjt_top .info .att {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background: #04adbf;
  margin: 10px 0 0 0;
  padding: 5px 30px;
  border-radius: 6px;
}

.cgenjt_top .info .att::before {
  content: '';
  display: inline-block;
  width: 33px;
  height: 28px;
  background: url("/contents/common/img/icon_attention.png") center center / contain no-repeat;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

/* おすすめ特集（#feature_list）
================================================== */
.cgenjt_top #feature_list {
  margin: 60px 0;
}

.cgenjt_top #feature_list .title {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  color: #0a0a0a;
  font-size: 30px;
  text-align: center;
  padding: 0 0 15px 0;
}

/* スライダー　ボタン調節
================================================== */
.mainframe_ .event_ .m-detailbtn01_ a {
  width: 450px;
}

/* 大阪・関西万博公式ライセンス商品（#btn_expo25）
================================================== */
.cgenjt_top #btn_expo25 {
  margin-top: 20px;
}

.cgenjt_top #btn_expo25 a {
  display: block;
  width: 480px;
  margin: 0 auto;
}

.cgenjt_top #btn_expo25 a img {
  width: 100%;
  height: auto;
}

/* カテゴリーから探す（#category_list）
================================================== */
.cgenjt_top #category_list {
  margin-top: 80px;
  background: #ebf7f7;
  padding: 40px 20px;
}

.cgenjt_top #category_list .title {
  color: #0a0a0a;
  font-size: 30px;
  text-align: center;
  padding: 0 0 15px 0;
}

.cgenjt_top #category_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cgenjt_top #category_list ul li {
  width: calc((100% - 20px) / 3);
  margin-top: 10px;
  margin-right: 10px;
}
.cgenjt_top #category_list ul li:nth-of-type(-n+3) { margin-top: 0; }
.cgenjt_top #category_list ul li:nth-of-type(3n) { margin-right: 0; }

.cgenjt_top #category_list ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.cgenjt_top #category_list ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: solid 1px #04adbf;
  border-bottom: solid 1px #04adbf;
  transform: translateY(-50%) rotate(-45deg);
}

/* マウスオーバー */
.cgenjt_top #category_list ul li a:hover {
  opacity: 1;
  background: #04adbf;
  color: #fff;
}

.cgenjt_top #category_list ul li a:hover::after {
  border-color: #fff;
}

/* デジタルカタログ（#catalog）
================================================== */
.cgenjt_top #catalog {
  margin-top: 80px;
}

.cgenjt_top #catalog .catalog_btn {
  width: 500px;
  margin: 0 auto;
}

.cgenjt_top #catalog .catalog_btn a {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 140px;
  background: #04adbf;
  border: 3px solid #04adbf;
  border-radius: 10px;
  padding: 0 0 0 160px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.cgenjt_top #catalog .catalog_btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.cgenjt_top #catalog .catalog_btn a .img {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 120px;
  height: auto;
  box-shadow: 2px 2px 6px 0px rgba(61, 61, 61, 0.2);
}

.cgenjt_top #catalog .catalog_btn a span {
  display: block;
}

.cgenjt_top #catalog .catalog_btn a span.big {
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0 0 0;
}

/* マウスオーバー */
.cgenjt_top #catalog .catalog_btn a:hover {
  opacity: 1;
  color: #000;
  background: #ebf7f7;
}

.cgenjt_top #catalog .catalog_btn a:hover::after {
  border-color: #04adbf;
}

/* --------------------------------------------------------------------
商品一覧（.cgenjt_itemlist）
--------------------------------------------------------------------- */
/* カテゴリーから探す（#category_list）
================================================== */
.cgenjt_itemlist #category_list {
  padding: 10px 40px;
}

.cgenjt_itemlist #category_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cgenjt_itemlist #category_list ul li {
  width: calc((100% - 20px) / 3);
  margin-top: 10px;
  margin-right: 10px;
}
.cgenjt_itemlist #category_list ul li:nth-of-type(-n+3) { margin-top: 0; }
.cgenjt_itemlist #category_list ul li:nth-of-type(3n) { margin-right: 0; }

.cgenjt_itemlist #category_list ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.cgenjt_itemlist #category_list ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: solid 1px #04adbf;
  border-bottom: solid 1px #04adbf;
  transform: translateY(-50%) rotate(-45deg);
}

/* マウスオーバー */
.cgenjt_itemlist #category_list ul li a:hover {
  opacity: 1;
  background: #04adbf;
  color: #fff;
}

.cgenjt_itemlist #category_list ul li a:hover::after {
  border-color: #fff;
}

/* ボタン：トップに戻る
================================================== */
.cgenjt_itemlist #around_button_wrap .btn_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 100%;
  max-width: 400px;
  height: 80px;
  margin: 0 auto;
  background: #04adbf;
  border: 1px solid #04adbf;
  border-radius: 60px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.cgenjt_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);
}

.cgenjt_itemlist #around_button_wrap .btn_top a &gt; span &gt; span {
  font-weight: bold;
}
</pre></body></html>