@charset "Shift_JIS";
/* --------------------------------------------------------------------
お歳暮CSS / .seibo
--------------------------------------------------------------------- */
/* ボタン 右矢印（＞） */
.seibo .btn_basic a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 100%;
  max-width: 380px;
  height: 70px;
  margin: 0 auto;
  background: #222;
  border-radius: 60px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  font-size: 1.6rem;
  line-height: 1.4;
}

.seibo .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 */
.seibo .fill_cover_wrap {
  position: relative;
  overflow: hidden;
}
.seibo .fill_cover {
  position: absolute;
  z-index: 1;
  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: 1.5rem;
  color: #fff;
  text-align: center;
}
.seibo .fill_cover .fill_cover_tx {
  font-weight: bold;
  text-shadow: 0px 0px 10px rgb(0 0 0);
}
.seibo .fill_cover .fill_cover_tx_b {
  font-weight: bold;
}

/* 改行切り替え */
.mainframe_ .seibo .sp_only { display: none; }
.wrapper_:not(:has(.mainframe_)) .seibo .pc_only { display: none; }

/* 既存トピックス（非表示） */
.m-newslist2_,
.l-news01_ {
  display: none;
}

#event_wrapper_top {
  margin-bottom: 0;
}

/* 基本 */
.seibo {
  color: #333;
}

/*--------------------- PC -------------------------------------------------*/
/* 上部パーツ
================================================== */
/* キャッチコピー */
.mainframe_ .seibo .catch_copy {
  text-align: center;
  padding: 15px 0;
}

.mainframe_ .seibo .catch_copy .bold {
  font-weight: bold;
}

/* ナビメニュー（#navi_menu）
================================================== */
.mainframe_ .seibo #navi_menu {
  margin-top: 40px;
}

.mainframe_ .seibo #navi_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}

.mainframe_ .seibo #navi_menu ul li {
  width: calc((100% - (10px * 3)) / 4);
}

.mainframe_ .seibo #navi_menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  height: 70px;
  padding: 10px 0 15px 0;
  background: #534439;
  border: 1px solid #534439;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.mainframe_ .seibo #navi_menu ul li a span.txt_sub {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: normal;
}

.mainframe_ .seibo #navi_menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg);
}

/* マウスオーバー */
.mainframe_ .seibo #navi_menu ul li a:hover {
  opacity: 1;
  color: #000;
  background: #fff;
  border-color: #534439;
}
.mainframe_ .seibo #navi_menu ul li a:hover::after {
  border-color: #534439;
}

/* トピックス（#topic）
================================================== */
.mainframe_ .seibo #topic {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.mainframe_ .seibo #topic a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #fe0e11;
  border-radius: 3px;
}

.mainframe_ .seibo #topic a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: translateY(-50%) rotate(-45deg);
}

.mainframe_ .seibo #topic a > div {
  padding: 0 0 0 54px;
  background: url("/contents/common/img/icon_attention.png") center left / 44px auto no-repeat;
}

.mainframe_ .seibo #topic .title {
  color: #fe0e11;
}

/* マウスオーバー */
.mainframe_ .seibo #topic a:hover {
  opacity: 1;
  background: #fff6cc;
}


/* サーボス情報（#service）
================================================== */
.mainframe_ #seibo_service {
  margin-top: 20px;
}

/* リスト */
.mainframe_ #seibo_service ul.btn_list {
  display: flex;
  gap: 30px;
  height: 40px;
  background: #FAF6F0;
}

.mainframe_ #seibo_service ul.btn_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mainframe_ #seibo_service ul.btn_list li.title {
  position: relative;
  width: 24%;
  color: #fff;
  text-align: center;
  background: #e67b29;
}

.mainframe_ #seibo_service ul.btn_list li.title::after {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 20px solid transparent;
  border-left: 10px solid #e67b29;
  border-bottom: 20px solid transparent;
}

/* 初心者マーク */
.mainframe_ #seibo_service ul.btn_list li.title span {
  position: relative;
  padding: 0 0 0 30px;
}
.mainframe_ #seibo_service ul.btn_list li.title span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: auto;
  aspect-ratio: 1;
  background: url("/contents/siblings/seibo/2025/img/service_icon_beginner.png") center center / contain no-repeat;
  transform: translateY(-50%);
}

.mainframe_ #seibo_service ul.btn_list li a:hover {
  color: #9e0217;
  text-decoration: underline;
}

/* キャンペーン情報
================================================== */
.mainframe_ #seibo_campaign {
  margin-top: 50px;
}

.mainframe_ #seibo_campaign {
  border-top: 3px solid #f0bc44;
  border-bottom: 3px solid #f0bc44;
  padding: 3px 0;
}

.mainframe_ #seibo_campaign_inner {
  background: #fdfbf4;
  border-top: 3px solid #d02626;
  border-bottom: 3px solid #d02626;
  padding: 40px 0;
}

/* 特典 */
.mainframe_ #seibo_campaign ul.list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 750px;
  margin: 20px auto;
}

.mainframe_ #seibo_campaign ul.list li {
  width: calc(100% / 3);
  text-align: center;
}

.mainframe_ #seibo_campaign ul.list li .icon {
  color: #a6882e;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-weight: 500; /* 機種による文字のかすれ防止 */
  font-size: 2.2rem;
}

.mainframe_ #seibo_campaign ul.list li .icon > span {
  position: relative;
  display:inline-block;
  margin: 0 0 3px 0;
  padding: 0 10px;
}
.mainframe_ #seibo_campaign ul.list li .icon > span::before,
.mainframe_ #seibo_campaign ul.list li .icon > span::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #a6882e;
}
.mainframe_ #seibo_campaign ul.list li .icon > span::before {
  left: 0;
  bottom: 0;
  width: 50%;
}
.mainframe_ #seibo_campaign ul.list li .icon > span::after {
  right: 0;
  bottom: -3px;
  width: 80%;
}


