@charset "UTF-8";
/****************************************************************
  共通設定（全ページ共通）
****************************************************************/

/* ============================================
   CSS変数・基本設定
   ============================================ */
:root {
  /* フォント */
  --font-base: "Noto Sans JP", sans-serif;
  --font-heading: "Inter", sans-serif;
  --font-accent: "optima-lt-pro", sans-serif;

  /* カラー */
  --color-text: #333;
  --color-text-muted: #818688;
  --color-border: #c1c1c1;
  --color-border-light: #e0e0e0;
  --color-bg: #fff;
  --color-bg-gray: #f4f5f7;
}

/* data-hscroll の要素はブラウザ標準スクロールバーを非表示
   （JSで描画するカスタムバーと二重表示を防ぐ） */
[data-hscroll] {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE / Edge Legacy */
}
[data-hscroll]::-webkit-scrollbar {
  display: none; /* Chrome / Safari / 新Edge */
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  /* アンカーリンク遷移時の位置調整（SPはfutureshop固定ヘッダー約70px分） */
  scroll-padding-top: 80px;
}

/* PCは独自の固定ヘッダー(80px)分のオフセット */
@media (min-width: 901px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  font-family: var(--font-base);
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  text-rendering: auto;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  /* word-break: auto-phrase; */
  /* text-wrap: pretty;
  line-break: strict; */
}

/* 見出し */
/* h1,
h2,
h3 {
  text-wrap: balance;
} */

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #282b2c;
  text-decoration: none;
}

.-base {
  max-width: 1140px;
  max-width: min(calc(100% - 20px), 1140px);
  margin-inline: auto;
  width: 100%;
}

.basic__area {
  margin: 0 auto 60px;
}

body:not(:has(.fs-l-pageSub)) .fs-l-pageMain {
  width: 100%;
}

@media (min-width: 901px) {
  .fs-l-pageMain .-base {
    margin-inline: 0;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .basic__area {
    margin: 0 auto 50px;
  }
}

/* ============================================
   共通リセット
   ============================================ */
[data$=".svg"],
[src$=".svg"] {
  width: auto;
}

.fs-l-main {
  margin-top: 50px;
}

.fs-l-pageMain {
  margin-top: 0;
}

.fs-l-pageSub {
  margin-top: 0;
}

.fs-l-main {
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.6;
}

@media (max-width: 900px) {
  .fs-l-pageSub {
    margin-top: 60px;
  }

  .fs-l-main {
    padding: 0;
  }
}

/* ============================================
   -show（画面幅で表示/非表示切り替え）
   ============================================ */

@media (min-width: 901px) {
  .-show-max900 {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .-show-min901 {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

/* ============================================
   ユーティリティ
   ============================================ */
.visually-hidden,
h2.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* .fs-l-pageMain 配下のテキストリンク色
   - 画像を含む<a>（画像のみ / 画像+テキストのカード等）は除外
   - ボタン（btn-bordered系）も除外 */
#fs_ProductDetails .fs-l-pageMain a:not(:has(img)):not(:has(p)):not(.btn-bordered):not(.btn-bordered--small):not(.btn-bordered__dark):not([href^="tel:"]),
#fs_ProductCategory .fs-l-pageMain a:not(:has(img)):not(:has(p)):not(.btn-bordered):not(.btn-bordered--small):not(.btn-bordered__dark):not([href^="tel:"]) {
  color: #e94738;
}

/* 対象外とするリンク領域（futureshop標準色を維持） */
#fs_ProductDetails .fs-l-pageMain .fs-c-productList a:not(:has(img)):not(:has(p)):not(.btn-bordered):not(.btn-bordered--small):not(.btn-bordered__dark):not([href^="tel:"]),
#fs_ProductDetails .fs-l-pageMain .cat-category__list a:not(:has(img)):not(:has(p)):not(.btn-bordered):not(.btn-bordered--small):not(.btn-bordered__dark):not([href^="tel:"]),
#fs_ProductDetails .fs-l-pageMain .cat-anchor-list a:not(:has(img)):not(:has(p)):not(.btn-bordered):not(.btn-bordered--small):not(.btn-bordered__dark):not([href^="tel:"]),
#fs_ProductDetails .fs-l-pageMain .fs-c-reviewer__name a:not(:has(img)):not(:has(p)):not(.btn-bordered):not(.btn-bordered--small):not(.btn-bordered__dark):not([href^="tel:"]),
#fs_ProductCategory .fs-l-pageMain .fs-c-productList a:not(:has(img)):not(:has(p)):not(.btn-bordered):not(.btn-bordered--small):not(.btn-bordered__dark):not([href^="tel:"]),
#fs_ProductCategory .fs-l-pageMain .cat-category__list a:not(:has(img)):not(:has(p)):not(.btn-bordered):not(.btn-bordered--small):not(.btn-bordered__dark):not([href^="tel:"]),
#fs_ProductCategory .fs-l-pageMain .cat-anchor-list a:not(:has(img)):not(:has(p)):not(.btn-bordered):not(.btn-bordered--small):not(.btn-bordered__dark):not([href^="tel:"]),
#fs_ProductCategory .fs-l-pageMain .fs-c-productList__controller a:not(:has(img)):not(:has(p)):not(.btn-bordered):not(.btn-bordered--small):not(.btn-bordered__dark):not([href^="tel:"]) {
  color: inherit !important;
}

/* sec_media内dlリンクの赤色上書き解除 */
#fs_ProductCategory .fs-l-pageMain .sec_media .media_contents dl a {
  color: inherit !important;
}
/*--------------------------------
	FS向け必須
--------------------------------*/

@media (hover: hover) and (pointer: fine) {
  a,
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #282b2c;
  }

  a:hover,
  a:hover img {
    opacity: 0.6;
    text-decoration: none;
  }
}

a:visited {
  color: inherit;
}

a:hover {
  color: inherit;
}

.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.regist.my-true {
  display: none;
}

.fs-client-cart-count--0 {
  display: none;
}

/*--------------------------------
	formフォーマット
--------------------------------*/

.-reset_form input[type="text"],
.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.-reset_form ::placeholder {
  color: #888;
}

.-reset_form ::-ms-input-placeholder {
  color: #888;
}

.-reset_form :-ms-input-placeholder {
  color: #888;
}

/* ============================================
   button
   ============================================ */

/* --- 枠線ボタン --- */
.btn-bordered,
.btn-bordered:hover,
.btn-bordered:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid var(--color-border);
  border-radius: 2px;
  background-color: rgb(255 255 255 / 80%);
  padding: 18px 25px 18px 20px;
  width: 100%;
  max-width: 420px;
  background-image: url(../img/icon_arrow.svg);
  background-position-x: right 10px;
  background-position-y: center;
  background-repeat: no-repeat;
  font-size: 14px;
}

.btn-bordered.--anchor-link,
.btn-bordered.--anchor-link:hover,
.btn-bordered.--anchor-link:active {
  background-image: url(../img/icon_arrow_anchor-link.svg?1);
}

.btn-bordered--small,
.btn-bordered--small:hover,
.btn-bordered--small:visited {
  max-width: 230px;
  font-size: 14px;
  padding: 15px 25px 15px 20px;
  justify-content: flex-start;
}

.btn-bordered__dark,
.btn-bordered__dark:hover,
.btn-bordered__dark:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 2px;
  background-color: #5d5d5d;
  color: #fff;
  padding: 18px 25px 18px 20px;
  width: 100%;
  max-width: 420px;
  background-image: url(../img/icon_arrow_white.svg);
  background-position-x: right 10px;
  background-position-y: center;
  background-repeat: no-repeat;
  font-size: 14px;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}

/* --- 下線付きリンク --- */
.link-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid #c8c8c8;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text) !important;
  text-decoration: none;
  line-height: normal;
  margin-top: auto;
}

.link-arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  background: url(../img/icon_arrow.svg) no-repeat center;
}

/* --- タグラベル --- */
.label-tag {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #7f7f7f;
  padding: 0 21px;
  line-height: 1.7;
  letter-spacing: -0.15px;
}

.label-tag--medium {
  font-weight: 500;
}

