<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/*  非表示：見出し
    er 画像ver[.m-titleimg_]
    r テキストver[.m-title06_]
    e テキストver[.m-title01_]
================================================== */
.mainframe_ .m-titleimg_,
.mainframe_ .m-title06_,
.mainframe_ .m-title01_ {
  display: none;
}
/* --------------------------------------------------------------------
「父の日ギフト」トップCSS（PC）
--------------------------------------------------------------------- */
/* --------------------------------------------------------------------
共通設定
--------------------------------------------------------------------- */
/* ページ内リンクのスクロール用 */
html {
  scroll-behavior: smooth;
}

/* アイコンはみ出し対処用 */
.mainframe_ {
  overflow: hidden;
}

/* フォントサイズ（デフォルト） */
#event_wrapper_top,
#event_wrapper_btm {
  font-size: 16px;
  line-height: 1.4;
}

#event_wrapper_top a:hover,
#event_wrapper_btm a:hover {
  text-decoration: none;
}

/* デフォルトボタン（.btn_basic）
================================================== */
/* ボタン 右矢印（＞） */
.fday .btn_basic {
  width: 100%;
  max-width: 400px;
  height: 90px;
  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: 16px;
  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, 0.6);
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.fday .fill_cover .fill_cover_tx {
  font-weight: 500;
  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;
  text-align: center;
  padding: 20px 0 10px 0;
}

/* ナビメニュー（#navi_menu）
================================================== */
.fday_top #navi_menu {
  margin: 0 0 30px 0;
}


.fday_top #navi_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.fday_top #navi_menu ul li {
  width: calc((100% / 2) - 12px);
  margin: 0 6px;
}

.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: 44px;
  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: '';
  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 #navi_menu ul li a:hover {
  text-decoration: underline;
}

/* キャンペーン(#campaign)
================================================== */
.fday_top #campaign {
  padding: 30px;
  text-align: center;
  background: #f1f6ff;
}

.fday_top #campaign .member_only {
  text-align: center;
}

.fday_top #campaign .member_only span {
  position: relative;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  padding: 0 20px;
  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: -15px; border-width: 1em 0 1em 1em; }
.fday_top #campaign .member_only span::after { right: -15px; 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: 120px;
  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 3px 0;
  font-size: 14px;
}

.fday_top #campaign ul li .txt_main {
  color: #244293;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.fday_top #campaign ul li .fs_big { font-size: 24px; }

/* ボタン：新規会員登録はこちら */
.fday_top #campaign .btn_new_regist {
  height: 40px;
  max-width: 340px;
}

.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: 11px;
  text-align: right;
  padding: 10px 0 0 0;
}

/* お届けについて(.btn_topic)
================================================== */
.fday_top .btn_topic {
  margin: 30px 0 40px 0;
}

.fday_top .btn_topic a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 27px 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #ef3d3d;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  font-size: 15px;
}

.fday_top .btn_topic .btn_topic_inner {
  position: relative;
  padding-right: 30px;
}

.fday_top .btn_topic .btn_topic_inner::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: translateY(-50%) rotate(-45deg);
}

.fday_top .btn_topic .btn_topic_inner .topics_txt {
  position: relative;
  margin-right: 10px;
  padding-left: 50px;
  color: #ef3d3d;
}

.fday_top .btn_topic .btn_topic_inner .topics_txt::before {
  content: '';
  position: absolute;
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 34px;
  background: url("/contents/common/img/icon_attention.png") top right / contain no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.fday_top .btn_topic .btn_topic_inner .topics_txt_inner {
  color: #000;
}

/* カテゴリー
================================================== */
.fday_top #category_list {
  padding: 60px 0;
  background:
  url("/contents/siblings/fday/2025/img/bg_img01.png") -8px 40px / 110px auto no-repeat,
  url("/contents/siblings/fday/2025/img/bg_img02.png") 101% 110px / 60px auto no-repeat,
  url("/contents/siblings/fday/2025/img/bg_pattern_o.jpg") 70px -50px / 470px repeat,
  #f7f0df;
}

