/*==================================
  デザイントークン（商品ページ基準）
==================================*/
html body {
  --ci-content-max: 1216px;
  --ci-text: #222;
  --ci-sub: #555;
  --ci-line: #ddd;
  --ci-line-input: #ccc;
  --ci-accent: #1a4a6a;
  --ci-focus: #1a4a6a;
  --ci-bg-focus: #f8fafb;
  --ci-danger: #b33;
  --ci-sale: #e53e3e;
  --ci-radius: 6px;
  --ci-control-h: 50px;
  --ci-accent-hover: #12354d;
  --ci-fs-body: 14px;
  --ci-fs-label: 14px;
  --ci-fs-input: 16px;
  --ci-fs-cta: 15px;
  --ci-fs-note: 13px;
  --ci-fs-h1: 1.75rem;
}

/*==================================
  全体設定
==================================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--ci-text, #222);
  font-weight: 400;
  font-size: var(--ci-fs-body, 14px);
}

.fs-preview-header {
  display: none;
}

li {
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.fs-l-main {
  margin: 0px auto;
}

.fs-c-heading {
  margin: 0;
  padding: 0;
}

/*==================================
  コンテンツ幅（商品ページ = 1216px）
==================================*/
html body[class] .fs-l-pageMain {
  max-width: var(--ci-content-max);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/*==================================
  ページ見出し（全ページ共通）
==================================*/
html body[class] .fs-c-heading.fs-c-heading--page,
html body[class] h1.fs-c-heading.fs-c-heading--page {
  margin: 28px 0 32px !important;
  padding: 0 !important;
  border: none !important;
  border-bottom: none !important;
  background: transparent !important;
  color: var(--ci-text) !important;
  font-size: var(--ci-fs-h1) !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

@media (max-width: 767px) {
  html body[class] .fs-c-heading.fs-c-heading--page,
  html body[class] h1.fs-c-heading.fs-c-heading--page {
    margin: 20px 0 24px !important;
    font-size: 1.4rem !important;
    letter-spacing: 0.03em !important;
  }
}

/*==================================
  パンくずリスト（商品詳細基準）
==================================*/
html body[class] nav.fs-c-breadcrumb,
html body[class] div.fs-c-breadcrumb {
  width: 100% !important;
  max-width: var(--ci-content-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 8px !important;
  box-sizing: border-box !important;
  color: #666 !important;
}

html body[class] .fs-c-breadcrumb__list {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 2px 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  scrollbar-width: thin;
}

html body[class] .fs-c-breadcrumb__listItem {
  color: #666 !important;
  line-height: 1.5 !important;
}

html body[class] .fs-c-breadcrumb__list a {
  color: #666 !important;
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
}

html body[class] .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: ">" !important;
  display: inline !important;
  padding-left: 0.35em !important;
  padding-right: 0.35em !important;
  font-size: 0.9rem !important;
  color: #aaa !important;
  flex-shrink: 0;
}

html body[class] .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::after {
  content: none !important;
  display: none !important;
}

html body[class] .fs-c-breadcrumb__listItem:last-child {
  display: none !important;
}

html body[class] .fs-c-breadcrumb:has(~ .fs-c-breadcrumb) {
  padding-bottom: 0 !important;
}

html body[class] .fs-c-breadcrumb.is-breadcrumb-last {
  padding-bottom: 8px !important;
}

html body[class] nav.fs-c-breadcrumb + div.fs-c-breadcrumb,
html body[class] .fs-c-breadcrumb + .fs-c-breadcrumb {
  padding-top: 0 !important;
}

html body[class] .fs-c-breadcrumb__list--subgroup {
  margin: 0 !important;
  padding: 2px 0 !important;
}

@media (max-width: 768px) {
  html body[class] nav.fs-c-breadcrumb,
  html body[class] div.fs-c-breadcrumb {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  html body[class] .fs-c-breadcrumb__list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  html body[class] .fs-c-breadcrumb__list a {
    font-size: 0.9rem !important;
  }
}

/*==================================
  共有：グレー入れ子パネル解除
==================================*/
html body[class] .fs-c-inputInformation__field {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/*==================================
  共有：ラベル / 必須マーク
==================================*/
html body[class] .fs-c-inputInformation .fs-c-inputTable__label {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 6px;
  row-gap: 4px;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--ci-text) !important;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

html body[class] .fs-c-inputInformation .fs-c-requiredMark {
  display: inline !important;
  margin: 0 0 0 0.2em !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--ci-danger) !important;
  font-size: 0.875em !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  border-radius: 0 !important;
  line-height: inherit !important;
  height: auto !important;
  width: auto !important;
  white-space: nowrap;
  text-indent: 0 !important;
  vertical-align: baseline;
}

html body[class] .fs-c-inputInformation .fs-c-requiredMark::before,
html body[class] .fs-c-inputInformation .fs-c-requiredMark::after {
  display: none !important;
  content: none !important;
}

/*==================================
  共有：入力フィールド
==================================*/
html body[class] .fs-c-inputInformation input[type="text"],
html body[class] .fs-c-inputInformation input[type="email"],
html body[class] .fs-c-inputInformation input[type="password"],
html body[class] .fs-c-inputInformation input[type="tel"],
html body[class] .fs-c-inputInformation textarea,
html body[class] .fs-c-inputInformation select {
  box-sizing: border-box !important;
  height: auto !important;
  min-height: var(--ci-control-h) !important;
  padding: 10px 14px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: var(--ci-text) !important;
  background: #fff !important;
  border: 1.5px solid var(--ci-line-input) !important;
  border-radius: var(--ci-radius) !important;
  -webkit-text-size-adjust: 100%;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

html body[class] .fs-c-inputInformation input:focus,
html body[class] .fs-c-inputInformation textarea:focus,
html body[class] .fs-c-inputInformation select:focus {
  outline: none !important;
  border-color: var(--ci-focus) !important;
  background-color: var(--ci-bg-focus) !important;
  box-shadow: 0 0 0 3px rgba(26, 74, 106, 0.08) !important;
}

/*==================================
  共有：Primary / Secondary / Standard CTA
  （商品詳細の addToCart はパーツ側が優先）
==================================*/
html body[class] .fs-c-inputInformation .fs-c-button--primary,
html body[class] .fs-c-buttonContainer .fs-c-button--primary,
html body[class] .fs-c-button--login.fs-c-button--primary,
html body[class] .fs-c-button--memberRegister.fs-c-button--primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-height: var(--ci-control-h) !important;
  height: auto !important;
  padding: 12px 24px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.4 !important;
  border-radius: var(--ci-radius) !important;
  background: var(--ci-accent) !important;
  border: 1px solid var(--ci-accent) !important;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

html body[class] .fs-c-inputInformation .fs-c-button--primary:hover,
html body[class] .fs-c-buttonContainer .fs-c-button--primary:hover,
html body[class] .fs-c-button--login.fs-c-button--primary:hover,
html body[class] .fs-c-button--memberRegister.fs-c-button--primary:hover {
  background: var(--ci-accent-hover) !important;
  border-color: var(--ci-accent-hover) !important;
}

html body[class] .fs-c-inputInformation .fs-c-button--secondary,
html body[class] .fs-c-buttonContainer .fs-c-button--secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-height: var(--ci-control-h) !important;
  height: auto !important;
  padding: 12px 24px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.4 !important;
  border-radius: var(--ci-radius) !important;
  background: #fff !important;
  border: 1.5px solid var(--ci-accent) !important;
  color: var(--ci-accent) !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

html body[class] .fs-c-inputInformation .fs-c-button--secondary:hover,
html body[class] .fs-c-buttonContainer .fs-c-button--secondary:hover {
  background: var(--ci-bg-focus) !important;
  border-color: var(--ci-accent) !important;
  color: var(--ci-accent) !important;
}

html body[class] .fs-c-button--standard {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-height: 2.75rem !important;
  padding: 0.625rem 1.25rem !important;
  font-size: 1.1875rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  border-radius: var(--ci-radius) !important;
  background: #fff !important;
  border: 1.5px solid var(--ci-line) !important;
  color: var(--ci-text) !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}

html body[class] .fs-c-button--standard:hover {
  border-color: var(--ci-accent) !important;
  color: var(--ci-accent) !important;
}

/*==================================
  認証・メルマガ：レイアウト固有
==================================*/
html body.fs-body-login,
html body.fs-body-forgotPassword,
html body.fs-body-newsletter-subscribe,
html body.fs-body-newsletter-unsubscribe {
  color: var(--ci-text);
}

html body.fs-body-login .fs-l-pageMain,
html body.fs-body-forgotPassword .fs-l-pageMain,
html body.fs-body-newsletter-subscribe .fs-l-pageMain,
html body.fs-body-newsletter-unsubscribe .fs-l-pageMain {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

html body.fs-body-login .fs-c-inputInformation__field,
html body.fs-body-forgotPassword .fs-c-inputInformation__field,
html body.fs-body-newsletter-subscribe .fs-c-inputInformation__field,
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field {
  margin: 0 !important;
  padding: 0 !important;
}

html body.fs-body-login .fs-c-fsLoginField,
html body.fs-body-forgotPassword .fs-c-inputInformation fieldset,
html body.fs-body-newsletter-subscribe .fs-c-inputInformation fieldset,
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation fieldset {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  min-inline-size: 0;
}

html body.fs-body-login .fs-c-subSection__title,
html body.fs-body-login .fs-c-linkedServiceLogin__title,
html body.fs-body-forgotPassword .fs-c-subSection__title,
html body.fs-body-newsletter-subscribe .fs-c-subSection__title,
html body.fs-body-newsletter-unsubscribe .fs-c-subSection__title {
  margin: 0 0 1.25rem !important;
  padding: 0 0 0.75rem !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.5 !important;
  color: var(--ci-text) !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #ececec !important;
}

html body.fs-body-login .fs-c-registeredUsers,
html body.fs-body-login .fs-c-newUsers {
  margin: 0 0 2.5rem !important;
  padding: 0 !important;
}

html body.fs-body-login .fs-c-otherServiceLogin,
html body.fs-body-login .fs-c-linkedServiceLogin {
  margin: 2rem 0 0 !important;
  padding: 0 !important;
}

html body.fs-body-login .fs-c-newUsers__message,
html body.fs-body-login .fs-c-subSection__message {
  margin: 0 0 1.25rem !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: var(--ci-sub) !important;
  letter-spacing: 0.03em;
}

/* ログイン等：ラベル上・入力下の縦スタック */
html body.fs-body-login .fs-c-inputInformation .fs-c-inputTable,
html body.fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable,
html body.fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable,
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable {
  width: 100% !important;
  border-collapse: collapse !important;
  border: none !important;
  display: block !important;
}

html body.fs-body-login .fs-c-inputInformation .fs-c-inputTable tbody,
html body.fs-body-login .fs-c-inputInformation .fs-c-inputTable tr,
html body.fs-body-login .fs-c-inputInformation .fs-c-inputTable__headerCell,
html body.fs-body-login .fs-c-inputInformation .fs-c-inputTable__dataCell,
html body.fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable tbody,
html body.fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable tr,
html body.fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable__headerCell,
html body.fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable__dataCell,
html body.fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable tbody,
html body.fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable tr,
html body.fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable__headerCell,
html body.fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable__dataCell,
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable tbody,
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable tr,
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable__headerCell,
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable__dataCell {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: none !important;
}

html body.fs-body-login .fs-c-inputInformation .fs-c-inputTable tr,
html body.fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable tr,
html body.fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable tr,
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable tr {
  margin: 0 0 1.25rem !important;
}

html body.fs-body-login .fs-c-inputInformation .fs-c-inputTable__headerCell,
html body.fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable__headerCell,
html body.fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable__headerCell,
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable__headerCell {
  padding: 0 0 0.4rem !important;
  text-align: left !important;
}

html body.fs-body-login .fs-c-inputInformation .fs-c-inputTable__dataCell,
html body.fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable__dataCell,
html body.fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable__dataCell,
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable__dataCell {
  padding: 0 !important;
}

html body.fs-body-login .fs-c-inputInformation input[type="text"],
html body.fs-body-login .fs-c-inputInformation input[type="email"],
html body.fs-body-login .fs-c-inputInformation input[type="password"],
html body.fs-body-login .fs-c-inputInformation input[type="tel"],
html body.fs-body-forgotPassword .fs-c-inputInformation input[type="text"],
html body.fs-body-forgotPassword .fs-c-inputInformation input[type="email"],
html body.fs-body-forgotPassword .fs-c-inputInformation input[type="password"],
html body.fs-body-forgotPassword .fs-c-inputInformation input[type="tel"],
html body.fs-body-newsletter-subscribe .fs-c-inputInformation input[type="text"],
html body.fs-body-newsletter-subscribe .fs-c-inputInformation input[type="email"],
html body.fs-body-newsletter-subscribe .fs-c-inputInformation input[type="password"],
html body.fs-body-newsletter-subscribe .fs-c-inputInformation input[type="tel"],
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation input[type="text"],
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation input[type="email"],
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation input[type="password"],
html body.fs-body-newsletter-unsubscribe .fs-c-inputInformation input[type="tel"] {
  width: 100% !important;
  max-width: 100% !important;
}

html body.fs-body-login .fs-c-button--login.fs-c-button--primary,
html body.fs-body-login .fs-c-button--memberRegister.fs-c-button--primary,
html body.fs-body-forgotPassword .fs-c-button--primary,
html body.fs-body-newsletter-subscribe .fs-c-button--primary,
html body.fs-body-newsletter-unsubscribe .fs-c-button--primary {
  width: 100% !important;
  max-width: 420px !important;
}

html body.fs-body-login .fs-c-buttonContainer,
html body.fs-body-forgotPassword .fs-c-buttonContainer,
html body.fs-body-newsletter-subscribe .fs-c-buttonContainer,
html body.fs-body-newsletter-unsubscribe .fs-c-buttonContainer {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

html body.fs-body-login .fs-c-inputInformation__link,
html body.fs-body-login .fs-c-textLinkContainer {
  display: flex !important;
  justify-content: center !important;
  margin: 1rem 0 0 !important;
  text-align: center !important;
}

html body.fs-body-login .fs-c-textLink {
  color: var(--ci-accent) !important;
  font-size: 13px !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

html body.fs-body-login .fs-c-textLink:hover {
  color: var(--ci-accent-hover) !important;
}

html body.fs-body-login .fs-c-anotherLogin__button--amazon {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/*==================================
  マイページ横断（wishlist / orders / top 等）
==================================*/
html body[class*="fs-body-my"] {
  color: var(--ci-text);
}

html body[class*="fs-body-my"] .fs-l-pageMain {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
}

/* テーマの青リンクを店舗アクセントへ */
html body[class*="fs-body-my"] .fs-l-pageMain a:not([class*="fs-c-button--"]):not([class*="header"]) {
  color: var(--ci-accent);
}

html body[class*="fs-body-my"] .fs-l-pageMain a:not([class*="fs-c-button--"]):hover {
  color: var(--ci-accent-hover);
}

html body[class*="fs-body-my"] .fs-c-button--plain,
html body[class*="fs-body-my"] a.fs-c-button--plain {
  color: var(--ci-accent) !important;
}

html body[class*="fs-body-my"] .fs-c-button--plain:hover,
html body[class*="fs-body-my"] a.fs-c-button--plain:hover {
  color: var(--ci-accent-hover) !important;
}

/* 説明リスト（お気に入り説明など） */
html body[class*="fs-body-my"] .fs-p-announcement {
  max-width: 800px;
  margin: 0 auto 2rem;
  padding: 1.25rem 1.5rem;
  background: var(--ci-bg-focus);
  border: 1px solid var(--ci-line);
  border-radius: var(--ci-radius);
  box-sizing: border-box;
}

html body[class*="fs-body-my"] .fs-p-announcement .fs-c-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

html body[class*="fs-body-my"] .fs-p-announcement .fs-c-list li {
  position: relative;
  margin: 0;
  padding: 0.35rem 0 0.35rem 1.1em;
  font-size: var(--ci-fs-note);
  line-height: 1.7;
  color: var(--ci-sub);
  list-style: none !important;
}

html body[class*="fs-body-my"] .fs-p-announcement .fs-c-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ci-accent);
}

/* お気に入り商品リスト */
html body[class*="fs-body-my"] .fs-c-wishList.fs-c-productList,
html body[class*="fs-body-my"] .fs-c-productList {
  width: 100%;
  max-width: 100%;
}

html body[class*="fs-body-my"] .fs-c-wishList .fs-c-productList__list,
html body.fs-body-my-wishlist .fs-c-productList__list,
html body.fs-body-my-top .fs-c-productList__list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 28px 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

html body[class*="fs-body-my"] .fs-c-productList__list__item,
html body[class*="fs-body-my"] .fs-c-productListItem {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
}

html body[class*="fs-body-my"] .fs-c-productListItem__image__image,
html body[class*="fs-body-my"] .fs-c-productImage__image {
  border-radius: var(--ci-radius);
}

html body[class*="fs-body-my"] .fs-c-productListItem a {
  color: var(--ci-text) !important;
  text-decoration: none !important;
}

html body[class*="fs-body-my"] .fs-c-productListItem a:hover {
  color: var(--ci-accent) !important;
}

/* 注文履歴 */
html body[class*="fs-body-my"] .fs-c-history {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 1.5rem 2rem;
  align-items: start;
  margin-top: 0.5rem;
}

html body[class*="fs-body-my"] .fs-c-history__info {
  order: 2;
  padding: 1.25rem;
  background: var(--ci-bg-focus);
  border: 1px solid var(--ci-line);
  border-radius: var(--ci-radius);
  box-sizing: border-box;
}

html body[class*="fs-body-my"] .fs-c-history__listContainer {
  order: 1;
  min-width: 0;
}

html body[class*="fs-body-my"] .fs-c-history__termCtrl {
  margin-bottom: 1rem;
}

html body[class*="fs-body-my"] .fs-c-history select.fs-c-dropdown__menu,
html body[class*="fs-body-my"] .fs-c-history .fs-c-dropdown__menu {
  width: 100%;
  min-height: var(--ci-control-h);
  padding: 10px 36px 10px 14px;
  font-size: var(--ci-fs-input) !important;
  color: var(--ci-text);
  background-color: #fff;
  border: 1.5px solid var(--ci-line-input);
  border-radius: var(--ci-radius);
  box-sizing: border-box;
}

html body[class*="fs-body-my"] .fs-c-history__term {
  margin: 0 0 1rem;
  font-size: var(--ci-fs-note);
  line-height: 1.6;
  color: var(--ci-sub);
}

html body[class*="fs-body-my"] .fs-c-history__total .fs-c-pairList {
  margin: 0;
  padding: 0;
}

html body[class*="fs-body-my"] .fs-c-history__total dt,
html body[class*="fs-body-my"] .fs-c-history__total dd {
  font-size: var(--ci-fs-label);
  color: var(--ci-text);
  line-height: 1.7;
}

html body[class*="fs-body-my"] .fs-c-history__total .fs-c-price {
  font-weight: 700;
  color: var(--ci-text) !important;
}

/* 空状態 */
html body[class*="fs-body-my"] .fs-c-noResultMessage,
html body[class*="fs-body-my"] .fs-c-history__message {
  margin: 0 !important;
  padding: 2.5rem 1.5rem !important;
  background: var(--ci-bg-focus) !important;
  border: 1px solid var(--ci-line) !important;
  border-radius: var(--ci-radius) !important;
  box-shadow: none !important;
  text-align: center !important;
}

html body[class*="fs-body-my"] .fs-c-noResultMessage__title {
  margin: 0 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: var(--ci-sub) !important;
}

/* マイページトップへ */
html body[class*="fs-body-my"] .fs-c-buttonContainer--myPageTop {
  margin-top: 2rem !important;
  text-align: center !important;
}

html body[class*="fs-body-my"] .fs-c-button--myPageTop,
html body[class*="fs-body-my"] a.fs-c-button--myPageTop {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 2.75rem !important;
  padding: 0.625rem 1.5rem !important;
  font-size: var(--ci-fs-cta) !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  color: var(--ci-accent) !important;
  background: #fff !important;
  border: 1.5px solid var(--ci-accent) !important;
  border-radius: var(--ci-radius) !important;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: background 0.15s ease, color 0.15s ease;
}

html body[class*="fs-body-my"] .fs-c-button--myPageTop:hover,
html body[class*="fs-body-my"] a.fs-c-button--myPageTop:hover {
  background: var(--ci-bg-focus) !important;
  color: var(--ci-accent-hover) !important;
  border-color: var(--ci-accent-hover) !important;
}

html body[class*="fs-body-my"] .fs-c-accountService__pageLink {
  color: var(--ci-text) !important;
}

html body[class*="fs-body-my"] .fs-c-accountService__pageLink:hover {
  color: var(--ci-accent) !important;
  background: var(--ci-bg-focus) !important;
}

@media (max-width: 900px) {
  html body[class*="fs-body-my"] .fs-c-history {
    grid-template-columns: 1fr;
  }

  html body[class*="fs-body-my"] .fs-c-history__info {
    order: 0;
  }

  html body[class*="fs-body-my"] .fs-c-history__listContainer {
    order: 0;
  }
}

@media (max-width: 767px) {
  html body[class*="fs-body-my"] .fs-l-pageMain {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  html body[class*="fs-body-my"] .fs-c-wishList .fs-c-productList__list,
  html body.fs-body-my-wishlist .fs-c-productList__list,
  html body.fs-body-my-top .fs-c-productList__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  html body[class*="fs-body-my"] .fs-p-announcement {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
}

/*==================================
  商品一覧・検索結果：共有（カード文字・価格・バッジ・コントローラ）
  .fs-c-productListItem 配下に限定し、PDP の価格スタイルは壊さない
==================================*/
html body .fs-c-productListItem__productName a {
  color: var(--ci-text) !important;
  text-decoration: none !important;
}

html body .fs-c-productListItem__productName a:hover {
  color: var(--ci-accent) !important;
}

html body .fs-c-productListItem .fs-c-productPrice__main__price span {
  color: var(--ci-text);
}

html body .fs-c-productListItem .fs-c-productPrice--listed .fs-c-productPrice__main__price {
  text-decoration: line-through;
  color: #999;
}

html body .fs-c-productListItem .fs-c-productPrice--listed ~ .fs-c-productPrice--selling .fs-c-productPrice__main__price,
html body .fs-c-productListItem .fs-c-productPrice--listed ~ .fs-c-productPrice--selling .fs-c-productPrice__main__price span {
  color: var(--ci-sale) !important;
  font-size: calc(1em + 2px);
  font-weight: 700;
}

html body .fs-c-productListItem .fs-c-productPrice__main__label {
  display: none;
}

html body .fs-c-productListItem__lowInStock,
html body .fs-c-productListItem__outOfStock,
html body .fs-c-productListItem__numberOfStock {
  display: inline-block;
  border-radius: 12px;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

html body .fs-c-productListItem__numberOfStock {
  background: #64748b;
}

html body .fs-c-productListItem__outOfStock {
  background: #dc2626;
}

html body .fs-c-productListItem__lowInStock {
  background: #f59e0b;
}

html body .fs-c-productListItem__image__image,
html body .fs-c-productListItem .fs-c-productImage__image {
  border-radius: var(--ci-radius);
  box-sizing: border-box;
}

html body .fs-c-productList__controller {
  border-color: var(--ci-line);
  color: var(--ci-sub);
}

html body .fs-c-productList__controller .fs-c-sortItems__label,
html body .fs-c-listControl__status {
  color: #888;
}

html body .fs-c-productList__controller .fs-c-sortItems__list__item__label {
  color: #777;
}

html body .fs-c-productList__controller .fs-c-sortItems__list__item__label:hover,
html body .fs-c-productList__controller .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
  color: var(--ci-text);
}

html body .fs-c-productList__controller .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
  border-bottom-color: var(--ci-text);
}

html body .fs-c-listControl__status__total,
html body .fs-c-listControl__status__indication {
  color: var(--ci-sub);
}

html body .fs-c-listControl__status__total__label,
html body .fs-c-listControl__status__indication__label {
  color: #999;
}
