<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/* --------------------------------------------------------------------
特集コンテンツ用CSS（PC） / .mainframe_
--------------------------------------------------------------------- */
/* 紐づけたイベントの出力枠（.event_）
================================================== */
.mainframe_ .event_ .m-title04_ {
  border: none;
  font-size: 30px;
  line-height: 1.2;
}

.mainframe_ .event_ .m-detailbtn01_ {
  margin: 0 0 60px;
  text-align: center;
}

.mainframe_ .event_ .m-detailbtn01_ a {
  display: block;
  width: 400px;
  margin: 20px auto;
  padding: 15px;
  color: #383C3B;
  border: 1px solid #ccc;
  border-radius: 3em;
}

/* スライダーフリースペース2の非表示 ※非表示にするdivに、クラス「import_hidden」を設置 */
.mainframe_ .event_ .import_hidden {
  display: none;
}

/* 非表示：下層カテゴリー（.free_block_）
================================================== */
.mainframe_ .free_block_ {
  display: none;
}

/*  非表示：見出し
    er 画像ver[.m-titleimg_]
    r テキストver[.m-title06_]
    e テキストver[.m-title01_]
================================================== */
.mainframe_ .m-titleimg_,
.mainframe_ .m-title06_,
.mainframe_ .m-title01_ {
  display: none;
}

/* --------------------------------------------------------------------
「お中元（TOP）」CSS（PC） / .cgen_top
--------------------------------------------------------------------- */
/* イベント出力コンテンツ（.event_）
================================================== */
.mainframe_ .event_ {
  margin-top: 60px;
}

/* --------------------------------------------------------------------
全体　共通設定
--------------------------------------------------------------------- */
/* ページ内リンクのスクロール用 */
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;
}

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

/* --------------------------------------------------------------------
TOP　共通設定
--------------------------------------------------------------------- */
.cgen_top .ja_min {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-weight: 500; /* 機種による文字のかすれ防止 */
}
.cgen_top .ja_min &gt; h2 {
  font-weight: 500; /* 機種による文字のかすれ防止 */
}

/* デフォルトボタン（.btn_basic）
================================================== */
/* ボタン 右矢印（＞） */
.cgen_top .btn_basic {
  width: 100%;
  max-width: 400px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  border-radius: 60px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.cgen_top .btn_basic a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 100%;
  height: 100%;
  background: #222;
  border-radius: 60px;
  font-size: 16px;
  line-height: 1.4;
}

.cgen_top .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_wrap）
================================================== */
.cgen_top .fill_cover_wrap {
  position: relative;
  overflow: hidden;
}

.cgen_top .fill_cover_wrap .fill_cover {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  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: 16px;
  color: #fff;
  text-align: center;
}

.cgen_top .fill_cover_wrap .fill_cover .fill_cover_tx {
  font-weight: 500;
  text-shadow: 0px 0px 10px rgb(0 0 0);
}

.cgen_top .fill_cover_wrap .fill_cover .fill_cover_tx_b {
  font-weight: bold;
}

/* --------------------------------------------------------------------
トップページ
--------------------------------------------------------------------- */
/* 共通設定：コンテンツ見出しタイトル
================================================== */
.cgen_top .title_box:not(.noimg) {
  text-align: center;
  padding: 0 0 20px 0;
}

.cgen_top .title_box:not(.noimg) .title {
  color: #0a0a0a;
  font-size: 28px;
}

.cgen_top .title_box:not(.noimg) .title &gt; span::before {
  content: '';
  display: block;
  width: 110px;
  height: auto;
  aspect-ratio: 143 / 30;
  margin: 0 auto;
  padding: 0 0 10px 0;
  background: url("/contents/siblings/cgen/2025/img/bg_title_top.png") center top / contain no-repeat;
}

.cgen_top .title_box:not(.noimg) .title &gt; span &gt; span.small {
  font-size: 24px;
}

.cgen_top .title_box:not(.noimg) .lead_txt {
  color: #444;
}

/* 共通設定：すべての商品を見る
================================================== */
.cgen_top .btn_item_all {
  height: 70px;
}

.cgen_top .btn_item_all a {
  text-align: center;
  background: #2d9dca;
}

.cgen_top .btn_item_all a &gt; span {
  font-size: 14px;
}

.cgen_top .btn_item_all a &gt; span &gt; span {
  font-size: 16px;
  font-weight: bold;
}

/* キャッチコピー
================================================== */
.cgen_top .catch_copy {
  color: #555;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
}

/* ナビメニュー（#navi_menu）
================================================== */
.cgen_top #navi_menu {
  margin-top: 10px;
}

.cgen_top #navi_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 30px;
}

.cgen_top #navi_menu ul li {
  width: calc((100% - 20px) / 2);
}
.cgen_top #navi_menu ul li:nth-of-type(1) { margin-right: 20px; }

.cgen_top #navi_menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 50px;
  background: #2d9dca;
  border: 1px solid #2d9dca;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  border-radius: 3px;
}

