@charset "utf-8";
/* =========================
   共通スタイル（既存）
========================= */

.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; }

.boxhover img:hover {
  opacity: 0.5 !important;
}

.midashi1 {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
}

.midashi2,
.midashi3,
.midashi4,
.midashi5 {
  font-family: 'Zen Old Mincho', serif;
}

.obi {
  text-align: center;
  padding: 20px 0;
}

.color04 {
  color: #ffffff;
}

.pc700 {
  padding-left: 250px;
  padding-right: 250px;
}

/* =========================
   SP用 共通調整
========================= */

@media screen and (max-width: 768px) {

  .pc700 {
    padding-left: 0;
    padding-right: 0;
  }

  .midashi1 { font-size: 18px !important; }
  .midashi2 { font-size: 17px !important; }
  .midashi3 { font-size: 15px !important; }
  .midashi4 { font-size: 15px !important; }
  .midashi5 { font-size: 14px !important; }

}

@media screen and (max-width: 768px) {

  .quote-text {
    font-size: 18px;
  }

  .interview-quote::before {
    font-size: 32px;
  }

  .quote-name {
    font-size: 16px;
  }

}


/* ============================
   下線（区切り線）完全除去
   対象：width-pc-100 / width-sp-100
============================ */

#3260301 .block-special-section.width-pc-100,
#3260301 .block-special-section.width-sp-100 {
  border-top: none !important;
  border-bottom: none !important;
  background: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 直前sectionから引かれる線の保険 */
#3260301 .block-special-section + .block-special-section {
  border-top: none !important;
}

.swiper-container {
  overflow: hidden;
}

.swiper-container {
  overflow: hidden;
}
body {
  overflow-x: hidden;
}
.block-special-section-inner {
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
}
/* PCのみ：インタビューテキストを少し大きく */
@media screen and (min-width: 769px) {
  #3260301 .block-special-text p {
    font-size: 16px;   /* 現状が14px前後なら +1〜2px が無難 */
    line-height: 1.9;  /* 可読性アップ */
  }
}
@media screen and (max-width: 767px) {
  .block-special-section.width-sp-100 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* 商品スペック全体：明朝体＋文字色 #333 に統一 */
.block-special-section,
.block-special-section * {
    color: #333;
}

.temp-iw-btn-order-mov-lr--color_01 {
    border-color: #706f6d !important;
    color: #fff;
}

.temp-iw-btn-order-mov-lr--color_01:hover {
    color: #fff;
}

.temp-iw-btn-order-mov-lr--color_01::before {
    background: #706f6d !important;
}

.temp-iw-btn-order-mov-lr--color_01::after {
    border-color: #fff ;
}  

/* ボタンを重なり基準にする */
.temp-iw-btn-order-mov-lr--color_01 {
    position: relative;
}

/* ボタン内テキストを最前面に出す */
.temp-iw-btn-order-mov-lr--color_01 span {
    position: relative;
    z-index: 2;
}

/* アニメーション背景は文字の裏 */
.temp-iw-btn-order-mov-lr--color_01::before {
    z-index: 1;
}
/* 価格・上代・税込：全端末 明朝 */
.block-special-item-price-selling-price,
.block-special-item-price-selling-price span,
.price-value-label,
.tax-label-custom {
  font-weight: 500;
}
/* 数字の字形を落ち着かせる */
.price-value-label {
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}
.temp-iw-btn-allitem-01--color {
  background: #706f6d;
  color: #ffffff;
}

.temp-iw-btn-allitem-01--color:hover {
  color: #ffffff;
}

.temp-iw-btn-allitem-01--color::after {
  border-color: #706f6d;
}

/* ===== 購入ボタン：白文字が消える問題の完全対策 ===== */

/* 文字の合成モードを無効化 */
.temp-iw-btn-order-mov-lr--color_01 span {
    mix-blend-mode: normal !important;
    color: #fff !important;
    position: relative;
    z-index: 3;
}

/* 念のため hover後も白固定 */
.temp-iw-btn-order-mov-lr--color_01:hover span {
    color: #fff !important;
}
#3250215 .tax-label-custom {
  font-size: 12px;
  margin-left: 4px;
  color: inherit;
}
/* 特集用：明朝体 固定クラス */
.font-mincho-fix {
  font-weight: 500;
}
.font-mincho-fix,
.font-mincho-fix .block-special-item-name {
  font-weight: 500 !important;
}


