@charset "Shift_JIS";
/* --------------------------------------------------------------------
バレンタインCSS / .vday
--------------------------------------------------------------------- */
/* ボタン 右矢印（＞） */
.vday .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;
}

.vday .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 */
.vday .fill_cover_wrap {
  position: relative;
  overflow: hidden;
}
.vday .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;
}
.vday .fill_cover .fill_cover_tx {
  font-weight: bold;
  text-shadow: 0px 0px 10px rgb(0 0 0);
}
.vday .fill_cover .fill_cover_tx_b {
  font-weight: bold;
}

/* 改行切り替え */
.mainframe_ .vday .sp_only { display: none; }
.wrapper_:not(:has(.mainframe_)) .vday .pc_only { display: none; }

/* 既存トピックス（非表示） */
.m-newslist2_,
.l-news01_ {
  display: none;
}

/* 基本 */
.vday {
  color: #333;
}

/*--------------------- PC -------------------------------------------------*/
/* コンテンツ間の余白 */
.mainframe_ div[id^="vday_"].vday {
  margin-top: 80px;
}
.mainframe_ .vday #navi_menu + div[id^="vday_"].vday {
  margin-top: 40px;
}

/* 上部パーツ
================================================== */
/* キャッチコピー */
.mainframe_ .vday .catch_copy {
  text-align: center;
  margin-top: 20px;
}

.mainframe_ .vday .catch_copy .bold {
  font-weight: bold;
}

/* ナビメニュー（#navi_menu）
================================================== */
.mainframe_ .vday #navi_menu {
  margin-top: 20px;
}

.mainframe_ .vday #navi_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}

.mainframe_ .vday #navi_menu ul li {
  width: calc((100% - (10px * 3)) / 4);
}

.mainframe_ .vday #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: #6C3C2E;
  border: 1px solid #6C3C2E;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.mainframe_ .vday #navi_menu ul li a span.txt_sub {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: normal;
}

.mainframe_ .vday #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_ .vday #navi_menu ul li a:hover {
  opacity: 1;
  color: #2C1410;
  background: #fff;
  border-color: #6C3C2E;
}
.mainframe_ .vday #navi_menu ul li a:hover::after {
  border-color: #6C3C2E;
}

/* トピックス（#topic）
================================================== */
.mainframe_ .vday #topic {
  width: 100%;
  max-width: 600px;
  margin: 10px auto 0 auto;
}

.mainframe_ .vday #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_ .vday #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_ .vday #topic a > div {
  padding: 0 0 0 54px;
  background: url("/contents/common/img/icon_attention.png") center left / 44px auto no-repeat;
}

.mainframe_ .vday #topic .title {
  color: #fe0e11;
}

/* マウスオーバー */
.mainframe_ .vday #topic a:hover {
  opacity: 1;
  background: #fff6cc;
}

/* キャンペーン情報
================================================== */
.mainframe_ #vday_campaign {
  padding: 5px;
  background: #fffbf4;
}

.mainframe_ #vday_campaign_inner {
  padding: 40px 0;
  border: 2px solid #fde373;
}

.mainframe_ #vday_campaign .title_box {
  margin: 0;
}

/* 新規登録 */
.mainframe_ #vday_campaign .title_box .lead_txt a {
  display: inline-block;
  color: #1a0dab;
  font-weight: bold;
}
.mainframe_ #vday_campaign .title_box .lead_txt a::before,
.mainframe_ #vday_campaign .title_box .lead_txt a::after {
  display: inline;
}
.mainframe_ #vday_campaign .title_box .lead_txt a::before { content: '>>'; }
.mainframe_ #vday_campaign .title_box .lead_txt a::after { content: '<<'; }

.mainframe_ #vday_campaign .title_box .lead_txt a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* 特典 */
.mainframe_ #vday_campaign ul.list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  max-width: 750px;
  margin: 20px auto;
}

.mainframe_ #vday_campaign ul.list li {
  display: flex;
  align-items: end;
}

.mainframe_ #vday_campaign ul.list li::before {
  content: '';
  display: block;
  width: 100px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 10px 0 0;
  filter: brightness(0) saturate(100%) invert(8%) sepia(8%) saturate(4674%) hue-rotate(323deg) brightness(91%) contrast(95%);
}
.mainframe_ #vday_campaign ul.list li.cont_coupon::before {
  background: url("/contents/siblings/vday/2026/img/campaign_icon_coupon.png") 0 bottom / contain no-repeat;
}
.mainframe_ #vday_campaign ul.list li.cont_shipping::before {
  background: url("/contents/siblings/vday/2026/img/campaign_icon_shipping.png") 0 bottom / contain no-repeat;
}

.mainframe_ #vday_campaign ul.list li .catch {
  color: #2C1410;
  font-size: 1.8rem;
  font-weight: bold;
}

.mainframe_ #vday_campaign ul.list li .title {
  color: #CE1415;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 5px;
}
.mainframe_ #vday_campaign ul.list li.cont_coupon .title { text-indent: -0.5em; }