.mainframe_ #seibo_campaign ul.list li .desc::before {
  content: '';
  display: block;
  width: 100px;
  height: auto;
  aspect-ratio: 1;
  margin: 10px auto;
}
.mainframe_ #seibo_campaign ul.list li.cont_coupon .desc::before {
  background: url("/contents/siblings/seibo/2025/img/campaign_icon_coupon.png") center center / contain no-repeat;
}
.mainframe_ #seibo_campaign ul.list li.cont_shipping .desc::before {
  background: url("/contents/siblings/seibo/2025/img/campaign_icon_shipping.png") center center / contain no-repeat;
}
.mainframe_ #seibo_campaign ul.list li.cont_20off .desc::before {
  background: url("/contents/siblings/seibo/2025/img/campaign_icon_20off.png") center center / contain no-repeat;
}


.mainframe_ #seibo_campaign ul.list li .catch {
  color: #333;
  font-weight: bold;
}

.mainframe_ #seibo_campaign ul.list li .title {
  color: #d02626;
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 5px;
}

.mainframe_ #seibo_campaign ul.list li .title .title_sub {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 0.5em;
}

.mainframe_ #seibo_campaign ul.list li .title .title_sub::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.0em; /* 線の太さ */
  background: #fef057;
  clip-path: polygon(100% 0, 95% 70%, 6% 100%, 0 36%);
}

.mainframe_ #seibo_campaign ul.list li .att {
  font-size: 1.2rem;
  padding-top: 5px;
}

/* ボタン */
.mainframe_ #seibo_campaign .btn_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  width: 660px;
}

.mainframe_ #seibo_campaign .btn_topic,
.mainframe_ #seibo_campaign .btn_new_regist {
  width: 100%;
}

.mainframe_ #seibo_campaign .btn_topic a { background: #e67b29; }
.mainframe_ #seibo_campaign .btn_new_regist a { background: #e67b29; }


/* 共通：コンテンツタイトル（.title_box）
================================================== */
.mainframe_ .seibo .title_box {
  text-align: center;
  margin: 0 0 30px 0;
}

.mainframe_ .seibo .title_box .title {
  color: #333;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-weight: 500; /* 機種による文字のかすれ防止 */
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.25rem;
}

.mainframe_ .seibo .title_box .lead_txt {
  color: #333;
  margin: 10px 0 0 0;
}

/* タイトルあしらい（.title_img_set） */
.mainframe_ .seibo .title_box .title_img_set {
  position: relative;
  display: inline-block;
  padding: 0 170px;
}
.mainframe_ .seibo .title_box .title_img_set::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 200px;
  height: auto;
  aspect-ratio: 400 / 180;
  background: url("/contents/siblings/seibo/2025/img/title_bg01.png") left top / contain no-repeat;
}
.mainframe_ .seibo .title_box .title_img_set::after {
  content: '';
  position: absolute;
  top: -40px;
  right: 0;
  width: 180px;
  height: auto;
  aspect-ratio: 360 / 180;
  background: url("/contents/siblings/seibo/2025/img/title_bg02.png") right bottom / contain no-repeat;
}

/* ピックアップ商品（#seibo_pickup）
================================================== */
.mainframe_ #seibo_pickup {
  margin-top: 100px;
}

/* タイトル */
.mainframe_ #seibo_pickup .title_box .title {
  font-size: 3.4rem;
}
.mainframe_ #seibo_pickup .title_box .title img {
  width: 50px;
  margin: 0 0 10px 0;
}
.mainframe_ #seibo_pickup .title_box .lead_txt {
  margin-top: 0;
}

.mainframe_ #seibo_pickup ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mainframe_ #seibo_pickup ul.list li {
  width: calc((100% - (10px * 3)) / 4);
  background: #fff;
}

.mainframe_ #seibo_pickup ul.list li a {
  display: block;
}

.mainframe_ #seibo_pickup ul.list li .img {
  position: relative;
  width: 100%;
  border: 1px solid #eee;
}

.mainframe_ #seibo_pickup ul.list li .img img {
  width: 100%;
  height: auto;
}

/* アイコン */
.mainframe_ #seibo_pickup ul.list li .icon {
  position: absolute;
  bottom: 3px;
  left: 3px;
}

.mainframe_ #seibo_pickup ul.list li .icon > img {
  width: 36px;
}

.mainframe_ #seibo_pickup ul.list li .icon > img + img {
  margin-left: 3px;
}

.mainframe_ #seibo_pickup ul.list li .txt {
  margin: 0 0 20px 0;
  padding: 0 8px;
}

/* 商品名 */
.mainframe_ #seibo_pickup ul.list li .txt .name {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 10px 0 0 0;
}

/* 価格 */
.mainframe_ #seibo_pickup ul.list li .txt .price {
  color: #111;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: right;
}

.mainframe_ #seibo_pickup ul.list li .txt .price > span {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0 0 0 2px;
}

/* 説明文 */
.mainframe_ #seibo_pickup ul.list li .txt .detail {
  color: #555;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  margin: 10px 0 0 0;
  min-height: 3em;
}

/* ボタンの高さを合わせる */
.mainframe_ #seibo_pickup ul.list li .txt {
  display: flex;
  flex-flow: column;
  min-height: 150px;
}

.mainframe_ #seibo_pickup ul.list li .txt .price {
  margin-top: auto;
}

/* マウスオーバー */
.mainframe_ #seibo_pickup ul.list li a {
  border: 2px solid #fff;
}

.mainframe_ #seibo_pickup ul.list li a:hover {
  opacity: 1;
  border-color: #333;
}

/* おすすめ特集（#seibo_feature）
================================================== */
.mainframe_ #seibo_feature {
  margin-top: 60px;
}

.mainframe_ #seibo_feature > .bg {
  padding: 50px 20px;
  background: #FAF6F0;
}

.mainframe_ #seibo_feature ul.list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.mainframe_ #seibo_feature ul.list li {
  width: calc((100% - (15px * 3)) / 4);
}

