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

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

/* 文字数オーバー時に改行させる */
#event_wrapper_top .inblock,
#event_wrapper_btm .inblock {
  display: inline-block;
}

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

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

.cgenjt_top .info .date {
  color: #000;
  font-size: 1.6rem;
  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: 50%;
  right: 8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #000;
  transform: translateY(-50%) rotate(-90deg);
}

.cgenjt_top .info .att {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  background: #04adbf;
  padding: 5px 0;
  border-radius: 6px;
  width: 95%;
  max-width: 600px;
  margin: 10px auto 0 auto;
}

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

.cgenjt_top .info .att span {
  display: block;
}

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

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

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

.cgenjt_top #btn_expo25 a {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 3%;
}

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

/* カテゴリーから探す（#category_list）
================================================== */
.cgenjt_top #category_list {
  margin: 40px 0;
  padding: 0 3%;
}

/* リスト */
.cgenjt_top #category_list ul {
  margin: 10px 0 0 0;
}

.cgenjt_top #category_list ul li a::after {
  border-color: #04adbf;
}

/* アコーディオン開閉ボタン（調節CSS） */
.cgenjt_top #category_list .accordion_label span {
  color: #fff;
  background: #04adbf;
  border-color: #04adbf;
  border-radius: 3px;
}

.cgenjt_top #category_list .accordion_label i.icon {
  background: #fff;
  border-color: #04adbf;
  border-width: 10px;
  border-radius: 3px;
}

.cgenjt_top #category_list .accordion_label i.icon::before,
.cgenjt_top #category_list .accordion_label i.icon::after {
  background-color: #04adbf;
}

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

.cgenjt_top #catalog .catalog_btn {
  width: 100%;
  padding: 0 3%;
  max-width: 430px;
  margin: 0 auto;
}

.cgenjt_top #catalog .catalog_btn a {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 130px;
  background: #04adbf;
  border: 3px solid #04adbf;
  border-radius: 6px;
  padding: 0 0 0 36%;
  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: 10px;
  width: 12px;
  height: 12px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.cgenjt_top #catalog .catalog_btn a .img {
  position: absolute;
  bottom: 10px;
  left: 4%;
  width: 30%;
  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: 1.8rem;
  font-weight: bold;
  padding: 5px 0 0 0;
}

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

/* リスト */
.cgenjt_itemlist #category_list ul {
  margin: 10px 0 0 0;
}

.cgenjt_itemlist #category_list ul li a::after {
  border-color: #04adbf;
}

/* アコーディオン開閉ボタン（調節CSS） */
.cgenjt_itemlist #category_list .accordion_label span {
  color: #fff;
  background: #04adbf;
  border-color: #04adbf;
  border-radius: 3px;
}

.cgenjt_itemlist #category_list .accordion_label i.icon {
  background: #fff;
  border-color: #04adbf;
  border-width: 10px;
  border-radius: 3px;
}

.cgenjt_itemlist #category_list .accordion_label i.icon::before,
.cgenjt_itemlist #category_list .accordion_label i.icon::after {
  background-color: #04adbf;
}

/* ボタン：トップに戻る
================================================== */
.cgenjt_itemlist #around_button_wrap .btn_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 90%;
  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: 1.4rem;
  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>