@charset "UTF-8";
.fs-l-pageMain {
  padding-bottom: 180px; }

.fs-p-announcement__title {
  color: #111111;
  font-size: 14px;
  font-size: 1.4rem;
   }
   
   
 #fs_ShoppingCart .fs-p-announcement__title {
	 font-weight: bold;
	 margin-bottom: 10px;
 }

.fs-c-agreementConfirmationArea__message,
.fs-c-agreementConfirmation,
.fs-c-agreementConfirmation__message {
  margin-bottom: 1em; }

.fs-c-cartTableContainer {
  border: none;
  padding: 0; }

.fs-c-cartTable__dataCell {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #BBBBBB; }

.fs-c-cartTable__headerCell {
  background-color: #EEEEEE;
  border: 1px solid #BBBBBB; }

.fs-c-agreementConfirmation__addon__message {
  padding-bottom: 0.8em;
  padding-top: 0.8em; }

.fs-c-agreementConfirmation__checkbox {
  line-height: 1.6; }

.fs-c-cartTable__unitPrice {
  padding-top: 5px; }

.fs-c-productPrice__main__price fs-c-price {
  color: #111; }

.fs-c-quantity__select {
  background-color: #F2F2F2;
  border: 1px solid #BBBBBB;
  border-radius: 15px;
  padding: 10px;
  text-align: center; }

.fs-c-cartDiscountInfo__info {
  margin: 0;
  padding: 25px 0; }

.fs-c-cartDiscountInfo__note {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem; }

.fs-p-announcement:nth-of-type(2) {
  display: none; }

.fs-p-announcement:nth-of-type(3) {
  margin: 60px 0; }
  .fs-p-announcement:nth-of-type(3) .fs-p-announcement__body {
    line-height: 1.4; }

.fs-c-continueShopping {
  text-align: center; }

.fs-c-featuredProduct {
  display: none; }

.fs-body-cart .fs-l-cart__sideColumn {
  border: 2px solid #EEEEEE;
  border-radius: 23px; }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-purchaseHere__message {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem; }

.fs-c-orderTotalTable tr:first-of-type th, .fs-c-orderTotalTable tr:first-of-type td {
  border-top: none; }
.fs-c-orderTotalTable th.td {
  border-top: 1px solid #BBBBBB;
  padding-top: 12px;
  padding-bottom: 12px; }
.fs-c-orderTotalTable .fs-c-price {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal; }

.fs-c-button--loginAndPurchase {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  border: 1px solid #BAAB81;
  color: #111;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 15px 0; }
  .fs-c-button--loginAndPurchase:visited {
    color: #111; }

.fs-c-button--unregisteredUserPurchase,
.fs-c-button--purchaseHere {
  background-color: #BAAB81;
  border-radius: 6px;
  width: 100%;
  border: 1px solid #BAAB81;
  color: #111;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 15px 0; }
  .fs-c-button--unregisteredUserPurchase:visited,
  .fs-c-button--purchaseHere:visited {
    color: #111; }

#fs-checkout-amazon-container .fs-c-payWithAmazon__message {
  padding-bottom: 15px; }
  #fs-checkout-amazon-container .fs-c-payWithAmazon__message p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }

.fs-c-price__currencyMark {
  display: none; }

.fs-c-price__value:after {
  content: "円"; }

@media screen and (max-width: 750px) {
  .fs-l-pageMain {
    padding-bottom: calc(100 / 750 * 100vw);
    width: 95vw;
    margin: 0 auto; }

  .fs-c-cartTable .fs-c-cartTable__row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: inherit;
    align-items: inherit; }
  .fs-c-cartTable .fs-c-cartTable__dataCell--product {
    padding: 0;
    width: 100%;
    order: 1; }
    .fs-c-cartTable .fs-c-cartTable__dataCell--product:before {
      content: "商品名";
      width: 100%;
      background-color: #EEEEEE;
      text-align: center;
      font-size: calc(24 / 750 * 100vw);
      height: calc(48 / 750 * 100vw);
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
    .fs-c-cartTable .fs-c-cartTable__dataCell--product .fs-c-cartTable__product {
      padding: calc(20 / 750 * 100vw) calc(40 / 750 * 100vw); }
  .fs-c-cartTable .fs-c-cartTable__dataCell--quantity {
    width: 25%;
    order: 2;
    padding: 0;
    display: block;
    border: none;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB; }
    .fs-c-cartTable .fs-c-cartTable__dataCell--quantity:before {
      content: "数量";
      display: block;
      width: 100%;
      background-color: #EEEEEE;
      text-align: center;
      margin: 0;
      min-width: auto;
      font-size: calc(24 / 750 * 100vw);
      font-weight: normal;
      height: calc(48 / 750 * 100vw);
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
    .fs-c-cartTable .fs-c-cartTable__dataCell--quantity .fs-c-cartTable__quantity {
      padding: calc(24 / 750 * 100vw) calc(20 / 750 * 100vw);
      max-width: inherit; }
  .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
    width: 25%;
    order: 3;
    padding: 0;
    display: block;
    border: none;
    border-right: 1px solid #BBBBBB; }
    .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal:before {
      content: "小計";
      display: block;
      width: 100%;
      background-color: #EEEEEE;
      text-align: center;
      margin: 0;
      min-width: auto;
      font-size: calc(24 / 750 * 100vw);
      font-weight: normal;
      height: calc(48 / 750 * 100vw);
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
    .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal .fs-c-cartTable__price {
      font-size: calc(24 / 750 * 100vw);
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      width: 100%;
      height: calc(100% - 6.4vw); }
  .fs-c-cartTable .fs-c-cartTable__dataCell--point {
    width: 25%;
    order: 4;
    padding: 0;
    display: block;
    border: none;
    border-right: 1px solid #BBBBBB;
    position: relative;
    padding-top: calc(48 / 750 * 100vw);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    .fs-c-cartTable .fs-c-cartTable__dataCell--point:before {
      content: "ポイント";
      display: block;
      width: 100%;
      background-color: #EEEEEE;
      text-align: center;
      font-size: calc(24 / 750 * 100vw);
      font-weight: normal;
      height: calc(48 / 750 * 100vw);
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0; }
  .fs-c-cartTable .fs-c-cartTable__dataCell--action {
    width: 25%;
    order: 5;
    padding: 0;
    display: block;
    border: none;
    border-right: 1px solid #BBBBBB; }
    .fs-c-cartTable .fs-c-cartTable__dataCell--action:before {
      content: "";
      display: block;
      width: 100%;
      background-color: #EEEEEE;
      text-align: center;
      height: calc(48 / 750 * 100vw);
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
    .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton {
      flex-direction: column;
      justify-content: center;
      height: calc(100% - 6.4vw); }
    .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
      border: none; }
    .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container {
      padding-bottom: 0.5em; }

  .fs-body-cart .fs-l-cart__sideColumn {
    padding: calc(50 / 750 * 100vw) calc(50 / 750 * 100vw) calc(80 / 750 * 100vw); }
    .fs-body-cart .fs-l-cart__sideColumn .fs-c-purchaseHere__message {
      font-size: calc(28 / 750 * 100vw); }
    .fs-body-cart .fs-l-cart__sideColumn .fs-c-purchaseHere.fs-c-cartPayment {
      padding-left: calc(10 / 750 * 100vw);
      padding-right: calc(10 / 750 * 100vw); } }
/* ご注文手続き */
.fs-l-checkout__mainColumn {
  max-width: inherit;
  padding-right: 0;
  width: 68%; }

.fs-c-checkout-preview {
  border: 2px solid #EEEEEE;
  border-radius: 0;
  padding: 25px 20px 25px; }

.fs-c-checkout-preview__title {
  border-bottom: 1px solid #757575;
  padding-bottom: 10px;
  margin-bottom: 15px; }

.fs-c-button--standard {
  background: #111;
  border: 1px solid #111;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 15px 25px;
  box-shadow: none;
  min-width: 100px;
  border-radius: 6px; }

.fs-c-button--cancel {
  background: #fff;
  border: 1px solid #BAAB81;
  border-radius: 0px;
  color: #111;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 15px 25px;
  box-shadow: none;
  width: 290px;
  border-radius: 6px; }

.fs-c-button--addAddressee,
.fs-c-button--settings {
  background: #BAAB81;
  border: 1px solid #BAAB81;
  border-radius: 0px;
  color: #111;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 15px 25px;
  box-shadow: none;
  width: 290px;
  border-radius: 6px; }

.fs-c-checkout-customerInfo > li {
  padding-bottom: 0.6em; }
.fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name {
  font-size: 16px;
  font-size: 1.6rem; }

.fs-c-checkout-destination__body {
  align-items: flex-start; }
  .fs-c-checkout-destination__body .fs-c-checkout-destination__list > li {
    padding-bottom: 0.6em; }
  .fs-c-checkout-destination__body .fs-c-checkout-destination__list .fs-c-checkout-destination__name {
    font-size: 16px;
    font-size: 1.6rem; }

.fs-c-checkout-paymentMethod {
  border: none; }

.fs-c-checkout-paymentMethod__title {
  background-color: #fff;
  color: #111; }

.fs-c-checkout-delivery__method {
  background-color: #fff; }

#fs_orderTotalContainer {
  margin-left: auto;
  width: 29%;
  flex-basis: inherit;
  min-width: inherit; }
  #fs_orderTotalContainer .fs-c-checkout-preview__title {
    padding-bottom: 18px;
    padding-top: 12px; }

.fs-c-orderTotalTable {
  margin-bottom: 30px; }

.fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr > th, .fs-c-orderTotalTable > tbody > tr td {
  padding-top: 12px;
  padding-bottom: 12px; }

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  border-top-width: 2px;
  border-top-style: solid; }

.fs-c-button--confirmOrder {
  background-color: #BAAB81;
  border-radius: 6px;
  width: 100%;
  color: #111;
  border: 1px solid #BAAB81;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 20px 0; }

.fs-c-modal--medium .fs-c-modal__inner {
  width: 930px; }

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #111; }

@media screen and (max-width: 750px) {
  .fs-l-checkout__mainColumn {
    width: 100%; }

  .fs-c-checkout-preview {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw); }

  .fs-c-checkout-preview__title {
    padding-bottom: calc(20 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw); }

  .fs-c-button--standard {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(50 / 750 * 100vw); }

  .fs-c-button--cancel {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(50 / 750 * 100vw);
    width: calc(580 / 750 * 100vw); }

  .fs-c-button--addAddressee,
  .fs-c-button--settings {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(50 / 750 * 100vw);
    width: calc(580 / 750 * 100vw); }

  .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name {
    font-size: calc(32 / 750 * 100vw); }

  .fs-c-checkout-destination__body .fs-c-checkout-destination__list .fs-c-checkout-destination__name {
    font-size: calc(32 / 750 * 100vw); }

  #fs_orderTotalContainer {
    width: 100%; }
    #fs_orderTotalContainer .fs-c-checkout-preview__title {
      padding-bottom: calc(36 / 750 * 100vw);
      padding-top: calc(24 / 750 * 100vw); }

  .fs-c-orderTotalTable {
    margin-bottom: calc(60 / 750 * 100vw); }

  .fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr > th, .fs-c-orderTotalTable > tbody > tr td {
    padding-top: calc(24 / 750 * 100vw);
    padding-bottom: calc(24 / 750 * 100vw); }

  .fs-c-button--confirmOrder {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0; }

  .fs-c-modal--medium .fs-c-modal__inner {
    width: 95vw; }

  .fs-c-totalAndActions button:not(.fs-c-button--image) {
    font-size: calc(28 / 750 * 100vw); }

  #fs-orderContents-container .fs-c-cartTable .fs-c-cartTable__dataCell--quantity,
  #fs-orderContents-container .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal,
  #fs-orderContents-container .fs-c-cartTable .fs-c-cartTable__dataCell--point {
    width: 33.333%;
    height: calc(160 / 750 * 100vw); }
  #fs-orderContents-container .fs-c-cartTable .fs-c-cartTable__dataCell--quantity .fs-c-cartTable__quantity {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 6.4vw); } }
/* 注文完了 */
.fs-c-checkoutSuccess {
  text-align: center; }
  .fs-c-checkoutSuccess .fs-c-checkoutSuccess__title {
    text-align: center;
    border: none;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #111;
    padding-bottom: 70px; }

.fs-c-checkoutSuccess__message {
  display: none; }

.checkoutSuccess_block {
  text-align: center;
  padding-bottom: 50px; }
  .checkoutSuccess_block p {
    padding-bottom: 30px; }

.topbtn {
  width: 500px;
  margin: 0 auto; }
  .topbtn a {
    display: block;
    border: 1px solid #111;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 0;
    line-height: 1;
    text-align: center; }
    .topbtn a:hover {
      text-decoration: none; }

@media screen and (max-width: 750px) {
  .fs-c-checkoutSuccess .fs-c-checkoutSuccess__title {
    font-size: calc(36 / 750 * 100vw);
    padding-bottom: calc(100 / 750 * 100vw); }

  .checkoutSuccess_block {
    padding-bottom: calc(100 / 750 * 100vw); }
    .checkoutSuccess_block p {
      padding-bottom: calc(50 / 750 * 100vw);
      font-size: calc(24 / 750 * 100vw);
      line-height: 1.7; }

  .topbtn {
    width: calc(560 / 750 * 100vw); }
    .topbtn a {
      font-size: calc(24 / 750 * 100vw);
      padding: calc(30 / 750 * 100vw) 0; } }

.fs-c-wishlistProduct,
.fs-c-featuredProduct {
	display: none;
}