@charset "utf-8";
/* CSS Document */
[class^="fs-body-checkout"] .fs-l-checkout__mainColumn > * + * {
  margin-top: 24px;
}

[class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
  margin-top: 24px;
}

[class^="fs-body-checkout"] .fs-l-checkout__sideColumn .fs-c-agreementConfirmationArea,
[class^="fs-body-checkout"] .fs-l-checkout__sideColumn .fs-c-additionalCheckField,
[class^="fs-body-checkout"] .fs-l-checkout__sideColumn .fs-c-fieldMessage {
  font-size: 1.2rem;
}

[class^="fs-body-checkout"] .fs-l-checkout__sideColumn .fs-c-additionalCheckField {
  margin-top: 8px;
}

[class^="fs-body-checkout"] .fs-l-checkout__sideColumn .fs-c-fieldMessage {
  margin-top: 0;
}

@media screen and (min-width: 960px) {
  [class^="fs-body-checkout"] .fs-l-checkout {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  [class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
    flex-grow: 1;
    max-width: calc(100vw - (8px*44));
    padding-right: 24px;
  }
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    margin-top: 0;
    flex-grow: 1;
    flex-basis: 320px;
    min-width: 320px;
  }
}

[class^="fs-body-checkout"] .fs-c-checkout-preview__title + .fs-c-orderTotalTable > tbody > tr:first-of-type th, [class^="fs-body-checkout"] .fs-c-checkout-preview__title + .fs-c-orderTotalTable > tbody > tr:first-of-type td {
  border-top: none;
}


.fs-body-my-top .fs-p-accountInfo {
  margin-bottom: 24px;
}

@media screen and (min-width: 960px) {
  .fs-body-my-top .fs-l-account {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.fs-body-cart .fs-l-cart__contentsArea {
  margin-bottom: 24px;
}

.fs-body-cart .fs-l-cart__contentsArea > * {
  margin-bottom: 24px;
}

@media screen and (min-width: 960px) {
  .fs-body-cart .fs-l-cart__contentsArea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 280px;
    grid-template-columns: 1fr 280px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .fs-body-cart .fs-l-cart__contentsArea > * {
    margin-bottom: auto;
  }

	.fs-body-my-points .fs-c-history__info {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .fs-body-my-points .fs-c-history__info {
    max-width: 560px;
  }
}

.fs-body-my-points .fs-c-history__listContainer {
  padding-top: 24px;
}

  .fs-body-my-top .fs-p-accountInfo {
    flex-basis: 35%;
  }
  .fs-body-my-top .fs-c-accountService {
    flex-basis: 64%;
  }
}

.fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}

.fs-body-my-orders .fs-c-history__info, .fs-body-my-storeOrders .fs-c-history__info {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-body-my-orders .fs-c-history__listContainer, .fs-body-my-storeOrders .fs-c-history__listContainer {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

@media screen and (min-width: 960px) {
  .fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
  .fs-body-my-orders .fs-c-history__info, .fs-body-my-storeOrders .fs-c-history__info {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    align-self: start;
    -ms-grid-row-align: start;
  }
  .fs-body-my-orders .fs-c-history__listContainer, .fs-body-my-storeOrders .fs-c-history__listContainer {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.fs-body-my-orders-details .fs-c-orderDetail__data, .fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo, .fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
  margin-bottom: 24px;
}

.fs-body-my-orders-details .fs-c-orderPaymentTable {
  margin-top: 16px;
}

@media screen and (max-width: 600px) {
  .fs-body-my-orders-details .fs-c-cartTable__row {
    border: 1px solid #b2b2b2;
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell {
    padding: 8px;
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell--subtotal {
    background: rgba(126, 126, 126, 0.08);
    border-top: 1px solid #b2b2b2;
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell--review {
    border-top: 1px solid #b2b2b2;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 960px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee {
    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-orderPerAddressee__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;
  }
  @supports (grid-gap: 16px) {
    .fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
      margin-bottom: 0;
    }
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 0;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__deliveryInfoList {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0;
    margin: 0 0 16px 16px;
  }
  @supports (grid-gap: 16px) {
    .fs-body-my-orders-details .fs-c-orderPerAddressee__deliveryInfoList {
      margin: 0;
    }
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-left: 16px;
  }
  @supports (grid-gap: 16px) {
    .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
      margin-left: 0;
    }
  }
  .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;
  }
  @supports (grid-gap: 16px) {
    .fs-body-my-orders-details .fs-c-orderDetailInfo__heading {
      margin-bottom: 0;
    }
  }
  .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-orderDetailInfo__orderTotal {
      margin-left: 0;
    }
  }
}


.fs-c-accountService {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.fs-c-accountService > li {
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  .fs-c-accountService {
    justify-content: flex-start;
    margin-left: -8px;
  }
}

.fs-c-accountService__page {
  flex-basis: 128px;
  display: flex;
  align-items: stretch;
  height: 128px;
  margin: 8px 0;
}

@media screen and (min-width: 600px) {
  .fs-c-accountService__page {
    margin: 8px;
  }
}

.fs-c-accountService__page--membershipCard {
  flex-basis: 100%;
}

@media screen and (min-width: 600px) {
  .fs-c-accountService__page--membershipCard {
    flex-basis: 128px;
  }
}

.fs-c-accountService__page--couponList {
  flex-basis: 100%;
}

@media screen and (min-width: 600px) {
  .fs-c-accountService__page--couponList {
    flex-basis: 272px;
  }
}

.fs-c-accountService__page--storeOrderHistoryList {
  display: none;
}

.fs-c-accountService__page--accountDelete {
  align-items: flex-start;
  flex-basis: 100%;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: 0 0 2px #b2b2b2;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  flex-grow: 1;
  font-size: 1rem;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #155159;
  font-size: 48px;
  line-height: 1.2;
  margin: 8px auto 0;
  width: 64px;
  height: 64px;
}

.fs-c-accountService__page--membershipCard .fs-c-accountService__pageLink__label::before {
  content: "\e93a";
}

.fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  content: "\e900";
}

.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: "\e901";
}

.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e902";
}

.fs-c-accountService__page--storeOrderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e93b";
}

.fs-c-accountService__page--subscriptionHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e93e";
}

