@charset "UTF-8";
/**********************
コマクリCLASS調整
***********************/
a {
  color: #434343;
}

.fw-bold {
  font-weight: bold;
}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
  border-color: #F5F5F5;
}

textarea {
  padding: 3px 5px;
}

/*ボタン*/
.fs-c-button--primary, .fs-cart-base-total .fs-c-button--secondary, .fs-body-my-addressbook a.fs-c-button--addToAddressbook.fs-c-button--secondary, .fs-body-my-addressbook .fs-c-listTable .fs-c-button--secondary, .fs-body-my-addressbook .fs-c-button--cancel, .fs-body-my-cards .fs-c-buttonContainer .fs-c-button--secondary,
.fs-c-button--topPage {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background: #666666;
  padding: 0;
  box-shadow: none;
  letter-spacing: 0.8px;
  border: none;
  text-decoration: none;
}

/*ボタン（マイページ）*/
.fs-c-button--myPageTop, .fs-body-my-coupons .fs-c-button--plain, .fs-body-my-wishlist .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain, .fs-body-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain,
.fs-body-newsletter-subscribe .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain,
.fs-body-cart-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain,
.fs-body-review-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain,
.fs-body-wishlist-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain, .fs-body-my-points .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain, .fs-body-my-account-delete .fs-c-inputInformation__button a.fs-c-button--cancel.fs-c-button--standard, .fs-body-my-account-delete .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain, .fs-body-my-account-settings-edit .fs-c-inputInformation__button a.fs-c-button--cancel.fs-c-button--standard, .fs-body-my-account-settings-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain, .fs-body-my-addressbook-new a.fs-c-button--cancel.fs-c-button--standard,
.fs-body-my-addressbook-edit a.fs-c-button--cancel.fs-c-button--standard, .fs-body-my-addressbook .fs-c-listTable .fs-c-button--standard, .fs-body-my-addressbook .fs-c-button--confirmDelete, .fs-body-my-orders-details .fs-c-buttonContainer.fs-c-buttonContainer--back button.fs-c-button--back.fs-c-button--standard, .fs-body-my-reviews .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain, .fs-body-my-cards .fs-c-buttonContainer .fs-c-button--standard, .fs-body-my-cards .fs-c-buttonContainer .fs-c-button--plain {
  font-size: 16px;
  color: #434343;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  letter-spacing: 0.8px;
  background: #F9F9F9;
  padding: 0;
  box-shadow: none;
  border: 1px solid #666666;
  text-decoration: none;
}

.fs-c-button--plain {
  color: #666666;
}

/*ログイン*/
.fs-body-login .fs-c-loginForm,
.fs-body-newsletter-subscribe .fs-c-loginForm,
.fs-body-cart-login .fs-c-loginForm,
.fs-body-review-login .fs-c-loginForm,
.fs-body-wishlist-login .fs-c-loginForm {
  display: block;
}
.fs-body-login .fs-c-loginForm span.fs-c-button__label,
.fs-body-newsletter-subscribe .fs-c-loginForm span.fs-c-button__label,
.fs-body-cart-login .fs-c-loginForm span.fs-c-button__label,
.fs-body-review-login .fs-c-loginForm span.fs-c-button__label,
.fs-body-wishlist-login .fs-c-loginForm span.fs-c-button__label {
  color: #fff;
}
.fs-body-login .fs-c-loginForm .fs-c-subSection__title,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-subSection__title,
.fs-body-cart-login .fs-c-loginForm .fs-c-subSection__title,
.fs-body-review-login .fs-c-loginForm .fs-c-subSection__title,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-subSection__title {
  border: none;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #434343;
}
.fs-body-login .fs-c-loginForm .fs-c-inputInformation__field,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-loginForm .fs-c-inputInformation__field,
.fs-body-review-login .fs-c-loginForm .fs-c-inputInformation__field,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-inputInformation__field {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #F5F5F5;
  border-radius: 12px;
}
.fs-body-login .fs-c-loginForm .fs-c-inputInformation__message,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-inputInformation__message,
.fs-body-cart-login .fs-c-loginForm .fs-c-inputInformation__message,
.fs-body-review-login .fs-c-loginForm .fs-c-inputInformation__message,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-inputInformation__message {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 15px;
  text-align: left;
  line-height: 1.5;
}
.fs-body-login .fs-c-loginForm .fs-c-buttonContainer,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-buttonContainer,
.fs-body-cart-login .fs-c-loginForm .fs-c-buttonContainer,
.fs-body-review-login .fs-c-loginForm .fs-c-buttonContainer,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-buttonContainer {
  padding: 0;
}
.fs-body-login .fs-c-loginForm div#AmazonPayButton img#OffAmazonPaymentsWidgets0,
.fs-body-newsletter-subscribe .fs-c-loginForm div#AmazonPayButton img#OffAmazonPaymentsWidgets0,
.fs-body-cart-login .fs-c-loginForm div#AmazonPayButton img#OffAmazonPaymentsWidgets0,
.fs-body-review-login .fs-c-loginForm div#AmazonPayButton img#OffAmazonPaymentsWidgets0,
.fs-body-wishlist-login .fs-c-loginForm div#AmazonPayButton img#OffAmazonPaymentsWidgets0 {
  width: 195px;
  height: auto;
  max-height: initial;
}
.fs-body-login .fs-c-loginForm .fs-c-button--login,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-button--login,
.fs-body-cart-login .fs-c-loginForm .fs-c-button--login,
.fs-body-review-login .fs-c-loginForm .fs-c-button--login,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-button--login {
  background: #D47D7D;
  border: none;
}
.fs-body-login .fs-c-loginForm .fs-c-inputInformation__link,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-inputInformation__link,
.fs-body-cart-login .fs-c-loginForm .fs-c-inputInformation__link,
.fs-body-review-login .fs-c-loginForm .fs-c-inputInformation__link,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-inputInformation__link {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
}
.fs-body-login .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--amazon .fs-c-anotherLogin__message,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--amazon .fs-c-anotherLogin__message,
.fs-body-cart-login .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--amazon .fs-c-anotherLogin__message,
.fs-body-review-login .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--amazon .fs-c-anotherLogin__message,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--amazon .fs-c-anotherLogin__message {
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.fs-body-login .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--line .fs-c-anotherLogin__message,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--line .fs-c-anotherLogin__message,
.fs-body-cart-login .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--line .fs-c-anotherLogin__message,
.fs-body-review-login .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--line .fs-c-anotherLogin__message,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-anotherLogin.fs-c-anotherLogin--line .fs-c-anotherLogin__message {
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
}
.fs-body-login .fs-c-loginForm .fs-c-newUsers,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-newUsers,
.fs-body-cart-login .fs-c-loginForm .fs-c-newUsers,
.fs-body-review-login .fs-c-loginForm .fs-c-newUsers,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-newUsers {
  margin: 0;
  border-top: 1px solid #F5F5F5;
  padding: 40px 0 0;
}
.fs-body-login .fs-c-loginForm .fs-c-newUsers h2.fs-c-newUsers__title.fs-c-subSection__title,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-newUsers h2.fs-c-newUsers__title.fs-c-subSection__title,
.fs-body-cart-login .fs-c-loginForm .fs-c-newUsers h2.fs-c-newUsers__title.fs-c-subSection__title,
.fs-body-review-login .fs-c-loginForm .fs-c-newUsers h2.fs-c-newUsers__title.fs-c-subSection__title,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-newUsers h2.fs-c-newUsers__title.fs-c-subSection__title {
  margin-bottom: 24px;
}
.fs-body-login .fs-c-loginForm .fs-c-newUsers .fs-c-newUsers__message.fs-c-subSection__message,
.fs-body-newsletter-subscribe .fs-c-loginForm .fs-c-newUsers .fs-c-newUsers__message.fs-c-subSection__message,
.fs-body-cart-login .fs-c-loginForm .fs-c-newUsers .fs-c-newUsers__message.fs-c-subSection__message,
.fs-body-review-login .fs-c-loginForm .fs-c-newUsers .fs-c-newUsers__message.fs-c-subSection__message,
.fs-body-wishlist-login .fs-c-loginForm .fs-c-newUsers .fs-c-newUsers__message.fs-c-subSection__message {
  text-align: center;
  font-size: 13px;
  margin-bottom: 24px;
}

/*カートレイアウト*/
.fs-cart-base-item, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable {
  /*カートの商品リスト*/
  /*送料無料案内*/
}
.fs-cart-base-item .fs-c-cartTable__product, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartTable__product,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartTable__product {
  grid-template-columns: 120px 1fr;
  grid-gap: 0;
  margin-bottom: 10px;
}
.fs-cart-base-item .fs-c-listedProductName, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-listedProductName,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-listedProductName {
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.fs-cart-base-item .fs-c-listedProductName__variation, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-listedProductName__variation,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-listedProductName__variation, .fs-cart-base-item .fs-c-listedProductName__selection, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-listedProductName__selection,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-listedProductName__selection {
  font-size: 10px;
  line-height: 1.6;
  display: block;
  margin-top: 5px;
}
.fs-cart-base-item .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #434343;
  font-weight: 500;
}
.fs-cart-base-item span.fs-c-price__currencyMark, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable span.fs-c-price__currencyMark,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable span.fs-c-price__currencyMark {
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
}
.fs-cart-base-item span.fs-c-price__value, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable span.fs-c-price__value,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable span.fs-c-price__value {
  font-size: 20px;
}
.fs-cart-base-item .fs-c-price, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-price,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-price {
  font-weight: 500;
  letter-spacing: 1.2px;
}
.fs-cart-base-item .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed), .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed),
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 13px;
}
.fs-cart-base-item .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
  display: none;
}
.fs-cart-base-item .fs-c-cartTable__actionButton__container > button, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartTable__actionButton__container > button,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartTable__actionButton__container > button {
  background: #efefef;
  padding: 10px 0;
  border-radius: 9999px;
}
.fs-cart-base-item .fs-c-cartTable__actionButton__container > button .fs-c-button__label, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartTable__actionButton__container > button .fs-c-button__label,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartTable__actionButton__container > button .fs-c-button__label {
  font-size: 13px;
  color: #434343;
}
.fs-cart-base-item .fs-c-cartTable__dataCell--point::before, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartTable__dataCell--point::before,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartTable__dataCell--point::before, .fs-cart-base-item .fs-c-cartTable__dataCell--quantity::before, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartTable__dataCell--quantity::before,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartTable__dataCell--quantity::before, .fs-cart-base-item .fs-c-cartTable__dataCell--subtotal::before, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartTable__dataCell--subtotal::before,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartTable__dataCell--subtotal::before {
  margin-right: 15px;
  font-size: 13px;
}
.fs-cart-base-item [type="hidden"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="hidden"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="hidden"], .fs-cart-base-item [type="text"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="text"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="text"], .fs-cart-base-item [type="search"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="search"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="search"], .fs-cart-base-item [type="tel"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="tel"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="tel"], .fs-cart-base-item [type="url"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="url"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="url"], .fs-cart-base-item [type="email"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="email"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="email"], .fs-cart-base-item [type="password"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="password"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="password"], .fs-cart-base-item [type="datetime"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="datetime"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="datetime"], .fs-cart-base-item [type="date"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="date"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="date"], .fs-cart-base-item [type="month"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="month"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="month"], .fs-cart-base-item [type="week"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="week"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="week"], .fs-cart-base-item [type="time"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="time"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="time"], .fs-cart-base-item [type="datetime-local"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="datetime-local"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="datetime-local"], .fs-cart-base-item [type="number"], .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable [type="number"],
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable [type="number"], .fs-cart-base-item select, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable select,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable select, .fs-cart-base-item textarea, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable textarea,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable textarea {
  border-radius: 0;
  border-color: #F5F5F5;
  padding: 5px;
}
.fs-cart-base-item td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price__price, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price__price,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price__price {
  align-items: baseline;
  font-weight: 500;
}
.fs-cart-base-item .fs-c-cartTable__row, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartTable__row,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartTable__row {
  border-color: #F5F5F5;
  padding-bottom: 16px;
}
.fs-cart-base-item .fs-c-cartDiscountInfo, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo {
  margin: 0;
}
.fs-cart-base-item .fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__info, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__info,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__info {
  color: #D47D7D;
  font-size: 16px;
  align-items: baseline;
}
.fs-cart-base-item .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more {
  display: inline-block;
  padding: 0 5px;
}
.fs-cart-base-item .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more .fs-c-price, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more .fs-c-price,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more .fs-c-price {
  color: #D47D7D;
}
.fs-cart-base-item .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more .fs-c-price__currencyMark, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more .fs-c-price__currencyMark,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more .fs-c-price__currencyMark {
  font-size: 20px;
}
.fs-cart-base-item .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more .fs-c-price__value, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more .fs-c-price__value,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo span.fs-c-cartDiscountInfo__more .fs-c-price__value {
  font-size: 20px;
}
.fs-cart-base-item .fs-c-cartDiscountInfo .fs-c-price__currencyMark, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo .fs-c-price__currencyMark,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo .fs-c-price__currencyMark,
.fs-cart-base-item .fs-c-cartDiscountInfo .fs-c-price__value,
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo .fs-c-price__value,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo .fs-c-price__value {
  font-size: 20px;
}
.fs-cart-base-item .fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__note, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__note,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__note {
  display: none;
}