/* ============================================
   ランキング番号付きリスト（共通コンポーネント）
   ============================================ */
.ranking-numbered {
  counter-reset: ranking;
}

.ranking-numbered > li {
  position: relative;
  padding-top: 54px;
  counter-increment: ranking;
}

.ranking-numbered > li::before {
  content: counter(ranking);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-family: var(--font-accent);
  font-size: 28px;
  line-height: 1;
  color: #fff;
  background-color: #8d8d8d;
  letter-spacing: 0;
  text-indent: 1px;
}

.ranking-numbered > li:nth-child(1)::before {
  background-color: #d7bb79;
}

.ranking-numbered > li:nth-child(2)::before {
  background-color: #bdbdbd;
}

.ranking-numbered > li:nth-child(3)::before {
  background-color: #cf9758;
}

/* ============================================
   共通セクション余白
   ============================================ */
.section {
  margin: 110px 0 0;
}

.fs-l-pageMain.c-inner > .section:first-child {
  margin-top: 0;
}

/* ============================================
   共通セクション見出し
   ============================================ */
.section-heading {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-text-muted);
  letter-spacing: 1.08px;
  margin-bottom: 35px;
}

.section-heading__sub {
  display: block;
  font-family: var(--font-base);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text);
  letter-spacing: 0.65px;
  margin-top: 10px;
}

.section-heading--white {
  color: #fff;
}

.section-heading__sub--white {
  color: #fff;
}

/* 英語（h1テキスト）を上に小さく薄く、日本語（サブ）を下に大きく濃く表示するバリエーション */
.section-heading.section-heading--en-top {
  font-size: 16px;
  color: #bababa;
  letter-spacing: 0.48px;
}

.section-heading.section-heading--en-top .section-heading__sub {
  font-size: 28px;
  font-weight: 400;
  color: var(--color-text);
  letter-spacing: 2.24px;
  line-height: 1.5;
  margin-top: 5px;
}

/* ============================================
   ページイントロ（下層ページ共通のタイトル＋リード）
   ============================================ */
.page-intro {
  text-align: center;
}

.page-intro .section-heading {
  margin-bottom: 16px;
}

.page-intro__lead {
  font-size: 14px;
  line-height: 1.9;
}

/****************************************************************
  ヘッダー
****************************************************************/

/*--------------------------------
  告知バー
--------------------------------*/
.header__announce {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  background: #fff;
  border-bottom: 1px solid var(--color-border-light);
  padding: 10px;
}

.header__announce-text {
  font-size: 14px;
}

/*--------------------------------
  メインヘッダー
--------------------------------*/
.header__main {
  background: #fff;
}

.header__main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 30px;
  gap: 20px;
}

.header__main-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  min-width: 0;
}

.header__main-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__logo {
  display: block;
  flex-shrink: 0;
}

.header__logo img {
  display: block;
}

.header__search {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  max-width: 380px;
  height: 46px;
  padding: 0 5px;
  border-bottom: 1px solid #b5b5b5;
}

.header__search-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.header__search-icon {
  width: 21px;
  height: 21px;
}

.header__search-input {
  width: 100%;
  border: none;
  outline: none;
  font-family: var(--font-base);
  font-size: 14px;
  padding: 10px;
  margin-bottom: 0;
  border: none !important;
  box-shadow: none !important;
}

.header__search-input::placeholder {
  color: #818181;
}

/* 検索サジェストポップアップ */
.header__search {
  position: relative;
}

/* 検索サジェスト（あしらいは au PAY マーケットに準拠） */
.header__search-popup {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  min-width: 320px;
  background: #fff;
  border-radius: 4px;
  /* 三角にも影を乗せるため box-shadow ではなく filter を使う */
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
  padding: 0 24px 22px;
  z-index: 300;
}

/* 上向き三角（フォーム下部に少し重なる） */
.header__search-popup::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 36px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #fff;
}

.header__search-popup.is-open {
  display: block;
}

/* ポップアップ上部のリンク（カテゴリを探す） */
.header__search-popup-links {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeea;
}

.header__search-popup-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  font-size: 14px;
  color: #383838;
  text-decoration: none;
}

.header__search-popup-link:visited {
  color: #383838;
}

.header__search-popup-link:hover {
  text-decoration: underline;
}

.header__search-popup-link svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #807b77;
}

.header__search-popup-label {
  font-size: 16px;
  font-weight: 700;
  color: #383838;
  letter-spacing: normal;
  padding: 20px 0 12px;
  margin: 0;
}

.header__search-popup-keywords {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* キーワードは1行1件の縦リスト */
.header__search-keyword {
  display: block;
  width: 100%;
  padding: 10px 0;
  border: none;
  background: none;
  font-size: 14px;
  line-height: 1.5;
  color: #383838;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: color 0.15s;
}

.header__search-keyword:hover {
  color: #17457c;
  text-decoration: underline;
}

.header__utilities {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  margin-left: auto;
}

.header__util-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 40px;
  text-decoration: none;
  color: var(--color-text);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

.header__util-icon {
  display: block;
  height: 26px;
  width: auto;
}

.header__util-label {
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

.header__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  flex-shrink: 0;
}

.header__tel-number {
  font-family: var(--font-accent);
  line-height: 1;
  white-space: nowrap;
}

.header__tel-prefix {
  font-size: 14px;
}

.header__tel-num {
  font-size: 23px;
  letter-spacing: -0.46px;
}

.header__tel-hours {
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.3px;
  line-height: 1;
  padding-bottom: 3px;
}

.header__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 50px;
  border-bottom: 1px solid #bbb;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 0.65px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

/*--------------------------------
  シンプル版ヘッダー（サンクスページ等 / 通常ヘッダーとは独立）
--------------------------------*/
.fs-l-header:has(.header-simple__main) {
  padding-top: 0;
  border-bottom: none;
}

.header-simple__main {
  background: #fff;
}

.header-simple__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 30px;
}

.header-simple__logo {
  grid-column: 2;
}

.header-simple__tel {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.header-simple__tel-number {
  font-family: var(--font-accent);
  line-height: 1;
  white-space: nowrap;
}

.header-simple__tel-prefix {
  font-size: 14px;
}

.header-simple__tel-num {
  font-size: 23px;
  letter-spacing: -0.46px;
}

.header-simple__tel-hours {
  font-size: 10px;
  letter-spacing: 0.3px;
  line-height: 1;
}

/* --- ヘッダー（シンプル版）：レスポンシブ --- */
@media (max-width: 900px) {
  .header-simple__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 16px 12px;
  }

  .header-simple__logo {
    grid-column: 1;
    justify-self: start;
  }

  .header-simple__logo img {
    width: 130px;
    height: auto;
  }

  .header-simple__tel {
    grid-column: 2;
    justify-self: end;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
  }

  .header-simple__tel-num {
    font-size: 18px;
  }
}

/*--------------------------------
  ナビゲーションバー
--------------------------------*/
.header__nav {
  position: relative;
  border-bottom: 1px solid var(--color-border);
  background-color: #fff;
}

.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.header__nav-item {
  position: relative;
  flex: 1;
}

.header__nav-item + .header__nav-item > .header__nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: var(--color-border);
}

.header__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

/*--------------------------------
  ナビゲーションバー：レスポンシブ
--------------------------------*/
@media (max-width: 1120px) {
  .header__nav-item {
    flex-basis: unset;
  }
}

/*--------------------------------
  ドロップダウンメニュー
--------------------------------*/
.header__nav-item--has-dropdown {
  position: static;
}

.header__nav-item--has-dropdown .header__nav-link {
  position: relative;
}

.header__nav-item--has-dropdown .header__nav-link::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-left: 6px;
  background: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3516 0.353516L5.35156 5.35352L0.351562 0.353515' stroke='%23B4B4B4'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.25s ease;
}

.header__nav-item--has-dropdown.is-open .header__nav-link::after {
  transform: rotate(180deg);
}

.header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid var(--color-border);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
  z-index: 100;
}

.header__dropdown--open {
  opacity: 1;
  visibility: visible;
}

.header__dropdown-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 20px;
}

.header__dropdown-placeholder {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin: 0;
}