.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  content: "\e903";
}

.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: "\e904";
}

.fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label::before {
  content: "\e905";
}

.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: "\e906";
}

.fs-c-accountService__page--lineIdLink .fs-c-accountService__pageLink__label::before {
  content: "\e907";
}

.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: "\e908";
}

.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: "\e909";
}

.fs-c-accountService__page--membershipMerge .fs-c-accountService__pageLink__label::before {
  content: "\e93c";
}


.fs-c-anotherLogin__message {
    margin-bottom: 1rem;
}

.fs-c-aggregateRating__message {
    flex-basis: 100%;
    background: #f7f7f7;
    padding: 2rem;
    text-align: center;
    margin: 2rem 0;
} 

.fs-c-reveiwNotes {
    border: 1px solid #155159;
    border-width: 1px 0;
    margin-bottom: 2rem;
    padding: 0.5rem;
}

.fs-c-reveiwNotes h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: block;
    line-height: 1;
}

.fs-c-button--carousel {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 2.8rem;
    line-height: 1;
    min-height: 1em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fs-c-button--carousel .fs-c-button__label {
  display: none;
}

.fs-c-button--carousel::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fs-c-button--carousel--prev::before {
  content: "\e90b";
	color: #003d44;
}
.fs-c-button--carousel--next::before {
  content: "\e90c";
	color: #003d44;
}
.fs-c-button--carousel:hover {
  opacity: 0.6;
}

.fs-c-buttonContainer--subscribeToArrivalNotice {
    text-align: center;
}
.fs-c-button--subscribeToArrivalNotice {
    background: #003d44;
    color: #fff;
    border: 0;
    border-radius: 0.25rem;
    margin-top: 0.5rem;
    padding: 0.5rem;
}
.fs-c-history__info {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px;
}

.fs-c-history__info > * + * {
  padding-top: 16px;
}

.fs-c-history__listContainer > * + * {
  margin-top: 8px;
}

.fs-c-history__term {
  color: #155159;
  font-weight: 700;
  font-size: 1.2rem;
}

.fs-c-history__total dl {
  grid-gap: 0;
}

.fs-c-history__total dt {
  font-weight: 700;
}

.fs-c-history__total dt::after {
  display: none;
}

.fs-c-history__total dd {
  text-align: right;
}

.fs-c-history__total dt, .fs-c-history__total dd {
  border-top: 1px solid #155159;
  margin-top: 8px;
  padding-top: 8px;
}

.fs-c-modal__header {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #003d44;
    padding: 0.25rem;
    color: #fff;
}
.fs-c-productListCarousel {
    max-width: 1096px;
	width: 100%;
    margin: 0 auto 4rem;

}

.fs-c-productListCarousel__ctrl {
  display: block;
  flex-basis: 26px;
  min-width: 26px;
  position: relative;
}

.fs-c-productListCarousel__ctrl.slick-disabled {
  opacity: 0.3;
}

.fs-c-productListCarousel__ctrl.slick-disabled:hover {
  opacity: 0.3;
}

.fs-c-productListCarousel__ctrl.slick-disabled > .fs-c-button--carousel {
  cursor: default;
}

.fs-c-productListCarousel__ctrl.slick-hidden {
  display: none;
}

.fs-c-productListCarousel__list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.fs-c-productListCarousel__list__item {
    width: 100%;
    display: inline-block;
    max-width: 120px;
    min-width: 120px;
    margin: 0 12px 0 0;
}

h2.fs-c-productListItem__productName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
h2.fs-c-productListItem__productName a {
    font-size: 0.875rem;
    text-decoration: none;
    color: #000;
}
.fs-c-stockNotificationsProduct {
    display: flex;
}
.fs-c-stockNotificationsProduct__productName {
    margin-left: 0.5rem;
}
.fs-c-wishlistProduct__list .fs-c-productListItem__productDescription {
	display: none;
}

.fs-c-wishlistProduct__footer {
    margin-bottom: 2rem;
}

.fs-c-productPrice__main__label {
    display: none;
}

.fs-c-productPrice__main__price {
    font-size: 1.15rem;
    text-align: right;
}
.fs-c-price__value::after {
	content: "～";
	display: inline-block;
}
.fs-c-productPrice__addon{
    display: none;
}


/*ここまで*/

.fs-c-button--plain {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #003d44;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 0;
}


.fs-c-button--plain {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #003d44;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0;
}

.fs-c-button--plain:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: underline;
}
.fs-c-button--plain::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fs-c-button--plain.fs-c-button--addReview--detail::before {
  content: "\e928";
}

.fs-c-button--plain.fs-c-button--viewAllReviews::before {
  content: "\e927";
}

.fs-c-button--plain.fs-c-button--addToCart--list::before {
  content: "\e91f";
}

.fs-c-button--plain.fs-c-button--subscribeToArrivalNotice--list::before {
  content: "\e920";
}

.fs-c-button--plain.fs-c-button--viewProductDetail::before {
  content: "\e92b";
}

.fs-c-button--plain.fs-c-button--viewMoreImage .fs-c-button__label {
  display: none;
}

.fs-c-button--plain.fs-c-button--viewMoreImage::before {
    content: "";
    display: inline-block;
    background: url(https://venirc.itembox.design/item/img/common/img_icon_viewMoreImage.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.fs-c-button--plain.fs-c-button--viewExtendedImage .fs-c-button__label {
  display: none;
}

.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
    content: "";
    display: inline-block;
    background: url(https://venirc.itembox.design/item/img/common/img_icon_viewMoreImage.svg) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.fs-c-button--primary {
    text-align: center;
    font-size: 4vw;
    line-height: 3;
    max-width: 100%;
    min-width: 100%;
    background: #7a0e0e;
    border: none;
    border-radius: 0.25rem;
    text-decoration: none;
    color: #ffffff;
    display: block;
    margin: 0 auto;
}
.fs-c-button--primary:hover, .fs-c-button--primary:visited, .fs-c-button--primary:active {
    color: #ffffff;
    text-decoration: none;
}

.fs-c-button--secondary {
    background: #ffffff;
    border: 1px solid #003d44;
    border-radius: 4px;
    color: #003d44;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2;
    text-decoration: none;
    text-align: center;
    min-width: 240px;
    max-width: 400px;
    margin: 0 auto;
}

.fs-c-button--secondary:hover, .fs-c-button--secondary:visited, .fs-c-button--secondary:active {
    color: #003d44;
    text-decoration: none;
}
.fs-c-button--secondary:hover {
    opacity: 0.8;
}
.fs-c-inputInformation__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0.5rem 0 2rem;
}
.fs-c-buttonContainer {
    display: flex;
    align-items: center;
	    justify-content: space-between;
    padding: 0 0 0.5rem;
}
.fs-c-continueShopping {
    margin: 2rem 0;
}
.fs-c-productListItem__control .fs-c-buttonContainer {
    display: flex;
    justify-content: space-between;
}