/* ボタン */
.mainframe_ #vday_campaign .btn_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  width: 660px;
}

.mainframe_ #vday_campaign .btn_topic {
  width: 100%;
}

.mainframe_ #vday_campaign .btn_topic a {
  background: #ea6094;
  border: 1px solid #ea6094;
}

/* マウスオーバー */
.mainframe_ #vday_campaign .btn_topic a:hover {
  opacity: 1;
  color: #333;
  background: #fff !important;
}
.mainframe_ #vday_campaign .btn_topic a:hover::after {
  border-color: #333;
}

/* 共通：コンテンツタイトル（.title_box）
================================================== */
.mainframe_ .vday .title_box {
  text-align: center;
  margin: 0 0 30px 0;
}

.mainframe_ .vday .title_box .title {
  color: #2C1410;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2rem;
}

.mainframe_ .vday .title_box .lead_txt {
  color: #333;
  margin: 10px 0 0 0;
}

/* ピックアップ商品（#vday_pickup）
================================================== */
/* タイトルあしらい */
.mainframe_ #vday_pickup .title_box {
  position: relative;
}

.mainframe_ #vday_pickup .title_box::before,
.mainframe_ #vday_pickup .title_box::after {
  content: '';
  position: absolute;
  height: auto;
}
.mainframe_ #vday_pickup .title_box::before {
  bottom: -30px;
  left: 20px;
  width: 210px;
  aspect-ratio: 270 / 180;
  background: url("/contents/siblings/vday/2026/img/title_bg01.png") left top / auto 100% no-repeat;
}
.mainframe_ #vday_pickup .title_box::after {
  bottom: -30px;
  right: 40px;
  width: 160px;
  aspect-ratio: 220 / 180;
  background: url("/contents/siblings/vday/2026/img/title_bg02.png") right top / auto 100% no-repeat;
}

/* リスト */
.mainframe_ #vday_pickup ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mainframe_ #vday_pickup ul.list li {
  width: calc((100% - (10px * 2)) / 3);
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.mainframe_ #vday_pickup ul.list li a {
  display: block;
}

.mainframe_ #vday_pickup ul.list li .img {
  position: relative;
  width: 100%;
  border: 1px solid #f7f7f7;
}

.mainframe_ #vday_pickup ul.list li .img img {
  width: 100%;
  height: auto;
}

/* アイコン */
.mainframe_ #vday_pickup ul.list li .icon {
  position: absolute;
  bottom: 3px;
  left: 3px;
}

.mainframe_ #vday_pickup ul.list li .icon > img {
  width: 36px;
}

.mainframe_ #vday_pickup ul.list li .icon > img + img {
  margin-left: 3px;
}

.mainframe_ #vday_pickup ul.list li .txt {
  margin: 0 0 20px 0;
  padding: 0 8px;
}

/* 商品名 */
.mainframe_ #vday_pickup ul.list li .txt .name {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 10px 0 0 0;
  min-height: 4em;
}

/* 価格 */
.mainframe_ #vday_pickup ul.list li .txt .price {
  color: #111;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: right;
}

.mainframe_ #vday_pickup ul.list li .txt .price > span {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0 0 0 2px;
}

/* 説明文 */
.mainframe_ #vday_pickup ul.list li .txt .detail {
  color: #555;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  margin: 10px 0 0 0;
  min-height: 5.5em;
}

/* リンク */
.mainframe_ #vday_pickup ul.list li .txt .link {
  color: #111;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: end;
  margin: 10px 0 0 0;
}

/* ボタン：ブランド商品一覧 */
.mainframe_ #vday_pickup ul.list li .brand_btn a {
  display: flex;
  justify-content: end;
  align-items: center;
  color: #111;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  width: 100%;
  height: 60px;
  padding: 0 8px;
  background: #def2fc;
}

/* マウスオーバー */
.mainframe_ #vday_pickup ul.list li a {
  border: 3px solid #fff;
}

.mainframe_ #vday_pickup ul.list li a:hover {
  opacity: 1;
  border-color: #55C0D0;
}

/* ボタンの高さを合わせる */
.mainframe_ #vday_pickup ul.list li {
  display: flex;
  flex-flow: column;
}

.mainframe_ #vday_pickup ul.list li > a {
  height: 100%;
}

.mainframe_ #vday_pickup ul.list li:not(:has(.brand_btn)) > a > .inner {
  margin-bottom: 60px;
}

/* おすすめ特集（#vday_feature）
================================================== */
.mainframe_ #vday_feature > .bg {
  padding: 50px 20px;
  background: #f9efe5;
}

/* 背景画像・あしらい */
.mainframe_ #vday_feature > .bg {
  position: relative;
}

.mainframe_ #vday_feature > .bg::before,
.mainframe_ #vday_feature > .bg::after {
  content: '';
  position: absolute;
  height: auto;
}
.mainframe_ #vday_feature > .bg::before {
  top: -60px;
  left: 0;
  width: 200px;
  aspect-ratio: 280 / 210;
  background: url("/contents/siblings/vday/2026/img/title_bg03.png") left top / auto 100% no-repeat;
}
.mainframe_ #vday_feature > .bg::after {
  top: -50px;
  right: 10px;
  width: 180px;
  aspect-ratio: 260 / 180;
  background: url("/contents/siblings/vday/2026/img/title_bg04.png") right top / auto 100% no-repeat;
}

