/**********************************************************
*
* マイページ系ページCSS
*
************************************************************/
/**********************************************************
* 共通
***********************************************************/
.fs-l-page {
  padding-top: 0 !important;
}


/* タイトル下メッセージ */
.fs-c-inputInformation__message {
  max-width: 500px;
  margin: 0 auto 20px;
  text-align: center;
}

/* 戻るボタン */
.fs-c-buttonContainer--myPageTop,
.fs-c-buttonContainer--back {
  margin-top: 30px;
}

.fs-c-button--myPageTop,
.fs-c-buttonContainer--back .fs-c-button--back {
  font-size: 13px;
  border-bottom: 1px solid var(--cl-dark-gray);
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 5px;
  font-weight: 500;
}

.fs-c-button--myPageTop:before,
.fs-c-buttonContainer--back .fs-c-button--back:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 2px solid transparent;
  border-left-color: var(--cl-dark-gray);
  border-bottom-color: var(--cl-dark-gray);
  transform: rotate(45deg);
  margin-top: 1px;
}

/**********************************************************
* マイページ
***********************************************************/
/* レビューは一旦非表示 */
.fs-c-accountService__page--accountReviews {
  display: none !important;
}

.mypage-top-info-panel {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 50px;
}

.mypage-top-info-panel .fs-p-accountInfo {
  background: #fff;
  width: 250px;
  border: 1px solid var(--cl-dark-gray);
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mypage-top-info-panel .fs-p-accountInfo .fs-p-accountInfo__header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mypage-top-info-panel .fs-p-accountInfo .fs-p-accountInfo__header .user-icon {
  background: var(--cl-dark-gray);
  display: inline-flex;
  border-radius: 5px;
  padding: 5px;
}

.mypage-top-info-panel .fs-p-accountInfo .fs-p-accountInfo__header .fs-p-accountInfo__accountName {
  font-size: 14px;
  font-weight: bold;
  color: var(--cl-dark-gray);
}

.mypage-top-info-panel .fs-p-accountInfo .fs-p-accountInfo__point {
  color: var(--cl-dark-gray);
  text-align: center;
  background: var(--cl-creem);
  border: 1px solid var(--cl-beige);
  border-radius: 5px;
  padding: 10px;
  flex: 1;
}

.mypage-top-info-panel .fs-p-accountInfo .fs-p-accountInfo__point .fs-p-accountInfo__point__label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.mypage-top-info-panel .fs-p-accountInfo .fs-p-accountInfo__point .fs-p-accountInfo__point__point {
  font-weight: bold;
  margin-bottom: 5px;
}

.mypage-top-info-panel .fs-p-accountInfo .fs-p-accountInfo__point .fs-p-accountInfo__point__point__available__number {
  font-size: 20px;
}

.mypage-top-info-panel .fs-p-accountInfo .fs-p-accountInfo__point .fs-p-accountInfo__point__point__available__numberLabel {
  font-size: 14px;
}

.mypage-top-info-panel .fs-p-accountInfo .fs-p-accountInfo__point .fs-c-purchasePointExpiration {
  font-weight: bold;
}

.mypage-top-info-panel .fs-c-accountService {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  list-style: none;
  padding: 0;
  flex: 1;
}

.mypage-top-info-panel .fs-c-accountService .fs-c-accountService__pageLink {
  border: 1px solid var(--cl-dark-gray);
  display: flex;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  height: 100%;
  align-items: center;
  gap: 10px;
  color: var(--cl-dark-gray);
}

.mypage-top-info-panel .fs-c-accountService .fs-c-accountService__pageLink:hover .fs-c-accountService__pageLink__label {
  text-decoration: underline;
}

.fs-c-accountService__page:last-child {
  grid-column: 1 / -1;
  border-top: 1px solid var(--cl-dark-gray);
  padding-top: 10px;
  margin-top: 5px;
  text-align: right;
}

.mypage-top-info-panel .fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink {
  background: none;
  padding: 0;
  border: 0;
  display: inline-flex;
  font-weight: 500;
  gap: 5px;
  text-decoration: underline;
}

.mypage-top-info-panel .fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink:before {
  content: "";
  background: url("https: //cctest25240204.itembox.design/item/icons/account-off-black.svg") no-repeat center;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
}

/* メニューアイコン */
.fs-c-accountService__page .fs-c-accountService__pageLink:before {
  font-family: 'fs-icon' !important;
  font-size: 24px;
}

.fs-c-accountService__page.fs-c-accountService__page--couponList .fs-c-accountService__pageLink:before {
  content: '\e900';
}

.fs-c-accountService__page.fs-c-accountService__page--wishList .fs-c-accountService__pageLink:before {
  content: '\e901';
}

.fs-c-accountService__page.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink:before {
  content: '\e902';
}

.fs-c-accountService__page.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink:before {
  content: '\e903';
}

.fs-c-accountService__page.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink:before {
  content: '\e906';
}

.fs-c-accountService__page.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink:before {
  content: '\e908';
}

.fs-c-accountService__page.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink:before {
  content: '\e909';
}

/* お気に入り表示（マイページトップ） */
.fs-c-wishlistProduct {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__header {
  align-content: center;
  order: 1;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__title {
  font-size: 18px;
  font-weight: bold;
  color: var(--cl-dark-gray);
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__list {
  order: 3;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-slide {
  width: 200px;
  margin: 0 10px;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-slide:first-child {
  margin-left: 0;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-slide:last-child {
  margin-right: 0;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__imageContainer {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--cl-black);
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__productName {
  margin-top: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__productName .fs-c-productName__copy {
  display: none;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__productName .fs-c-productName__name {
  display: block;
  width: 100%;
  height: 18px;
  overflow: hidden;
  color: #111;
  position: relative;
  font-size: 12px;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__productName:after {
  content: "...";
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-slide .fs-c-productPrice__main .fs-c-productPrice__main__price {
  display: inline-flex;
  font-size: 16px;
  gap: 2px;
  font-weight: bold;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-slide .fs-c-productPrice .fs-c-productPrice__addon {
  font-weight: bold;
  margin-left: 2px;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__footer {
  order: 2;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts {
  display: flex;
  justify-content: center;
  padding: 15px 60px 15px 30px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: var(--cl-dark-gray);
  letter-spacing: 1px;
  position: relative;
  z-index: 5;
  flex: 1;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--cl-dark-gray);
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts:after {
  content: "";
  background: url("https://cctest25240204.itembox.design/item/icons/circle-arrow-black.svg") no-repeat center;
  background-size: contain;
  display: block;
  width: 25px;
  height: 25px;
  transition: .3s;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
}

.fs-c-wishlistProduct .fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts:hover:after {
  transform: translateX(5px);
}


/**********************************************************
* 会員登録
***********************************************************/

/**********************************************************
* パスワード再設定ページ
***********************************************************/
.fs-c-orderedList {
  font-size: 12px;
  margin-left: 1.5em;
}

/**********************************************************
* クーポン
***********************************************************/
/* クーポン一覧 */
.fs-c-couponList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.fs-c-couponList__item {
  font-size: 12px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--cl-light-gray);
}

.fs-c-coupon__name {
  margin-bottom: 20px;
}

.fs-c-coupon__name .fs-c-couponName__explain {
  font-size: 11px;
  margin: 5px 0;
}

.fs-c-coupon__name .fs-c-couponName__name {
  color: var(--cl-dark-gray);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  border-bottom: 2px solid var(--cl-dark-gray);
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.fs-c-coupon__name .fs-c-couponName__discount {
  font-size: 18px;
  display: inline-block;
  background: var(--cl-orange);
  color: #fff;
  padding: 5px 10px;
  letter-spacing: 2px;
  box-shadow: 3px 3px 0 var(--cl-dark-orange);
  font-weight: 700;
}

.fs-c-coupon__name .fs-c-couponName__discount:before {
  content: "お値引き：";
  font-size: 14px;
}

.fs-c-coupon__description__expiration .fs-c-couponExpiration__title,
.fs-c-coupon__description__appliedCondition .fs-c-couponAppliedCondition__title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.fs-c-coupon__description {
  padding: 20px;
  border-radius: 10px;
  background: var(--cl-slate);
  border: 1px solid var(--cl-light-gray);
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 13px;
  margin-bottom: 15px;
}

.fs-c-couponExpiration__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fs-c-couponExpiration__list .fs-c-couponExpiration__list__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fs-c-couponExpiration__list .fs-c-couponExpiration__list__item .fs-c-couponExpiration__list__item__title {
  background: var(--cl-dark-gray);
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 500;
}

.fs-c-couponExpiration__list .fs-c-couponExpiration__list__item .fs-c-couponExpiration__list__item__body {
  font-size: 14px;
}

.fs-c-couponAppliedCondition__list {
  padding-left: 20px;
  font-size: 13px;
}

/* 会員登録時の獲得クーポン表示 */
.fs-c-couponMessage__listItem {
  border-radius: 0;
  padding: 0;
  position: relative;
  width: 300px;
  overflow: hidden;
  background: var(--cl-creem);
  border: 2px solid var(--cl-dark-orange);
}

.fs-c-couponMessage__listItem:before {
  content: "COUPON";
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  background: var(--cl-dark-orange);
  padding: 5px 0;
  border-radius: 0 0 5px 0;
  display: block;
  width: 100%;
  text-align: center;
}

.fs-c-couponMessage__listItem__name {
  text-align: center;
  display: block;
  padding: 15px 0 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}

.fs-c-couponMessage__listItem__discount {
  display: block;
  text-align: center;
  padding: 0 0 15px;
  font-size: 12px;
}

.fs-c-couponMessage__listItem__expiration {
  background: var(--cl-dark-orange);
  color: #fff;
  padding: 5px;
  font-size: 11px;
}

/**********************************************************
* 購入履歴ページ
***********************************************************/
#history-page .fs-c-history__info {
  margin-bottom: 20px;
}
#history-page .fs-c-history__termCtrl {
  margin-bottom: 10px;
}
#history-page .fs-c-history__infoSummary .fs-c-history__term {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
#history-page .fs-c-history__infoSummary .fs-c-history__total {
  background: var(--cl-slate);
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #aaa;
}
#history-page .fs-c-history__infoSummary .fs-c-pairList {
  gap: 5px;
  font-size: 13px;
}
#history-page .fs-c-history__infoSummary .fs-c-pairList>dt::after {
  top: 3px;
}
#history-page .fs-c-history__infoSummary .fs-c-pairList .fs-c-price {
  justify-content: flex-start;
}

#history-page .fs-c-history__listContainer .fs-c-listControl {
  margin-bottom: 10px;
}
#history-page .fs-c-orderHistory {
  margin-bottom: 10px;
  background: #fff;
}
#history-page .fs-c-orderHistoryItem {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  border: 2px solid var(--cl-dark-gray);
  border-radius: 10px;
}
#history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cl-slate);
  padding: 8px 15px;
  border-radius: 100px;
  border: 1px solid var(--cl-light-gray);
}
#history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__orderInfo {
  display: flex;
  align-items: center;
  gap: 30px;
}
#history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__orderInfo__info {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--cl-dark-gray);
}
#history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__orderInfo__info .fs-c-string--label:after {
  content: "：";
}
#history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__header__button a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
#history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__header__button a .fs-c-button__label {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: underline;
}
#history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__header__button a .fs-c-button__label:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-right: 2px solid var(--cl-dark-gray);
  border-bottom: 2px solid var(--cl-dark-gray);
  transform: rotate(-45deg);
}
#history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__product {
  display: flex;
  align-items: center;
  gap: 15px;
}
#history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__product .fs-c-productImage {
  width: 120px;
  border-radius: 10px;
  overflow: hidden;
}
#history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__product .fs-c-listedProductName {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
}
#history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__unitPrice .fs-c-productPrice__main {
  font-size: 14px;
  font-weight: 500;
  margin-right: 3px;
}
#history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productQuantity {
  font-size: 12px;
  font-weight: 500;
}