.fday_top #category_list .title {
  color: #261e08;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.fday_top #category_list .lead_txt {
  color: #000;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 10px 0;
}

/* リスト */
.fday_top #category_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.fday_top #category_list ul li {
  width: calc((100% / 2) - 10px);
  margin: 5px;
  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) - 10px); } /* 3番目以降 */

.fday_top #category_list ul li img {
  width: 100%;
  height: auto;
}

.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-size: 18px;
  font-weight: bold;
  width: 100%;
  padding: 10px;
}
.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: 18px;
  font-weight: bold;
}

/* 価格から探す
================================================== */
.fday_top #price_list {
  position: relative;
  padding: 60px 0;
  background:
  url("/contents/siblings/fday/2025/img/bg_img01.png") 87% 110% / 100px auto no-repeat,
  url("/contents/siblings/fday/2025/img/bg_pattern_b.jpg") 70px -50px / 470px repeat,
  #f1f6ff;
}
.fday_top #price_list::before {
  content: '';
  position: absolute;
  top: 90px;
  left: -8px;
  width: 60px;
  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: -30px;
  right: -20px;
  width: 110px;
  height: auto;
  aspect-ratio: 165 / 260;
  background: url("/contents/siblings/fday/2025/img/bg_img03.png") 0 0 / contain no-repeat;
}

.fday_top #price_list .title {
  color: #002c79;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.fday_top #price_list .lead_txt {
  color: #000;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 20px 0;
}

/* リスト */
.fday_top #price_list ul {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.fday_top #price_list ul li {
  width: calc((100% / 4) - 10px);
  margin: 5px;
}

.fday_top #price_list ul li a {
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  width: 100%;
  height: 80px;
  padding: 0 0 0 20px;
  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 ul li a:hover {
  opacity: 1;
  border: 1px solid #ccc;
}

/* ボタン：すべての商品を見る */
.fday_top #price_list .btn_item_all {
  height: 80px;
  margin: 30px 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 &gt; span {
  font-weight: bold;
}

/* --------------------------------------------------------------------
商品一覧（.fday_itemlist）
--------------------------------------------------------------------- */
.fday_itemlist .bg {
  padding: 5px 0;
  margin: 0 0 10px 0;
  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: 80px;
}

.fday_itemlist .head h2 {
  color: #244293;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0 0 0;
}

.fday_itemlist .head img {
  width: auto;
  height: 100%;
  margin: 0 20px 0 0;
}

/* カテゴリー
================================================== */
/* リスト */
.fday_itemlist #category_list ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.fday_itemlist #category_list ul li {
  width: calc((100% / 5) - 4px);
  padding: 0 2px;
}

.fday_itemlist #category_list ul li a {
  display: flex;
  align-items: center;
  position: relative;
  color: #244293;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.05rem;
  width: 100%;
  height: 70px;
  padding: 5px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #244293;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.fday_itemlist #category_list ul li a span::before {
  content: '';
  position: absolute;
  top: 38%;
  right: 15px;
  width: 0px;
  height: 16px;
  border-left: solid 1px #244293;
}

.fday_itemlist #category_list ul li a span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #244293;
  border-bottom: solid 1px #244293;
  transform: translateY(-50%) rotate(45deg);
}

.fday_itemlist #category_list ul li a:hover {
  opacity: 1;
  color: #111;
  border: 1px solid #ccc;
}

.fday_itemlist #category_list ul li a:hover span::before,
.fday_itemlist #category_list ul li a:hover span::after {
  border-color: #111;
}

/* ボタン：トップに戻る
================================================== */
.fday_itemlist #around_button_wrap .btn_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 100%;
  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: 16px;
  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 &gt; span &gt; span {
  font-weight: bold;
}
</pre></body></html>