.cgen_top #navi_menu ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg);
}

.cgen_top #navi_menu ul li a:hover {
  opacity: 1;
  color: #0a0a0a;
  background: #fff;
}

.cgen_top #navi_menu ul li a:hover::after {
  border-color: #0a0a0a;
}

/* 送料で選ぶ
================================================== */
.cgen_top #soryo_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 20px;
}

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

.cgen_top #soryo_list ul li a {
  display: block;
}

.cgen_top #soryo_list ul li a img {
  width: 100%;
  height: auto;
}

.cgen_top #soryo_list ul li a span {
  display: block;
  text-align: center;
  color: #0a0a0a;
  padding: 5px 0 0 0;
}

/* 価格から探す・カテゴリーから探す
================================================== */
.cgen_top #price_list,
.cgen_top #category_list {
  margin-top: 80px;
}

.cgen_top #price_list ul,
.cgen_top #category_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px 30px 20px;
  margin: 0 auto;
}

.cgen_top #price_list ul li,
.cgen_top #category_list ul li {
  width: calc((100% - 30px) / 4);
  margin: 10px 10px 0 0;
}
.cgen_top #price_list ul li:nth-child(-n+4),
.cgen_top #category_list ul li:nth-child(-n+4) { margin-top: 0; }
.cgen_top #price_list ul li:nth-of-type(4n),
.cgen_top #category_list ul li:nth-of-type(4n) { margin-right: 0; }

.cgen_top #price_list ul li a,
.cgen_top #category_list ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  width: 100%;
  height: 56px;
  padding: 0 20px;
  background: #2d9dca;
  border: 1px solid #2d9dca;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  border-radius: 3px;
}

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

.cgen_top #price_list ul li a:hover {
  opacity: 1;
  color: #000;
  background: #fff;
  border-color: #000;
}
.cgen_top #price_list ul li a:hover::after {
  border-color: #000;
}

/* カテゴリーから探す */
.cgen_top #category_list ul li a {
  color: #000;
  background: #fff;
}

.cgen_top #category_list ul li a:hover {
  opacity: 1;
  color: #fff;
  background: #2d9dca;
}

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

/* ブランドから探す
================================================== */
.cgen_top #brand_list {
  margin-top: 80px;
}

.cgen_top #brand_list ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

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

.cgen_top #brand_list ul li a {
  display: block;
}

.cgen_top #brand_list ul li a img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

/* ニュース
================================================== */
.cgen_top #news_list {
  margin-top: 80px;
}

.cgen_top #news_list .title_box {
  text-align: center;
}

.cgen_top #news_list .title_box .title {
  color: #0a0a0a;
  font-size: 28px;
}

.cgen_top #news_list ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  border-top: 1px solid #A6A6A6;
  padding: 20px 10px;
}

.cgen_top #news_list ul li {
  width: 100%;
  padding: 14px 20px;
}

.cgen_top #news_list ul li a {
  display: inline-block;
  text-decoration: underline;
}

.cgen_top #news_list ul li a:hover {
  text-decoration: none;
}

.cgen_top #news_list ul li a span {
  display: block;
}
.cgen_top #news_list ul li.icon a span::before {
  content: '重要';
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #ff6666;
  border-radius: 5px;
  width: 80px;
  text-align: center;
  margin: 0 20px 0 0;
}

/* カタログメニュー（#catalog）
================================================== */
.cgen_top #catalog {
  margin: 50px 0;
  padding: 50px 30px;
  background: url("/contents/siblings/cgen/2025/img/catalog_bg.jpg") center center / 250px auto repeat;
}

/* タイトル */
.cgen_top #catalog .title_box {
  margin: 0 0 10px 0;
}

.cgen_top #catalog .title_box .title {
  position: relative;
  color: #0a0a0a;
  font-size: 26px;
  text-align: center;
}

/* カタログボタン */
.cgen_top #catalog .catalog_btn {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.cgen_top #catalog .catalog_btn .img {
  width: 180px;
  margin: 0 30px 0 0;
  border: 1px solid #ccc;
}

.cgen_top #catalog .catalog_btn .img img {
  width: 100%;
  height: auto;
}

.cgen_top #catalog .catalog_btn ul {
  width: 100%;
}

.cgen_top #catalog .catalog_btn ul li + li {
  margin: 10px 0 0 0;
}

/* ボタン 右矢印（＞） */
.cgen_top #catalog .catalog_btn ul li.btn {
  height: 60px;
  border-radius: 3px;
}

.cgen_top #catalog .catalog_btn ul li.btn a {
  justify-content: normal;
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 20px;
  background: #2d9dca;
  border: 1px solid #2d9dca;
  border-radius: 3px;
}

.cgen_top #catalog .catalog_btn ul li.btn a:hover {
  opacity: 1;
  color: #0a0a0a;
  background: #fff;
}

.cgen_top #catalog .catalog_btn ul li.btn a:hover::after {
  border-color: #0a0a0a;
}

