@charset "Shift_JIS";
/* --------------------------------------------------------------------
特集コンテンツ用CSS（SP） / .wrapper_
--------------------------------------------------------------------- */
/* 紐づけたイベントの出力枠（.event_）
================================================== */
.wrapper_ .event_ .m-title01_ {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 120px 0 10px;
  background: none;
  border: none;
  font-size: 24px;
}

.wrapper_ .event_ .m-title01_ .ttl {
  padding: 0;
}

.wrapper_ .event_ .m-title01_ .detail {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  border: 1px solid #ccc;
  border-radius: 5em;
  background: #FFF;
}

.wrapper_ .event_ .m-title01_ .detail a {
  display: block;
  padding: 15px 10px;
  color: #3d3d3d;
}

/* スライダーフリースペース2の非表示 ※非表示にするdivに、クラス「import_hidden」を設置 */
.wrapper_ .event_ .import_hidden {
  display: none;
}

/* 非表示：下層カテゴリー（.m-catlist_）
================================================== */
.wrapper_ .m-catlist_ {
  display: none;
}

/*  非表示：見出し
    r 画像ver[.m-title04_]
    e 画像ver・re テキストver[.m-title03_]
================================================== */
.wrapper_ .m-title04_,
.wrapper_ .m-title03_ {
  display: none;
}

/* --------------------------------------------------------------------
「お中元（TOP）」CSS（SP） / .cgen_top
--------------------------------------------------------------------- */
/* イベント出力コンテンツ（.event_）
================================================== */
.wrapper_ .event_ {
  margin-top: 30px;
}

/* --------------------------------------------------------------------
全体　共通設定
--------------------------------------------------------------------- */
/* ページ内リンクのスクロール用 */
html {
  scroll-behavior: smooth;
}

/* フォントサイズ（デフォルト） */
#event_wrapper_top,
#event_wrapper_btm {
  font-size: 1.4rem;
  line-height: 1.2;
}

/* 文字数オーバー時に改行させる */
#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 > h2 {
  font-weight: 500; /* 機種による文字のかすれ防止 */
}

/* デフォルトボタン（.btn_basic）
================================================== */
/* ボタン 右矢印（＞） */
.cgen_top .btn_basic {
  width: 100%;
  max-width: 400px;
  height: 80px;
  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: 1.6rem;
  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, .6);
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

.cgen_top .fill_cover_wrap .fill_cover .fill_cover_tx {
  font-weight: bold;
  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: 2.4rem;
}

.cgen_top .title_box:not(.noimg) .title > span::before {
  content: '';
  display: block;
  width: 70px;
  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 > span > span.small {
  display: block;
  font-size: 1.8rem;
}

.cgen_top .title_box:not(.noimg) .lead_txt {
  color: #444;
  padding: 10px 0 0 0;
}

/* 共通設定：すべての商品を見る
================================================== */
.cgen_top .btn_item_all {
  width: 90%;
  height: 70px;
}

.cgen_top .btn_item_all a {
  text-align: center;
  background: #2d9dca;
}

.cgen_top .btn_item_all a > span {
  font-size: 1.4rem;
}

.cgen_top .btn_item_all a > span > span {
  font-size: 1.6rem;
  font-weight: bold;
}

/* キャッチコピー
================================================== */
.cgen_top .catch_copy {
  color: #555;
  font-size: 1.3rem;
  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 3%;
}

.cgen_top #navi_menu ul li {
  width: calc((100% - 1%) / 2);
}
.cgen_top #navi_menu ul li:nth-of-type(1) { margin-right: 1%; }

.cgen_top #navi_menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10% 0 5%;
  color: #fff;
  width: 100%;
  height: 70px;
  background: #2d9dca;
  border-radius: 3px;
}

.cgen_top #navi_menu ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* 送料で選ぶ
================================================== */
.cgen_top #soryo_list {
  margin-top: 50px;
}

.cgen_top #soryo_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 3%;
}

.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;
  color: #0a0a0a;
  padding: 5px 0 0 0;
}

/* 価格から探す・カテゴリーから探す
================================================== */
.cgen_top #price_list,
.cgen_top #category_list {
  margin-top: 50px;
}

.cgen_top #price_list ul,
.cgen_top #category_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 3% 20px 3%;
  margin: 0 auto;
}

.cgen_top #price_list ul li,
.cgen_top #category_list ul li {
  width: calc((100% - 3%) / 2);
  margin: 3% 3% 0 0;
}
.cgen_top #price_list ul li:nth-child(-n+2),
.cgen_top #category_list ul li:nth-child(-n+2) { margin-top: 0; }
.cgen_top #price_list ul li:nth-of-type(2n),
.cgen_top #category_list ul li:nth-of-type(2n) { 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: 1.5rem;
  line-height: 1.2;
  width: 100%;
  height: 70px;
  padding: 0 0 0 10px;
  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 #category_list ul li a {
  color: #000;
  background: #fff;
}

