@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;
}

/* --------------------------------------------------------------------
「お中元(下層ページ)」CSS（PC） / .cgen_content
--------------------------------------------------------------------- */
/* --------------------------------------------------------------------
全体　共通設定
--------------------------------------------------------------------- */
/* ページ内リンクのスクロール用 */
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;
}

/* --------------------------------------------------------------------
下層ページ（上部）　共通設定
--------------------------------------------------------------------- */
#event_wrapper_top.cgen_content {
  background:
    url("/contents/siblings/cgen/2025/img/content_bg_pattern.png") top center / 42px auto repeat,
    linear-gradient(180deg,rgba(168, 229, 255, 1) 0%, rgba(168, 229, 255, 0) 80%);
  margin: 0 0 20px 0;
}

/* 共通設定：デフォルト（タイトル）
================================================== */
.cgen_content .head {
  position: relative;
}

.cgen_content .head .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0a0a0a;
  text-align: center;
  height: 90px;
  margin: 0 50px;
}

.cgen_content .head .title > h2 {
  display: flex;
  align-items: center;
}

.cgen_content .head .title span.txt_sub {
  font-size: 16px;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-weight: 500; /* 機種による文字のかすれ防止 */
}

.cgen_content .head .title span.txt_main {
  color: #005d98;
  font-size: 28px;
  font-weight: bold;
}

.cgen_content .head .title span.txt_sub + span.txt_main {
  margin: 0 0 0 10px;
}

/* アイコン */
.cgen_content .head .icon::before,
.cgen_content .head .icon::after {
  content: '';
  display: block;
  width: 70px;
  height: 90px;
}
.cgen_content .head .icon::before {
  margin: 0 10px 0 0;
  background: url("/contents/siblings/cgen/2025/img/content_icon01.png") right 10px / 100% auto no-repeat;
}
.cgen_content .head .icon::after {
  margin: 0 0 0 10px;
  background: url("/contents/siblings/cgen/2025/img/content_icon02.png") left 0 / auto 80% no-repeat;
}

/* --------------------------------------------------------------------
下層ページ（上部）　各ページ用
--------------------------------------------------------------------- */
/* 近畿2府5県 送料無料ギフト(.cgen_content.kinkisoryo)
================================================== */
#event_wrapper_top.cgen_content.kinkisoryo {
  background: linear-gradient(180deg,rgba(246, 243, 235, 1) 0%, rgba(246, 243, 235, 0) 100%);
}

/* タイトル(リセット) */
.cgen_content.kinkisoryo .head .title,
.cgen_content.kinkisoryo .head h2 {
  display: block;
  height: auto;
}

/* タイトル */
.cgen_content.kinkisoryo .head {
  padding: 10px 0 0 0;
}

.cgen_content.kinkisoryo .head .title {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.cgen_content.kinkisoryo .head .title span.txt_main {
  color: #0a0a0a;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-weight: 500; /* 機種による文字のかすれ防止 */
  display: block;
  aspect-ratio: 618 / 91;
  background: url("/contents/siblings/cgen/2025/img/kinkisoryo_bg_title_pc.png") center center / cover no-repeat;
  padding: 12px 0 0 0;
}

.cgen_content.kinkisoryo .head .title span.txt_main > span {
  color: #bf280d;
  padding: 0 10px 0 0;
}

.cgen_content.kinkisoryo .head .title span.txt_sub + span.txt_main {
  margin: 5px 0 0 0;
}

.cgen_content.kinkisoryo .head .title .area {
  position: absolute;
  left: 0;
  bottom: 24px;
  font-size: 14px;
  width: 100%;
}

/* アイコン説明 */
.cgen_content.kinkisoryo ul.att {
  margin: 5px 0 0 0;
}

.cgen_content.kinkisoryo ul.att li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.cgen_content.kinkisoryo ul.att img {
  width: 44px;
  height: auto;
}

.cgen_content.kinkisoryo ul.att .txt {
  padding: 0 0 0 5px;
}

/* ベストギフト(.cgen_content.bestgift)
================================================== */
/* アイコン説明 */
.cgen_content.bestgift .target_item_info {
  background: #fffced;
  padding: 3px 0;
  margin: 0 20px;
}

.cgen_content.bestgift .target_item_info .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0;
}

.cgen_content.bestgift .target_item_info p:not(.att) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  margin: 0 10px;
}