/*--------------------------------
  メガメニュー（header__dropdown）
--------------------------------*/

/* メガメニュー：基本動作（スクロール制御 / オーバーレイ） */
/* 開いている間 html/body のスクロールを無効化 */
html:has(.header__dropdown--open),
body:has(.header__dropdown--open) {
  overflow: hidden;
}

/* パネルが viewport を超える時のみ内側スクロール */
.header__nav .header__dropdown-inner {
  max-height: calc(100dvh - 230px);
  overflow-y: auto;
  overscroll-behavior: contain;
  box-sizing: border-box;
}

/* 固定ヘッダー（縮小版・高さ約80px）表示時はヘッダーが低いぶん
   ドロップダウン内部の最大高さを広げる */
.fixed-header .header__nav .header__dropdown-inner {
  max-height: calc(100dvh - 140px);
}

/* オーバーレイ（Rectangle 1985）：ヘッダー下に薄い黒。クリックで閉じる */
.header__nav-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
  z-index: 99;
  pointer-events: none;
}

.header__nav:has(.header__dropdown--open) .header__nav-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* メガメニュー：CLOSEボタン（右上） */
.header__dropdown-close {
  position: absolute;
  top: 29px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 0;
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 14px;
  color: inherit;
  cursor: pointer;
  z-index: 1;
}

.header__dropdown-close-icon {
  display: block;
  width: 34px;
  height: 34px;
  background: url(../img/icon_close.svg) no-repeat center / contain;
}

/* メガメニュー：共通要素（タイトル / リンク一覧） */
/* セクションタイトル（商品カテゴリー一覧 / ご注文の流れ 等） */
.header__dropdown-title {
  margin: 0 0 30px;
  padding: 0 6px 19px 8px;
  border-bottom: 1px solid var(--color-border);
  font-size: 18px;
  letter-spacing: 1.8px;
}

/* 連続するセクション間の余白（リスト / cat-nav__section → 次のタイトル） */
.header__dropdown-links + .header__dropdown-title,
.cat-nav__section + .header__dropdown-title {
  margin-top: 50px;
}

/* 階層なしリンク一覧（文字彫刻・刻印 / ご利用ガイド 等）：4カラムグリッド */
.header__dropdown-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__dropdown-link {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 30px 0 8px;
  position: relative;
  border-bottom: 1px solid var(--color-border-light);
  line-height: 1.4;
  text-decoration: none;
}

.header__dropdown-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 7px;
  background: url(../img/icon_arrow.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

/* メガメニュー：カテゴリーグリッド（cat-nav__section 連携） */
/* cat-nav__section は元サイドメニュー縦並び。ヘッダー内のみ4カラム化 */
/* row-gap: 0 にしてアイテムの上下paddingで行間を作る（折りたたみ中のドロップダウン行が grid を歪ませないため） */
.header__dropdown .cat-nav__section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row dense;
  column-gap: 36px;
  row-gap: 0;
  margin-bottom: 0;
}

.header__dropdown .cat-nav__heading {
  display: none;
}

/* display:contents で banners / list / item の box を消し、子要素を直接 grid item 化 */
.header__dropdown .cat-nav__banners,
.header__dropdown .cat-nav__list,
.header__dropdown .cat-nav__item {
  display: contents;
}

/* バナー / リンクを統一スタイル */
.header__dropdown .cat-nav__banner,
.header__dropdown .cat-nav__link {
  display: flex;
  align-items: center;
  gap: 20px;
  height: auto;
  padding: 8px 28px 8px 8px;
  background: transparent;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
}

.header__dropdown .cat-nav__icon,
.header__dropdown .cat-nav__banner-icon {
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  object-fit: contain;
}

/* event / occasion セクション内のアイコンは余白を入れて見た目を整える */
.header__dropdown .cat-nav__section.--event .cat-nav__icon,
.header__dropdown .cat-nav__section.--event .cat-nav__banner-icon,
.header__dropdown .cat-nav__section.--occasion .cat-nav__icon,
.header__dropdown .cat-nav__section.--occasion .cat-nav__banner-icon {
  padding: 5px;
}

.header__dropdown .cat-nav__link-text {
  flex: 1;
}

/* メガメニュー内では sp-only の br を改行として有効化（共通の display:none !important を上書き） */
.header__dropdown br.sp-only {
  display: block !important;
}

/* 矢印（下層メニューあり）：下向きシェブロン */
.header__dropdown .cat-nav__item--has-dropdown > .cat-nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 11px;
  height: 7px;
  background: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3516 0.353516L5.35156 5.35352L0.351562 0.353515' stroke='%23B4B4B4'/%3E%3C/svg%3E") no-repeat center / contain;
  transform: translateY(-50%);
}

/* 矢印（下層メニューなし）/ バナー：icon_arrow.svg */
.header__dropdown .cat-nav__item:not(.cat-nav__item--has-dropdown) > .cat-nav__link::after,
.header__dropdown .cat-nav__banner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 7px;
  background: url(../img/icon_arrow.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

/* 「商品カテゴリ一覧へ」ボタン：メガメニュー内では非表示（デザインに無いため） */
.header__dropdown .cat-nav__section .btn-bordered--small {
  display: none;
}

/* メガメニュー：アコーディオン展開（cat-nav__dropdown） */
/* 元の横展開絶対配置を上書き。常時 grid item として存在し、height:0 で折りたたみ */
.header__dropdown .cat-nav__dropdown {
  position: static;
  grid-column: 1 / -1;
  width: auto;
  background: var(--color-bg-gray);
  box-shadow: none;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* 開いている親リンクの背景もグレーにし、下のパネルと繋げる */
.header__dropdown .cat-nav__item--has-dropdown.is-open > .cat-nav__link {
  background: var(--color-bg-gray);
}

/* 開いている時は下向きアイコンを上向きに反転 */
.header__dropdown .cat-nav__item--has-dropdown.is-open > .cat-nav__link::after {
  transform: translateY(-50%) rotate(180deg);
}

/* メガメニュー：アコーディオン パネル内コンテンツ */
/* サブ項目を4カラムグリッド表示 */
.header__dropdown .cat-nav__dropdown-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 30px;
  align-items: end;
  padding: 35px 30px;
}

.header__dropdown .cat-nav__dropdown-list > li:not(.cat-nav__dropdown-viewall) {
  border-bottom: 1px solid var(--color-border-light);
}

.header__dropdown .cat-nav__dropdown-link {
  display: flex;
  align-items: center;
  padding: 12px 25px 12px 18px;
  position: relative;
  line-height: 1.4;
}

.header__dropdown .cat-nav__dropdown-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 7px;
  background: url(../img/icon_arrow.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

/* 「(カテゴリ)一覧へ」ボタン：grid 末尾にセンター配置（HTML上は先頭だが order で末尾へ） */
.header__dropdown .cat-nav__dropdown-viewall {
  grid-column: 1 / -1;
  order: 999;
  margin: 12px 0 0;
  border: 0;
  display: flex;
  justify-content: center;
}

.header__dropdown .cat-nav__dropdown-viewall-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 60px;
  border: 1px solid var(--color-border);
  background: transparent;
}

.header__dropdown .cat-nav__dropdown-viewall .cat-nav__dropdown-en {
  display: none;
}

.header__dropdown .cat-nav__dropdown-arrow {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  margin: 0;
}

/* メガメニュー：アコーディオン CLOSEボタン（JS で動的注入） */
/* 親 .cat-nav__dropdown-list を position: relative にして positioning context にする */
/* （.cat-nav__dropdown 自体に position:relative を付けると Chrome の display:contents+grid バグでパネルが画面外へ飛ぶ） */
.cat-nav__dropdown-close {
  position: absolute;
  right: 30px;
  bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 0;
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 13px;
  color: inherit;
  cursor: pointer;
}

.cat-nav__dropdown-close-icon {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/icon_close.svg) no-repeat center / contain;
}

/* メガメニュー：レスポンシブ */
/* 1250px以下: タイトル無し直下の links が CLOSE ボタンと被らないよう余白を確保 */
@media (max-width: 1250px) {
  .header__dropdown-inner > .header__dropdown-links:first-child {
    margin-top: 70px;
  }
}