/**********************************************************
* 購入履歴詳細ページ
***********************************************************/
#history-detail-page .fs-c-orderDetail__data {
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#history-detail-page .fs-c-orderDetail__data .fs-c-orderDetailList {
  overflow: hidden;
  font-size: 14px;
}
#history-detail-page .fs-c-orderDetail__data .fs-c-orderDetailList dt {
  float: left;
  clear: left;
}
#history-detail-page .fs-c-orderDetail__data .fs-c-orderDetailList dt .fs-c-string--label:after {
  content: "：";
}
#history-detail-page .fs-c-orderDetail__data .fs-c-orderDetailList dd {
  float: left;
}

#history-detail-page .fs-c-orderDetail section {
  overflow: hidden;
}
#history-detail-page .fs-c-orderDetail section:not(:last-child) {
  margin-bottom: 30px;
}
#history-detail-page .fs-c-orderDetail section .fs-c-heading--section {
  font-size: 18px;
  font-weight: bold;
  color: var(--cl-dark-gray);
  margin-bottom: 5px;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__heading {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__addressee {
  font-size: 13px;
  margin-bottom: 15px;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__addressee dt {
  display: inline-block;
  background: var(--cl-light-gray);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  color: var(--cl-dark-gray);
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__addressee .fs-c-addresseeList__address {
  margin-top: 10px;
}
#history-detail-page .fs-c-orderDetail section table {
  width: 100%;
}
#history-detail-page .fs-c-orderDetail section table thead {
  display: none;
}
#history-detail-page .fs-c-orderDetail section table th,
#history-detail-page .fs-c-orderDetail section table td {
  border: 0;
}

