@charset "UTF-8";
/* カート
--------------------------------------------- */
.ny-cart-other {
  display: none;
}

/* 買い物かご 空 */
.fs-body-cart .fs-l-cart__contentsArea {
  margin-bottom: 0;
}
.fs-body-cart .fs-l-cart__contentsArea:has(.fs-l-cart__mainColumn) ~ .ny-top-history {
  display: none;
}
.fs-body-cart .fs-c-noResultMessage {
  margin-bottom: 40px;
}
.fs-body-cart .fs-c-continueShopping {
  text-align: center;
}
.fs-body-cart .fs-c-continueShopping a::after {
  right: 0;
  left: 8px;
  transform: rotate(180deg);
}
.fs-body-cart .ny-top-history {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .fs-body-cart .fs-c-continueShopping a::after {
    right: 0;
    left: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-body-cart .ny-top-history {
    margin-top: 120px;
  }
}

/* 買い物かご 有り */
.fs-body-cart .fs-l-cart__contentsArea,
.fs-body-cart .fs-c-continueShopping {
  max-width: var(--ny-w-page);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--ny-p-page);
  padding-right: var(--ny-p-page);
}
.fs-body-cart .fs-cartContent-container {
  margin-bottom: 0;
}
.fs-body-cart .fs-c-cartTableContainer {
  padding: 28px var(--ny-p-page) 32px;
  border: 1px solid var(--ny-c-gray);
  background-color: #fff;
}
.fs-body-cart .fs-c-cartTableContainer table td {
  padding: 0;
  border: none;
}
.fs-body-cart .fs-c-cartTable thead,
.fs-body-cart .fs-c-productPrice__addon,
.fs-body-cart .fs-c-priceDisplay__memberPrice,
.fs-body-cart .fs-c-cartTable__actionButton__container--buyItLater {
  display: none;
}
.fs-body-cart .fs-c-cartTable tbody {
  display: block;
}
.fs-body-cart .fs-c-cartTable__row {
  width: 100%;
  border: none;
  margin-bottom: 0;
}
.fs-body-cart .fs-c-cartTable__row + .fs-c-cartTable__row {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--ny-c-gray);
}
.fs-body-cart .fs-c-price__value::before {
  content: "税込 ";
}
.fs-body-cart .fs-c-price__value::after {
  content: " 円";
}
.fs-body-cart .fs-c-cartTable__row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.fs-body-cart .fs-c-cartTable__row .fs-c-cartTable__dataCell--product {
  grid-column: 1/3;
  grid-row: 1;
}
.fs-body-cart .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity {
  grid-column: 2/3;
  grid-row: 2;
}
.fs-body-cart .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal {
  grid-column: 1/3;
  grid-row: 3;
}
.fs-body-cart .fs-c-cartTable__row .fs-c-cartTable__dataCell--point {
  grid-column: 1/3;
  grid-row: 3;
}
.fs-body-cart .fs-c-cartTable__row .fs-c-cartTable__dataCell--action {
  grid-column: 1/2;
  grid-row: 2;
}
.fs-body-cart .fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
  font-size: 1.6rem;
}
.fs-body-cart .fs-c-cartTable__dataCell--product .fs-c-listedProductName__name {
  font-size: 1.8rem;
}
.fs-body-cart .fs-c-cartTable__dataCell--product .fs-c-listedProductName__variation,
.fs-body-cart .fs-c-cartTable__dataCell--product .fs-c-listedProductName__selection {
  margin-top: 1em;
  font-size: 1.6rem;
}
.fs-body-cart .fs-c-cartTable__dataCell--product .fs-c-cartTable__unitPrice {
  justify-self: end;
  margin-top: 1em;
  line-height: 1;
}
.fs-body-cart .fs-c-cartTable__dataCell--product .fs-c-cartTable__product {
  grid-template-columns: 90px 1fr;
}
.fs-body-cart .fs-c-cartTable__dataCell--product .fs-c-cartTable__productImage {
  padding: 8px;
}
.fs-body-cart .fs-c-cartTable__dataCell--product .fs-c-cartTable__productImage img {
  padding-right: 0;
}
.fs-body-cart .fs-c-cartTable__dataCell--quantity {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  width: auto;
  margin-top: 20px;
}
.fs-body-cart .fs-c-cartTable__dataCell--quantity::before {
  margin-right: 1em;
  font-weight: normal;
  font-size: 1.8rem;
  content: attr(data-cell-label);
}
.fs-body-cart .fs-c-cartTable__dataCell--quantity .fs-c-cartTable__quantity {
  position: relative;
  max-width: none;
}
.fs-body-cart .fs-c-cartTable__dataCell--quantity .fs-c-cartTable__quantity::after {
  position: absolute;
  top: 10px;
  right: 16px;
  color: #757575;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5em;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  pointer-events: none;
  content: "\f078";
}
.fs-body-cart .fs-c-cartTable__dataCell--quantity .fs-c-quantity__select,
.fs-body-cart .fs-c-cartTable__dataCell--quantity .fs-c-quantity__number {
  width: 115px;
  margin-left: auto;
  padding: 16px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 2.3rem;
  line-height: 1;
  cursor: pointer;
}
.fs-body-cart .fs-c-cartTable__dataCell--subtotal {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin: 20px 120px 0 0;
  justify-self: end;
  line-height: 1;
}
.fs-body-cart .fs-c-cartTable__dataCell--subtotal::before {
  content: none;
}
.fs-body-cart .fs-c-cartTable__dataCell--subtotal .fs-c-price__value {
  font-weight: bold;
  font-size: 3rem;
}
.fs-body-cart .fs-c-cartTable__dataCell--subtotal .fs-c-price__value::before, .fs-body-cart .fs-c-cartTable__dataCell--subtotal .fs-c-price__value::after {
  font-weight: normal;
  font-size: 1.6rem;
}
.fs-body-cart .fs-c-cartTable__dataCell--point {
  align-self: end;
  margin: 20px 0 0;
  font-weight: bold;
}
.fs-body-cart .fs-c-cartTable__dataCell--point::before {
  content: none;
}
.fs-body-cart .fs-c-cartTable__dataCell--point::after {
  font-weight: normal;
  content: "ポイント";
}
.fs-body-cart .fs-c-cartTable__dataCell--action {
  margin-top: 20px;
}
.fs-body-cart .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--cancel--cart {
  width: 65px;
}
.fs-body-cart .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--cancel--cart button {
  height: 45px;
  border: 1px solid var(--ny-c-gray);
  background-color: #ededed;
  font-size: 1.6rem;
  line-height: 45px;
}
.fs-body-cart .fs-c-totalAndActions {
  margin: 36px 0 0;
  padding: 28px var(--ny-p-page);
  background-color: #fff;
  border: 1px solid var(--ny-c-gray);
}
.fs-body-cart #fs-cartTotals-container {
  padding-bottom: 28px;
  border-bottom: 1px dashed var(--ny-c-gray);
}
.fs-body-cart .fs-c-orderTotalTable tbody {
  display: grid;
  grid-template-columns: 1fr 180px;
  grid-template-rows: repeat(2, auto);
  row-gap: var(--ny-p-page);
}
.fs-body-cart .fs-c-orderTotalTable tbody tr {
  display: flex;
  align-items: baseline;
}
.fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__mainRow {
  grid-area: 1/1/2/3;
  color: #d32f2f;
  justify-content: space-between;
}
.fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__mainRow th {
  padding-left: 1em;
}
.fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__mainRow th::before {
  font-weight: bold;
  font-size: 1.8rem;
  content: "商品合計";
}
.fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__mainRow th span {
  display: none;
}
.fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__mainRow td .fs-c-price__value {
  font-size: 3.5rem;
}
.fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__mainRow td .fs-c-price__value::before, .fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__mainRow td .fs-c-price__value::after {
  font-weight: normal;
  font-size: 1.6rem;
}
.fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__count {
  margin-left: auto;
  padding-right: 1em;
  border-right: 1px solid var(--ny-c-gray);
}
.fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__count th::after {
  content: "：";
}
.fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__getPoint {
  margin-left: auto;
  padding: 0;
  border-bottom: none;
}
.fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__getPoint th::after {
  content: "：";
}
.fs-body-cart .fs-c-purchaseHere__message {
  margin: var(--ny-p-page) 0 32px;
}
.fs-body-cart .fs-c-purchaseHere__message p {
  margin: 0;
  font-size: 1.6rem;
}
.fs-body-cart .fs-c-button--unregisteredUserPurchase {
  margin-top: 28px;
  padding: 24px 0;
  border: 2px solid;
  border-radius: 4px;
  background: #fff;
  color: #d32f2f;
  font-weight: bold;
  font-size: 2.2rem;
  box-shadow: var(--ny-shadow);
}
.fs-body-cart .fs-c-button--unregisteredUserPurchase::after {
  display: none;
}
.fs-body-cart .fs-c-payWithAmazon {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed var(--ny-c-gray);
}
.fs-body-cart .fs-c-payWithAmazon__message {
  font-size: 1.6rem;
}
.fs-body-cart .fs-c-continueShopping {
  margin-top: 60px;
}