/* リスト */
.mainframe_ #vday_feature ul.list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.mainframe_ #vday_feature ul.list li {
  width: calc((100% - (15px * 3)) / 4);
}

.mainframe_ #vday_feature ul.list li a {
  display: block;
}

.mainframe_ #vday_feature ul.list li .img {
  width: 100%;
}

.mainframe_ #vday_feature ul.list li .img img {
  width: 100%;
  height: auto;
}

.mainframe_ #vday_feature ul.list li .txt {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 5px 0 0 0;
}

/* マウスオーバー */
.mainframe_ #vday_feature ul.list li a:hover .txt {
  text-decoration: underline;
}

/* 商品を探す（#vday_search）
================================================== */
.mainframe_ #vday_search > .bg {
  border: 5px solid #55C0D0;
}

.mainframe_ #vday_search > .bg > .bg_inner {
  padding: 70px 20px;
}

/* 背景画像・あしらい */
.mainframe_ #vday_search > .bg {
  position: relative;
  padding: 0 0 120px 0;
  background:
    url("/contents/siblings/vday/2026/img/search_bg_btm.png") center bottom / 100% auto no-repeat,
    linear-gradient(0deg,rgba(179, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 93%, rgba(179, 233, 233, 1) 100%);
}

.mainframe_ #vday_search > .bg::before,
.mainframe_ #vday_search > .bg::after {
  content: '';
  position: absolute;
  height: auto;
}
.mainframe_ #vday_search > .bg::before {
  top: -53px;
  left: 0;
  width: 300px;
  aspect-ratio: 400 / 250;
  background: url("/contents/siblings/vday/2026/img/title_bg05.png") left top / auto 100% no-repeat;
}
.mainframe_ #vday_search > .bg::after {
  top: 0;
  right: 0;
  width: 300px;
  aspect-ratio: 400 / 200;
  background: url("/contents/siblings/vday/2026/img/title_bg06.png") right top / auto 100% no-repeat;
}

/* 間の余白 */
.mainframe_ #vday_search > .bg > .bg_inner > div[id^="vday_search_"] {
  margin: 50px 0 0 0;
}

/* サブ：見出し */
.mainframe_ #vday_search .title_sub {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.mainframe_ #vday_search .title_sub .fc {
  color: #C40E33;
}

/* サブ：リード文 */
.mainframe_ #vday_search .lead_txt_sub {
  color: #555;
  font-size: 1.4rem;
  text-align: center;
}

/* ボタンリスト */
.mainframe_ #vday_search ul.list_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 5px auto 0 auto;
  width: 100%;
}

.mainframe_ #vday_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_ #vday_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_ #vday_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_ #vday_search ul.list_btn li a:hover {
  opacity: 1;
  border-color: #9e0217;
}

.mainframe_ #vday_search ul.list_btn li a:hover::after {
  border-color: #9e0217;
}

/* 価格から探す（#vday_search #vday_search_price）
================================================== */
.mainframe_ #vday_search #vday_search_price ul.list_btn li {
  width: calc((100% - (10px * 5)) / 6);
}

/* ブランドから探す（#vday_search #vday_search_brand）
================================================== */

/* ==============タブ表示 ============== */
.mainframe_ .js-accordion-tabs {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 5px auto 0 auto;
  padding: 40px 0 0 0;
}

.mainframe_ .js-accordion-tabs::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333;
}

/*
ボタンの幅【calc((100% - (ボタンの幅 * ボタン間隔数［ボタン数-1］)) / ボタン数)】
※3つ分セットにするボタン有り。2つ分のボタン幅にするため、「ボタン数」は、-1している。
*/
.mainframe_ .js-accordion-tabs {
  --button_space_around: 0px; /* ボタンの左右の余白（開始終了地点）※無し：0px（単位必須） */
  --button_space: 6px; /* ボタンの間隔 */
  --button_num: 10; /* ボタン数 */
  --button_w: calc(((100% - (var(--button_space_around) * 2)) - (var(--button_space) * (var(--button_num) - 1))) / var(--button_num)); /* ボタンの幅 */
  --button_point: calc(var(--button_w) + var(--button_space)); /* ボタンの移動する位置 */
}

