@charset "utf-8";
/* CSS Document */

/* =========================
  ページトップ位置調整
========================= */
.fs-body-login,
.fs-body-cart,
.fs-body-register,
.fs-body-register-success,
.fs-body-forgotPassword,
.fs-body-notfound,
.fs-body-my-top,
.fs-body-my-orders,
.fs-body-my-orders-details,
.fs-body-my-wishlist,
.fs-body-my-reviews,
.fs-body-my-addressbook,
.fs-body-my-account-password,
.fs-body-my-account-settings,
.fs-body-my-account-settings-edit,
.fs-body-my-account-delete,
.fs-body-wishlist-login,
.fs-body-review-login,
.fs-body-newsletter-subscribe,
.fs-body-newsletter-subscribe-success,
.fs-body-newsletter-unsubscribe,
.fs-body-newsletter-unsubscribe-success,
.fs-body-customerDetails,
.fs-body-cart-login,
.fs-body-checkout,
.fs-body-checkout-success,
.fs-body-my-addressbook-new,
.fs-body-my-cards,
.fs-body-my-points,
.fs-body-my-coupons {
  padding-top:250px;
}

@media (max-width: 435px) {
  .fs-body-login,
  .fs-body-cart,
  .fs-body-register,
  .fs-body-register-success,
  .fs-body-forgotPassword,
  .fs-body-notfound,
  .fs-body-my-top,
  .fs-body-my-orders,
  .fs-body-my-orders-details,
  .fs-body-my-wishlist,
  .fs-body-my-reviews,
  .fs-body-my-addressbook,
  .fs-body-my-account-password,
  .fs-body-my-account-settings,
  .fs-body-my-account-settings-edit,
  .fs-body-my-account-delete,
  .fs-body-wishlist-login,
  .fs-body-review-login,
  .fs-body-newsletter-subscribe,
  .fs-body-newsletter-subscribe-success,
  .fs-body-newsletter-unsubscribe,
  .fs-body-newsletter-unsubscribe-success,
  .fs-body-customerDetails,
  .fs-body-cart-login,
  .fs-body-checkout,
  .fs-body-checkout-success,
  .fs-body-my-addressbook-new,
  .fs-body-my-cards,
  .fs-body-my-points,
  .fs-body-my-coupons {
    padding-top: 280px;
  }
}


/***************************
 ** パスワード再設定バナー配置
 ****************************/

.pass-reset {
  margin: 20px auto 0;
}
.passreset_SP {
  display: none;
}

@media (max-width:736px) {
  .passreset_SP {
    display: block;
	width: 100%;
  }
  .passreset_PC {
    display: none;
  }
}


/* =========================
  ページ見出し
========================= */

.fs-c-heading--page {
  color: #000;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS 明朝", serif;	
  font-size: 28px;
  font-weight: 700;
}

@media (max-width:1199px) {
  .fs-c-heading--page {
	margin: 1.2em 0;  
  }
}


/* ==============================
  タイトル
============================== */

.fs-c-subSection__title, 
.fs-c-linkedServiceLogin__title {
  color: #000;
  margin-bottom: 1em;
}

/* ==============================
  会員登録：全体
============================== */

.fs-c-inputInformation {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 80px;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
}

.fs-body-login .fs-c-inputInformation__field {
  background: none;
  padding: 0;
}

.fs-c-inputInformation *,
.fs-c-inputInformation *::before,
.fs-c-inputInformation *::after {
  box-sizing: border-box;
}

.fs-body-my-account-password .fs-c-inputInformation__field {
  background: none;
}

/* ==============================
  上部メッセージ
============================== */

.fs-c-inputInformation__message {
  margin: 0 0 30px;
  padding: 20px 24px;
/*  background: #f8f5ef; */
/*  border-left: 5px solid #b89b5e; */
  border-radius: 10px;
}

.fs-c-inputInformation__message p {
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 1.2em;
}

/* ==============================
  フィールドセット
============================== */