.cgen_content.bestgift .target_item_info p:not(.att) img {
  width: 40px;
  height: 40px;
  margin: 0 5px 0 0;
}

.cgen_content.bestgift .target_item_info p:not(.att) span.red {
  color: #bf280d;
  font-size: 26px;
  font-weight: bold;
  margin: 3px 0 0 0;
}

.cgen_content.bestgift .target_item_info p:not(.att) span.red > span {
  font-size: 36px;
  letter-spacing: -0.25rem;
  margin: 0 3px 0 0;
}

.cgen_content.bestgift .target_item_info p.att {
  position: absolute;
  bottom: 10px;
  right: 40px;
  font-size: 11px;
}

/* カテゴリーリスト */
.cgen_content.bestgift #category_list {
  margin: 5px 20px 10px 20px;
}

.cgen_content.bestgift #category_list ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.cgen_content.bestgift #category_list ul li {
  background: #fff;
  width: calc((100% - 20px) / 5);
  margin-right: 5px;
}
.cgen_content.bestgift #category_list ul li:nth-of-type(5n) { margin-right: 0; }
.cgen_content.bestgift #category_list ul li:nth-of-type(n+6) { margin-top: 5px; }

.cgen_content.bestgift #category_list ul li p {
  border: 1px solid #ccc;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.cgen_content.bestgift #category_list ul li p a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 0 0 10px;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 1.2;
}

.cgen_content.bestgift #category_list ul li p a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -4px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2d9dca;
  transform: rotate(-45deg);
}

.cgen_content.bestgift #category_list ul li p a:hover span {
  text-decoration: underline;
}

/* 全国一律送料(.cgen_content.ichiritsu)
================================================== */
/* アイコン説明 */
.cgen_content.ichiritsu .target_item_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 20px;
}

.cgen_content.ichiritsu .target_item_info p {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.2;
  width: 100%;
  background: #fffced;
  height: 50px;
}
.cgen_content.ichiritsu .target_item_info p.gentei + p { width: 40%; }
.cgen_content.ichiritsu .target_item_info p:not(.gentei) { justify-content: center; }

.cgen_content.ichiritsu .target_item_info p.gentei {
  width: calc(60% - 10px);
  margin: 0 10px 0 0;
  background: #fffced;
  border: 1px solid #005d98;
}

.cgen_content.ichiritsu .target_item_info p img {
  width: 40px;
  height: 40px;
  margin: 5px;
}

.cgen_content.ichiritsu .target_item_info p span.txt span.red {
  color: #bf280d;
  font-weight: bold;
}
.cgen_content.ichiritsu .target_item_info > p.gentei span.txt span.red { color: #bf280d; }

.cgen_content.ichiritsu .target_item_info p span.txt span.red > span {
  font-size: 36px;
  letter-spacing: -0.25rem;
  margin: 0 3px 0 0;
}

.cgen_content.ichiritsu .target_item_info p span.txt {
  position: relative;
  margin: 6px 0 0 0;
  font-size: 16px;
  color: #0a0a0a;
  line-height: 1;
}

.cgen_content.ichiritsu .target_item_info p span.txt > span:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

.cgen_content.ichiritsu .target_item_info p.gentei .deadline {
  background: #005d98;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 20px 0 0;
}

.cgen_content.ichiritsu .target_item_info p.gentei .deadline > span {
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
}

.cgen_content.ichiritsu .target_item_info p.gentei .deadline > span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -32px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 15px solid #005d98;
  transform: translateY(-50%) rotate(-90deg);
}

.cgen_content.ichiritsu .target_item_info p.gentei .deadline > span > span {
  color: #fff799;
}

/* カテゴリーリスト */
.cgen_content.ichiritsu #category_list {
  margin: 5px 20px 10px 20px;
}

.cgen_content.ichiritsu #category_list ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.cgen_content.ichiritsu #category_list ul li {
  background: #fff;
  width: calc((100% - 20px) / 5);
  margin-right: 5px;
}
.cgen_content.ichiritsu #category_list ul li:nth-of-type(5n) { margin-right: 0; }
.cgen_content.ichiritsu #category_list ul li:nth-of-type(n+6) { margin-top: 5px; }

.cgen_content.ichiritsu #category_list ul li p {
  border: 1px solid #ccc;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.cgen_content.ichiritsu #category_list ul li p a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 0 0 10px;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 1.2;
}

