@charset "UTF-8";

button {
  -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fs-c-inputInformation__message {
  font-size: 16px;
  margin-bottom: 40px;
}
.fs-c-inputInformation__field .fs-c-inputTable tr:not(:last-of-type) {
  margin-bottom: 20px;
}
.fs-c-inputInformation__field .fs-c-inputTable tr th, .fs-c-inputInformation__field .fs-c-inputTable tr td {
  display: block;
}
.fs-c-inputInformation__field .fs-c-inputTable th {
  text-align: left;
  font-weight: normal;
}
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
  padding: 0;
}
.fs-c-inputInformation__field .fs-c-inputTable__headerCell {
  padding: 10px 30px 10px 0;
  width: 300px;
}
.fs-c-inputInformation__field .fs-c-inputTable tr td {
  display: flex;
  align-items: center;
}
.fs-c-inputInformation__field .fs-c-inputTable__label {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.fs-c-inputInformation__field .fs-c-inputTable {
  font-size: 16px;
}
.fs-c-inputInformation__field .fs-c-requiredMark {
  padding: 1px 9px;
  color: #FFFFFF;
  background-color: #F4903A;
  font-size: 11px;
  border-radius: 3px;
  text-indent: unset;
  display: block;
  width: unset;
  height: unset;
}
.fs-c-inputInformation__field .fs-c-requiredMark::before {
  content: none;
}
.fs-c-inputInformation__field .fs-c-button--displayPassword {
  display: none;
}
.fs-c-inputInformation__field select[name="items.prefecture"] {
  width: 100%;
}
.fs-c-inputInformation__field input[type="text"], .fs-c-inputInformation__field input[type="password"], .fs-c-inputInformation__field input[type="tel"], .fs-c-inputInformation__field input[type="date"], .fs-c-inputInformation__field textarea {
  border: 1px solid #d3cfc8;
  border-radius: 7px;
  padding: 8px 10px;
  background-color: #fff;
}
.fs-c-inputInformation__field .fs-c-inputGroup, .fs-c-inputInformation__field .fs-c-inputGroup--vertical, .fs-c-inputInformation__field .fs-c-inputGroup--inline {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.fs-c-inputInformation__field .fs-c-dropdown {
  position: relative;
  display: inline-block;
}
.fs-c-inputInformation__field .fs-c-dropdown:after {
  background: transparent;
  border-left: none;
  font-size: 20px;
}
.fs-c-inputInformation__field select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3cfc8;
  border-radius: 7px;
  text-align: center;
  color: #31302D;
  padding: 9px 30px 9px 15px;
  font-size: 15px;
}
.fs-c-assist.is-error .fs-c-assist__message {
  font-size: 15px;
  color: #F4801C;
}
.fs-c-assist.is-error .fs-c-assist__message::before {
  color: #F4801C;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #F4801C;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #F4801C;
}
.fs-c-radio__radioMark {
  border: 1px solid #666666;
}
.fs-c-inputInformation__field .fs-c-radio input[type="radio"] + label {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.fs-c-inputInformation__field .fs-c-radio input[type="radio"] + label:before {
  border: 1px solid #706b64;
}
.fs-c-inputDate__year + .fs-c-inputDate__month::before, .fs-c-inputDate__month + .fs-c-inputDate__date::before {
  content: none;
}
.fs-c-inputInformation__field select[name="items.birthday.year"], .fs-c-inputInformation__field select[name="items.birthday.month"], .fs-c-inputInformation__field select[name="items.birthday.day"] {
  width: 100px;
}
.fs-c-inputInformation__field .fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
  margin-left: 5px;
}
.fs-c-inputInformation__field .fs-c-inputField__explanation {
  font-size: 16px;
  width: 100%;
  margin-top: 20px;
}
.fs-c-button--confirmRegister,.fs-c-button--registerAndContinue,.fs-c-button--next,.fs-c-button--confirmOrder {
  margin: 60px auto 0;
  position: relative;
  min-height: 80px;
  padding-left: 40px;
  text-align: left;
  vertical-align: middle;
  display: flex;
  align-items: center;
  max-width: 190px;
  width: 100%;
  font-size: 18px;
  z-index: 1;
  background: unset;
  border: none;
}
.fs-body-checkout .fs-c-button--confirmOrder {
  max-width: 250px;
}
.fs-c-button--confirmRegister::after,.fs-c-button--registerAndContinue::after,.fs-c-button--next::after,.fs-c-button--confirmOrder::after {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(./new/n_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.fs-c-button--confirmRegister::before,.fs-c-button--registerAndContinue::before,.fs-c-button--next::before,.fs-c-button--confirmOrder::before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #FDD3AF;
  border-radius: 40px;
  position: absolute;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fs-c-button--confirmRegister:hover::before,.fs-c-button--registerAndContinue:hover::before,.fs-c-button--next:hover::before,.fs-c-button--confirmOrder:hover::before {
  border-radius: 40px;
  width: 100%;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #F4801C;
  border-color: #F4801C;
}
.fs-c-checkbox__checkMark {
  border: 1px solid #31302D;
  margin-right: 8px;
  width: 10px;
  height: 18px;
  margin-top: 5px;
}
.fs-c-checkbox__checkMark::before {
  top: 1px;
  left: 0;
  font-size: 15px;
}
.fs-c-inputInformation__field .fs-c-checkbox a {
  text-decoration: underline;
  transition: all 0.3s;
  color: #F4801C;
}
.fs-c-checkbox__labelText {
  font-size: 16px;
}
.fs-c-additionalCheckField:not(:last-of-type) {
  margin-bottom: 5px;
}
.fs-c-memberInfoField {
  margin-bottom: 20px;
}
.c-paragraph__mainTitle,h2.c-paragraph__title,.fs-body-checkout h2 {
  text-align: center;
  line-height: 1.6em;
  background-image: none;
  background-size: unset;
  background-position: unset;
  background-repeat: unset;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 0;
}
.c-paragraph__mainTitle::after,h2.c-paragraph__title::after,.fs-body-checkout h2::after {
  content: "";
  display: block;
  background-image: url(https://sowan614.itembox.design/item/new/h2_bottom.svg);
  width: 100%;
  height: 15px;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  margin-top: 15px;
}
.c-paragraph__table {
  width: 100%;
}
.c-paragraph__table tr,.c-paragraph__table th,.c-paragraph__table td {
  display: block;
  width: 100%;
}
.c-paragraph__table tr {
  border-top: 1px solid #CBCBCB;
  display: flex;
}
.c-paragraph__table tr:last-of-type {
  border-bottom: 1px solid #CBCBCB;
}
.c-paragraph__table th {
  background: #FCFCFC;
  font-size: 16px;
  line-height: 30px;
  padding: 20px;
  font-weight: normal;
  border-right: 1px solid #CBCBCB;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-paragraph__table tr:nth-child(2n) th {
  background: #F5F5F5;
}
.c-paragraph__table td {
  padding: 20px 0;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  padding-left: 30px;
}
h3.c-paragraph__title {
  font-size: 18px;
  padding: 23px 0 7px 25px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 60px;
}
h3.c-paragraph__title::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #FDD3AF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
}
.c-paragraph__passage {
  font-size: 16px;
  line-height: 30px;
}
.c-paragraph__passage b,.c-paragraph__sublists li b {
  color: #F4801C;
}
.c-paragraph__passage u,.c-paragraph__sublists li u {
  color: #F4801C;
  transition: .3s
}
.c-paragraph__passage a:hover u,.c-paragraph__sublists li a u {
  text-decoration: none;
}
h4.c-paragraph__title {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
h4.c-paragraph__title span {
  background: #FFFFFF;
  display: inline;
  font-size: 18px;
  color: #F4801C;
  padding-right: 30px;
}
h4.c-paragraph__title + p.c-paragraph__passage {
  margin-top: 30px;
}
h4.c-paragraph__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #B7B7B7;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.c-paragraph__lists {
  counter-reset: count 0;
}
.c-paragraph__lists li.c-paragraph__lists__list {
  font-size: 16px;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.c-paragraph__lists li.c-paragraph__lists__list::before {
  content: counter(count) ". ";
  counter-increment: count 1;
  color: #F4801C;
  font-size: 20px;
  margin-right: 15px;
}
.c-paragraph__lists li.c-paragraph__lists__list span {
  width: 95%;
}
.c-paragraph__lists li.c-paragraph__lists__list span + .c-paragraph__sublists {
  width: 100%;
  padding-left: 30px;
  margin-top: 20px;
}
.c-paragraph__sublists li {
  font-size: 16px;
  line-height: 30px;
  display: flex;
  margin-bottom: 10px;
}
.c-paragraph__sublists li::before {
  content: "●";
  color: #F4801C;
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px;
}
section.c-paragraph {
  margin-bottom: 120px;
}
.c-paragraph__passage + .c-paragraph__passage {
  margin-top: 30px;
}
.c-paragraph__passage + .c-paragraph__sublists {
  margin-top: 40px;
}
.c-paragraph__passage + .c-paragraph__table {
  margin-top: 40px;
}
.fs-c-cartTable .fs-c-cartTable__headerCell {
  display: none;
}
.fs-c-cartTable__product {
  padding: 20px;
}
.fs-c-cartTable__row {
  border-bottom: 1px solid #B7B7B7;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fs-c-cartTable__row:last-of-type {
  border-bottom: none;
}
.fs-c-cartTable__dataCell {
  padding: 0;
  border: none;
}
.fs-c-cartTable__dataCell--product {
  width: 75%;
}
.fs-c-cartTable__product > .fs-c-cartTable__productImage {
  width: 20%;
  padding-right: 20px;
}
.fs-c-cartTable__product > .fs-c-cartTable__productImage a {
  display: block;
}
.fs-c-cartTable__product > .fs-c-cartTable__productImage img {
  width: 100%;
}
.fs-c-cartTable__productInfo {
  width: 80%;
}
.fs-c-listedProductName {
  font-size: 18px;
  line-height: 32px;
  display: inline-block;
  flex-direction: unset;
  word-break: keep-all;
}
.fs-c-cartTable__unitPrice {
  font-size: 22px;
  margin-top: 10px;
  line-height: 36px;
}
.fs-c-productPrice__addon {
  font-size: 18px;
  margin-left: 10px;
}
.fs-c-cartTable__dataCell--quantity {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fs-c-cartTable__dataCell--subtotal {
  display: none;
}
.fs-system-quantity-list {
  font-size: 16px;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
}
.fs-c-cartTable__dataCell--action {
  border: none;
  display: block;
}
.fs-c-cartTable__actionButton {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.fs-c-cartTable__actionButton__container {
  width: 100%;
  border: 1px solid #B7B7B7;
  border-radius: 0;
  border-width: 0 0 0 1px;
  margin: 0 0 0 4px;
  padding: 0 0 0 8px;
}
.fs-c-cartTable__actionButton__container > button {
  font-size: 1.2rem;
  background: unset;
  border: none;
}
.fs-c-cartTable__actionButton .fs-c-button__label {
  color: #F4801C;
  font-size: 15px;
  line-height: 30px;
}
.fs-c-listedProductName__selection,.fs-c-listedProductName__variation {
  font-size: 15px;
}
.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
  border: 1px solid #B7B7B7;
  border-radius: 0;
  border-width: 0 0 0 1px;
  margin: 0 0 0 4px;
  padding: 0 0 0 8px;
}
.fs-c-orderTotalTable {
  width: 100%;
  margin-bottom: 40px;
}
.fs-c-orderTotalTable tr {
  border-top: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
}
.fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
  border: none;
  font-size: 20px;
  font-weight: normal;
  padding: 20px 0;
}
.fs-c-orderTotalTable > tbody > tr > th {
  text-align: right;
}
.fs-c-orderTotalTable > tbody > tr > td {
  width: 20%;
}
.fs-c-purchaseHere__message {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
}
.fs-c-cartPayment__button.fs-c-buttonContainer--loginAndPurchase a {
  background: #F4903A;
  display: block;
  width: 400px;
  margin: 0 auto 15px;
  text-align: center;
  padding: 15px;
  border: 1px solid #F4903A;
}
.fs-c-cartPayment__button.fs-c-buttonContainer--unregisteredUserPurchase {
  background: #FFFFFF;
  display: block;
  width: 400px;
  margin: 0 auto 15px;
  text-align: center;
  padding: 15px;
  border: 1px solid #F4903A;
}
.fs-c-cartPayment__button a span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 32px;
}
.fs-c-cartPayment__button.fs-c-buttonContainer--unregisteredUserPurchase span {
  color: #F4903A;
}
#fs_ShoppingCart #fs-checkout-amazon-container {
  font-size: 16px;
  margin-top: 100px;
  padding-top: 40px;
  margin-bottom: 100px;
  position: relative;
}
#fs_ShoppingCart #fs-checkout-amazon-container:before, #fs_ShoppingCart #fs-checkout-amazon-container:after {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#fs_ShoppingCart #fs-checkout-amazon-container:before {
  width: 100%;
  height: 1px;
  background-color: #B7B7B7;
}
#fs_ShoppingCart #fs-checkout-amazon-container:after {
  content: "または";
  width: 100px;
  display: inline-block;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0 12px;
  font-size: 18px;
  text-align: center;
}
.fs-c-payWithAmazon__message {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.fs-c-button--continueShopping {
  margin: 60px auto 0;
  position: relative;
  min-height: 80px;
  padding-left: 40px;
  text-align: left;
  vertical-align: middle;
  display: flex;
  align-items: center;
  max-width: 320px;
  width: 100%;
  font-size: 18px;
  z-index: 1;
  background: unset;
  border: none;
}
.fs-c-button--continueShopping::before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #FDD3AF;
  border-radius: 40px;
  position: absolute;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fs-c-button--continueShopping:hover::before {
  border-radius: 40px;
  width: 100%;
}
.fs-c-button--continueShopping::after {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(./new/n_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.p-freeDeliveryFee {
  text-align: center;
  font-size: 16px;
  color: #F4801C;
}
.fs-c-fsLogin .fs-c-inputTable {
  width: 100%;
}
.fs-c-fsLogin .fs-c-requiredMark {
  position: unset;
  background-color: unset;
  color: #674425;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding: 0;
}
.fs-c-fsLogin .fs-c-inputTable__label {
  display: flex;
  line-height: 32px;
  justify-content: center;
  align-items: center;
  color: #674425;
}
.fs-c-fsLogin .fs-c-requiredMark {
  position: unset;
  padding: 0;
  color: #674425;
  background-color: unset;
  font-size: 18px;
  display: block;
  line-height: 32px;
}
.fs-c-fsLogin .fs-c-inputInformation__field input[type="text"],.fs-c-fsLogin .fs-c-inputInformation__field input[type="password"] {
  border: none;
  border-radius: 0;
}
.fs-body-cart-login .fs-c-inputInformation,.fs-body-login .fs-c-inputInformation,.fs-body-wishlist-login .fs-c-inputInformation {
  background: rgba(244,144,58,0.1);
  padding: 40px 40px;
}
.fs-body-cart-login .fs-c-subSection__title,.fs-body-cart-login .p-register__title,.fs-body-login .fs-c-subSection__title,.fs-body-login .p-register__title,.fs-body-wishlist-login .fs-c-subSection__title,.fs-body-wishlist-login .p-register__title  {
  background: unset;
  color: #674425;
  margin-bottom: 40px;
  padding-bottom: 0;
}
.fs-c-anotherLogin__message--amazon {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}
.fs-c-otherServiceLogin {
  margin: 60px 0 15px;
}
.fs-c-anotherLogin__button {
  width: 400px !important;
  margin: 0 auto;
  height: 60px !important;
}
.fs-body-cart-login .p-register,.fs-body-login .p-register,.fs-body-wishlist-login .p-register {
  margin: 100px auto;
}
.p-register .p-register__detail {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.fs-c-agreementConfirmationArea__message,.fs-c-agreementConfirmation__message {
  font-size: 16px;
  line-height: 30px;
}
.fs-c-checkbox__label {
  align-items: flex-start;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  margin-top: 5px;
}
.fs-body-register .fs-c-inputTable tr:not(:last-of-type) {
  display: flex;
}
.fs-c-agreementConfirmation {
  margin: 40px 0;
}
.fs-c-agreementConfirmation__addon {
  margin: 10px 0 0 0;
}
.fs-c-agreementConfirmation__addon__message {
  font-size: 16px;
  line-height: 30px;
}
.fs-body-checkout .fs-c-button--standard,.fs-c-button--settings {
  background: #F4903A;
  display: block;
  width: 400px;
  margin: 60px auto 15px;
  text-align: center;
  padding: 15px;
  border: 1px solid #F4903A;
  font-size: 16px;
}
.fs-body-checkout .fs-c-button--standard:hover,.fs-c-button--settings:hover {
  background: #8E6A4A;
  border: 1px solid #8E6A4A;
}
.fs-c-button--settings + .fs-c-button--standard {
  margin: 15px auto 15px;
}
.fs-body-checkout .fs-c-button--standard .fs-c-button__label,.fs-c-button--settings .fs-c-button__label {
  color: #FFFFFF;
}
.fs-body-checkout .fs-c-button--standard::before,.fs-c-button--settings::before {
  content: none;
}
.fs-c-checkout-destination__control .fs-c-checkout-destination__button {
  margin: 0 auto;
}
.fs-c-checkout-customerInfo__name,.fs-c-checkout-destination__name {
  font-size: 20px;
  margin-bottom: 20px;
}
.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 {
  font-size: 16px;
  line-height: 30px;
}
.fs-c-checkout-paymentInfo__message {
  font-size: 16px;
  line-height: 30px;
}
.fs-c-checkout-paymentMethod__title {
  font-size: 16px;
  line-height: 30px;
}
.fs-c-checkout-paymentMethodList {
  margin-top: 20px;
}
.fs-c-checkout-paymentMethod__title {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1;
}
.fs-c-checkout-couponInfo__message {
  font-size: 16px;
  line-height: 30px;
}
.fs-c-checkout-couponCodeInput > *:not(:last-child) {
  font-size: 16px;
}
.fs-c-couponCodeInput__button {
  margin: 0 0 0 auto;
}
.fs-body-checkout .fs-c-cartTable__row:first-of-type {
  border-top: none;
  padding-top: 0;
}
.fs-c-checkout-delivery__method__title,.fs-c-checkout-delivery__method__message,.fs-c-checkout-communicationInfo__message {
  font-size: 16px;
  line-height: 30px;
}
#fs_button_changeDeliveryMethod .fs-c-button--standard {
  margin-top: 40px;
}
#fs-orderContents-container .fs-c-checkout-preview {
  margin-bottom: 0;
}
.fs-body-checkout .fs-c-returnedSpecialContract {
  margin-bottom: 100px;
}
.fs-body-checkout .fs-c-cartTable__product {
  padding-left: 0;
}
.fs-body-checkout .fs-c-orderTotalTable tr:first-of-type {
  border-top: none;
}
.fs-body-checkout .fs-c-orderTotalTable tr:last-of-type {
  border-bottom: none;
}
.fs-c-returnedSpecialContract__link a {
  color: #F4801C;
  font-size: 16px;
  line-height: 30px;
}
.fs-c-modal__close {
  color: #B7B7B7;
  position: absolute;
  right: 0;
  top: 0;
}
.fs-c-modal__close::before {
  font-size: 2rem;
}
.fs-c-modal__header .fs-c-modal__title {
  width: 100%;
}
.fs-c-inputTable--inModal {
  width: 100%;
}
.fs-c-checkout-deliveryMethod__body {
  font-size: 16px;
  line-height: 30px;
}
.fs-c-radio__radioLabelText {
  font-size: 16px;
  line-height: 1;
}
.fs-c-checkout-checkoutMethodList > li {
  margin-bottom: 40px;
}
.fs-body-checkout-success .fs-c-checkoutSuccess__title {
  background: unset;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 40px;
}
.fs-c-checkoutSuccess__message {
  font-size: 16px;
  line-height: 30px;
}
.fs-c-checkoutSuccess__message b {
  color: #F4903A;
  font-weight: normal;
}
.fs-c-noResultMessage__title {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.fs-c-registerSuccessMessage {
  font-size: 16px;
  line-height: 30px;
}
.fs-c-registerSuccessMessage p + p {
  margin-top: 40px;
}
.p-mypage__navs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-mypage__navs__link {
  width: calc((100% - 60px) / 3);
  margin-bottom: 60px;
  margin-right: 20px;
}
.p-mypage__navs__link:nth-of-type(3n){
  margin-right: 0;
}
.p-mypage__navs__link p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}
.p-mypage__title {
  font-size: 18px;
  padding: 23px 0 7px 25px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 60px;
  display: flex;
  background: unset;
}
.p-mypage__title .fs-clientInfo {
  font-size: 18px;
  margin-right: 5px;
}
.p-mypage__title::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #FDD3AF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
}
.p-mypage__logout {
  background: #B7B7B7;
  display: block;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 15px;
  border: 1px solid #B7B7B7;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.p-mypage__logout:hover {
  background: #868686;
  border: 1px solid #868686;
}
.fs-c-inputInformation__link {
  text-align: center;
}
.fs-c-inputInformation__link .fs-c-textLink {
  font-size: 18px;
  text-decoration: underline;
  line-height: 32px;
  display: block;
  margin-top: 15px;
}
.fs-c-changePasswordField ~ .fs-c-newUsers, .fs-c-forgotPasswordField ~ .fs-c-newUsers, .fs-c-fsLogin ~ .fs-c-newUsers {
  display: none;
}
.fs-c-productListItem__viewReview .fs-c-button--plain {
  width: 100%;
}
.fs-c-productMark__mark--32 span {
  color: #fff;
}
.fs-c-wishlistProduct__footer {
  display: none;
}
.fs-body-cart .fs-c-button--purchaseHere {
  width: 400px;
  display: block;
  margin: 40px auto 60px;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
}
.fs-body-cart .fs-c-button--purchaseHere:hover {
  background: #8E6A4A;
}
.fs-body-checkout .fs-c-checkout-buyerInfo__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fs-body-checkout .fs-c-checkout-destination__destination {
  align-items: center;
}
.fs-body-checkout .fs-c-button--standard {
  width: 250px;
  margin: 0;
}
.fs-body-checkout .fs-c-modal__inner .fs-c-button--standard {
  width: 400px;
  margin: 20px auto 0;
}
.fs-body-checkout .fs-c-checkout-destination__control #fs_button_changeShippingAddress .fs-c-button--change--small {
  width: 250px;
  margin: 0;
}
.fs-body-checkout .fs-c-checkout-destination__list,.fs-body-checkout .fs-c-checkout-customerInfo {
  padding-right: 40px;
  width: 65%;
}
.fs-body-checkout .fs-c-checkout-destination__control #fs_button_selectShippingAddress .fs-c-button--standard {
  width: 250px;
  margin: 20px auto 0;
}
.fs-c-modal--addressList .fs-c-button--standard {
  margin: 15px auto 15px;
}
.fs-c-modal--addressList .fs-c-checkout-addressee__data__name {
  font-size: 16px;
  line-height: 30px;
}
.fs-c-modal--addressList .fs-c-checkout-addressee__data__address {
  font-size: 16px;
  line-height: 30px;
  word-break: break-all;
  margin-bottom: 40px;
}
.fs-c-checkout-addressee__data__name__home {
  font-size: 15px;
}
.fs-c-modal--addressList .fs-c-checkout-addressee + .fs-c-checkout-addressee {
  margin-top: 60px;
}
.fs-c-checkout-paymentMethod__message {
  font-size: 15px;
  line-height: 1.6;
}
.fs-c-button--myPageTop.fs-c-button--plain {
  width: 400px;
  display: block;
  margin: 60px auto;
  background: #F4903A;
  border: none;
  padding: 20px;
  text-align: center;
}
.fs-c-button--myPageTop.fs-c-button--plain:hover {
  background: #8E6A4A;
}
.fs-c-button--myPageTop.fs-c-button--plain span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-c-button--viewReview.fs-c-button--plain {
  text-decoration: underline;
  color: #F4903A;
  margin-top: 10px;
  display: block;
}
.fs-c-button--viewReview.fs-c-button--plain span {
  color: #F4903A;
  font-size: 16px;
}
.fs-c-reviewStars::before {
  color: #F4903A;
}
.fs-body-reviews .fs-c-reviewStars::before {
  font-size: 15px;
  margin-left: 10px;
}
.fs-body-my-account-password .fs-c-inputTable {
  width: 100%;
}
.fs-body-my-account-password .fs-c-inputTable tr:not(:last-of-type) {
  display: flex;
}
.fs-body-my-account-password .fs-c-button--change {
  width: 400px;
  display: block;
  margin: 60px auto 0;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
}
.fs-body-my-account-password .fs-c-button--change:hover {
  background: #8E6A4A;
}
.fs-body-my-account-password .fs-c-button--change span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-my-account-settings-edit .fs-c-button--confirmChange {
  width: 400px;
  display: block;
  margin: 60px auto 0;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
}
.fs-body-my-account-settings-edit .fs-c-button--confirmChange:hover {
  background: #8E6A4A;
}
.fs-body-my-account-settings-edit .fs-c-button--confirmChange span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-my-account-settings-edit .fs-c-inputTable tr:not(:last-of-type) {
  display: flex;
}
.fs-body-my-account-settings .fs-c-button--change {
  width: 400px;
  display: block;
  margin: 60px auto 0;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
}
.fs-body-my-account-settings .fs-c-button--change span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-my-account-delete .fs-c-button--confirmLeave {
  width: 400px;
  display: block;
  margin: 60px auto 0;
  background: #B7B7B7;
  border: none;
  padding: 15px;
  text-align: center;
}
.fs-body-my-account-delete .fs-c-button--confirmLeave:hover {
  background: #868686;
}
.fs-body-my-account-delete .fs-c-button--confirmLeave span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-my-account-delete .fs-c-button--cancel {
  width: 400px;
  display: block;
  margin: 20px auto 0;
  background: #B7B7B7;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-my-account-delete .fs-c-button--cancel:hover {
  background: #868686;
}
.fs-body-my-account-delete .fs-c-button--cancel span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-my-account-delete .fs-c-button--standard::before {
  content: none;
}
.fs-body-my-account-delete .fs-c-inputTable tr {
  display: flex;
}
.fs-body-my-account-delete .fs-c-inputTable th {
  width: 200px;
}
.fs-body-login .fs-c-button--login {
  width: 400px;
  display: block;
  margin: 60px auto 0;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-login .fs-c-button--login span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-forgotPassword .fs-c-inputTable {
  width: 100%;
}
.fs-body-forgotPassword .fs-c-inputTable tr {
  display: flex;
}
.fs-body-forgotPassword .fs-c-orderedList {
  margin-left: 0;
}
.fs-body-forgotPassword .fs-c-button--send {
  width: 400px;
  display: block;
  margin: 60px auto 0;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-forgotPassword .fs-c-button--send span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-my-addressbook-new .fs-c-button--register {
  width: 400px;
  display: block;
  margin: 60px auto 0;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-my-addressbook-new .fs-c-button--register span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-my-addressbook-new .fs-c-button--cancel {
  width: 400px;
  display: block;
  margin: 20px auto 0;
  background: #B7B7B7;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-my-addressbook-new .fs-c-button--cancel span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-my-addressbook-new .fs-c-button--cancel::before {
  content: none;
}
.fs-body-my-addressbook-new .fs-c-button--myPageTop {
  margin: 20px auto 0;
}
.fs-body-my-addressbook-new .fs-c-button--cancel:hover {
  background: #868686;
}
.fs-body-my-addressbook-new .fs-c-button--register:hover {
  background: #8E6A4A;
}
.fs-body-my-addressbook-new .fs-c-inputTable {
  width: 100%;
}
.fs-body-my-addressbook-new .fs-c-inputTable tr {
  display: flex;
}
.fs-c-addressBookList__list {
  margin: 20px auto 0;
}
.fs-c-addressBookList__list td {
  font-size: 18px;
  line-height: 30px;
}
.fs-body-my-addressbook .fs-c-addressBookList__list {
  width: 100%;
}
.fs-body-my-addressbook .fs-c-addressBookList__list tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.fs-body-my-addressbook .fs-c-addressBookList__list tr td:nth-child(1) {
  width: 100%;
}
.fs-body-my-addressbook .fs-c-addressBookList__list tr td:nth-child(2) {
  width: 78%;
}
.fs-body-my-addressbook .fs-c-addressBookList__list tr td:nth-child(3) {
  width: 20%;
}
.fs-body-my-addressbook .fs-c-button--delete {
  width: 100%;
  display: block;
  margin: 10px auto 0;
  background: #B7B7B7;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-my-addressbook .fs-c-button--delete span,.fs-body-my-addressbook .fs-c-button--changeInfomation span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-my-addressbook .fs-c-button--delete::before {
  content: none;
}
.fs-body-my-addressbook .fs-c-button--changeInfomation {
  width: 100%;
  display: block;
  margin: 0 auto;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-my-addressbook .fs-c-button--addToAddressbook {
  text-decoration: underline;
  color: #F4903A;
  margin-bottom: 40px;
  display: block;
}
.fs-body-my-addressbook .fs-c-button--addToAddressbook span {
  color: #F4903A;
  font-size: 16px;
}
.fs-c-addressBookList__count {
  font-size: 16px;
}
.fs-c-button--cancel {
  width: 400px;
  display: block;
  margin: 20px auto 0;
  background: #B7B7B7;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-c-button--cancel span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-c-button--cancel::before {
  content: none;
}
.fs-body-my-addressbook-edit .fs-c-button--confirmChange {
  width: 400px;
  display: block;
  margin: 60px auto 0;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-my-addressbook-edit .fs-c-button--confirmChange span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-my-addressbook-edit .fs-c-button--myPageTop {
  margin: 20px auto 0;
}
.fs-body-my-addressbook-edit .fs-c-button--cancel:hover {
  background: #868686;
}
.fs-body-my-addressbook-edit .fs-c-button--register:hover {
  background: #8E6A4A;
}
.fs-body-my-addressbook-edit .fs-c-inputTable {
  width: 100%;
}
.fs-body-my-addressbook-edit .fs-c-inputTable tr {
  display: flex;
}
.fs-body-my-addressbook.is-modalOpen .fs-c-button--confirmDelete {
  width: 400px;
  display: block;
  margin: 60px auto 0;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-my-addressbook.is-modalOpen .fs-c-button--confirmDelete span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-c-modal__contents {
  padding: 0 30px 40px;
}
.fs-body-cart-login .fs-c-button--login,.fs-body-cart-login .p-register__link,.fs-body-wishlist-login .fs-c-button--login,.fs-body-wishlist-login .p-register__link {
  width: 400px;
  display: block;
  margin: 60px auto 0;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-cart-login .fs-c-button--login:hover,.fs-body-cart-login .p-register__link:hover,.fs-body-wishlist-login .fs-c-button--login:hover,.fs-body-wishlist-login .p-register__link:hover {
  background: #8E6A4A;
}
.fs-body-cart-login .fs-c-button--login span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-cart-login .p-register__link {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-wishlist-login .fs-c-button--login span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-wishlist-login .p-register__link {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-c-creditCardIcons {
  display: flex;
  margin-bottom: 20px;
}
.fs-c-checkout-paymentMethod__option__title,.fs-c-creditCard__number {
  font-size: 15px;
  line-height: 1.6;
}
.fs-c-checkout-paymentMethod__option__body--creditCard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto 20px;
}
#fs_button_changeCreditCard .fs-c-button--change--small {
  background: unset;
  margin: 0;
  text-align: center;
  padding: 0;
  border: none;
  font-size: 16px;
  text-decoration: underline;
  color: #F4903A;
  min-height: unset;
}
#fs_button_changeCreditCard .fs-c-button--change--small span {
  color: #F4903A;
}
.fs-c-checkout-paymentMethod__creditCardList {
  position: relative;
  display: inline-block;
  margin: 10px auto 20px;
}
.fs-c-checkout-paymentMethod__creditCardList .fs-c-dropdown__menu {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3cfc8;
  border-radius: 7px;
  text-align: center;
  color: #31302D;
  padding: 9px 30px 9px 15px;
  font-size: 16px;
}
.fs-c-checkout-paymentMethod__creditCardList:after {
  background: transparent;
  border-left: none;
}
.fs-c-checkAndNotice .fs-c-checkAndNotice__notice {
  margin-left: 0;
  font-size: 15px;
  margin-top: 10px;
}
.fs-c-creditCardListItem__status__label {
  font-size: 18px;
  line-height: 30px;
}
.fs-c-creditCardListItem__status__label::before {
  color: #F4903A;
}
.fs-c-creditCardListItem__cardInfo {
  font-size: 16px;
  margin-top: 20px;
}
.fs-body-my-cards .fs-c-creditCardListItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fs-body-my-cards .fs-c-creditCardListItem__status {
  width: 100%;
}
.fs-body-my-cards .fs-c-button--delete {
  width: 150px;
  display: block;
  margin: 20px auto 0;
  background: #B7B7B7;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-my-cards .fs-c-button--delete:hover {
  background: #868686;
}
.fs-body-my-cards .fs-c-button--delete span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-my-cards .fs-c-button--delete::before {
  content: none;
}
.fs-c-creditCardExpiration,.fs-c-creditCardNumber {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
.fs-body-my-cards.is-modalOpen .fs-c-button--confirmDelete {
  width: 400px;
  display: block;
  margin: 20px auto 0;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-my-cards.is-modalOpen .fs-c-button--confirmDelete span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-c-dropdown__menu[name="displayYear"] {
  background: #F7F0E7;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  line-height: 30px;
  border: none;
}
.fs-c-dropdown::after {
  background: transparent;
  border-left: none;
}
.fs-c-history__infoSummary {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 60px;
  margin-top: 40px;
}
.fs-c-history__term {
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.fs-c-listControl__status {
  text-align: right;
}
.fs-c-listControl__status span {
  font-size: 15px;
}
.fs-c-orderHistoryItem__orderInfo {
  margin: 0 auto 15px;
}
.fs-c-orderHistoryItem__orderInfo__info {
  display: flex;
  font-size: 16px;
  line-height: 30px;
}
.fs-c-orderHistoryItem__orderInfo__info .fs-c-string--label {
  margin-right: 15px;
}
.fs-c-orderHistory {
  background: #F7F0E7;
  padding: 60px 40px;
  margin: 20px auto;
}
.fs-c-button--viewOrderHistoryDetail,.fs-c-orderHistoryItem__button .fs-c-button--addReview--detail,.fs-body-my-orders-details .fs-c-button--addReview--detail {
  font-size: 16px;
  text-decoration: underline;
  color: #F4903A;
}
.fs-c-orderHistoryItem__button {
  width: 100%;
}
.fs-c-orderHistoryItem__button .fs-c-button--addReview--detail {
  text-align: right;
  display: block;
  margin-top: 15px;
}
.fs-c-button--viewOrderHistoryDetail span,.fs-c-orderHistoryItem__button .fs-c-button--addReview--detail span,.fs-body-my-orders-details .fs-c-button--addReview--detail span {
  font-size: 16px;
  color: #F4903A;
}
.fs-c-orderHistoryItem__product {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 130px 1fr;
}
.fs-c-orderHistoryItem__productImage,.fs-c-orderHistoryItem__productImage img {
  width: 100px;
  grid-row: 1 / 4;
}
.fs-c-orderHistoryItem__productName {
  grid-row: 1;
  grid-column: 2;
}
.fs-c-orderHistoryItem__unitPrice {
  width: 100%;
  grid-row: 2;
  grid-column: 2;
}
.fs-c-orderHistoryItem__unitPrice .fs-c-productPrice__main {
  font-size: 18px;
  line-height: 30px;
}
.fs-c-orderHistoryItem__productQuantity {
  width: 100%;
  grid-row: 3;
  grid-column: 2;
}
.fs-c-orderHistoryItem__productQuantity span {
  font-size: 16px;
}
.fs-c-orderHistoryItem:nth-of-type(n+2) {
  margin-top: 60px;
  border-top: 1px solid #B7B7B7;
  padding-top: 40px;
}
.fs-body-my-orders .fs-c-history {
  margin-bottom: 60px;
}
.fs-body-my-orders-details h2.fs-c-heading {
  text-align: center;
  line-height: 1.6em;
  background-image: none;
  background-size: unset;
  background-position: unset;
  background-repeat: unset;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 0;
}
.fs-body-my-orders-details h2.fs-c-heading::after {
  content: "";
  display: block;
  background-image: url(https://sowan614.itembox.design/item/new/h2_bottom.svg);
  width: 100%;
  height: 15px;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  margin-top: 15px;
}
.fs-body-my-orders-details h3.fs-c-heading {
  font-size: 18px;
  padding: 23px 0 7px 25px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 60px;
}
.fs-body-my-orders-details h3.fs-c-heading::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #FDD3AF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
}
.fs-c-orderDetailList {
  font-size: 16px;
  line-height: 1.6;
}
.fs-c-orderDetailList dt.fs-c-orderDetailList__code {
  margin-top: 10px;
}
.fs-c-orderPerAddressee__addressee dt {
  font-size: 18px;
  line-height: 30px;
}
.fs-c-orderPerAddressee__addressee dd {
  font-size: 16px;
  line-height: 30px;
}
.fs-c-orderPerAddressee__addressee .fs-c-addresseeList__address {
  margin-top: 20px;
}
.fs-c-orderPerAddressee__cartTable {
  margin-bottom: 0;
  margin-top: 40px;
}
.fs-body-my-orders-details .fs-c-cartTable__dataCell--quantity {
  justify-content: center;
}
#fs_MyOrderDetails .fs-c-deliveryInfoList {
  border: none;
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 80px;
}
#fs_MyOrderDetails .fs-c-deliveryInfoList__deliveryMethod {
  background: unset;
  border: none;
}
#fs_MyOrderDetails .fs-c-deliveryInfoList dd,#fs_MyOrderDetails .fs-c-orderDetail .fs-c-orderPaymentTable td {
  border: none;
  text-align: right;
}
#fs_MyOrderDetails .fs-c-orderDetail .fs-c-orderPaymentTable {
  width: 100%;
}
#fs_MyOrderDetails .fs-c-orderDetail .fs-c-orderPaymentTable th {
  border: none;
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 80px;
  text-align: left;
}
#fs_MyOrderDetails .fs-c-orderDetail .fs-c-orderPaymentTable td {
  padding: 0 0 80px;
  font-size: 20px;
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  font-size: 20px;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__cartTable.fs-c-cartTable {
  margin-bottom: 0;
}
.fs-body-my-orders-details .fs-c-button--back {
  width: 400px;
  display: block;
  margin: 20px auto 0;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-my-orders-details .fs-c-button--back span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-my-orders-details .fs-c-button--back::before {
  content: none;
}
#fs_CustomPage .c-pageTitle {
  display: none;
}
.guide-page section.c-paragraph:last-of-type {
  margin-bottom: 0;
}
.c-paragraph p {
  font-size: 16px;
  line-height: 30px;
}
.fs-c-productReviewed {
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
}
.fs-c-productReviewed__image {
  width: 200px;
  grid-row: 1 / 4;
}
.fs-c-productReviewed__name {
  font-size: 18px;
  border-bottom: 1px solid #F4903A;
  width: 100%;
  padding-bottom: 10px;
  grid-row: 1;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.fs-c-productReviewed__number {
  font-size: 16px;
  width: 100%;
}
.fs-c-productReviewed__prices {
  font-size: 16px;
  width: 100%;
}
.fs-c-productReviewed__prices .fs-c-productPrice {
  display: flex;
  font-size: 20px;
}
.fs-c-productReviewed__prices .fs-c-productPrice__main {
  display: flex;
}
.fs-c-productReviewed__prices .fs-c-productPrice__main__label,.fs-c-productReviewed__prices .fs-c-productPrice__main__price {
  margin-right: 10px;
}
.fs-c-productReviewed__prices .fs-c-productPrice__addon {
  font-size: 15px;
}
.fs-body-reviews-product .fs-c-aggregateRating {
  display: flex;
  align-items: center;
  margin: 20px 0 40px;
}
.fs-body-reviews-product .fs-c-aggregateRating .fs-c-aggregateRating__rating.fs-c-rating {
  margin-top: 0;
  margin-right: 10px;
  font-size: 18px;
}
.fs-c-reviewList__item__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
}
.fs-c-reviewInfo__reviewer {
  display: flex;
}
.fs-c-reviewInfo__reviewer .fs-c-reviewer__name,.fs-c-reviewInfo__reviewer .fs-c-reviewer__profile,.fs-c-reviewInfo__reviewer .fs-c-reviewer__status {
  margin-right: 1em;
  font-size: 16px;
  line-height: 2em;
}
.fs-c-reviewList__item .fs-c-reviewInfo__date {
  display: flex;
  font-size: 16px;
  line-height: 2em;
}
.fs-c-reviewInfo__reviewer .fs-c-reviewRating {
  width: 100%;
  margin-top: 15px;
}
.fs-c-reviewInfo__reviewer .fs-c-reviewRating::before {
  font-size: 16px;
}
.fs-c-reviewList__item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #B7B7B7;
}
.fs-body-reviews-product .fs-c-reviewList__item:first-of-type {
  margin-top: 40px;
}
.fs-c-reviewList__item__body {
  font-size: 16px;
  line-height: 2em;
}
.fs-c-listControl:nth-of-type(1) .fs-c-pagination {
  display: none;
}
.fs-body-reviews .fs-c-reviewList__item__product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.fs-body-reviews .fs-c-reviewProduct__image {
  width: 13%;
}
.fs-body-reviews .fs-c-reviewProduct__info {
  width: 85%;
  font-size: 18px;
  line-height: 32px;
}
.fs-body-reviews .fs-c-reviewRating {
  order: 5;
}
.fs-body-reviews .fs-c-reviewList {
  margin-top: 40px;
}
.fs-body-reviews .fs-c-pagination {
  display: flex;
  margin: 60px auto 0;
  position: relative;
  padding: 0 2em;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.fs-body-reviews .fs-c-pagination span,.fs-body-reviews .fs-c-pagination a {
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 18px;
  background: none;
  display: inline-block;
  width: 80px;
  flex: unset;
}
.fs-body-reviews .fs-c-pagination span:before,.fs-body-reviews .fs-c-pagination a:before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 72px 72px;
  background-position: center center;
  z-index: -1;
}
.fs-body-reviews .fs-c-pagination span.is-active:before {
  background-color: #FDD3AF;
}
.fs-body-reviews .fs-c-pagination .fs-c-pagination__item--next,.fs-body-reviews .fs-c-pagination .fs-c-pagination__item--prev {
  padding: 0;
}
.fs-body-reviews .fs-c-pagination .fs-c-pagination__item--next:before, .fs-body-reviews .fs-c-pagination .fs-c-pagination__item--prev:before {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(./new/n_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.fs-body-reviews .fs-c-pagination .fs-c-pagination__item--prev {
  left: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fs-body-reviews .fs-c-pagination .fs-c-pagination__item--next {
  right: 0;
}

.fs-body-reviews-product .fs-c-reviewRating {
  width: 100%;
  margin-top: 15px;
}
.fs-body-reviews-product .fs-c-pagination {
  display: flex;
  margin: 60px auto 0;
  position: relative;
  padding: 0 2em;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.fs-body-reviews-product .fs-c-pagination span,.fs-body-reviews-product .fs-c-pagination a {
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 18px;
  background: none;
  display: inline-block;
  width: 80px;
  flex: unset;
}
.fs-body-reviews-product .fs-c-pagination span:before,.fs-body-reviews-product .fs-c-pagination a:before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 72px 72px;
  background-position: center center;
  z-index: -1;
}
.fs-body-reviews-product .fs-c-pagination span.is-active:before {
  background-color: #FDD3AF;
}
.fs-body-reviews-product .fs-c-pagination .fs-c-pagination__item--next,.fs-body-reviews-product .fs-c-pagination .fs-c-pagination__item--prev {
  padding: 0;
}
.fs-body-reviews-product .fs-c-pagination .fs-c-pagination__item--next:before, .fs-body-reviews-product .fs-c-pagination .fs-c-pagination__item--prev:before {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(./new/n_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.fs-body-reviews-product .fs-c-pagination .fs-c-pagination__item--prev {
  left: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fs-body-reviews-product .fs-c-pagination .fs-c-pagination__item--next {
  right: 0;
}
.fs-body-review-write .fs-c-aggregateRating {
  display: flex;
  align-items: center;
  margin: 20px 0 40px;
}
.fs-body-review-write .fs-c-aggregateRating .fs-c-aggregateRating__rating.fs-c-rating {
  margin-top: 0;
  margin-right: 10px;
  font-size: 18px;
}
.fs-body-review-write .fs-c-reveiwNotes {
  margin: 40px 0;
}
.fs-body-review-write .fs-c-reveiwNotes h3 {
  font-size: 18px;
    padding: 23px 0 7px 25px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 60px;
}
.fs-body-review-write .fs-c-reveiwNotes h3::before {
  content: "";
  width: 50px;
    height: 50px;
  background-color: #FDD3AF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
}
.fs-c-reveiwNotes p {
  font-size: 16px;
  line-height: 30px;
}
.fs-body-review-write .fs-c-inputTable tr {
  display: flex;
}
.fs-body-review-write .fs-c-inputTable tr:nth-child(4){
  display: block;
}
.fs-body-review-write .fs-c-inputTable tr:nth-child(4) td {
  display: block;
}
.fs-body-review-write .fs-c-inputTable--child {
  margin-top: 20px;
}
.fs-body-review-write .fs-c-button--submitReview,.fs-body-review-success .fs-c-button--topPage {
  width: 400px;
  display: block;
  margin: 60px auto 0;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
}
.fs-body-review-write .fs-c-button--submitReview:hover,.fs-body-review-success .fs-c-button--topPage:hover {
  background: #8E6A4A;
}
.fs-body-review-success .fs-c-button--topPage {
  margin: 20px auto 0;
}
.fs-body-review-write .fs-c-button--submitReview span,.fs-body-review-success .fs-c-button--topPage span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-review-write .fs-c-button--back,.fs-body-review-success .fs-c-button--standard {
  width: 400px;
  display: block;
  margin: 20px auto 0;
  background: #B7B7B7;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-review-write .fs-c-button--back:hover,.fs-body-review-success .fs-c-button--standard:hover {
  background: #868686;
}
.fs-body-review-success .fs-c-button--standard {
  margin: 60px auto 0;
}
.fs-body-review-write .fs-c-button--back span,.fs-body-review-success .fs-c-button--standard span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.fs-body-review-write .fs-c-button--back::before,.fs-body-review-success .fs-c-button--standard::before {
  content: none;
}
.fs-body-review-success .fs-c-reviewSuccessComment {
  font-size: 16px;
  line-height: 30px;
}

.fs-body-reviews-reviewer .fs-c-reviewList__item__product {
  display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.fs-body-reviews-reviewer .fs-c-reviewProduct__image {
  width: 13%;
}
.fs-body-reviews-reviewer .fs-c-reviewProduct__info {
  width: 85%;
  font-size: 18px;
  line-height: 32px;
}
.fs-body-reviews-reviewer .fs-c-reviewRating {
  order: 5;
  width: 100%;
  margin-top: 15px;
}
.fs-body-reviews-reviewer .fs-c-reviewList {
  margin-top: 40px;
}
.fs-body-reviews-reviewer .fs-c-pagination {
  display: flex;
  margin: 60px auto 0;
  position: relative;
  padding: 0 2em;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.fs-body-reviews-reviewer .fs-c-pagination span,.fs-body-reviews-reviewer .fs-c-pagination a {
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 18px;
  background: none;
  display: inline-block;
  width: 80px;
  flex: unset;
}
.fs-body-reviews-reviewer .fs-c-pagination span:before,.fs-body-reviews-reviewer .fs-c-pagination a:before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 72px 72px;
  background-position: center center;
  z-index: -1;
}
.fs-body-reviews-reviewer .fs-c-pagination span.is-active:before {
  background-color: #FDD3AF;
}
.fs-body-reviews-reviewer .fs-c-pagination .fs-c-pagination__item--next,.fs-body-reviews-reviewer .fs-c-pagination .fs-c-pagination__item--prev {
  padding: 0;
}
.fs-body-reviews-reviewer .fs-c-pagination .fs-c-pagination__item--next:before, .fs-body-reviews-reviewer .fs-c-pagination .fs-c-pagination__item--prev:before {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(./new/n_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.fs-body-reviews-reviewer .fs-c-pagination .fs-c-pagination__item--prev {
  left: 0;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fs-body-reviews-reviewer .fs-c-pagination .fs-c-pagination__item--next {
  right: 0;
}

.fs-body-review-login h2 {
  text-align: center;
  line-height: 1.6em;
  background-image: none;
  background-size: unset;
  background-position: unset;
  background-repeat: unset;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 0;
}
.fs-body-review-login h2::after {
  content: "";
  display: block;
  background-image: url(https://sowan614.itembox.design/item/new/h2_bottom.svg);
  width: 100%;
  height: 15px;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  margin-top: 15px;
}
.fs-c-guestReview__message h3 {
  font-size: 18px;
  padding: 23px 0 7px 25px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 60px;
}
.fs-c-guestReview__message h3::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #FDD3AF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
}
.fs-c-guestReview__message p {
  margin-top: 0;
  font-size: 16px;
  line-height: 30px;
}
.fs-body-review-login .fs-c-guestReview {
  margin-bottom: 100px;
}
.fs-body-review-login .fs-c-otherServiceLogin {
  margin-bottom: 100px;
}
.fs-body-review-login .fs-c-inputInformation {
  background: rgba(244,144,58,0.1);
  padding: 40px 40px;
}
.fs-body-review-login .fs-c-button--addReview--guest,.fs-body-review-login .fs-c-button--login,.p-register__link {
  width: 400px;
  display: block;
  margin: 40px auto 0;
  background: #F4903A;
  border: none;
  padding: 15px;
  text-align: center;
  min-height: unset;
}
.fs-body-review-login .fs-c-button--addReview--guest:hover,.fs-body-review-login .fs-c-button--login:hover,.fs-body-review-login .p-register__link:hover {
  background: #8E6A4A;
}
.fs-body-review-login .fs-c-button--addReview--guest span,.fs-body-review-login .fs-c-button--login span,.p-register__link {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}

.gift_imgs {
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
.gift_imgs img {
  width: 32.5%;
}
.guid_child_sec .guide_sec {
  margin-top: 120px;
  background-color: rgba(244,144,58,0.1);
  border-radius: 7px;
  padding: 10px 15px 15px;
}
.guid_child_sec .guide_sec .c-paragraph {
  margin-bottom: 30px;
}
.guid_child_sec .guide_sec h2.c-paragraph__mainTitle {
  margin-top: 30px;
  padding-bottom: 0;
}
.guid_child_sec .guide_sec ul {
  padding: 0 30px;
}
.guide_sec .c-paragraph__sublists li a {
  position: relative;
  padding-right: 30px;
  display: block;
}
.guide_sec .c-paragraph__sublists li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background-image: url(./new/n_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
}
.guid_child_sec .c-paragraph {
  border-top: 1px solid #B7B7B7;
  margin-top: 60px;
  margin-bottom: 60px;
}
.guid_child_sec:first-of-type .c-paragraph,.guid_child_sec:last-of-type .c-paragraph {
  border-top: none;
  margin-top: 0;
}
.guid_child_sec .c-paragraph__title + img {
  margin: 40px 0;
}
.c-paragraph__table + .c-paragraph__passage {
  margin-top: 40px;
}
.c-paragraph__sublists + p {
  margin-top: 40px;
}

.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
.fs-c-payWithAmazon__button {
  min-height: 80px !important;
  width: 400px !important;
  margin: 0 auto;
}
.fs-c-breadcrumb + .two_column_inner {
  margin-top: 60px;
}
.fs-c-productListCarousel {
  position: relative;
}
.fs-body-cart .fs-c-featuredProduct .fs-c-productListCarousel__ctrl--prev {
  left: -20px;
}
.fs-body-cart .fs-c-featuredProduct .fs-c-productListCarousel__ctrl--next {
  right: -20px;
}
.fs-body-cart .fs-c-featuredProduct__header {
  display: none;
}
.fs-body-cart .related_text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
.fs-body-cart .two_column_right h2.related_title {
  margin-top: 120px;
}
.fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,.fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td {
  width: 100%;
}
.fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr {
  display: block;
}
.fs-c-fsLogin td.fs-c-inputTable__dataCell .fs-c-inputField {
  width: 80%;
  margin: 20px auto;
}

.fs-c-wishlistProduct__list .fs-c-productPrice::before {
  content: "¥";
  color: #808080;
}
.p-mypage__navs__link .p-mypage__navs_img {
  position: relative;
}
.p-mypage__navs__link .p-mypage__navs_img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition: .3s;
  top: 0;
  left: 0;
}
.p-mypage__navs__link:hover .p-mypage__navs_img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(244,128,28,0.13);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-mypage__navs__link:hover img {
  opacity: 1;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__header {
  display: none;
}
.fs-body-my-top .two_column_right h2.related_title {
  margin-top: 100px;
}
.fs-body-my-top .related_text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
.fs-c-wishlistProduct__list .fs-c-button--carousel--prev,.fs-c-wishlistProduct__list .fs-c-button--carousel--next {
  display: none;
}
.fs-body-my-wishlist .fs-c-aggregateRating__rating {
  font-size: 15px;
  align-items: center;
}
.fs-body-my-wishlist .fs-c-reviewStars::before {
  font-size: 15px;
}
.fs-body-checkout .fs-c-checkout-preview {
  margin-bottom: 100px;
}
.fs-c-inputTable--inModal > tbody > tr {
  flex-direction: unset;
}

.fs-body-my-account-password .fs-c-button--myPageTop.fs-c-button--plain {
  margin: 20px auto;
}
.fs-body-my-account-settings-edit .fs-c-button--myPageTop.fs-c-button--plain {
  margin: 20px auto;
}
.fs-body-my-account-delete .fs-c-button--myPageTop.fs-c-button--plain {
  margin: 20px auto;
}
.two_column_right h1.page_title {
  word-break: keep-all;
}
.fs-body-checkout-amazon .two_column_right h2,.fs-body-checkout-amazon h2.fs-c-modal__title {
  text-align: center;
  line-height: 1.6em;
  background-image: none;
  background-size: unset;
  background-position: unset;
  background-repeat: unset;
  font-size: 20px;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-bottom: 0;
}
.fs-body-checkout-amazon h2.fs-c-modal__title {
  margin-top: 40px;
}
.fs-body-checkout-amazon h2::after {
  content: "";
  display: block;
  background-image: url(https://sowan614.itembox.design/item/new/h2_bottom.svg);
  width: 100%;
  height: 15px;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  margin-top: 15px;
}
.fs-body-checkout-amazon .fs-c-checkout-destination__message--amazon {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}
.fs-body-checkout-amazon .fs-c-button--standard {
  background: #F4903A;
  display: block;
  width: 250px;
  margin: 0;
  text-align: center;
  padding: 15px;
  border: 1px solid #F4903A;
  font-size: 16px;
}
.fs-body-checkout-amazon .fs-c-button--standard:hover {
  background: #8E6A4A;
  border: 1px solid #8E6A4A;
}
.fs-body-checkout-amazon .fs-c-button--standard span {
  color: #FFFFFF;
}
.fs-body-checkout-amazon #fs_changeAmazonPayment,.fs-body-checkout-amazon #fs_button_changeBuyer {
  margin-top: 40px;
}
#fs-amazonPaymentInfo-container {
  margin-top: 40px;
}
.fs-body-checkout-amazon .fs-c-button--confirmOrder {
  max-width: 250px;
}
.fs-body-checkout-amazon .fs-c-modal__inner .fs-c-button--standard {
  width: 400px;
  margin: 20px auto 0;
}