/* 1000px以下: カテゴリーグリッドの列間を狭める */
@media (max-width: 1000px) {
  .header__dropdown .cat-nav__section {
    column-gap: 12px;
  }
}

/*--------------------------------
  お知らせバー
--------------------------------*/
.header__notice {
  background: var(--color-bg-gray);
}

.header__notice-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  padding: 16px 23px 18px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.header__notice-text {
  font-weight: 500;
  font-size: 16px;
  color: #3b3b3b;
  letter-spacing: 0.9px;
}

.header__notice-icon {
  display: block;
  width: 13px;
  height: 13px;
  transition: transform 0.3s ease;
}

.header__notice-icon--open {
  transform: rotate(45deg);
}

.header__notice-content {
  height: 0;
  overflow: hidden;
  background: var(--color-bg-gray);
  transition: height 0.3s ease;
}

.header__notice-inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 28px 24px;
}

.header__notice-list {
  margin: 0;
}

.header__notice-item {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
}

.header__notice-item:first-child {
  border-top: 1px solid #dcdcdc;
}

.header__notice-date {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text-muted);
  white-space: nowrap;
  flex-shrink: 0;
}

.header__notice-desc {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}

/* ============================================
   固定ヘッダー
   ============================================ */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}

.fixed-header--visible {
  transform: translateY(0);
}

/* レイアウト */
.fixed-header__inner {
  display: flex;
  justify-content: space-between;
}

.fixed-header__left {
  display: flex;
  padding: 17px 30px 17px max(30px, calc((100vw - 1400px) / 2 + 30px));
  justify-content: space-between;
  width: stretch;
  align-items: center;
}

.fixed-header__left--left,
.fixed-header__left--right {
  display: flex;
  align-items: center;
}

.fixed-header__left--right {
  flex-shrink: 0;
}

/* ロゴ */
.fixed-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.fixed-header__logo img {
  display: block;
  width: 45px;
  height: 45px;
}

/* 検索バー */
.fixed-header .header__search {
  margin-left: 30px;
  width: 300px;
  min-width: 0;
  flex-shrink: 1;
}

/* ナビ → インライン表示 */
.fixed-header .header__nav {
  flex: 1;
  min-width: 0;
  border-bottom: none;
  align-self: center;
  position: static;
}

.fixed-header .header__nav-list {
  justify-content: flex-start;
  max-width: none;
  gap: 0;
}

.fixed-header .header__nav-item {
  flex: 0 0 auto;
}

.fixed-header .header__nav-item + .header__nav-item::before {
  display: none;
}

/* 固定ヘッダーでは非表示（初めてのお客様・よくある質問・会社概要） */
.fixed-header .header__nav-item--fixed-hide {
  display: none;
}

.fixed-header .header__nav-link {
  height: auto;
  padding: 8px 15px;
  font-size: 14px;
}

/* 固定ヘッダー右 */
.fixed-header__right {
  display: flex;
  flex-shrink: 0;
}

/* 電話番号 */
.fixed-header .header__tel {
  flex-shrink: 0;
  padding-left: 25px;
}

/* お問い合わせ・納期ボタン */
.fixed-header__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 95px;
  padding: 5px;
  flex-shrink: 0;
  background-color: #f5f5f5;
  text-decoration: none;
  transition: opacity 0.2s;
}

.fixed-header__btn:hover {
  opacity: 0.85;
}

.fixed-header__btn-icon {
  display: block;
  width: 30px;
  height: auto;
}

.fixed-header__btn-label {
  font-size: 12px;
  white-space: nowrap;
}

.fixed-header__btn.--contact {
  background-color: #696969;
  color: #fff;
}

.fixed-header__btn.--contact .fixed-header__btn-icon {
  filter: brightness(0) invert(1);
}

@media (min-width: 1501px) {
  .fixed-header__left--right {
    display: contents;
  }

  .fixed-header .header__nav-list {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .fixed-header {
    display: none;
  }
}

/*--------------------------------
  SP/PC切り替え用（ヘッダー内、900px境界）
--------------------------------*/
.header__util-item--sp {
  display: none;
}

/*--------------------------------
  ヘッダー レスポンシブ
--------------------------------*/

@media (max-width: 1150px) {
  .fixed-header__left {
    display: flex;
    padding: 5px 10px;
    justify-content: space-between;
    width: stretch;
    align-items: center;
  }

  .fixed-header .header__nav-link {
    padding: 3px 10px;
    font-size: 14px;
  }

  .fixed-header .header__tel {
    padding-left: 10px;
  }

  .fixed-header .header__search {
    margin-left: 15px;
    width: 230px;
  }
}

@media (max-width: 1120px) {
  .header__main-inner {
    padding: 10px;
  }

  .header__logo {
    width: 45px;
  }

  .fixed-header .header__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .fixed-header .header__nav-item:nth-child(odd of .header__nav-item:not(.header__nav-item--fixed-hide)) > .header__nav-link::before {
    content: none;
  }

  .fixed-header__btn {
    min-width: 70px;
  }
}

@media (max-width: 900px) {
  .header__logo {
    width: 140px;
  }

  .header__main-inner {
    padding: 10px;
    gap: 10px;
  }

  .header__contact-btn {
    width: 130px;
  }

  .header__main-right {
    gap: 10px;
  }

  .header__utilities {
    gap: 10px;
  }

  .header__announce-text {
    font-size: 14px;
  }

  .header__announce {
    background: #a9a7a7;
    color: #fff;
    padding: 5px 10px 3px;
    min-height: auto;
  }

  /* メインヘッダー */
  .header__main-inner {
    padding: 10px 15px;
    gap: 15px;
  }

  /* ロゴサイズ調整 */
  .header__logo img {
    width: 130px;
    height: auto;
  }

  /* 検索バー → 非表示 */
  .header__search {
    display: none;
  }

  /* PC専用アイテム非表示 */
  .header__util-item--pc {
    display: none;
  }

  /* SP専用アイテム表示 */
  .header__util-item--sp {
    display: flex;
  }

  .header__util-item--sp.--mail {
    width: auto;
    margin-right: 5px;
  }

  /* 電話番号 → 非表示 */
  .header__tel {
    display: none;
  }

  /* 見積りボタン → 非表示 */
  .header__contact-btn {
    display: none;
  }

  /* ユーティリティの間隔調整 */
  .header__utilities {
    gap: 5px;
  }

  /* PCナビ → 非表示 */
  .header__nav {
    display: none;
  }

  /* SPカテゴリナビ → 表示 */
  .header__sp-nav {
    display: block;
    border-top: 1px solid var(--color-border);
    background-color: #fff;
  }

  .header__sp-nav-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .header__sp-nav-item {
    flex: 1;
    position: relative;
  }

  .header__sp-nav-item + .header__sp-nav-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 21px;
    background: var(--color-border);
  }

  .header__sp-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    color: var(--color-text);
    text-decoration: none;
    white-space: nowrap;
  }
}

/****************************************************************
  サイトフッター
****************************************************************/
.site-footer {
  padding: 30px 0;
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.site-footer__logo {
  width: 119px;
  height: 97px;
}

.site-footer__logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer__nav {
  display: flex;
  align-items: center;
}

.site-footer__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 50px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text);
  text-decoration: none;
  background: #fff;
  border-right: 1px solid var(--color-border-light);
}

.site-footer__nav-item:first-child {
  border-left: 1px solid var(--color-border-light);
}

.site-footer__copyright {
  font-size: 12px;
  color: #636363;
  text-align: center;
  margin: 30px 0 0;
}

@media (max-width: 900px) {
  .site-footer__copyright {
    padding-bottom: 80px;
  }

  .features {
    display: none;
  }
}

@media (max-width: 768px) {
  /* --- フッター --- */

  .site-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-items: start;
    width: 100%;
  }

  .site-footer__nav-item {
    width: auto;
    height: auto;
    font-size: 12px;
    border-right: none;
  }

  .site-footer__nav-item:first-child {
    border-left: none;
  }

  .site-footer__copyright {
    font-size: 10px;
    display: block;
    width: 100%;
    background-color: #afafaf;
    padding-bottom: 50px;
    padding-top: 10px;
    color: #fff;
  }
}