#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable {
  background: #fff;
  border: 2px solid var(--cl-dark-gray);
  border-radius: 10px;
  border-collapse: unset;
  float: left;
  width: calc(100% - 300px);
  margin-right: 30px;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__productImage {
  width: 100px;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__productImage a {
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  width: 100%;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__productImage a img {
  width: 100%;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__productInfo {
  flex: 1;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__productName {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__unitPrice .fs-c-productPrice__main__price {
  font-size: 14px;
  font-weight: bold;
  margin-right: 3px;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--quantity {
  font-size: 14px;
  font-weight: bold;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--quantity:before {
  content: "数量：";
  font-size: 14px;
  font-weight: bold;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--subtotal:before {
  content: "小計：";
  font-size: 14px;
  font-weight: bold;
}

#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--subtotal {
  min-width: 120px;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--subtotal .fs-c-price {
  display: inline-flex;
  font-size: 14px;
  font-weight: bold;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__orderDeliveryInfo {
  max-width: 270px;
  width: 100%;
  float: right;
  border: 2px solid var(--cl-dark-gray);
  border-radius: 10px;
  overflow: hidden;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__orderDeliveryInfo th {
  width: 120px;
  font-size: 13px;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__orderDeliveryInfo td {
  text-align: left;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-orderTotalTable__postageFee td:before {
  content: "¥";
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-orderTotalTable__total .fs-c-price,
#history-detail-page .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal .fs-c-price {
  justify-content: flex-start;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-deliveryInfoList {
  grid-template-columns: auto 1fr;
  border: 0;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-deliveryInfoList dt {
  padding: 15px;
  width: 120px;
  background: var(--cl-slate);
  font-weight: bold;
  font-size: 13px;
  border: 0;
}
#history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-deliveryInfoList dd {
  background: #fff;
  align-content: center;
  font-size: 13px;
  padding: 15px;
}

#history-detail-page .fs-c-orderTotalTable th,
#history-detail-page .fs-c-orderPaymentTable th {
  padding: 15px;
  width: 200px;
  background: var(--cl-slate);
  border: 1px solid #aaa;
  font-size: 14px;
  text-align: left;
}
#history-detail-page .fs-c-orderTotalTable td,
#history-detail-page .fs-c-orderPaymentTable td {
  padding: 15px;
  font-size: 14px;
  border: 1px solid #aaa;
  background: #fff;
  text-align: left;
}

#history-detail-page .fs-c-orderDetailInfo__cartTable {
  border: 2px solid var(--cl-dark-gray);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border-collapse: unset;
  margin-bottom: 15px;
}
#history-detail-page .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__row .fs-c-cartTable__productName .fs-c-orderHistoryItem__productName__name {
  font-size: 13px;
  font-weight: bold;
}
#history-detail-page .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__row .fs-c-priceDisplay {
  margin-top: 5px;
}
#history-detail-page .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__row .fs-c-productPrice__main {
  font-size: 14px;
  font-weight: bold;
  margin-right: 3px;
}
#history-detail-page .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell {
  font-size: 13px;
  font-weight: bold;
}
#history-detail-page .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity:before {
  content: "数量：";
  font-size: 13px;
  font-weight: bold;
}
#history-detail-page .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal {
  min-width: 100px;
}
#history-detail-page .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal:before {
  content: "小計：";
  font-size: 13px;
  font-weight: bold;
}
#history-detail-page .fs-c-orderDetailInfo__cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal .fs-c-cartTable__price {
  display: inline-flex;
}

#history-detail-page .fs-c-orderDetailInfo__orderTotal {
  border: 2px solid var(--cl-dark-gray);
  border-radius: 10px;
  overflow: hidden;
}
#history-detail-page .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable {
  border-collapse: unset;
}
#history-detail-page .fs-c-orderTotalTable .fs-c-orderTotalTable__subtotal td:before,
#history-detail-page .fs-c-orderTotalTable .fs-c-orderTotalTable__postageFee td:before {
  content: "¥";
}

