@charset "Shift_JIS";
/*  非表示：見出し
    r 画像ver[.m-title04_]
    e 画像ver・re テキストver[.m-title03_]
================================================== */
.wrapper_ .m-title04_,
.wrapper_ .m-title03_ {
  display: none;
}
/* --------------------------------------------------------------------
「父の日ギフト」トップCSS（PC）
--------------------------------------------------------------------- */
/* --------------------------------------------------------------------
共通設定
--------------------------------------------------------------------- */
/* ページ内リンクのスクロール用 */
html {
  scroll-behavior: smooth;
}

/* アイコンはみ出し対処用 */
.wrapper_ {
  overflow: hidden;
}

/* フォントサイズ（デフォルト） */
#event_wrapper_top,
#event_wrapper_btm {
  font-size: 1.6rem;
  line-height: 1.4;
}

/* 文字数オーバー時に改行させる */
#event_wrapper_top .inblock,
#event_wrapper_btm .inblock {
  display: inline-block;
}

/* デフォルトボタン（.btn_basic）
================================================== */
/* ボタン 右矢印（＞） */
.fday .btn_basic {
  width: 100%;
  max-width: 400px;
  height: 80px;
  margin: 0 auto;
  background: #fff;
  border-radius: 60px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.fday .btn_basic a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #222;
  border-radius: 60px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.fday .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 */
.fday .fill_cover_wrap {
  position: relative;
  overflow: hidden;
}

.fday .fill_cover {
  position: absolute;
  z-index: 1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

.fday .fill_cover .fill_cover_tx {
  font-weight: bold;
  text-shadow: 0px 0px 10px rgb(0 0 0);
}

.fday .fill_cover .fill_cover_tx_b {
  font-weight: bold;
}

/* --------------------------------------------------------------------
トップページ（.fday_top）
--------------------------------------------------------------------- */
/* キャッチコピー */
.fday_top .catch_copy {
  color: #000;
  font-size: 1.3rem;
  text-align: center;
  padding: 20px 0 10px 0;
}

/* ナビメニュー（#navi_menu）
================================================== */
.fday_top #navi_menu {
  margin: 0 0 20px 0;
}

.fday_top #navi_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 2%;
}

.fday_top #navi_menu ul li {
  width: calc((100% / 2) - 2%);
  margin: 0 1%;
}

.fday_top #navi_menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  width: 100%;
  height: 70px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #244293;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.fday_top #navi_menu ul li a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 8px;
  width: 8px;
  height: 8px;
  border-right: solid 1px #244293;
  border-bottom: solid 1px #244293;
  transform: rotate(45deg);
}

/* キャンペーン(#campaign)
================================================== */
.fday_top #campaign {
  padding: 20px 3%;
  text-align: center;
  background: #f1f6ff;
}

.fday_top #campaign .member_only {
  font-size: 1.4rem;
  text-align: center;
}

.fday_top #campaign .member_only span {
  position: relative;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  padding: 0 10px;
  background: #4085f1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.fday_top #campaign .member_only span::before,
.fday_top #campaign .member_only span::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-color: #4085f1 transparent;
  border-style: solid;
}
.fday_top #campaign .member_only span::before { left: -1em; border-width: 1em 0 1em 1em; }
.fday_top #campaign .member_only span::after { right: -1em; border-width: 1em 1em 1em 0; }

/* 送料無料・クーポン */
.fday_top #campaign ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0;
}

.fday_top #campaign ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  width: 48%;
  margin: 0 auto;
  border-radius: 6px;
  text-align: center;
  background: #fff;
  color: #000;
}

.fday_top #campaign ul li .txt_sub {
  display: block;
  padding: 0 0 5px 0;
  font-size: 1.3rem;
}

.fday_top #campaign ul li .txt_main {
  color: #244293;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

.fday_top #campaign ul li .fs_big {
  font-size: 2.4rem;
}