.mainframe_ #seibo_feature ul.list li a {
  display: block;
}

.mainframe_ #seibo_feature ul.list li .img {
  width: 100%;
}

.mainframe_ #seibo_feature ul.list li .img img {
  width: 100%;
  height: auto;
}

.mainframe_ #seibo_feature ul.list li .txt {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 5px 0 0 0;
}

/* マウスオーバー */
.mainframe_ #seibo_feature ul.list li a:hover .txt {
  text-decoration: underline;
}

/* 商品を探す（#seibo_search）
================================================== */
.mainframe_ #seibo_search {
  margin-top: 60px;
}

.mainframe_ #seibo_search > .bg {
  border: 2px solid #dcc599;
}

/* 背景画像 */
.mainframe_ #seibo_search > .bg {
  background:
    url("/contents/siblings/seibo/2025/img/search_bg_top_pc.jpg") center top / 100% auto no-repeat,
    url("/contents/siblings/seibo/2025/img/search_bg_btm_pc.jpg") center bottom / 100% auto no-repeat;
}

.mainframe_ #seibo_search > .bg > .bg_inner {
  padding: 70px 20px;
}

/* 間の余白 */
.mainframe_ #seibo_search > .bg > .bg_inner > div[id^="seibo_search_"] {
  margin: 50px 0 0 0;
}

/* サブ：見出し */
.mainframe_ #seibo_search .title_sub {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.mainframe_ #seibo_search .title_sub .fc {
  color: #9e0217;
}

/* サブ：リード文 */
.mainframe_ #seibo_search .lead_txt_sub {
  color: #555;
  font-size: 1.4rem;
  text-align: center;
}

/* ボタンリスト */
.mainframe_ #seibo_search ul.list_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 5px auto 0 auto;
  width: 100%;
}

.mainframe_ #seibo_search ul.list_btn li {
  width: calc((100% - (10px * 5)) / 4);
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  overflow: hidden;
}

.mainframe_ #seibo_search ul.list_btn li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 100%;
  height: 70px;
  padding: 0 20px 0 5px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.mainframe_ #seibo_search ul.list_btn li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

/* マウスオーバー */
.mainframe_ #seibo_search ul.list_btn li a:hover {
  opacity: 1;
  border-color: #9e0217;
}

.mainframe_ #seibo_search ul.list_btn li a:hover::after {
  border-color: #9e0217;
}


/* 送料・割引から探す（#seibo_search #seibo_search_delivery）
================================================== */
.mainframe_ #seibo_search #seibo_search_delivery ul.list_btn {
  max-width: 600px;
}

.mainframe_ #seibo_search #seibo_search_delivery ul.list_btn li {
  width: calc((100% - (10px * 1)) / 2);
}

.mainframe_ #seibo_search #seibo_search_delivery ul.list_btn li .txt_sub {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 0 4px 0;
}

/* 終了日 */
.mainframe_ #seibo_search #seibo_search_delivery ul.list_btn:has(.txt_deadline) li {
  overflow: unset;
}

.mainframe_ #seibo_search #seibo_search_delivery ul.list_btn li .txt_deadline {
  position: absolute;
  z-index: 0;
  top: -14px;
  right: 0;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 4px 10px;
  background: #e67b29;
  border-radius: 60px;
}

.mainframe_ #seibo_search #seibo_search_delivery ul.list_btn li .txt_deadline::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -8px;
  right: 30px;
  border-top: 6px solid transparent;
  border-left: 20px solid #e67b29;
  border-bottom: 10px solid transparent;
  transform: rotate(135deg);
}

/* アイコン */
.mainframe_ #seibo_search #seibo_search_delivery ul.list_btn li .icon {
  width: auto;
  height: 50px;
  max-height: 100%;
  aspect-ratio: 1;
  margin: 0 5px 0 10px;
}

.mainframe_ #seibo_search #seibo_search_delivery ul.list_btn li .icon img {
  width: 100%;
  height: auto;
}

/* アイコン複数 */
.mainframe_ #seibo_search #seibo_search_delivery ul.list_btn li .icon:has(> :nth-child(2)) {
  position: relative;
}

.mainframe_ #seibo_search #seibo_search_delivery ul.list_btn li .icon:has(> :nth-child(2)) img {
  position: absolute;
  width: 58%;
  height: auto;
}
.mainframe_ #seibo_search #seibo_search_delivery ul.list_btn li .icon:has(> :nth-child(2)) img:nth-of-type(1) { top: 0; left: 0; }
.mainframe_ #seibo_search #seibo_search_delivery ul.list_btn li .icon:has(> :nth-child(2)) img:nth-of-type(2) { bottom: 0; right: 0; }


/* カテゴリ―から探す（#seibo_search #seibo_search_category）
================================================== */
.mainframe_ #seibo_search #seibo_search_category ul.list_btn {
  justify-content: start;
}

.mainframe_ #seibo_search #seibo_search_category ul.list_btn li {
  width: calc((100% - (10px * 3)) / 4);
}

/* サムネイル有の場合 */
.mainframe_ #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a {
  display: block;
  height: auto;
  padding: 0;
  overflow: hidden;
}
.mainframe_ #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a::after {
  content: none;
}

.mainframe_ #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a .thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.mainframe_ #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a .thumb img {
  width: 100%;
  height: auto;
}

.mainframe_ #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a > span {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 100%;
  height: 50px;
  padding: 0 20px 0 5px;
  background: #fff;
}

.mainframe_ #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a > span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

/* 人気アイコン */
.mainframe_ #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a .thumb::before {
  content: '人気';
  position: absolute;
  top: 5px;
  left: -24px;
  width: 82px;
  background: #f58220;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  text-align: center;
  transform: rotate(-40deg);
  padding: 3px 0;
}

/* カタログ目次へのページ内リンク */
.mainframe_ #seibo_search #seibo_search_category .lead_txt_sub {
  padding: 10px 0;
}

.mainframe_ #seibo_search #seibo_search_category .lead_txt_sub a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #534439;
}