/**********************************************************
* レビュー
***********************************************************/
#review-page .fs-c-productReviewed .fs-c-productReviewed__image {
  margin-bottom: 15px;
}

#review-page .fs-c-productReviewed .fs-c-productReviewed__image .fs-c-productReviewed__image__image {
  border: 1px solid var(--cl-dark-gray);
  border-radius: 10px;
}

#review-page .fs-c-productReviewed {
  overflow: hidden;
}

#review-page .fs-c-productReviewed .fs-c-productReviewed__image {
  display: inline-block;
}

#review-page .fs-c-productReviewed .fs-c-productReviewed__image .fs-c-productReviewed__image__image {
  width: 300px;
}

#review-page .fs-c-productReviewed .fs-c-productReviewed__name {
  font-weight: bold;
  font-size: 16px;
}

#review-page .fs-c-productReviewed .fs-c-productReviewed__number {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

#review-page .fs-c-productReviewed .fs-c-productReviewed__prices {
  display: block;
  margin-top: 10px;
}

#review-page .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice {
  display: flex;
  align-items: center;
}

#review-page .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__main__price {
  font-size: 18px;
  font-weight: bold;
}

#review-page .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__addon {
  display: inline-block;
  margin-left: 3px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

#review-page .fs-c-aggregateRating {
  margin-top: 20px;
}

