/* 商品名上のキャッチコピーを小さくする */
.fs-body-product .fs-c-productNameHeading__copy {
  display: block;
  margin-bottom: 7px;
  color: #555;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.45;
}
/* 商品ページは個別レビューだけ表示 */
.fs-body-product .fs-c-productReview__aggregateRating,
.fs-body-product .fs-c-productReview__allReviews,
.fs-body-product .fs-c-productReview__addReview {
  display: none !important;
}
/* 送料込と沖縄・離島の注意書きを1行にする */
.fs-body-product .fs-c-productPostage {
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
}

.fs-body-product .c-productPostageNote {
  display: inline;
  font-size: 11px;
  line-height: 1.4;
  color: #666;
  white-space: nowrap;
}

/* Paidyの表示を小さくする */
.fs-body-product .paidy {
  transform: scale(0.7);
  transform-origin: left top;
  height: 35px;
  margin-top: 4px;
  margin-bottom: 0;
}

/* カート：未ログイン購入ボタン */
.fs-body-cart .cart-choice-title {
  margin: 12px 0 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.fs-body-cart .cart-choice-note {
  margin: 0 0 16px;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.fs-body-cart .sl-cart-login,
.fs-body-cart .sl-cart-guest {
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: calc(100% - 32px) !important;
  max-width: 460px;
  min-height: 52px;
  margin: 10px auto !important;
  padding: 12px 18px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: .03em;
  text-decoration: none !important;
}

/* 会員：控えめな白ボタン */
.fs-body-cart .sl-cart-login {
  background: #fff !important;
  border: 1px solid #18336f !important;
  color: #18336f !important;
}

/* 初めての方：メインボタン */
.fs-body-cart .sl-cart-guest {
  background: #18336f !important;
  border: 1px solid #18336f !important;
  color: #fff !important;
}

.fs-body-cart .sl-cart-login .fs-c-button__label {
  color: #18336f !important;
}

.fs-body-cart .sl-cart-guest .fs-c-button__label {
  color: #fff !important;
}

/* カート：お買い物を続ける */
.fs-body-cart .sl-cart-continue {
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: calc(100% - 64px) !important;
  max-width: 360px;
  min-height: 46px;
  margin: 24px auto !important;
  padding: 10px 16px !important;
  background: #fff !important;
  background-image: none !important;
  border: 1px solid #aaa !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #333 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

.fs-body-cart .sl-cart-continue .fs-c-button__label {
  color: #333 !important;
}

/* 通常購入ボタンとAmazon Payの間隔 */
.fs-body-cart .fs-c-payWithAmazon {
  margin-top: 12px;
}

.fs-body-cart .cart-amazon-note {
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}