.mainframe_ #seibo_search #seibo_search_category .lead_txt_sub a::before,
.mainframe_ #seibo_search #seibo_search_category .lead_txt_sub a::after {
  display: inline;
}
.mainframe_ #seibo_search #seibo_search_category .lead_txt_sub a::before { content: '＞＞'; }
.mainframe_ #seibo_search #seibo_search_category .lead_txt_sub a::after { content: '<<'; }

/* マウスオーバー */
.mainframe_ #seibo_search #seibo_search_category .lead_txt_sub a:hover {
  color: #9e0217;
  text-decoration: underline;
}

/* 価格から探す（#seibo_search #seibo_search_price）
================================================== */
.mainframe_ #seibo_search #seibo_search_price ul.list_btn {
  max-width: 600px;
}

.mainframe_ #seibo_search #seibo_search_price ul.list_btn li {
  width: calc((100% - (10px * 2)) / 3);
}

/* ブランドから探す（#seibo_search #seibo_search_brand）
================================================== */
.mainframe_ #seibo_search #seibo_search_brand ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 5px auto 0 auto;
  width: 100%;
}

.mainframe_ #seibo_search #seibo_search_brand ul li {
  width: calc((100% - (10px * 3)) / 4);
}

.mainframe_ #seibo_search #seibo_search_brand ul li a {
  display: block;
  border: 1px solid #ccc;
}

.mainframe_ #seibo_search #seibo_search_brand ul li img {
  width: 100%;
  height: auto;
}

/* マウスオーバー */
.mainframe_ #seibo_search #seibo_search_brand ul li a:hover {
  opacity: 1;
  border-color: #9e0217;
}

/* こだわりから探す（#seibo_search #seibo_search_keyword）
================================================== */
.mainframe_ #seibo_search #seibo_search_keyword ul.list_btn li {
  width: auto;
  border-radius: 60px;
  box-shadow: none;
}

.mainframe_ #seibo_search #seibo_search_keyword ul.list_btn li a {
  justify-content: center;
  min-width: 100px;
  height: 50px;
  padding: 0 15px;
  text-align: center;
  border-radius: 60px;
  box-shadow: none;
}

.mainframe_ #seibo_search #seibo_search_keyword ul.list_btn li a::after {
  content: none;
}


/* カタログから探す（#seibo_search #seibo_search_catalog）
================================================== */
.mainframe_ #seibo_search #seibo_search_catalog > .inner {
  display: flex;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

.mainframe_ #seibo_search #seibo_search_catalog .img_catalog {
  width: 300px;
  margin: 0 20px 0 0;
}

.mainframe_ #seibo_search #seibo_search_catalog .img_catalog img {
  width: 100%;
  height: auto;
}

/* リスト */
.mainframe_ #seibo_search #seibo_search_catalog ul.list {
  width: 100%;
}

.mainframe_ #seibo_search #seibo_search_catalog ul.list > li {
  border-top: 1px solid #ccc;
}

.mainframe_ #seibo_search #seibo_search_catalog ul.list > li:last-of-type {
    border-bottom: 1px solid #ccc;
}

.mainframe_ #seibo_search #seibo_search_catalog ul.list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 100%;
  height: 70px;
  padding: 15px;
  background: #fff;
}

.mainframe_ #seibo_search #seibo_search_catalog ul.list > li > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 34px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

/* 内容枠 */
.mainframe_ #seibo_search #seibo_search_catalog ul.list > li .box {
  padding: 15px;
}

/* カタログリスト */
.mainframe_ #seibo_search #seibo_search_catalog ul.list_mokuzi {
  width: 100%;
}

.mainframe_ #seibo_search #seibo_search_catalog ul.list_mokuzi > li + li {
  padding-top: 10px;
}

.mainframe_ #seibo_search #seibo_search_catalog ul.list_mokuzi > li a {
  color: #111;
  font-size: 1.5rem;
  line-height: 1.2;
}

.mainframe_ #seibo_search #seibo_search_catalog ul.list_mokuzi > li a::before {
  content: '■';
  display: inline-block;
  color: #b79966;
  font-size: inherit;
}

/* 階層ダウン */
.mainframe_ #seibo_search #seibo_search_catalog .down p.title {
  color: #534439;
  font-weight: bold;
  padding: 0 5px 0 0;
}

.mainframe_ #seibo_search #seibo_search_catalog .down p.title .mini {
  font-size: 1.2rem;
}

.mainframe_ #seibo_search #seibo_search_catalog .down ul.list_mokuzi {
  padding: 10px;
  border-left: 3px solid #534439;
  margin: 0 0 0 7px;
}

/* マウスオーバー */
.mainframe_ #seibo_search #seibo_search_catalog ul.list_mokuzi > li a:hover {
  opacity: 1;
  color: #333;
  text-decoration: underline;
}

.mainframe_ #seibo_search #seibo_search_catalog ul.list_mokuzi > li a:hover::before {
  color: #9e0217;
}

/* カタログ商品コード検索フォーム */
.mainframe_ #seibo_search #seibo_search_catalog form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid #333;
}

.mainframe_ #seibo_search #seibo_search_catalog form #keyword {
  color: #111;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  padding: 1%;
  margin: 0;
  background: #fff;
  border: none;
  border-radius: 0;
}

.mainframe_ #seibo_search #seibo_search_catalog form #submit_search {
  color: #fff;
  font-size: 1.8rem;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  background: #333;
  border: none;
  border-left: 1px solid #333;
  border-radius: 0;
}

/* マウスオーバー */
.mainframe_ #seibo_search #seibo_search_catalog form #submit_search:hover {
  color: #333;
  background: #ccc;
}

 /* カタログコードでの検索方法 */
.mainframe_ #seibo_search #seibo_search_catalog .icon_q a {
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.2;
}

.mainframe_ #seibo_search #seibo_search_catalog .icon_q a::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: auto;
  aspect-ratio: 1;
  margin: 5px;
  background: url("/contents/siblings/seibo/2025/img/icon_question.png") center center / contain no-repeat;
}