.mainframe_ .js-accordion-tabs .js-accordion .js-accordion_header,
.mainframe_ .js-accordion-tabs .js-accordion-toggles > button {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--button_w);
  height: 40px;
  background: #eee;
  border-radius: 3px 3px 0 0;
}
.mainframe_ .js-accordion-tabs .js-accordion:nth-of-type(1) .js-accordion_header { left: calc((var(--button_point) * 0) + var(--button_space_around)); }
.mainframe_ .js-accordion-tabs .js-accordion:nth-of-type(2) .js-accordion_header { left: calc((var(--button_point) * 1) + var(--button_space_around)); }
.mainframe_ .js-accordion-tabs .js-accordion:nth-of-type(3) .js-accordion_header { left: calc((var(--button_point) * 2) + var(--button_space_around)); }
.mainframe_ .js-accordion-tabs .js-accordion:nth-of-type(4) .js-accordion_header { left: calc((var(--button_point) * 3) + var(--button_space_around)); }
.mainframe_ .js-accordion-tabs .js-accordion:nth-of-type(5) .js-accordion_header { left: calc((var(--button_point) * 4) + var(--button_space_around)); }
.mainframe_ .js-accordion-tabs .js-accordion:nth-of-type(6) .js-accordion_header { left: calc((var(--button_point) * 5) + var(--button_space_around)); }
.mainframe_ .js-accordion-tabs .js-accordion:nth-of-type(7) .js-accordion_header { left: calc((var(--button_point) * 6) + var(--button_space_around)); }
.mainframe_ .js-accordion-tabs .js-accordion:nth-of-type(8) .js-accordion_header { left: calc((var(--button_point) * 7) + var(--button_space_around)); width: calc((var(--button_w) * 2) + (var(--button_space) * 1)); }
.mainframe_ .js-accordion-tabs .js-accordion-toggles > button { left: calc((var(--button_point) * 9) + var(--button_space_around)); border: none; }

/* フェードなし */
.mainframe_ .js-accordion .js-accordion_content {
  transition: none;
}

/* マウスオーバー */
.mainframe_ .js-accordion-tabs:not(:has(> .js-accordion-toggles.open)) .js-accordion .js-accordion_header.opening-accordion,
.mainframe_ .js-accordion-tabs .js-accordion-toggles.open > button {
  color: #fff;
  font-weight: bold;
  background: #333;
}

/* 開閉エリア内 */
.mainframe_ #vday_search #vday_search_brand .box {
  padding: 10px 0 0 0;
}

.mainframe_ #vday_search #vday_search_brand .box > .title {
  color: #111;
  font-weight: bold;
  background: #B2E0F8;
  padding: 3px 10px;
}

/* リスト内 */
.mainframe_ #vday_search #vday_search_brand ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 10px auto 20px auto;
  padding: 0 10px;
}

.mainframe_ #vday_search #vday_search_brand ul li {
  position: relative;
  width: calc((100% - (10px * 1)) / 2);
  min-height: 2em;
  padding: 0 0 0 1em;
}

.mainframe_ #vday_search #vday_search_brand ul > li a {
  color: #2C1410;
  font-size: 1.5rem;
  line-height: 1.2;
}

.mainframe_ #vday_search #vday_search_brand ul > li a::before {
  content: '■';
  position: absolute;
  top: 3px;
  left: 0;
  color: #2C1410;
  font-size: inherit;
}

/* アイコン */
.mainframe_ #vday_search #vday_search_brand ul li .icon {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
  padding: 2px 5px;
  margin: 0 0 0 5px;
  background: #2C1410;
  border: 1px solid #2C1410;
}
.mainframe_ #vday_search #vday_search_brand ul li .icon.new { background: #C40E33; border-color: #C40E33; }

/* マウスオーバー */
.mainframe_ #vday_search #vday_search_brand ul > li a:hover {
  opacity: 1;
  color: #333;
}
.mainframe_ #vday_search #vday_search_brand ul > li a:hover::before {
  color: #ea6094;
}

.mainframe_ #vday_search #vday_search_brand ul > li a:hover > span {
  text-decoration: underline;
}

.mainframe_ #vday_search #vday_search_brand ul > li a:hover span.icon {
  color: #2C1410;
  background: #fff;
}
.mainframe_ #vday_search #vday_search_brand ul > li a:hover span.icon.new { color: #C40E33; border-color: #C40E33; }

/* こだわりから探す（#vday_search #vday_search_keyword）
================================================== */
.mainframe_ #vday_search #vday_search_keyword ul.list_btn li {
  width: auto;
  border-radius: 60px;
  box-shadow: none;
}

.mainframe_ #vday_search #vday_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_ #vday_search #vday_search_keyword ul.list_btn li a::after {
  content: none;
}

/* カタログ情報
================================================== */
.mainframe_ #vday_search_catalog {
  margin-top: 50px;
}

.mainframe_ #vday_search_catalog #catalog_inner {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-top: 3px solid #55C0D0;
  border-bottom: 3px solid #55C0D0;
}

.mainframe_ #vday_search_catalog .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

.mainframe_ #vday_search_catalog .box .img {
  position: relative;
  z-index: 0;
  width: 170px;
  height: auto;
  aspect-ratio: 500 / 708;
  margin: 0 20px 0 0;
  border: 1px solid #ececec;
}

.mainframe_ #vday_search_catalog .box .img img {
  width: 100%;
  height: auto;
}

/* リスト */
.mainframe_ #vday_search_catalog ul {
  width: 340px;
}