/****************************************************************
  シンプル版フッター（サンクスページ等 / 通常フッターとは独立）
****************************************************************/
.fs-l-footer:has(.footer-simple) {
  border-top: none;
}

.footer-simple {
  padding: 28px 20px 40px;
  background: #f5f5f5;
  text-align: center;
}

.footer-simple__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-simple__nav-item {
  padding: 17px 30px;
  font-size: 14px;
  color: var(--color-text);
  text-decoration: none;
}

.footer-simple__nav-item + .footer-simple__nav-item {
  border-left: 1px solid var(--color-border);
}

.footer-simple__copyright {
  font-size: 12px;
  color: #636363;
  margin: 8px 0 0;
}

/* --- フッター（シンプル版）：レスポンシブ --- */
@media (max-width: 900px) {
  .footer-simple {
    margin-top: 60px;
    padding: 24px 15px 28px;
  }

  .footer-simple__nav-item {
    padding: 8px 14px;
    font-size: 12px;
  }
}

/* ===================================
   Contactセクション
   =================================== */
.contact {
  background-image: url("../img/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.section-heading--contact {
  font-size: 41px;
  letter-spacing: 1.23px;
  margin-bottom: 0;
}

.contact__desc {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.contact__cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact__card {
  background: rgba(255, 255, 255, 0.9);
  padding: 29px 30px;
  flex: 1 1 360px;
  max-width: 400px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
}

.contact__card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
  font-size: 20px;
  text-align: center;
}

.contact__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.contact__tel-number {
  font-family: var(--font-accent);
  margin: 0;
  line-height: 1;
}

.contact__tel-prefix {
  font-size: 26px;
  letter-spacing: -2.08px;
}

.contact__tel-num {
  font-size: 40px;
  letter-spacing: -0.8px;
}

.contact__tel-hours {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.39px;
  line-height: 1.2;
  margin: 0;
}

.contact__mail-btn,
.contact__mail-btn:hover,
.contact__mail-btn:active {
  justify-content: space-between;
  width: 255px;
  height: 47px;
  padding: 0 11px 0 21px;
  font-size: 14px;
  line-height: 1.5;
  margin: 29px auto 0;
}

@media (max-width: 900px) {
  .contact__desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .contact__cards {
    gap: 10px;
  }

  .contact__card-title {
    width: 100%;
    font-size: 16px;
    gap: 8px;
  }

  .contact__tel-num {
    font-size: 30px;
  }

  .contact__tel-prefix {
    font-size: 20px;
  }

  .contact__tel-hours {
    font-size: 12px;
  }

  .contact__mail-btn,
  .btn-bordered.contact__mail-btn {
    width: 90% !important;
    margin: 20px auto 0;
  }

  .contact__card {
    max-width: 100%;
    min-height: auto;
    padding: 20px;
  }

  .contact__tel {
    margin-top: 10px;
  }
}

/****************************************************************
  カテゴリーナビゲーション（共通コンポーネント）
****************************************************************/
.cat-nav__section {
  margin-bottom: 70px;
}

.cat-nav__heading {
  font-family: var(--font-heading);
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-text-muted);
  letter-spacing: 1.35px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--color-border);
}

.cat-nav__heading-sub {
  display: block;
  font-family: var(--font-base);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--color-text);
  letter-spacing: 0;
  margin-top: 7px;
}

.cat-nav__heading--ja {
  font-family: var(--font-base);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--color-text);
  letter-spacing: 0.54px;
  padding-bottom: 20px;
}

.cat-nav__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-nav__item {
  border-bottom: none;
}

.cat-nav__icon {
  display: none;
}

.cat-nav__link {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text);
  text-decoration: none;
  padding: 7px 0;
}

.cat-nav__item:not(.cat-nav__item--has-dropdown) .cat-nav__link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cat-nav__item:not(.cat-nav__item--has-dropdown) .cat-nav__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  background: url(../img/icon_arrow.svg) no-repeat center;
}

.cat-nav__section .btn-bordered--small {
  margin-top: 20px;
}

.cat-nav__banners {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 43px;
}

.cat-nav__banner {
  display: flex;
  align-items: center;
  height: 59px;
  padding: 0 16px 0 8px;
  background: var(--color-bg-gray);
  text-decoration: none;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: opacity 0.2s ease;
}

.cat-nav__banner:hover {
  opacity: 0.7;
}

.cat-nav__banner-icon {
  flex-shrink: 0;
  width: 48px;
  height: auto;
  margin-right: 14px;
  overflow: visible;
}

.cat-nav__banner-text {
  flex: 1;
}

.cat-nav__banner::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 7px;
  background: url(../img/icon_arrow.svg) no-repeat center;
}

.side-nav__img-banner {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 140px;
}

.side-nav__img-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f4f5f7 24%, rgba(244, 245, 247, 0.05) 100%);
  pointer-events: none;
}

.side-nav__img-banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.side-nav__img-banner-text {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  letter-spacing: 0.7px;
  line-height: 1.42;
}

.side-nav .cat-nav__section.--categories {
  display: flex;
  flex-direction: column;
}

.side-nav .cat-nav__section.--categories .cat-nav__banners {
  order: 1;
}

.side-nav .cat-nav__section.--categories .cat-nav__heading {
  order: 2;
}

.side-nav .cat-nav__section.--categories .cat-nav__list {
  order: 3;
}

.side-nav .cat-nav__section.--categories .btn-bordered {
  order: 4;
}

/*--------------------------------
  カテゴリーナビ ドロップダウンメニュー
--------------------------------*/
.cat-nav__item--has-dropdown {
  position: relative;
}

.cat-nav__dropdown {
  position: absolute;
  left: 100%;
  top: -45px;
  width: 350px;
  background: #fff;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  padding: 45px 50px 64px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.15s ease,
    visibility 0.15s ease;
}

.cat-nav__item--has-dropdown.is-open .cat-nav__dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.cat-nav__dropdown-viewall {
  border-bottom: 1px solid var(--color-border-light);
  margin-bottom: 9px;
}

.cat-nav__dropdown-viewall-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 25px;
  text-decoration: none;
  color: inherit;
}

.cat-nav__dropdown-title {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.cat-nav__dropdown-en {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 27px;
  color: var(--color-text-muted);
  letter-spacing: 1.35px;
  line-height: 1;
  margin: 0;
}

.cat-nav__dropdown-ja {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
}

.cat-nav__dropdown-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-decoration: none;
  flex-shrink: 0;
  margin-top: 2px;
}

.cat-nav__dropdown-arrow::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 7px;
  background: url(../img/icon_arrow.svg) no-repeat center;
}

.cat-nav__dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cat-nav__dropdown-link {
  font-size: 14px;
  color: var(--color-text);
  text-decoration: none;
  display: block;
}

.cat-nav__dropdown-link:hover {
  opacity: 0.7;
}

/* viewall のホバー効果 */
.cat-nav__dropdown-viewall-link:hover {
  opacity: 0.7;
}

/* ============================================
   カテゴリーナビ SP対応（900px以下）
   ============================================ */