/* マウスオーバー */
.mainframe_ #seibo_search #seibo_search_catalog .icon_q a:hover {
  opacity: 1;
  color: #333;
  text-decoration: underline;
}

.mainframe_ #seibo_search #seibo_search_catalog .icon_q a:hover::before {
  filter: brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(3231%) hue-rotate(343deg) brightness(83%) contrast(119%);/* 赤#c70015 */
}


/* 【装飾用】アコーディオン
================================================== */
.mainframe_ .js-accordion .js-accordion_header {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 15px;
}

.mainframe_ .js-accordion .js-accordion_header span {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: left;
  width: 100%;
  height: 100%;
  background: #fff;
}

.mainframe_ .js-accordion .js-accordion_header i.icon {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  background: #9e0217;
}

.mainframe_ .js-accordion .js-accordion_header i.icon::before,
.mainframe_ .js-accordion .js-accordion_header i.icon::after {
  content: '';
  display: block;
  position: absolute;
  top:0; 
  right:0;
  bottom:0;
  left:0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.mainframe_ .js-accordion .js-accordion_header i.icon::before {
  transform: rotate(90deg);
}

/* ＋アイコン動作用 */
.mainframe_ .js-accordion .js-accordion_header.opening-accordion i.icon::before {
  background-color: transparent;
}


/* ボタン：すべての商品を見る・近鉄限定をもっと見る
================================================== */
.mainframe_ .seibo .btn_item_all {
  padding: 40px 0 20px 0;
}

.mainframe_ .seibo .btn_item_all a {
  text-align: center;
  background: #e67b29;
  border: 1px solid #e67b29;
}

.mainframe_ .seibo .btn_item_all a > span > span {
  font-weight: bold;
}

/* マウスオーバー */
.mainframe_ .seibo .btn_item_all a:hover {
  opacity: 1;
  color: #333;
  background: #fff !important;
}
.mainframe_ .seibo .btn_item_all a:hover::after {
  border-color: #333;
}



/*--------------------- SP -------------------------------------------------*/
/* 上部パーツ
================================================== */
/* キャッチコピー */
.wrapper_:not(:has(.mainframe_)) .seibo .catch_copy {
  text-align: center;
  padding: 15px 0;
}

.wrapper_:not(:has(.mainframe_)) .seibo .catch_copy .bold {
  font-weight: bold;
}

/* ナビメニュー（#navi_menu）
================================================== */
.wrapper_:not(:has(.mainframe_)) .seibo #navi_menu {
  margin-top: 20px;
}

.wrapper_:not(:has(.mainframe_)) .seibo #navi_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 2%;
}

.wrapper_:not(:has(.mainframe_)) .seibo #navi_menu ul li {
  width: calc((100% / 2) - 2%);
  margin: 1%;
}

.wrapper_:not(:has(.mainframe_)) .seibo #navi_menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  height: 80px;
  padding: 10px 0 15px 0;
  background: #534439;
  border: 1px solid #534439;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.wrapper_:not(:has(.mainframe_)) .seibo #navi_menu ul li a span.txt_sub {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: normal;
}

.wrapper_:not(:has(.mainframe_)) .seibo #navi_menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg);
}

/* トピックス（#topic）
================================================== */
.wrapper_:not(:has(.mainframe_)) .seibo #topic {
  padding: 0 3%;
  width: 100%;
  max-width: 500px;
  margin: 10px auto 0 auto;
}

.wrapper_:not(:has(.mainframe_)) .seibo #topic a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  padding: 10px;
  background: #fff;
  border: 1px solid #fe0e11;
  border-radius: 3px;
}

.wrapper_:not(:has(.mainframe_)) .seibo #topic a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: translateY(-50%) rotate(-45deg);
}

.wrapper_:not(:has(.mainframe_)) .seibo #topic a > div {
  padding: 0 10px 0 50px;
  background: url("/contents/common/img/icon_attention.png") left 10px / 40px auto no-repeat;
}

.wrapper_:not(:has(.mainframe_)) .seibo #topic .title {
  color: #fe0e11;
}

.wrapper_:not(:has(.mainframe_)) .seibo #topic a > div > p:nth-of-type(2) {
  font-size: 1.3rem;
}

/* サーボス情報（#service）
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibo_service {
  margin-top: 20px;
}

/* リスト */
.wrapper_:not(:has(.mainframe_)) #seibo_service ul.btn_list {
  background: #FAF6F0;
}

.wrapper_:not(:has(.mainframe_)) #seibo_service ul.btn_list li {
  border: 1px solid #e67b29;
}
.wrapper_:not(:has(.mainframe_)) #seibo_service ul.btn_list li + li { border-top: none; }

/* ボタン */
.wrapper_:not(:has(.mainframe_)) #seibo_service ul.btn_list li:not(.title) a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.wrapper_:not(:has(.mainframe_)) #seibo_service ul.btn_list li:not(.title) a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: translateY(-50%) rotate(-45deg);
}

/* 見出し */
.wrapper_:not(:has(.mainframe_)) #seibo_service ul.btn_list li.title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  height: 34px;
  background: #e67b29;
}

/* 初心者マーク */
.wrapper_:not(:has(.mainframe_)) #seibo_service ul.btn_list li.title span {
  position: relative;
  padding: 0 0 0 30px;
}
.wrapper_:not(:has(.mainframe_)) #seibo_service ul.btn_list li.title span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: auto;
  aspect-ratio: 1;
  background: url("/contents/siblings/seibo/2025/img/service_icon_beginner.png") center center / contain no-repeat;
  transform: translateY(-50%);
}