.mainframe_ #vday_search_catalog ul li:has(> a) {
  width: 100%;
}
.mainframe_ #vday_search_catalog ul li + li { margin-top: 10px; }

/* テキスト */
.mainframe_ #vday_search_catalog ul li > .title {
  font-size: 2.0rem;
  font-weight: bold;
  color: #C40E33;
}

/* タイトル（カタログ名） */
.mainframe_ #vday_search_catalog ul li > .catalog_title {
  font-size: 1.8rem;
  font-weight: bold;
}

/* 注釈 */
.mainframe_ #vday_search_catalog ul li > .catalog_att {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 10px;
}
.mainframe_ #vday_search_catalog ul li > .catalog_att .icon {
  display: inline-block;
  color: #fff;
  line-height: 1.4;
  padding: 0 0.5em;
  background: #0563AB;
  border-radius: 60px;
}

/* ボタン */
.mainframe_ #vday_search_catalog ul li:has(> a) {
  border: 1px solid #ccc;
}

.mainframe_ #vday_search_catalog ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 0 0 15px;
  background: #fff;
  border: 2px solid #fff;
}

.mainframe_ #vday_search_catalog ul 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_ #vday_search_catalog ul li a:hover {
  opacity: 1;
  border-color: #C40E33;
}

.mainframe_ #vday_search_catalog ul li a:hover::after {
  border-color: #C40E33;
}

/* ボタン：すべての商品を見る・●●をもっと見る
================================================== */
.mainframe_ .vday .btn_item_all {
  padding: 40px 0 20px 0;
}

.mainframe_ .vday .btn_item_all a {
  text-align: center;
  background: #ea6094;
  border: 1px solid #ea6094;
}

.mainframe_ .vday .btn_item_all a > span > span {
  font-weight: bold;
}

/* マウスオーバー */
.mainframe_ .vday .btn_item_all a:hover {
  opacity: 1;
  color: #333;
  background: #fff !important;
}
.mainframe_ .vday .btn_item_all a:hover::after {
  border-color: #333;
}

/*--------------------- SP -------------------------------------------------*/
/* コンテンツ間の余白 */
.wrapper_:not(:has(.mainframe_)) div[id^="vday_"].vday {
  margin-top: 60px;
}
.wrapper_:not(:has(.mainframe_)) .vday #navi_menu + div[id^="vday_"].vday {
  margin-top: 20px;
}

/* 上部パーツ
================================================== */
/* キャッチコピー */
.wrapper_:not(:has(.mainframe_)) .vday .catch_copy {
  text-align: center;
  margin-top: 20px;
}

.wrapper_:not(:has(.mainframe_)) .vday .catch_copy .bold {
  font-weight: bold;
}

/* ナビメニュー（#navi_menu）
================================================== */
.wrapper_:not(:has(.mainframe_)) .vday #navi_menu {
  margin-top: 20px;
}

.wrapper_:not(:has(.mainframe_)) .vday #navi_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 2%;
}

.wrapper_:not(:has(.mainframe_)) .vday #navi_menu ul li {
  width: calc((100% / 2) - 2%);
  margin: 1%;
}

.wrapper_:not(:has(.mainframe_)) .vday #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: #6C3C2E;
  border: 1px solid #6C3C2E;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.wrapper_:not(:has(.mainframe_)) .vday #navi_menu ul li a span.txt_sub {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: normal;
}

.wrapper_:not(:has(.mainframe_)) .vday #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_)) .vday #topic {
  padding: 0 3%;
  width: 100%;
  max-width: 500px;
  margin: 10px auto 0 auto;
}

.wrapper_:not(:has(.mainframe_)) .vday #topic a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 10px;
  background: #fff;
  border: 1px solid #fe0e11;
  border-radius: 3px;
}

.wrapper_:not(:has(.mainframe_)) .vday #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_)) .vday #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_)) .vday #topic .title {
  color: #fe0e11;
}

.wrapper_:not(:has(.mainframe_)) .vday #topic a > div > p:nth-of-type(2) {
  font-size: 1.3rem;
}

/* キャンペーン情報
================================================== */
.wrapper_:not(:has(.mainframe_)) #vday_campaign {
  background: #fffbf4;
  padding: 5px;
}

.wrapper_:not(:has(.mainframe_)) #vday_campaign_inner {
  padding: 40px 0;
  border: 2px solid #fde373;
}

/* 新規登録 */
.wrapper_:not(:has(.mainframe_)) #vday_campaign .title_box .lead_txt a {
  display: inline-block;
  color: #1a0dab;
  font-weight: bold;
}
.wrapper_:not(:has(.mainframe_)) #vday_campaign .title_box .lead_txt a::before,
.wrapper_:not(:has(.mainframe_)) #vday_campaign .title_box .lead_txt a::after {
  display: inline;
}
.wrapper_:not(:has(.mainframe_)) #vday_campaign .title_box .lead_txt a::before { content: '>>'; }
.wrapper_:not(:has(.mainframe_)) #vday_campaign .title_box .lead_txt a::after { content: '<<'; }

