@charset "utf-8";
/* CSS Document */

/* =========================
   共通スタイル
========================= */
.categorybox { margin-bottom: 100px !important; }

.mb100 { margin-bottom: 100px !important; }
.mb80  { margin-bottom: 80px !important; }
.mb60  { margin-bottom: 60px !important; }
.mb20  { margin-bottom: 20px !important; }
.mb10  { margin-bottom: 10px !important; }
.mt10  { margin-top: 10px !important; }

.title01 {
  background-color: #6d99bc;
  text-align: center;
  padding: 10px 0;
  color: #ffffff;
}

.boxhover img:hover { opacity: 0.5 !important; }

span.example1 {
  vertical-align: super;
  font-size: 50%;
}

.block-special-col2 {
  margin: 0 20px;
  max-width: 900px;
  width: 100%;
}

.block-special-item-list { justify-content: center; }

.block-special-item-list-item {
  width: 228px !important;
  margin-right: 12px;
  margin-bottom: 60px;
}

/* =========================
   見出し
========================= */
.midashi1 {
  font-size: 35px;
  line-height: 165%;
  font-weight: bold;
  text-align: center;
}

.midashi2,
.midashi3 {
  font-weight: 600;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
}

.midashi2 { font-size: 32px; line-height: 140%; }
.midashi3 { font-size: 28px; line-height: 140%; }

.midashi4 {
  font-size: 22px;
  line-height: 140%;
  text-align: left;
  font-weight: 500;
  font-family: 'Zen Old Mincho', serif;
}

.midashi5 {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  font-weight: 500;
  font-family: 'Zen Old Mincho', serif;
}

.komidashi {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
}

/* =========================
   装飾
========================= */
.seotext_02 { border-bottom: 1px solid #e7336e; }
.seotext_03 { border-top: 1px solid #352719; padding-top: 20px; }
.seotext_05 { background: linear-gradient(transparent 70%, #ffff00 0%); }

.color01 { color: #3e3a39 !important; }
.color02 { color: #313a4b; }
.color03 { color: #e1211c !important; }
.color04 { color: #ffffff; }
.color05 { color: #333333; }
.color10 { color: #e82e12; }

.dashed01 { border-bottom: dashed 3px; }

/* =========================
   商品周り
========================= */
.block-special-item-name2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 42px 5px 0 !important;
}

.block-special-item-title2 {
  font-size: 20px;
  padding: 15px;
  background: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
}

.block-special-item2 {
  display: block;
  width: 65%;
  margin: auto;
}

.block-special-text {
  font-size: 20px;
  line-height: 33px;
}

/* =========================
   ボタン
========================= */
.btn-border {
  border: 2px solid #c0a848;
  border-radius: 50vh;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}

a.itembtn {
  padding: 20px;
  color: #ffffff;
  text-decoration: none !important;
}

a.itembtn:hover { opacity: 0.5; }

a.itembtn2 {
  padding: 20px;
  text-decoration: none !important;
}

/* =========================
   SP専用：recommended items（2フェイス）
========================= */
@media screen and (max-width: 768px) {

  /* Safari文字拡大防止 */
  .recommend-2face,
  .recommend-2face * {
    -webkit-text-size-adjust: 100%;
  }

  /* レイアウト */
  .recommend-2face {
    display: flex;
    gap: 16px;
  }

  .recommend-2face > div {
    flex: 0 0 50%;
  }

  /* 商品名 */
  .recommend-2face .block-special-item-name {
    font-size: 14px !important;
    line-height: 1.35;
  }

  /* ===== 価格 ===== */

  /* 金額 */
  .recommend-2face .price-value-label {
    font-size: 18px !important;
    line-height: 1.2;
  }

  /* 円 */
  .recommend-2face .price-unit-label {
    font-size: 13px !important;
  }

  /* （税込） */
  .recommend-2face .tax-label-custom {
    font-size: 11px !important;
    margin-left: 3px;
    color: inherit !important;
  }
}
.font-mincho-fix,
.font-mincho-fix * {
  font-family:
    "Zen Old Mincho",
    "Hina Mincho",
    "Noto Serif JP",
    serif !important;
}
/* 特集ページ：text-serif 強制上書き（Android対策） */
.font-mincho-fix .text-serif,
.font-mincho-fix .text-serif * {
  font-family:
    "Zen Old Mincho",
    "Hina Mincho",
    "Noto Serif JP",
    serif !important;
}
/* 特集ページ：見出し・テキスト系を明朝に固定 */
.font-mincho-fix .text-serif,
.font-mincho-fix .text-serif *,
.font-mincho-fix h1,
.font-mincho-fix h2,
.font-mincho-fix h3,
.font-mincho-fix h4,
.font-mincho-fix p,
.font-mincho-fix span {
  font-family:
    "Zen Old Mincho",
    "Hina Mincho",
    "Noto Serif JP",
    serif !important;
}

/* 特集ページ：購入ボタンを明朝に固定 */
.font-mincho-fix button,
.font-mincho-fix .btn,
.font-mincho-fix .btn *,
.font-mincho-fix input[type="button"],
.font-mincho-fix input[type="submit"] {
  font-family:
    "Zen Old Mincho",
    "Hina Mincho",
    "Noto Serif JP",
    serif !important;
}