/* キャンペーン情報
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibo_campaign {
  margin-top: 50px;
}

/* キャンペーン情報
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibo_campaign {
  margin-top: 50px;
  border-top: 3px solid #f0bc44;
  border-bottom: 3px solid #f0bc44;
  padding: 3px 0;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign_inner {
  background: #fdfbf4;
  border-top: 3px solid #d02626;
  border-bottom: 3px solid #d02626;
  padding: 40px 0;
}

/* 特典 */
.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list {
  position: relative;
  margin: 20px auto;
  width: 100%;
  max-width: 400px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li + li {
  margin-top: 20px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li .icon {
  position: relative;
  z-index: 0;
  display: flex;
  color: #fff;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.3rem;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li .icon::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  background: #a6882e;
  border-radius: 200px;
}

/*画面サイズによる補修 */
.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li .icon::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 200px 0 0 200px;
  background-color: #fff;
  background-image: 
    radial-gradient(100% 100% at 50% 50%,
      transparent 50%, 
      #fff 50%
    ),
    radial-gradient(100% 100% at 100% 0%,
      #a6882e 50%, 
      transparent 50%
    ),
    radial-gradient(100% 100% at 0% 100%,
      #a6882e 50%, 
      transparent 50%
    ),
    radial-gradient(100% 100% at 100% 100%,
      #a6882e 50%, 
      transparent 50%
    ),
    radial-gradient(100% 100% at 0% 0%,
      #a6882e 50%, 
      transparent 50%
    );
  background-repeat: repeat;
  background-size: 3em 3em;
  font-size: 1.2rem;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li .icon > span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 20px 15px 20px 10px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li .icon > span > span {
  text-combine-upright: all;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li .desc {
  padding: 0 0 0 10px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li::before {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 70px;
  height: auto;
  aspect-ratio: 1;
}
.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li.cont_coupon::before {
  background: url("/contents/siblings/seibo/2025/img/campaign_icon_coupon.png") center center / contain no-repeat;
}
.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li.cont_shipping::before {
  background: url("/contents/siblings/seibo/2025/img/campaign_icon_shipping.png") center center / contain no-repeat;
}
.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li.cont_20off::before {
  background: url("/contents/siblings/seibo/2025/img/campaign_icon_20off.png") center center / contain no-repeat;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li .catch {
  color: #333;
  font-weight: bold;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li .title {
  color: #d02626;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li .title .title_sub {
  display: flex;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li .title .title_sub > span {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 0.5em;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li .title .title_sub > span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.0em; /* 線の太さ */
  background: #fef057;
  clip-path: polygon(100% 0, 95% 70%, 6% 100%, 0 36%);
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign ul.list li .att {
  font-size: 1.2rem;
  padding-top: 5px;
}

/* ボタン */
.wrapper_:not(:has(.mainframe_)) #seibo_campaign .btn_list {
  padding: 0 5%;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign .btn_basic + .btn_basic {
  margin-top: 10px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_campaign .btn_basic a {
  background: #e67b29;
}

/* 共通：コンテンツタイトル（.title_box）
================================================== */
.wrapper_:not(:has(.mainframe_)) .seibo .title_box {
  text-align: center;
  margin: 0 0 20px 0;
}

.wrapper_:not(:has(.mainframe_)) .seibo .title_box .title {
  color: #333;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-weight: 500; /* 機種による文字のかすれ防止 */
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.10rem;
}

.wrapper_:not(:has(.mainframe_)) .seibo .title_box .lead_txt {
  color: #333;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
}

/* タイトルあしらい（.title_img_set） */
.wrapper_:not(:has(.mainframe_)) .seibo .title_box .title_img_set {
  position: relative;
}
.wrapper_:not(:has(.mainframe_)) .seibo .title_box .title_img_set::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -30px;
  width: 34%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 400 / 180;
  background: url("/contents/siblings/seibo/2025/img/title_bg01.png") left top / contain no-repeat;
}
.wrapper_:not(:has(.mainframe_)) .seibo .title_box .title_img_set::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -30px;
  right: -30px;
  width: 30%;
  max-width: 180px;
  height: auto;
  aspect-ratio: 360 / 180;
  background: url("/contents/siblings/seibo/2025/img/title_bg02.png") right bottom / contain no-repeat;
}

/* ピックアップ商品（#seibo_pickup）
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibo_pickup {
  overflow: hidden;
}

.wrapper_:not(:has(.mainframe_)) #seibo_pickup > .bg {
  padding: 40px 3%;
}

/* タイトル */
.wrapper_:not(:has(.mainframe_)) #seibo_pickup .title_box {
  margin: 0 0 10px 0;
}

.wrapper_:not(:has(.mainframe_)) #seibo_pickup .title_box img {
  width: 40px;
  vertical-align: text-bottom;
}

/* 商品スライダー用 */
.wrapper_:not(:has(.mainframe_)) #seibo_pickup > .bg {
  padding: 40px 0;
}

.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list {
  display: flex;
}

/* スライダー ナビバー */
.wrapper_:not(:has(.mainframe_)) #seibo_pickup .swiper-container {
  padding-bottom: 20px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_pickup .swiper-scrollbar {
  position: relative;
  left: 0;
  bottom: -20px;
  width: calc(100% - (3% * 2));
  height: 15px;
  margin: 0 3%;
}

/* カード中身 */
.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li {
  width: 100%;
}

.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li a {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li .img {
  position: relative;
  width: 100%;
  background: #FCF5E4;
}

/* アイコン */
.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li .icon {
  position: absolute;
  bottom: 3px;
  left: 3px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li .icon > img {
  width: 40px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li .icon > img + img {
  margin-left: 3px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li .txt {
  padding: 10px;
}

/* 商品名 */
.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li .txt .name {
  color: #333;
  font-weight: bold;
  margin: 5px 0 0 0;
}

.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li .txt .name > span:nth-of-type(1) {
  font-size: 1.5rem;
  line-height: 1.2;
}

.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li .txt .name > span:nth-of-type(2) {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
}

/* 価格 */
.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li .txt .price {
  color: #111;
  font-size: 2.0rem;
  line-height: 1;
  font-weight: bold;
  margin: 10px 0 0 0;
}

.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li .txt .price > span {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0 0 0 2px;
}

/* 説明文 */
.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li .txt .detail {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 10px 0;
  min-height: 3em;
}

/* ボタンの高さを合わせる */
.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li .txt {
  display: flex;
  flex-flow: column;
  min-height: 180px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_pickup ul.list li .txt .detail {
  margin-top: auto;
}

/* おすすめ特集（#seibo_feature）
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibo_feature > .bg {
  padding: 40px 3%;
  background: #FAF6F0;
}

.wrapper_:not(:has(.mainframe_)) #seibo_feature ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_feature ul.list li {
  width: calc((100% - (10px * 1)) / 2);
}

.wrapper_:not(:has(.mainframe_)) #seibo_feature ul.list li a {
  display: block;
}

.wrapper_:not(:has(.mainframe_)) #seibo_feature ul.list li .img {
  width: 100%;
}

.wrapper_:not(:has(.mainframe_)) #seibo_feature ul.list li .img img {
  width: 100%;
  height: auto;
}

.wrapper_:not(:has(.mainframe_)) #seibo_feature ul.list li .txt {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 5px 0 0 0;
}

/* おすすめブランド（#seibo_brand）
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibo_brand {
  margin-top: 60px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_brand ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding: 0 3%;
}

.wrapper_:not(:has(.mainframe_)) #seibo_brand ul.list li {
  width: calc((100% - (10px * 1)) / 2);
  border: 1px solid #ccc;
}

.wrapper_:not(:has(.mainframe_)) #seibo_brand ul.list li a {
  display: block;
}

.wrapper_:not(:has(.mainframe_)) #seibo_brand ul.list li img {
  width: 100%;
  height: auto;
}

/* 商品を探す（#seibo_search）
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibo_search {
  margin-top: 60px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search > .bg {
  border: 2px solid #dcc599;
}

/* 背景画像 */
.wrapper_:not(:has(.mainframe_)) #seibo_search > .bg {
  background:
    url("/contents/siblings/seibo/2025/img/search_bg_top_sp.jpg") center top / 100% auto no-repeat,
    url("/contents/siblings/seibo/2025/img/search_bg_btm_sp.jpg") center bottom / 100% auto no-repeat;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search > .bg > .bg_inner {
  padding: 40px 3%;
}

/* 間の余白 */
.wrapper_:not(:has(.mainframe_)) #seibo_search > .bg > .bg_inner > div[id^="seibo_search_"] {
  margin: 40px 0 0 0;
}


/* サブ：見出し */
.wrapper_:not(:has(.mainframe_)) #seibo_search .title_sub {
  color: #000;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search .title_sub .fc {
  color: #9e0217;
}

/* サブ：リード文 */
.wrapper_:not(:has(.mainframe_)) #seibo_search .lead_txt_sub {
  color: #555;
  font-size: 1.4rem;
  text-align: center;
}

/* ボタンリスト */
.wrapper_:not(:has(.mainframe_)) #seibo_search ul.list_btn {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search ul.list_btn li {
  width: calc((100% - (10px * 1)) / 2);
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  overflow: hidden;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search ul.list_btn li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 100%;
  height: 80px;
  padding: 0 20px 0 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search ul.list_btn li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

/* 送料・割引から探す（#seibo_search #seibo_search_delivery）
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_delivery ul.list_btn {
  max-width: 600px;
  margin: 0 auto;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_delivery ul.list_btn li {
  width: 100%;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_delivery ul.list_btn li a {
  font-size: 1.8rem;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_delivery ul.list_btn li .txt_sub {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 0 4px 0;
}


/* 終了日 */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_delivery ul.list_btn:has(.txt_deadline) li {
  overflow: unset;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_delivery ul.list_btn li .txt_deadline {
  position: absolute;
  z-index: 0;
  top: -4px;
  right: 0;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 4px 10px;
  background: #e67b29;
  border-radius: 60px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_delivery ul.list_btn li .txt_deadline::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -8px;
  right: 30px;
  border-top: 6px solid transparent;
  border-left: 20px solid #e67b29;
  border-bottom: 10px solid transparent;
  transform: rotate(135deg);
}

/* アイコン */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_delivery ul.list_btn li .icon {
  width: auto;
  height: 54px;
  max-height: 100%;
  aspect-ratio: 1;
  margin: 0 5px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_delivery ul.list_btn li .icon img {
  width: 100%;
  height: auto;
}

/* アイコン複数 */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_delivery ul.list_btn li .icon:has(> :nth-child(2)) {
  position: relative;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_delivery ul.list_btn li .icon:has(> :nth-child(2)) img {
  position: absolute;
  width: 58%;
  height: auto;
}
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_delivery ul.list_btn li .icon:has(> :nth-child(2)) img:nth-of-type(1) { top: 0; left: 0; }
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_delivery ul.list_btn li .icon:has(> :nth-child(2)) img:nth-of-type(2) { bottom: 0; right: 0; }


/* カテゴリ―から探す（#seibo_search #seibo_search_category）
================================================== */
/* サムネイル有の場合 */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a {
  display: block;
  height: auto;
  padding: 0;
  overflow: hidden;
}
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a::after {
  content: none;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a .thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a .thumb img {
  width: 100%;
  height: auto;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a > span {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 100%;
  height: 50px;
  padding: 0 20px 0 5px;
  background: #fff;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a > span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

/* 人気アイコン */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_category ul.list_btn li:has(.thumb) a .thumb::before {
  content: '人気';
  position: absolute;
  top: 5px;
  left: -24px;
  width: 82px;
  background: #f58220;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  text-align: center;
  transform: rotate(-40deg);
  padding: 3px 0;
}

/* カタログ目次へのページ内リンク */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_category .lead_txt_sub {
  padding: 10px 0;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_category .lead_txt_sub a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #534439;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_category .lead_txt_sub a::before,
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_category .lead_txt_sub a::after {
  display: inline;
}
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_category .lead_txt_sub a::before { content: '＞＞'; }
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_category .lead_txt_sub a::after { content: '<<'; }

/* 価格から探す（#seibo_search #seibo_search_price）
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_price ul.list_btn li {
}

/* ブランドから探す（#seibo_search #seibo_search_brand）
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_brand ul.list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_brand ul.list li {
  width: calc((100% - (10px * 1)) / 2);
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_brand ul.list li a {
  display: block;
  border: 1px solid #ccc;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_brand ul.list li img {
  width: 100%;
  height: auto;
}

/* こだわりから探す（#seibo_search #seibo_search_keyword）
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_keyword ul.list_btn {
  justify-content: center;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_keyword ul.list_btn li {
  width: auto;
  border-radius: 60px;
  box-shadow: none;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_keyword ul.list_btn li a {
  justify-content: center;
  min-width: 100px;
  height: 50px;
  padding: 0 15px;
  text-align: center;
  border-radius: 60px;
  box-shadow: none;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_keyword ul.list_btn li a::after {
  content: none;
}


/* カタログから探す（#seibo_search #seibo_search_catalog）
================================================== */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog > .inner {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog .img_catalog {
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog .img_catalog img {
  width: 100%;
  height: auto;
}

/* リスト */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog ul.list {
  width: 100%;
  margin-top: 20px;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog ul.list > li {
  border-top: 1px solid #ccc;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog ul.list > li:last-of-type {
    border-bottom: 1px solid #ccc;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog ul.list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.6rem;
  line-height: 1.4;
  width: 100%;
  height: 80px;
  padding: 15px 3%;
  background: #fff;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog ul.list > li > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

/* 内容枠(白背景) */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog ul.list > li .box {
  background: #fff;
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
}
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog ul.list > li .box + .box {
  border-top: none;
}

/* カタログリスト */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog ul.list > li .box:has( > ul.list_mokuzi) {
  border: none;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog ul.list_mokuzi > li {
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
}
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog ul.list_mokuzi > li + li {
  border-top: none;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog ul.list_mokuzi > li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 100%;
  height: 70px;
  padding: 0 10% 0 3%;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog ul.list_mokuzi > li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: translateY(-50%) rotate(-45deg);
}

/* 階層ダウン */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog .down {
  display: flex;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog .down p.title {
  color: #fff;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 5px;
  background: #534439;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog .down p.title .mini {
  font-size: 1.2rem;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog .down ul.list_mokuzi {
  width: 100%;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog .down ul.list_mokuzi li:first-of-type { border-top: none; }
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog .down ul.list_mokuzi li:last-of-type { border-bottom: none; }

/* カタログ商品コード検索フォーム */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 20px 3%;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog form #keyword {
  color: #111;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  padding: 1%;
  margin: 0;
  background: #fff;
  border: 1px solid #333;
  border-radius: 0;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog form #submit_search {
  color: #fff;
  font-size: 1.8rem;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  background: #333;
  border: 1px solid #333;
  border-left: none;
  border-radius: 0;
}

/* カタログコードでの検索方法 */
.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog .icon_q a {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 100%;
  height: 70px;
  padding: 0 10% 0 3%;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog .icon_q a::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: auto;
  aspect-ratio: 1;
  margin: 5px;
  background: url("/contents/siblings/seibo/2025/img/icon_question.png") center center / contain no-repeat;
}

.wrapper_:not(:has(.mainframe_)) #seibo_search #seibo_search_catalog .icon_q a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 10px;
    height: 10px;
    border-right: solid 1px #111;
    border-bottom: solid 1px #111;
    transform: translateY(-50%) rotate(-45deg);
}

/* 【装飾用】アコーディオン
================================================== */
.wrapper_:not(:has(.mainframe_)) .js-accordion .js-accordion_header {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 15px 3%;
}

.wrapper_:not(:has(.mainframe_)) .js-accordion .js-accordion_header span {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  height: 100%;
  background: #fff;
}

.wrapper_:not(:has(.mainframe_)) .js-accordion .js-accordion_header i.icon {
  position: relative;
  display: block;
  width: auto;
  height: 70%;
  aspect-ratio: 1;
  background: #c70015;
}

.wrapper_:not(:has(.mainframe_)) .js-accordion .js-accordion_header i.icon::before,
.wrapper_:not(:has(.mainframe_)) .js-accordion .js-accordion_header i.icon::after {
  content: '';
  display: block;
  position: absolute;
  top:0; 
  right:0;
  bottom:0;
  left:0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.wrapper_:not(:has(.mainframe_)) .js-accordion .js-accordion_header i.icon::before {
  transform: rotate(90deg);
}

/* ＋アイコン動作用 */
.wrapper_:not(:has(.mainframe_)) .js-accordion .js-accordion_header.opening-accordion i.icon::before {
  background-color: transparent;
}

/* 開く時 */
.wrapper_:not(:has(.mainframe_)) .js-accordion .opening-accordion,
.wrapper_:not(:has(.mainframe_)) .js-accordion .js-accordion_header.opening-accordion span,
.wrapper_:not(:has(.mainframe_)) .js-accordion .opening-accordion + .js-accordion_content {
  background: #fff9e2;
}
.wrapper_:not(:has(.mainframe_)) .js-accordion .js-accordion_header.opening-accordion span {
  font-weight: bold;
}

/* 中枠 */
.wrapper_:not(:has(.mainframe_)) .js-accordion .js-accordion_content_inner {
  padding: 5px 3% 10px 3%;
}


/* ボタン：すべての商品を見る・近鉄限定をもっと見る
================================================== */
.wrapper_:not(:has(.mainframe_)) .seibo .btn_item_all {
  padding: 40px 3%;
}

.wrapper_:not(:has(.mainframe_)) .seibo .btn_item_all a {
  text-align: center;
  background: #e67b29;
  border: 1px solid #e67b29;
}

.wrapper_:not(:has(.mainframe_)) .seibo .btn_item_all a > span > span {
  font-weight: bold;
}