.fday_top #campaign ul li .two_line {
  font-size: 1.2rem;
  line-height: 1;
  text-align: left;
  font-weight: bold;
  padding: 0 0 0 2px;
  display: inline-block;
}

/* ボタン：新規会員登録はこちら */
.fday_top #campaign .btn_new_regist {
  height: 50px;
  max-width: 280px;
}

.fday_top #campaign .btn_new_regist a {
  color: #000;
  line-height: 1;
  background: #fff;
  border: 1px solid #244293;
}

.fday_top #campaign .btn_new_regist a::after {
  border-color: #000;
}

/* 注釈 */
.fday_top #campaign .att {
  color: #000;
  font-size: 1.0rem;
  text-align: center;
  padding: 10px 0 0 0;
}

/* お届けについて
================================================== */
.fday_top .btn_topic {
  margin: 20px 0 30px 0;
}

.fday_top .btn_topic a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
  background: #fff;
  border: 1px solid #ef3d3d;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.fday_top .btn_topic a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: solid 1px #ef3d3d;
  border-bottom: solid 1px #ef3d3d;
  transform: translateY(-50%) rotate(-45deg);
}

.fday_top .btn_topic .topics_txt {
  position: relative;
  padding-left: 35px;
  color: #ef3d3d;
  font-weight: bold;
}

.fday_top .btn_topic .topics_txt::before {
  content: '';
  position: absolute;
  display: inline-block;
  margin-right: 5px;
  padding-bottom: 6px;
  width: 28px;
  height: 24px;
  background: url("/contents/common/img/icon_attention.png") top right / contain no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.fday_top .btn_topic .topics_txt_inner {
  display: block;
  padding: 2px 0 0 0;
}

/* カテゴリー
================================================== */
.fday_top #category_list {
  padding: 50px 0;
  background:
  url("/contents/siblings/fday/2025/img/bg_img01.png") -14px 3% / 20% auto no-repeat,
  url("/contents/siblings/fday/2025/img/bg_img02.png") 104% 19% / 13% auto no-repeat,
  url("/contents/siblings/fday/2025/img/bg_pattern_o.jpg") -10px -90px / 350px repeat,
  #f7f0df;
}

.fday_top #category_list .title {
  color: #261e08;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.fday_top #category_list .lead_txt {
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  margin: 5px 0 10px 0;
}

/* リスト */
.fday_top #category_list ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 0 1%;
}

.fday_top #category_list ul li {
  width: calc((100% / 2) - 2%);
  margin: 1%;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  overflow: hidden;
}
.fday_top #category_list ul li:nth-of-type(n+3) { width: calc((100% / 3) - 2%); } /* 3番目以降 */

.fday_top #category_list ul li a {
  position: relative;
  display: block;
  color: #000;
  width: 100%;
  background: #fff;
}

.fday_top #category_list ul li a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  width: 100%;
  padding: 5px;
}
.fday_top #category_list ul li.btn_food a span { color: #fff; }

.fday_top #category_list ul li a::after {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #244293;
  transform: rotate(-45deg);
}
.fday_top #category_list ul li.btn_food a::after { border-top: 6px solid #fff; }

/* フィルター */
.fday_top #category_list ul .fill_cover .fill_cover_tx {
  font-size: 1.4rem;
}

/* 価格から探す
================================================== */
.fday_top #price_list {
  position: relative;
  padding: 50px 0;
  background:
  url("/contents/siblings/fday/2025/img/bg_img01.png") 104% 102% / 17% auto no-repeat,
  url("/contents/siblings/fday/2025/img/bg_pattern_b.jpg") -10px -90px / 350px repeat,
  #f1f6ff;
}
.fday_top #price_list::before {
  content: '';
  position: absolute;
  top: 40px;
  left: -8px;
  width: 13%;
  height: auto;
  aspect-ratio: 94 / 105;
  background: url("/contents/siblings/fday/2025/img/bg_img02.png") 0 0 / contain no-repeat;
  transform: scale(-1, 1);
}
.fday_top #price_list::after {
  content: '';
  position: absolute;
  top: -10%;
  right: 0;
  width: 22%;
  height: auto;
  max-height: 180px;
  aspect-ratio: 165 / 260;
  background: url("/contents/siblings/fday/2025/img/bg_img03.png") right top / contain no-repeat;
}

