.fs-l-main {
  flex-wrap: wrap;
  align-items: flex-start;
}

.company {
  flex: 1;
}
.main-right {
  flex: 1;
}
.fs-c-productList {
  flex-direction: column;
  flex: 1;
  position: relative;
}

.fs-body-search .fs-c-productList .fs-c-pagination {
  bottom: -96px;
}

.c-page-head {
  font-size: 2.8rem;
  margin: 2.6rem 0 3.1rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.1rem;
}

.c-page-head::before {
  content: "";
  margin-right: 0.9rem;
}
.fs-body-my-top .c-page-head::before {
  background: url(https://acrylic.itembox.design/item/customer/customer-icon01.png) center / contain no-repeat;
  width: 24.5px;
  height: 28px;
}

.fs-body-cart-login .c-page-head::before,.fs-body-login .c-page-head::before{
  background: url(https://acrylic.itembox.design/item/login/login-icon01.png) center / contain no-repeat;
  width: 30px;
  height: 23px;
}

.fs-body-cart .c-page-head::before {
  background: url(https://acrylic.itembox.design/item/cart/cart-icon01.png) center / contain no-repeat;
  width: 32px;
  height: 28px;
}

.fs-body-customerDetails .c-page-head::before, .fs-body-register .c-page-head::before{
  background: url(https://acrylic.itembox.design/item/customer/customer-icon01.png) center / contain no-repeat;
  width: 24.5px;
  height: 28px;
}

.fs-body-my-account-password .c-page-head::before, .fs-body-forgotPassword .c-page-head::before ,.fs-body-resetPassword .c-page-head::before{
  background: url(https://acrylic.itembox.design/item/password/password-icon01.png) center / contain no-repeat;
  width: 24.5px;
  height: 28px;
  margin-right: 1.4rem;
}

.fs-body-my-account-settings .c-page-head::before {
  background: url(https://acrylic.itembox.design/item/memberinfo/memberinfo-icon01.png) center / contain no-repeat;
  width: 21px;
  height: 28px;
  margin-right: 1.1rem;
}

.fs-body-my-account-settings-edit .c-page-head::before {
  background: url(https://acrylic.itembox.design/item/change-memberinfo/change-memberinfo-icon01.png) center / contain
    no-repeat;
  width: 21px;
  height: 28px;
  margin-right: 1.3rem;
}

.fs-body-my-account-delete .c-page-head::before {
  background: url(https://acrylic.itembox.design/item/withdraw/withdraw-icon01.png) center / contain no-repeat;
  width: 32px;
  height: 24px;
  margin-right: 0.6rem;
}

.addressee-main .c-page-head::before {
  background: url(https://acrylic.itembox.design/item/addressee/addressee-icon01.png) center / contain no-repeat;
  width: 35px;
  height: 28px;
  margin-right: 0.8rem;
}

.fs-body-my-wishlist .c-page-head::before {
  background: url(https://acrylic.itembox.design/item/favorite/favorite-icon01.png) center / contain no-repeat;
  width: 29px;
  height: 28px;
  margin-right: 1rem;
}

.fs-body-my-orders .c-page-head::before {
  background: url(https://acrylic.itembox.design/item/favorite/favorite-icon01.png) center / contain no-repeat;
  width: 29px;
  height: 28px;
  margin-right: 1rem;
}

.fs-body-checkout .c-page-head::before {
  background: url(https://acrylic.itembox.design/item/cart/cart-icon01.png) center / contain no-repeat;
  width: 32px;
  height: 28px;
}

.fs-body-register-success .c-page-head::before {
    width: 30px;
    height: 28px;
    background: url(https://www.acrylicdepot.co.jp/wp-content/themes/acrylic/assets/img/checkout/checkout-success.png) center / contain no-repeat;
}

@media (max-width: 767px) {
  .main-right {
    width: 90%;
    margin: auto;
  }
}

/*ログイン*/

.fs-body-cart-login .fs-l-main {
  flex-direction: column;
  display: inline-block;
}

.fs-body-cart-login .fs-c-registeredUsers__title ,.fs-body-login .fs-c-registeredUsers__title, .fs-body-login .fs-c-newUsers__title {
  font-size: 2rem;
  padding: 1.6rem 2.9rem 1.4rem;
  background: #f4f9fe;
  color: #2a84f2;
  width: 100%;
  letter-spacing: 0.12rem;
}

.fs-body-login .fs-c-newUsers__title {
  margin: 8.3rem 0 4rem;
}

.fs-c-newUsers__message {
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-bottom: 3.5rem;
}

.fs-c-fsLogin {
  width: 100%;
  border-bottom: 2px solid #e5e6e7;
}

.fs-c-fsLogin .fs-c-inputInformation__field {
  padding: 2.6rem 0 1rem;
  border: 1px dashed #d4d4d4;
  width: 90%;
  background: #faf9fa;
  margin: 4.2rem auto 3.2rem;
  max-width: 94rem;
}

.fs-c-fsLoginField {
  width: 90%;
  margin: auto;
  max-width: 71.6rem;
}

.fs-c-fsLogin .fs-c-inputTable {
  display: block;
}

.fs-c-fsLogin .fs-c-inputTable tbody {
  display: block;
}

.fs-c-fsLogin .fs-c-inputTable tr {
  display: block;
}

.fs-c-fsLogin .fs-c-inputTable__headerCell {
  padding: 0 0 15px;
  text-align: left;
}

.fs-c-fsLogin .fs-c-inputTable__headerCell .fs-c-inputTable__label {
  display: flex;
  align-items: center;
  letter-spacing: 0.06rem;
  font-weight: bold;
}
.fs-c-requiredMark {
  width: 5rem;
  height: 3rem;
  background: #2985f3;
  margin-left: 1.7rem;
}

.fs-c-requiredMark::before {
  content: "必須";
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: normal;
}

.fs-c-fsLogin .fs-c-inputTable__dataCell {
  display: block;
  padding: 0 0 19px;
}

.fs-c-fsLogin #fs_input_mailAddress {
  height: 5rem;
  background: #fff;
  border: 1px solid #e5e6e7;
  border-radius: 0;
  padding-left: 2rem;
}

.fs-c-fsLogin #fs_input_password {
  height: 5rem;
  padding-left: 2rem;
}

.fs-c-fsLogin .fs-c-inputGroup {
  border: 1px solid #e5e6e7;
  border-radius: 0;
}

.fs-c-inputGroup .fs-c-button--displayPassword {
  position: absolute;
  background: url(https://acrylic.itembox.design/item/login/login-icon03.png) center / contain no-repeat;
  width: 42px;
  height: 50px;
  border: none;
  right: 1.35rem;
  top: 50%;
  transform: translateY(-50%);
}

.fs-c-inputGroup .fs-c-button--hidePassword {
  position: absolute;
  background: url(https://acrylic.itembox.design/item/login/login-icon02.png) center / contain no-repeat;
  width: 42px;
  height: 50px;
  border: none;
  right: 1.35rem;
  top: 50%;
  transform: translateY(-50%);
}

.fs-c-fsLogin .fs-c-button--login ,.fs-c-buttonContainer--memberRegister{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40rem;
  width: 90%;
  height: 6.4rem;
  color: #fff;
  background: #2985f3;
  margin: auto;
  border: 1px solid #2985f3;
  border-radius: 0.5rem;
  transition: 0.2s;
}
.fs-c-fsLogin .fs-c-button--login:hover ,.fs-c-buttonContainer--memberRegister:hover{
  background:#fff;
  color: #2985f3;
}

.fs-c-fsLogin .fs-c-inputInformation__link {
  text-align: center;
  color: #2985f3;
  text-decoration: underline;
  margin: 3.1rem 0 8.3rem;
  letter-spacing: 0.08rem;
}

.fs-c-guestPurchase {
  width: 100%;
}

.fs-c-guestPurchase .fs-c-buttonContainer--guestPurchase {
  text-align: center;
  color: #2985f3;
  text-decoration: underline;
  margin: 7.9rem 0 10.3rem;
  letter-spacing: 0.08rem;
}

/*商品ページオプション価格*/

.product-right .fs-c-productOption {
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 19px 6% 4px;
}

.product-right .fs-c-productOption .fs-c-requiredMark {
  display: none;
}

.product-right .fs-c-productOption__name {
  width: 30%;
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product-right .fs-c-productOption__option {
  width: 70%;
  margin-bottom: 15px;
}
.product-right .fs-c-productOption__field .fs-c-dropdown {
  max-width: 21.8rem;
  height: 4rem;
  border: 2px solid #dbdbdb;
  border-radius: 0.4rem;
}

.product-right .fs-c-productOption__field .fs-c-dropdown::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 1.3rem;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  content: "";
  background: url(https://acrylic.itembox.design/item/product/product-icon01.png) center / contain no-repeat;
}

.product-right .fs-c-productOption .fs-c-dropdown__menu {
  font-size: 1.5rem;
  color: #111;
  height: 100%;
  display: flex;
  align-items: center;
}

.product-right .fs-c-productSelection__name {
  width: 30% !important;
}

.product-right .fs-c-productSelection__selection {
  width: 70% !important;
}

@media (max-width: 767px) {
  .product-right .fs-c-productOption__name {
    width: 40%;
    font-size: 1.5rem;
  }

  .product-right .fs-c-productOption__option {
    width: 60%;
  }

  .product-right .fs-c-productSelection__name {
    width: 40% !important;
    font-size: 1.5rem !important;
  }

  .product-right .fs-c-productSelection__selection {
    width: 60% !important;
  }
  .fs-c-fsLogin .fs-c-inputTable__headerCell .fs-c-inputTable__label {
  justify-content: space-between;
}
.fs-c-fsLogin .fs-c-inputTable__headerCell {
        max-width: 100%;
    width: 100rem;
}
}

.product-right .fs-c-productOption + .fs-c-productSelection {
  padding-top: 0;
}
.cart-main {
  flex: 1;
  max-width: 90%;
  margin: 0 auto 6rem;
}

.fs-c-noResultMessage {
  width: 100%;
}
.fs-c-noResultMessage__title {
  height: 10rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #d4d4d4;
  background: #faf9fa;
  letter-spacing: 0.1rem;
  margin-bottom: 3.9rem;
  padding: 0 10%;
}

.fs-c-continueShopping {
  display: none;
}
.fs-c-continueShopping.continueShopping__free {
  display: block;
}
.fs-c-continueShopping a{
  background: #d4d4d4;
  border-radius: 0.5rem;
  width: 40rem;
  height: 6.4rem;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #d4d4d4;
  transition: 0.2s;
}
.fs-c-continueShopping a:hover {
  background: #fff;
}

.fs-c-continueShopping a::before {
  position: absolute;
  top: 50%;
  left: 2.3rem;
  width: 0.6rem;
  height: 1.3rem;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  content: "";
  background: url(https://acrylic.itembox.design/item/cart/cart-icon02.png) center / contain no-repeat;
}

.cart-text__head {
  width: 100%;
  background: #f4f9fe;
  color: #2a84f2;
  padding: 1.6rem 2.9rem;
  font-size: 2rem;
  letter-spacing: 0.13rem;
}

.cart-text__cont {
  padding: 0.8rem 0 1rem;
  letter-spacing: 0.1rem;
}

.cart-text__cont:first-of-type {
  padding: 2.8rem 0 1rem;
}
.cart-text__link {
  color: #2985f3;
  display: inline-block;
  padding: 0.5rem 1.4rem 0.5rem 0.6rem;
  border: 1px solid #2985f3;
  border-radius: 0.5rem;
  letter-spacing: 0.12rem;
  margin: 0 1.2rem 1.6rem -0.1rem;
  transition: 0.2s;
}

.cart-text__link:hover {
  color: #fff;
  background: #2985f3;
}

.cart-text__top {
  margin-bottom: 2.4rem;
}

.cart-text__bottom {
  margin-bottom: 2.4rem;
}

.fs-l-cart__contentsArea {
  display: flex;
  margin: 3.6rem 0 0;
  flex-wrap: wrap;
}
.fs-l-cart__mainColumn {
  width: 63rem;
  margin-right: 2.2rem;
  margin-bottom: 4rem;
}

.fs-c-totalAndActions {
  flex: 1;
  border: 1px dashed #d4d4d4;
  padding: 2.3rem 2.4rem;
  align-self: flex-start;
  min-width: 26rem;
  max-width: 30rem;
  margin-bottom: 4rem;
}

.fs-c-orderTotalTable {
  width: 100%;
}
.fs-c-orderTotalTable tr {
  border-top: 1px solid #e5e6e7;
  border-bottom: 1px solid #e5e6e7;
}

.fs-c-orderTotalTable th,
.fs-c-orderTotalTable td {
  border: none;
}

.fs-c-button--unregisteredUserPurchase {
  width: 100%;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #f38629;
  border-radius: 0.5rem;
}
.fs-c-button--loginAndPurchase {
  width: 100%;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #2a84f2;
  border-radius: 0.5rem;
  margin-bottom: 1.2rem;
}
.fs-c-orderTotalTable__itemPriceSummary .fs-c-price__value {
  color: #111;
  font-size: 2rem;
  font-weight: 700;
      letter-spacing: -0.1rem;
}

.fs-c-orderTotalTable__itemPriceSummary .fs-c-price__value::after {
  content: none;
}

.fs-c-orderTotalTable__itemPriceSummary .fs-c-price__currencyMark {
  font-size: 2rem;
  font-weight: 700;
      margin-right: 0.4rem;
}

.fs-c-orderTotalTable__itemPriceSummary .fs-c-string--label{
  letter-spacing: 0.1rem;
}

.fs-c-orderTotalTable > tbody > tr > th {
  white-space: nowrap;
  text-align: left;
  padding: 1.1rem 0 1.5rem;
}
.fs-c-orderTotalTable > tbody > tr > td {
  padding: 0;
}

.fs-c-cartPayment__button a{
  background: #f38629;
  color: #fff;
  width: 100%;
  height: 6.4rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: 1px solid #f38629;
  transition: 0.2s;
  border-radius: 0.5rem;
}

.fs-c-cartPayment__button a:hover{
  background: #fff;
  color: #f38629;
}

.fs-c-purchaseHere__message {
    margin: 3.3rem 0 3rem;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
}

.fs-c-cartTable__headerCell {
  background: #f5f5f5;
  font-weight: bold;
  border: 1px solid #e5e6e7;
  text-align: center;
}
.fs-c-cartTable__dataCell {
  border: 1px solid #e5e6e7;
}

.fs-c-cartTable__dataCell--product {
  font-size: 1.6rem;
  color: #2985f3;
}
.fs-c-cartTable__product {
  align-items: center;
}

.fs-body-checkout .fs-c-cartTable__product {
  align-items: flex-start;
}
.fs-c-cartTable__dataCell .fs-c-price__value {
  font-size: 1.6rem;
  font-weight: normal;
}
.fs-c-cartTable__dataCell--product .fs-c-price__value {
  color: #2985f3;
}
.fs-c-cartTable__dataCell--subtotal .fs-c-price__value {
  color: #111;
}
.fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo {
  line-height: 1.8;
  flex:1;
}
.fs-c-cartTable__dataCell--product .fs-c-listedProductName__selection,
.fs-c-cartTable__dataCell--product .fs-c-listedOptionPrice__option__label,
.fs-c-cartTable__dataCell--product .fs-c-listedOptionPrice__option__value,
.fs-c-cartTable__dataCell--product .fs-c-price__symbol,
.fs-c-cartTable__dataCell--product .fs-c-price__currencyMark,
.fs-c-cartTable__dataCell--product .fs-c-price__addon {
  font-size: 1.6rem;
}

.fs-c-cartTable__dataCell--action{
  padding: 1.6rem;
}
.fs-c-cartTable__actionButton__container--cancel--cart{
padding-bottom: 1.3rem;
border-bottom: 1px solid #D4D4D4;
}

.fs-c-cartTable__actionButton__container--buyItLater{
  padding-top: 1.3rem;
}

.fs-c-productPrice__addon__label::before {
  content: "(";
}
.fs-c-productPrice__addon__label::after {
  content: ")";
}
.fs-c-cartTable__dataCell .fs-c-price__value::after {
  content: none;
}

.fs-c-quantity__select,
.fs-system-quantity-text {
  border: 1px solid #e5e6e7;
  height: 5rem;
  width: 6.4rem;
  padding-left: 2rem;
}
.fs-c-quantity {
    text-align: center;
}
.fs-c-cartTable__headerCell--quantity,
.fs-c-cartTable__headerCell--subtotal,
.fs-c-cartTable__headerCell--point{
  width: 15%;
}
.fs-c-cartTable__headerCell--action {
    width: 18.3%;
    height: 5rem;
}
.fs-c-cartTable__productImage {
  width: 8rem;
  height: 8rem;
  border: 1px solid #e5e6e7;
  margin-right: 0.8rem;
}
.fs-c-listedOptionPrice {
  display: flex;
  flex-direction: column;
}
.fs-c-cartTable__product > .fs-c-cartTable__productImage {
  padding: 0;

}

.fs-body-checkout .fs-c-cartTable__product > .fs-c-cartTable__productImage {
    margin-top: 0.7rem;
}

.fs-c-cartTable__actionButton button {
  background: none;
  font-size: 1.4rem;
  color: #2985f3;
}
.fs-c-listedOptionPrice__price {
  justify-content: flex-end;
}

.fs-body-cart .fs-c-noResultMessage {
    margin-bottom: 4rem;
}

@media (max-width: 600px) {
  .fs-l-cart__contentsArea {
    flex-direction: column-reverse;

  }
    .fs-l-cart__mainColumn {
    margin: 0;
        width: 100%;
  }
  .fs-c-totalAndActions {
    width: 100%;
    max-width: none;
    min-width: none;
}

  .fs-c-cartTable__dataCell--quantity,
  .fs-c-cartTable__dataCell--subtotal,
    .fs-c-cartTable__dataCell--point{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fs-c-cartTable__dataCell--quantity::before,
  .fs-c-cartTable__dataCell--subtotal::before,
  .fs-c-cartTable__dataCell--point::before {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .fs-c-cartTable__dataCell {
    border-bottom: none;
  }
  .fs-c-cartTable__dataCell:last-of-type {
    border-bottom: 1px solid #e5e6e7;
  }
  .fs-c-cartTable__actionButton__container--cancel--cart {
    padding: 0;
    border:none;
}
.fs-c-cartTable__actionButton__container--buyItLater{
  padding: 0;
}
.fs-c-cartTable__actionButton {
  display: flex;
  justify-content: space-evenly;
}
}

/*お客様情報入力*/

.customer-main {
  flex: 1;
}

.fs-c-inputInformation__message {
  letter-spacing: 0.1rem;
  margin-bottom: 2.5rem;
}

.fs-c-inputTable {
  width: 100%;
}
.customer-main .fs-c-inputTable tr ,.register-main .fs-c-inputTable tr{
  border-top: 2px solid #e5e6e7;
}

.customer-main .fs-c-inputTable tr:last-of-type ,.register-main .fs-c-inputTable tr:last-of-type{
  border-bottom: 2px solid #e5e6e7;
}

.fs-c-inputTable__headerCell {
  text-align: left;
  font-weight: bold;
  width: 26rem;
}

.fs-c-inputTable__headerCell,
.fs-c-inputTable__dataCell {
  padding: 32px 0;
}

.fs-c-inputTable .fs-system-assistedItem,
.fs-c-inputTable #fs_input_addressLine3 {
  height: 5rem;
  border: 1px solid #e5e6e7;
}

.customer-main .fs-c-inputTable .fs-c-inputTable__label{
  display: flex;
  align-items: center;
  letter-spacing: 0.06rem;
  font-weight: bold;
  justify-content: space-between;
  margin-right: 3.2rem;
}

.customer-main .fs-c-inputField__explanation{
  display: none;
}

.fs-c-agreementConfirmation__message {
  padding: 3.8rem 3.9rem;
  border: 1px dashed #d4d4d4;
  background: #faf9fa;
  position: relative;
  margin-bottom: 1.4rem;
}

.fs-c-agreementConfirmation__message::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 6px;
  background: #2a84f2;
  position: absolute;
  left: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}

.fs-c-checkbox__labelText a {
  color: #2985f3;
  text-decoration: underline;
}

.fs-c-button--registerAndContinue,.fs-c-button--confirmRegister {
  background: #2985f3;
  color: #fff;
  width: 40rem;
  height: 6.4rem;
  border-radius: 0.25rem;
  margin: 8.2rem auto 5.8rem;
  display: block;
  border: 1px solid #2985f3;
  transition: 0.2s;
  max-width: 100%;
}
.fs-c-button--registerAndContinue:hover,.fs-c-button--confirmRegister:hover {
  color: #2985f3;
  background: #fff;
}
.fs-c-inputTextGroup > * + * {
  margin-left: 20px;
}

.fs-c-dropdown::after {
  border-left: none;
  padding: 8px 6px;
  width: 2rem;
}

.fs-c-dropdown__menu {
  padding: 4px 3em 4px 15px;
}

.fs-c-agreementConfirmationArea__message {
  margin: 7rem 0 1.5rem;
  letter-spacing: 0.1rem;
}

.fs-c-checkbox__label {
  letter-spacing: 0.1rem;
  align-items: baseline;
  line-height: 2;
}

.fs-c-checkbox__checkMark {
  margin: 0 8px 0 0;
}

.fs-c-agreementConfirmation__addon {
  margin: 2.1rem 0 4.5rem;
}

.fs-c-agreementConfirmation__addon__message {
  margin: 0 0 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.fs-c-agreementConfirmation__password__input {
  height: 5rem;
  width: 72.5%;
}

.customer-main .fs-c-button--displayPassword {
  width: 22px;
  height: 48px;
  right: 1.65rem;
}
.fs-c-agreementConfirmation {
  margin: 4px 0 0;
  padding: 4px 0 0;
}
.fs-c-privacyPolicyAgreeField .fs-c-checkbox__label {
  line-height: 1.5;
}
.fs-c-inputField .fs-c-inputTextGroup__item input,
.fs-c-inputField .fs-c-inputField__field input {
  padding: 4px 15px 4px;
}
@media (max-width: 767px) {
  .customer-main {
    max-width: 90%;
    margin: auto;
  }
  .customer-main .fs-c-inputTable tr ,.register-main .fs-c-inputTable tr{
    display: flex;
    flex-direction: column;
  }
  .fs-c-agreementConfirmation__password__input {
    width: 100%;
  }
  .fs-c-inputTable__headerCell {
    padding-bottom: 0;
    width: 100%;
  }
}

.my-top-main {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.fs-c-accountService {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 61.2rem;
  margin-bottom: 14rem;
}

.fs-c-accountService__pageLink {
  width: 18rem;
  height: 14rem;
  background: #f0f7fc;
  border-radius: 0.5rem;
  margin: 0 2.4rem 1.9rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  color: #2985f3;
  padding-bottom: 2rem;
}

.fs-c-accountService__pageLink::before {
  content: "";
  display: block;
}

.fs-c-accountService__page--pointHistory,
.fs-c-accountService__page--accountReviews {
  display: none;
}

.fs-c-accountService__page--wishList .fs-c-accountService__pageLink::before {
  background: url(https://acrylic.itembox.design/item/mypage/mypage-icon01.png) center / contain no-repeat;
  width: 5.2rem;
  height: 4.55rem;
  margin-bottom: 1.6rem;
}

.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink::before {
  background: url(https://acrylic.itembox.design/item/mypage/mypage-icon02.png) center / contain no-repeat;
  width: 6.5rem;
  height: 5.2rem;
  margin-bottom: 1.4rem;
}

.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink::before {
  background: url(https://acrylic.itembox.design/item/mypage/mypage-icon03.png) center / contain no-repeat;
  width: 6.5rem;
  height: 4.875rem;
  margin-bottom: 1.3rem;
}

.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink::before {
  background: url(https://acrylic.itembox.design/item/mypage/mypage-icon04.png) center / contain no-repeat;
  width: 4.55rem;
  height: 5.2rem;
  margin-bottom: 1.3rem;
}

.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink::before {
  background: url(https://acrylic.itembox.design/item/mypage/mypage-icon05.png) center / contain no-repeat;
  width: 3.9rem;
  height: 5.2rem;
  margin-bottom: 1.5rem;
}

.fs-c-accountService__page--accountDelete {
  position: absolute;
  bottom: -10.2rem;
  left: 0;
}

.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  display: block;
  color: #2985f3;
  text-decoration: underline;
  letter-spacing: 0.14rem;
}

.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink::before {
  content: none;
}

.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink::after {
  content: ">";
}

.fs-p-accountInfo{
background: #FAF9FA;
border: 1px dashed #D4D4D4;
width: 31rem;
padding: 2.2rem 1.6rem 1.6rem;
margin-bottom: 5.4rem;
}

.fs-p-accountInfo__accountName{
    margin: 0 0.6rem 1.3rem;
    letter-spacing: 0.1rem;
}
.fs-p-accountInfo__point{
  background: #fff;
    text-align: center;
        padding: 2.6rem 0 2rem;
}
.fs-p-accountInfo__point__label{
  color: #2985F3;
      letter-spacing: 0.1rem;
}
.fs-p-accountInfo__point__point{
  margin: 2.6rem 0 1.8rem;
      letter-spacing: 0.1rem;
}
.fs-p-accountInfo__point__point__available{
  font-weight: bold;
}
.fs-c-purchasePointExpiration{
      letter-spacing: 0.1rem;
}

@media (max-width: 767px) {
  .my-top-main {
    max-width: 90%;
    margin: auto;
  }

  .fs-c-accountService {
    justify-content: space-between;
  }

  .fs-c-accountService__page {
    width: 45%;
    margin: 0 0 3rem;
  }
  .fs-c-accountService__pageLink {
    width: 100%;
  }
    .fs-p-accountInfo{
      width: 100%;
  }
}

/*パスワード変更*/

.password-main {
  flex: 1;
}

.fs-c-button--myPageTop {
  color: #2985f3;
  text-decoration: underline;
  letter-spacing: 0.08rem;
  display: block;
  margin-bottom: 5.4rem;
}

.fs-c-button--myPageTop::before {
  content: "<";
}

.password-main .fs-c-inputInformation__field ,.fs-body-forgotPassword .fs-c-inputInformation__field,.fs-body-resetPassword .fs-c-inputInformation__field {
  padding: 3.1rem 2rem 0.3rem;
  border: 1px dashed #d4d4d4;
  background: #faf9fa;
  margin: 3rem auto 2.4rem;
}

.password-main .fs-c-inputTable__headerCell,
.password-main .fs-c-inputTable__dataCell,
.fs-body-forgotPassword .fs-c-inputTable__headerCell,
.fs-body-forgotPassword .fs-c-inputTable__dataCell,
.fs-body-resetPassword .fs-c-inputTable__headerCell,
.fs-body-resetPassword .fs-c-inputTable__dataCell {
  padding: 0 0 2.8rem;
}

.password-main .fs-c-inputTable__headerCell, .fs-body-forgotPassword .fs-c-inputTable__headerCell ,.fs-body-resetPassword .fs-c-inputTable__headerCell{
  width: 24.3rem;
}

.password-main .fs-c-inputTable .fs-c-inputTable__label ,.fs-body-forgotPassword .fs-c-inputTable .fs-c-inputTable__label , .fs-body-resetPassword .fs-c-inputTable .fs-c-inputTable__label{
  display: flex;
  align-items: center;
  letter-spacing: 0.06rem;
  font-weight: bold;
  justify-content: space-between;
  margin-right: 1.6rem;
}

.password-main .fs-c-inputTable .fs-system-assistedItem ,.fs-body-forgotPassword .fs-c-inputTable .fs-system-assistedItem,.fs-body-resetPassword .fs-c-inputTable .fs-system-assistedItem{
  height: 5rem;
  background: #fff;
}

.password-main .fs-c-inputGroup ,.fs-body-forgotPassword .fs-c-inputGroup,.fs-body-resetPassword .fs-c-inputGroup{
  border: none;
}

.fs-c-button--change,.fs-c-button--send ,.fs-c-button--register{
  background: #2985f3;
  color: #fff;
  width: 40rem;
  height: 6.4rem;
  border-radius: 0.25rem;
  margin: 0 auto 7.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: 1px solid #2985f3;
  transition: 0.2s;
}


.fs-c-button--change:hover,.fs-c-button--send:hover,.fs-c-button--register:hover{
  color: #2985f3;
  background: #fff;
}

@media (max-width: 767px) {
  .password-main {
    max-width: 90%;
    margin: auto;
  }
  .password-main .fs-c-inputTable tr ,.fs-body-forgotPassword .fs-c-inputTable tr,.fs-body-resetPassword .fs-c-inputTable tr{
    display: flex;
    flex-direction: column;
  }
}

.memberinfo-main {
  flex: 1;
}

.memberinfo-main .fs-c-inputInformation__message {
  margin: -0.1rem 0 3rem;
}

.memberinfo-main .fs-c-inputTable tr {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #e5e6e7;
}

.memberinfo-main .fs-c-inputTable tr:last-of-type {
  border-bottom: 2px solid #e5e6e7;
}

.memberinfo-main .fs-c-inputTable__headerCell {
  font-size: 1.8rem;
  color: #2985f3;
  font-weight: bold;
  padding: 2.2rem 0 0;
  letter-spacing: 0.12rem;
}

.memberinfo-main .fs-c-inputTable__dataCell {
  padding: 1.8rem 0 2.6rem 0.9rem;
  letter-spacing: 0.12rem;
}

.memberinfo-main .fs-c-button--change {
  margin: 3.9rem auto 8rem;
}

@media (max-width: 767px) {
  .memberinfo-main {
    max-width: 90%;
    margin: auto;
  }
}

.change-memberinfo-main {
  flex: 1;
}

.change-memberinfo-main .fs-c-inputTable tr {
  border-top: 2px solid #e5e6e7;
}
.change-memberinfo-main .fs-c-inputTable tr:last-of-type {
  border-bottom: 2px solid #e5e6e7;
}

.change-memberinfo-main .fs-c-requiredMark {
  margin: 0;
}
.change-memberinfo-main .fs-c-inputTable__headerCell .fs-c-inputTable__label {
  display: flex;
  align-items: center;
  letter-spacing: 0.06rem;
  font-weight: bold;
  justify-content: space-between;
  margin-right: 3.2rem;
}

.change-memberinfo-main .fs-c-inputField .fs-c-inputTextGroup__item input,
.change-memberinfo-main .fs-c-inputField .fs-c-inputField__field input {
  padding: 4px 24px 4px;
}

.change-memberinfo-main .fs-c-dropdown__menu {
  letter-spacing: 0.13rem;
}

.change-memberinfo-main .fs-c-radioGroup {
  margin: 1.3rem 0;
}

.change-memberinfo-main .fs-c-radio__radioMark {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 1px;
  min-width: 24px;
  border: 2px solid #e5e6e7;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #e5e6e7;
  transition: all 0.5s 0s ease;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #2985f3;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.change-memberinfo-main .fs-c-radio__radioLabelText ,.register-main .fs-c-radio__radioLabelText{
  letter-spacing: 0.1rem;
  margin-right: 2.1rem;
}

.change-memberinfo-main .fs-c-dropdown__menu ,.register-main .fs-c-dropdown__menu{
  height: 5rem;
  width: 10.4rem;
  border: 1px solid #e5e6e7;
}

.change-memberinfo-main .fs-c-inputDate__year + .fs-c-inputDate__month::before,
.change-memberinfo-main .fs-c-inputDate__month + .fs-c-inputDate__date::before,
.register-main .fs-c-inputDate__year + .fs-c-inputDate__month::before,
.register-main .fs-c-inputDate__month + .fs-c-inputDate__date::before {
  font-size: 1.2rem;
  padding: 0 1.8rem 0 0.8rem;
}

.change-memberinfo-main .fs-c-inputTable__headerCell ,.register-main .fs-c-inputTable__headerCell{
  vertical-align: top;
  padding-top: 4.2rem;
}

.change-memberinfo-main .fs-c-inputField__explanation,.register-main .fs-c-inputField__explanation{
  font-size: 1.4rem;
  color: #999;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-bottom: 0.4rem;
}

.fs-c-button--confirmChange {
  background: #2985f3;
  color: #fff;
  width: 40rem;
  height: 6.4rem;
  border-radius: 0.25rem;
  margin: 8rem auto 7.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border:1px solid #2985f3;
  transition: 0.2s;
}
.fs-c-button--confirmChange:hover {
  color: #2985f3;
  background: #fff;
}
.change-memberinfo-main .fs-c-inputField .fs-c-inputField__field .fs-c-input--zipCode  ,.register-main .fs-c-inputField .fs-c-inputField__field .fs-c-input--zipCode{
  flex-basis: 33rem;
  max-width: 100%;
  padding-left: 4.1rem;
  letter-spacing: 0.1rem;
}

.change-memberinfo-main .fs-c-inputField .fs-c-inputField__field--zipCode ,.register-main .fs-c-inputField .fs-c-inputField__field--zipCode{
  position: relative;
}

.change-memberinfo-main .fs-c-inputField .fs-c-inputField__field--zipCode::before ,.register-main .fs-c-inputField .fs-c-inputField__field--zipCode::before{
  position: absolute;
  left: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  content: "〒";
  font-size: 1.9rem;
}

.change-memberinfo-main #fs_input_prefecture ,.register-main #fs_input_prefecture {
  width: 100%;
}

@media (max-width: 767px) {
  .change-memberinfo-main {
    max-width: 90%;
    margin: auto;
  }
  .change-memberinfo-main .fs-c-inputTable tr ,.register-main .fs-c-inputTable tr{
    display: flex;
    flex-direction: column;
  }
  .change-memberinfo-main .fs-c-inputDate .fs-c-dropdown ,.register-main .fs-c-inputDate .fs-c-dropdown{
    margin-bottom: 1rem;
  }
}

.withdraw-main {
  flex: 1;
}

.withdraw-main .fs-c-inputInformation__message {
  margin: -0.1rem 0 3rem;
}

.withdraw-main .fs-c-inputTable tr {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #e5e6e7;
  min-height: 11.5rem;
}

.withdraw-main .fs-c-inputTable tr:last-of-type {
  border-bottom: 2px solid #e5e6e7;
  min-height: 11.7rem;
}

.withdraw-main .fs-c-inputTable__headerCell {
  font-size: 1.8rem;
  color: #2985f3;
  font-weight: bold;
  padding: 2.2rem 0 0;
  letter-spacing: 0.12rem;
}

.withdraw-main .fs-c-inputTable__dataCell {
  padding: 1.8rem 0 2.6rem 0.9rem;
  letter-spacing: 0.12rem;
}

.withdraw-main .fs-c-button--change {
  margin: 3.9rem auto 8rem;
}

.fs-c-buttonContainer--leaveCancel {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 4rem 0 7.9rem;
}

.fs-c-button--confirmLeave {
  background: #2985f3;
  color: #fff;
  width: 32rem;
  height: 6.4rem;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 2rem;
  border: 1px solid #2985f3;
  transition: 0.2s;
}
.fs-c-button--confirmLeave:hover {
  color: #2985f3;
  background: #fff;
}
.fs-c-button--cancel {
  background: #d4d4d4;
  width: 32rem;
  height: 6.4rem;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-right: 2rem;
  border: 1px solid #d4d4d4;
  transition: 0.2s;
}

.fs-c-button--cancel:hover {
  background: #fff;
}

@media (max-width: 767px) {
  .withdraw-main {
    max-width: 90%;
    margin: auto;
  }
}

.addressee-main {
  flex: 1;
}

.addressee-main .fs-p-announcement__title {
  font-size: 2rem;
  padding: 1.6rem 2.9rem 1.4rem;
  background: #f4f9fe;
  color: #2a84f2;
  width: 100%;
  letter-spacing: 0.12rem;
}
.addressee-main .fs-p-announcement__body {
  margin: 2.2rem 0 3.5rem;
}
.addressee-main .fs-c-list li {
  position: relative;
  line-height: 2.15;
  padding-left: 1.5rem;
  letter-spacing: 0.1rem;
}
.addressee-main .fs-c-list li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 6px;
  background: #2a84f2;
  position: absolute;
  left: 0;
  top: 1.7rem;
}
.fs-c-addressBookList__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.fs-c-button--addToAddressbook {
  background: #2985f3;
  color: #fff;
  width: 40rem;
  height: 6.4rem;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.fs-c-addressBookList__count {
  margin-bottom: 0.2rem;
}

.fs-c-addressBookList__count .fs-c-addressBookCount__label {
  margin-right: 1.6rem;
  letter-spacing: 0.12rem;
}

.fs-c-addressBookList__list {
  width: 100%;
  margin: 2.5rem 0 7.9rem;
}

.fs-c-addressBookList__list tr {
  border-top: 2px solid #e5e6e7;
}

.fs-c-addressBookList__list td {
  padding: 2.4rem 0;
}
.fs-c-addressBookList__list td:first-of-type {
  width: 19.1%;
}
.fs-c-addressBookList__list tr:last-of-type {
  border-bottom: 2px solid #e5e6e7;
}

.addressee-main .fs-c-buttonContainer--deleteChange {
  display: flex;
  flex-direction: row-reverse;
}

.fs-c-button--delete {
  background: #e5e6e7;
  color: #777;
  width: 8rem;
  height: 5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-right: 2rem;
}

.fs-c-button--changeInfomation {
  background: #2985f3;
  color: #fff;
  width: 8rem;
  height: 5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

@media (max-width: 767px) {
  .addressee-main {
    max-width: 90%;
    margin: auto;
  }
  .fs-c-button--addToAddressbook {
    flex: 1;
  }
  .fs-c-addressBookList__count {
    margin-top: 1.6rem;
  }
  .addressee-main .fs-c-addressBookList__list td {
    width: 100%;
  }
}

.favorite-top__head {
  font-size: 2rem;
  padding: 1.6rem 2.9rem 1.4rem;
  background: #f4f9fe;
  color: #2a84f2;
  width: 100%;
  letter-spacing: 0.12rem;
}

.favorite-top__list {
  margin: 2.4rem 0 3.9rem;
}

.favorite-top__list-item {
  position: relative;
  line-height: 2;
  padding-left: 1.5rem;
  letter-spacing: 0.1rem;
}

.favorite-top__list-item::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 6px;
  background: #2a84f2;
  position: absolute;
  left: 0;
  top: 1.7rem;
}

.fs-body-my-wishlist .fs-c-productList {
  margin: 30px auto 40px;
}

@media (max-width: 1200px) {
  .fs-body-my-wishlist .fs-c-productList {
    max-width: 100%;
    margin: 15px auto 20px;
  }
}

.fs-c-history {
  display: flex;
  flex-direction: row-reverse;
}

.fs-c-history__info {
  width: 28.8rem;
  padding: 2.3rem 2.4rem;
  border: 1px dashed #d4d4d4;
}

.fs-c-history__listContainer {
  flex: 1;
  margin-right: 2.4rem;
}

.fs-c-history .fs-c-dropdown__menu {
  height: 5rem;
  border: 1px solid #e5e6e7;
}

.fs-c-history__term {
  color: #2985f3;
  font-size: 1.4rem;
  letter-spacing: 0.09rem;
  margin-bottom: 1rem;
}

.fs-c-history .fs-c-price {
  font-size: 2rem;
}

.fs-c-history .fs-c-price__value {
  color: #111;
}

.fs-c-history .fs-c-price__value::after {
  content: none;
}

.fs-c-history .fs-c-pairList > *:nth-child(4) {
  text-align: right;
}

.fs-c-history .fs-c-pairList {
  border-top: 1px solid #e5e6e7;
  border-bottom: 1px solid #e5e6e7;
  padding: 0.7rem 0 1.5rem;
  grid-column-gap: 0;
  grid-row-gap: 11px;
}

.fs-c-history__quantity {
  border-bottom: 1px solid #e5e6e7;
  padding-bottom: 1.5rem;
  letter-spacing: 0.1rem;
}

.fs-c-history .fs-c-pairList > *:nth-child(2) {
  border-bottom: 1px solid #e5e6e7;
  padding-bottom: 1.3rem;
}

.order-history-top__head {
  font-size: 2rem;
  padding: 1.6rem 2.9rem 1.4rem;
  background: #f4f9fe;
  color: #2a84f2;
  width: 100%;
  letter-spacing: 0.12rem;
}

.order-history-top__text {
  line-height: 2;
  letter-spacing: 0.11rem;
  margin: 1.9rem 0 4.1rem;
}

.fs-c-history__infoSummary {
  margin-top: 2.1rem;
}

.fs-c-history .fs-c-pairList > dt::after {
  content: none;
}
.fs-c-history .fs-c-history__number {
  letter-spacing: 0.1rem;
}

.fs-c-history .fs-c-button--myPageTop {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .fs-c-history {
    flex-direction: column;
  }
  .fs-c-history__info {
    width: 100%;
    margin-bottom: 3rem;
  }
  .fs-c-history__listContainer {
    margin: 0;
  }
}

.fs-c-checkout-preview__title {
  color: #2985f3;
  font-size: 2.4rem;
  margin-top: 0.3rem;
  letter-spacing: 0.15rem;
  font-weight: bold;
}

.fs-c-checkout-preview__body {
  border-top: 2px solid #e5e6e7;
  border-bottom: 2px solid #e5e6e7;
  display: flex;
  justify-content: space-between;
  margin: 1.3rem 0 4.6rem;
  padding: 2.3rem 0 2.3rem;
}
.fs-c-checkout-destination__destination {
  width: 100%;
  align-items: flex-start;
}
.fs-body-checkout .fs-l-main {
  display: flex;
  flex-wrap: wrap;
}

.fs-l-checkout__mainColumn {
  width: calc(100% - 40.3rem);
  margin-right: 4.6rem;
}

.fs-l-checkout__sideColumn {
  width: 35.7rem;
  margin-top: 0.5rem;
  align-self: stretch;
  margin-bottom: 3rem;
  max-width: 100%;
}
.fs-l-checkout__sideColumn::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}

.fs-body-checkout .fs-c-button--change--small {
  background: #2985f3;
  color: #fff;
  width: 8rem;
  height: 5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: 1px solid #2985f3;
    transition: 0.2s;
}

.fs-body-checkout .fs-c-button--change--small:hover {
  color: #2985f3;
  background: #fff;
}

.fs-c-checkout-destination__control *:only-child {
  margin: 0;
}

.fs-body-checkout .fs-c-button--chooseDestination {
  background: #d4d4d4;
  color: #111;
  width: 22.4rem;
  height: 5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  transition: 0.2s;
  border: #d4d4d4;
}

.fs-body-checkout .fs-c-button--chooseDestination:hover {
  background: #fff;
}

.fs-body-checkout .fs-c-button--confirmOrder {
  background: #f38629;
  color: #fff;
  width: 100%;
  height: 6.4rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border-radius: 0.5rem;
    border: 1px solid #f38629;
      transition: 0.2s;
}


.fs-body-checkout .fs-c-button--confirmOrder:hover {
  color: #f38629;
  background: #fff;
}

.fs-c-returnedSpecialContract__link {
  color: #2985f3;
  text-decoration: underline;
  letter-spacing: 0.08rem;
  display: block;
  margin: 4.7rem 0 10.4rem;
}

.fs-c-returnedSpecialContract__link::after {
  content: ">";
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th {
  border: none;
}

.fs-c-checkout-paymentInfo__body,
.fs-c-checkout-delivery__body {
  display: block;
}

.fs-c-checkout-delivery__method__message {
  background: #f5f5f5;
  padding: 1.3rem 1.6rem 1.6rem;
    letter-spacing: 0.1rem;
    margin: 0.5rem 0 1.7rem;
}

.fs-c-checkout-customerInfo__name,.fs-c-checkout-destination__name {
  font-size: 2.2rem;
  letter-spacing: 0.19rem;
  margin-top: 1.4rem;
}

.fs-c-checkout-customerInfo__email,.fs-c-checkout-destination__address{
  margin-top: 0.8rem;
}

.fs-c-checkout-customerInfo__email ,.fs-c-checkout-customerInfo__address, .fs-c-checkout-customerInfo__tel,.fs-c-checkout-destination__address,.fs-c-checkout-destination__tel{
  letter-spacing: 0.1rem;
}

.fs-c-checkout-customerInfo__tel,.fs-c-checkout-destination__tel{
  margin-bottom: 0.3rem
}

.fs-c-checkout-destination__name__home {
    margin-left: 0.6em;
}

.fs-c-checkout-paymentInfo__message{
  letter-spacing: 0.1rem;
      margin-bottom: 1.2rem;
}

.fs-body-checkout .fs-c-radio__radioMark {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 0.6rem;
}

.fs-c-checkout-paymentMethod__title {
  padding-bottom: 7px;
}

.fs-c-checkout-paymentInfo__body{
padding-bottom: 1.4rem;
}

.fs-body-checkout .fs-c-cartTable__headerCell{
    padding: 1.3rem;
}

.fs-body-checkout .fs-c-cartTable__headerCell--product{
        width: auto;
}

.fs-body-checkout .fs-c-cartTable__headerCell--quantity,.fs-body-checkout .fs-c-cartTable__headerCell--subtotal,.fs-body-checkout fs-c-cartTable__headerCell--point{
    width: 12.4%
}

.fs-body-checkout .fs-c-cartTable__dataCell {
    padding: 1.3rem;
}

.fs-body-checkout .fs-c-totalAndActions {
  width: 35.7rem;
  position: sticky;
  background: #fff;
  top:150px;
  max-width: 100%;
}

.fs-body-checkout .fs-c-totalAndActions .fs-c-checkout-preview__title{
    color: #111;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}
.fs-body-checkout .fs-c-totalAndActions table,.fs-body-checkout .fs-c-totalAndActions th,.fs-body-checkout .fs-c-totalAndActions td{
  table-layout: auto;
}
.fs-body-checkout .fs-c-totalAndActions .fs-c-orderTotalTable__subtotal th{
    padding: 1rem 0.2rem 1.6rem;
    letter-spacing: 0.1rem;
}
.fs-body-checkout .fs-c-totalAndActions .fs-c-orderTotalTable__subtotal td{
    padding: 1rem 0rem 1.6rem;
    letter-spacing: 0.1rem;

}

.fs-body-checkout .fs-c-totalAndActions .fs-c-orderTotalTable__postageFee th{
    padding: 1rem 0.2rem 1.3rem;
    letter-spacing: 0.1rem;
}

.fs-body-checkout .fs-c-totalAndActions .fs-c-orderTotalTable__postageFee td{
    padding: 1rem 0rem 1.3rem;
    letter-spacing: 0;
    font-size: 1.3rem;
}

.fs-body-checkout .fs-c-totalAndActions .fs-c-orderTotalTable__grandTotal th{
    padding: 0.8rem 0.2rem 1.3rem;
    letter-spacing: 0.1rem;
}

.fs-body-checkout .fs-c-totalAndActions .fs-c-orderTotalTable__grandTotal td{
    padding: 0.8rem 0rem 1.3rem;
    letter-spacing: 0.1rem;
}
.fs-body-checkout .fs-c-totalAndActions .fs-c-price__currencyMark{
  font-size: 2rem;
  font-weight: bold;
}
.fs-body-checkout .fs-c-totalAndActions .fs-c-price__value {
font-size: 2rem;
color: #111
}

.fs-body-checkout .fs-c-totalAndActions .fs-c-price__value::after {
  content: none;
}

.fs-body-checkout .fs-c-totalAndActions .fs-c-orderTotalTable__earnPoints th{
    padding: 1rem 0.2rem 1.3rem;
    letter-spacing: 0.1rem;
}

.fs-body-checkout .fs-c-totalAndActions .fs-c-orderTotalTable__earnPoints td{
    padding: 1rem 0rem 1.3rem;
    letter-spacing: 0.1rem;
}

.fs-body-checkout .fs-c-totalAndActions .fs-c-orderTotalTable{
margin-bottom: 1.6rem
}

.fs-c-checkout-buyerInfo__body .fs-c-checkout-preview__button{
align-self: flex-end;
}

.fs-c-checkout-delivery__button .fs-c-button--change--small{
margin-left: auto;
}

.fs-body-checkout .fs-c-priceDisplay {
  justify-content: flex-end;
}

.fs-c-checkout-delivery__method__title{
font-size: 2rem;
}

@media (max-width: 767px) {
.fs-body-checkout .fs-l-main {
    display: block;
    width: 90%;
}
.fs-l-checkout__mainColumn {
    width: 100%;
}
.fs-l-checkout__sideColumn{
  width: 100%;
  margin-bottom: 10.4rem
}

.fs-c-checkout-destination__control {
  margin-top: 20px;
}

.fs-c-checkout-preview__body {
  margin: 1.3rem 0 3.6rem;
}

.fs-c-returnedSpecialContract__link {
  margin: 3.6rem 0 5rem;
}
.fs-c-modal, .fs-c-modal--medium, .fs-c-modal--small{
  padding: 74px 10px;
  max-height: 100%;
}
.is-modalOpen .fs-c-modal__inner {
  width: 100%;
  height: 100%;
  max-width: 710px;
}

}

.register-main{
flex: 1;
}

.fs-c-memberPolicyAgreeField{
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .register-main{
      max-width: 90%;
    margin: auto;
  }
}

.fs-c-registerSuccessMessage{
  line-height: 2;
    letter-spacing: 0.1rem;
    margin-bottom: 8rem;
}

.fs-c-orderedList{
margin: 0;
}

.fs-c-checkout-destination__list {
    margin-right: 2rem;
}

@media (max-width: 767px) {
    .fs-c-checkout-destination__list {
    margin-right: 0;
}
}

.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-price__currencyMark{
  display: none;
}

.fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-price__value {
  font-size: 1.6rem;
  font-weight: normal;
  color: #111;
  letter-spacing: 0.1rem;
}

.fs-c-checkout-paymentMethod__setting th{
  text-align: center;
}
.fs-c-checkout-paymentMethod__setting th, .fs-c-checkout-paymentMethod__setting td {
  padding: 0.6rem 3rem 0.6rem 0;
}

.fs-c-checkout-paymentMethod__disabledMessage p{
line-height: 1.8;
margin: 0.8rem 0 0.8rem 0.8rem;
}

@media (max-width: 767px) {
  .fs-c-checkout-paymentMethod--cashOnDelivery .fs-c-price__value {
    font-size: 1.5rem;
  }
}
.fs-body-my-orders .fs-c-list{
  margin-top: -2.2rem;
}
.fs-body-my-orders .fs-c-list li {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.065em;
    padding-left: 1em;
}

.fs-body-my-orders .fs-c-list li::before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 11px;
    margin-left: -0.9em;
    background: #2A84F2;
    border-radius: 50%;
    transform: scale(0.8) translateY(-4px);
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.category-title-center p {
	text-align: center;
}