.fs-cart-base-total {
  /*合計金額表示エリア*/
}
.fs-cart-base-total .fs-c-orderTotalTable > thead > tr th, .fs-cart-base-total .fs-c-orderTotalTable > thead > tr td, .fs-cart-base-total .fs-c-orderTotalTable > tfoot > tr th, .fs-cart-base-total .fs-c-orderTotalTable > tfoot > tr td, .fs-cart-base-total .fs-c-orderTotalTable > tbody > tr th, .fs-cart-base-total .fs-c-orderTotalTable > tbody > tr td {
  font-size: 13px;
  border-color: #F5F5F5;
}
.fs-cart-base-total .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-color: #F5F5F5;
}
.fs-cart-base-total .fs-c-price {
  align-items: center;
  font-weight: 500;
}
.fs-cart-base-total .fs-c-price__currencyMark {
  color: #D47D7D;
  display: inline-block;
  font-size: 16px;
  margin-right: 3px;
}
.fs-cart-base-total .fs-c-price__value {
  font-size: 22px;
  color: #D47D7D;
}
.fs-cart-base-total tr.fs-c-orderTotalTable__getPoint td {
  font-size: 16px;
  font-weight: bold;
}
.fs-cart-base-total tr.fs-c-orderTotalTable__getPoint td:after {
  content: 'ポイント';
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  font-weight: normal;
}
.fs-cart-base-total .fs-c-buttonContainer--loginAndPurchase .fs-c-button--primary, .fs-cart-base-total .fs-c-buttonContainer--loginAndPurchase .fs-c-button--secondary, .fs-cart-base-total .fs-c-buttonContainer--loginAndPurchase .fs-body-my-addressbook a.fs-c-button--addToAddressbook.fs-c-button--secondary, .fs-body-my-addressbook .fs-cart-base-total .fs-c-buttonContainer--loginAndPurchase a.fs-c-button--addToAddressbook.fs-c-button--secondary, .fs-cart-base-total .fs-c-buttonContainer--loginAndPurchase .fs-body-my-addressbook .fs-c-button--cancel, .fs-body-my-addressbook .fs-cart-base-total .fs-c-buttonContainer--loginAndPurchase .fs-c-button--cancel {
  background: #D47D7D;
}
.fs-cart-base-total .fs-c-button--primary, .fs-cart-base-total .fs-c-button--secondary, .fs-cart-base-total .fs-body-my-addressbook a.fs-c-button--addToAddressbook.fs-c-button--secondary, .fs-body-my-addressbook .fs-cart-base-total a.fs-c-button--addToAddressbook.fs-c-button--secondary, .fs-cart-base-total .fs-body-my-addressbook .fs-c-listTable .fs-c-button--secondary, .fs-body-my-addressbook .fs-c-listTable .fs-cart-base-total .fs-c-button--secondary, .fs-cart-base-total .fs-body-my-addressbook .fs-c-button--cancel, .fs-body-my-addressbook .fs-cart-base-total .fs-c-button--cancel, .fs-cart-base-total .fs-body-my-cards .fs-c-buttonContainer .fs-c-button--secondary, .fs-body-my-cards .fs-c-buttonContainer .fs-cart-base-total .fs-c-button--secondary, .fs-cart-base-total .fs-c-button--topPage {
  background: #666666;
  border: none;
}
.fs-cart-base-total .fs-c-button--primary span.fs-c-button__label, .fs-cart-base-total .fs-c-button--secondary span.fs-c-button__label, .fs-cart-base-total .fs-body-my-addressbook .fs-c-button--cancel span.fs-c-button__label, .fs-body-my-addressbook .fs-cart-base-total .fs-c-button--cancel span.fs-c-button__label, .fs-cart-base-total .fs-c-button--topPage span.fs-c-button__label {
  color: #fff;
}
.fs-cart-base-total .fs-c-buttonContainer + .fs-c-buttonContainer {
  padding: 0;
}
.fs-cart-base-total .fs-c-cartPayment p, .fs-cart-base-total .fs-c-payWithAmazon p {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #666666;
}
.fs-cart-base-total .fs-c-cartPayment p + p, .fs-cart-base-total .fs-c-payWithAmazon p + p {
  margin-bottom: 0;
}
.fs-cart-base-total div#AmazonPayButton {
  margin: 10px 0 30px;
}
.fs-cart-base-total div#AmazonPayButton img {
  width: 100% !important;
  height: auto !important;
  max-height: initial !important;
}