/* 会員登録でお中元・お歳暮をおトクに！
================================================== */
.cgen_top #other_info {
  color: #0a0a0a;
  margin: 50px 0 0 0;
  padding: 50px 30px;
  background: #f6f3eb;
}

.cgen_top #other_info .member_only {
  font-size: 26px;
  text-align: center;
  margin: 0 0 10px 0;
}

/* リード文 */
.cgen_top #other_info .member &gt; p.txt_lead {
  color: #222;
  text-align: center;
  margin: 0 0 20px 0;
}

.cgen_top #other_info .member &gt; p.txt_lead span {
  position: relative;
}

.cgen_top #other_info .member &gt; p.txt_lead span::before {
  content: '・・・・';
  position: absolute;
  top: -10px;
  left: 0;
  line-height: 1;
}

/* リスト */
.cgen_top #other_info .member ul {
  display: flex;
  justify-content: center;
}

.cgen_top #other_info .member ul li {
  display: flex;
  flex-flow: column;
  text-align: center;
  width: calc((100% - 20px) / 2);
  padding: 25px 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.cgen_top #other_info .member ul li:nth-of-type(1) { margin-right: 20px; }

.cgen_top #other_info .member ul li .txt {
  margin-top: auto;
}

.cgen_top #other_info .member ul li .txt .target {
  line-height: 1.2;
}

.cgen_top #other_info .member ul li .txt .detail {
  display: block;
  color: #a7230c;
  line-height: 1;
  padding: 10px 0;
}

.cgen_top #other_info .member ul li .txt .detail .num {
  font-size: 48px;
  letter-spacing: -0.20rem;
}

.cgen_top #other_info .member ul li .txt .detail .percent_off {
  display: inline-block;
  vertical-align: bottom;
  font-size: 26px;
  padding: 0 0 5px 5px;
}

.cgen_top #other_info .member ul li .att {
  color:#222;
  font-size: 14px;
  padding: 0 0 10px 0;
}
.cgen_top #other_info .member ul li:nth-of-type(1) .att { font-size: 12px; }

/* ボタン */
.cgen_top #other_info .member ul li .btn_member_regist,
.cgen_top #other_info .member ul li .btn_kips {
  height: 70px;
}

.cgen_top #other_info .member ul li .btn_member_regist a,
.cgen_top #other_info .member ul li .btn_kips a {
  color:#0a0a0a;
  font-size: 14px;
  text-align: left;
  background: #fff;
}
.cgen_top #other_info .member ul li .btn_member_regist a { border: 1px solid #d61519; }
.cgen_top #other_info .member ul li .btn_kips a { border: 1px solid #5e8d33; }

.cgen_top #other_info .member ul li .btn_member_regist a span,
.cgen_top #other_info .member ul li .btn_kips a span {
  position: relative;
  display: block;
  padding: 0 20px 0 50px;
}
.cgen_top #other_info .member ul li .btn_member_regist a span::before,
.cgen_top #other_info .member ul li .btn_kips a span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
}
.cgen_top #other_info .member ul li .btn_member_regist a span::before { background: url("/contents/siblings/cgen/2025/img/icon_netshop.png") center center / contain no-repeat; }
.cgen_top #other_info .member ul li .btn_kips a span::before { background: url("/contents/siblings/cgen/2025/img/icon_kipscard.png") center center / contain no-repeat; }

.cgen_top #other_info .member ul li .btn_member_regist a::after { border-color: #d61519; }
.cgen_top #other_info .member ul li .btn_kips a::after {
  border: none;
  width: 16px;
  height: 16px;
  background: url("/contents/siblings/cgen/2025/img/icon_window.png") center center / contain no-repeat;
  transform: translateY(-50%);
}

/* トピックスリスト
================================================== */
.cgen_top #topic_list {
  padding: 40px;
}

.cgen_top #topic_list ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  border: 1px solid #A6A6A6;
  padding: 20px 10px;
}

.cgen_top #topic_list ul li {
  width: calc(100% / 2);
  padding: 14px 20px;
}

.cgen_top #topic_list ul li a {
  text-decoration: underline;
}

.cgen_top #topic_list ul li a:hover {
  text-decoration: none;
}

.cgen_top #topic_list ul li a span {
  position: relative;
  display: block;
  padding: 0 0 0 50px;
}
.cgen_top #topic_list ul li a span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 26px;
  transform: translateY(-50%);
}
.cgen_top #topic_list ul li.icon_beginner a span::before { background: url("/contents/siblings/cgen/2025/img/icon_beginner.png") center center / contain no-repeat; }
.cgen_top #topic_list ul li.icon_pc a span::before { background: url("/contents/siblings/cgen/2025/img/icon_pc.png") center center / contain no-repeat; }
.cgen_top #topic_list ul li.icon_track a span::before { background: url("/contents/siblings/cgen/2025/img/icon_track.png") center center / contain no-repeat; filter: grayscale(100%); }</pre></body></html>