@charset "UTF-8";
.fs-c-checkout-deliveryCyclePreview__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 8px 0;
}

.fs-c-checkout-deliveryCyclePreview__list > li {
  box-sizing: border-box;
}

.fs-c-checkout-deliveryCyclePreview__list__item {
  border: 1px solid #e5e5e5;
}

.fs-c-checkout-deliveryCyclePreview__list__item > * {
  padding: 15px;
}

.fs-c-checkout-deliveryCyclePreview__list__item + .fs-c-checkout-deliveryCyclePreview__list__item {
  border-top: none;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-deliveryCyclePreview__list__item {
    display: grid;
    grid-template-columns: 10em auto;
    align-items: stretch;
  }
}

.fs-c-checkout-deliveryCyclePreview__list__label {
  background: rgba(126, 126, 126, 0.08);
  display: flex;
  align-items: center;
}

.fs-c-checkout-deliveryCyclePreview__list__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.fs-c-checkout-deliveryCyclePreview__list__date__date {
  margin-right: 8px;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
}

.fs-c-checkout-deliveryCyclePreview__button {
  justify-content: flex-end;
}

.fs-c-creditCardIcons {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
}

.fs-c-creditCardIcons > li {
  box-sizing: border-box;
}

.fs-c-creditCardIcons > * + * {
  margin-left: 8px;
}

.fs-c-creditCardIcons__image {
  display: block;
  width: auto;
}

.fs-c-button--viewSubscriptionDetail {
  background-color: #e5e5e5;
  color: #383838;
  border-radius: 4px;
  letter-spacing: 0.6px;
  font-weight: 600;
  text-decoration: none;
  padding: 7.5px 10px;
  font-size: 1.3rem;
}

.fs-c-button--viewSubscriptionDetail:link, .fs-c-button--viewSubscriptionDetail:visited, .fs-c-button--viewSubscriptionDetail:hover, .fs-c-button--viewSubscriptionDetail:active {
  color: #383838;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .fs-c-orderHistoryItem__orderInfo {
    flex-wrap: wrap;
  }
}

.fs-body-my-orders-details .fs-c-orderDetailInfo {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: 1fr 352px;
  -ms-grid-rows: auto auto auto;
  grid-template: auto auto auto/1fr 352px;
  align-items: start;
}

.fs-body-my-orders-details .fs-c-orderDetailInfo__heading {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  margin-bottom: 16px;
}

.fs-body-my-orders-details .fs-c-orderDetailInfo__cartTable {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}

.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
  margin-left: 16px;
}

@supports (grid-gap: 16px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
    margin-bottom: 0;
  }
}

@supports (grid-gap: 16px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__deliveryInfoList {
    margin: 0;
  }
}

@supports (grid-gap: 16px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
    margin-left: 0;
  }
}

@supports (grid-gap: 16px) {
  .fs-body-my-orders-details .fs-c-orderDetailInfo__heading {
    margin-bottom: 0;
  }
}

@supports (grid-gap: 16px) {
  .fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal {
    margin-left: 0;
  }
}

.fs-body-my-subscription-details .fs-c-heading--section {
  font-size: 120%;
  font-weight: bold;
}

.fs-body-my-subscription-details .fs-c-orderDetail__data, .fs-body-my-subscription-details .fs-c-orderDetail__subscriptionNextDelivery, .fs-body-my-subscription-details .fs-c-orderDetail__subscriptionDeliveryInfo, .fs-body-my-subscription-details .fs-c-orderDetail__orderInfo {
  margin-bottom: 24px;
}

@media screen and (max-width: 600px) {
  .fs-body-my-subscription-details .fs-c-cartTable__row {
    border: 1px solid #b2b2b2;
  }
  .fs-body-my-subscription-details .fs-c-cartTable__dataCell {
    padding: 8px;
  }
}

@media screen and (min-width: 960px) {
  .fs-body-my-subscription-details .fs-c-orderDetailInfo {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: 1fr 352px;
    -ms-grid-rows: auto auto auto;
    grid-template: auto auto auto/1fr 352px;
    align-items: start;
  }
  .fs-body-my-subscription-details .fs-c-orderDetailInfo__heading {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    margin-bottom: 16px;
  }
  .fs-body-my-subscription-details .fs-c-orderDetailInfo__cartTable {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .fs-body-my-subscription-details .fs-c-orderDetailInfo__orderTotal {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-left: 16px;
  }
  @supports (grid-gap: 16px) {
    .fs-body-my-subscription-details .fs-c-orderDetailInfo__heading {
      margin-bottom: 0;
    }
  }
  @supports (grid-gap: 16px) {
    .fs-body-my-subscription-details .fs-c-orderDetailInfo__orderTotal {
      margin-left: 0;
    }
  }
}

.fs-c-orderDetailList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  grid-gap: 0;
  border: 1px solid #261f18;
}

.fs-c-orderDetailList > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-orderDetailList > *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-orderDetailList > *:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderDetailList > *:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderDetailList dt,
.fs-c-orderDetailList dd {
  margin: 0;
  padding: 8px;
  line-height: 1;
}

.fs-c-orderDetailList__date, .fs-c-orderDetailList__date + dd {
  background: #261f18;
  color: #ffffff;
}

.fs-c-orderedList {
  margin: 0;
  list-style: none;
  counter-reset: number;
}

.fs-c-orderedList > li {
  padding: 0 8px 0 2em;
  text-indent: -2em;
}

@media screen and (min-width: 600px) {
  .fs-c-orderedList > li {
    padding-right: 0;
  }
}

.fs-c-orderedList > li::before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  color: #4b3c30;
  text-align: right;
  width: 1em;
  padding-right: 1em;
  box-sizing: content-box;
}

.fs-c-orderedList > li .fs-c-orderedList {
  margin: 16px 0 16px 2px;
  padding-left: 8px;
  border-left: 2px solid #4b3c30;
}

.fs-c-orderedList > li p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.fs-c-orderHistory {
  margin-top: 8px;
}

.fs-c-orderHistoryItem__header__button {
  padding: 0 8px;
}

.fs-c-orderHistoryItem__orderInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}

.fs-c-orderHistoryItem__orderInfo__info {
  margin: 0 16px 8px;
}

.fs-c-orderHistoryItem__orderInfo__info dd {
  font-weight: 700;
  margin: 0;
}

.fs-c-orderHistoryItem__body {
  padding: 0 8px;
}

.fs-c-orderHistoryItem__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  grid-gap: 8px;
  align-items: start;
  padding: 16px 8px;
}

.fs-c-orderHistoryItem__product + .fs-c-orderHistoryItem__product {
  border-top: 1px solid #b2b2b2;
}

.fs-c-orderHistoryItem__product > * + * {
  margin-top: 8px;
}

@supports (grid-gap: 8px) {
  .fs-c-orderHistoryItem__product > * + * {
    margin-top: auto;
  }
}

.fs-c-orderHistoryItem__product > * {
  -ms-grid-row-align: start;
}

.fs-c-orderHistoryItem__productImage {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 5;
  margin-right: 8px;
}

@supports (grid-gap: 8px) {
  .fs-c-orderHistoryItem__productImage {
    margin: 0;
  }
}

.fs-c-orderHistoryItem__productImage__image {
  padding-right: 8px;
}