/* 特典 */
.wrapper_:not(:has(.mainframe_)) #vday_campaign ul.list {
  width: 100%;
  margin: 20px auto;
}

.wrapper_:not(:has(.mainframe_)) #vday_campaign ul.list li {
  display: flex;
  justify-content: center;
  align-items: end;
}

.wrapper_:not(:has(.mainframe_)) #vday_campaign ul.list li + li {
  margin-top: 15px;
}

.wrapper_:not(:has(.mainframe_)) #vday_campaign ul.list li::before {
  content: '';
  display: block;
  width: 80px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 10px 0 0;
  filter: brightness(0) saturate(100%) invert(8%) sepia(8%) saturate(4674%) hue-rotate(323deg) brightness(91%) contrast(95%);
}
.wrapper_:not(:has(.mainframe_)) #vday_campaign ul.list li.cont_coupon::before {
  background: url("/contents/siblings/vday/2026/img/campaign_icon_coupon.png") 0 bottom / contain no-repeat;
}
.wrapper_:not(:has(.mainframe_)) #vday_campaign ul.list li.cont_shipping::before {
  background: url("/contents/siblings/vday/2026/img/campaign_icon_shipping.png") 0 bottom / contain no-repeat;
}

.wrapper_:not(:has(.mainframe_)) #vday_campaign ul.list li .desc {
  min-width: 12em;
}

.wrapper_:not(:has(.mainframe_)) #vday_campaign ul.list li .catch {
  color: #2C1410;
  font-size: 1.8rem;
  font-weight: bold;
}

.wrapper_:not(:has(.mainframe_)) #vday_campaign ul.list li .title {
  color: #CE1415;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 5px;
}
.wrapper_:not(:has(.mainframe_)) #vday_campaign ul.list li.cont_coupon .title { text-indent: -0.5em; }

/* ボタン */
.wrapper_:not(:has(.mainframe_)) #vday_campaign .btn_list {
  padding: 0 5%;
}

.wrapper_:not(:has(.mainframe_)) #vday_campaign .btn_basic a {
  background: #ea6094;
}

/* 共通：コンテンツタイトル（.title_box）
================================================== */
.wrapper_:not(:has(.mainframe_)) .vday .title_box {
  text-align: center;
  margin: 0 0 20px 0;
}

.wrapper_:not(:has(.mainframe_)) .vday .title_box .title {
  color: #2C1410;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}

.wrapper_:not(:has(.mainframe_)) .vday .title_box .lead_txt {
  color: #333;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
}

/* ピックアップ商品（#vday_pickup）
================================================== */
.wrapper_:not(:has(.mainframe_)) #vday_pickup > .bg {
  padding: 0 3%;
}

/* タイトルあしらい */
.wrapper_:not(:has(.mainframe_)) #vday_pickup .title_box {
  position: relative;
  padding: 20px 0;
  margin: 0 3% 20px 3%;
  border-top: 3px solid #6C3C2E;
  border-bottom: 3px solid #6C3C2E;
}

.wrapper_:not(:has(.mainframe_)) #vday_pickup .title_box::before,
.wrapper_:not(:has(.mainframe_)) #vday_pickup .title_box::after {
  content: '';
  position: absolute;
  height: auto;
}
.wrapper_:not(:has(.mainframe_)) #vday_pickup .title_box::before {
  bottom: 0;
  left: 0;
  width: 30%;
  max-width: 170px;
  aspect-ratio: 270 / 180;
  background: url("/contents/siblings/vday/2026/img/title_bg01.png") left top / auto 100% no-repeat;
}
.wrapper_:not(:has(.mainframe_)) #vday_pickup .title_box::after {
  bottom: 0;
  right: 2%;
  width: 22%;
  max-width: 130px;
  aspect-ratio: 220 / 180;
  background: url("/contents/siblings/vday/2026/img/title_bg02.png") right top / auto 100% no-repeat;
}

/* 商品スライダー用 */
.wrapper_:not(:has(.mainframe_)) #vday_pickup > .bg {
  padding: 0;
}

.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list {
  display: flex;
}

/* スライダー ナビバー */
.wrapper_:not(:has(.mainframe_)) #vday_pickup .swiper-container {
  padding-bottom: 20px;
}

.wrapper_:not(:has(.mainframe_)) #vday_pickup .swiper-scrollbar {
  position: relative;
  left: 0;
  bottom: -20px;
  width: calc(100% - (3% * 2));
  height: 15px;
  margin: 0 3%;
}

/* カード中身 */
.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li {
  width: 100%;
  border: 1px solid #eee;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li > a {
  display: block;
  background: #fff;
}

.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li .img {
  position: relative;
  width: 100%;
  padding: 10px 50px 0 50px;
  background: #fff;
}

.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li .img > img {
  border: 1px solid #f7f7f7;
}

/* アイコン */
.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li .icon {
  position: absolute;
  bottom: 3px;
  left: 53px;
}

.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li .icon > img {
  width: 40px;
}

.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li .icon > img + img {
  margin-left: 3px;
}

.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li .txt {
  padding: 10px;
}