/* ===== 全体ゴシック化 ===== */

.font-mincho-fix,
.font-mincho-fix *,
.midashi2,
.midashi3,
.midashi4,
.midashi5,
.block-special-item-price-selling-price,
.block-special-item-price-selling-price span,
.price-value-label,
.tax-label-custom,
.interview-quote,
#3250215 .recommend-2face h3.block-special-item-name,
#3250215 .recommend-2face h3.block-special-item-name span {
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    sans-serif !important;
  font-weight: 500 !important;
}

.feature-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

/* 導入 */
.intro {
  text-align: center;
  margin-bottom: 30px;
}

.intro-lead {
  font-size: 18px;
  line-height: 1.8;
}

/* 罫線 */
.section-line {
  border: none;
  border-top: 2px solid #ddd;
  margin: 30px 0;
}

/* INDEX */
.index-area {
  text-align: center;
}

.index-list {
  list-style: decimal;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  line-height: 2;
  font-size: 15px;
}

/* セクション */
.feature-section {
  margin-top: 40px;
}

.section-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.section-image {
  text-align: center;
}

.section-image img {
  width: 100%;
  max-width: 880px;   /* ← 拡大しすぎ防止 */
  height: auto;
  display: inline-block;
}

.section-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}.index-area {
  text-align: center;
}

.index-list {
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  line-height: 2;
  font-size: 15px;
}

.index-list li {
  margin-bottom: 4px;
}
.index-list {
  list-style-position: outside;
  letter-spacing: 0.05em;
}

/* ===== INDEXサイズアップ ===== */

.index-list {
  display: inline-block;
  text-align: left;
  padding-left: 24px;
  line-height: 2.2;
  font-size: 17px;        /* ← 15px → 17px */
}

.index-list li {
  margin-bottom: 8px;
}

/* リンク装飾 */
.index-list a {
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s ease;
}

.index-list a:hover {
  opacity: 0.6;
}

.section-image img {
  max-width: 880px !important;
}

.recommend-3face {
  display: flex;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.recommend-item {
  width: calc((100% - 80px) / 3);
  text-align: center;
}@media screen and (max-width: 767px) {

  .recommend-3face {
    flex-wrap: wrap;
    gap: 20px;
  }

  .recommend-item {
    width: calc((100% - 20px) / 2);
    text-align: left;
  }

}@media screen and (max-width: 767px) {
  .block-special-item-detail-btn a {
    width: 100%;
    text-align: center;
  }
}
.block-special-item-name {
  font-size: 15px;
  line-height: 1.6;
}
.price-value-label {
  font-size: 16px;
}

.price-unit-label {
  font-size: 14px;
}.tax-label-custom {
  font-size: 12px;
  opacity: 0.8;
}@media screen and (max-width: 767px) {

  .block-special-item-name {
    font-size: 16px;
  }

  .price-value-label {
    font-size: 15px;
  }

  .tax-label-custom {
    font-size: 11px;
  }

}

.midashi5 a {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}

/* ===== 「詳しく見る」ゴシック固定＋サイズ調整 ===== */

/* PC */
.temp-iw-btn-order-mov-lr span {
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px;          /* ← 14px → 15px */
  letter-spacing: 0.03em;
}

/* SP */
@media screen and (max-width: 767px) {
  .temp-iw-btn-order-mov-lr span {
    font-size: 13px;
  }
}

/* ===== 上代を少しだけ控えめ＋上品に ===== */

/* PC */
.price-value-label {
  font-size: 15px;          /* 16px → 15px */
  letter-spacing: 0.01em;   /* わずかに締める */
  font-feature-settings: "palt";
}

/* SP */
@media screen and (max-width: 767px) {

  .price-value-label {
    font-size: 14px;        /* 15px → 14px */
    letter-spacing: 0.01em;
  }

}