.cgen_top #category_list ul li a::after {
  border-color: #2d9dca;
}

/* ブランドから探す
================================================== */
.cgen_top #brand_list {
  margin-top: 50px;
}

.cgen_top #brand_list ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0 3%;
}

.cgen_top #brand_list ul li {
  width: calc((100% - 3%) / 2);
  margin-right: 3%;
}
.cgen_top #brand_list ul li:nth-of-type(2n) { margin-right: 0; }
.cgen_top #brand_list ul li:nth-of-type(n+3) { margin-top: 3%; }

.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: 50px;
  padding: 0 3%;
}

.cgen_top #news_list .title_box {
  text-align: center;
  padding: 0 0 10px 0;
}

.cgen_top #news_list .title_box .title {
  color: #0a0a0a;
  font-size: 2.4rem;
}

.cgen_top #news_list ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  border-top: 1px solid #A6A6A6;
}

.cgen_top #news_list ul li {
  width: 100%;
  padding: 15px 3%;
}

.cgen_top #news_list ul li a {
  display: inline-block;
  font-size: 1.6rem;
}

.cgen_top #news_list ul li.icon a::before {
  content: '重要';
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #ff6666;
  border-radius: 5px;
  width: 80px;
  text-align: center;
  padding: 2px 0;
  margin: 0 5px 5px 0;
}

.cgen_top #news_list ul li a span {
  display: inline-block;
  text-decoration: underline;
}

/* カタログメニュー（#catalog）
================================================== */
.cgen_top #catalog {
  margin: 50px 0;
  padding: 40px 4%;
  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: 2.2rem;
  text-align: center;
}

/* カタログボタン */
.cgen_top #catalog .catalog_btn {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.cgen_top #catalog .catalog_btn .img {
  width: 60%;
  max-width: 330px;
  margin: 0 3% 0 0;
  border: 1px solid #ccc;
}

.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-size: 1.4rem;
  font-weight: bold;
  padding: 0 0 0 3%;
  background: #2d9dca;
  border: 1px solid #2d9dca;
  border-radius: 3px;
}

.cgen_top #catalog .catalog_btn ul li.btn a::after {
  right: 8px;
}

/* 会員登録でお中元・お歳暮をおトクに！
================================================== */
.cgen_top #other_info {
  color: #0a0a0a;
  margin: 50px 0 0 0;
  padding: 40px 4%;
  background: #f6f3eb;
}

.cgen_top #other_info .member_only {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 10px 0;
}

/* リード文 */
.cgen_top #other_info .member > p.txt_lead {
  line-height: 1.8;
  text-align: center;
  margin: 0 0 10px 0;
}

.cgen_top #other_info .member > p.txt_lead span {
  position: relative;
}

.cgen_top #other_info .member > p.txt_lead span::before {
  content: '・・・・';
  position: absolute;
  top: -10px;
  left: 0;
  line-height: 1;
}

/* リスト */
.cgen_top #other_info .member ul {
  max-width: 500px;
  margin: 0 auto;
}

.cgen_top #other_info .member ul li {
  text-align: center;
  padding: 20px 5%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.cgen_top #other_info .member ul li:nth-of-type(1) { margin-bottom: 20px; }

.cgen_top #other_info .member ul li .txt .target {
  font-size: 1.6rem;
  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: 4.8rem;
  letter-spacing: -0.20rem;
}

.cgen_top #other_info .member ul li .txt .detail .percent_off {
  display: inline-block;
  vertical-align: bottom;
  font-size: 2.6rem;
  padding: 0 0 5px 5px;
}

.cgen_top #other_info .member ul li .att {
  font-size: 1.4rem;
  padding: 0 0 10px 0;
}
.cgen_top #other_info .member ul li:nth-of-type(1) .att { font-size: 1.2rem; }

/* ボタン */
.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: 1.4rem;
  line-height: 1.2;
  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 10px 0 44px;
}
.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 0;
}

.cgen_top #topic_list ul {
  border-bottom: 1px solid #A6A6A6;
}

.cgen_top #topic_list ul li {
  border-top: 1px solid #A6A6A6;
}
.cgen_top #topic_list ul li a {
  display: block;
  padding: 20px 3%;
}

.cgen_top #topic_list ul li a span {
  position: relative;
  display: block;
  padding: 0 0 0 40px;
}
.cgen_top #topic_list ul li a span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  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%); }

.cgen_top #topic_list ul li a span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: solid 1px #3a3a3a;
  border-bottom: solid 1px #3a3a3a;
  transform: translateY(-50%) rotate(-45deg);
}