@media (max-width: 900px) {
  /* --- セクション --- */
  .cat-nav__section {
    margin-bottom: 40px;
  }

  .cat-nav > .cat-nav__section:last-of-type {
    margin-bottom: 0;
  }

  /* --- 見出し: 中央寄せ --- */
  .cat-nav__heading {
    text-align: center;
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 24px;
  }

  /* --- バナー: 横2列 --- */
  .cat-nav__banners {
    flex-direction: row;
    gap: 0;
    margin-bottom: 0;
    border-top: 1px solid var(--color-border-light);
    border-left: 1px solid var(--color-border-light);
  }

  .cat-nav__banner {
    flex: 1;
    height: auto;
    padding: 10px 8px;
    background: #fff;
    border-right: 1px solid var(--color-border-light);
  }

  .cat-nav__banner-icon {
    width: 36px;
    margin-right: 8px;
  }

  .cat-nav__banner::after {
    display: none;
  }

  /* --- カテゴリーリスト: 2列グリッド --- */
  .cat-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 1px solid var(--color-border-light);
    border-left: 1px solid var(--color-border-light);
  }

  .cat-nav__item {
    display: contents;
  }

  .cat-nav__item:not(.cat-nav__item--has-dropdown) .cat-nav__link::after {
    content: none;
  }

  /* --- リンク: アイコン付きセル --- */
  .cat-nav__link {
    display: grid !important;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border-bottom: 1px solid var(--color-border-light);
    border-right: 1px solid var(--color-border-light);
    grid-template-columns: 30px 1fr;
  }

  /* --- アイコン（SPのみ表示） --- */
  .cat-nav__icon {
    display: block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    object-fit: contain;
  }

  /* --- ドロップダウン: アコーディオン化 --- */
  .cat-nav__dropdown {
    position: static;
    grid-column: 1 / -1;
    width: auto;
    box-shadow: none;
    padding: 0;
    background: var(--color-bg-gray);
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .cat-nav__item--has-dropdown.is-open .cat-nav__dropdown {
    height: auto;
  }

  .cat-nav__dropdown-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-left: 1px solid var(--color-border-light);
  }

  .cat-nav__dropdown-list > li {
    border-bottom: 1px solid var(--color-border-light);
    border-right: 1px solid var(--color-border-light);
  }

  .cat-nav__dropdown-link {
    padding: 10px;
    min-height: 55px;
    display: grid;
    align-items: center;
  }

  /* --- viewall: SPではリスト末尾に移動、他項目と同じ見た目 --- */
  .cat-nav__dropdown-viewall {
    display: block;
    order: 999;
    padding: 0;
    border-bottom: 1px solid var(--color-border-light);
    border-right: 1px solid var(--color-border-light);
    margin-bottom: 0;
    min-height: 55px;
    display: flex;
    align-items: center;
  }

  .cat-nav__dropdown-viewall-link {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 10px;
  }

  .cat-nav__dropdown-viewall .cat-nav__dropdown-title {
    display: block;
  }

  .cat-nav__dropdown-viewall .cat-nav__dropdown-en {
    display: none;
  }

  .cat-nav__dropdown-viewall .cat-nav__dropdown-arrow {
    display: none;
  }

  /* --- 一覧ボタン非表示 --- */
  .cat-nav__section .btn-bordered--small {
    display: none;
  }

  .side-nav .cat-nav__section.--categories {
    display: block;
  }
}

/* ============================================
   幅拡張: 1200px統一（システムCSS上書き）
   ============================================ */

/* --- style.css 上書き（1176px → 1200px）--- */
@media (min-width: 900px) {
  .ssf-CTA_Container,
  .ssf-Primary_Container,
  .ssf-Links_Container,
  .ssh-Header.is-fixed .ssh-Header_Container,
  .ssh-Primary_Container,
  .ssh-Navigation_Container,
  .ssh-Navigation_DropdownContainer,
  .sw-Container,
  .sw-Container2,
  .doc-2Columns_Container,
  .doc-Attention_Container,
  .doc-Breadcrumbs_Container,
  .hero-Sub_Container {
    max-width: 1200px;
  }
}

/* --- style.css 上書き（1177px → 1200px）--- */
.ssf-Footer .footer-box {
  max-width: 1200px;
}

/* --- fs_theme.css 上書き（1216px → 1200px）--- */
.fs-p-bannerGroup,
.fs-p-footerNavigation,
.fs-p-footerPageTop,
.fs-p-headerNavigation,
.fs-l-footer__contents,
.fs-l-footer__utility,
.fs-l-main,
.fs-l-pageMain {
  max-width: 1200px;
}

/* --- fs_theme.css 上書き（928px → 912px）--- */
@media screen and (min-width: 1200px) {
  .fs-l-sideArea + .fs-l-pageMain,
  .fs-l-pageMain + .fs-l-sideArea {
    max-width: 912px;
  }

  .fs-l-staffCoordinationListLayout__search + .fs-l-staffCoordinationListLayout__list,
  .fs-l-staffCoordinationListLayout__list + .fs-l-staffCoordinationListLayout__search {
    max-width: 912px;
  }
}

/* --- contents2.css 上書き（1176px → 1200px）--- */
@media (min-width: 900px) {
  .fs-c-breadcrumb__list {
    max-width: 1200px;
  }
}

/* --- contents2.css 上書き（1160px → 1200px）--- */
@media (min-width: 900px) {
  .fs-body-category-company .fs-l-pageMain {
    width: 76.4%;
  }
}

/* ============================================
   SP横スクロール（900px以下）
   大枠に .sp-slide__wrapper を付けるだけで使える
   ============================================ */
.sp-slide__wrapper {
  margin: 0 20px;
}

@media (max-width: 900px) {
  .sp-slide__wrapper {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 20px !important;
    margin: 0 !important;
  }

  .sp-slide__wrapper::-webkit-scrollbar {
    display: none;
  }

  .sp-slide__wrapper > * {
    flex: 0 0 150px !important;
    width: 150px !important;
    margin: 0 !important;
  }
}

/* ============================================
   共通コンポーネント レスポンシブ（900px以下）
   ============================================ */