#review-page .fs-c-aggregateRating .fs-c-aggregateRating__message {
  font-size: 16px;
}

#review-page .fs-c-reveiwNotes {
  margin-top: 20px;
}

#review-page .fs-c-reveiwNotes h3 {
  font-size: 14px;
  font-weight: 600;
  background: var(--cl-red);
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  letter-spacing: 2px;
  border-radius: 5px;
}

#review-page .fs-c-reveiwNotes p {
  font-size: 14px;
}

/**********************************************************
* ポイント履歴
***********************************************************/
#points-page .fs-c-history__info .fs-c-pointSummary {
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 2px solid var(--cl-dark-gray);
  overflow: hidden;
  background: #fff;
}
#points-page .fs-c-history__info .fs-c-pointSummary dt {
  float: left;
  clear: left;
  background: var(--cl-slate);
  width: 200px;
  padding: 15px;
  font-weight: bold;
}
#points-page .fs-c-history__info .fs-c-pointSummary dd {
  float: left;
  padding: 15px;
  background: #fff;
}

#points-page .fs-c-history__listContainer .fs-c-history__termCtrl {
  margin-bottom: 10px;
}
#points-page .fs-c-history__listContainer .fs-c-listControl {
  margin-bottom: 10px;
}
#points-page .fs-c-history__listContainer .fs-c-pointListTable {
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
}
#points-page .fs-c-history__listContainer .fs-c-pointListTable th {
  background: var(--cl-slate);
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #aaa;
  padding: 10px;
}
#points-page .fs-c-history__listContainer .fs-c-pointListTable td {
  padding: 10px;
  border: 1px solid #aaa;
  font-size: 13px;
  background: #fff;
}
#points-page .fs-c-history__listContainer .fs-c-pointListTable td .fs-c-pointListTable__dataDetail {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