/*レビュー*/
.fs-review-base h1.fs-c-heading--page, .fs-body-my-reviews h1.fs-c-heading--page {
  font-size: 16px;
  padding: 20px 0 15px;
}
.fs-review-base .fs-c-listControl, .fs-body-my-reviews .fs-c-listControl {
  font-size: 13px;
  color: #434343;
}
.fs-review-base .fs-c-reviewList__item, .fs-body-my-reviews .fs-c-reviewList__item {
  padding: 25px 0;
  border-color: #F5F5F5;
}
.fs-review-base .fs-c-productImage__image, .fs-body-my-reviews .fs-c-productImage__image {
  width: 135px;
}
.fs-review-base .fs-c-productName, .fs-body-my-reviews .fs-c-productName {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
.fs-review-base .fs-c-reviewRating, .fs-body-my-reviews .fs-c-reviewRating {
  margin-top: 5px;
  margin-bottom: 10px;
}
.fs-review-base .fs-c-reviewRating .fs-c-reviewStars::before, .fs-body-my-reviews .fs-c-reviewRating .fs-c-reviewStars::before {
  color: #CEC078;
  font-size: 1.6rem;
}
.fs-review-base .fs-c-reviewList__item__info, .fs-body-my-reviews .fs-c-reviewList__item__info {
  line-height: 1.5;
}
.fs-review-base .fs-c-reviewInfo__reviewer, .fs-body-my-reviews .fs-c-reviewInfo__reviewer,
.fs-review-base .fs-c-reviewer__profile,
.fs-body-my-reviews .fs-c-reviewer__profile {
  font-size: 12px;
  color: #999;
}
.fs-review-base .fs-c-reviewInfo__reviewer a, .fs-body-my-reviews .fs-c-reviewInfo__reviewer a,
.fs-review-base .fs-c-reviewer__profile a,
.fs-body-my-reviews .fs-c-reviewer__profile a {
  color: #999;
}
.fs-review-base .fs-c-reviewInfo__reviewer .fs-c-reviewerStatus, .fs-body-my-reviews .fs-c-reviewInfo__reviewer .fs-c-reviewerStatus,
.fs-review-base .fs-c-reviewer__profile .fs-c-reviewerStatus,
.fs-body-my-reviews .fs-c-reviewer__profile .fs-c-reviewerStatus {
  min-width: 7em;
  font-size: 12px;
  margin: 3px 0;
  background-color: #D47D7D;
}
.fs-review-base .fs-c-reviewInfo__date, .fs-body-my-reviews .fs-c-reviewInfo__date {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.fs-review-base .fs-c-reviewInfo__date dt, .fs-body-my-reviews .fs-c-reviewInfo__date dt {
  display: none;
}
.fs-review-base .fs-c-reviewStatus, .fs-body-my-reviews .fs-c-reviewStatus {
  background-color: #D47D7D;
  border-radius: 9999px;
}
.fs-review-base .fs-c-reviewBody, .fs-body-my-reviews .fs-c-reviewBody {
  border: none;
}
.fs-review-base .fs-c-reviewList__item__body, .fs-body-my-reviews .fs-c-reviewList__item__body {
  margin: 0;
  padding: 15px 0 0;
  font-size: 13px;
  line-height: 1.6;
}
.fs-review-base .fs-c-listControl__status, .fs-body-my-reviews .fs-c-listControl__status {
  margin-right: auto;
}
.fs-review-base .fs-c-listControl:nth-of-type(1) .fs-c-pagination, .fs-body-my-reviews .fs-c-listControl:nth-of-type(1) .fs-c-pagination {
  display: none;
}
.fs-review-base .fs-c-listControl:nth-of-type(2), .fs-body-my-reviews .fs-c-listControl:nth-of-type(2) {
  align-items: center;
}
.fs-review-base .fs-c-listControl:nth-of-type(2) .fs-c-listControl__status, .fs-body-my-reviews .fs-c-listControl:nth-of-type(2) .fs-c-listControl__status {
  display: none;
}
.fs-review-base .fs-c-productReviewed__prices .fs-c-productPrice--listed, .fs-body-my-reviews .fs-c-productReviewed__prices .fs-c-productPrice--listed {
  margin-bottom: 3px;
}
.fs-review-base .fs-c-productReviewed__prices .fs-c-productPrice.fs-c-productPrice--selling, .fs-body-my-reviews .fs-c-productReviewed__prices .fs-c-productPrice.fs-c-productPrice--selling,
.fs-review-base .fs-c-productReviewed__prices .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price,
.fs-body-my-reviews .fs-c-productReviewed__prices .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 15px;
}
.fs-review-base .fs-c-productReviewed__prices .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed), .fs-body-my-reviews .fs-c-productReviewed__prices .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed),
.fs-review-base .fs-c-productReviewed__prices span.fs-c-price__currencyMark,
.fs-body-my-reviews .fs-c-productReviewed__prices span.fs-c-price__currencyMark {
  font-size: 12px;
}
.fs-review-base .fs-c-productReviewed + .fs-c-aggregateRating, .fs-body-my-reviews .fs-c-productReviewed + .fs-c-aggregateRating {
  max-width: 100%;
  margin: 18px auto 5px;
}
.fs-review-base .fs-c-aggregateRating__rating, .fs-body-my-reviews .fs-c-aggregateRating__rating {
  flex: 1;
  width: 100%;
  align-items: center;
}
.fs-review-base .fs-c-aggregateRating__rating:before, .fs-body-my-reviews .fs-c-aggregateRating__rating:before {
  content: "総合評価";
  font-size: 13px;
  flex: 0 0 4.2em;
}
.fs-review-base .fs-c-aggregateRating__rating .fs-c-reviewStars, .fs-body-my-reviews .fs-c-aggregateRating__rating .fs-c-reviewStars {
  display: flex;
  justify-content: flex-end;
  order: 3;
  flex: 1;
}
.fs-review-base .fs-c-aggregateRating__rating .fs-c-reviewStars:before, .fs-body-my-reviews .fs-c-aggregateRating__rating .fs-c-reviewStars:before {
  color: #CEC078;
  font-size: 1.6rem;
}
.fs-review-base .fs-c-aggregateRating__rating .fs-c-rating__value, .fs-body-my-reviews .fs-c-aggregateRating__rating .fs-c-rating__value {
  font-size: 18px;
  color: #CEC078;
  font-weight: 500;
}
.fs-review-base .fs-c-aggregateRating__count, .fs-body-my-reviews .fs-c-aggregateRating__count {
  display: none;
}
.fs-review-base .fs-c-reveiwNotes, .fs-body-my-reviews .fs-c-reveiwNotes {
  border-top: 2px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  padding: 40px 0 15px;
}
.fs-review-base .fs-c-reveiwNotes h3, .fs-body-my-reviews .fs-c-reveiwNotes h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}
.fs-review-base .fs-c-reveiwNotes p, .fs-body-my-reviews .fs-c-reveiwNotes p {
  font-size: 13px;
  line-height: 1.6;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable__label, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputTable__label {
  font-size: 13px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputField__explanation, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputField__explanation {
  font-size: 13px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputField__field + .fs-c-inputField__explanation, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputField__field + .fs-c-inputField__explanation {
  padding-top: 3px;
}
.fs-review-base .fs-c-inputInformation__field span.fs-c-requiredMark, .fs-body-my-reviews .fs-c-inputInformation__field span.fs-c-requiredMark {
  font-size: 12px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable__comment, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputTable__comment {
  font-size: 13px;
  margin-bottom: 15px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputTable--child {
  background: #F5F5F5;
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 20px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child tbody, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputTable--child tbody {
  width: 100%;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child th.fs-c-inputTable__headerCell, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputTable--child th.fs-c-inputTable__headerCell {
  padding-top: 20px;
  padding-left: 15px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child td.fs-c-inputTable__dataCell, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputTable--child td.fs-c-inputTable__dataCell {
  padding-top: 20px;
  padding-right: 15px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child span.fs-c-checkbox__labelText, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputTable--child span.fs-c-checkbox__labelText {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-left: 3px;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child .fs-c-radioGroup, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputTable--child .fs-c-radioGroup, .fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child .fs-c-checkboxGroup, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputTable--child .fs-c-checkboxGroup {
  flex-direction: column;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child .fs-c-radioGroup > * + *, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputTable--child .fs-c-radioGroup > * + *, .fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child .fs-c-checkboxGroup > * + *, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputTable--child .fs-c-checkboxGroup > * + * {
  margin-top: 15px;
  margin-left: 0;
}
.fs-review-base .fs-c-inputInformation__field .fs-c-inputTable--child .fs-c-radio__label, .fs-body-my-reviews .fs-c-inputInformation__field .fs-c-inputTable--child .fs-c-radio__label {
  font-size: 13px;
}
.fs-review-base #fs_form > div.fs-c-inputInformation__field > fieldset > table > tbody > tr:nth-child(3) > td > div > div.fs-c-inputField__field.fs-system-assistTarget, .fs-body-my-reviews #fs_form > div.fs-c-inputInformation__field > fieldset > table > tbody > tr:nth-child(3) > td > div > div.fs-c-inputField__field.fs-system-assistTarget {
  height: 100px;
}
.fs-review-base #fs_form > div.fs-c-inputInformation__field > fieldset > table > tbody > tr:nth-child(3) > td > div > div.fs-c-inputField__field.fs-system-assistTarget .fs-c-textarea, .fs-body-my-reviews #fs_form > div.fs-c-inputInformation__field > fieldset > table > tbody > tr:nth-child(3) > td > div > div.fs-c-inputField__field.fs-system-assistTarget .fs-c-textarea {
  height: 100%;
  border-radius: 0;
  margin-top: 5px;
  font-size: 16px;
}
.fs-review-base .fs-c-inputField__field.fs-c-radioGroup.fs-system-assistTarget, .fs-body-my-reviews .fs-c-inputField__field.fs-c-radioGroup.fs-system-assistTarget {
  height: auto;
  padding-bottom: 20px;
}

/*スライダー*/
.fs-slider-base .fs-c-productListCarousel .fs-c-button--carousel:before, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-button--carousel:before, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-button--carousel:before {
  font-size: 30px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListCarousel__ctrl, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListCarousel__ctrl, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListCarousel__ctrl {
  display: none !important;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListCarousel__list__item, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListCarousel__list__item, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListCarousel__list__item {
  flex-basis: 135px;
  max-width: 135px;
  min-width: 135px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__image.fs-c-productImage a, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__image.fs-c-productImage a, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__image.fs-c-productImage a {
  display: block;
  border-bottom: solid #dcdcdc 2px;
  padding-bottom: 5px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__productName, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__productName, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__productName {
  font-size: 11px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices {
  margin: 0 auto 8px;
  position: relative;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices:after, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices:after, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices:after {
  display: none;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed {
  justify-content: start;
  line-height: 15px;
  font-size: 10px;
  margin-bottom: 5px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main {
  text-decoration: line-through;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main__price, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main__price, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main__price {
  font-size: 13px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main .fs-c-productPrice__main__label, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main .fs-c-productPrice__main__label, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main .fs-c-productPrice__main__label {
  text-decoration: none;
  margin-right: 5px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling {
  font-size: 10px;
  justify-content: start;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main {
  text-decoration: none;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-price, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-price, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-price {
  color: #D47D7D;
  font-weight: 500;
  font-size: 13px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__addon, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__addon, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__addon {
  color: #D47D7D;
  font-size: 10px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__addon.fs-c-productPrice__addon--listed, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__addon.fs-c-productPrice__addon--listed, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
  line-height: 1;
  font-size: 8px;
  display: inline-block;
  letter-spacing: 1px;
}
.fs-slider-base .fs-c-productListCarousel .fs-c-productListItem__control.fs-c-buttonContainer, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel .fs-c-productListItem__control.fs-c-buttonContainer, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListItem__control.fs-c-buttonContainer {
  display: none;
}
.fs-slider-base .fs-c-productListCarousel span.fs-c-productName__variation, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel span.fs-c-productName__variation, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel span.fs-c-productName__variation {
  font-size: 11px;
}
.fs-slider-base .fs-c-productListCarousel span.fs-c-productName__variation span.fs-c-productName__variation__x, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel span.fs-c-productName__variation span.fs-c-productName__variation__x, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel span.fs-c-productName__variation span.fs-c-productName__variation__x {
  display: none;
}
.fs-slider-base .fs-c-productListCarousel span.fs-c-productName__variation span.fs-c-productName__variation__y, body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productListCarousel span.fs-c-productName__variation span.fs-c-productName__variation__y, .fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel span.fs-c-productName__variation span.fs-c-productName__variation__y {
  padding-top: 5px;
  display: block;
}

/*フォーム*/
[type="hidden"]:focus, [type="text"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="url"]:focus, [type="email"]:focus, [type="password"]:focus, [type="datetime"]:focus, [type="date"]:focus, [type="month"]:focus, [type="week"]:focus, [type="time"]:focus, [type="datetime-local"]:focus, [type="number"]:focus, select:focus, textarea:focus {
  box-shadow: none;
}

[type="hidden"].is-error, [type="text"].is-error, [type="search"].is-error, [type="tel"].is-error, [type="url"].is-error, [type="email"].is-error, [type="password"].is-error, [type="datetime"].is-error, [type="date"].is-error, [type="month"].is-error, [type="week"].is-error, [type="time"].is-error, [type="datetime-local"].is-error, [type="number"].is-error, select.is-error, textarea.is-error {
  border-color: #D47D7D;
  background-color: #FFF9F9;
}

.fs-c-inputTable {
  font-size: 13px;
}

.fs-c-inputTable__label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  color: #434343;
}
.fs-c-inputTable__label .fs-c-requiredMark {
  text-indent: 0;
  overflow: visible;
  font-size: 80%;
  font-weight: normal;
  margin: 0 0 0 5px;
  color: #D47D7D;
  width: auto;
}
.fs-c-inputTable__label .fs-c-requiredMark:before {
  display: none;
}

.fs-c-inputField__field input {
  height: 40px;
  font-size: 16px;
}

.fs-c-inputGroup {
  border-color: #F5F5F5;
}
.fs-c-inputGroup input {
  height: 40px;
  font-size: 16px;
}
.fs-c-inputGroup .fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-inputGroup .fs-c-button--particular.fs-c-button--hidePassword::before {
  font-size: 22px;
}

.fs-c-inputTextGroup {
  height: 40px;
}
.fs-c-inputTextGroup__item {
  height: 100%;
}

input#fs_input_zipCode {
  max-width: 100%;
  flex-basis: 100%;
  margin-right: 0;
}

.fs-c-dropdown {
  height: 100%;
}
.fs-c-dropdown .fs-c-dropdown__menu {
  height: 40px;
  font-size: 16px;
}
.fs-c-dropdown:after {
  border-left: none;
  visibility: visible;
  height: auto;
  background: #707070;
  color: #fff;
  font-size: 20px;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #666666;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #666666;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  border-color: #666666;
  background: #666666;
}

.fs-c-dropdown.fs-c-inputDate__year,
.fs-c-dropdown.fs-c-inputDate__month,
.fs-c-dropdown.fs-c-inputDate__date {
  width: 28%;
}

.fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
  margin-left: 8px;
}

.fs-c-inputDate__year + .fs-c-inputDate__month::before, .fs-c-inputDate__month + .fs-c-inputDate__date::before {
  padding-right: 8px;
}

.fs-c-birthdayOnceMessage {
  font-size: 12px;
  padding-top: 8px;
}

.fs-c-inputField__explanation {
  font-size: 13px;
  line-height: 1.5;
}

span.fs-c-checkbox__labelText {
  font-size: 13px;
  color: #000;
}
span.fs-c-checkbox__labelText a {
  text-decoration: underline;
  color: #000;
}

.fs-c-radioGroup, .fs-c-checkboxGroup {
  flex-direction: row;
}

.fs-c-radioGroup > * + *, .fs-c-checkboxGroup > * + * {
  margin-top: 0;
  margin-left: 15px;
}

.fs-c-radioGroup > *, .fs-c-checkboxGroup > * {
  flex-basis: auto;
}

/*共通クラス*/
/*パンくず*/
.fs-l-pageMain {
  padding-right: 15px;
  padding-left: 15px;
}

/*マイページトップ*/
body.fs-body-my-top {
  /*お気に入り*/
}
body.fs-body-my-top .fs-l-pageMain {
  width: 100%;
  margin-top: 0;
  float: none;
}
body.fs-body-my-top .fs-c-heading--page {
  border-color: #666666;
}
body.fs-body-my-top .fs-l-account {
  font-weight: bold;
}
body.fs-body-my-top .fs-p-accountInfo {
  background: #F5F5F5;
  border-radius: 12px;
  padding: 10px;
  color: #434343;
}
body.fs-body-my-top .fs-p-accountInfo .fs-p-accountInfo__accountName {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
body.fs-body-my-top .fs-p-accountInfo .fs-p-accountInfo__body {
  padding: 15px 12px;
  margin-bottom: 0;
  border-radius: 12px;
}
body.fs-body-my-top .fs-p-accountInfo .fs-p-accountInfo__point__point {
  margin-bottom: 15px;
}
body.fs-body-my-top .fs-p-accountInfo span.fs-p-accountInfo__point__label {
  font-size: 13px;
  color: #434343;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
body.fs-body-my-top .fs-p-accountInfo .fs-p-accountInfo__point__point__available__number {
  color: #D47D7D;
  font-size: 22px;
  font-weight: 500;
}
body.fs-body-my-top .fs-p-accountInfo span.fs-p-accountInfo__point__point__available__numberLabel {
  font-size: 13px;
}
body.fs-body-my-top .fs-p-accountInfo span.fs-p-accountInfo__point__point__rate {
  font-size: 13px;
  margin-left: -8px;
  display: inline-block;
  font-weight: normal;
}
body.fs-body-my-top .fs-p-accountInfo .fs-c-purchasePointExpiration span.fs-c-purchasePointExpiration__label {
  font-size: 13px;
  color: #434343;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: normal;
}
body.fs-body-my-top .fs-p-accountInfo .fs-c-purchasePointExpiration span.fs-c-purchasePointExpiration__expiration {
  font-size: 13px;
  text-align: center;
}
body.fs-body-my-top .fs-c-accountService {
  margin: 0;
}
body.fs-body-my-top .fs-c-accountService__page {
  flex-basis: 32%;
  margin: 0 0 2%;
}
body.fs-body-my-top .fs-c-accountService__page + .fs-c-accountService__page {
  margin-left: 2%;
}
body.fs-body-my-top .fs-c-accountService__page + .fs-c-accountService__page:nth-child(3n + 4) {
  margin-left: 0;
}
body.fs-body-my-top .fs-c-accountService__page--accountDelete {
  flex-basis: 100%;
  height: auto;
  margin: 0 0 30px;
}
body.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  background: #fff;
  border: none;
  box-shadow: none;
}
body.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  font-size: 13px;
  color: #434343;
}
body.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  font-family: "Font Awesome 5 Free" !important;
  margin: 8px auto 5px;
  font-size: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1D1D1D;
}
body.fs-body-my-top .fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  content: "\f3ff";
  font-weight: bold;
}
body.fs-body-my-top .fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: "\f004";
}
body.fs-body-my-top .fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\f07a";
  font-weight: bold;
}
body.fs-body-my-top .fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  font-size: 0;
  background-image: url("../img/mypage/icon_point.svg");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
}
body.fs-body-my-top .fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: "\f086";
}
body.fs-body-my-top .fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label::before {
  content: "\f09d";
}
body.fs-body-my-top .fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: "\f2b9";
}
body.fs-body-my-top .fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: "\f084";
  font-weight: bold;
}
body.fs-body-my-top .fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: "\f2bb";
}
body.fs-body-my-top li.fs-c-accountService__page.fs-c-accountService__page--accountDelete a {
  display: block;
  padding-top: 20px;
  text-decoration: underline;
  font-size: 13px;
  letter-spacing: 0.8px;
  color: #434343;
}
body.fs-body-my-top .fs-c-wishlistProduct__title, body.fs-body-my-top .fs-c-featuredProduct__title {
  font-size: 13px;
  font-weight: bold;
  padding: 35px 0 20px;
  text-align: center;
  margin-bottom: 20px;
  color: #434343;
  border: none;
  line-height: 1;
}
@media screen and (max-width: 360px) {
  body.fs-body-my-top .fs-c-wishlistProduct__title, body.fs-body-my-top .fs-c-featuredProduct__title {
    font-size: 15px;
  }
}
body.fs-body-my-top .fs-c-wishlistProduct {
  /*在庫わずか表示*/
}
body.fs-body-my-top .fs-c-wishlistProduct .fs-c-salesPeriod {
  display: none;
}
body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productStock {
  display: block;
  background: #F5F5F5;
  font-size: 11px;
  padding: 8px 0;
  text-align: center;
  border: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productMark > li {
  width: 50%;
}
body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productMark__mark {
  width: auto;
  margin: 0 2px 4px;
  padding: 6px 4px;
}
body.fs-body-my-top .fs-c-wishlistProduct .fs-c-productMark__mark span.fs-c-productMark__label {
  transform: scale(0.8);
  display: inline-block;
  margin: 0 -10px;
}
body.fs-body-my-top #feed-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*サムネイル*/
  /*商品名*/
  /*価格*/
  /*お気に入りボタン*/
}
body.fs-body-my-top #feed-favorite .fs-c-productListCarousel__list__item {
  border: none;
  position: relative;
  padding: 30px 0 0 0;
  flex-basis: 50%;
  max-width: initial;
  min-width: 1px;
  margin: 0;
}
body.fs-body-my-top #feed-favorite .fs-c-productListCarousel__list__item:nth-child(n+7) {
  display: none !important;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__image.fs-c-productImage a {
  width: 96%;
  margin: 0 2%;
  display: block;
  border-bottom: solid #dcdcdc 2px;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__image.fs-c-productImage .fs-c-productListItem__image__image {
  display: block;
  margin: auto;
  margin-bottom: 5px;
}
body.fs-body-my-top #feed-favorite .fs-c-button--plain.fs-c-button--viewMoreImage:before {
  font-size: 24px;
  color: #3c3c3c;
  content: '\e932';
  position: relative;
  top: 2px;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__productName {
  padding: 6px 3px 6px 0;
  width: 80%;
  margin: 0 auto;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__productName .fs-c-productName__copy,
body.fs-body-my-top #feed-favorite .fs-c-productListItem__productName .fs-c-productName__name {
  font-size: 11px;
  text-align: left;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__prices.fs-c-productPrices {
  width: 80%;
  margin: 0 auto 8px;
  position: relative;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__prices.fs-c-productPrices:after {
  display: none;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed {
  justify-content: start;
  line-height: 15px;
  font-size: 10px;
  margin-bottom: 5px;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main {
  text-decoration: line-through;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main {
  justify-content: start;
  color: #999 !important;
  font-size: 86%;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main .fs-c-productPrice__main__label {
  text-decoration: none;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling {
  justify-content: start;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main {
  text-decoration: none;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-price {
  font-weight: bold;
  color: #3A3837;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__addon {
  font-size: 10px;
  font-weight: bold;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
  background: #cc0000;
  color: #fff;
  padding: 3px 5px;
  line-height: 1;
  font-size: 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-left: 5px;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__productDescription,
body.fs-body-my-top #feed-favorite .fs-c-salesPeriod,
body.fs-body-my-top #feed-favorite .fs-c-productListItem__notice {
  display: none;
}
body.fs-body-my-top #feed-favorite .fs-c-productListItem__control {
  display: none;
}
body.fs-body-my-top .fs-c-wishlistProduct__footer {
  text-align: left;
}
body.fs-body-my-top .fs-c-wishlistProduct__footer a.fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink {
  display: block;
  padding: 20px 0 0;
  text-align: right;
  text-decoration: underline;
  font-size: 13px;
  letter-spacing: 0.8px;
}

/*クーポン*/
.fs-body-my-coupons {
  /*基本情報*/
  /*スライダー*/
}
.fs-body-my-coupons .fs-c-couponList__item {
  border-color: #E5E5E5;
  border-radius: 0;
  padding: 16px;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__name {
  min-width: 240px;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__name .fs-c-couponName__name {
  display: none;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__name .fs-c-couponName__explain {
  font-size: 18px;
  font-weight: bold;
  color: #434343;
  line-height: 1.3;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__name .fs-c-couponName__discount {
  padding: 0;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 0;
  background: #D47D7D;
  font-size: 16px;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__description {
  border-color: #E5E5E5;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__description .fs-c-couponExpiration__title,
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__description .fs-c-couponAppliedCondition__title {
  font-size: 13px;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__description .fs-c-couponExpiration__list__item__title {
  font-size: 13px;
  border-color: #E5E5E5;
  padding: 0;
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin-right: 16px;
  text-align: center;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__description .fs-c-couponExpiration__list__item__body {
  width: 100%;
  padding-top: 5px;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__description li.fs-c-couponExpiration__list__item.fs-c-couponExpiration__list__item--available {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__description li.fs-c-couponExpiration__list__item.fs-c-couponExpiration__list__item--available .fs-c-couponExpiration__list__item__body {
  font-size: 13px;
  width: 100%;
  padding-top: 5px;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__description li.fs-c-couponExpiration__list__item.fs-c-couponExpiration__list__item--available .fs-c-couponExpiration__list__item__body .fs-c-couponExpiration__notice {
  font-size: 13px;
  color: #D47D7D;
  font-weight: bold;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__description .fs-c-couponExpiration__expiration {
  font-size: 13px;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__description .fs-c-couponAppliedCondition__list__item {
  font-size: 13px;
  padding-left: 0.8em;
  margin-bottom: 3px;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__description .fs-c-couponAppliedCondition__list__item:before {
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  background: #434343;
}
.fs-body-my-coupons .fs-c-couponList__item .fs-c-coupon__description .fs-c-couponAppliedCondition__list__item .fs-c-couponAppliedCondition__notice {
  color: #D47D7D;
  font-weight: bold;
}
.fs-body-my-coupons .fs-c-couponProduct {
  margin-top: 40px;
  margin-bottom: 0;
}
.fs-body-my-coupons .fs-c-couponProduct .fs-c-couponProduct__header {
  border-color: #E5E5E5;
  padding-bottom: 5px !important;
}
.fs-body-my-coupons .fs-c-couponProduct .fs-c-couponProduct__header .fs-c-couponProduct__title {
  font-size: 13px;
  color: #434343;
}
.fs-body-my-coupons .fs-c-couponProduct .fs-c-couponProduct__footer {
  padding-top: 30px;
  color: #434343;
  font-size: 13px;
}
.fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel {
  position: relative;
}
.fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListCarousel__list__item {
  flex-basis: calc(50vw - 40px);
  max-width: calc(50vw - 40px);
  min-width: calc(50vw - 40px);
  margin: 0 4px;
}
.fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListCarousel__ctrl {
  display: block !important;
  position: absolute;
  top: 45px;
  z-index: 10;
}
.fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
  left: -20px;
}
.fs-body-my-coupons .fs-c-couponProduct .fs-c-productListCarousel .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
  right: -20px;
}
.fs-body-my-coupons .fs-c-couponProduct .fs-c-productMark > li {
  width: 50%;
}
.fs-body-my-coupons .fs-c-couponProduct .fs-c-productMark__mark {
  width: auto;
  margin: 0 2px 4px;
  padding: 6px 4px;
}
.fs-body-my-coupons .fs-c-couponProduct .fs-c-productMark__mark span.fs-c-productMark__label {
  transform: scale(0.8);
  display: inline-block;
  margin: 0 -10px;
}
.fs-body-my-coupons .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin-top: 60px;
  padding-top: 24px;
}

/*お気に入り*/
.fs-body-my-wishlist .fs-c-productListItem__rating .fs-c-aggregateRating__rating::before {
  content: "";
}
.fs-body-my-wishlist .fs-c-productListItem__rating .fs-c-aggregateRating__rating .fs-c-reviewStars::before {
  font-size: 1.6rem;
  color: #CEC078;
}
.fs-body-my-wishlist .fs-c-productListItem__rating .fs-c-aggregateRating__rating .fs-c-rating__value {
  font-size: 16px;
  color: #CEC078;
}
.fs-body-my-wishlist .fs-c-productListItem__viewReview {
  padding-top: 0;
  display: none;
}
.fs-body-my-wishlist .fs-c-productListItem__viewReview .fs-c-button--plain {
  color: #434343;
}
.fs-body-my-wishlist .fs-c-list li {
  line-height: 1.5em;
}
.fs-body-my-wishlist .fs-c-button--plain span.fs-c-button__label {
  font-weight: bold;
  font-size: 13px;
}
.fs-body-my-wishlist .fs-c-productListItem__control.fs-c-buttonContainer .fs-c-button--addToCart--list .fs-c-button__label {
  font-weight: normal;
}
.fs-body-my-wishlist .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin-top: 40px;
  padding-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

/*ログイン*/
.fs-body-login .fs-c-inputGroup,
.fs-body-newsletter-subscribe .fs-c-inputGroup,
.fs-body-cart-login .fs-c-inputGroup,
.fs-body-review-login .fs-c-inputGroup,
.fs-body-wishlist-login .fs-c-inputGroup {
  height: 42px;
}
.fs-body-login .fs-c-subSection__message,
.fs-body-newsletter-subscribe .fs-c-subSection__message,
.fs-body-cart-login .fs-c-subSection__message,
.fs-body-review-login .fs-c-subSection__message,
.fs-body-wishlist-login .fs-c-subSection__message {
  line-height: 1.3em;
}
.fs-body-login .fs-c-inputTable__label .fs-c-requiredMark,
.fs-body-newsletter-subscribe .fs-c-inputTable__label .fs-c-requiredMark,
.fs-body-cart-login .fs-c-inputTable__label .fs-c-requiredMark,
.fs-body-review-login .fs-c-inputTable__label .fs-c-requiredMark,
.fs-body-wishlist-login .fs-c-inputTable__label .fs-c-requiredMark {
  color: #D47D7D;
}
.fs-body-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop,
.fs-body-newsletter-subscribe .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop,
.fs-body-cart-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop,
.fs-body-review-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop,
.fs-body-wishlist-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin-top: 40px;
  padding-top: 24px;
}

/*ポイント*/
.fs-body-my-points .fs-c-history__info {
  max-width: 100%;
  font-size: 13px;
  font-weight: bold;
  background: #F5F5F5;
  border-radius: 12px;
  padding: 20px 15px;
  color: #434343;
}
.fs-body-my-points .fs-c-pointSummary [class$="--availablePoint"],
.fs-body-my-points .fs-c-pointSummary [class$="--limitedPoint"] {
  background: #fff;
}
.fs-body-my-points dt.fs-c-pointSummary__label--availablePoint {
  border-top-left-radius: 12px;
}
.fs-body-my-points dd.fs-c-pointSummary__value--availablePoint {
  border-top-right-radius: 12px;
}
.fs-body-my-points dd.fs-c-pointSummary__value--availablePoint span.fs-c-pointSummary__number {
  font-weight: 500;
  color: #D47D7D;
  font-size: 18px;
}
.fs-body-my-points dt.fs-c-pointSummary__label--limitedPoint {
  border-bottom-left-radius: 12px;
}
.fs-body-my-points dd.fs-c-pointSummary__value--limitedPoint {
  border-bottom-right-radius: 12px;
}
.fs-body-my-points .fs-c-pointSummary {
  padding: 0;
  line-height: 1.3em;
}
.fs-body-my-points form#fs_form .fs-c-dropdown .fs-c-dropdown__menu {
  border-radius: 0;
  border-color: #E5E5E5;
}
.fs-body-my-points form#fs_form .fs-c-dropdown:after {
  border-radius: 0;
}
.fs-body-my-points .fs-c-listTable {
  margin: 45px 0 15px;
  font-size: 13px;
}
.fs-body-my-points .fs-c-listTable > tbody {
  border-color: #E5E5E5;
}
.fs-body-my-points .fs-c-listTable tbody > tr {
  border-color: #E5E5E5;
}
.fs-body-my-points .fs-c-listTable td {
  padding: 15px;
}
.fs-body-my-points .fs-c-listTable td:before {
  width: 140px !important;
  color: #434343;
  font-size: 13px;
  font-weight: normal;
  flex-shrink: 0;
}
.fs-body-my-points .fs-c-listTable .fs-c-pointListTable__data,
.fs-body-my-points .fs-c-listTable .fs-c-pointListTable__dataDetail {
  font-size: 13px;
}
.fs-body-my-points .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin-top: 40px;
  padding-top: 24px;
}

/*退会*/
.fs-body-my-account-delete .fs-c-inputInformation {
  font-weight: bold;
}
.fs-body-my-account-delete .fs-c-inputInformation__message {
  justify-content: start;
}
.fs-body-my-account-delete .fs-c-inputInformation__message p {
  font-size: 13px;
}
.fs-body-my-account-delete .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
.fs-body-my-account-delete td.fs-c-inputTable__dataCell {
  font-size: 13px;
}
.fs-body-my-account-delete .fs-c-inputInformation__button {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 0;
}
.fs-body-my-account-delete .fs-c-inputInformation__button button.fs-c-button--confirmLeave.fs-c-button--primary, .fs-body-my-account-delete .fs-c-inputInformation__button .fs-cart-base-total button.fs-c-button--confirmLeave.fs-c-button--secondary, .fs-cart-base-total .fs-body-my-account-delete .fs-c-inputInformation__button button.fs-c-button--confirmLeave.fs-c-button--secondary, .fs-body-my-account-delete .fs-c-inputInformation__button .fs-body-my-addressbook .fs-c-listTable button.fs-c-button--confirmLeave.fs-c-button--secondary, .fs-body-my-addressbook .fs-c-listTable .fs-body-my-account-delete .fs-c-inputInformation__button button.fs-c-button--confirmLeave.fs-c-button--secondary, .fs-body-my-account-delete .fs-c-inputInformation__button .fs-body-my-addressbook button.fs-c-button--confirmLeave.fs-c-button--cancel, .fs-body-my-addressbook .fs-body-my-account-delete .fs-c-inputInformation__button button.fs-c-button--confirmLeave.fs-c-button--cancel, .fs-body-my-account-delete .fs-c-inputInformation__button .fs-body-my-cards .fs-c-buttonContainer button.fs-c-button--confirmLeave.fs-c-button--secondary, .fs-body-my-cards .fs-c-buttonContainer .fs-body-my-account-delete .fs-c-inputInformation__button button.fs-c-button--confirmLeave.fs-c-button--secondary {
  width: 100%;
  order: 2;
  margin-top: 15px;
}
.fs-body-my-account-delete .fs-c-inputInformation__button a.fs-c-button--cancel.fs-c-button--standard {
  width: 100%;
  order: 1;
}
.fs-body-my-account-delete .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin-top: 38px;
}

/*会員情報詳細*/
.fs-body-my-account-settings .fs-c-inputInformation {
  font-weight: bold;
}
.fs-body-my-account-settings .fs-c-inputInformation__message p {
  font-size: 13px;
}
.fs-body-my-account-settings .fs-c-inputInformation__field {
  max-width: 650px;
}
.fs-body-my-account-settings .fs-c-inputInformation__message {
  justify-content: start;
}
.fs-body-my-account-settings .fs-c-inputInformation__message p {
  font-size: 13px;
}
.fs-body-my-account-settings .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
.fs-body-my-account-settings td.fs-c-inputTable__dataCell {
  font-size: 13px;
}
.fs-body-my-account-settings .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin-top: 0;
}

/*会員情報変更*/
.fs-body-my-account-settings-edit .fs-l-pageMain {
  font-weight: bold;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__message p {
  font-size: 13px;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
.fs-body-my-account-settings-edit td.fs-c-inputTable__dataCell {
  font-size: 13px;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__button {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__button button.fs-c-button--confirmLeave.fs-c-button--primary, .fs-body-my-account-settings-edit .fs-c-inputInformation__button .fs-cart-base-total button.fs-c-button--confirmLeave.fs-c-button--secondary, .fs-cart-base-total .fs-body-my-account-settings-edit .fs-c-inputInformation__button button.fs-c-button--confirmLeave.fs-c-button--secondary, .fs-body-my-account-settings-edit .fs-c-inputInformation__button .fs-body-my-addressbook .fs-c-listTable button.fs-c-button--confirmLeave.fs-c-button--secondary, .fs-body-my-addressbook .fs-c-listTable .fs-body-my-account-settings-edit .fs-c-inputInformation__button button.fs-c-button--confirmLeave.fs-c-button--secondary, .fs-body-my-account-settings-edit .fs-c-inputInformation__button .fs-body-my-addressbook button.fs-c-button--confirmLeave.fs-c-button--cancel, .fs-body-my-addressbook .fs-body-my-account-settings-edit .fs-c-inputInformation__button button.fs-c-button--confirmLeave.fs-c-button--cancel, .fs-body-my-account-settings-edit .fs-c-inputInformation__button .fs-body-my-cards .fs-c-buttonContainer button.fs-c-button--confirmLeave.fs-c-button--secondary, .fs-body-my-cards .fs-c-buttonContainer .fs-body-my-account-settings-edit .fs-c-inputInformation__button button.fs-c-button--confirmLeave.fs-c-button--secondary {
  width: 100%;
  order: 2;
  margin-top: 15px;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__button a.fs-c-button--cancel.fs-c-button--standard {
  width: 100%;
  order: 1;
}
.fs-body-my-account-settings-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin-top: 0;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__field {
  font-weight: bold;
}
.fs-body-my-account-settings-edit .fs-c-inputTable__label .fs-c-requiredMark {
  color: #D47D7D;
}

/*パスワード変更*/
.fs-body-my-account-password .fs-c-inputInformation {
  font-weight: bold;
}
.fs-body-my-account-password .fs-c-inputInformation__message p {
  font-size: 13px;
}
.fs-body-my-account-password .fs-c-inputInformation__field {
  max-width: 650px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #F5F5F5;
  border-radius: 12px;
}
.fs-body-my-account-password .fs-c-inputInformation__message {
  justify-content: start;
}
.fs-body-my-account-password .fs-c-inputInformation__message p {
  font-size: 13px;
}
.fs-body-my-account-password .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
.fs-body-my-account-password td.fs-c-inputTable__dataCell {
  font-size: 13px;
}
.fs-body-my-account-password .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin-top: 0;
}
.fs-body-my-account-password .fs-c-inputField__field {
  height: 42px;
}
.fs-body-my-account-password .fs-c-inputTable__label .fs-c-requiredMark {
  color: #E47353;
}

/*お届け先追加*/
.fs-body-my-addressbook-new .fs-c-inputInformation,
.fs-body-my-addressbook-edit .fs-c-inputInformation {
  font-weight: bold;
}
.fs-body-my-addressbook-new .fs-c-inputInformation__message p,
.fs-body-my-addressbook-edit .fs-c-inputInformation__message p {
  font-size: 13px;
}
.fs-body-my-addressbook-new .fs-c-inputInformation__field,
.fs-body-my-addressbook-edit .fs-c-inputInformation__field {
  max-width: 650px;
}
.fs-body-my-addressbook-new .fs-c-inputInformation__button,
.fs-body-my-addressbook-edit .fs-c-inputInformation__button {
  grid-row-gap: 16px;
  margin-bottom: 30px;
}
.fs-body-my-addressbook-new .fs-c-inputInformation__message,
.fs-body-my-addressbook-edit .fs-c-inputInformation__message {
  justify-content: start;
}
.fs-body-my-addressbook-new .fs-c-inputInformation__message p,
.fs-body-my-addressbook-edit .fs-c-inputInformation__message p {
  font-size: 13px;
}
.fs-body-my-addressbook-new .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell,
.fs-body-my-addressbook-edit .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
.fs-body-my-addressbook-new td.fs-c-inputTable__dataCell,
.fs-body-my-addressbook-edit td.fs-c-inputTable__dataCell {
  font-size: 13px;
}
.fs-body-my-addressbook-new .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop,
.fs-body-my-addressbook-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin-top: 0;
}
.fs-body-my-addressbook-new .fs-c-inputTable__label .fs-c-requiredMark,
.fs-body-my-addressbook-edit .fs-c-inputTable__label .fs-c-requiredMark {
  color: #D47D7D;
}

/*お届け先リスト*/
.fs-body-my-addressbook .fs-c-addressBookList {
  font-weight: bold;
}
.fs-body-my-addressbook h2.fs-p-announcement__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
}
.fs-body-my-addressbook .fs-p-announcement .fs-p-announcement__title {
  color: #434343;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
  text-align: center;
}
.fs-body-my-addressbook .fs-p-announcement .fs-c-list li {
  margin-left: 12px;
  text-indent: -6px;
  padding-left: 6px;
  font-size: 13px;
  margin-bottom: 8px;
  letter-spacing: 0.8px;
  line-height: 1.3em;
}
.fs-body-my-addressbook .fs-p-announcement .fs-c-list li::before {
  width: 6px;
  height: 6px;
  border: 3px solid #434343;
}
.fs-body-my-addressbook .fs-c-addressBookList__count {
  padding-top: 20px;
  font-size: 13px;
  color: #434343;
}
.fs-body-my-addressbook .fs-c-listTable {
  margin: 50px 0 0;
  line-height: 1.3em;
}
.fs-body-my-addressbook .fs-c-listTable tbody > tr {
  border-color: #E5E5E5;
}
.fs-body-my-addressbook .fs-c-listTable th, .fs-body-my-addressbook .fs-c-listTable td {
  font-size: 13px;
  color: #434343;
}
.fs-body-my-addressbook .fs-c-listTable td {
  padding: 15px;
}
.fs-body-my-addressbook .fs-c-listTable td + td {
  padding-top: 0;
}
.fs-body-my-addressbook .fs-c-listTable .fs-c-buttonContainer--deleteChange > [class^="fs-c-button"] {
  width: 45%;
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}

/*注文履歴詳細*/
.fs-body-my-orders-details .fs-c-orderDetail {
  line-height: 1.3em;
}
.fs-body-my-orders-details .fs-c-orderDetail__data {
  margin-bottom: 45px;
}
.fs-body-my-orders-details .fs-c-orderDetail__data .fs-c-orderDetailList {
  border-color: #E5E5E5;
  font-size: 13px;
}
.fs-body-my-orders-details .fs-c-orderDetail__data .fs-c-orderDetailList dt, .fs-body-my-orders-details .fs-c-orderDetail__data .fs-c-orderDetailList dd {
  padding: 20px 15px;
}
.fs-body-my-orders-details .fs-c-orderDetail__data .fs-c-orderDetailList dt {
  color: #434343 !important;
}
.fs-body-my-orders-details .fs-c-orderDetail__data .fs-c-orderDetailList .fs-c-orderDetailList__date, .fs-body-my-orders-details .fs-c-orderDetail__data .fs-c-orderDetailList .fs-c-orderDetailList__date + dd {
  background: #F5F5F5;
  color: #434343;
  border-bottom: 1px solid #E5E5E5;
}
.fs-body-my-orders-details .fs-c-heading--section {
  font-size: 18px;
  font-weight: bold;
  color: #434343;
  margin-bottom: 0;
}
.fs-body-my-orders-details .fs-c-orderPerAddresseeList {
  margin-bottom: 35px;
}
.fs-body-my-orders-details section.fs-c-orderDetail__addresseeInfo h3.fs-c-orderPerAddressee__heading.fs-c-heading.fs-c-heading--subsection {
  padding: 20px 15px;
  border: 1px solid #E5E5E5;
  color: #434343;
  background: #F5F5F5;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 20px;
}
.fs-body-my-orders-details section.fs-c-orderDetail__addresseeInfo span.fs-c-orderPerAddressee__headingNumber.fs-c-string.fs-c-string--label {
  color: #434343;
  display: inline-block;
  width: 110px;
}
.fs-body-my-orders-details section.fs-c-orderDetail__addresseeInfo dl.fs-c-orderPerAddressee__addressee.fs-c-addresseeList {
  font-size: 13px;
  margin-bottom: 25px;
}
.fs-body-my-orders-details section.fs-c-orderDetail__addresseeInfo dl.fs-c-orderPerAddressee__addressee.fs-c-addresseeList dt {
  padding-bottom: 5px;
}
.fs-body-my-orders-details section.fs-c-orderDetail__addresseeInfo dl.fs-c-orderPerAddressee__addressee.fs-c-addresseeList dt.fs-c-addresseeList__name + dd {
  margin-bottom: 20px;
}
.fs-body-my-orders-details section.fs-c-orderDetail__addresseeInfo dl.fs-c-orderPerAddressee__addressee.fs-c-addresseeList dd.fs-c-address span {
  display: block;
  width: 100%;
  margin-right: 0 !important;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList {
  border-color: #E5E5E5;
  grid-template-columns: 110px 1fr;
  margin-bottom: 2px;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList dt, .fs-body-my-orders-details .fs-c-deliveryInfoList dd {
  font-size: 13px;
  font-weight: normal;
  padding: 12px 8px;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList dt {
  color: #434343;
  background: #F5F5F5;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList > * {
  border-color: #E5E5E5;
}
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartTable__product,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable .fs-c-cartTable__product {
  grid-template-columns: 135px 1fr;
}
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable th, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable td, .fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable tr.fs-c-cartTable__row,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable th,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable td,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable tr.fs-c-cartTable__row {
  border: none;
}
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
  border: 1px solid #E5E5E5;
  border-bottom: none;
}
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
  grid-column: 1 / 3;
  border: 1px solid #E5E5E5;
  border-top: none;
}
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity:before,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity:before {
  font-weight: normal;
}
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
  background: #fff;
  padding: 20px 8px;
}
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal:before,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal:before {
  font-size: 13px;
  font-weight: normal;
  color: #434343;
}
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal span.fs-c-price__value,
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal span.fs-c-price__currencyMark,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal span.fs-c-price__value,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal span.fs-c-price__currencyMark {
  font-size: 13px;
  font-weight: normal;
}
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable span.fs-c-price__value,
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable span.fs-c-price__currencyMark,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable span.fs-c-price__value,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable span.fs-c-price__currencyMark {
  font-size: 13px;
  font-weight: normal;
}
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--review,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--review {
  border: 1px solid #E5E5E5;
  padding: 20px 0;
}
.fs-body-my-orders-details table.fs-c-orderPerAddressee__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--review span.fs-c-button__label,
.fs-body-my-orders-details table.fs-c-orderDetailInfo__cartTable.fs-c-cartTable td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--review span.fs-c-button__label {
  font-size: 13px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo.fs-c-orderDeliveryInfo .fs-c-orderTotalTable {
  font-size: 13px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo.fs-c-orderDeliveryInfo .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-color: #E5E5E5;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo.fs-c-orderDeliveryInfo .fs-c-orderTotalTable th, .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo.fs-c-orderDeliveryInfo .fs-c-orderTotalTable td {
  border-color: #E5E5E5;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo.fs-c-orderDeliveryInfo .fs-c-orderTotalTable tr.fs-c-orderTotalTable__total {
  border-color: #E5E5E5;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo.fs-c-orderDeliveryInfo .fs-c-orderTotalTable tr.fs-c-orderTotalTable__total th, .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo.fs-c-orderDeliveryInfo .fs-c-orderTotalTable tr.fs-c-orderTotalTable__total td {
  padding-top: 16px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo.fs-c-orderDeliveryInfo .fs-c-orderTotalTable tr.fs-c-orderTotalTable__total > td {
  font-size: 13px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo.fs-c-orderDeliveryInfo .fs-c-orderTotalInfo {
  margin-bottom: 2px;
}
.fs-body-my-orders-details section.fs-c-orderDetail__orderInfo.fs-c-orderDetailInfo h2.fs-c-orderDetailInfo__heading.fs-c-heading.fs-c-heading--section {
  margin-bottom: 8px;
}
.fs-body-my-orders-details section.fs-c-orderDetail__orderInfo.fs-c-orderDetailInfo tr.fs-c-cartTable__row {
  padding-bottom: 0;
  margin-bottom: 0;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable {
  font-size: 13px;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-color: #E5E5E5;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable th, .fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable td {
  border-color: #E5E5E5;
  padding: 12px 8px;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable span.fs-c-orderTotalTable__usePoint__pointQuantity {
  font-size: 13px;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable tr.fs-c-orderTotalTable__grandTotal th, .fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable tr.fs-c-orderTotalTable__grandTotal td {
  padding-top: 25px;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable tr.fs-c-orderTotalTable__grandTotal td {
  font-size: 18px;
  color: #CC0501;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal .fs-c-orderPaymentTable {
  font-size: 13px;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal .fs-c-orderPaymentTable th {
  color: #434343;
  background: #F5F5F5;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal .fs-c-orderPaymentTable th, .fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal .fs-c-orderPaymentTable td {
  padding: 8px;
  border-color: #E5E5E5;
  font-weight: normal;
}
.fs-body-my-orders-details .fs-c-buttonContainer.fs-c-buttonContainer--back {
  border-top: 1px solid #E5E5E5;
  margin-top: 60px;
  padding-top: 24px;
}
.fs-body-my-orders-details .fs-c-button--plain {
  color: #434343;
  text-decoration: underline;
}

/*注文履歴*/
.fs-body-my-orders .fs-c-history__listContainer {
  line-height: 1.3em;
}
.fs-body-my-orders .fs-p-announcement .fs-p-announcement__title {
  color: #434343;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}
.fs-body-my-orders .fs-p-announcement .fs-p-announcement__body p {
  font-size: 13px;
  line-height: 1.8;
}
.fs-body-my-orders .fs-c-orderHistoryItem__body {
  padding: 0 12px;
}
.fs-body-my-orders .fs-c-history .fs-c-listControl__status {
  margin-right: auto;
}
.fs-body-my-orders .fs-c-history .fs-c-listControl:nth-of-type(1) .fs-c-pagination {
  display: none;
}
.fs-body-my-orders .fs-c-history .fs-c-listControl:nth-of-type(3) {
  align-items: center;
}
.fs-body-my-orders .fs-c-history .fs-c-listControl:nth-of-type(3) .fs-c-listControl__status {
  display: none;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem {
  border-radius: 0;
  border-color: #E5E5E5;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__header {
  border-color: #E5E5E5;
  background: #F5F5F5;
  font-size: 13px;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__header a {
  text-decoration: underline;
  font-size: 14px;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__orderInfo {
  display: block;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__header > *[class^="fs-c-orderHistoryItem"] {
  padding: 10px 0;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory span.fs-c-string.fs-c-string--label {
  font-size: 10px;
  color: #434343;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__orderInfo__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__orderInfo__info + .fs-c-orderHistoryItem__orderInfo__info {
  margin-top: 10px;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__orderInfo__info dt {
  width: 8em;
  flex-shrink: 0;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__orderInfo__info dd {
  font-size: 13px;
  font-weight: normal;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product {
  grid-template-columns: 135px 1fr;
  border-color: #E5E5E5;
  color: #434343;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__productName.fs-c-listedProductName,
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__body .fs-c-listedProductName__variation,
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__body .fs-c-listedProductName__selection {
  font-size: 10px;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__deliveryInfo {
  font-size: 11px;
  display: block;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__deliveryInfo dt {
  text-align: left;
  margin-bottom: 3px;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__deliveryInfo dd {
  border: none;
  padding-left: 0;
  font-weight: normal;
}
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__button,
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__unitPrice,
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__productQuantity,
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__body span.fs-c-productPrice__addon,
.fs-body-my-orders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__body span.fs-c-orderHistoryItem__productQuantity__label {
  font-size: 13px;
}
.fs-body-my-orders .fs-c-history .fs-c-history__info {
  background: #F5F5F5;
  padding: 20px 15px;
  border-radius: 12px;
}
.fs-body-my-orders .fs-c-history .fs-c-history__info .fs-c-dropdown:after {
  border-radius: 0;
}
.fs-body-my-orders .fs-c-history .fs-c-history__info .fs-c-dropdown .fs-c-dropdown__menu {
  border-radius: 0;
}
.fs-body-my-orders .fs-c-history .fs-c-history__info .fs-c-history__infoSummary {
  font-size: 12px;
  color: #434343;
  font-weight: normal;
}
.fs-body-my-orders .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__term {
  font-size: 12px;
  color: #434343;
  font-weight: normal;
}
.fs-body-my-orders .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__total dl {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 12px;
}
.fs-body-my-orders .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__total dt, .fs-body-my-orders .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__total dd {
  border-color: #E5E5E5;
  margin-top: 12px;
  padding-top: 12px;
  font-size: 12px;
  font-weight: normal;
}
.fs-body-my-orders .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__total dd {
  color: #434343;
}
.fs-body-my-orders .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-price {
  font-size: 13px;
}
.fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin-top: 60px;
  padding-top: 24px;
}
.fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--myPageTop.fs-c-button--plain, .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-coupons a.fs-c-button--plain, .fs-body-my-coupons .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-my-orders .fs-body-my-wishlist .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-my-wishlist .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-my-orders .fs-body-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-login .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain,
.fs-body-my-orders .fs-body-newsletter-subscribe .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain,
.fs-body-newsletter-subscribe .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain,
.fs-body-my-orders .fs-body-cart-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain,
.fs-body-cart-login .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain,
.fs-body-my-orders .fs-body-review-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain,
.fs-body-review-login .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain,
.fs-body-my-orders .fs-body-wishlist-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain,
.fs-body-wishlist-login .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-my-orders .fs-body-my-points .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-my-points .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-account-delete .fs-c-inputInformation__button a.fs-c-button--plain.fs-c-button--cancel.fs-c-button--standard, .fs-body-my-orders .fs-body-my-account-delete .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-my-account-delete .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-account-settings-edit .fs-c-inputInformation__button a.fs-c-button--plain.fs-c-button--cancel.fs-c-button--standard, .fs-body-my-orders .fs-body-my-account-settings-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-my-account-settings-edit .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-addressbook-new a.fs-c-button--plain.fs-c-button--cancel.fs-c-button--standard, .fs-body-my-addressbook-new .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain.fs-c-button--cancel.fs-c-button--standard,
.fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-addressbook-edit a.fs-c-button--plain.fs-c-button--cancel.fs-c-button--standard,
.fs-body-my-addressbook-edit .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain.fs-c-button--cancel.fs-c-button--standard, .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-addressbook .fs-c-listTable a.fs-c-button--plain.fs-c-button--standard, .fs-body-my-addressbook .fs-c-listTable .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain.fs-c-button--standard, .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-addressbook a.fs-c-button--plain.fs-c-button--confirmDelete, .fs-body-my-addressbook .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain.fs-c-button--confirmDelete, .fs-body-my-orders .fs-body-my-reviews .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-my-reviews .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-my-orders .fs-body-my-cards .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain, .fs-body-my-cards .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain {
  text-decoration: none;
}
.fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--myPageTop.fs-c-button--plain .fs-c-button__label, .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-coupons a.fs-c-button--plain .fs-c-button__label, .fs-body-my-coupons .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-my-orders .fs-body-my-wishlist .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-my-wishlist .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-my-orders .fs-body-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-login .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label,
.fs-body-my-orders .fs-body-newsletter-subscribe .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label,
.fs-body-newsletter-subscribe .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label,
.fs-body-my-orders .fs-body-cart-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label,
.fs-body-cart-login .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label,
.fs-body-my-orders .fs-body-review-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label,
.fs-body-review-login .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label,
.fs-body-my-orders .fs-body-wishlist-login .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label,
.fs-body-wishlist-login .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-my-orders .fs-body-my-points .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-my-points .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-account-delete .fs-c-inputInformation__button a.fs-c-button--plain.fs-c-button--cancel.fs-c-button--standard .fs-c-button__label, .fs-body-my-orders .fs-body-my-account-delete .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-my-account-delete .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-account-settings-edit .fs-c-inputInformation__button a.fs-c-button--plain.fs-c-button--cancel.fs-c-button--standard .fs-c-button__label, .fs-body-my-orders .fs-body-my-account-settings-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-my-account-settings-edit .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-addressbook-new a.fs-c-button--plain.fs-c-button--cancel.fs-c-button--standard .fs-c-button__label, .fs-body-my-addressbook-new .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain.fs-c-button--cancel.fs-c-button--standard .fs-c-button__label,
.fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-addressbook-edit a.fs-c-button--plain.fs-c-button--cancel.fs-c-button--standard .fs-c-button__label,
.fs-body-my-addressbook-edit .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain.fs-c-button--cancel.fs-c-button--standard .fs-c-button__label, .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-addressbook .fs-c-listTable a.fs-c-button--plain.fs-c-button--standard .fs-c-button__label, .fs-body-my-addressbook .fs-c-listTable .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain.fs-c-button--standard .fs-c-button__label, .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-body-my-addressbook a.fs-c-button--plain.fs-c-button--confirmDelete .fs-c-button__label, .fs-body-my-addressbook .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain.fs-c-button--confirmDelete .fs-c-button__label, .fs-body-my-orders .fs-body-my-reviews .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-my-reviews .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-my-orders .fs-body-my-cards .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label, .fs-body-my-cards .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a.fs-c-button--plain .fs-c-button__label {
  text-decoration: none;
}

/*レビュー履歴*/
.fs-body-my-reviews h1.fs-c-heading.fs-c-heading--page {
  font-size: 22px;
}
.fs-body-my-reviews .fs-c-reviewInfo__status {
  margin-top: 3px;
}
.fs-body-my-reviews .fs-c-reviewInfo__status .fs-c-reviewStatus {
  font-size: 12px;
}
.fs-body-my-reviews .fs-c-reviewList__item__editButton.fs-c-buttonContainer.fs-c-buttonContainer--editReview {
  margin-top: 30px;
}
.fs-body-my-reviews .fs-c-reviewList__item__editButton.fs-c-buttonContainer.fs-c-buttonContainer--editReview a.fs-c-button--editReview.fs-c-button--plain {
  width: 170px;
  height: 36px;
  line-height: 36px;
  background: #666666;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 9999px;
}

/*クレジットカード*/
.fs-body-my-cards .fs-c-inputInformation__message p {
  font-size: 13px;
}
.fs-body-my-cards .fs-c-noResultMessage {
  background: #f5f5f5;
  font-size: 13px;
}
.fs-body-my-cards .fs-c-creditCardListItem.is-active {
  border-color: #666666;
}
.fs-body-my-cards .fs-c-creditCardListItem__status__label {
  color: #434343;
}
.fs-body-my-cards .fs-c-creditCardListItem {
  color: #434343;
  font-size: 13px;
  border-color: #E5E5E5;
}
.fs-body-my-cards .fs-c-creditCardListItem:after {
  display: none;
}
.fs-body-my-cards .fs-c-buttonContainer {
  padding: 0;
}
.fs-body-my-cards .fs-c-buttonContainer > button {
  width: 48% !important;
  flex-shrink: 0 !important;
  font-size: 11px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 !important;
}