.fday_top #price_list .title {
  color: #002c79;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.fday_top #price_list .lead_txt {
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  margin: 5px 0 20px 0;
}

/* リスト */
.fday_top #price_list ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 0 3%;
}

.fday_top #price_list ul li {
  width: calc((100% - 2%) / 2);
  margin: 2% 0 0 2%;
}
.fday_top #price_list ul li:nth-of-type(-n+2) { margin-top: 0;}
.fday_top #price_list ul li:nth-of-type(2n+1) { margin-left: 0;}

.fday_top #price_list ul li a {
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  width: 100%;
  height: 80px;
  padding: 0 0 0 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #244293;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.fday_top #price_list ul li a span::after {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #244293;
  transform: rotate(-45deg);
}

/* ボタン：すべての商品を見る */
.fday_top #price_list .btn_item_all {
  width: 80%;
  height: 80px;
  margin: 20px auto 0 auto;
}

.fday_top #price_list .btn_item_all a {
  color: #fff;
  text-align: center;
  background: #244293;
}

.fday_top #price_list .btn_item_all a > span > span {
  font-weight: bold;
}

/* --------------------------------------------------------------------
商品一覧（.fday_itemlist）
--------------------------------------------------------------------- */
.fday_itemlist .bg {
  padding: 10px 2%;
  background: url("/contents/siblings/fday/2025/img/bg_pattern_b.jpg") center center / 380px repeat, #f1f6ff;
}

.fday_itemlist .head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  height: 72px;
}

.fday_itemlist .head h2 {
  color: #244293;
  font-size: 2.0rem;
  font-weight: bold;
  max-width: 620px;
}

.fday_itemlist .head img {
  width: auto;
  height: 100%;
  margin: 0 10px 0 0;
}

/* カテゴリー
================================================== */
.fday_itemlist #category_list {
  margin: 10px 3%;
}

/* リスト */
.fday_itemlist #category_list ul {
  margin: 1% 0;
}

.fday_itemlist #category_list ul li {
  width: calc((100% / 2) - 2%);
  margin: 1%;
  border-radius: 3px;
  border: 1px solid #244293;
}

.fday_itemlist #category_list ul li a {
  color: #244293;
  font-size: 1.3rem;
  letter-spacing: -0.08rem;
  padding: 0px 10px 0 5px;
  border: none;
}

.fday_itemlist #category_list ul li a::after { content: none; }/* リセット */

.fday_itemlist #category_list ul li a span::before {
  content: '';
  position: absolute;
  top: 38%;
  right: 10px;
  width: 0px;
  height: 16px;
  border-left: solid 1px #244293;
}

.fday_itemlist #category_list ul li a span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #244293;
  border-bottom: solid 1px #244293;
  transform: translateY(-50%) rotate(45deg);
}

/* アコーディオン開閉ボタン（調節CSS） */
.fday_itemlist #category_list .accordion_label span {
  color: #fff;
  background: #244293;
  border-color: #244293;
}

.fday_itemlist #category_list .accordion_label i.icon {
  background: #fff;
  border-color: #244293;
  border-width: 10px;
}

.fday_itemlist #category_list .accordion_label i.icon::before,
.fday_itemlist #category_list .accordion_label i.icon::after {
  background-color: #244293;
}

/* ボタン：トップに戻る
================================================== */
.fday_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: #244293;
  border: 1px solid #244293;
  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;
}

.fday_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);
}

.fday_itemlist #around_button_wrap .btn_top a > span > span {
  font-weight: bold;
}