/**********************************************************
* お届け先リストページ
***********************************************************/
#addressbook-page .fs-c-addressBookList__addButton {
  margin-bottom: 10px;
}
#addressbook-page .fs-c-addressBookList__addButton .fs-c-button--addToAddressbook {
  font-size: 14px;
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 5px;
  background: var(--cl-slate);
  border: 1px solid var(--cl-dark-gray);
  color: var(--cl-dark-gray);
  font-weight: bold;
  transition: .3s
}
#addressbook-page .fs-c-addressBookList__addButton .fs-c-button--addToAddressbook:hover {
  background: var(--cl-light-gray);
}
#addressbook-page .fs-c-addressBookList__addButton .fs-c-button--addToAddressbook:before {
  content: "+";
  font-size: 20px;
  font-weight: normal;
  display: block;
  margin-right: 5px;
  line-height: 1;
}
#addressbook-page .fs-c-addressBookList__count {
  font-size: 14px;
  margin-bottom: 10px;
}
#addressbook-page .fs-c-addressBookList__list {
  width: 100%;
  border-collapse: unset;
  border: 2px solid var(--cl-dark-gray);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
#addressbook-page .fs-c-addressBookList__list tr {
  display: flex;
  align-items: center;
  padding: 10px;
}
#addressbook-page .fs-c-addressBookList__list tr td:nth-child(1) {
  width: 200px;
}
#addressbook-page .fs-c-addressBookList__list tr td:nth-child(1) ruby {
  font-size: 14px;
}
#addressbook-page .fs-c-addressBookList__list tr td:nth-child(1) ruby rt {
  margin-bottom: 3px;
}
#addressbook-page .fs-c-addressBookList__list tr td:nth-child(2) {
  flex: 1;
}
#addressbook-page .fs-c-addressBookList__list tr td:nth-child(2) .fs-c-address {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
}
#addressbook-page .fs-c-addressBookList__list tr td:nth-child(3) {
  width: 150px;
}
#addressbook-page .fs-c-addressBookList__list tr td:nth-child(3) .fs-c-buttonContainer {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
}
#addressbook-page .fs-c-addressBookList__list tr td:nth-child(3) .fs-c-buttonContainer .fs-c-button--changeInfomation {
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
#addressbook-page .fs-c-addressBookList__list tr td:nth-child(3) .fs-c-buttonContainer .fs-c-button--delete {
  background: none;
  border: none;
  font-weight: bold;
  color: var(--cl-red);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding: 0;
}
#addressbook-page .fs-c-addressBookList__list tr td:nth-child(3) .fs-c-buttonContainer .fs-c-button--delete:before {
  content: "";
  background: url("https://cctest25240204.itembox.design/item/icons/trash-red.svg") no-repeat center;
  background-size: contain;
  display: block;
  width: 15px;
  height: 15px;
}