@media screen and (min-width: 960px) {
  .fs-body-cart .fs-l-cart__contentsArea {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .fs-body-cart .fs-l-cart__contentsArea {
    display: grid;
    grid-template-columns: 1fr 340px;
    column-gap: 50px;
    max-width: var(--ny-w-page);
    margin: 0 auto;
  }
  .fs-body-cart .fs-c-cartTableContainer {
    padding: 32px var(--ny-p-page);
    border: 1px solid var(--ny-c-gray);
    background-color: #fff;
  }
  .fs-body-cart .fs-c-cartTableContainer table td {
    padding: 0;
    border: none;
  }
  .fs-body-cart .fs-c-cartTable__row + .fs-c-cartTable__row {
    margin-top: var(--ny-p-page);
    padding-top: var(--ny-p-page);
  }
  .fs-body-cart .fs-c-cartTable__row {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    column-gap: 24px;
    align-items: unset;
  }
  .fs-body-cart .fs-c-cartTable__row .fs-c-cartTable__dataCell--product {
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .fs-body-cart .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity {
    grid-column: 2/3;
    grid-row: 1;
  }
  .fs-body-cart .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal {
    grid-column: 2/3;
    grid-row: 2;
  }
  .fs-body-cart .fs-c-cartTable__row .fs-c-cartTable__dataCell--point {
    grid-column: 2/3;
    grid-row: 2;
  }
  .fs-body-cart .fs-c-cartTable__row .fs-c-cartTable__dataCell--action {
    grid-column: 2/3;
    grid-row: 3;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
    font-size: 1.8rem;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--product .fs-c-listedProductName__name {
    font-size: 2rem;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--product .fs-c-listedProductName__variation,
  .fs-body-cart .fs-c-cartTable__dataCell--product .fs-c-listedProductName__selection {
    font-size: 1.8rem;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--product .fs-c-cartTable__unitPrice {
    justify-self: unset;
    margin-top: 0.5em;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--quantity {
    margin-top: 0;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--quantity .fs-c-quantity__select,
  .fs-body-cart .fs-c-cartTable__dataCell--quantity .fs-c-quantity__number {
    width: 90px;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--subtotal .fs-c-price__value {
    font-size: 2.4rem;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--action {
    justify-self: end;
    margin-top: 32px;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--cancel--cart {
    width: 90px;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--cancel--cart button {
    height: 30px;
    line-height: 30px;
  }
  .fs-body-cart .fs-c-totalAndActions {
    margin: 0;
    padding: 32px var(--ny-p-page);
  }
  .fs-body-cart #fs-cartTotals-container {
    padding-bottom: 24px;
  }
  .fs-body-cart .fs-c-orderTotalTable tbody {
    grid-template-columns: repeat(2, auto);
  }
  .fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__mainRow th {
    padding-left: 0;
  }
  .fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__mainRow th::before {
    font-size: 1.6rem;
  }
  .fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__mainRow td .fs-c-price__value {
    font-size: 3.4rem;
  }
  .fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__count,
  .fs-body-cart .fs-c-orderTotalTable tbody .fs-c-orderTotalTable__getPoint {
    font-size: 1.8rem;
  }
  .fs-body-cart .fs-c-purchaseHere__message {
    margin: var(--ny-p-page) 0 40px;
  }
  .fs-body-cart .fs-c-button--unregisteredUserPurchase {
    margin-top: 16px;
  }
  .fs-body-cart .fs-c-payWithAmazon {
    margin-top: 32px;
    padding-top: 32px;
  }
  .fs-body-cart .fs-c-payWithAmazon__message {
    font-size: 1.8rem;
  }
}
/* お支払・配送方法
--------------------------------------------- */
.fs-body-checkout .fs-l-checkout__mainColumn,
.fs-body-checkout-amazon .fs-l-checkout__mainColumn {
  padding: 0 16px;
}
.fs-body-checkout .fs-c-checkout-preview,
.fs-body-checkout-amazon .fs-c-checkout-preview {
  padding: 24px 10px 28px;
  border-color: var(--ny-c-gray);
}
.fs-body-checkout .fs-c-checkout-preview__title,
.fs-body-checkout-amazon .fs-c-checkout-preview__title {
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-color: var(--ny-c-gray);
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
}
.fs-body-checkout .fs-c-checkout-preview__body,
.fs-body-checkout-amazon .fs-c-checkout-preview__body {
  font-size: 1.8rem;
  line-height: 1.7;
}
.fs-body-checkout .fs-c-checkout-preview__body > * + *,
.fs-body-checkout-amazon .fs-c-checkout-preview__body > * + * {
  margin-top: 0;
}
.fs-body-checkout .fs-c-checkout-preview__body .fs-c-button--standard,
.fs-body-checkout-amazon .fs-c-checkout-preview__body .fs-c-button--standard {
  width: auto;
  padding: 1em;
  border-width: 1px;
  border-radius: 4px;
  font-size: 1.6rem;
}
.fs-body-checkout .fs-c-checkout-preview__body .fs-c-button--standard::after,
.fs-body-checkout-amazon .fs-c-checkout-preview__body .fs-c-button--standard::after {
  display: none;
}
.fs-body-checkout .fs-c-checkout-preview__button,
.fs-body-checkout-amazon .fs-c-checkout-preview__button {
  margin-top: 24px;
}
.fs-body-checkout .fs-c-price__value::before,
.fs-body-checkout-amazon .fs-c-price__value::before {
  content: "税込 ";
}
.fs-body-checkout .fs-c-price__value::after,
.fs-body-checkout-amazon .fs-c-price__value::after {
  content: " 円";
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingInfo__body,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingInfo__body {
  display: grid;
  gap: 40px;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingDestination,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingDestination {
  display: block;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-heading,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-heading {
  padding: 8px 10px;
  background-color: #757575;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingAddress,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingAddress {
  margin-top: 20px;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingAddress__storeComment,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingAddress__storeComment {
  margin-top: 1em;
  padding: 1em;
  background: #f7f7f7;
  font-size: 1.6rem;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingAddress__address__zipCode,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingAddress__address__zipCode {
  display: block;
}
.fs-body-checkout #fs-addressInfo-container .fs-u-tel::before,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-u-tel::before {
  content: "電話番号：";
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingDestination__control,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingDestination__control {
  justify-content: end;
  flex-direction: row;
  column-gap: 24px;
  margin-top: 24px;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-deliveryDateInfo__info__date,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-deliveryDateInfo__info__date {
  font-weight: normal;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel {
  border: none;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__product,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__product {
  grid-template-columns: 80px 1fr;
  margin: 0;
  padding: 20px 0 20px 8px;
  gap: 16px;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__product + .fs-c-checkout-shippingParcel__product,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__product + .fs-c-checkout-shippingParcel__product {
  border-top: 1px dashed var(--ny-c-gray);
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__productInfo,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__productInfo {
  grid-template-columns: 1fr auto;
  gap: 20px 8px;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__productImage__image,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__productImage__image {
  width: auto;
  height: auto;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__productVariation,
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__productSelection,
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__unitPrice,
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__quantity,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__productVariation,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__productSelection,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__unitPrice,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__quantity {
  font-size: 1.6rem;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__unitPrice,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__unitPrice {
  justify-self: right;
  padding-right: 8px;
  border-right: 1px solid var(--ny-c-gray);
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingDetail,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingDetail {
  gap: 28px;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingDetail__detail,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingDetail__detail {
  gap: 32px;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingDetail__shippingCarrier,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingDetail__shippingCarrier {
  gap: 20px;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingDetail__shippingCarrier__comment,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingDetail__shippingCarrier__comment {
  padding: 0;
  border: none;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingCarrierComment p,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingCarrierComment p {
  padding-left: 1em;
  text-indent: -1em;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingDetail__deliveryDetail,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingDetail__deliveryDetail {
  gap: 24px;
  padding: 0;
  background: none;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingDetail__deliveryDetailPreview,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingDetail__deliveryDetailPreview {
  gap: 0;
  border: 1px solid var(--ny-c-gray);
  border-bottom: none;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingDetail__deliveryDetailPreview dt,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingDetail__deliveryDetailPreview dt {
  padding: 8px 10px;
  border-bottom: 1px solid var(--ny-c-gray);
  background-color: #ededed;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingDetail__deliveryDetailPreview dt::after,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingDetail__deliveryDetailPreview dt::after {
  display: none;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingDetail__deliveryDetailPreview dd,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingDetail__deliveryDetailPreview dd {
  padding: 8px 10px;
  border-bottom: 1px solid var(--ny-c-gray);
}
.fs-body-checkout #fs-addressInfo-container .fs-c-destinationFeeTable,
.fs-body-checkout #fs-addressInfo-container .fs-c-destinationFeeTable__headerCell,
.fs-body-checkout #fs-addressInfo-container .fs-c-destinationFeeTable__dataCell,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-destinationFeeTable,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-destinationFeeTable__headerCell,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-destinationFeeTable__dataCell {
  padding: 0;
  border: none;
  background: none;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-destinationFeeTable,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-destinationFeeTable {
  width: auto;
  margin-left: auto;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-destinationFeeTable .fs-c-price__value,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-destinationFeeTable .fs-c-price__value {
  font-weight: bold;
  font-size: 2.5rem;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-destinationFeeTable .fs-c-price__value::before, .fs-body-checkout #fs-addressInfo-container .fs-c-destinationFeeTable .fs-c-price__value::after,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-destinationFeeTable .fs-c-price__value::before,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-destinationFeeTable .fs-c-price__value::after {
  font-weight: normal;
  font-size: 1.6rem;
}
.fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingOption__control,
.fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingOption__control {
  margin-top: 24px;
}
.fs-body-checkout #fs-paymentList-container .fs-c-checkout-paymentInfo__message,
.fs-body-checkout-amazon #fs-paymentList-container .fs-c-checkout-paymentInfo__message {
  display: none;
}
.fs-body-checkout #fs-paymentList-container .fs-c-checkout-paymentMethod,
.fs-body-checkout-amazon #fs-paymentList-container .fs-c-checkout-paymentMethod {
  border: none;
}
.fs-body-checkout #fs-paymentList-container .fs-c-checkout-paymentMethod__title,
.fs-body-checkout-amazon #fs-paymentList-container .fs-c-checkout-paymentMethod__title {
  padding: 8px 0;
  background: none;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponInfo__body,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponInfo__body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponCodeInput {
  order: 4;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  padding: 0;
  background: none;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput .fs-c-checkout-couponCodeInput__title,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponCodeInput .fs-c-checkout-couponCodeInput__title {
  grid-column: 1/3;
  font-size: 1.4rem;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput input,
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput button,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponCodeInput input,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponCodeInput button {
  display: grid;
  place-content: center;
  height: 55px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput input,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponCodeInput input {
  padding: 0 1em;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput button,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponCodeInput button {
  width: 90px;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput .fs-c-checkout-couponCodeInput__input,
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput .fs-c-couponCodeInput__button,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponCodeInput .fs-c-checkout-couponCodeInput__input,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponCodeInput .fs-c-couponCodeInput__button {
  border: 1px solid var(--ny-c-gray);
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput .fs-c-checkout-couponCodeInput__input,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponCodeInput .fs-c-checkout-couponCodeInput__input {
  margin-right: 0;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput .fs-c-couponCodeInput__button,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponCodeInput .fs-c-couponCodeInput__button {
  border-radius: 0 4px 4px 0;
  background-color: #ededed;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList {
  order: 3;
  display: grid;
  gap: 16px;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__item,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__item {
  margin: 0;
  padding: 12px;
  border-radius: 4px;
  background: #fff3e0;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__couponName,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__couponName {
  font-size: 1.8rem;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__couponDiscount,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__couponDiscount {
  color: var(--fs-color-maincolor__font);
  font-size: 1.4rem;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__description,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__description {
  width: auto;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control {
  flex-basis: unset;
  margin-left: 0;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control button,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control button {
  display: grid;
  place-content: center;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  border-radius: 4px;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control .is-inactive,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control .is-inactive {
  background-color: #ededed;
  box-shadow: var(--ny-shadow);
  color: var(--fs-color-maincolor__font);
  font-size: 1.4rem;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control .is-active,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control .is-active {
  background-color: #f19f2b;
  box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.6rem;
}
.fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control .is-active::after,
.fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control .is-active::after {
  display: none;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable thead,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable thead {
  display: none;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__row,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-rows: 1fr auto;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__row .fs-c-cartTable__dataCell--product,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__row .fs-c-cartTable__dataCell--product {
  grid-column: 1/4;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity {
  grid-column: 1/2;
  grid-row: 2/3;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal {
  grid-column: 2/3;
  grid-row: 2/3;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__row .fs-c-cartTable__dataCell--point,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__row .fs-c-cartTable__dataCell--point {
  grid-column: 3/4;
  grid-row: 2/3;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__row,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__row {
  gap: 20px 8px;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 20px 8px;
  border-bottom: 1px dashed var(--ny-c-gray);
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__row:last-of-type,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__row:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  padding: 0;
  border: none;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--product,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--product {
  justify-content: start;
  padding: 0;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__productImage,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__productImage {
  padding-right: 0;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__productImage__image,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__productImage__image {
  padding-right: 8px;
}
.fs-body-checkout #fs-orderContents-container .fs-c-listedProductName,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-listedProductName {
  font-size: 1.8rem;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--quantity,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--quantity {
  justify-self: end;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--subtotal::before,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--subtotal::before {
  display: none;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--quantity::before,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--quantity::before {
  content: attr(data-cell-label);
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--point::before,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--point::before {
  content: "";
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--point::after,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--point::after {
  margin-left: 4px;
  content: attr(data-cell-label);
}
.fs-body-checkout #fs-orderContents-container .fs-c-listedProductName__variation,
.fs-body-checkout #fs-orderContents-container .fs-c-listedProductName__selection,
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__unitPrice,
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--quantity,
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--quantity::before,
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--point,
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--point::before,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-listedProductName__variation,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-listedProductName__selection,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__unitPrice,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--quantity,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--quantity::before,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--point,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--point::before {
  margin-right: 0;
  border: 0;
  font-weight: normal;
  font-size: 1.6rem;
}
.fs-body-checkout #fs-orderContents-container .fs-c-listedProductName__variation,
.fs-body-checkout #fs-orderContents-container .fs-c-listedProductName__selection,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-listedProductName__variation,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-listedProductName__selection {
  margin-top: 20px;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--quantity,
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--subtotal,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--quantity,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--subtotal {
  padding-right: 8px;
  border-right: 1px solid var(--ny-c-gray);
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--subtotal .fs-c-price__value,
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--subtotal .fs-c-price__value {
  font-size: 1.6rem;
}
.fs-body-checkout .fs-c-returnedSpecialContract,
.fs-body-checkout-amazon .fs-c-returnedSpecialContract {
  margin-top: 36px;
  padding: 0;
  text-align: center;
}
.fs-body-checkout .fs-c-returnedSpecialContract a,
.fs-body-checkout-amazon .fs-c-returnedSpecialContract a {
  text-decoration: underline;
}
.fs-body-checkout #fs_orderTotalContainer,
.fs-body-checkout-amazon #fs_orderTotalContainer {
  margin-top: 36px;
  padding: 0 var(--ny-p-page);
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable {
  position: relative;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable tr,
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable th,
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable td,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable tr,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable th,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable td {
  padding: 0;
  border: none;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable th,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable th {
  width: 85px;
  text-align: right;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal th::before,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal th::before {
  content: "商品合計";
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal th span,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal th span {
  display: none;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal td,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal td {
  font-weight: bold;
  font-size: 2.5rem;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal td::before, .fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal td::after,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal td::before,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal td::after {
  font-weight: normal;
  font-size: 1.6rem;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal td::before,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal td::before {
  content: "税込 ";
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal td::after,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal td::after {
  content: " 円";
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__postageFee th,
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__postageFee td,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__postageFee th,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__postageFee td {
  padding: 8px 0 20px;
  border-bottom: 1px dashed var(--ny-c-gray);
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__postageFee td,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__postageFee td {
  font-weight: bold;
  font-size: 2.5rem;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__postageFee td::after,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__postageFee td::after {
  font-weight: normal;
  font-size: 1.6rem;
  content: " 円";
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__couponDiscount th,
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__couponDiscount td,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__couponDiscount th,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__couponDiscount td {
  padding: 20px 0 8px;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__couponDiscount td,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__couponDiscount td {
  font-weight: bold;
  font-size: 2.5rem;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__couponDiscount td::after,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__couponDiscount td::after {
  font-weight: normal;
  font-size: 1.6rem;
  content: " 円";
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal {
  color: #d32f2f;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal th,
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal td,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal th,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal td {
  padding: 20px 0 8px;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal th,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal th {
  font-weight: bold;
  font-size: 1.8rem;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal td,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal td {
  font-weight: bold;
  font-size: 3.5rem;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal td .fs-c-price__value::before,
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal td .fs-c-price__value::after,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal td .fs-c-price__value::before,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal td .fs-c-price__value::after {
  font-weight: normal;
  font-size: 1.6rem;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__earnPoints,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__earnPoints {
  position: absolute;
  bottom: -20px;
  right: 0;
  display: flex;
  justify-content: end;
  align-items: baseline;
  width: 100%;
  border: none;
  color: #d32f2f;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__earnPoints th,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__earnPoints th {
  width: auto;
  margin-right: 4px;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__earnPoints td,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__earnPoints td {
  font-weight: bold;
  font-size: 2rem;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-confirmOrder,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-confirmOrder {
  margin-top: 56px;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-confirmOrder::before,
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-confirmOrder::before {
  display: block;
  margin-bottom: 16px;
  text-align: center;
  content: "上記内容でご注文を確定します。";
}
.fs-body-checkout .fs-c-checkout-radioList,
.fs-body-checkout-amazon .fs-c-checkout-radioList {
  margin-top: 12px;
}
.fs-body-checkout .fs-c-checkout-radioList > li + li,
.fs-body-checkout-amazon .fs-c-checkout-radioList > li + li {
  margin-top: 16px;
}
.fs-body-checkout .fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title,
.fs-body-checkout-amazon .fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
  color: initial;
}
.fs-body-checkout .fs-c-checkout-pickupStoreList__list__item,
.fs-body-checkout-amazon .fs-c-checkout-pickupStoreList__list__item {
  display: block;
  padding: 1em;
}
.fs-body-checkout .fs-c-checkout-pickupStoreList__list__item .fs-c-checkout-addressee__data,
.fs-body-checkout-amazon .fs-c-checkout-pickupStoreList__list__item .fs-c-checkout-addressee__data {
  padding: 0;
}
.fs-body-checkout .fs-c-checkout-pickupStoreList__list__item .fs-c-checkout-addressee__data__storeComment,
.fs-body-checkout-amazon .fs-c-checkout-pickupStoreList__list__item .fs-c-checkout-addressee__data__storeComment {
  margin-top: 1em;
  padding: 1em;
  font-size: 1.6rem;
}
.fs-body-checkout .fs-c-checkout-pickupStoreList__list__item .fs-c-checkout-addressee__control,
.fs-body-checkout-amazon .fs-c-checkout-pickupStoreList__list__item .fs-c-checkout-addressee__control {
  justify-content: center;
  margin-top: 1em;
}

@media screen and (min-width: 960px) {
  .fs-body-checkout .fs-l-checkout,
  .fs-body-checkout-amazon .fs-l-checkout {
    display: block;
  }
  .fs-body-checkout .fs-l-checkout__mainColumn,
  .fs-body-checkout-amazon .fs-l-checkout__mainColumn {
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .fs-body-checkout .fs-l-checkout,
  .fs-body-checkout-amazon .fs-l-checkout {
    display: grid;
    grid-template-columns: 1fr 340px;
    column-gap: 50px;
    padding-left: var(--ny-p-page);
    padding-right: var(--ny-p-page);
  }
  .fs-body-checkout .fs-l-checkout__mainColumn,
  .fs-body-checkout #fs_orderTotalContainer,
  .fs-body-checkout-amazon .fs-l-checkout__mainColumn,
  .fs-body-checkout-amazon #fs_orderTotalContainer {
    margin: 0;
    padding: 0;
  }
  .fs-body-checkout .fs-l-checkout__mainColumn > * + *,
  .fs-body-checkout-amazon .fs-l-checkout__mainColumn > * + * {
    margin-top: 56px;
  }
  .fs-body-checkout .fs-c-checkout-preview,
  .fs-body-checkout-amazon .fs-c-checkout-preview {
    padding: 24px 24px 40px;
  }
  .fs-body-checkout .fs-c-checkout-preview__title,
  .fs-body-checkout-amazon .fs-c-checkout-preview__title {
    margin-bottom: 24px;
    font-size: 2rem;
  }
  .fs-body-checkout .fs-c-checkout-preview__body,
  .fs-body-checkout-amazon .fs-c-checkout-preview__body {
    font-size: 2rem;
  }
  .fs-body-checkout .fs-c-checkout-preview__body .fs-c-button--standard,
  .fs-body-checkout-amazon .fs-c-checkout-preview__body .fs-c-button--standard {
    padding: 12px 24px;
    border-width: 2px;
    font-size: 1.8rem;
  }
  .fs-body-checkout #fs-addressInfo-container .fs-c-checkout-heading,
  .fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-heading {
    padding: 8px 12px;
  }
  .fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__product,
  .fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__product {
    grid-template-columns: 100px 1fr;
    gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__productInfo,
  .fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__productInfo {
    row-gap: 16px;
  }
  .fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__productVariation,
  .fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__productSelection,
  .fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__unitPrice,
  .fs-body-checkout #fs-addressInfo-container .fs-c-checkout-shippingParcel__quantity,
  .fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__productVariation,
  .fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__productSelection,
  .fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__unitPrice,
  .fs-body-checkout-amazon #fs-addressInfo-container .fs-c-checkout-shippingParcel__quantity {
    font-size: 1.8rem;
  }
  .fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput,
  .fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponCodeInput {
    width: calc(50% - 16px);
  }
  .fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList,
  .fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList {
    column-gap: 18px;
  }
  .fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__item,
  .fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__item {
    padding: 16px;
  }
  .fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control button,
  .fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control button {
    width: 100px;
    height: 80px;
  }
  .fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control .is-inactive,
  .fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control .is-inactive {
    font-size: 1.6rem;
  }
  .fs-body-checkout #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control .is-active,
  .fs-body-checkout-amazon #fs-couponInfo-container .fs-c-checkout-couponList .fs-c-checkout-couponList__control .is-active {
    font-size: 1.8rem;
  }
  .fs-body-checkout #fs-orderContents-container .fs-c-cartTable__row,
  .fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .fs-body-checkout #fs-orderContents-container .fs-c-cartTable__product,
  .fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__product {
    grid-template-columns: 100px 1fr;
    column-gap: 24px;
  }
  .fs-body-checkout #fs-orderContents-container .fs-c-cartTable__productImage__image,
  .fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__productImage__image {
    padding-right: 0;
  }
  .fs-body-checkout #fs-orderContents-container .fs-c-listedProductName,
  .fs-body-checkout-amazon #fs-orderContents-container .fs-c-listedProductName {
    font-size: 2rem;
  }
  .fs-body-checkout #fs-orderContents-container .fs-c-listedProductName__variation,
  .fs-body-checkout #fs-orderContents-container .fs-c-listedProductName__selection,
  .fs-body-checkout #fs-orderContents-container .fs-c-cartTable__unitPrice,
  .fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--quantity,
  .fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--quantity::before,
  .fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--point,
  .fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--point::before,
  .fs-body-checkout-amazon #fs-orderContents-container .fs-c-listedProductName__variation,
  .fs-body-checkout-amazon #fs-orderContents-container .fs-c-listedProductName__selection,
  .fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__unitPrice,
  .fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--quantity,
  .fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--quantity::before,
  .fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--point,
  .fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--point::before {
    font-size: 1.8rem;
  }
  .fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell--subtotal .fs-c-price__value,
  .fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell--subtotal .fs-c-price__value {
    font-size: 1.8rem;
  }
  .fs-body-checkout .fs-c-returnedSpecialContract,
  .fs-body-checkout-amazon .fs-c-returnedSpecialContract {
    text-align: left;
  }
  .fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable th,
  .fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable th {
    width: 4em;
  }
  .fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__postageFee th,
  .fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__postageFee td,
  .fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__postageFee th,
  .fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__postageFee td {
    padding-bottom: 24px;
  }
  .fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__earnPoints,
  .fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__earnPoints {
    bottom: -24px;
  }
  .fs-body-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__earnPoints th,
  .fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-orderTotalTable__earnPoints th {
    width: auto;
  }
  .fs-body-checkout #fs_orderTotalContainer .fs-c-confirmOrder,
  .fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-confirmOrder {
    margin-top: 74px;
  }
  .fs-body-checkout #fs_orderTotalContainer .fs-c-confirmOrder::before,
  .fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-confirmOrder::before {
    font-size: 1.8rem;
  }
  .fs-body-checkout #fs_orderTotalContainer .fs-c-confirmOrder .fs-c-button--primary,
  .fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-confirmOrder .fs-c-button--primary {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1298px) {
  .fs-body-checkout .fs-l-checkout,
  .fs-body-checkout-amazon .fs-l-checkout {
    grid-template-columns: 860px 340px;
    justify-content: center;
  }
}
/* 注文完了 */
.fs-body-checkout-success .ny-general-wrapper {
  padding-left: var(--ny-p-page);
  padding-right: var(--ny-p-page);
}
.fs-body-checkout-success .fs-c-checkoutSuccess__title {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
}

.fs-c-checkoutSuccess__message {
  margin-top: 24px;
  font-size: 1.8rem;
}
.fs-c-checkoutSuccess__message b {
  display: block;
  margin-bottom: 24px;
}

.ny-checkout-success-status {
  margin-top: 36px;
  padding: 24px 8px 28px;
  border: 1px solid var(--ny-c-gray);
  background-color: #fff;
  font-size: 1.8rem;
}
.ny-checkout-success-status b {
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--ny-c-gray);
  line-height: 1;
}
.ny-checkout-success-status p {
  margin-top: 20px;
  line-height: 1.7;
}
.ny-checkout-success-status em {
  font-style: normal;
}
.ny-checkout-success-status a {
  text-decoration: underline;
}

.fs-body-checkout-success .ny-button-link {
  margin-top: 40px;
}
.fs-body-checkout-success .ny-button-link + .ny-button-link {
  margin-top: 36px;
}

@media screen and (min-width: 1200px) {
  .fs-body-checkout-success .fs-c-checkoutSuccess__title {
    width: 300px;
    margin: 0 auto;
    font-size: 2rem;
  }
  .fs-c-checkoutSuccess__message {
    margin: 24px auto;
    text-align: center;
  }
  .fs-c-checkoutSuccess__message b {
    font-size: 2rem;
  }
  .ny-checkout-success-status {
    width: 590px;
    margin: 40px auto;
    padding: 24px 24px 40px;
  }
  .ny-checkout-success-status p {
    margin-top: 24px;
  }
  .fs-body-checkout-success .ny-button-link {
    margin-top: 80px;
  }
  .fs-body-checkout-success .ny-button-link + .ny-button-link {
    margin-top: 24px;
  }
}
/* 会員登録、お客様情報入力、お届け先登録
--------------------------------------------- */
/* 会員登録、共通 */
.ny-register-postal > div {
  margin-top: 1em;
}
.ny-register-postal > div a {
  text-decoration: underline;
}
.ny-register-postal > div::after {
  margin-left: 4px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f08e";
}

.fs-body-register .fs-c-inputInformation,
.fs-body-customerDetails .fs-c-inputInformation,
.fs-body-my-account-delete .fs-c-inputInformation,
body[class^=fs-body-my-account-settings] .fs-c-inputInformation,
body[class^=fs-body-my-addressbook] .fs-c-inputInformation {
  padding: 0 var(--ny-p-page) 200px;
  background-color: #f8f8f8;
}
.fs-body-register .fs-c-inputTable__headerCell,
.fs-body-customerDetails .fs-c-inputTable__headerCell,
.fs-body-my-account-delete .fs-c-inputTable__headerCell,
body[class^=fs-body-my-account-settings] .fs-c-inputTable__headerCell,
body[class^=fs-body-my-addressbook] .fs-c-inputTable__headerCell {
  margin-bottom: 20px;
}
.fs-body-register .fs-c-inputTextGroup,
.fs-body-customerDetails .fs-c-inputTextGroup,
.fs-body-my-account-delete .fs-c-inputTextGroup,
body[class^=fs-body-my-account-settings] .fs-c-inputTextGroup,
body[class^=fs-body-my-addressbook] .fs-c-inputTextGroup {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 20px;
}
.fs-body-register .fs-c-inputTextGroup > * + *,
.fs-body-customerDetails .fs-c-inputTextGroup > * + *,
.fs-body-my-account-delete .fs-c-inputTextGroup > * + *,
body[class^=fs-body-my-account-settings] .fs-c-inputTextGroup > * + *,
body[class^=fs-body-my-addressbook] .fs-c-inputTextGroup > * + * {
  margin: 0;
}
.fs-body-register .fs-c-inputTextGroup__item,
.fs-body-customerDetails .fs-c-inputTextGroup__item,
.fs-body-my-account-delete .fs-c-inputTextGroup__item,
body[class^=fs-body-my-account-settings] .fs-c-inputTextGroup__item,
body[class^=fs-body-my-addressbook] .fs-c-inputTextGroup__item {
  display: flex;
  align-items: center;
}
.fs-body-register .fs-c-inputTextGroup__item::before,
.fs-body-customerDetails .fs-c-inputTextGroup__item::before,
.fs-body-my-account-delete .fs-c-inputTextGroup__item::before,
body[class^=fs-body-my-account-settings] .fs-c-inputTextGroup__item::before,
body[class^=fs-body-my-addressbook] .fs-c-inputTextGroup__item::before {
  font-size: 1.8rem;
}
.fs-body-register .fs-c-inputTextGroup__item input,
.fs-body-customerDetails .fs-c-inputTextGroup__item input,
.fs-body-my-account-delete .fs-c-inputTextGroup__item input,
body[class^=fs-body-my-account-settings] .fs-c-inputTextGroup__item input,
body[class^=fs-body-my-addressbook] .fs-c-inputTextGroup__item input {
  width: 87%;
  margin-left: auto;
}
.fs-body-register .fs-c-inputTextGroup__item:has(#fs_input_lastName)::before,
.fs-body-customerDetails .fs-c-inputTextGroup__item:has(#fs_input_lastName)::before,
.fs-body-my-account-delete .fs-c-inputTextGroup__item:has(#fs_input_lastName)::before,
body[class^=fs-body-my-account-settings] .fs-c-inputTextGroup__item:has(#fs_input_lastName)::before,
body[class^=fs-body-my-addressbook] .fs-c-inputTextGroup__item:has(#fs_input_lastName)::before {
  content: "姓";
}
.fs-body-register .fs-c-inputTextGroup__item:has(#fs_input_firstName)::before,
.fs-body-customerDetails .fs-c-inputTextGroup__item:has(#fs_input_firstName)::before,
.fs-body-my-account-delete .fs-c-inputTextGroup__item:has(#fs_input_firstName)::before,
body[class^=fs-body-my-account-settings] .fs-c-inputTextGroup__item:has(#fs_input_firstName)::before,
body[class^=fs-body-my-addressbook] .fs-c-inputTextGroup__item:has(#fs_input_firstName)::before {
  content: "名";
}
.fs-body-register .fs-c-inputTextGroup__item:has(#fs_input_lastNameKana)::before,
.fs-body-customerDetails .fs-c-inputTextGroup__item:has(#fs_input_lastNameKana)::before,
.fs-body-my-account-delete .fs-c-inputTextGroup__item:has(#fs_input_lastNameKana)::before,
body[class^=fs-body-my-account-settings] .fs-c-inputTextGroup__item:has(#fs_input_lastNameKana)::before,
body[class^=fs-body-my-addressbook] .fs-c-inputTextGroup__item:has(#fs_input_lastNameKana)::before {
  content: "セイ";
}
.fs-body-register .fs-c-inputTextGroup__item:has(#fs_input_firstNameKana)::before,
.fs-body-customerDetails .fs-c-inputTextGroup__item:has(#fs_input_firstNameKana)::before,
.fs-body-my-account-delete .fs-c-inputTextGroup__item:has(#fs_input_firstNameKana)::before,
body[class^=fs-body-my-account-settings] .fs-c-inputTextGroup__item:has(#fs_input_firstNameKana)::before,
body[class^=fs-body-my-addressbook] .fs-c-inputTextGroup__item:has(#fs_input_firstNameKana)::before {
  content: "メイ";
}
.fs-body-register .fs-c-inputField__explanation,
.fs-body-customerDetails .fs-c-inputField__explanation,
.fs-body-my-account-delete .fs-c-inputField__explanation,
body[class^=fs-body-my-account-settings] .fs-c-inputField__explanation,
body[class^=fs-body-my-addressbook] .fs-c-inputField__explanation {
  margin-top: 12px;
}
.fs-body-register #fs_label_zipCode::after,
.fs-body-register #fs_label_phoneNumber::after,
.fs-body-customerDetails #fs_label_zipCode::after,
.fs-body-customerDetails #fs_label_phoneNumber::after,
.fs-body-my-account-delete #fs_label_zipCode::after,
.fs-body-my-account-delete #fs_label_phoneNumber::after,
body[class^=fs-body-my-account-settings] #fs_label_zipCode::after,
body[class^=fs-body-my-account-settings] #fs_label_phoneNumber::after,
body[class^=fs-body-my-addressbook] #fs_label_zipCode::after,
body[class^=fs-body-my-addressbook] #fs_label_phoneNumber::after {
  font-weight: normal;
  content: "（ハイフン「-」なし）";
}
.fs-body-register .fs-c-input--zipCode,
.fs-body-customerDetails .fs-c-input--zipCode,
.fs-body-my-account-delete .fs-c-input--zipCode,
body[class^=fs-body-my-account-settings] .fs-c-input--zipCode,
body[class^=fs-body-my-addressbook] .fs-c-input--zipCode {
  flex-basis: auto;
  max-width: none;
  min-width: auto;
  margin: 0;
}
.fs-body-register #fs_label_addressLine3::after,
.fs-body-register #fs_label_birthday::after,
.fs-body-register tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after,
.fs-body-customerDetails #fs_label_addressLine3::after,
.fs-body-customerDetails #fs_label_birthday::after,
.fs-body-customerDetails tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after,
.fs-body-my-account-delete #fs_label_addressLine3::after,
.fs-body-my-account-delete #fs_label_birthday::after,
.fs-body-my-account-delete tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after,
body[class^=fs-body-my-account-settings] #fs_label_addressLine3::after,
body[class^=fs-body-my-account-settings] #fs_label_birthday::after,
body[class^=fs-body-my-account-settings] tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after,
body[class^=fs-body-my-addressbook] #fs_label_addressLine3::after,
body[class^=fs-body-my-addressbook] #fs_label_birthday::after,
body[class^=fs-body-my-addressbook] tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after {
  margin-left: 0.25em;
  font-weight: normal;
  content: "※任意";
}
.fs-body-register tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after,
.fs-body-customerDetails tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after,
.fs-body-my-account-delete tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after,
body[class^=fs-body-my-account-settings] tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after,
body[class^=fs-body-my-addressbook] tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after {
  margin-left: 0.5em;
}
.fs-body-register .fs-c-radioGroup,
.fs-body-customerDetails .fs-c-radioGroup,
.fs-body-my-account-delete .fs-c-radioGroup,
body[class^=fs-body-my-account-settings] .fs-c-radioGroup,
body[class^=fs-body-my-addressbook] .fs-c-radioGroup {
  display: grid;
  grid-template-columns: repeat(3, auto);
}
.fs-body-register .fs-c-radio__radioLabelText,
.fs-body-register .fs-c-checkbox__labelText,
.fs-body-customerDetails .fs-c-radio__radioLabelText,
.fs-body-customerDetails .fs-c-checkbox__labelText,
.fs-body-my-account-delete .fs-c-radio__radioLabelText,
.fs-body-my-account-delete .fs-c-checkbox__labelText,
body[class^=fs-body-my-account-settings] .fs-c-radio__radioLabelText,
body[class^=fs-body-my-account-settings] .fs-c-checkbox__labelText,
body[class^=fs-body-my-addressbook] .fs-c-radio__radioLabelText,
body[class^=fs-body-my-addressbook] .fs-c-checkbox__labelText {
  font-size: 1.9rem;
}
.fs-body-register .fs-c-checkbox__labelText a,
.fs-body-customerDetails .fs-c-checkbox__labelText a,
.fs-body-my-account-delete .fs-c-checkbox__labelText a,
body[class^=fs-body-my-account-settings] .fs-c-checkbox__labelText a,
body[class^=fs-body-my-addressbook] .fs-c-checkbox__labelText a {
  text-decoration: underline;
}
.fs-body-register .fs-c-inputDate__year::after,
.fs-body-register .fs-c-inputDate__month::after,
.fs-body-register .fs-c-inputDate__date::after,
.fs-body-customerDetails .fs-c-inputDate__year::after,
.fs-body-customerDetails .fs-c-inputDate__month::after,
.fs-body-customerDetails .fs-c-inputDate__date::after,
.fs-body-my-account-delete .fs-c-inputDate__year::after,
.fs-body-my-account-delete .fs-c-inputDate__month::after,
.fs-body-my-account-delete .fs-c-inputDate__date::after,
body[class^=fs-body-my-account-settings] .fs-c-inputDate__year::after,
body[class^=fs-body-my-account-settings] .fs-c-inputDate__month::after,
body[class^=fs-body-my-account-settings] .fs-c-inputDate__date::after,
body[class^=fs-body-my-addressbook] .fs-c-inputDate__year::after,
body[class^=fs-body-my-addressbook] .fs-c-inputDate__month::after,
body[class^=fs-body-my-addressbook] .fs-c-inputDate__date::after {
  font-size: 1em;
}
.fs-body-register .fs-c-inputDate__year select,
.fs-body-customerDetails .fs-c-inputDate__year select,
.fs-body-my-account-delete .fs-c-inputDate__year select,
body[class^=fs-body-my-account-settings] .fs-c-inputDate__year select,
body[class^=fs-body-my-addressbook] .fs-c-inputDate__year select {
  width: 5.5em;
}
.fs-body-register .fs-c-inputDate__month select,
.fs-body-register .fs-c-inputDate__date select,
.fs-body-customerDetails .fs-c-inputDate__month select,
.fs-body-customerDetails .fs-c-inputDate__date select,
.fs-body-my-account-delete .fs-c-inputDate__month select,
.fs-body-my-account-delete .fs-c-inputDate__date select,
body[class^=fs-body-my-account-settings] .fs-c-inputDate__month select,
body[class^=fs-body-my-account-settings] .fs-c-inputDate__date select,
body[class^=fs-body-my-addressbook] .fs-c-inputDate__month select,
body[class^=fs-body-my-addressbook] .fs-c-inputDate__date select {
  width: 4.5em;
}
.fs-body-register fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField,
.fs-body-customerDetails fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField,
.fs-body-my-account-delete fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField,
body[class^=fs-body-my-account-settings] fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField,
body[class^=fs-body-my-addressbook] fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 80px;
}
.fs-body-register .fs-c-privacyPolicyAgreeField,
.fs-body-customerDetails .fs-c-privacyPolicyAgreeField,
.fs-body-my-account-delete .fs-c-privacyPolicyAgreeField,
body[class^=fs-body-my-account-settings] .fs-c-privacyPolicyAgreeField,
body[class^=fs-body-my-addressbook] .fs-c-privacyPolicyAgreeField {
  margin-top: 36px;
}
.fs-body-register .fs-c-inputInformation__button,
.fs-body-customerDetails .fs-c-inputInformation__button,
.fs-body-my-account-delete .fs-c-inputInformation__button,
body[class^=fs-body-my-account-settings] .fs-c-inputInformation__button,
body[class^=fs-body-my-addressbook] .fs-c-inputInformation__button {
  margin-top: 40px;
  padding: 0;
}
.fs-body-register .ny-button-link,
.fs-body-customerDetails .ny-button-link,
.fs-body-my-account-delete .ny-button-link,
body[class^=fs-body-my-account-settings] .ny-button-link,
body[class^=fs-body-my-addressbook] .ny-button-link {
  margin-top: 36px;
}
.fs-body-register .fs-l-footer,
.fs-body-customerDetails .fs-l-footer,
.fs-body-my-account-delete .fs-l-footer,
body[class^=fs-body-my-account-settings] .fs-l-footer,
body[class^=fs-body-my-addressbook] .fs-l-footer {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .fs-body-register .fs-c-inputTable__headerCell,
  .fs-body-customerDetails .fs-c-inputTable__headerCell,
  .fs-body-my-account-delete .fs-c-inputTable__headerCell,
  body[class^=fs-body-my-account-settings] .fs-c-inputTable__headerCell,
  body[class^=fs-body-my-addressbook] .fs-c-inputTable__headerCell {
    padding: 24px;
  }
  .fs-body-register tr:has(#fs_input_lastName) .fs-c-inputTextGroup,
  .fs-body-register tr:has(#fs_input_lastNameKana) .fs-c-inputTextGroup,
  .fs-body-customerDetails tr:has(#fs_input_lastName) .fs-c-inputTextGroup,
  .fs-body-customerDetails tr:has(#fs_input_lastNameKana) .fs-c-inputTextGroup,
  .fs-body-my-account-delete tr:has(#fs_input_lastName) .fs-c-inputTextGroup,
  .fs-body-my-account-delete tr:has(#fs_input_lastNameKana) .fs-c-inputTextGroup,
  body[class^=fs-body-my-account-settings] tr:has(#fs_input_lastName) .fs-c-inputTextGroup,
  body[class^=fs-body-my-account-settings] tr:has(#fs_input_lastNameKana) .fs-c-inputTextGroup,
  body[class^=fs-body-my-addressbook] tr:has(#fs_input_lastName) .fs-c-inputTextGroup,
  body[class^=fs-body-my-addressbook] tr:has(#fs_input_lastNameKana) .fs-c-inputTextGroup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    column-gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .ny-register-postal > div {
    margin-top: 8px;
  }
  .fs-body-register .fs-c-inputInformation,
  .fs-body-customerDetails .fs-c-inputInformation,
  .fs-body-my-account-delete .fs-c-inputInformation,
  body[class^=fs-body-my-account-settings] .fs-c-inputInformation,
  body[class^=fs-body-my-addressbook] .fs-c-inputInformation {
    padding: 40px 0 200px;
  }
  .fs-body-register #fs_form,
  .fs-body-customerDetails #fs_form,
  .fs-body-my-account-delete #fs_form,
  body[class^=fs-body-my-account-settings] #fs_form,
  body[class^=fs-body-my-addressbook] #fs_form {
    max-width: var(--ny-w-page);
    margin: 0 auto;
    padding: 0 var(--ny-p-page);
  }
  .fs-body-register .fs-c-inputTable > tbody > tr,
  .fs-body-customerDetails .fs-c-inputTable > tbody > tr,
  .fs-body-my-account-delete .fs-c-inputTable > tbody > tr,
  body[class^=fs-body-my-account-settings] .fs-c-inputTable > tbody > tr,
  body[class^=fs-body-my-addressbook] .fs-c-inputTable > tbody > tr {
    flex-direction: row;
    border-top: 1px solid var(--ny-c-gray);
  }
  .fs-body-register .fs-c-inputTable > tbody > tr:last-of-type,
  .fs-body-customerDetails .fs-c-inputTable > tbody > tr:last-of-type,
  .fs-body-my-account-delete .fs-c-inputTable > tbody > tr:last-of-type,
  body[class^=fs-body-my-account-settings] .fs-c-inputTable > tbody > tr:last-of-type,
  body[class^=fs-body-my-addressbook] .fs-c-inputTable > tbody > tr:last-of-type {
    border-bottom: 1px solid var(--ny-c-gray);
  }
  .fs-body-register .fs-c-inputTable > tbody > tr + tr,
  .fs-body-customerDetails .fs-c-inputTable > tbody > tr + tr,
  .fs-body-my-account-delete .fs-c-inputTable > tbody > tr + tr,
  body[class^=fs-body-my-account-settings] .fs-c-inputTable > tbody > tr + tr,
  body[class^=fs-body-my-addressbook] .fs-c-inputTable > tbody > tr + tr {
    margin-top: 0;
  }
  .fs-body-register .fs-c-inputTable__headerCell,
  .fs-body-customerDetails .fs-c-inputTable__headerCell,
  .fs-body-my-account-delete .fs-c-inputTable__headerCell,
  body[class^=fs-body-my-account-settings] .fs-c-inputTable__headerCell,
  body[class^=fs-body-my-addressbook] .fs-c-inputTable__headerCell {
    display: flex;
    align-items: center;
    width: 330px;
    margin: 0;
    padding: 24px 0 24px 24px;
    font-size: 2rem;
  }
  .fs-body-register .fs-c-inputTable__dataCell,
  .fs-body-customerDetails .fs-c-inputTable__dataCell,
  .fs-body-my-account-delete .fs-c-inputTable__dataCell,
  body[class^=fs-body-my-account-settings] .fs-c-inputTable__dataCell,
  body[class^=fs-body-my-addressbook] .fs-c-inputTable__dataCell {
    display: flex;
    align-items: center;
    padding: 24px 0 24px 40px;
  }
  .fs-body-register .fs-c-inputField__field,
  .fs-body-customerDetails .fs-c-inputField__field,
  .fs-body-my-account-delete .fs-c-inputField__field,
  body[class^=fs-body-my-account-settings] .fs-c-inputField__field,
  body[class^=fs-body-my-addressbook] .fs-c-inputField__field {
    width: 740px;
  }
  .fs-body-register .fs-c-inputField__field input,
  .fs-body-register .fs-c-inputField__field select,
  .fs-body-customerDetails .fs-c-inputField__field input,
  .fs-body-customerDetails .fs-c-inputField__field select,
  .fs-body-my-account-delete .fs-c-inputField__field input,
  .fs-body-my-account-delete .fs-c-inputField__field select,
  body[class^=fs-body-my-account-settings] .fs-c-inputField__field input,
  body[class^=fs-body-my-account-settings] .fs-c-inputField__field select,
  body[class^=fs-body-my-addressbook] .fs-c-inputField__field input,
  body[class^=fs-body-my-addressbook] .fs-c-inputField__field select {
    border-radius: 8px;
    font-size: 2rem;
  }
  .fs-body-register tr:has(#fs_input_lastName) .fs-c-inputTextGroup,
  .fs-body-register tr:has(#fs_input_lastNameKana) .fs-c-inputTextGroup,
  .fs-body-customerDetails tr:has(#fs_input_lastName) .fs-c-inputTextGroup,
  .fs-body-customerDetails tr:has(#fs_input_lastNameKana) .fs-c-inputTextGroup,
  .fs-body-my-account-delete tr:has(#fs_input_lastName) .fs-c-inputTextGroup,
  .fs-body-my-account-delete tr:has(#fs_input_lastNameKana) .fs-c-inputTextGroup,
  body[class^=fs-body-my-account-settings] tr:has(#fs_input_lastName) .fs-c-inputTextGroup,
  body[class^=fs-body-my-account-settings] tr:has(#fs_input_lastNameKana) .fs-c-inputTextGroup,
  body[class^=fs-body-my-addressbook] tr:has(#fs_input_lastName) .fs-c-inputTextGroup,
  body[class^=fs-body-my-addressbook] tr:has(#fs_input_lastNameKana) .fs-c-inputTextGroup {
    column-gap: 40px;
  }
  .fs-body-register .fs-c-inputTextGroup__item::before,
  .fs-body-customerDetails .fs-c-inputTextGroup__item::before,
  .fs-body-my-account-delete .fs-c-inputTextGroup__item::before,
  body[class^=fs-body-my-account-settings] .fs-c-inputTextGroup__item::before,
  body[class^=fs-body-my-addressbook] .fs-c-inputTextGroup__item::before {
    width: 60px;
    font-size: 2rem;
  }
  .fs-body-register .fs-c-inputTextGroup__item input,
  .fs-body-customerDetails .fs-c-inputTextGroup__item input,
  .fs-body-my-account-delete .fs-c-inputTextGroup__item input,
  body[class^=fs-body-my-account-settings] .fs-c-inputTextGroup__item input,
  body[class^=fs-body-my-addressbook] .fs-c-inputTextGroup__item input {
    width: 290px;
    margin-left: 0;
  }
  .fs-body-register #fs_label_zipCode::after,
  .fs-body-register #fs_label_phoneNumber::after,
  .fs-body-register #fs_label_addressLine3::after,
  .fs-body-register #fs_label_birthday::after,
  .fs-body-register tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after,
  .fs-body-customerDetails #fs_label_zipCode::after,
  .fs-body-customerDetails #fs_label_phoneNumber::after,
  .fs-body-customerDetails #fs_label_addressLine3::after,
  .fs-body-customerDetails #fs_label_birthday::after,
  .fs-body-customerDetails tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after,
  .fs-body-my-account-delete #fs_label_zipCode::after,
  .fs-body-my-account-delete #fs_label_phoneNumber::after,
  .fs-body-my-account-delete #fs_label_addressLine3::after,
  .fs-body-my-account-delete #fs_label_birthday::after,
  .fs-body-my-account-delete tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after,
  body[class^=fs-body-my-account-settings] #fs_label_zipCode::after,
  body[class^=fs-body-my-account-settings] #fs_label_phoneNumber::after,
  body[class^=fs-body-my-account-settings] #fs_label_addressLine3::after,
  body[class^=fs-body-my-account-settings] #fs_label_birthday::after,
  body[class^=fs-body-my-account-settings] tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after,
  body[class^=fs-body-my-addressbook] #fs_label_zipCode::after,
  body[class^=fs-body-my-addressbook] #fs_label_phoneNumber::after,
  body[class^=fs-body-my-addressbook] #fs_label_addressLine3::after,
  body[class^=fs-body-my-addressbook] #fs_label_birthday::after,
  body[class^=fs-body-my-addressbook] tr:has(#fs_input_gender-00) .fs-c-inputTable__label::after {
    font-size: 1.8rem;
  }
  .fs-body-register .fs-c-input--zipCode,
  .fs-body-register #fs_input_prefecture,
  .fs-body-register #fs_input_phoneNumber,
  .fs-body-customerDetails .fs-c-input--zipCode,
  .fs-body-customerDetails #fs_input_prefecture,
  .fs-body-customerDetails #fs_input_phoneNumber,
  .fs-body-my-account-delete .fs-c-input--zipCode,
  .fs-body-my-account-delete #fs_input_prefecture,
  .fs-body-my-account-delete #fs_input_phoneNumber,
  body[class^=fs-body-my-account-settings] .fs-c-input--zipCode,
  body[class^=fs-body-my-account-settings] #fs_input_prefecture,
  body[class^=fs-body-my-account-settings] #fs_input_phoneNumber,
  body[class^=fs-body-my-addressbook] .fs-c-input--zipCode,
  body[class^=fs-body-my-addressbook] #fs_input_prefecture,
  body[class^=fs-body-my-addressbook] #fs_input_phoneNumber {
    width: 290px;
  }
  .fs-body-register .fs-c-inputField:has(#fs_input_zipCode),
  .fs-body-customerDetails .fs-c-inputField:has(#fs_input_zipCode),
  .fs-body-my-account-delete .fs-c-inputField:has(#fs_input_zipCode),
  body[class^=fs-body-my-account-settings] .fs-c-inputField:has(#fs_input_zipCode),
  body[class^=fs-body-my-addressbook] .fs-c-inputField:has(#fs_input_zipCode) {
    display: flex;
    column-gap: 24px;
  }
  .fs-body-register .fs-c-inputField:has(#fs_input_zipCode) .fs-c-inputField__field,
  .fs-body-customerDetails .fs-c-inputField:has(#fs_input_zipCode) .fs-c-inputField__field,
  .fs-body-my-account-delete .fs-c-inputField:has(#fs_input_zipCode) .fs-c-inputField__field,
  body[class^=fs-body-my-account-settings] .fs-c-inputField:has(#fs_input_zipCode) .fs-c-inputField__field,
  body[class^=fs-body-my-addressbook] .fs-c-inputField:has(#fs_input_zipCode) .fs-c-inputField__field {
    width: auto;
  }
  .fs-body-register .fs-c-inputField:has(#fs_input_zipCode) .fs-c-assist.is-error,
  .fs-body-customerDetails .fs-c-inputField:has(#fs_input_zipCode) .fs-c-assist.is-error,
  .fs-body-my-account-delete .fs-c-inputField:has(#fs_input_zipCode) .fs-c-assist.is-error,
  body[class^=fs-body-my-account-settings] .fs-c-inputField:has(#fs_input_zipCode) .fs-c-assist.is-error,
  body[class^=fs-body-my-addressbook] .fs-c-inputField:has(#fs_input_zipCode) .fs-c-assist.is-error {
    position: absolute;
    top: 80px;
  }
  .fs-body-register .fs-c-inputField:has(#fs_input_zipCode) .fs-c-inputField__explanation,
  .fs-body-customerDetails .fs-c-inputField:has(#fs_input_zipCode) .fs-c-inputField__explanation,
  .fs-body-my-account-delete .fs-c-inputField:has(#fs_input_zipCode) .fs-c-inputField__explanation,
  body[class^=fs-body-my-account-settings] .fs-c-inputField:has(#fs_input_zipCode) .fs-c-inputField__explanation,
  body[class^=fs-body-my-addressbook] .fs-c-inputField:has(#fs_input_zipCode) .fs-c-inputField__explanation {
    margin-top: 0;
  }
  .fs-body-register .fs-c-dropdown:has(#fs_input_prefecture)::after,
  .fs-body-customerDetails .fs-c-dropdown:has(#fs_input_prefecture)::after,
  .fs-body-my-account-delete .fs-c-dropdown:has(#fs_input_prefecture)::after,
  body[class^=fs-body-my-account-settings] .fs-c-dropdown:has(#fs_input_prefecture)::after,
  body[class^=fs-body-my-addressbook] .fs-c-dropdown:has(#fs_input_prefecture)::after {
    right: 0;
    left: 250px;
  }
  .fs-body-register .fs-c-radioGroup,
  .fs-body-customerDetails .fs-c-radioGroup,
  .fs-body-my-account-delete .fs-c-radioGroup,
  body[class^=fs-body-my-account-settings] .fs-c-radioGroup,
  body[class^=fs-body-my-addressbook] .fs-c-radioGroup {
    grid-template-columns: repeat(3, 1fr);
    width: 500px;
  }
  .fs-body-register .fs-c-additionalCheckField,
  .fs-body-customerDetails .fs-c-additionalCheckField,
  .fs-body-my-account-delete .fs-c-additionalCheckField,
  body[class^=fs-body-my-account-settings] .fs-c-additionalCheckField,
  body[class^=fs-body-my-addressbook] .fs-c-additionalCheckField {
    width: 380px;
    margin: auto;
  }
  .fs-body-register .fs-c-privacyPolicyAgreeField,
  .fs-body-customerDetails .fs-c-privacyPolicyAgreeField,
  .fs-body-my-account-delete .fs-c-privacyPolicyAgreeField,
  body[class^=fs-body-my-account-settings] .fs-c-privacyPolicyAgreeField,
  body[class^=fs-body-my-addressbook] .fs-c-privacyPolicyAgreeField {
    margin-top: 24px;
  }
  .fs-body-register .ny-button-link,
  .fs-body-customerDetails .ny-button-link,
  .fs-body-my-account-delete .ny-button-link,
  body[class^=fs-body-my-account-settings] .ny-button-link,
  body[class^=fs-body-my-addressbook] .ny-button-link {
    margin-top: 40px;
  }
}
/* 会員登録完了 */
.fs-body-register-success .ny-general-wrapper {
  padding-left: var(--ny-p-page);
  padding-right: var(--ny-p-page);
}
.fs-body-register-success .fs-c-registerSuccessMessage {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
}
.fs-body-register-success p {
  margin: 0;
}

.ny-register-success-info {
  margin-top: 24px;
  font-size: 1.8rem;
}
.ny-register-success-info b {
  display: block;
  margin-bottom: 24px;
}

.ny-register-success-status {
  margin-top: 36px;
  padding: 24px 8px 28px;
  border: 1px solid var(--ny-c-gray);
  background-color: #fff;
  font-size: 1.8rem;
}
.ny-register-success-status b {
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--ny-c-gray);
  line-height: 1;
}
.ny-register-success-status p {
  margin-top: 20px;
  line-height: 1.7;
}
.ny-register-success-status a {
  text-decoration: underline;
}

.fs-body-register-success .ny-button-link {
  margin-top: 40px;
}
.fs-body-register-success .ny-button-link + .ny-button-link {
  margin-top: 36px;
}

@media screen and (min-width: 1200px) {
  .fs-body-register-success .fs-c-registerSuccessMessage {
    width: 300px;
    margin: 0 auto;
    font-size: 2rem;
  }
  .ny-register-success-info {
    width: 300px;
    margin: 24px auto;
  }
  .ny-register-success-info b {
    font-size: 2rem;
  }
  .ny-register-success-status {
    width: 590px;
    margin: 40px auto;
    padding: 24px 24px 40px;
  }
  .ny-register-success-status p {
    margin-top: 24px;
    line-height: 1;
  }
  .fs-body-register-success .ny-button-link {
    margin-top: 80px;
  }
  .fs-body-register-success .ny-button-link + .ny-button-link {
    margin-top: 24px;
  }
}
/* お客様情報入力 */
.fs-body-customerDetails .fs-c-inputInformation__message {
  margin: 0 auto;
  padding: 28px 0;
}
.fs-body-customerDetails .fs-c-agreementField {
  border: none;
}
.fs-body-customerDetails .fs-c-agreementConfirmationArea,
.fs-body-customerDetails .fs-c-agreementConfirmation {
  margin: 0;
  padding: 0;
}
.fs-body-customerDetails .fs-c-agreementConfirmation + .fs-c-agreementConfirmation {
  margin-top: 40px;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__message {
  margin: 0 -16px 20px;
  padding: var(--ny-p-page);
  border: none;
  background-color: #ededed;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__addon {
  margin-top: 1em;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__password__input input {
  padding: 16px 1em;
  border-radius: 4px;
  font-size: 1.9rem;
  line-height: 1;
}
.fs-body-customerDetails #fs_unregisterAndContinue {
  width: 100%;
  text-align: center;
}
.fs-body-customerDetails .fs-p-listWithCheckmark > li {
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .fs-body-customerDetails .fs-c-agreementConfirmation__message {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-body-customerDetails .fs-c-agreementField,
  .fs-body-customerDetails .fs-c-privacyPolicyAgreeField {
    width: 680px;
  }
}

/* 会員カード認証 */
.fs-body-membershipCardAuth .fs-c-buttonContainer--pair {
  grid-template-columns: 1fr;
  row-gap: 40px;
}
.fs-body-membershipCardAuth .fs-c-buttonContainer--pair > *:first-child,
.fs-body-membershipCardAuth .fs-c-buttonContainer--pair > *:last-child {
  grid-column: auto;
  grid-row: auto;
  justify-self: center;
}

/* ログイン、パスワード変更・再設定
--------------------------------------------- */
/* ログイン */
.fs-body-login .fs-c-subSection,
.fs-body-wishlist-login .fs-c-subSection,
.fs-body-cart-login .fs-c-subSection {
  margin-bottom: 0;
}
.fs-body-login .fs-c-registeredUsers__title,
.fs-body-wishlist-login .fs-c-registeredUsers__title,
.fs-body-cart-login .fs-c-registeredUsers__title {
  display: none;
}
.fs-body-login .fs-c-loginForm,
.fs-body-wishlist-login .fs-c-loginForm,
.fs-body-cart-login .fs-c-loginForm {
  margin: 0;
  padding: 0 var(--ny-p-page) 200px;
  background-color: #f8f8f8;
}
.fs-body-login .fs-c-inputInformation__field,
.fs-body-wishlist-login .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-inputInformation__field {
  padding: 0;
  background: transparent;
}
.fs-body-login .fs-c-inputTable__dataCell,
.fs-body-wishlist-login .fs-c-inputTable__dataCell,
.fs-body-cart-login .fs-c-inputTable__dataCell {
  margin: 20px 0 0;
}
.fs-body-login .fs-c-inputField:has(#fs_input_password)::after,
.fs-body-wishlist-login .fs-c-inputField:has(#fs_input_password)::after,
.fs-body-cart-login .fs-c-inputField:has(#fs_input_password)::after {
  display: block;
  margin-top: 12px;
  content: "右の目のマークを押すと入力したパスワードが表示されます。";
}
.fs-body-login .fs-c-inputInformation__button,
.fs-body-wishlist-login .fs-c-inputInformation__button,
.fs-body-cart-login .fs-c-inputInformation__button {
  margin-top: 40px;
}
.fs-body-login .fs-c-inputInformation__link,
.fs-body-wishlist-login .fs-c-inputInformation__link,
.fs-body-cart-login .fs-c-inputInformation__link {
  margin-top: 28px;
  text-align: center;
}
.fs-body-login .fs-c-inputInformation__link > a,
.fs-body-wishlist-login .fs-c-inputInformation__link > a,
.fs-body-cart-login .fs-c-inputInformation__link > a {
  text-decoration: underline;
}
.fs-body-login .fs-c-guestPurchase,
.fs-body-wishlist-login .fs-c-guestPurchase,
.fs-body-cart-login .fs-c-guestPurchase {
  margin-top: 28px;
  padding: 0;
  border: none;
}
.fs-body-login .fs-c-guestPurchase a,
.fs-body-wishlist-login .fs-c-guestPurchase a,
.fs-body-cart-login .fs-c-guestPurchase a {
  text-decoration: underline;
}
.fs-body-login .fs-c-otherServiceLogin,
.fs-body-wishlist-login .fs-c-otherServiceLogin,
.fs-body-cart-login .fs-c-otherServiceLogin {
  margin: 60px -16px 0;
  padding: 40px var(--ny-p-page);
  background-color: #ededed;
}
.fs-body-login .fs-c-newUsers,
.fs-body-wishlist-login .fs-c-newUsers,
.fs-body-cart-login .fs-c-newUsers {
  display: grid;
  margin-top: 60px;
}
.fs-body-login .fs-c-buttonContainer--memberRegister,
.fs-body-wishlist-login .fs-c-buttonContainer--memberRegister,
.fs-body-cart-login .fs-c-buttonContainer--memberRegister {
  margin-top: 28px;
}
.fs-body-login .fs-c-newUsers__message,
.fs-body-wishlist-login .fs-c-newUsers__message,
.fs-body-cart-login .fs-c-newUsers__message {
  margin-top: 28px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .fs-body-login .fs-c-otherServiceLogin,
  .fs-body-wishlist-login .fs-c-otherServiceLogin,
  .fs-body-cart-login .fs-c-otherServiceLogin {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media screen and (min-width: 960px) {
  .fs-body-login .fs-c-loginForm,
  .fs-body-wishlist-login .fs-c-loginForm,
  .fs-body-cart-login .fs-c-loginForm {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .fs-body-login .fs-c-loginForm,
  .fs-body-wishlist-login .fs-c-loginForm,
  .fs-body-cart-login .fs-c-loginForm {
    padding-top: 40px;
  }
  .fs-body-login .fs-c-registeredUsers,
  .fs-body-login .fs-c-newUsers,
  .fs-body-wishlist-login .fs-c-registeredUsers,
  .fs-body-wishlist-login .fs-c-newUsers,
  .fs-body-cart-login .fs-c-registeredUsers,
  .fs-body-cart-login .fs-c-newUsers {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .fs-body-login .fs-c-otherServiceLogin,
  .fs-body-wishlist-login .fs-c-otherServiceLogin,
  .fs-body-cart-login .fs-c-otherServiceLogin {
    margin-left: 0;
    margin-right: 0;
  }
  .fs-body-login .fs-c-inputTable__dataCell,
  .fs-body-wishlist-login .fs-c-inputTable__dataCell,
  .fs-body-cart-login .fs-c-inputTable__dataCell {
    margin: var(--ny-p-page) var(--ny-p-page) 0;
  }
  .fs-body-login .fs-c-inputInformation__link,
  .fs-body-wishlist-login .fs-c-inputInformation__link,
  .fs-body-cart-login .fs-c-inputInformation__link {
    margin-top: 40px;
    font-size: 2.2rem;
  }
  .fs-body-login .fs-c-guestPurchase,
  .fs-body-wishlist-login .fs-c-guestPurchase,
  .fs-body-cart-login .fs-c-guestPurchase {
    margin-top: 40px;
    font-size: 2.2rem;
  }
  .fs-body-login .fs-c-otherServiceLogin,
  .fs-body-wishlist-login .fs-c-otherServiceLogin,
  .fs-body-cart-login .fs-c-otherServiceLogin {
    margin-top: 80px;
  }
  .fs-body-login .fs-c-newUsers,
  .fs-body-wishlist-login .fs-c-newUsers,
  .fs-body-cart-login .fs-c-newUsers {
    margin-top: 120px;
    padding: 40px;
    border: 1px solid var(--ny-c-gray);
  }
  .fs-body-login .fs-c-buttonContainer--memberRegister,
  .fs-body-wishlist-login .fs-c-buttonContainer--memberRegister,
  .fs-body-cart-login .fs-c-buttonContainer--memberRegister {
    margin-top: 40px;
  }
  .fs-body-login .fs-c-newUsers__message,
  .fs-body-wishlist-login .fs-c-newUsers__message,
  .fs-body-cart-login .fs-c-newUsers__message {
    margin-top: 40px;
    font-size: 2rem;
    text-align: center;
  }
}

.fs-body-cart-login .fs-c-loginForm {
  max-width: 100%;
}

/* パスワード変更・再設定 */
.fs-body-my-account-password .fs-c-inputInformation,
.fs-body-forgotPassword .fs-c-inputInformation,
.fs-body-resetPassword .fs-c-inputInformation,
.fs-body-my-membership-merge .fs-c-inputInformation,
.fs-body-membershipCardAuth .fs-c-inputInformation {
  padding: 0 var(--ny-p-page) 200px;
  background-color: #f8f8f8;
}
.fs-body-my-account-password .fs-c-inputInformation__message,
.fs-body-forgotPassword .fs-c-inputInformation__message,
.fs-body-resetPassword .fs-c-inputInformation__message,
.fs-body-my-membership-merge .fs-c-inputInformation__message,
.fs-body-membershipCardAuth .fs-c-inputInformation__message {
  margin: 0;
  padding: 28px 0 32px;
}
.fs-body-my-account-password .fs-c-inputInformation__field,
.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-resetPassword .fs-c-inputInformation__field,
.fs-body-my-membership-merge .fs-c-inputInformation__field,
.fs-body-membershipCardAuth .fs-c-inputInformation__field {
  padding: 0;
  background: transparent;
}
.fs-body-my-account-password .fs-c-inputTable__dataCell,
.fs-body-forgotPassword .fs-c-inputTable__dataCell,
.fs-body-resetPassword .fs-c-inputTable__dataCell,
.fs-body-my-membership-merge .fs-c-inputTable__dataCell,
.fs-body-membershipCardAuth .fs-c-inputTable__dataCell {
  margin: 20px 0 0;
}
.fs-body-my-account-password .fs-c-inputField:has(#fs_input_currentPassword)::after,
.fs-body-my-account-password .fs-c-inputField:has(#fs_input_newPassword)::after,
.fs-body-my-account-password .fs-c-inputField:has(#fs_input_tempPassword)::after,
.fs-body-my-account-password .fs-c-inputField:has(#fs_input_membershipPassword)::after,
.fs-body-forgotPassword .fs-c-inputField:has(#fs_input_currentPassword)::after,
.fs-body-forgotPassword .fs-c-inputField:has(#fs_input_newPassword)::after,
.fs-body-forgotPassword .fs-c-inputField:has(#fs_input_tempPassword)::after,
.fs-body-forgotPassword .fs-c-inputField:has(#fs_input_membershipPassword)::after,
.fs-body-resetPassword .fs-c-inputField:has(#fs_input_currentPassword)::after,
.fs-body-resetPassword .fs-c-inputField:has(#fs_input_newPassword)::after,
.fs-body-resetPassword .fs-c-inputField:has(#fs_input_tempPassword)::after,
.fs-body-resetPassword .fs-c-inputField:has(#fs_input_membershipPassword)::after,
.fs-body-my-membership-merge .fs-c-inputField:has(#fs_input_currentPassword)::after,
.fs-body-my-membership-merge .fs-c-inputField:has(#fs_input_newPassword)::after,
.fs-body-my-membership-merge .fs-c-inputField:has(#fs_input_tempPassword)::after,
.fs-body-my-membership-merge .fs-c-inputField:has(#fs_input_membershipPassword)::after,
.fs-body-membershipCardAuth .fs-c-inputField:has(#fs_input_currentPassword)::after,
.fs-body-membershipCardAuth .fs-c-inputField:has(#fs_input_newPassword)::after,
.fs-body-membershipCardAuth .fs-c-inputField:has(#fs_input_tempPassword)::after,
.fs-body-membershipCardAuth .fs-c-inputField:has(#fs_input_membershipPassword)::after {
  display: block;
  margin-top: 12px;
  content: "右の目のマークを押すと入力したパスワードが表示されます。";
}
.fs-body-my-account-password .fs-c-inputInformation__button,
.fs-body-forgotPassword .fs-c-inputInformation__button,
.fs-body-resetPassword .fs-c-inputInformation__button,
.fs-body-my-membership-merge .fs-c-inputInformation__button,
.fs-body-membershipCardAuth .fs-c-inputInformation__button {
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .fs-body-my-account-password .fs-c-inputInformation__message,
  .fs-body-my-account-password .fs-c-inputInformation__field,
  .fs-body-forgotPassword .fs-c-inputInformation__message,
  .fs-body-forgotPassword .fs-c-inputInformation__field,
  .fs-body-resetPassword .fs-c-inputInformation__message,
  .fs-body-resetPassword .fs-c-inputInformation__field,
  .fs-body-my-membership-merge .fs-c-inputInformation__message,
  .fs-body-my-membership-merge .fs-c-inputInformation__field,
  .fs-body-membershipCardAuth .fs-c-inputInformation__message,
  .fs-body-membershipCardAuth .fs-c-inputInformation__field {
    max-width: 600px;
    margin: 0 auto;
  }
  .fs-body-my-account-password .fs-c-inputTable__dataCell,
  .fs-body-forgotPassword .fs-c-inputTable__dataCell,
  .fs-body-resetPassword .fs-c-inputTable__dataCell,
  .fs-body-my-membership-merge .fs-c-inputTable__dataCell,
  .fs-body-membershipCardAuth .fs-c-inputTable__dataCell {
    margin: var(--ny-p-page) var(--ny-p-page) 0;
  }
}