.cgen_content.ichiritsu #category_list ul li p a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -4px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2d9dca;
  transform: rotate(-45deg);
}

.cgen_content.ichiritsu #category_list ul li p a:hover span {
  text-decoration: underline;
}

/* 注釈 */
.cgen_content.ichiritsu ul.att {
  margin: 0 20px;
}

.cgen_content.ichiritsu ul.att li {
  display: inline-block;
  font-size: 12px;
}

.cgen_content.ichiritsu ul.att img {
  width: 26px;
  height: auto;
  margin: 0 3px;
}

/* --------------------------------------------------------------------
下層ページ（下部）
--------------------------------------------------------------------- */
/* 回遊ボタン（#around_button_wrap）
================================================== */
/* フォントサイズ（デフォルト） */
#around_button_wrap {
  font-size: 16px;
  line-height: 1.4;
}

#around_button_wrap .ja_min {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-weight: 500; /* 機種による文字のかすれ防止 */
}

#around_button_wrap {
  margin-bottom: 60px;
  margin-top: 60px; /* ジャンルページのpager無しの時に必要なmargin */
}

#around_button_wrap {
  background: #f2f8fa;
}

#around_button_wrap .inner {
  width: 100%;
  max-width: 700px;
  padding: 50px 0;
  margin: 0 auto;
}

/* メインタイトル */
#around_button_wrap .title_main {
  display: flex;
  justify-content: center;
  color: #0a0a0a;
  font-size: 30px;
  text-align: center;
}

#around_button_wrap .title_main::before,
#around_button_wrap .title_main::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background: #888;
}

#around_button_wrap .title_main span {
  display: block;
  width: 160%;
  margin: 0 20px;
}

/* バナー：ベストギフト */
#around_button_wrap #bestgift_list ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 30px 0 0 0;
}

#around_button_wrap #bestgift_list ul li {
  width: 100%;
  max-width: 380px;
}

#around_button_wrap #bestgift_list ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 560 / 315;
  background: url("/contents/siblings/cgen/2025/img/bnr_bestgift.jpg") center center / cover no-repeat;
  border: 1px solid #ccc;
}

#around_button_wrap #bestgift_list ul li a > span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.8);
}

#around_button_wrap #bestgift_list ul li a > span .small {
  color: #2d9dca;
  font-size: 16px;
  padding: 2px 0 0 0;
}

/* サブタイトル */
#around_button_wrap .title_sub {
  color: #0a0a0a;
  font-size: 24px;
  text-align: center;
  padding: 40px 0 0 0;
}

/* バナー：送料で選ぶ */
#around_button_wrap #soryo_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0 0 0;
}

#around_button_wrap #soryo_list ul li {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
}
#around_button_wrap #soryo_list ul li:nth-of-type(3n) { margin-right: 0; }

#around_button_wrap #soryo_list ul li a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 506 / 340;
}
#around_button_wrap #soryo_list ul li:nth-of-type(1) a { background: url("/contents/siblings/cgen/2025/img/bnr_kinkisoryo_pc.jpg") center center / cover no-repeat; }
#around_button_wrap #soryo_list ul li:nth-of-type(2) a { background: url("/contents/siblings/cgen/2025/img/bnr_soryokomi_pc.jpg") center center / cover no-repeat; }
#around_button_wrap #soryo_list ul li:nth-of-type(3) a { background: url("/contents/siblings/cgen/2025/img/bnr_ichiritsu_pc.jpg") center center / cover no-repeat; }

#around_button_wrap #soryo_list ul li a > span {
  display: none;
}

/* ボタン：すべての商品を見る（右矢印＞） */
#around_button_wrap .btn_item_all {
  margin: 30px 0 0 0;
}

#around_button_wrap .btn_item_all a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 400px;
  height: 60px;
  margin: 0 auto;
  background: #2d9dca;
  border-radius: 60px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

#around_button_wrap .btn_item_all 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);
}

/* ボタン：トップへ戻る（右矢印＞） */
#around_button_wrap .btn_pageback {
  margin: 20px 0 0 0;
}

#around_button_wrap .btn_pageback a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #0a0a0a;
  width: 400px;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #2d9dca;
  border-radius: 60px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

#around_button_wrap .btn_pageback a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #0a0a0a;
  border-bottom: solid 1px #0a0a0a;
  transform: translateY(-50%) rotate(-45deg);
}