@media (max-width: 900px) {
  /* --- basic__area --- */
  .basic__area {
    padding: 0 15px;
  }

  /* --- セクション見出し --- */
  .section-heading {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .section-heading__sub {
    font-size: 12px;
    margin-top: 8px;
  }

  .section-heading.section-heading--en-top .section-heading__sub {
    font-size: 24px;
  }

  /* --- ボタン --- */
  .btn-bordered,
  .btn-bordered:hover,
  .btn-bordered:visited {
    padding: 15px 25px 15px 15px;
    width: 80%;
  }

  .btn-bordered__dark,
  .btn-bordered__dark:hover,
  .btn-bordered__dark:active {
    padding: 15px 25px 15px 15px;
    width: 80%;
  }

  .btn-wrap {
    margin-top: 30px;
    padding: 0 15px;
  }

  /* --- ランキング番号付きリスト --- */
  .ranking-numbered > li {
    padding-top: 42px;
  }

  .ranking-numbered > li::before {
    width: 32px;
    height: 32px;
    font-size: 21px;
  }
}

/* ============================================
   フロートボタン（PC/SP共通）
   ============================================ */

.float-btn {
  position: fixed;
  right: 0px;
  bottom: 20px;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

/* 今まで見た商品 */

.float-btn__history {
  position: absolute;
  top: 0;
  right: -190px;
  width: 180px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}

.float-btn__history--visible {
  opacity: 1;
  visibility: visible;
}

.float-btn__history--title {
  background-color: #afafaf;
  color: #fff;
  text-align: center;
  padding: 10px;
  flex-shrink: 0;
}

.float-btn__history--contents {
  padding: 15px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.float-btn__history--item {
  display: block;
}

.float-btn__history--item:nth-of-type(n + 2) {
  margin-top: 10px;
}

.float-btn__history--img {
  width: 150px;
}

.float-btn__history--name {
  font-size: 12px;
  text-align: center;
}

.float-btn__history--price {
  font-size: 12px;
  text-align: center;
}

.float-btn__history--btn,
.float-btn__history--btn:hover,
.float-btn__history--btn:visited {
  margin-top: 10px;
  justify-content: center;
}

@media (max-width: 1660px) {
  .float-btn__history {
    display: none;
  }
}

/* PC: 注文履歴・再購入タブ */
.float-btn__reorder,
.float-btn__reorder:hover,
.float-btn__reorder:visited {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 20px 14px;
  background: #4f4e4e;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s ease;
}

.float-btn__reorder:hover {
  opacity: 0.8;
}

.float-btn__reorder-icon {
  width: 32px;
  height: 31px;
}

.float-btn__reorder-text {
  display: flex;
  gap: 5px;
  font-size: 14px;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

.float-btn__reorder-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* カートボタン */
.float-btn__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.float-btn__cart:hover {
  opacity: 0.8;
}

.float-btn__cart-icon {
  width: 31px;
  height: 25px;
  margin-top: 5px;
  margin-right: 3px;
}

.float-btn__cart-badge {
  position: absolute;
  top: 10px;
  right: 6px;
  min-width: 15px;
  height: 15px;
  padding: 0 4px;
  background: #e84f4f;
  border-radius: 11px;
  font-size: 10px;
  font-family: "Inter", sans-serif;
  line-height: 15px;
  text-align: center;
  color: #fff;
}

/* ページトップボタン */
.float-btn__top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #b9b9b9;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.float-btn__top:hover {
  opacity: 0.8;
}

.float-btn__top-icon {
  width: 16px;
  height: 10px;
}

/* SP対応（900px以下） */
@media (max-width: 900px) {
  .float-btn {
    bottom: 80px;
    gap: 10px;
  }

  .float-btn__reorder {
    display: none;
  }

  .float-btn__cart {
    width: 47px;
    height: 47px;
    margin-right: 10px;
  }

  .float-btn__cart-icon {
    width: 25px;
    height: 20px;
  }

  .float-btn__cart-badge {
    top: 6px;
    right: 3px;
    min-width: 12px;
    height: 12px;
    padding: 0 3px;
    font-size: 8px;
    line-height: 12px;
  }

  .float-btn__top {
    width: 47px;
    height: 47px;
    margin-right: 10px;
  }

  .float-btn__top-icon {
    width: 13px;
    height: 8px;
  }
}

/* ============================================
   SP固定フッター
   ============================================ */

/* 900px超では非表示 */
.sp-fixed-footer {
  display: none;
}

@media (max-width: 900px) {
  .sp-fixed-footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }

  /* フッターバー */
  .sp-fixed-footer__bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 5px 0 10px;
  }

  .sp-fixed-footer__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex: 1;
    text-decoration: none;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
  }

  .sp-fixed-footer__item--clientInfo {
    flex: 1;
  }

  .sp-fixed-footer__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
  }

  .sp-fixed-footer__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .sp-fixed-footer__label {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }

  /* メニュー開いた時：フッターバーを隠す */
  body.sp-menu-open .sp-fixed-footer__bar {
    display: none;
  }

  /* オーバーレイ（全画面） */
  .sp-fixed-footer__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    transform: translateY(100%);
    transition:
      opacity 0.3s ease,
      transform 0s ease 0.3s,
      visibility 0s ease 0.3s;
    visibility: hidden;
    z-index: 10000;
  }

  .sp-fixed-footer__overlay[aria-hidden="false"] {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.3s ease,
      transform 0s ease 0s,
      visibility 0s ease 0s;
    visibility: visible;
  }

  /* body スクロールロック */
  body.sp-menu-open {
    overflow: hidden;
  }

  /* メニューヘッダー（閉じるボタン） */
  .sp-fixed-footer__menu-header {
    display: flex;
    justify-content: flex-start;
    padding: 15px 15px 10px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 110;
  }

  .sp-fixed-footer__close {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
  }

  .sp-fixed-footer__close-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
  }

  .sp-fixed-footer__close-icon::before,
  .sp-fixed-footer__close-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #333;
    border-radius: 1px;
  }

  .sp-fixed-footer__close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .sp-fixed-footer__close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .sp-fixed-footer__close-label {
    font-size: 10px;
    color: #333;
    letter-spacing: 0.5px;
  }

  /* メニューグリッド（2×2） */
  .sp-fixed-footer__menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .sp-fixed-footer__menu-grid-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background-color: var(--color-bg-gray);
    text-decoration: none;
  }

  .sp-fixed-footer__menu-grid-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .sp-fixed-footer__menu-grid-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }

  /* メニューリンク（お気に入り・見積り） */
  .sp-fixed-footer__menu-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
  }

  .sp-fixed-footer__menu-links-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 15px;
    background-color: var(--color-bg-gray);
    text-decoration: none;
  }

  .sp-fixed-footer__menu-links-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .sp-fixed-footer__menu-links-label {
    font-size: 16px;
    width: 8.5em;
  }

  /* 検索バー */
  .sp-fixed-footer__menu-search {
    margin-top: 0;
  }

  .sp-fixed-footer__menu-search-form {
    display: flex;
    border: 1px solid #ccc;
    /* サジェストポップアップの基準（HTML側に popup が無ければ無害） */
    position: relative;
  }

  /* SPメニュー内のサジェスト: 枠線分ズレるので位置を微調整 */
  .sp-fixed-footer__menu-search-form .header__search-popup {
    top: calc(100% + 3px);
    left: -1px;
    width: calc(100% + 2px);
    min-width: 0;
    padding: 0 16px 16px;
  }

  .sp-fixed-footer__menu-search-form .header__search-popup::before {
    left: 20px;
  }

  .sp-fixed-footer__menu-search-input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    font-size: 14px;
    color: #333;
    background: #fff;
    outline: none;
    margin-bottom: 0;
    border-color: none !important;
    box-shadow: none !important;
  }

  .sp-fixed-footer__menu-search-input::placeholder {
    color: #999;
  }

  .sp-fixed-footer__menu-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    background: #666;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
  }

  .sp-fixed-footer__menu-search-btn img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
  }

  .sp-fixed-footer__menu-search-example {
    margin-top: 8px;
    font-size: 12px;
    color: #818181;
  }

  .sp-fixed-footer__menu-search-example a,
  .sp-fixed-footer__menu-search-example a:visited {
    color: inherit;
    text-decoration: underline;
  }

  /* セクション見出し */
  .sp-fixed-footer__menu-heading {
    font-size: 16px;
    background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 20px;
  }

  .sp-fixed-footer__menu-section {
    margin-top: 30px;
  }

  .sp-fixed-footer__menu-section:last-of-type {
    margin-bottom: 30px;
  }

  .sp-fixed-footer__menu-section .promo-cards__card {
    min-height: auto;
  }

  .sp-fixed-footer__menu-section .sp-fixed-footer__none {
    display: none;
  }

  /* 売れ筋商品グリッド */

  .sp-fixed-footer__menu-bestsellers + .btn-wrap {
    margin-top: 10px;
  }

  .sp-fixed-footer__menu-bestsellers::-webkit-scrollbar {
    display: none;
  }

  /* メニュー内リスト（親リンク） */
  .sp-fixed-footer__menu-list--top {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 10px 15px 20px;
    background-color: #f4f5f7;
    cursor: pointer;
  }

  .sp-fixed-footer__menu-list--top::before,
  .sp-fixed-footer__menu-list--top::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 17px;
    height: 1px;
    background-color: #818688;
    transition: transform 0.3s ease;
  }

  .sp-fixed-footer__menu-list--top::before {
    transform: rotate(90deg);
  }

  .sp-fixed-footer__menu-list--top.is-active::before {
    transform: rotate(0deg);
  }

  .sp-fixed-footer__menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .sp-fixed-footer__menu-list li {
    background: #f4f5f7;
  }

  .sp-fixed-footer__menu-list a {
    display: flex;
    align-items: center;
    padding: 15px 30px 15px 15px;
    text-decoration: none;
    font-size: 16px;
    background-image: url(../img/icon_arrow.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 6px;
  }

  /* メニュー内リスト（子リンク） */
  .sp-fixed-footer__menu-list--child {
    gap: 0;
  }

  .sp-fixed-footer__menu-list--child li {
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
  }

  .sp-fixed-footer__menu-list--child a {
    background-image: url(../img/icon_arrow_gray.svg);
  }

  .sp-fixed-footer__menu-list--child a::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
    border-color: #999;
  }

  /* メニュー内グループ（親+子のペア） */
  .sp-fixed-footer__menu-group {
    margin-top: 10px;
  }

  .sp-fixed-footer__menu-group:first-of-type {
    margin-top: 0;
  }

  /* お役立ちコンテンツ */
  .sp-fixed-footer__menu-useful {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .sp-fixed-footer__menu-useful-item {
    display: block;
    position: relative;
    text-decoration: none;
  }

  .sp-fixed-footer__menu-useful-item img {
    width: 100%;
    height: auto;
    display: block;
  }

  .sp-fixed-footer__menu-useful-label {
    padding: 8px 10px;
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }

  /* cat-nav */
  #sp-fixed-footer-menu .sp-fixed-footer__menu-nav .cat-nav__heading {
    font-size: 0;
    background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 0;
    text-align: left;
  }

  #sp-fixed-footer-menu .sp-fixed-footer__menu-nav .cat-nav__heading-sub {
    font-size: 16px;
    display: block;
    margin-top: 0;
  }

  /* ピックアップ全幅対応 */
  .sp-fixed-footer__menu-pickup-item--full {
    grid-column: 1 / -1;
  }

  /* ピックアップ 2×2グリッド */
  .sp-fixed-footer__menu-pickup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .sp-fixed-footer__menu-pickup-item {
    display: block;
    position: relative;
    text-decoration: none;
  }

  .sp-fixed-footer__menu-pickup-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.4);
  }

  .sp-fixed-footer__menu-pickup-item img {
    width: 100%;
    height: auto;
    display: block;
  }

  .sp-fixed-footer__menu-pickup-label {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
  }

  /* 会員登録バナー */
  .sp-fixed-footer__menu-section .promo-cards {
    display: flex;
    flex-direction: column;
  }

  .sp-fixed-footer__menu-section .promo-cards__card--sns {
    order: 1;
  }
}

