@charset "Shift_JIS";
/* --------------------------------------------------------------------
敬老の日CSS（SP） / .keiro
--------------------------------------------------------------------- */
/* ボタン 右矢印（＞） */
.keiro .btn_basic a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 100%;
  max-width: 400px;
  height: 80px;
  margin: 0 auto;
  padding: 0 2%;
  background: #222;
  border-radius: 60px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.keiro .btn_basic a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(-45deg);
}

/* fill_cover */
.keiro .fill_cover_wrap {
  position: relative;
  overflow: hidden;
}

.keiro .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, .4);
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

.keiro .fill_cover .fill_cover_tx {
  font-weight: bold;
  text-shadow: 0px 0px 10px rgb(0 0 0);
}

.keiro .fill_cover .fill_cover_tx_b {
  font-weight: bold;
}

/* 改行切り替え */
.keiro br.pc_only { display: none; }

/* 上部パーツ
================================================== */
/* キャッチコピー */
.keiro .catch_copy {
  color: #555;
  font-size: 1.4rem;
  text-align: center;
  padding: 15px 0;
}

.keiro .catch_copy > span {
  font-weight: bold;
}

/* 背景 */
.keiro .bg {
  padding: 0 4% 50px 4%;
  background: url(" /contents/siblings/keiro/2025/img/bg.png") -20px -20px / 100px auto repeat;
}

/* ナビメニュー（#navi_menu）
================================================== */
.keiro #navi_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 2%;
}

.keiro #navi_menu ul li {
  width: calc((100% / 2) - 2%);
  margin: 1%;
}

.keiro #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: #d06963;
  border: 1px solid #d06963;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.keiro #navi_menu ul li a span.txt_sub {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: normal;
}

.keiro #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）
================================================== */
.keiro #topic {
  padding: 30px 3%;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.keiro #topic a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 10px;
  background: #fff;
  border: 1px solid #ef3d3d;
  border-radius: 3px;
}

.keiro #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);
}

.keiro #topic a > div {
  padding: 0 10px 0 54px;
  background: url("/contents/common/img/icon_attention.png") center left / 44px auto no-repeat;
}

.keiro #topic .title {
  color: #c50000;
}

/* 共通：コンテンツタイトル（.title_box）
================================================== */
.keiro .title_box {
  text-align: center;
  margin: 0 0 20px 0;
}

.keiro .title_box .title {
  color: #4b3838;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.25rem;
}
.keiro #category .title_box .title {
  padding: 40px 0 0 0;
  background: url("/contents/siblings/keiro/2025/img/category_icon.png") center top / auto 25px no-repeat;
}
.keiro #price .title_box .title {
  padding: 40px 0 0 0;
  background: url("/contents/siblings/keiro/2025/img/price_icon.png") center top / auto 30px no-repeat;
}

.keiro .title_box .lead_txt {
  color: #555;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
}

/* キャンペーン（#campaign）
================================================== */
.keiro #campaign {
  color: #555;
  padding: 0 3% 40px 3%;
  background: #faf2e3;
}

/* メインタイトル */
.keiro #campaign .title_box .title {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.keiro #campaign .title_box .title::before,
.keiro #campaign .title_box .title::after {
  content: '';
  position: absolute;
  width: 10%;
  height: auto;
  aspect-ratio: 71 / 115;
  background: url("/contents/siblings/keiro/2025/img/campaign_img.png") 0 0 / contain no-repeat;
  filter: brightness(0) saturate(100%) invert(100%) sepia(66%) saturate(2246%) hue-rotate(309deg) brightness(83%) contrast(88%);
}
.keiro #campaign .title_box .title::before {top: 20px; left: 0; }
.keiro #campaign .title_box .title::after { top: 30px; right: 5px; transform: scale(1, -1); }

/* 基本コンテンツBOX */
.keiro #campaign > .inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 3%;
  border-radius: 10px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  background: #fff;
}
.keiro #campaign > .inner + .inner { margin-top: 10px; }

/* コンテンツタイトル */
.keiro #campaign .cp_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.keiro #campaign .cp_title::before {
  content: '';
  display: block;
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 10px 0 0;
  filter: brightness(0) saturate(100%) invert(29%) sepia(0%) saturate(8%) hue-rotate(148deg) brightness(106%) contrast(86%);
}
.keiro #campaign #coupon .cp_title::before {
  background: url("/contents/siblings/keiro/2025/img/campaign_icon_coupon.png") center center / 90% auto no-repeat;
}
.keiro #campaign #shipping .cp_title::before {
  background: url("/contents/siblings/keiro/2025/img/campaign_icon_shipping.png") center center / 100% auto no-repeat;
}

.keiro #campaign .cp_title .txt_sub {
  display: block;
  color: #4b3838;
  font-size: 1.4rem;
  font-weight: bold;
}

.keiro #campaign .cp_title .txt_main {
  display: block;
  color: #d84840;
  font-size: 2.0rem;
  font-weight: bold;
}
.keiro #campaign #coupon .cp_title .txt_main { text-indent: -0.5em; }

.keiro #campaign .cp_txt {
  padding: 10px 0 0 0;
}

.keiro #campaign .cp_txt .detail {
  color: #555;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 10px 0 0 0;
}

.keiro #campaign .cp_txt .detail span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* ボタン */
.keiro #campaign .btn_list {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

.keiro #campaign .btn_list .btn_basic + .btn_basic {
  margin: 10px 0 0 0;
}

.keiro #campaign .btn_list .btn_basic > a {
  font-weight: bold;
}

/* ボタン：CP詳細 */
.keiro .btn_topic > a {
  background: #d06963;
  border: 1px solid #d06963;
}