.fs-c-orderHistoryItem__productName {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: auto;
}

.fs-c-orderHistoryItem__unitPrice {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderHistoryItem__productQuantity {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  text-align: right;
}

.fs-c-orderHistoryItem__productQuantity__label {
  font-size: 1.2rem;
}

.fs-c-orderHistoryItem__deliveryInfo {
  font-size: 1.2rem;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  margin: 0;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(5) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(6) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-orderHistoryItem__deliveryInfo dt {
  text-align: right;
  padding-right: 8px;
}

.fs-c-orderHistoryItem__deliveryInfo dd {
  margin: 0;
  padding-left: 8px;
  border-left: 1px solid #261f18;
  font-weight: 700;
}

.fs-c-orderHistoryItem__button {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-orderHistoryItem__footer {
  border-top: 1px solid #b2b2b2;
  padding-top: 16px;
  margin: 8px;
  text-align: right;
}

@media screen and (min-width: 600px) {
  .fs-c-orderHistoryItem__orderInfo {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .fs-c-orderHistoryItem__header {
    flex-direction: row;
    align-items: center;
  }
  .fs-c-orderHistoryItem__product {
    -ms-grid-columns: 112px 1fr auto auto;
    grid-template-columns: 112px 1fr auto auto;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .fs-c-orderHistoryItem__product > * + * {
    margin-top: auto;
    margin-left: 8px;
  }
  @supports (grid-gap: 8px) {
    .fs-c-orderHistoryItem__product > * + * {
      margin: 0;
    }
  }
  .fs-c-orderHistoryItem__productImage {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    margin-right: 0;
  }
  .fs-c-orderHistoryItem__productName {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-orderHistoryItem__unitPrice {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-orderHistoryItem__productQuantity {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    text-align: left;
  }
  .fs-c-orderHistoryItem__deliveryInfo {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .fs-c-orderHistoryItem__button {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.fs-c-orderPaymentTable {
  border-collapse: collapse;
  width: 100%;
}

.fs-c-orderPaymentTable > thead > tr > th,
.fs-c-orderPaymentTable > tfoot > tr > th,
.fs-c-orderPaymentTable > tbody > tr > th {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-orderPaymentTable > thead > tr th, .fs-c-orderPaymentTable > thead > tr td,
.fs-c-orderPaymentTable > tfoot > tr th,
.fs-c-orderPaymentTable > tfoot > tr td,
.fs-c-orderPaymentTable > tbody > tr th,
.fs-c-orderPaymentTable > tbody > tr td {
  border: 1px solid #b2b2b2;
  padding: 4px;
}

.fs-c-orderPaymentTable > tbody > tr > th {
  text-align: left;
}

.fs-c-orderPerAddressee__heading {
  background: #4b3c30;
  color: #ffffff;
  margin: 8px 0;
  padding: 4px;
}

.fs-c-orderPerAddressee__headingNumber::before {
  content: "【";
}

.fs-c-orderPerAddressee__headingNumber::after {
  content: "】";
}

.fs-c-otherServiceLoginCompleted {
  background: #f7f7f7;
  color: #333333;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 auto;
  padding: 8px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fs-c-orderTotalTable {
  width: 100%;
}

.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 {
  border: none;
  border-top: 1px solid #b2b2b2;
  padding: 4px;
}

.fs-c-orderTotalTable > thead > tr:last-of-type,
.fs-c-orderTotalTable > tfoot > tr:last-of-type,
.fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-bottom: 1px solid #b2b2b2;
  padding: 4px;
}

.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: 8px;
}

.fs-c-orderTotalTable > thead > tr > th,
.fs-c-orderTotalTable > tfoot > tr > th,
.fs-c-orderTotalTable > tbody > tr > th {
  font-weight: normal;
  text-align: left;
}

.fs-c-orderTotalTable__mainRow > td {
  font-size: 1.8rem;
  font-weight: bold;
}

.fs-c-subscriptionDeliveryInfo__cycle {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.fs-c-subscriptionDeliveryInfo__message {
  background: rgba(126, 126, 126, 0.08);
  font-size: 1.2rem;
  margin: 4px 0;
  padding: 8px;
}

.fs-c-subscriptionDeliveryInfo__specifiedDeliveryTime {
  margin: 8px 0;
  display: flex;
  align-items: center;
}

.fs-c-subscriptionDeliveryInfo__specifiedDeliveryTime__timeLabel {
  font-weight: bold;
}

.fs-c-subscriptionDeliveryInfo__specifiedDeliveryTime__time {
  margin-left: 1em;
}

.fs-c-subscriptionDetail {
  border: 1px solid #b2b2b2;
  border-width: 1px 0;
  margin: 0;
  padding: 8px 0;
}

.fs-c-subscriptionDetail__label {
  font-size: 1.2rem;
  font-weight: bold;
}

.fs-c-subscriptionDetail__value {
  margin: 0;
}

.fs-c-subscriptionDetail__value + .fs-c-subscriptionDetail__label {
  margin-top: 16px;
}

.fs-c-subscriptionDetail__cardNumber::before {
  content: "[ ";
}

.fs-c-subscriptionDetail__cardNumber::after {
  content: " ]";
}

.fs-c-subscriptionDetail__changeCreditCardMessage {
  background: rgba(126, 126, 126, 0.08);
  font-size: 1.2rem;
  padding: 8px;
}

@media screen and (min-width: 600px) {
  .fs-c-subscriptionDetail {
    border: 1px solid #b2b2b2;
    border-width: 1px 0 0 1px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0;
    padding: 0;
  }
  .fs-c-subscriptionDetail > * {
    border: 1px solid #b2b2b2;
    border-width: 0 1px 1px 0;
    padding: 8px;
  }
  .fs-c-subscriptionDetail__label {
    background: rgba(126, 126, 126, 0.08);
  }
  .fs-c-subscriptionDetail__value + .fs-c-subscriptionDetail__label {
    margin-top: 0;
  }
}

.fs-c-subscriptionGrandTotal {
  border: 1px solid #999999;
  border-width: 1px 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 24px 0 0;
  padding: 4px;
}

.fs-c-subscriptionGrandTotal__title {
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.fs-c-subscriptionGrandTotal__title__times::before {
  content: "(";
}

.fs-c-subscriptionGrandTotal__title__times::after {
  content: ")";
}

.fs-c-subscriptionNextDelivery__schedule {
  border: 4px solid #b2b2b2;
}

@media screen and (min-width: 600px) {
  .fs-c-subscriptionNextDelivery__schedule {
    display: flex;
    align-items: center;
  }
}

.fs-c-subscriptionNextDelivery__schedule__title {
  padding: 8px;
  background: rgba(126, 126, 126, 0.08);
  border-bottom: 1px solid #b2b2b2;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .fs-c-subscriptionNextDelivery__schedule__title {
    flex-basis: calc(100% / 3);
    border-bottom: none;
    border-right: 1px solid #b2b2b2;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.fs-c-subscriptionNextDelivery__schedule__date {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px;
}

@media screen and (min-width: 600px) {
  .fs-c-subscriptionNextDelivery__schedule__date {
    padding: 8px 24px;
  }
}

.fs-c-subscriptionNextDelivery__skipInfo {
  margin-top: 16px;
  border: 1px solid #b2b2b2;
}

@media screen and (min-width: 600px) {
  .fs-c-subscriptionNextDelivery__skipInfo {
    display: flex;
    align-items: center;
  }
}

.fs-c-subscriptionNextDelivery__skipInfo__label {
  display: block;
  padding: 8px;
  background: rgba(126, 126, 126, 0.08);
  border-bottom: 1px solid #b2b2b2;
}

@media screen and (min-width: 600px) {
  .fs-c-subscriptionNextDelivery__skipInfo__label {
    flex-basis: calc(100% / 3);
    border-bottom: none;
    border-right: 1px solid #b2b2b2;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.fs-c-subscriptionNextDelivery__skipInfo__date {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0 8px 8px;
}

@media screen and (min-width: 600px) {
  .fs-c-subscriptionNextDelivery__skipInfo__date {
    padding-left: 24px;
  }
}

.fs-c-subscriptionNextDelivery__ctrl {
  padding: 4px 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 600px) {
  .fs-c-subscriptionNextDelivery__ctrl {
    flex-grow: 1;
    flex-shrink: 0;
    display: block;
    text-align: right;
  }
}

.fs-c-subscriptionNextDelivery__ctrl__button {
  margin-bottom: 4px;
}

.fs-c-subscriptionNextDelivery__ctrl__date {
  font-size: 1.2rem;
}

.fs-c-subscriptionPriceTable {
  border-collapse: collapse;
  width: 100%;
}

.fs-c-subscriptionPriceTable__label, .fs-c-subscriptionPriceTable__price {
  border: 1px solid #e5e5e5;
  padding: 4px;
}

.fs-c-subscriptionPriceTable__label {
  background: rgba(126, 126, 126, 0.08);
  font-weight: normal;
  text-align: left;
}

.fs-c-subscriptionProductTable {
  border-collapse: collapse;
  width: 100%;
}

.fs-c-subscriptionProductTable > thead > tr > th,
.fs-c-subscriptionProductTable > tfoot > tr > th,
.fs-c-subscriptionProductTable > tbody > tr > th {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-subscriptionProductTable > thead > tr th, .fs-c-subscriptionProductTable > thead > tr td,
.fs-c-subscriptionProductTable > tfoot > tr th,
.fs-c-subscriptionProductTable > tfoot > tr td,
.fs-c-subscriptionProductTable > tbody > tr th,
.fs-c-subscriptionProductTable > tbody > tr td {
  border: 1px solid #e5e5e5;
  padding: 4px;
}

.fs-c-subscriptionProductTable > tbody > tr > th {
  text-align: left;
}

.fs-c-subscriptionTotal {
  margin-top: 24px;
}

.fs-c-subscriptionTotal__title {
  border-bottom: 1px solid #999999;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0 8px;
  padding: 0 0 8px;
  text-align: center;
}

.fs-c-subscriptionTotal__note {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  margin-top: 4px;
}

.fs-c-subscriptionTotal__note > li {
  box-sizing: border-box;
}

.fs-c-subscriptionTotal__note > li {
  padding-left: 1em;
  text-indent: -1em;
}

.fs-c-subscriptionTotal__note > li::before {
  content: "※";
}

.fs-c-subscriptionTotalTable {
  font-size: 1.2rem;
  width: 100%;
}

.fs-c-subscriptionTotalTable + .fs-c-subscriptionTotalTable {
  margin-top: 16px;
}

.fs-c-subscriptionTotalTable__caption {
  border-bottom: 1px dotted #999999;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: left;
}

.fs-c-subscriptionTotalTable__caption__times::before {
  content: "(";
}

.fs-c-subscriptionTotalTable__caption__times::after {
  content: ")";
}

.fs-c-subscriptionTotalTable > tbody > tr th {
  font-weight: normal;
  text-align: left;
}

.fs-c-subscriptionTotalTable > tbody > tr td {
  text-align: right;
}

.fs-c-subscriptionTotalTable .fs-c-subscriptionTotalTable__grandTotal > th {
  font-weight: bold;
}

.fs-c-deliveryScheduleTable {
  border-collapse: collapse;
  width: 100%;
}

.fs-c-deliveryScheduleTable__headerCell, .fs-c-deliveryScheduleTable__dataCell {
  border: 1px solid #b2b2b2;
  padding: 8px;
}

.fs-c-deliveryScheduleTable__headerCell {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-deliveryScheduleTable__productName {
  display: block;
}

@media screen and (min-width: 600px) {
  .fs-c-deliveryScheduleTable {
    table-layout: fixed;
  }
}

.fs-c-subscriptionPriceTable + .productDetail-payInfo {
  display: none;
}

.fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__schedule__date div {
  font-size: 12px;
  line-height: 1.6em;
  font-weight: bold;
}

.fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__schedule__date div strong {
  font-size: 14px;
  line-height: 1.6em;
}

.fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__schedule__date div a:link, .fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__schedule__date div a:visited {
  color: #111;
  text-decoration: none;
}

.fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__schedule__date div a:hover, .fs-c-subscriptionNextDelivery__schedule .fs-c-subscriptionNextDelivery__schedule__date div a:active {
  color: #111;
  text-decoration: underline;
}

.fs-c-productListItem.subscription .productGroupList-btnWrap .productGroupList-detailBtn {
  width: 100%;
}

.fs-c-productListItem.subscription .productGroupList-btnWrap .fs-c-productListItem__control {
  display: none;
}
a.login_payment_button{
    background:#383838 !important;
}
a.register_payment_button{
    background:#f39a01 !important;
}
body.fs-body-cartSubscribe .fs-c-continueShopping{
    display:none !important;
}
body.fs-body-cartSubscribe table tr.fs-c-orderTotalTable__getPoint{
    display:none !important;
}
body.fs-body-cartSubscribe table th.fs-c-cartTable__headerCell--point{
    display:none !important;
}
body.fs-body-cartSubscribe table td.fs-c-cartTable__dataCell--point{
    display:none !important;
}
body.fs-body-cartSubscribe table td.fs-c-cartTable__dataCell--action{

}
body.fs-body-cartSubscribe table tr.fs-c-orderTotalTable__count{
    display:none !important;
}
body.fs-body-checkout-subscribe footer{
    margin-top:30px !important;
}
body.fs-body-cartSubscribe tr.fs-c-orderTotalTable__itemPriceSummary{
    border-bottom:1px solid #b2b2b2;
}
@media screen and (max-width: 960px) {
body.fs-body-cartSubscribe .fs-c-buttonContainer--loginAndSubscribe{
    width:50%;
    float:left;
    padding:0 5px 0 10px;
    box-sizing:border-box !important;
}
body.fs-body-cartSubscribe .fs-c-buttonContainer--registerAndSubscribe{
    width:50%;
    float:right;
    padding:0 10px 0 5px;
    box-sizing:border-box !important;
}
body.fs-body-cartSubscribe .fs-c-purchaseHere{
    overflow-y:auto !important;
}
body.fs-body-cartSubscribe .fs-c-buttonContainer--loginAndSubscribe a{
    font-size:2.8vw !important;
}
body.fs-body-cartSubscribe .fs-c-buttonContainer--registerAndSubscribe a{
    font-size:2.8vw !important;
}
body.fs-body-cartSubscribe table.fs-c-orderTotalTable{
    margin-bottom:-15px !important;
}
}
.fs-body-checkout-subscribe .fs-l-main{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.fs-body-checkout-subscribe .fs-l-main #fs-page-error-container{width:100%}.fs-body-checkout-subscribe .fs-c-checkout-buyerInfo__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.fs-body-checkout-subscribe .fs-c-checkout-buyerInfo__body .fs-c-checkout-preview__button{width:100%}@media only screen and (min-width: 768px){.fs-body-checkout-subscribe .fs-c-checkout-buyerInfo__body .fs-c-checkout-preview__button{width:35%}}.fs-body-checkout-subscribe .fs-c-checkout-customerInfo{width:100%}@media only screen and (min-width: 768px){.fs-body-checkout-subscribe .fs-c-checkout-customerInfo{width:65%}}.fs-body-checkout-subscribe .fs-c-checkout-destination__body{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fs-body-checkout-subscribe .fs-l-checkout__mainColumn{width:100%}@media only screen and (min-width: 768px){.fs-body-checkout-subscribe .fs-l-checkout__mainColumn{width:70%}}.fs-body-checkout-subscribe .fs-l-checkout__sideColumn{width:100%;margin-bottom:30px}@media only screen and (min-width: 768px){.fs-body-checkout-subscribe .fs-l-checkout__sideColumn{width:25%}}.fs-body-checkout-subscribe .fs-c-checkout-preview__title{font-size:1.8rem;font-weight:600;color:#555;padding:10px 0}.fs-body-checkout-subscribe .fs-c-button--standard{min-width:auto;background-color:#bf9a58;color:#fff;border:none;padding:10px 10px 10px 14px}.fs-body-checkout-subscribe .fs-c-button--standard::before{content:none}.fs-body-checkout-subscribe .fs-c-button--standard .fs-c-button__label::after{display:inline-block;width:auto;height:auto;border:none;content:"\e928";font-family:'fs-icon';-webkit-transform:none;-ms-transform:none;transform:none;margin:0 0 2px 6px}.fs-body-checkout-subscribe .fs-c-returnedSpecialContract__link{padding:20px 0}.fs-body-checkout-subscribe .fs-c-returnedSpecialContract__link a{font-weight:600;font-size:1.2rem;color:#555;padding:6px;text-decoration:underline}@media only screen and (min-width: 768px){.fs-body-checkout-subscribe .fs-c-returnedSpecialContract__link a{font-size:1.4rem}}.fs-body-checkout-subscribe .fs-c-returnedSpecialContract__link a::before{font-family:'fs-icon';content:"\e90c"}.fs-body-checkout-subscribe .fs-c-totalAndActions{padding:14px;border:4px solid #e5e5e5}.fs-body-checkout-subscribe .fs-c-totalAndActions .fs-c-checkout-preview__title{text-align:center}.fs-body-checkout-subscribe .fs-c-totalAndActions .fs-c-orderTotalTable{margin-bottom:20px;font-weight:600;color:#555;font-size:1.4rem}@media only screen and (max-width: 767px){.fs-body-checkout-subscribe .fs-c-cartTable__quantity{min-width:auto}}.fs-body-checkout-subscribe .fs-c-button--confirmOrder{font-size:1.6rem}

@media only screen and (max-width: 767px){body.fs-body-checkout-subscribe .fs-l-main{padding:0 5.33vw}}

.next-deliver{
    font-weight:400 !important;
}
.next-deliver a{
    font-weight:600 !important;
}
h4.next-deliver-title{
    font-size:14px !important;
    display:block !important;
    margin:5px 0 !important;
    font-weight:600 !important;
}
span.next-deliver-add{
    display:block !important;
    margin:5px 0 0 1em !important;
    text-indent:-1em !important;
    font-size:12px !important;
}

p.historyArea_lead_new{
    line-height:2.0em !important;
}
img.message_image{
    width:100%;
    max-width:200px;
    height:auto;
    display:block;
    margin:30px auto 0;
}
img.concept_image{
    width:100%;
    max-width:150px;
    height:auto;
    display:block;
    margin:30px auto 0;
}
p.conceptArea_txt_new{
    display:block;
    line-height:2.0em !important;
    margin:30px auto 0;
    text-align:center !important;
    font-size:14px !important;
}
p.conceptArea_txt_new2{
    display:block;
    line-height:2.0em !important;
    margin:30px auto 0;
    text-align:left !important;
    font-size:14px !important;
}
.messageArea{
    width:100% !important;
    max-width:900px !important;
    display:block;
    margin:0px auto !important;
}
.message-area{
    overflow-y:auto;
    display:block;
    width:100%;
    margin:30px auto 50px !important;
}
.message-area .message-left{
    float:left;
    display:block;
    width:42%;
    padding-right:20px !important;
}
.message-area .message-right{
    float:left;
    display:block;
    width:58%;
}
.historyArea_lead_new3{
    display:block;
    line-height:2.0em !important;
    margin:25px auto 0 !important;
    text-align:left !important;
    font-size:14px !important;
}
.historyArea_lead_new3{
    display:block;
    line-height:2.0em !important;
    margin:30px auto 0;
    text-align:left !important;
    font-size:14px !important;
}
img.message_image2{
    width:100%;
    max-width:400px;
    height:auto;
    display:block;
    margin:30px auto 0;
}


.concept-area{
    overflow-y:auto;
    display:block;
    width:100%;
    max-width:500px !important;
    margin:30px auto 50px !important;
}
.concept-area .concept-left{
    float:left;
    display:block;
    width:50%;
    text-align:right !important;
}
.concept-area .concept-right{
    float:left;
    display:block;
    width:50%;
}
img.concept_image2{
    width:100%;
    max-width:235px;
    height:auto;
    display:block;
    margin:50px auto 0;
    float:left;
}
@media only screen and (min-width:992px) {
.message-area{
    position:relative;
    left:80px;
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.messageArea{
    width:100% !important;
    max-width:100% !important;
    padding:0 30px !important;
}
.historyArea_lead_new3{
    font-size:12px !important;
}
}
@media only screen and (min-width: 768px){
.sp-block{
    display:none !important;
}
}
@media only screen and (max-width: 767px){
p.historyArea_lead_new{
    font-size:3.3vw !important;
    text-align:center !important;
}
img.message_image{
    width:70%;
    max-width:70%;
}
img.concept_image{
    width:55%;
    max-width:55%;
}
.messageArea{
    width:100% !important;
    max-width:100% !important;
}
.message-area{
    margin:0px auto 30px !important;
}
.message-area .message-left{
    float:none;
    width:100%;
    padding-right:0px !important;
}
.message-area .message-left img{
    width:70%;
    max-width:70%;
}
.message-area .message-right{
    float:none;
    width:100%;
}

.concept-area .concept-left{
    float:none;
    width:100%;
    display:block !important;
    padding-right:0px !important;
    clear:both !important;
}
.concept-area .concept-right img{
    float:none;
    width:55%;
    max-width:55%;
    display:block;
    margin:0 auto 30px !important;
}
.concept-area .concept-right{
    float:none;
    width:100%;
    display:block !important;
    clear:both !important;
}
p.historyArea_lead_new3{
    font-size:3.3vw !important;
    text-align:center !important;
}
p.conceptArea_txt_new2{
    text-align:center !important;
    display:block !important;
}
.sp-none-block{
    display:none !important;
}
}

@media only screen and (max-width: 340px){
p.historyArea_lead_new{
    font-size:3.28vw !important;
}
}


.fitslabo-detailPage-product-wrap2{
    margin-top:80px;
}
@media only screen and (max-width: 767px){
.fitslabo-detailPage-product-wrap2{
    margin-top:40px;
}
}


.store-link-area{
	padding:0 150px;
	width:100%;
	overflow:auto;
	display:block;
}
.store-link-item{
	width:33.333333333%;
	padding:0 1.5%;
	box-sizing:border-box !important;
	float:left;
}
@media (max-width: 768px) {
.store-link-area{
	padding:0 15%;
	width:100%;
}
.store-link-item{
	width:100%;
	padding:15px 0;
	box-sizing:border-box !important;
	float:none;
}
}

section.productDetail-onlineStore{
    padding:0 0 80px;
}
ul.onlinestore-Linklist{
    display:block;
    overflow:hidden;
}
ul.onlinestore-Linklist li{
    width:50%;
    float:left;
}
ul.onlinestore-Linklist li.link-btn-end{
    margin-top:30px !important;
}
ul.onlinestore-Linklist li.link-btn-end:hover{
    margin-top:30px !important;
}
ul.onlinestore-Linklist li:nth-child(2n+1){
    padding-right:15px;
}
ul.onlinestore-Linklist li:nth-child(2n){
    padding-left:15px;
}
@media only screen and (max-width: 768px){
ul.onlinestore-Linklist li:nth-child(2n+1){
    padding-right:5px;
}
ul.onlinestore-Linklist li:nth-child(2n){
    padding-left:5px;
}
ul.onlinestore-Linklist li.link-btn-end{
    margin-top:10px !important;
}
ul.onlinestore-Linklist li.link-btn-end:hover{
    margin-top:10px !important;
}
}
@media only screen and (max-width: 767px){
body.fs-body-top .topix-section{
    margin-bottom:20px !important;
}
body.fs-body-top .newarrival-section{
    margin-bottom:20px !important;
}
body.fs-body-top .sec4{
    margin-bottom:50px !important;
}
body.fs-body-top .sec4 p.read{
    margin-bottom:15px !important;
}
body.fs-body-top .sec7{
    /*margin-bottom:45px !important;*/
    padding-bottom:0px !important;
}
body.fs-body-top .sec7__innar{
    /*padding-bottom:20px !important;*/
}
body.fs-body-top .sec2__innar__tab{
    margin-bottom:25px !important;
}
body.fs-body-top .sec2__innar{
    margin-bottom:15px !important;
}
body.fs-body-top .sec8{
    padding-bottom:0px !important;    
    /*margin-bottom:0px !important;*/
}
body.fs-body-top .sec8 h2{
    margin-bottom:20px !important;
}
body.fs-body-top .sec8 .new_btn {
    margin:0 auto !important;
}
body.fs-body-top .sec9{
    /*margin-top:50px !important;
    margin-bottom:0px !important;*/
    padding-top:50px !important;
    padding-bottom:40px !important;
}
body.fs-body-top section.information{
    margin-top:45px !important;
    padding-top:0px !important;
}
body.fs-body-top section.information h2.heading-top{
    margin-bottom:20px !important;
}
body.fs-body-top section.information ul.information-list{
    margin-bottom:0px !important;
    padding-bottom:35px !important;
}
body.fs-body-top .sec10{
    margin-top:0px !important;
    margin-bottom:45px !important;
}
}
.subscription-next-deliver{
    display:block !important;
    margin-bottom:10px;
    padding:0 0 0 1.1em !important;
    text-indent:-1.1em !important;
}
a.subscription_apply_link{
    font-weight:400 !important;
    text-decoration:underline !important;
}
@media only screen and (max-width: 767px){
a.subscription_apply_link{
    font-size:11px;
    font-weight:400;
    text-decoration:underline;
}
}




body.fs-body-product-111321001 .productDetail-payInfo{
    display:none !important;
}
body.fs-body-product-311242001 .productDetail-payInfo{
    display:none !important;
}
body.fs-body-product-311242002 .productDetail-payInfo{
    display:none !important;
}
body.fs-body-product-833847097 .productDetail-payInfo{
    display:none !important;
}
.subscription-under-contract-banner{
    width:600px;
    height:auto;
    display:block;
    margin:50px auto;
}
@media only screen and (max-width: 767px){
.subscription-under-contract-banner{
    width:100%;
    height:auto;
    display:block;
    margin:30px auto 15px;
}
}


.wiz-banner{
    width:480px;
    height:auto;
    margin:10px 0 5px;
}
@media only screen and (max-width: 767px){
.wiz-banner{
    width:100%;
    height:auto;
}
}
@media only screen and (min-width: 768px){
.service-list-area{
    width:75%;
    display:block;
    margin:0 auto;
}
}
.serviceList-item:first-child .serviceList-icon img{
	position:relative !important;
	left:20% !important;
}
.serviceList-item:nth-child(2) .serviceList-icon img {
	position:relative !important;
	left:17% !important;
}
.serviceList-item:nth-child(3) .serviceList-icon img {
	position:relative !important;
	left:35% !important;
}
@media only screen and (min-width: 768px){
.sec9 ul.maintop-servie{
    width:40% !important;
    display:block !important;
    margin:0 auto !important;
}
.sec9 ul.maintop-servie li{
    width:100% !important;
    max-width:100% !important;
}
}


.store-link-item02{
    margin-top:25px;
}
.store-link-area02{
    text-align:center;
}
.store-link-item03{
    margin-top:25px;
}
@media only screen and (min-width: 768px){
.pc-none{
    display:none;
}
}
@media only screen and (max-width: 767px){
.store-link-area02{
	padding:30px 0 0;
	width:100%;
}
.store-link-item02{
	width: 100%;
	padding:0;
	float:left;
}
.store-link-item02:nth-child(2n+1){
	width: 50%;
	padding:0 5px 0 0;
	margin:0 0 10px;
}
.store-link-item02:nth-child(2n){
	width: 50%;
	padding:0 0 0 5px;
	margin:0 0 10px;
}
.store-link-item02:nth-of-type(1){
	margin-top:30px;
}
.store-link-item02:nth-of-type(2){
	margin-top:30px;
}
.store-link-item03{
	width:100%;
	margin-top:10px !important;
}
.sp-none{
    display:none;
}
}
.logo-area .nems-kv-img{
    width:300px !important;
    height:auto;
}
@media only screen and (max-width: 480px){
.logo-area .nems-kv-img{
    width:100% !important;
    height:auto;
    padding:0 10px;
}
}

/*商品一覧や商品詳細の+tax表示削除202304*/
.fs-c-productPrice__addon{
    display:none;
}
/*注文変更画面のキャンセル表示のフォント色、改行されないように変更*/
button.fs-c-button--cancel span.fs-c-button__label{
    color:#3b3b3b;
}
button.fs-c-button--cancel span.fs-c-button__label:after{
    display:none !important;
}
@media only screen and (max-width: 480px){
.fs-c-buttonContainer--pair>*{min-width:120px !important;}
}



/*ランキング表示調整20230522*/
.rank{
    position:absolute;
    top:0px;
    left:0px;
}
@media only screen and (min-width: 769px){
.rank_ul{
    width:750px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.rank_ul li{
    width:30% !important;
}
}
@media only screen and (max-width: 350px){
.rank_ul li{
    width:30% !important;
}
}

/* ----- プア ナナラ商品詳細ページバナー設置20230915----- */
.puananala-itemdetail-banner{
    margin:0 0 20px;
}
@media only screen and (min-width: 768px){
.puananala-itemdetail-banner{
    margin:0 0 30px;
}
}

/* ----- 定期申込履歴、定期申込履歴詳細表示不具合修正_20231004----- */
.fs-c-buttonContainer--back{
    width:300px !important;
    display:block !important;
    margin:0 auto !important;
    text-align:center !important;
}
.fs-c-orderHistoryItem__orderSummary__label{
    text-align:right !important;
}
.fs-c-orderHistoryItem__schedule__heading,.fs-c-orderHistoryItem__schedule__body,.fs-c-orderHistoryItem__cycleInfo{
    float:left !important;
    margin-right:5px !important;
}
@media only screen and (min-width: 768px){
.fs-c-orderHistoryItem__nextDelivery{
    padding:20px 10px !important;
}
.fs-c-history__listContainer{
    width:1180px !important;
    display:block !important;
    margin:0 auto !important;
}
.fs-c-buttonContainer--myPageTop{
    width:1200px !important;
    display:block !important;
    margin:30px auto !important;
}
.fs-c-orderDetail{
    width:1180px !important;
    display:block !important;
    margin:0 auto !important;
}
.fs-c-heading--section{
    margin:60px 0 0 !important;
}
.fs-c-orderDetailInfo__cartTable .fs-c-cartTable__headerCell{
    text-align:center !important;
}
.fs-c-orderDetailInfo__cartTable .fs-c-cartTable__dataCell--quantity{
    text-align:center !important;
}
}
@media only screen and (max-width: 767px){
.fs-body-my-subscriptions .fs-l-main{
    padding:0 20px !important;
}
.fs-body-my-subscription-details .fs-l-main{
    padding:0 20px !important;
}
.fs-c-orderHistoryItem__body{
    padding:10px !important;
}
.fs-c-orderHistoryItem__nextDelivery{
    padding:10px !important;
}
.fs-c-buttonContainer--myPageTop{
    margin-left:15px !important;
}
.fs-c-heading--section{
    margin:30px 0 0 !important;
}
.fs-c-cartTable__dataCell--product .fs-c-cartTable__dataCell--quantity{
    display:block !important;
    width:100% !important;
}
.fs-c-orderHistoryItem__orderSummary__label{
    display:block !important;
    clear:both !important;
}
.fs-c-orderHistoryItem__schedule__heading,.fs-c-orderHistoryItem__schedule__body,.fs-c-orderHistoryItem__cycleInfo{
    margin:0 0 15px !important;
}
.fs-c-orderDetailInfo__cartTable .fs-c-productImage__image{
    padding:4px 4px 0 4px !important;
}
.fs-c-orderDetailInfo__cartTable .fs-c-cartTable__dataCell--quantity {
    border-bottom:none !important;
}
}
@media only screen and (max-width: 330px){
.fs-c-orderHistoryItem__schedule__heading,.fs-c-orderHistoryItem__schedule__body,.fs-c-orderHistoryItem__cycleInfo{
    white-space:nowrap !important;
}
}


/* ----- 注文履歴詳細表示不具合修正_20231008----- */
.fs-c-orderDetail .fs-c-orderDetailList dt{
    width:auto !important;
    padding:10px !important;
}
.fs-c-orderDetail .fs-c-orderDetailList dd{
    width:auto !important;
    padding:10px !important;
}
.l-innerSmall{
    margin:0 !important;
    padding:0 !important;
}
.fs-c-orderPerAddressee__orderDeliveryInfo{
    margin:50px 0 0 !important;
}
.fs-c-orderDetailInfo__heading{
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    color: #555 !important;
    padding: 20px 0 !important;
}
.fs-c-orderPerAddressee__cartTable{
    margin:80px 0 0 !important;
}
.fs-c-orderHistory{
    margin:50px 0 0 !important;
}
.fs-c-orderHistoryItem{
    margin:50px 0 0 !important;
}
@media only screen and (max-width: 767px){
.fs-c-orderDetailList {
    display: flex !important;
    flex-wrap: wrap !important;
}
.fs-c-orderPerAddressee__cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell--review{
    display:block !important;
    width:200% !important;
}
.fs-c-orderDetailList dt,
.fs-c-orderDetailList dd {
    box-sizing: border-box !important;
}
.fs-c-orderDetail .fs-c-orderDetailList dt{
    font-size:10px !important;
    flex-basis: 100px !important;
}
.fs-c-orderDetail .fs-c-orderDetailList dd{
    font-size:10px !important;
    flex-basis: calc(100% - 100px) !important;
}
.fs-c-orderPerAddressee__orderDeliveryInfo{
    margin:25px 0 0 !important;
}
.fs-c-orderDetailInfo__cartTable tr.fs-c-cartTable__row{
    display:block !important;
    width:100% !important;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__cartTable tr.fs-c-cartTable__row{
    border-bottom:none !important;
}
.fs-c-orderDetailInfo__cartTable tr.fs-c-cartTable__row .fs-c-cartTable__dataCell--product{
    display:block !important;
    width:100% !important;
    background:#f7f7f7 !important;
    padding:10px 10px 0 !important;
}
.fs-c-orderDetailInfo__cartTable tr.fs-c-cartTable__row .fs-c-cartTable__dataCell--product .fs-c-cartTable__productInfo{
    display:block !important;
    width:100% !important;
}
.fs-c-orderDetailInfo__cartTable tr.fs-c-cartTable__row .fs-c-cartTable__dataCell--product .fs-c-cartTable__unitPrice{
    display:none !important;
}
.fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice{
    display:none !important;
}
.fs-c-orderDetailInfo__cartTable .fs-c-cartTable__productName{
    display:block !important;
    width:100% !important;
}
.fs-c-orderDetailInfo__cartTable .fs-c-cartTable__productName a{
    display:block !important;
    width:100% !important;
}
.fs-c-orderDetailInfo__cartTable .fs-c-cartTable__dataCell--quantity{
    text-align:right !important;
    display:block !important;
    width:100% !important;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo {
    display: block !important;
}
.fs-c-button--addReview--detai{
    width:100% !important;
    display:block !important;
    text-align:center !important;
    margin:0 auto;
}
.fs-c-orderHistory .fs-c-string--code a{
    color:#fff !important;
}
.fs-c-accountService__page:nth-child(2n+1){
    padding-left:0 !important;
}
.fs-c-accountService__page:nth-child(2n){
    padding-right:0 !important;
}
.fs-c-orderDetail{
    padding:0 !important;
}
.fs-c-orderPerAddressee__cartTable{
    margin:40px 0 0 !important;
}
.fs-c-lineIdLinkMessage{
    display:block !important;
    margin:30px 0 !important;
    padding:0 20px !important;
}
}

/* ----- トップページブランド_20231027----- */
.fs-body-top .brand-name{
    margin:15px 0 5px !important;
}
.fs-body-top .brand-name span.en{
    font-size:16px;
    color:#111;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    line-height: 1em;
    text-align:left;
}
.fs-body-top .brand-name span.ja{
    font-size: 12px;
    color:#666;
    margin-bottom: 0px !important;
    display: block;
    line-height: 1em;
    text-align:left;
}
.fs-body-top h3.top-brand-text{
    font-size: 14px;
    line-height: 24px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    display:block;
    text-align:left !important;
    color:#111 !important;
}
.fs-body-top p.top-brand-add-text{
    display:block;
    padding:0 0 0 1em;
    text-indent:-1em;
    line-height:1.4em !important;
}
@media only screen and (max-width: 768px){
.fs-body-top .brand-name{
    margin:15px 0 0px !important;
}
.fs-body-top h3.top-brand-text{
    line-height: 1.6em !important;
}
.fs-body-top p.top-brand-add-text{
    font-size:10px;
}
}


/* ----- 会員登録ページ修正_20231226----- */
@media only screen and (min-width: 769px){
body.fs-body-login .fs-l-main{
    width:600px !important;
    display:block !important;
    margin:0 auto !important;
}
body.fs-body-register .fs-l-main{
    width:800px !important;
    display:block !important;
    margin:0 auto !important;
}
.fs-body-register-success .fs-l-main{
    width:600px !important;
    display:block !important;
    margin:0 auto !important;
}
body.fs-body-login .fs-c-anotherLogin__button{
    display:block !important;
    width:300px !important;
    text-align:center !important;
    margin:30px auto 0 !important;
}
}
@media only screen and (max-width: 768px){
body.fs-body-register .fs-l-main{
    padding:0 20px !important;
}
body.fs-body-register-verification .fs-l-main{
    padding:0 20px !important;
}
body.fs-body-login .fs-c-anotherLogin__button{
    display:block !important;
    width:100% !important;
    text-align:center !important;
    margin:20px auto 0 !important;
}
}
body.fs-body-login .fs-c-linkedServiceLogin__title{
    display:block !important;
    margin:20px 0 0 !important;
}
body.fs-body-login .fs-c-subSection__title{
    margin:40px 0 0 !important;
}
body.fs-body-login .fs-c-inputInformation__link{
    display:block !important;
    text-align:center !important;
    margin:10px 0 0 !important;
}
body.fs-body-register .fs-c-inputField__explanation{
    margin:10px 0 !important;
}
body.fs-body-register .fs-c-inputInformation__buttonMessage{
    display:block !important;
    text-align:center !important;
    margin:20px 0 0 !important;
}


/* ----- 会員登録完了ページ修正_20231226----- */
.sec9 img.three-benefits-title{
    width:100% !important;
    padding:0 30px !important;
    margin:80px auto 50px !important;
    display:block !important;
}
.sec9 ul.member-application-complete-benefits{
    width:100% !important;
    display:block !important;
    margin:50px auto !important;
}
.sec9 ul.member-application-complete-benefits li{
    width:100% !important;
    max-width:100% !important;
    padding:25px 0 !important;
}
@media only screen and (max-width: 768px){
.sec9 img.three-benefits-title{
    margin:50px auto 25px !important;
}
.sec9 ul.member-application-complete-benefits{
    padding:0 30px !important;
    margin:20px auto　0 !important;
}
.sec9 ul.member-application-complete-benefits li{
    padding:15px 0 !important;
}
}
/* ----- レビューページ修正_20240124----- */

@media only screen and (min-width: 769px){
body.fs-body-review-write .fs-l-main{
    width:600px !important;
    display:block !important;
    margin:0 auto !important;
}
body.fs-body-review-write-success .fs-l-main{
    width:600px !important;
    display:block !important;
    margin:0 auto !important;
}
body.fs-body-review-success .fs-l-main{
    width:600px !important;
    display:block !important;
    margin:0 auto !important;
}
}
@media only screen and (max-width: 768px){
body.fs-body-review-write .fs-l-main{
    padding:0 20px !important;
}
body.fs-body-review-write-success .fs-l-main{
    padding:0 20px !important;
}
body.fs-body-review-success .fs-l-main{
    padding:0 20px !important;
}
body.fs-body-review-write .fs-c-inputTable td.fs-c-inputTable__dataCell{
    padding-left:0 !important;
}
}


/* ----- SCENTカテゴリートップ_20240130----- */
.scent-area{
    width:100%;
    display:block;
    margin:0 auto 25px;
}
.scent-area ul{
    display: flex;
    flex-wrap: wrap;
    padding:0 10px;
}
.scent-area ul li{
    width: 50%;
    padding:10px 10px;
}
@media only screen and (min-width: 769px){
.scent-area{
    width:1000px;
    margin:0 auto 50px;
}
.scent-area ul{
    padding:0;
}
.scent-area ul li{
    padding:20px;
}
}


/* ----- スタッフボイスバナー追加_決済画面住所追加ボタン調整_202400206----- */
.snap-top-banner{
    display:block;
}
.snap-top-banner img{
    display:block;
    width:100%;
    padding:0 15px;
    margin:0 auto;
}
body.fs-body-checkout ul.fs-c-checkout-addresseeList .fs-c-button__label{
   color:#000 !important; 
}
body.fs-body-checkout .fs-c-buttonContainer button.fs-c-button--addAddressee{
   color:#000 !important; 
}
body.fs-body-checkout button.fs-c-button--standard{
    width:100% !important; 
    margin:0 !important
}
body.fs-body-checkout ul.fs-c-checkout-addresseeList .fs-c-button__label::after{
    display:none !important; 
}
body.fs-body-checkout button.fs-c-button--addAddressee{
    width:150% !important;
    margin:0 !important
}
body.fs-body-checkout button.fs-c-button--cancel{
    width:120% !important;
    margin:0 !important
}
body.fs-body-checkout button.fs-c-button--addAddressee span::after{
   display:none !important; 
}
@media only screen and (max-width: 768px){
body.fs-body-checkout button.fs-c-button--addAddressee{
    width:180% !important;
    margin:0 5px 0 0 !important
}
body.fs-body-checkout button.fs-c-button--cancel{
    width:100% !important;
    margin:0 0 0 5px !important
}
body.fs-body-checkout button.fs-c-button--addAddressee::before{
    margin:0 5px 0 0 !important;
}
body.fs-body-checkout button.fs-c-button--cancel::before{
    margin:0 5px 0 0 !important;
}
}
@media only screen and (min-width: 481px){
.fs-c-modal__inner{
    width:370px !important;
}
}
@media only screen and (min-width: 769px){
.snap-top-banner img{
    display:block;
    width:1180px;
    padding:0;
}
}

/* ----- ヘッダー、トップ、フッターメニュー内容調整_202400208----- */
p.category-lead-text{
    line-height:1.7em !important;
}
@media only screen and (max-width: 768px){
.top-product-sec .sec7__innar{
    padding-bottom:40px !important;
}
.top-brand-sec{
    padding-top:60px !important;
}
.productStaffvoice-icon{
    position:relative !important;
    bottom:2px !important;
    margin:2px 0 !important;
}
}
@media only screen and (min-width: 769px){
.top-product-sec{
    padding-bottom:80px !important;
}
.top-brand-sec{
    padding-top:80px !important;
}
.sp-disp{
    display:none !important;
}
}
/* ----- パスワード画面表示調整_202400214----- */
@media only screen and (min-width: 769px){
body.fs-body-auth .fs-l-main{
    display:block !important;
    margin:100px auto 0 !important;
    width:580px !important;
}
}
@media only screen and (max-width: 768px){
body.fs-body-auth .fs-l-main{
    padding:0 20px !important;
    margin:50px auto 0 !important;
}
}


/* ----- バナー姉妹店追加_202400219----- */
/* PCおよびスマホ共通設定 */
.relation-shop-sec{
    text-align:center !important;
    width:1000px !important;
    display:block;
    margin:0 auto;
}
.relation-shop-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* アイテム間の余白を均等に分配 */
  gap: 30px; /* アイテム間の間隔 */
}

.relation-shop-item {
  flex: 1 1 calc(33.333% - 20px); /* 3列構成のための計算、20pxはgapによる調整値 */
  display: flex; /* Flexboxを有効化 */
  justify-content: center; /* 中央揃え */
  align-items: center; /* アイテムを縦方向に中央揃え */
}
h2.other-online-shop-title{
    display:block !important;
    text-align:center !important;
    margin:80px 0 0 !important;
}
h2.other-online-shop-title span{
    display:block;
}

.relation-banner-sec{
    text-align:center !important;
    width:1000px !important;
    display:block;
    margin:0 auto;
    position:relative;
    bottom:80px;
}
.relation-banner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* アイテム間の余白を均等に分配 */
  gap: 30px; /* アイテム間の間隔 */
}

.relation-banner-area {
  flex: 1 1 calc(50% - 15px); /* 3列構成のための計算、20pxはgapによる調整値 */
  display: flex; /* Flexboxを有効化 */
  justify-content: center; /* 中央揃え */
  align-items: center; /* アイテムを縦方向に中央揃え */
}


/* PC表示用のメディアクエリ */
@media screen and (min-width: 769px) {
.relation-shop-area {
    width: 1000px; /* PCでは幅を1000pxに設定 */
    margin: 60px auto 20px; /* 中央寄せ */
  }
.relation-banner-area {
    width: 1000px; /* PCでは幅を1000pxに設定 */
  }
}
.relation-shop-area span{
    padding-bottom:5px !important;
}
/* スマホ表示用のメディアクエリ */
@media screen and (max-width: 768px) {
.relation-banner-sec{
    width:100% !important;
    padding:0 15px;
}
.relation-shop-sec{
    width:100% !important;
    padding:0 20px;
}
.relation-shop-area {
    width: 100%; /* スマホでは幅を100%に設定 */
    margin: 30px auto 0px; /* 中央寄せ */
    gap: 15px; /* アイテム間の間隔 */
}
h2.other-online-shop-title{
    margin:45px 0 0 !important;
}
.relation-banner-area {
    width: 100%; /* PCでは幅を1000pxに設定 */
    gap: 15px; /* アイテム間の間隔 */
}
}

/* PC表示用のメディアクエリ */
@media screen and (min-width: 769px) {
.fs-body-category #__nuxt{
    width:1000px !important;
    display:block !important;
    margin:0 auto !important;
}
}
/* PC表示用のメディアクエリ */
.yodobashi{
    width:200px;
    height:auto;
}

/* お問い合わせフォーム修正20240704 */
.to-corporate{
	margin:0 0 50px;
	text-align:center;
}
.to-corporate-form{
	width:260px;
	display:block;
	margin:40px auto 60px;
	padding:12px;
	border:2px solid #000;
	background:#fff;
	text-align:center;
	font-weight:600;
}
.to-corporate-form:hover{
	text-decoration:none;
	opacity:0.8;
}
@media screen and (max-width: 768px) {
.to-corporate-form{
	font-size:14px;
}
}

/* 下記2ページの対応　20241213 
https://fitsonlinestore.com/c/lairdesavon/311229728s
https://fitsonlinestore.com/c/lairdesavon/lds-st-softnerset
*/
.fs-body-product-311229728s .productDetail-cartBtm .productDetail-cartBtm-item02,
.fs-body-product-lds-st-softnerset .productDetail-cartBtm .productDetail-cartBtm-item02{
    display:none;
}
.fs-body-product-311229728s .fs-c-productPrice--listed,
.fs-body-product-lds-st-softnerset .fs-c-productPrice--listed{
    display:inline-block;
}
.fs-body-product-311229728s .fs-c-productPrice--selling .fs-c-productPrice__main__label,
.fs-body-product-311229728s .fs-c-productPrice--preorder .fs-c-productPrice__main__label,
.fs-body-product-311229728s .fs-c-productPrice--member .fs-c-productPrice__main__label,
.fs-body-product-lds-st-softnerset .fs-c-productPrice--selling .fs-c-productPrice__main__label,
.fs-body-product-lds-st-softnerset .fs-c-productPrice--preorder .fs-c-productPrice__main__label,
.fs-body-product-lds-st-softnerset .fs-c-productPrice--member .fs-c-productPrice__main__label{
    display:inline-block;
}
.fs-body-product-311229728s .fs-c-productPrice--listed .fs-c-productPrice__addon,
.fs-body-product-lds-st-softnerset .fs-c-productPrice--listed .fs-c-productPrice__addon{
    display:inline-block;
}
.fs-body-product-311229728s .fs-c-productPrice__main__label,
.fs-body-product-311229728s .fs-c-productPrice__main__price,
.fs-body-product-lds-st-softnerset .fs-c-productPrice__main__label,
.fs-body-product-lds-st-softnerset .fs-c-productPrice__main__price{
    display:inline-block;
}
.fs-body-product-311229728s .fs-c-productPrice--selling .fs-c-price__currencyMark,
.fs-body-product-lds-st-softnerset .fs-c-productPrice--selling .fs-c-price__currencyMark{
    margin;0 !important;
    padding:0 !important;
    width:auto !important;
    position:relative;
    left:5px;
    color:#2eced2;
}
.fs-body-product-311229728s .fs-c-productPrice--selling .fs-c-price__value,
.fs-body-product-lds-st-softnerset .fs-c-productPrice--selling .fs-c-price__value{
    color:#2eced2;
}
.fs-body-product-311229728s .fs-c-productPrice--listed .fs-c-productPrice__addon--listed::before,
.fs-body-product-lds-st-softnerset .fs-c-productPrice--listed .fs-c-productPrice__addon--listed::before{
    display:none;
}


.fs-body-product-311233083 .productDetail-cartBtm .productDetail-cartBtm-item02,
.fs-body-product-311233084 .productDetail-cartBtm .productDetail-cartBtm-item02,
.fs-body-product-311233085 .productDetail-cartBtm .productDetail-cartBtm-item02,
.fs-body-product-311233086 .productDetail-cartBtm .productDetail-cartBtm-item02,
.fs-body-product-311233087 .productDetail-cartBtm .productDetail-cartBtm-item02,
.fs-body-product-311233088 .productDetail-cartBtm .productDetail-cartBtm-item02{
    display:none;
}