/* 商品名 */
.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li .txt .name {
  color: #333;
  font-weight: bold;
  margin: 5px 0 0 0;
  min-height: 4.2em;
}

.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li .txt .name > span:nth-of-type(1) {
  font-size: 1.5rem;
  line-height: 1.2;
}

.wrapper_:not(:has(.mainframe_)) #vday_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_)) #vday_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_)) #vday_pickup ul.list li .txt .price > span {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0 0 0 2px;
}

/* 説明文 */
.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li .txt .detail {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 10px 0 5px 0;
  min-height: 4.8em;
}

/* リンク */
.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li .txt .link {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
}

/* ボタン：ブランド商品一覧 */
.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li .brand_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 70px;
  background: #def2fc;
  border-top: 2px dashed #55C0D0;
}

/* ボタンの高さを合わせる */
.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li {
  display: flex;
  flex-flow: column;
  min-height: 500px;
}

.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li > a {
  margin-bottom: auto;
}

.wrapper_:not(:has(.mainframe_)) #vday_pickup ul.list li:not(:has(.brand_btn)) > a > .inner {
  margin-bottom: 70px;
}

/* おすすめ特集（#vday_feature）
================================================== */
.wrapper_:not(:has(.mainframe_)) #vday_feature > .bg {
  padding: 40px 3%;
  background: #f9efe5;
}


/* 背景画像・あしらい */
.wrapper_:not(:has(.mainframe_)) #vday_feature > .bg {
  position: relative;
}

.wrapper_:not(:has(.mainframe_)) #vday_feature > .bg::before,
.wrapper_:not(:has(.mainframe_)) #vday_feature > .bg::after {
  content: '';
  position: absolute;
  height: auto;
}
.wrapper_:not(:has(.mainframe_)) #vday_feature > .bg::before {
  top: clamp(-58px, -9.2vw, -29px);
  left: 0;
  width: 30%;
  max-width: 190px;
  aspect-ratio: 280 / 210;
  background: url("/contents/siblings/vday/2026/img/title_bg03.png") left top / auto 100% no-repeat;
}
.wrapper_:not(:has(.mainframe_)) #vday_feature > .bg::after {
  top: clamp(-56px, -9.2vw, -29px);
  right: 0;
  width: 26%;
  max-width: 170px;
  aspect-ratio: 260 / 180;
  background: url("/contents/siblings/vday/2026/img/title_bg04.png") right top / auto 100% no-repeat;
}

/* リスト */
.wrapper_:not(:has(.mainframe_)) #vday_feature ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wrapper_:not(:has(.mainframe_)) #vday_feature ul.list li {
  width: calc((100% - (10px * 1)) / 2);
}

.wrapper_:not(:has(.mainframe_)) #vday_feature ul.list li a {
  display: block;
}

.wrapper_:not(:has(.mainframe_)) #vday_feature ul.list li .img {
  width: 100%;
}

.wrapper_:not(:has(.mainframe_)) #vday_feature ul.list li .img img {
  width: 100%;
  height: auto;
}

.wrapper_:not(:has(.mainframe_)) #vday_feature ul.list li .txt {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 5px 0 0 0;
}

/* 商品を探す（#vday_search）
================================================== */
.wrapper_:not(:has(.mainframe_)) #vday_search > .bg {
  border: 3px solid #55C0D0;
}

.wrapper_:not(:has(.mainframe_)) #vday_search > .bg > .bg_inner {
  padding: 40px 3%;
}

/* 背景画像・あしらい */
.wrapper_:not(:has(.mainframe_)) #vday_search > .bg {
  position: relative;
  padding: 0 0 70px 0;
  background:
    url("/contents/siblings/vday/2026/img/search_bg_btm.png") center bottom / 100% auto no-repeat,
    linear-gradient(0deg,rgba(179, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 93%, rgba(179, 233, 233, 1) 100%);
}

.wrapper_:not(:has(.mainframe_)) #vday_search > .bg::before,
.wrapper_:not(:has(.mainframe_)) #vday_search > .bg::after {
  content: '';
  position: absolute;
  height: auto;
}
.wrapper_:not(:has(.mainframe_)) #vday_search > .bg::before {
  top: clamp(-46px, -7vw, -22px);
  left: 0;
  width: 40%;
  max-width: 260px;
  aspect-ratio: 400 / 250;
  background: url("/contents/siblings/vday/2026/img/title_bg05.png") left top / auto 100% no-repeat;
}
.wrapper_:not(:has(.mainframe_)) #vday_search > .bg::after {
  top: 0;
  right: 0;
  width: 40%;
  max-width: 260px;
  aspect-ratio: 400 / 200;
  background: url("/contents/siblings/vday/2026/img/title_bg06.png") right top / auto 100% no-repeat;
}

/* 間の余白 */
.wrapper_:not(:has(.mainframe_)) #vday_search > .bg > .bg_inner > div[id^="vday_search_"] {
  margin: 40px 0 0 0;
}