/* ============================================
   SP スティッキー検索バー（900px以下）
   ============================================ */
.sp-sticky-search {
  display: none;
}

@media (max-width: 900px) {
  .sp-sticky-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #dedede66;
    padding: 10px;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }

  .sp-sticky-search--visible {
    transform: translateY(0);
  }

  .sp-sticky-search__form {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 44px;
    padding: 0 12px;
    background: #fff;
    border-radius: 6px;
    position: relative;
  }

  /* SP ポップアップ：フォーム幅いっぱいに展開 */
  .sp-sticky-search__form .header__search-popup {
    width: 100%;
    left: 0;
  }

  .sp-sticky-search__btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
  }

  .sp-sticky-search__icon {
    width: 20px;
    height: 20px;
  }

  .sp-sticky-search__input {
    width: 100%;
    border: none;
    outline: none;
    font-family: var(--font-base);
    font-size: 16px;
    color: var(--color-text);
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    border-color: none !important;
    box-shadow: none !important;
  }

  .sp-sticky-search__input::placeholder {
    color: #818181;
  }
}

/*マイページ*/
.re_log {
  text-align: center;
  background: #696969;
  color: #fff;
  padding: 5px;
}

.fs-c-wishlistProduct__footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}

.fs-c-viewAllProductsLink {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid var(--color-border);
  border-radius: 2px;
  background-color: rgb(255 255 255 / 80%);
  padding: 18px 25px 18px 20px;
  width: 100%;
  max-width: 420px;
  background-image: url(../img/icon_arrow.svg);
  background-position-x: right 10px;
  background-position-y: center;
  background-repeat: no-repeat;
  font-size: 14px;
}

.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.fs-c-anotherLogin__message--amazon {
  margin-bottom: 20px;
}

.fs-c-button--carousel {
  font-size: 2.4rem;
}

.fs-c-productListCarousel__list__item {
  margin: 0 18px;
}

.fs-c-continueShopping span.fs-c-button__label {
  background: #696969;
  color: #fff;
  font-size: 16px;
  padding: 1.3em 5em;
  border-radius: 0;
}

/* #fs_ShoppingCart .fs-c-continueShopping {
  margin-bottom: 60px !important;
} */

/* ============================================
   マイページ（900px以下）
   ============================================ */

@media (max-width: 900px) {
  /*マイページ*/
  .fs-c-accountService {
    margin: 0 auto 60px;
  }

  .fs-l-account,
  .fs-c-wishlistProduct,
  #fs_NewsletterSubscribe .fs-l-main,
  #fs_Login .fs-l-main,
  #fs_MyOrders .fs-l-main,
  #fs_MyPoints .fs-l-main,
  #fs_MyReviews .fs-l-main,
  #fs_MyAddressBook .fs-l-main,
  #fs_EditPassword .fs-l-main,
  #fs_MyAccountSettings .fs-l-main {
    padding: 0px 10px;
  }

  .fs-c-accountService {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
  }

  .fs-c-accountService__page {
    margin: 0;
  }

  .fs-c-accountService__page--accountDelete {
    grid-column: 1 / 3;
    text-align: center;
    justify-content: center;
  }

  .fs-c-wishlistProduct__footer {
    margin-top: 20px;
  }
}

/*detail*/
.fs-c-productOption span.red {
  color: #e94738;
}

.jt-product_cart-option .fs-c-dropdown::after {
  background: #fff;
}

.fs-c-inquiryAboutProduct {
  margin: 20px 0 0 auto;
  width: max-content;
  font-weight: normal;
}

.fs-c-inquiryAboutProduct .fs-c-button__label {
  font-weight: normal;
}

/*checkout*/
.fs-l-checkout__mainColumn {
  margin-inline: auto;
}

.fs-c-buttonContainer--unregisteredUserPurchase .fs-c-button--secondary,
.fs-c-buttonContainer--purchaseHere .fs-c-button--purchaseHere {
  background: #e94738 !important;
  border-radius: 0 !important;
}

.fs-c-buttonContainer--purchaseHere .fs-c-button--purchaseHere {
  border-color: #e94738 !important;
}

.cartmembers--map img {
  margin-inline: auto;
}
.fs-c-inputTable .fs-c-inputTable__headerCell {
  margin-bottom: 8px;
}

.fs-c-inputTable .fs-c-dropdown__menu {
  padding: 10px;
}

.search-btn a {
  background: #696969;
  border-radius: 0;
  border: none;
}

.search-btn a:hover {
  color: #fff !important;
  background: #696969 !important;
  border: none !important;
}

@media (max-width: 600px) {
  .fs-l-cart {
    padding: 0 10px;
  }
}

/*--------------------------------
  動的一覧制御
--------------------------------*/

#fs_ProductCategory #custom-list .fs-c-productList,
#fs_ProductCategory #fs_ItemGroup .fs-c-productList {
  display: none;
}

/* ========================================
   汎用横スクロールバー（data-hscroll）
   product-price__table-wrap は独立のため対象外
   ======================================== */
.hscroll-bar {
  height: 6px;
  background: #f4f5f7;
  border-radius: 3px;
  position: relative;
  margin-top: 6px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.hscroll-bar.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.hscroll-bar__thumb {
  height: 6px;
  background: #c1c1c1;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: grab;
  transition: background 0.15s;
  min-width: 24px;
}

.hscroll-bar__thumb:active {
  cursor: grabbing;
  background: #999;
}

/* ============================================
   404ページ
   ============================================ */
.error-search-box {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 40px;
  padding: 28px 40px;
  box-sizing: border-box;
}

.error-search-text {
  flex: 0 0 36%;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  box-sizing: border-box;
}

.error-search-text p {
  margin: 0;
}

.error-search-form {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 100px;
  box-sizing: border-box;
}

/* 縦棒 */
.error-search-form::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 64px;
  background: #e5e5e5;
}

.error-search-form input[type="text"] {
  width: 100%;
  height: 45px;
  padding: 0 58px 0 24px;
  border: none;
  border-radius: 999px;
  background: #f5f5f5;
  font-size: 15px;
  color: #333;
  box-sizing: border-box;
  outline: none;
  margin: 0 !important;
  padding: 0 58px 0 24px !important;
}

.error-search-form input[type="text"]::placeholder {
  color: #999;
}

.error-search-form button {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-search-form button img {
  width: 22px;
  height: 22px;
  display: block;
}

.fs-body-notfound .u-mb-40 {
  display: none;
}

@media screen and (max-width: 767px) {
  .error-search-box {
    display: block;
    padding: 28px 22px;
    margin-top: 32px;
  }

  .error-search-text {
    flex: none;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
  }

  .error-search-form {
    width: 100%;
    padding-left: 0;
  }

  .error-search-form::before {
    display: none;
  }

  .error-search-form input[type="text"] {
    height: 52px;
    font-size: 14px;
    padding: 0 52px 0 18px;
  }

  .error-search-form button {
    right: 14px;
  }

  .error-search-form button img {
    width: 20px;
    height: 20px;
  }
}