/* ボタン：新規会員登録 */
.keiro #campaign .btn_new_regist > a {
  color: #000;
  background: #fff;
  border: 1px solid #d06963;
}
.keiro #campaign .btn_new_regist > a::after {
  border-color: #000;
}

/* カテゴリーから探す（#category）
================================================== */
.keiro #category {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

.keiro #category ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.keiro #category ul li {
  width: calc((100% - (10px * 1)) / 2);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.keiro #category ul li a {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}

.keiro #category ul li .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 600 / 360;
}

.keiro #category ul li .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
}

.keiro #category ul li .txt .name {
  color: #4b3838;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.keiro #category ul li .txt .note {
  display: inline-block;
  color: #c50000;
  font-size: 1.2rem;
  padding: 3px 0 0 0;
}

.keiro #category ul li .txt::after {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #d06963;
  transform: rotate(-45deg);
}

/* Box大 */
.keiro #category ul li.gozen {
  width: 100%;
}

.keiro #category ul li.gozen a {
  display: flex;
}

.keiro #category ul li.gozen .img {
  width: 62%;
}

.keiro #category ul li.gozen .txt{
  width: 38%;
  height: auto;
}

.keiro #category ul li.gozen .txt .name {
  font-size: 1.8rem;
}

/* 価格から探す（#price）
================================================== */
.keiro #price {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

.keiro #price ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.keiro #price ul li {
  width: 100%;
}

.keiro #price ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #4b3838;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.keiro #price ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #d06963;
  border-bottom: solid 1px #d06963;
  transform: translateY(-50%) rotate(-45deg);
}

/* ボタン：すべての商品を見る */
.keiro .btn_item_all {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

.keiro .btn_item_all a {
  text-align: center;
  background: #d06963;
  border: 1px solid #d06963;
}

.keiro .btn_item_all a > span > span {
  font-weight: bold;
}

/* --------------------------------------------------------------------
商品一覧ページ（.keiro_itemlist）
--------------------------------------------------------------------- */
/* ヘッダー */
.keiro_itemlist .head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  background: url(" /contents/siblings/keiro/2025/img/bg.png") -20px -20px / 100px auto repeat;
}

.keiro_itemlist .head .txt {
  position: relative;
  line-height: 1;
  text-align: center;
  width: 100%;
  max-width: 350px;
}

.keiro_itemlist .head .txt::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 3px;
  width: 50px;
  height: auto;
  aspect-ratio: 139 / 110;
  background: url("/contents/siblings/keiro/2025/img/itemlist_icon01.png") center center / contain no-repeat;
}

.keiro_itemlist .head .txt::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 3px;
  width: 50px;
  height: auto;
  aspect-ratio: 142 / 140;
  background: url("/contents/siblings/keiro/2025/img/itemlist_icon02.png") center center / contain no-repeat;
}


.keiro_itemlist .head .txt span.txt_sub {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2px 10px;
  background: #d06963;
  border-radius: 60px;
}

.keiro_itemlist .head .txt span.txt_sub > span {
  font-size: 1.6rem;
  padding: 0 2px;
}

.keiro_itemlist .head .txt span.txt_main {
  display: block;
  color: #4b3838;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0 0 0;
}

.keiro_itemlist .head .txt span.txt_main > span {
  font-size: 2.4rem;
  padding: 0 0 0 5px;
}

/* ナビメニュー（#navi_menu）
================================================== */
.keiro_itemlist #navi_menu ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0 1%;
  margin-top: 20px;
}

.keiro_itemlist #navi_menu ul li {
  width: calc((100% / 2) - 2%);
  margin: 1%;
}
.keiro_itemlist #navi_menu ul:has(> :nth-child(5):last-child) li.js-key-all { width: calc(100% - 2%); }

.keiro_itemlist #navi_menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #313131;
  color: #4b3838;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 70px;
  padding: 10px 0 15px 0;
  background: #fff;
  border: 2px solid #ded1d1;
  border-radius: 3px;
}

.keiro_itemlist #navi_menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  width: 8px;
  height: 8px;
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
  transform: rotate(45deg);
}

.keiro_itemlist #navi_menu ul li .note {
  display: block;
  color: #c50000;
  font-size: 1.2rem;
  padding: 2px 4px;
  margin: 2px 0 0 0;
  border-radius: 3px;
}

/* タイトル（#title_list）
================================================== */
#event_wrapper_top.keiro_itemlist {
  margin-bottom: 0;
}

.keiro_itemlist #title_list {
  margin: 20px 0 0 0;
  border-top: 4px solid #111;
  border-bottom: 1px solid #111;
}

.keiro_itemlist #title_list p {
  color: #111;
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}

/* 【JS】アクティブボタン用CSS（.js-change-active-area）※active=ON
================================================== */
/* ナビボタン */
#navi_menu.js-change-active-area ul .active-item {
  position: relative;
}

#navi_menu.js-change-active-area ul .active-item::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.0);
}

#navi_menu.js-change-active-area ul .active-item a {
  color: #111;
  font-weight: bold;
  background: #f2ebeb;
  border-color: #f2ebeb;
}

#navi_menu.js-change-active-area ul .active-item a::after {
  content: unset;
}

/* タイトル */
#title_list.js-change-active-area p {
  display: none;
}

#title_list.js-change-active-area p.active-item {
  display: block;
}

/* ボタン：トップに戻る
================================================== */
.keiro_itemlist #around_button_wrap .btn_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 90%;
  max-width: 400px;
  height: 80px;
  margin: 0 auto;
  background: #d06963;
  border: 1px solid #d06963;
  border-radius: 60px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.keiro_itemlist #around_button_wrap .btn_top 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);
}

.keiro_itemlist #around_button_wrap .btn_top a > span > span {
  font-weight: bold;
}