/* サブ：見出し */
.wrapper_:not(:has(.mainframe_)) #vday_search .title_sub {
  color: #000;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.wrapper_:not(:has(.mainframe_)) #vday_search .title_sub .fc {
  color: #C40E33;
}

/* サブ：リード文 */
.wrapper_:not(:has(.mainframe_)) #vday_search .lead_txt_sub {
  color: #555;
  font-size: 1.4rem;
  text-align: center;
}

/* ボタンリスト */
.wrapper_:not(:has(.mainframe_)) #vday_search ul.list_btn {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.wrapper_:not(:has(.mainframe_)) #vday_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_)) #vday_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_)) #vday_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);
}

/* 価格から探す（#vday_search #vday_search_price）
================================================== */


/* ブランドから探す（#vday_search #vday_search_brand）
================================================== */
.wrapper_:not(:has(.mainframe_)) .js-accordion-tabs {
  margin-top: 10px;
}

.wrapper_:not(:has(.mainframe_)) .js-accordion-tabs .js-accordion {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.wrapper_:not(:has(.mainframe_)) .js-accordion-tabs .js-accordion + .js-accordion {
  border-top: none;
}

.wrapper_:not(:has(.mainframe_)) .js-accordion-tabs .js-accordion > button {
  border-top: 3px solid transparent;
}

.wrapper_:not(:has(.mainframe_)) .js-accordion-tabs .js-accordion:has(.opening-accordion) > button {
  border-top-color: #333;
}

.wrapper_:not(:has(.mainframe_)) .js-accordion-tabs .js-accordion-toggles {
  display: none;
}

/* 【装飾用】アコーディオン
================================================== */
.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: #55C0D0;
}

.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: #def2fc;
}
.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_)) #vday_search #vday_search_brand .box {
  background: #fff;
}

.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_brand .box > .title {
  display: none;
}

/* リスト */
.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_brand .box ul {
  border-bottom: dotted 1px #ccc;
}
.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_brand .box > ul:not(:last-of-type) {
    border-bottom: none;
}

.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_brand .box ul li {
  border-top: dotted 1px #ccc;
}

.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_brand .box ul li:not(:has(a)) {
  display: none;
}

.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_brand .box ul 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_)) #vday_search #vday_search_brand .box ul 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_)) #vday_search #vday_search_brand .box ul li .icon {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
  padding: 2px 5px;
  margin: 0 0 0 5px;
  background: #2C1410;
  border: 1px solid #2C1410;
}
.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_brand .box ul li .icon.new { background: #C40E33; border-color: #C40E33; }


/* こだわりから探す（#vday_search #vday_search_keyword）
================================================== */
.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_keyword ul.list_btn {
  justify-content: center;
}

.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_keyword ul.list_btn li {
  width: auto;
  border-radius: 60px;
  box-shadow: none;
}

.wrapper_:not(:has(.mainframe_)) #vday_search #vday_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_)) #vday_search #vday_search_keyword ul.list_btn li a::after {
  content: none;
}

/* カタログ情報
================================================== */
.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_catalog .box {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 3%;
  background: #fff;
  border-top: 5px solid #55C0D0;
  border-bottom: 5px solid #55C0D0;
}

.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_catalog .box .img {
  width: 150px;
  margin: 0 auto;
  border: 1px solid #ececec;
}

.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_catalog .box .img img {
  width: 100%;
  height: auto;
}

/* リスト */
.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_catalog ul {
  width: 100%;
}

.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_catalog ul li:has(> a) {
  width: 100%;
}
.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_catalog ul li + li { margin-top: 10px; }

/* テキスト */
.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_catalog ul li > .title {
  font-size: 2.0rem;
  font-weight: bold;
  color: #C40E33;
}


/* タイトル（カタログ名） */
.wrapper_:not(:has(.mainframe_)) #vday_search_catalog ul li > .catalog_title {
  font-size: 1.8rem;
  font-weight: bold;
}

/* 注釈 */
.wrapper_:not(:has(.mainframe_)) #vday_search_catalog ul li > .catalog_att {
  font-size: 1.4rem;
  text-align: left;
  margin-top: 10px;
}
.wrapper_:not(:has(.mainframe_)) #vday_search_catalog ul li > .catalog_att .icon {
  display: inline-block;
  color: #fff;
  padding: 0 0.5em;
  background: #0563AB;
  border-radius: 60px;
}

.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_catalog ul li:has(> a) {
  border: 1px solid #ccc;
}

.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_catalog ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 2px solid #fff;
}

.wrapper_:not(:has(.mainframe_)) #vday_search #vday_search_catalog ul 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);
}

/* ボタン：すべての商品を見る・近鉄限定をもっと見る
================================================== */
.wrapper_:not(:has(.mainframe_)) .vday .btn_item_all {
  margin-top: 40px;
  padding: 0 3%;
}

.wrapper_:not(:has(.mainframe_)) .vday .btn_item_all a {
  text-align: center;
  background: #ea6094;
  border: 1px solid #ea6094;
}

.wrapper_:not(:has(.mainframe_)) .vday .btn_item_all a > span > span {
  font-weight: bold;
}