.fs-body-my-addressbook .fs-c-modal .fs-c-inputInformation__message {
  margin: 0 0 10px;
  max-width: unset;
}
.fs-body-my-addressbook .fs-c-modal .fs-c-inputInformation__message p {
  margin: 0;
  font-size: 14px;
}

.fs-body-my-addressbook .fs-c-modal .fs-c-inputInformation__field {
  border-top: 2px solid var(--cl-dark-gray);
  border-bottom: 2px solid var(--cl-dark-gray);
  padding: 5px 0;
}
.fs-body-my-addressbook .fs-c-modal .fs-c-inputInformation__field .fs-c-inputTable--inModal {
  font-size: 14px;
}
.fs-body-my-addressbook .fs-c-modal .fs-c-modal__contents .fs-c-inputInformation__button {
  display: flex;
  justify-content: space-between;
}
.fs-body-my-addressbook .fs-c-modal .fs-c-inputInformation__button .fs-c-button--confirmDelete {
  order: 2;
  background: var(--cl-red);
  color: #fff;
  border: 1px solid var(--cl-red);
  display: inline-flex;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 5px 10px 5px 12px;
  border-radius: 5px;
  font-weight: 500;
  transition: .3s;
}
.fs-body-my-addressbook .fs-c-modal .fs-c-inputInformation__button .fs-c-button--cancel {
  order: 1;
  background: var(--cl-slate);
  color: var(--cl-dark-gray);
  border: 1px solid #aaa;
  display: inline-flex;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 5px 10px 5px 12px;
  border-radius: 5px;
  font-weight: 500;
  transition: .3s;
}
.fs-body-my-addressbook .fs-c-modal .fs-c-inputInformation__button button:hover {
  opacity: .7;
}

/**********************************************************
* お届け先登録 / 変更ページ
***********************************************************/
#addressbook-regist-page .fs-c-inputInformation__button,
#addressbook-edit-page .fs-c-inputInformation__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#addressbook-regist-page .fs-c-inputInformation__button .fs-c-button--cancel,
#addressbook-edit-page .fs-c-inputInformation__button .fs-c-button--cancel {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
}


/**********************************************************
* 会員情報詳細ページ
***********************************************************/
#account-data-page .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell {
  font-size: 14px;
  display: flex;
  gap: 3px;
  align-items: center;
}
#account-data-page .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell:before {
  content: "-";
  display: block;
}

/**********************************************************
* 会員登録内容変更ページ
***********************************************************/

/**********************************************************
* 退会手続きページ
***********************************************************/
#account-delete-page .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell {
  font-size: 14px;
  display: flex;
  gap: 3px;
  align-items: center;
}

#account-delete-page .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell:before {
  content: "-";
  display: block;
}

#account-delete-page .fs-c-inputInformation__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#account-delete-page .fs-c-inputInformation__button .fs-c-button--cancel {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
}

/*** 1250px ↓ ***/
@media screen and (max-width: 1250px) {
}

/*** 1100px ↓  ***/
@media screen and (max-width: 1100px) {
  .mypage-top-info-panel .fs-c-accountService {
    grid-template-columns: repeat(3, 1fr);
  }

  .mypage-top-info-panel .fs-c-accountService .fs-c-accountService__pageLink {
    flex-direction: column;
  }

  .fs-c-couponList {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  #history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    float: unset;
  }
  #history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__orderDeliveryInfo {
    max-width: 100%;
    float: unset;
  }
  #history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__orderDeliveryInfo th,
  #history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-deliveryInfoList dt,
  #history-detail-page .fs-c-orderTotalTable th,
  #history-detail-page .fs-c-orderPaymentTable th {
    width: 150px;
  }
}