.fs-c-memberInfoField,
.fs-c-memberPolicyAgreeField,
.fs-c-privacyPolicyAgreeField {
  margin: 0;
  padding: 0;
  border: none;
}

/* ==============================
  入力テーブル
============================== */

.fs-c-inputTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e6e1d8;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.fs-c-inputTable th,
.fs-c-inputTable td {
  padding: 22px 24px;
/*  border-bottom: 1px solid #eeeeee; */
  vertical-align: top;
}

.fs-c-inputTable tr:last-child th,
.fs-c-inputTable tr:last-child td {
  border-bottom: none;
}

.fs-c-inputTable__headerCell {
  /*width: 260px;*/
  background: #eeeeee;
  color: #3a3328;
  font-weight: 700;
  text-align: left;
}

.fs-c-inputTable__dataCell {
  background: #fff;
}

.fs-c-inputTable__label {
  display: inline-block;
  color: #3a3328;
  font-weight: 700;
  line-height: 1.6;
}

/* ==============================
  必須マーク
============================== */

.register-form-note {
    margin: 0 0 20px;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.register-form-required {
    display: inline-block;
    /*margin-left: 8px;*/
    padding: 2px 3px;
    border-radius: 999px;
    color: #b64b3f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.register-form-required::before {
    content: "*";
    /*display: block;*/
    font-size: 1.2em;
    text-indent: 0;
}
/*
.register-form-required {
    color: #b64b3f;
    font-weight: bold;
    font-size: 1.2em;
}*/

.fs-c-requiredMark {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 3px;
  border-radius: 999px;
  color: #b64b3f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

/* ==============================
  入力欄共通
============================== */

.fs-c-inputField {
  width: 100%;
}

.fs-c-inputField__field {
  width: 100%;
}

.fs-c-inputField input[type="text"],
.fs-c-inputField input[type="password"],
.fs-c-inputField input[type="email"],
.fs-c-inputField input[type="tel"],
.fs-c-inputField select,
.fs-c-inputField textarea,
.fs-c-dropdown__menu {
  width: 100%;
  max-width: 520px;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid #d8d2c8;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fs-c-inputField textarea {
  min-height: 120px;
  resize: vertical;
}

.fs-c-inputField input:focus,
.fs-c-inputField select:focus,
.fs-c-inputField textarea:focus,
.fs-c-dropdown__menu:focus {
  outline: none;
  border-color: #b89b5e;
  box-shadow: 0 0 0 4px rgba(184, 155, 94, 0.16);
}

/* ==============================
  姓・名／フリガナ
============================== */

.fs-c-inputTextGroup {
  display: flex;
  gap: 16px;
  max-width: 520px;
}

.fs-c-inputTextGroup__item {
  flex: 1;
}

.fs-c-inputTextGroup__item input {
  max-width: none;
}

/* ==============================
  ログインボタン・会員登録ボタン・退会するボタン
============================== */

.fs-c-button--primary {
  background-color: #f36154;
  border: #f36154;
  border-radius: 10px;
  font-size: 1.6rem;
  padding: 1em 1.6em;
}

/* ==============================
  キャンセルボタン
============================== */

.fs-c-button--standard {
  border-radius: 10px;
  font-size: 1.6rem;
  padding: 1em 1.6em;
}

/* ==============================
  退会手続きボタン
============================== */

.fs-c-accountService__page--accountDelete {
  flex-basis: 128px;
  flex-grow: 0;
  font-size: 1.2rem;
  align-items: stretch;
}
.fs-c-accountService__pageLink {
  box-shadow: 0 0 2px #b2b2b2;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.fs-c-accountService__pageLink:hover {
  opacity: 0.7;
  text-decoration: none;
}


/* ==============================
  ログアウトボタン
============================== */

.mypage_logout-btn {
  margin-top: 4em;
  text-align: center;
}
.mypage_logout-btn a {
  display: inline-block;
  background-color: #9e9e9e;
  border-radius: 10px;
  color: #FFF;
  font-size: 1.6rem;
  padding: 1em 1.6em;
  transition: opacity 0.3s ease; /* 0.3秒かけてふわっと変化させる */	
}
.mypage_logout-btn a:visited {
  color: #FFF;
}
.mypage_logout-btn a:hover {
  opacity: 0.7;
  color: #FFF;
  text-decoration: none;
}

/* ==============================
  マイページトップボタン
============================== */

.fs-c-button--myPageTop {
  background-color: #9e9e9e;
  border-radius: 10px;
  color: #FFF;
  font-size: 1.6rem;
  padding: 1em 1.6em;
  transition: opacity 0.3s ease; /* 0.3秒かけてふわっと変化させる */	
}
.fs-c-button--myPageTop:visited {
  color: #FFF;
}
.fs-c-button--myPageTop:hover {
  opacity: 0.7;
  color: #FFF;
  text-decoration: none;
}

/* ==============================
  退会手続きボタン
============================== */

/* 退会手続きアイコン */
.fs-c-accountService__page--accountDelete
.fs-c-accountService__pageLink__label::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px auto 2px;

  background-image: url("https://sasagawa.itembox.cloud/item/img/common/withdraw-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 47px;
}

/* ==============================
  パスワード表示ボタン
============================== */

.fs-c-inputGroup {
  position: relative;
  max-width: 520px;
  border: none;
}

.fs-c-inputGroup input[type="password"],
.fs-c-inputGroup input[type="text"] {
  padding-right: 56px;
}

.fs-c-button--displayPassword {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #f1eadc;
  cursor: pointer;
  transform: translateY(-50%);
}

.fs-c-button--displayPassword::before {
  content: "??";
  display: block;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
}

/* ==============================
  郵便番号
============================== */

.fs-c-input--zipCode {
  max-width: 180px !important;
}

/* ==============================
  セレクトボックス
============================== */

.fs-c-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 520px;
}

.fs-c-dropdown__menu {
  appearance: none;
  padding-right: 42px;
  cursor: pointer;
}

.fs-c-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 4px;
  height: 4px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

.fs-c-dropdown::after {
  background: none;
  border-left: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* ==============================
  生年月日
============================== */

.fs-c-inputDate,
.fs-c-dropdownGroup {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.fs-c-inputDate .fs-c-dropdown {
  max-width: none;
}

.fs-c-inputDate__year {
  width: 150px;
}

.fs-c-inputDate__month,
.fs-c-inputDate__date {
  width: 110px;
}

.fs-c-inputDate__month,
.fs-c-inputDate__date {
  display: inline-flex;
}

/* ==============================
  ラジオボタン
============================== */

.fs-c-radioGroup {
  display: flex;
  gap: 18px 24px;
  flex-wrap: wrap;
}

.fs-c-radio {
  display: inline-flex;
  align-items: center;
}

.fs-c-radio__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fs-c-radio__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.fs-c-radio__radioMark {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #d8d2c8;
  border-radius: 50%;
  background: #fff;
}

.fs-c-radio__radio:checked + .fs-c-radio__label .fs-c-radio__radioMark {
  border-color: #b89b5e;
}

.fs-c-radio__radio:checked + .fs-c-radio__label .fs-c-radio__radioMark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #b89b5e;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.fs-c-radio__radioLabelText {
  color: #333;
}

/* ==============================
  補足説明
============================== */

.fs-c-inputField__explanation {
  margin-top: 12px;
  color: #777;
  font-size: 13px;
  line-height: 1.8;
}

/* ==============================
  同意チェック
============================== */

.fs-c-additionalCheckField {
  margin-top: 24px;
  padding: 20px 24px;
  background: #faf8f3;
  border: 1px solid #eee3d2;
  border-radius: 12px;
}

.fs-c-checkbox {
  display: inline-flex;
  align-items: center;
}

.fs-c-checkbox__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fs-c-checkbox__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.fs-c-checkbox__checkMark {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 2px solid #d8d2c8;
  border-radius: 5px;
  background: #fff;
}

.fs-c-checkbox__checkMark::before,
.fs-c-checkbox__checkMark::after {
  content: none;
  display: none;
}

.fs-c-checkbox__checkbox:checked + .fs-c-checkbox__label .fs-c-checkbox__checkMark {
  border-color: #b89b5e;
  background: #b89b5e;
}

.fs-c-checkbox__checkbox:checked + .fs-c-checkbox__label .fs-c-checkbox__checkMark::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 6px;
  height: 11px;
  box-sizing: border-box;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.fs-c-checkbox__labelText a {
  color: #8a6f35;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.fs-c-checkbox__labelText a:hover {
  opacity: 0.75;
}

/* ==============================
  次へボタン
============================== */

.fs-c-inputInformation__button,
.fs-c-buttonContainer {
  margin-top: 40px;
  text-align: center;
}

.fs-c-button--sendVerificationCode,
.fs-c-button--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 54px;
  padding: 14px 36px;
  border: none;
  border-radius: 999px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.fs-c-button--sendVerificationCode:hover,
.fs-c-button--secondary:hover {
  background: #f36154;
  transform: translateY(-1px);
}

.fs-c-button__label {
  color: inherit;
}

/* ボタン下メッセージ */
.fs-c-inputInformation__buttonMessage {
  margin-top: 16px;
  text-align: center;
  color: #777;
  font-size: 13px;
}

.fs-c-inputInformation__buttonMessage p {
  margin: 0;
}

/* ==============================
  エラー・注意文
============================== */

.fs-c-inputError,
.fs-c-errorMessage,
.fs-c-attention,
.fs-c-inputField__error {
  margin-top: 8px;
  color: #b64b3f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

/* ==============================
  サジェスト住所
============================== */

.fs-c-suggestedAddress {
  max-width: 520px;
  margin-top: 8px;
  background: #fff;
  border: 1px solid #e6e1d8;
  border-radius: 8px;
  overflow: hidden;
}

.fs-c-suggestedAddress__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fs-c-suggestedAddress__listItem {
  padding: 10px 14px;
  border-bottom: 1px solid #eee8df;
  cursor: pointer;
}

.fs-c-suggestedAddress__listItem:last-child {
  border-bottom: none;
}

.fs-c-suggestedAddress__listItem:hover {
  background: #faf8f3;
}

.fs-c-suggestedAddress__listItem__zipcode {
  margin-right: 8px;
  color: #8a6f35;
  font-weight: 700;
}

/* ==============================
  マイページ内ボタン
============================== */

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:hover {
  opacity: 0.8;
}


/* ==============================
  スマホ対応
============================== */

@media screen and (max-width: 768px) {
  .fs-c-inputInformation {
    padding: 40px 16px 64px;
    font-size: 14px;
  }

  .fs-c-inputInformation__message {
    margin-bottom: 24px;
    padding: 18px 16px;
  }

  .fs-c-inputTable {
    border-radius: 12px;
  }

  .fs-c-inputTable,
  .fs-c-inputTable tbody,
  .fs-c-inputTable tr,
  .fs-c-inputTable th,
  .fs-c-inputTable td {
    display: block;
    width: 100%;
  }

  .fs-c-inputTable tr {
    border-bottom: 1px solid #eee8df;
  }

  .fs-c-inputTable tr:last-child {
    border-bottom: none;
  }

  .fs-c-inputTable th,
  .fs-c-inputTable td {
    border-bottom: none;
  }

  .fs-c-inputTable__headerCell {
    width: 100%;
    padding: 16px 16px 8px;
  }

  .fs-c-inputTable__dataCell {
    padding: 8px 16px 20px;
  }

  .fs-c-inputField input[type="text"],
  .fs-c-inputField input[type="password"],
  .fs-c-inputField input[type="email"],
  .fs-c-inputField input[type="tel"],
  .fs-c-inputField select,
  .fs-c-inputField textarea,
  .fs-c-dropdown__menu {
    max-width: none;
    font-size: 16px;
  }

  .fs-c-inputTextGroup {
    flex-direction: column;
    gap: 10px;
    max-width: none;
  }

  .fs-c-inputGroup,
  .fs-c-dropdown {
    max-width: none;
  }

  .fs-c-input--zipCode {
    max-width: 220px !important;
  }

  .fs-c-inputDate,
  .fs-c-dropdownGroup {
    gap: 10px;
  }

  .fs-c-inputDate__year {
    width: 100%;
  }

  .fs-c-inputDate__month,
  .fs-c-inputDate__date {
    width: calc(50% - 5px);
  }

  .fs-c-radioGroup {
    gap: 14px 20px;
  }

  .fs-c-additionalCheckField {
    margin-top: 18px;
    padding: 18px 16px;
  }

  .fs-c-inputInformation__button,
  .fs-c-buttonContainer {
    margin-top: 32px;
  }

  .fs-c-button--sendVerificationCode,
  .fs-c-button--secondary {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 480px) {
  .fs-c-inputInformation {
    padding-left: 12px;
    padding-right: 12px;
  }

  .fs-c-inputTable__headerCell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .fs-c-inputTable__dataCell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .fs-c-inputDate__month,
  .fs-c-inputDate__date {
    width: 100%;
  }

  .fs-c-radioGroup {
    flex-direction: column;
    gap: 12px;
  }

  .fs-c-checkbox__label {
    align-items: flex-start;
  }

  .fs-c-checkbox__checkMark {
    margin-top: 2px;
  }
}

/* ==============================
  マイページ内お気に入りリスト
============================== */
.fs-c-wishlistProduct {
  margin-top: 120px
}

.fs-c-productListCarousel {
  margin-top: 20px
}

/***************************
 ** 商品一覧のシステムパーツを整える
 ****************************/
/* 商品カード */
.fs-c-productListItem {
  height: 100%;
}

/* カード内のformを縦並びにする */
.fs-c-productListItem > form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 商品画像エリア */
.fs-c-productListItem__imageContainer {
  width: 100%;
}

/* 商品画像の表示サイズを統一 */
.fs-c-productListItem__image {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* 画像を枠内に収める */
.fs-c-productListItem__image__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 商品名エリアを4行分＋少し余裕を持たせて固定 */
.fs-c-productListItem__productName {
  height: 8em;
  min-height: 8em;
  margin: 12px 0 8px;
  padding: 0 0 0.2em;
  box-sizing: border-box;
  line-height: 1.7;
  overflow: hidden;
}

/* 商品名リンク */
.fs-c-productListItem__productName > a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}

/* 商品名は最大4行 */
.fs-c-productName__name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.7;
}

/* 商品価格エリアの高さを統一 */
.fs-c-productListItem__prices {
  min-height: 70px;
  margin-top: 0;
}

/* 在庫切れ表示などの高さを確保 */
.fs-c-productListItem__notice,
.fs-c-productListItem__outOfStock {
  min-height: 24px;
}

/* ボタンをカードの一番下に揃える */
.fs-c-productListItem__control {
  margin-top: auto;
}

/* カードを縦並び */
.fs-c-productListItem > form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ボタンを一番下に揃える */
.fs-c-productListItem__control {
  margin-top: auto;
}

/***************************
 ** カート
 ****************************/
.cart-announcement-title {
  color: #000;
}
.cart-announcement-body {
  color: #000;
}

.quote-order_btn {
  color: #FFF;
  background-color:#10264c;
  border:#f10264c;
  border-radius: 10px;
  font-size: 1.6rem;
  padding: 1em 1.6em;
  min-width: auto;
}

.quote-order_btn:hover {
  background-color:#10264c;
  opacity: 0.8;
  transform: translateY(0);
}


@media screen and (max-width: 768px) {
  .quote-order_btn {
	width: auto;
  }
}

/***************************
 ** 会員登録
 ****************************/
.register-announcement-title {
  color: #000;
}
.register-announcement-body {
  color: #000;
}