.fs-c-buttonContainer--confirmOrder {
    text-align: center;
    margin: 0 auto;
}
.fs-c-buttonContainer--pair .fs-c-button--cancel, .fs-c-buttonContainer--pair .fs-c-button--addAddressee {
    font-size: 4vw;
    border: 1px solid currentColor;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 0.2rem;
    line-height: 3;
}
@supports (grid-row-gap: 32px) {
  .fs-c-buttonContainer--pair > * + * {
    margin-top: 0;
  }
}

.fs-c-buttonContainer--pair > *:first-child {
/*  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;*/
	margin-bottom: 1rem;
}

.fs-c-buttonContainer--pair > *:last-child {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}

@media screen and (min-width: 768px) {
.fs-c-inputInformation__button {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.fs-c-buttonContainer--pair > * {
	flex-basis: 48%;
}

.fs-c-button--primary {
    font-size: 1.2rem;
    line-height: 2;
    min-width: 240px;
}
.fs-c-buttonContainer--pair .fs-c-button--primary {
    margin: 0;
}

  .fs-c-buttonContainer--pair > * + * {
    margin-top: 0;
  }
	
.fs-c-buttonContainer--pair > * {
    font-size: 1.4rem;
    min-width: 160px;
}

  .fs-c-buttonContainer--pair > *:first-child {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .fs-c-buttonContainer--pair > *:last-child {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: end;
    justify-self: end;
    margin-right: none;
  }

.fs-c-buttonContainer--pair .fs-c-button--cancel, .fs-c-buttonContainer--pair .fs-c-button--addAddressee {
    font-size: 1.1rem;
    line-height: 2;
    padding: 0.1rem;
}
}

.fs-c-buttonContainer--changeSmall, .fs-c-buttonContainer--moveToOrderHistory, .fs-c-buttonContainer--moveToStoreOrders, .fs-c-buttonContainer--resendVerificationCode {
  justify-content: flex-end;
}

.fs-c-buttonContainer--addAddressbook {
  padding: 8px 0;
}

.fs-c-buttonContainer--addAddressbook, .fs-c-buttonContainer--addReview--detail, .fs-c-buttonContainer--addProductToWishList, .fs-c-buttonContainer--inquiryAboutProduct, .fs-c-buttonContainer--myPageTop, .fs-c-buttonContainer--removeProductFromWishList, .fs-c-buttonContainer--viewAllReviews, .fs-c-buttonContainer--back, .fs-c-buttonContainer--backToRegister, .fs-c-buttonContainer--moveToShoppingCart, .fs-c-buttonContainer--moveToSubscriptionCart, .fs-c-buttonContainer--changeCreditCard {
  justify-content: flex-start;
}

.fs-c-buttonContainer--myPageTop, .fs-c-buttonContainer--back, .fs-c-buttonContainer--backToRegister {
    margin: 2rem 0;
}

.fs-c-buttonContainer--viewStoreList {
  margin-top: 24px;
}

.fs-c-buttonContainer--deleteChange {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.fs-c-buttonContainer--deleteChange > [class^="fs-c-button"] {
    font-size: 1rem;
    min-width: auto;
}

.fs-c-buttonContainer--deleteChange > * + * {
  margin: 0 16px 0 0;
}

@media screen and (min-width: 600px) {
  .fs-c-buttonContainer--deleteChange {
    justify-content: center;
  }
}

.fs-c-buttonContainer--lineImportProfile {
  margin: 0 auto;
  max-width: 600px;
}

.fs-c-buttonContainer--backModerate {
  display: flex;
  justify-content: flex-start;
}

.fs-c-buttonContainer--inputCreditCardData {
  margin-left: auto;
}

.fs-c-button--changeInfomation{
    padding: 0.1rem 0.5rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.fs-c-button--purchaseHere {
    display: block;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    content: "\e919";
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    content: "\e91a";
    color: #C98696;
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
}

.fs-c-button--removeFromWishList--icon .fs-c-button__label, .fs-c-button--addToWishList--icon .fs-c-button__label {
    display: none;
}

.fs-c-cartTable {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ccc;
}
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    padding: 0.25rem;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.fs-c-cartTable__actionButton__container--buyItLater {
    border-top: 1px solid #ccc;
}
.fs-c-cartTable__product {
    flex-direction: column;
}
.fs-c-quantity {
    display: inline-block;
    max-width: 5em;
}
.fs-c-price {
    display: inline-block;
}
.fs-c-cartTable__actionButton__container--buyItLater {
    border-top: none;
}

.fs-c-cartPayment, .fs-c-payWithAmazon {
    margin-top: 0.5rem;
    font-size: 0.875rem;
}

.fs-c-price__addon {
    display: flex;
    font-size: 0.875rem;
    margin-left: 0.25rem;
}

.fs-c-creditCardIcons {
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0;
}
.fs-c-creditCardIcons > li {
    box-sizing: border-box;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
    font-size: 1.6rem;
}

.fs-c-button--image {
    border: none;
    padding: 0;
    background: none;
}

.fs-c-button--standard {
    font-size: 1rem;
}

.fs-c-button--standard::after {
    content: "»";
		display:inline-block;
}

@media screen and (min-width: 600px) {
.fs-c-productListCarousel__list__item {
    max-width: 240px;
    min-width: 240px;
}

.fs-c-cartTableContainer {
    padding: 0;
}

.fs-c-quantity,.fs-c-price {
    display: inline-block;
}

.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    padding: 0.5rem;
    vertical-align: middle;
}
.fs-c-cartTable__actionButton {
    justify-content: center;
}

.fs-c-cartTable__actionButton__container--buyItLater {
    border-top: 1px solid #ccc;
    border-left: none;
}
	
.fs-c-cartTable__product {
    flex-direction: row;
}
}
	
/*.fs-c-loginForm {
    max-width: 1040px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
*/
.fs-c-loginForm {
	max-width: 1040px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}
.fs-c-listedProductName__name {
    font-size: 1.1rem;
}

.fs-c-listedOptionPrice {
    font-size: 0.875rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(1em, max-content) minmax(1em, max-content);
    -ms-grid-rows: auto;
    grid-template-columns: minmax(1em, max-content) minmax(1em, max-content);
    grid-template-rows: minmax(1em, -webkit-min-content);
    grid-template-rows: minmax(1em, min-content);
    grid-auto-rows: minmax(1em, -webkit-min-content);
    grid-auto-rows: minmax(1em, min-content);
    grid-row-gap: 0.5rem;
    grid-column-gap: 1rem;
    line-height: 1.2;
    margin: 8px 0;
}

.fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
    font-size: 0.875rem;
}
.fs-c-orderDetailInfo__orderTotal {
  margin-top: 8px;
}

@media screen and (min-width: 960px) {
  .fs-c-orderDetailInfo__orderTotal {
    margin: 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 #003d44;
}

.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: #003d44;
  color: #ffffff;
}

.fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
  border: 1px solid #000;
  padding: 4px;
}

.fs-c-orderTotalTable {
    border-collapse: collapse;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    border-top: 1px solid #000;
}

.fs-c-string {
    font-size: 1rem;
    font-weight: normal;
}
	
.fs-c-registeredUsers.fs-c-subSection > * {
    flex-basis: 48%;
    max-width: 48%;
}
.fs-c-subSection {
    margin-bottom: 2rem;
}
.fs-c-subSection__title {
    color: #003d44;
    font-size: 1.2rem;
    border-bottom: 1px solid currentColor;
    margin-bottom: 1rem;
}
.fs-c-subSection__message{
    margin: 1rem 0;
}
.fs-c-guestReview h3 {
    font-weight: bold;
    display: block;
    margin: 0.5rem 0 0.5rem;
}
.fs-c-subSection__message {
    margin: 1rem 0;
}
.fs-c-guestReview__message {
    margin: 0 0 1rem;
}

@media screen and (max-width: 736px) {
.fs-c-loginForm {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fs-c-registeredUsers.fs-c-subSection > * {
    flex-basis: 100%;
    max-width: 100%;
}
.fs-c-subSection__title {
    font-size: 4vw;
}
}

.fs-c-history__info {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px;
}

.fs-c-history__info > * + * {
  padding-top: 16px;
}

.fs-c-history__listContainer > * + * {
  margin-top: 8px;
}

.fs-c-history__term {
    color: #155159;
    font-size: 1rem;
}

.fs-c-history__total dl {
  grid-gap: 0;
}

.fs-c-history__total dt {
  font-weight: normal;
}

.fs-c-history__total dt::after {
  display: none;
}

.fs-c-history__total dd {
  text-align: right;
}

.fs-c-history__total dt, .fs-c-history__total dd {
  border-top: 1px solid #155159;
  margin-top: 8px;
  padding-top: 8px;
}

.fs-body-cart .fs-l-cart__contentsArea {
  margin-bottom: 24px;
}

.fs-body-cart .fs-l-cart__contentsArea > * {
  margin-bottom: 24px;
}

@media screen and (min-width: 960px) {
  .fs-body-cart .fs-l-cart__contentsArea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 280px;
    grid-template-columns: 1fr 280px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .fs-body-cart .fs-l-cart__contentsArea > * {
    margin-bottom: auto;
  }
.fs-body-cart .fs-l-cart__mainColumn {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    font-size: 0.875rem;
}
.fs-body-cart .fs-l-cart__sideColumn {
    border: 1px solid #000;
    border-radius: 0.5rem;
    padding: 16px;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-align: start;
    align-self: start;
}
  .fs-body-cart.fs-body-cartSubscribe .fs-l-cart__contentsArea {
    grid-template-columns: 1fr auto;
  }
}
	
.fs-c-noResultMessage {
    background: rgba(126, 126, 126, 0.08);
    padding: 1.5rem;
    margin: 1.5rem 0;
    text-align: center;
}

.fs-body-my-orders .fs-c-history {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}

.fs-body-my-orders .fs-c-history__info, .fs-body-my-storeOrders .fs-c-history__info {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-body-my-orders .fs-c-history__listContainer, .fs-body-my-storeOrders .fs-c-history__listContainer {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

@media screen and (min-width: 960px) {
  .fs-body-my-orders .fs-c-history {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
  .fs-body-my-orders .fs-c-history__info, .fs-body-my-storeOrders .fs-c-history__info {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    align-self: start;
    -ms-grid-row-align: start;
  }
  .fs-body-my-orders .fs-c-history__listContainer, .fs-body-my-storeOrders .fs-c-history__listContainer {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.fs-body-my-points .fs-c-history__info {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .fs-body-my-points .fs-c-history__info {
    max-width: 560px;
  }
}

.fs-body-my-points .fs-c-history__listContainer {
  padding-top: 24px;
}


.fs-c-checkout-addDestinationButton {
  display: flex;
  justify-content: center;
  margin: 16px 0 40px;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-addDestinationButton {
    justify-content: flex-end;
  }
}

.fs-c-checkout-addressee {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  background: #ffffff;
  color: #333333;
  padding: 8px;
  border: 1px solid #e5e5e5;
}

.fs-c-checkout-addresseeList {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.fs-c-checkout-addresseeList > li {
  box-sizing: border-box;
}

.fs-c-checkout-addressee.case-favoriteStore {
  background-color: #F9F9D6;
}

.fs-c-checkout-addressee + .fs-c-checkout-addressee {
  margin-top: 8px;
}

.fs-c-checkout-addressee__check {
  width: 24px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  position: relative;
}

.fs-c-checkout-addressee__check .fs-c-checkbox__label {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fs-c-checkout-addressee__data {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 1;
  padding: 8px;
}

.fs-c-checkout-addressee__data__name {
    font-size: 1.4rem;
    font-weight: bold;
    min-width: 144px;
}

.fs-c-checkout-addressee__data__name__home {
  font-size: 1.2rem;
}

.fs-c-checkout-addressee__data__name__favoriteStore {
  display: inline-block;
  font-size: 1.4rem;
}

.fs-c-checkout-addressee__data__name__favoriteStore::before {
  content: "(";
}

.fs-c-checkout-addressee__data__name__favoriteStore::after {
  content: ")";
}

.fs-c-checkout-addressee__data__address {
  flex-grow: 1;
  width: 100%;
}

.fs-c-checkout-addressee__data__storeComment {
  background: rgba(126, 126, 126, 0.08);
  flex-grow: 1;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-addressee__data__openDescription {
  color: #003d44;
  cursor: pointer;
}

.fs-c-checkout-addressee__data__openDescription:hover {
  color: #1C6972;
}

.fs-c-checkout-addressee__control {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  grid-row-gap: 8px;
  padding: 8px;
  align-items: end;
}

.fs-c-checkout-addressee__control > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-checkout-addressee__control > *:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-checkout-addressee__control > * {
  -ms-grid-row-align: end;
}

.fs-c-checkout-addressee__control > * + * {
  margin-top: 8px;
}

@supports (grid-row-gap: 8px) {
  .fs-c-checkout-addressee__control > * + * {
    margin-top: 0;
  }
}

@media screen and (min-width: 480px) {
  .fs-c-checkout-addressee__control {
    min-width: 192px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .fs-c-checkout-addressee__control :not(:first-child) {
    margin-right: 8px;
  }
  .fs-c-checkout-addressee__control > * + * {
    margin-top: 0;
  }
}

.fs-c-checkout-customerInfo__name, .fs-c-checkout-destination__name {
    font-size: 1.4rem;
}

.fs-c-checkout-customerInfo > li {
    margin-top: 0.25rem;
}

.fs-c-checkout-destination__list > li {
    margin-top: 0.25rem;
}


.fs-c-checkout-checkoutMethod {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-checkoutMethod p {
  margin: 0;
}

.fs-c-checkout-checkoutMethod__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-checkoutMethod__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-checkoutMethod__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}
.fs-c-checkout-checkoutMethod.is-active {
    border: 2px solid #003d44;
    margin-bottom: 1rem;
}

.fs-c-checkout-checkoutMethod.is-active .fs-c-checkout-checkoutMethod__title {
    background: #003d44;
    color: #ffffff;
}

.fs-c-checkout-checkoutMethod.is-disabled:not(.is-active) .fs-c-checkout-checkoutMethod__title {
  color: #666666;
}

.fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod:not(.is-active) {
  border: 2px solid #e5e5e5;
}

.fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod:not(.is-active) .fs-c-checkout-checkoutMethod__title:not(.is-active) {
  background: #e5e5e5;
}

.fs-c-checkout-communicationTextarea {
  min-height: 24em;
  font-size: 0.8em;
}

.fs-c-checkout-couponList {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-couponList > li {
  box-sizing: border-box;
}

.fs-c-checkout-couponList__item {
  background: #f7f7f7;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}

.fs-c-checkout-couponList__item + * {
  margin-top: 8px;
}

.fs-c-checkout-couponList__item.is-active {
  background: #F9F9D6;
}

.fs-c-checkout-couponList__description {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}

.fs-c-checkout-couponList__control {
  flex-basis: 88px;
}

.fs-c-checkout-couponList__couponName {
  font-size: 1.2rem;
}

.fs-c-checkout-couponList__couponDiscount {
  color: #e76b34;
}

@media screen and (min-width: 768px) {
  .fs-c-checkout-couponList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: stretch;
  }
  .fs-c-checkout-couponList > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-checkout-couponList > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-checkout-couponList > *:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-checkout-couponList > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-checkout-couponList > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-checkout-couponList > *:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-checkout-couponList > *:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-checkout-couponList > *:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-checkout-couponList > *:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-checkout-couponList > *:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-checkout-couponList > *:nth-child(11) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-checkout-couponList > *:nth-child(12) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-checkout-couponList > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-checkout-couponList > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-checkout-couponList > *:nth-child(15) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-checkout-couponList > *:nth-child(16) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-checkout-couponList > *:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-checkout-couponList > *:nth-child(18) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-checkout-couponList > *:nth-child(19) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-checkout-couponList > *:nth-child(20) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-checkout-couponList__item + * {
    margin-top: 0;
  }
  .fs-c-checkout-couponList__item:nth-child(2n) {
    margin-left: 8px;
  }
  .fs-c-checkout-couponList__item:nth-child(n+3) {
    margin-top: 8px;
  }
  @supports (grid-gap: 8px) {
    .fs-c-checkout-couponList__item:nth-child(2n), .fs-c-checkout-couponList__item:nth-child(n+3) {
      margin: 0;
    }
  }
}

.fs-c-checkout-couponCodeInput {
  background: #f7f7f7;
  padding: 8px;
}

.fs-c-checkout-couponCodeInput__title {
  font-size: 1.2rem;
  flex-basis: 100%;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-couponCodeInput__title {
    flex-basis: auto;
  }
}

.fs-c-checkout-couponCodeInput__input {
  flex-basis: 60%;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-couponCodeInput__input {
    flex-basis: auto;
  }
}

.fs-c-checkout-delivery__method {
  background: rgba(126, 126, 126, 0.08);
  padding: 8px;
}

.fs-c-checkout-delivery__method__deliveryDateTime {
  margin: 8px 0;
}

.fs-c-checkout-delivery__method__deliveryDateTime dd {
  white-space: pre-wrap;
}

.fs-c-checkout-delivery__method__title {
    font-size: 1.4rem;
    margin: 0;
}

.fs-c-checkout-delivery__method__message {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #333333;
  margin: 8px 0;
  padding: 8px;
}

.fs-c-checkout-delivery__button {
  display: flex;
  justify-content: flex-end;
}

.fs-c-checkout-deliveryCycle {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-deliveryCycle p {
  margin: 0;
}

.fs-c-checkout-deliveryCycle__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-deliveryCycle__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-deliveryCycle__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-deliveryCycle.is-active {
  border: 2px solid #666666;
}

.fs-c-checkout-deliveryCycle.is-active .fs-c-checkout-deliveryCycle__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}

.fs-c-checkout-deliveryCycle.is-disabled:not(.is-active) .fs-c-checkout-deliveryCycle__title {
  color: #666666;
}

.fs-c-checkout-deliveryCycle__selectCycle > * + * {
  margin-top: 4px;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-deliveryCycle__selectCycle {
    display: flex;
    align-items: center;
  }
  .fs-c-checkout-deliveryCycle__selectCycle > * {
    width: auto;
  }
  .fs-c-checkout-deliveryCycle__selectCycle > * + * {
    margin-left: 4px;
    margin-top: 0;
  }
}

.fs-c-checkout-deliveryCycle__notice {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

.fs-c-checkout-deliveryCycle__notice > li {
  box-sizing: border-box;
}

.fs-c-checkout-deliveryCycle__notice > *::before {
  content: "※";
}

.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;
}

@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__item > * {
  padding: 4px 8px;
}

.fs-c-checkout-deliveryCyclePreview__list__item + .fs-c-checkout-deliveryCyclePreview__list__item {
  border-top: none;
}

.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;
}

.fs-c-checkout-deliveryCyclePreview__button {
  justify-content: flex-end;
}

.fs-c-checkout-deliveryInfo:not(.fs-c-checkout-preview) {
  margin: 48px 0;
}

.fs-c-checkout-deliveryInfo__footer {
  margin-top: 48px;
}

.fs-c-checkout-deliveryInfo__footer [class^="fs-c-button"] {
  min-width: 320px;
}

.fs-c-checkout-deliveryMethod {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-deliveryMethod p {
  margin: 0;
}

.fs-c-checkout-deliveryMethod__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-deliveryMethod__option__title {
    border-bottom: 1px solid currentColor;
    font-size: 0.875rem;
    margin: 1rem 0;
}

.fs-c-checkout-deliveryMethod__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}
.fs-c-checkout-deliveryMethod.is-active {
    border: 2px solid #003d44;
    margin-bottom: 1rem;
}

.fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title {
    background: #003d44;
    color: #ffffff;
}

.fs-c-checkout-deliveryMethod.is-disabled:not(.is-active) .fs-c-checkout-deliveryMethod__title {
  color: #666666;
}

.fs-c-checkout-deliveryMethod__option__setting {
  background: rgba(126, 126, 126, 0.08);
  padding: 8px;
  margin: 8px 0;
}

.fs-c-checkout-deliveryMethod__option__setting dd {
  margin-left: 0;
}

.fs-c-checkout-deliveryMethod__option__setting dd + dt {
  margin-top: 8px;
}

.fs-c-checkout-loginGuidance {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
  margin: 8px 0;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-loginGuidance {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .fs-c-checkout-loginGuidance__message, .fs-c-checkout-loginGuidance__button {
    -ms-grid-row-align: center;
    align-self: center;
  }
  .fs-c-checkout-loginGuidance__message {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-right: 24px;
  }
  .fs-c-checkout-loginGuidance__button {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.fs-c-checkout-loginGuidance:last-of-type {
  margin-bottom: 24px;
}

.fs-c-checkout-loginGuidance .fs-c-button--standard {
  min-width: 16em;
}

.fs-c-checkout-loginGuidance--unregisteredUser {
  background: #f7f7f7;
}

.fs-c-checkout-multiAddress__button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  margin: 24px 0;
}

.fs-c-checkout-multiAddress__button > *:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.fs-c-checkout-multiAddress__button > *:last-child {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  margin-left: 8px;
}

@supports (grid-gap: 8px) {
  .fs-c-checkout-multiAddress__button > *:last-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-multiAddress__button {
    display: flex;
    justify-content: flex-end;
    margin: 24px 0;
  }
  .fs-c-checkout-multiAddress__button :not(:first-child) {
    margin-left: 8px;
  }
}

.fs-c-checkout-multiDestination > * + * {
  margin-top: 16px;
}

.fs-c-checkout-multiDestination__title {
  background: #155159;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 4px;
  text-align: center;
}

.fs-c-checkout-multiDestination__subtitle {
  border-left: 2px solid #999999;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 8px;
}

.fs-c-checkout-multiDestination__product, .fs-c-checkout-multiDestination__productQuantity {
  background: #f7f7f7;
}

.fs-c-checkout-multiDestination__productName {
  flex-grow: 1;
}

.fs-c-checkout-multiDestination__productQuantity__quantity {
  padding: 0 8px;
  text-align: right;
  display: block;
  width: 3em;
  margin: auto;
}

.fs-c-checkout-multiDestination__wrapping__body {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  padding: 8px 0;
}

.fs-c-checkout-multiDestination__button {
  margin-top: 8px;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-multiDestination__productQuantity__quantity {
    margin: auto 0;
  }
}

.fs-c-checkout-paymentMethod {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-paymentMethod p {
  margin: 0;
}

.fs-c-checkout-paymentMethod__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-paymentMethod__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-paymentMethod__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-paymentMethod.is-active {
    border: 2px solid #003d44;
}

.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
    background: #003d44;
    color: #ffffff;
}

.fs-c-checkout-paymentMethod.is-disabled:not(.is-active) .fs-c-checkout-paymentMethod__title {
  color: #666666;
}

.fs-c-checkout-paymentMethod__option > * + * {
  margin-top: 8px;
}

.fs-c-checkout-paymentMethod__option__title--cardNumber, .fs-c-checkout-paymentMethod__option__title--paymentNumber {
  display: none;
}

.fs-c-checkout-paymentMethod__option__body--creditCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fs-c-checkout-pickupStoreDescription {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fs-c-checkout-pickupStoreDescription__map {
  border: 1px solid #e5e5e5;
}

.fs-c-checkout-pickupStoreDescription__map > iframe {
  display: block;
  width: 100%;
  min-height: 320px;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-pickupStoreDescription__map > iframe {
    min-height: 400px;
  }
}

.fs-c-checkout-pickupStoreDisabled__button {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #333333;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 1.2rem;
  padding: 8px 12px 8px 28px;
  position: relative;
  text-align: center;
}

.fs-c-checkout-pickupStoreDisabled__button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  content: "\e924";
}

.fs-c-checkout-pickupStoreDisabled__message {
  font-size: 1.2rem;
  padding: 4px;
}

.fs-c-checkout-pickupStoreList__notice {
  background: rgba(126, 126, 126, 0.08);
  display: flex;
  justify-content: center;
  padding: 16px 16px;
}

.fs-c-checkout-pickupStoreList__status {
  display: flex;
  margin: 8px 0;
}

.fs-c-checkout-pickupStoreList__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-pickupStoreList__list > li {
  box-sizing: border-box;
}

.fs-c-checkout-pointInfo__usePoint__number {
  font-size: 2.6rem;
}

.fs-c-checkout-pointInfo__usePoint__label {
  font-size: 1.2rem;
}

.fs-c-checkout-pointSetting {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-pointSettingList {
  margin: 8px 0;
}

.fs-c-checkout-pointSetting__inputUsePoint {
  display: flex;
  align-items: center;
}

.fs-c-checkout-pointSetting__inputUsePoint > input {
  margin-right: 8px;
  width: 8em;
}

.fs-c-checkout-pointSetting p {
  margin: 0;
}

.fs-c-checkout-pointSetting__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-pointSetting__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-pointSetting__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-pointSetting.is-active {
  border: 2px solid #666666;
}

.fs-c-checkout-pointSetting.is-active .fs-c-checkout-pointSetting__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}

.fs-c-checkout-pointSetting.is-disabled:not(.is-active) .fs-c-checkout-pointSetting__title {
  color: #666666;
}

.fs-c-checkout-preview {
    border: 1px solid #000;
    border-radius: 3px;
    padding: 16px;
    background: #ffffff;
    color: #000;
}

.fs-c-checkout-preview__title {
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 8px;
    padding: 0 0 0.25rem;
    text-align: center;
}

.fs-c-checkout-preview__body > * + * {
  margin-top: 8px;
}

.fs-c-checkout-previewAndEdit {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-row-gap: 8px;
}

.fs-c-checkout-previewAndEdit > * {
  align-self: center;
}

.fs-c-checkout-previewAndEdit__info {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  border: 3px solid #e5e5e5;
  border-radius: 3px;
  line-height: 1;
  padding: 8px;
}

.fs-c-checkout-previewAndEdit__info:only-child {
  grid-column: 1 /3;
  -ms-grid-column-span: 3;
}

.fs-c-checkout-previewAndEdit__button {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-previewAndEdit {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    align-items: start;
    grid-column-gap: 48px;
  }
  .fs-c-checkout-previewAndEdit__button {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-align: start;
  }
}

.fs-c-checkout-productQuantityWarning {
  margin: 24px auto;
}

.fs-c-checkout-productQuantityWarning__productInfo {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
}

.fs-c-checkout-productQuantityWarning__warning {
  padding: 8px;
}

.fs-c-checkout-productQuantityWarning__warning > strong {
  font-size: 1.8rem;
}

.fs-c-checkout-receivingMethod {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-receivingMethod p {
  margin: 0;
}

.fs-c-checkout-receivingMethod__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-receivingMethod__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-receivingMethod__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-receivingMethod.is-active {
  border: 2px solid #666666;
}

.fs-c-checkout-receivingMethod.is-active .fs-c-checkout-receivingMethod__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}

.fs-c-checkout-receivingMethod.is-disabled:not(.is-active) .fs-c-checkout-receivingMethod__title {
  color: #666666;
}

.fs-c-checkout-receivingMethod__destination {
  gap: 8px;
}

.fs-c-checkout-receivingMethod__storeComment {
  background: rgba(126, 126, 126, 0.08);
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-searchPickupStoreField {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-c-checkoutServiceDisabled__button {
  background: #999999;
  border: 1px solid #e5e5e5;
  color: #333333;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 8px 12px 8px 32px;
  position: relative;
  text-align: center;
}

.fs-c-checkoutServiceDisabled__button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  content: "\e924";
}

.fs-c-checkoutServiceDisabled__message {
  font-size: 1.2rem;
  padding: 4px;
}

.fs-c-checkoutSuccess__product {
  border: 1px solid #999999;
  border-radius: 3px;
  padding: 8px;
}

.fs-c-checkoutSuccess__product__table caption {
  font-size: 1.2em;
  border-bottom: 1px solid #999999;
  padding-bottom: 8px;
}

.fs-c-checkoutSuccess__product__table th {
  background: rgba(126, 126, 126, 0.08);
  padding: 8px;
}
.fs-c-inputInformation__field {
    background: rgba(126, 126, 126, 0.08);
    padding: 3.3vw;
    margin-bottom: 1rem;
}
.fs-c-inputInformation__message {
  margin: 24px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fs-c-inputInformation__message .fs-c-modal__contents .fs-c-inputInformation__message {
  margin: 0;
  justify-content: flex-start;
}

.fs-c-inputInformation__message .fs-c-modal__contents .fs-c-inputInformation__message p {
  text-align: left;
}

.fs-c-inputInformation__body {
  background: #ffffff;
  color: #333333;
  padding: 16px 24px;
  max-width: 768px;
  margin: 0 auto;
}

.fs-c-inputInformation__link {
  margin-top: 8px;
  text-align: right;
}

.fs-c-inputInformation__buttonMessage {
    margin: 1rem auto 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fs-c-inputInformation__inFieldButton {
  margin-top: 16px;
}

.fs-c-inputInformation__buttonMessage {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fs-c-inputInformation__field {
  margin: 24px auto;
  max-width: 1000px;
}
.fs-c-checkout-checkoutMethod__body .fs-c-inputInformation__field {
  max-width: 100%;
  margin: 8px auto;
}

.fs-c-inputGroup {
  border-color: #cccccc;
}

.fs-c-inputGroup > * + * {
  border-color: #cccccc;
}

.fs-c-inputGroup > button {
  border: none;
  border-left: 1px solid #cccccc;
}

.fs-c-inputTable {
  width: 100%;
}

.fs-c-inputTable__headerCell {
  text-align: left;
}
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
    padding: 0;
    font-size: 3.3vw;
    line-height: 1.5;
}
.fs-c-inputTable > thead {
  display: none;
}

.fs-c-inputTable > tbody {
  display: block;
}

.fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
	margin: 1.5rem 0 1.5rem;
}

.fs-c-inputTable > tbody > tr + tr {
  margin-top: 0;
}

.fs-c-inputTable--child {
  background: rgba(192, 192, 192, 0.08);
  display: block;
  padding: 8px;
}

.fs-c-inputTable--child > tbody > tr > th, .fs-c-inputTable--child > tbody > tr > td {
  padding: 8px 4px;
  display: table-cell;
}

.fs-c-inputTable--inModal > tbody {
  padding-bottom: 16px;
}

.fs-c-inputTable--inModal > tbody > tr + tr {
  margin-top: 8px;
}

.fs-c-inputTable--inModal > tbody > tr:nth-child(even) {
  background: none;
}

.fs-c-inputTable--inModal th, .fs-c-inputTable--inModal td {
  border: none;
}

_:-ms-input-placeholder, :root .fs-c-inputTable > tbody > tr > th,
_:-ms-input-placeholder, :root .fs-c-inputTable > tbody > tr > td {
  display: block;
}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    line-height: 2;
    min-height: 2rem;
    padding: 0.25rem 0.5rem;
    width: 100%;
    box-sizing: border-box;
}

.fs-c-modal__header {
    background: #f7f7f7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 8px 16px;
	color: ＃000;
}

.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 #003d44;
}

.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: #003d44;
  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-inputTable__headerCell, .fs-c-inputTable__dataCell {
    font-size: 1rem;
}
.fs-c-inputInformation__field {
    padding: 1rem 2rem;
}

}

.fs-c-orderedList > li::before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  color: #155159;
  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 #155159;
}

.fs-c-orderedList > li p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.fs-c-orderHistory {
  margin-top: 8px;
}

.fs-c-orderHistoryItem {
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  margin-bottom: 24px;
  overflow: hidden;
}

.fs-c-orderHistoryItem__header {
  border-bottom: 1px solid #b2b2b2;
  background: rgba(126, 126, 126, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.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: 1rem;
}

.fs-c-orderHistoryItem__deliveryInfo {
  font-size: 0.875rem;
  -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 #000000;
  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;
    font-size: 0.875rem;
}

.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;
    font-size: 0.875rem;
}

  .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-requiredMark {
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    width: 1em;
    height: 1em;
    right: 0;
    top: 0;
}

.fs-c-requiredMark::before {
    content: "*";
    display: block;
    font-size: 1.2em;
    text-indent: 0;
}

.fs-c-button--particular {
    background: #f7f7f7;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
   /* display: flex;*/
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon, .fs-c-button--particular.fs-c-button--removeFromWishList--icon, .fs-c-button--particular.fs-c-button--displayPassword, .fs-c-button--particular.fs-c-button--hidePassword {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

.fs-c-button--particular.fs-c-button--displayPassword::before {
    content: "\e917";
}
.fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
    color: #999999;
    margin: auto 4px;
}


/*他社サービス*/
.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-specTable {
  border-collapse: collapse;
}

.fs-c-specTableContainer {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-c-specTable, .fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
    border: 1px solid #b2b2b2;
    white-space: nowrap;
    margin: 1rem auto 1rem;
}

.fs-c-specTable__caption {
  margin-bottom: 4px;
}

.fs-c-specTable__headerCell {
  background: rgba(126, 126, 126, 0.08);
  font-weight: normal;
}

.fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
  padding: 8px 16px;
  text-align: center;
}

.fs-c-listTable {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
}

.fs-c-listTable > thead {
  border-top: 1px solid #b2b2b2;
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-listTable > tbody {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.fs-c-listTable > tbody > tr:nth-child(even) {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-listTable th, .fs-c-listTable td {
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    padding: 8px;
    vertical-align: middle;
}

.fs-c-listTable th:first-child, .fs-c-listTable td:first-child {
  border-left: none;
}

.fs-c-listTable th:last-child, .fs-c-listTable td:last-child {
  border-right: none;
}

@media screen and (max-width: 600px) {
  .fs-c-listTable > tbody {
    border: none;
  }
  .fs-c-listTable > tbody > tr {
    border: 1px solid #b2b2b2;
  }
  .fs-c-listTable > tbody > tr:nth-child(even) {
    background: transparent;
  }
}

.fs-c-noResultMessage {
    background: rgba(126, 126, 126, 0.08);
    padding: 24px;
    margin: 24px 0;
    text-align: center;
}

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    border-bottom: 1px solid #003d44;
    color: #000;
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 1rem;
}

.fs-p-accountInfo {
    background: #f7f7f7;
    color: #333333;
    padding: 8px;
    margin: 2rem 0;
}

.fs-p-accountInfo__header, .fs-p-accountInfo__currentPurchase {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  justify-content: space-between;
}

.fs-p-accountInfo__body {
  text-align: center;
  background: #ffffff;
  padding: 8px;
  margin-bottom: 8px;
}

.fs-p-accountInfo__accountStage[class~="is-staged--"] {
  display: none;
}

.fs-p-accountInfo__accountStage__stage {
  font-size: 2.2rem;
  font-weight: bold;
}

.fs-p-accountInfo__point[class~="has-points--"] {
  display: none;
}

.fs-p-accountInfo__point__point__available {
  font-weight: bold;
}

.fs-p-accountInfo__point__point__available__number {
  color: #C98696;
  font-size: 2.2rem;
}

/*ポイント履歴*/
.fs-c-listTable > tbody > tr > th::before, .fs-c-listTable > tbody > tr td::before {
    font-size: 1rem;
    font-weight: normal;
}
.fs-c-pointListTable__dataDetail {
    font-size: 1rem;
}
.fs-c-pointListTable__data {
    font-size: 1rem;
}

@media screen and (max-width: 600px) {
.fs-c-listTable > tbody > tr > th::before, .fs-c-listTable > tbody > tr td::before {
font-size: 3.3vw;
}
.fs-c-pointListTable__dataDetail {
    font-size: 3.3vw;
}
.fs-c-pointListTable__data {
    font-size: 3.3vw;
}
}