/*** 900px ↓  ***/
@media screen and (max-width: 900px) {
  .mypage-top-info-panel {
    flex-direction: column;
  }
  .mypage-top-info-panel .fs-p-accountInfo {
    width: 100%;
  }
  .mypage-top-info-panel .fs-c-accountService {
    width: 100%;
  }
}

/*** 850px ↓ ***/
@media screen and (max-width: 850px) {
  #history-page .fs-c-orderHistoryItem {
    flex-direction: column-reverse;
  }
  #history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    border-top: 2px solid #aaa;
    padding-top: 10px;
    align-items: flex-end;
  }
  #history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__orderInfo {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

/*** 767px ↓ ***/
@media screen and (max-width: 767px) {
  #points-page .fs-c-history__info .fs-c-pointSummary dt {
    width: 150px;
  }

  #addressbook-page .fs-c-addressBookList__list tr {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
  }
  #addressbook-page .fs-c-addressBookList__list tr td:nth-child(1) {
    width: 100%;
    border-bottom: 1px solid var(--cl-dark-gray);
    padding: 0 0 5px;
    margin: 0 0 5px;
  }
  #addressbook-page .fs-c-addressBookList__list .fs-c-address__address {
    align-items: center;
  }
}

/*** 680px ↓ ***/
@media screen and (max-width: 680px) {
  .fs-c-inputInformation__message {
    text-align: left;
  }

  .fs-c-wishlistProduct {
    justify-content: center;
  }
  .fs-c-wishlistProduct .fs-c-wishlistProduct__title {
    font-size: 20px;
  }
  .fs-c-wishlistProduct .fs-c-wishlistProduct__footer {
    order: 3;
  }

  .mypage-top-info-panel .fs-c-accountService {
    grid-template-columns: repeat(2, 1fr);
  }

  #history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__header__button {
    width: 100%;
    justify-items: end;
    text-align: right;
  }
  #history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__header__button a {
    display: inline-flex;
  }

  #history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__product {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0 15px;
  }
  #history-page .fs-c-orderHistoryItem .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productName {
    flex: unset;
    width: calc(100% - 140px);
  }

  #history-detail-page .fs-c-cartTable__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px;
  }
  #history-detail-page .fs-c-cartTable__row:last-child {
    margin-bottom: 0;
  }
  #history-detail-page .fs-c-orderDetail section .fs-c-cartTable__dataCell {
    padding: 0;
  }
  #history-detail-page .fs-c-orderDetail section .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__productName .fs-c-orderHistoryItem__productName__name {
    height: 35px;
    line-height: 1.4;
    overflow: hidden;
    position: relative;
  }

  #points-page .fs-c-history__listContainer .fs-c-pointListTable tr {
    border: 2px solid var(--cl-dark-gray);
    border-radius: 10px;
    overflow: hidden;
  }
  #points-page .fs-c-history__listContainer .fs-c-pointListTable td {
    border: 0;
  }

  #review-page .fs-c-productReviewed .fs-c-productReviewed__image {
    display: flex;
    justify-content: center;
  }
  #review-page .fs-c-productReviewed .fs-c-productReviewed__image .fs-c-productReviewed__image__image {
    width: 100%;
    max-width: 500px;
  }
}

/*** 500px ↓ ***/
@media screen and (max-width: 500px) {
  #addressbook-page .fs-c-addressBookList__list tr td:nth-child(2) {
    flex: unset;
    width: 100%;
  }
  #addressbook-page .fs-c-addressBookList__list tr td:nth-child(3) {
    width: 100%;
    margin-top: 5px;
  }
  #addressbook-page .fs-c-addressBookList__list tr td:nth-child(3) .fs-c-buttonContainer {
    justify-content: space-between;
  }
}