@charset "UTF-8";

.fs-c-productCarouselMainImage__image > img {
width:100%;
}


  .p-tabarea .shopList__item {
    display: none;
  }
  .area-35 .shopList__item.area-35 {
    display: flex;
  }
  .area-36 .shopList__item.area-36 {
    display: flex;
  }
  .area-7 .shopList__item.area-7 {
    display: flex;
  }
  .area-37 .shopList__item.area-37 {
    display: flex;
  }
  .area-8 .shopList__item.area-8 {
    display: flex;
  }
  .area-38 .shopList__item.area-38 {
    display: flex;
  }
  .area-33 .shopList__item.area-33 {
    display: flex;
  }

/*--------------------
 * 闇市レイアウト
 *--------------------*/
    /* ヘッダー */
    #secret-head.lower_header .c-header{
        background-color: #F4F2F0;
    }
    #secret-head.lower_header .c-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row;
    }

    #secret-head.lower_header .c-header .c-header__logo-area {
        margin: 0 auto;
    }
    #secret-head.lower_header .c-header .c-header__logo-area .corp_logo a {
        border-right: none;
        font-size: 20px;
        letter-spacing: 5px;
    }

    /* フッター */
    #secret-foot.fs-l-footer .c-footer-main {
        align-items: end;
    }
    #secret-foot .scfoot-logo img {
        height: 18px;
    }
    #secret-foot .secret-contact {
        color:#3E3A39;
        margin-top: 20px;
        line-height: 1.5;
    }
    #secret-foot .secret-contact  ul {
        display: flex;
    }
    #secret-foot .secret-contact  ul li:first-child {
        margin-right: 20px;
    }

    /* 共通 */
    .scred {
        color: #E6031D;
    }
    .secret-att .c-about--list li:before {
        background: #000000;
    }

    /* 商品一覧 */
    .sc-gptext {
        text-align: center;
        line-height: 1.8;
        margin-bottom: 3%;
    }
    .sc-attention p {
        width: 62%;
        border: 1px solid #E6031D;
        text-align: center;
        line-height: 1.8;
        color: #E6031D;
        padding: 3%;
        margin: 0 auto 3% auto;
    }

    /* 商品詳細 */
    #fs-l-pageMain-secret.fs-l-product2 .p-iteminfo .p-iteminfo-btns__btn {
        width: calc(50% - 11px);
    }
    .c-btn--line.c-secret {
        background: #918A87!important;
        color: #fff!important;
        border: none;
    }
    .c-secret.c-btn--line::before,
    .c-secret.c-btn--line::after {
        content: none;
    }
    .secret-att {
        font-size: 14px;
        margin-top: 55px;
    }
        /* ポイント進呈/個別送料の表示 */
        #fs-l-pageMain-secret .fs-c-productPostage::before {
            content: "[送料";
        }
        #fs-l-pageMain-secret span.fs-c-productPostage__label {
            display: none;
        }
        /* おすすめ商品の非表示 */
        #fs-l-pageMain-secret .fs-c-featuredProduct {
            display: none;
        }
    /* SP関係 */
    @media screen and (min-width: 1024px) {
        #secret-head.lower_header .c-header .c-header__logo-area .corp_logo img {
            height: 18px;
        }
    }
    /* SP関係 */
    @media screen and (min-width: 1024px) {
        #secret-head.lower_header .c-header .c-header__logo-area .corp_logo img {
            height: 18px;
        }
    }
    @media screen and (max-width: 1024px) {
        /* ヘッダー */
        #secret-head.lower_header .c-header {
            padding: unset;
        }
        #secret-head.lower_header .c-header .c-header__btns {
            width: auto;
        }
        #secret-head .c-header .c-header-btns__btn {
            width: auto;
            border-left: 1px solid #DDDDDD;
            width: 70px;
            height: 70px;
        }
        #secret-head.lower_header .c-header .c-header__logo-area {
            width: calc(90% - 60px);
            margin: unset;
        }
        #secret-head.lower_header .c-header .c-header-btns__inner li {
            display: block;
        }
    }
    @media screen and (max-width: 768px) {
        /* 商品一覧 */
        .sc-gptext,
        .sc-attention p {
            font-size: 14px;
        }
        .sc-attention p {
            width: auto;
        }
        /* ヘッダー */
        #secret-head.lower_header .c-header .c-header__logo-area .corp_logo a {
            font-size: 17px;
        }
        /* フッター */
        #secret-foot .secret-contact {
            font-size: 12px;
        }
        #secret-foot.fs-l-footer .c-footer-main {
            padding: 40px 2%!important;
        }
        #secret-foot .secret-contact ul {
            display: block;
        }
        #secret-foot .secret-contact ul li a {
            color:#3E3A39;
        }
    }


/*--------------------
 * COMMON
 *--------------------*/
a,
.fs-c-button--plain {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a:hover, a:link:hover,
.fs-c-button--plain:hover,
.fs-c-button--plain:link:hover {
  text-decoration: none;
  opacity: .7;
}

.fs-l-header {
  padding-top: 0;
}

.fs-l-footer {
  background: none;
}

.fs-l-main {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.fs-l-pageMain > h2 {
  margin-top: 20px;
}

.fs-preview-header {
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fs-c-subSection__title {
  position: relative;
  padding-left: 18px;
  border-bottom: none;
  color: #3E3A39;
  font-size: 24px;
}

.fs-c-subSection__title::before, .fs-c-subSection__title::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}

.fs-c-subSection__title::before {
  margin-top: -8px;
  background: #A28D80;
}

.fs-c-subSection__title::after {
  background: #3E3A39;
}

.fs-c-subSection__message {
  margin: 30px 0;
  font-size: 16px;
  line-height: 34px;
}

/* SNS */
.fs-p-snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.slick-slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

.fs-c-list li {
  margin: 5px 0 5px 8px;
  line-height: 1.5;
}

.fs-c-breadcrumb {
  width: 100%;
  margin-bottom: 22px;
  padding: 30px 0 0;
}

.fs-c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 8px;
}

.fs-c-breadcrumb__listItem {
  position: relative;
  margin-left: 24px;
  color: #A28D80;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1;
}

.fs-c-breadcrumb__listItem:first-child {
  margin-left: 0;
}

.fs-c-breadcrumb__listItem:first-child::before {
  display: none;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  position: absolute;
  top: 60%;
  left: -14px;
  width: 4px;
  height: 1px;
  background: #3E3A39;
  content: "";
}

.fs-c-breadcrumb__listItem a {
  color: #3E3A39;
}

.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-size: 24px;
}

.fs-c-buttonContainer {
  padding: 6px 0;
}

.fs-c-button--plain::before {
  color: #3E3A39;
}

.fs-c-button--primary:hover, .fs-c-button--primary:visited, .fs-c-button--primary:active, .fs-c-button--secondary:hover, .fs-c-button--secondary:visited, .fs-c-button--secondary:active {
  color: #fff;
}

.fs-c-button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  height: 66px;
  padding: 0;
  border: none;
  border-radius: 0px;
  background: #3E3A39;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.fs-c-button--primary::before, .fs-c-button--primary::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
}

.fs-c-button--primary::before {
  left: 0;
}

.fs-c-button--primary::after {
  right: 0;
}

.fs-c-button--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  height: 66px;
  padding: 0;
  border: none;
  border-radius: 0px;
  background: #A28D80;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.fs-c-button--secondary::before, .fs-c-button--secondary::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
}

.fs-c-button--secondary::before {
  left: 0;
}

.fs-c-button--secondary::after {
  right: 0;
}

.fs-c-button--standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  height: 66px;
  padding: 0;
  border: none;
  border-radius: 0px;
  background: #F6F4F3;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3E3A39;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.fs-c-button--standard.fs-c-button--continueShopping {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}

.fs-c-button--standard.fs-c-button--cancel {
  color: #3E3A39;
}

.fs-c-button--standard.fs-c-button--cancel:hover {
  color: #3E3A39;
}

.fs-c-button--standard.fs-c-button--back {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background: #3E3A39;
  color: #fff;
}

.fs-c-button--standard.fs-c-button--back::before, .fs-c-button--standard.fs-c-button--back::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
}

.fs-c-button--standard.fs-c-button--back::before {
  left: 0;
}

.fs-c-button--standard.fs-c-button--back::after {
  right: 0;
}

.fs-c-button--standard.fs-c-button--back:hover {
  color: #fff;
}

.fs-c-button--standard:hover, .fs-c-button--standard:visited, .fs-c-button--standard:active {
  color: #3E3A39;
}

.fs-c-button--addToCart--variation {
  -webkit-transition: width 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 60px;
  padding: 0;
  background: #3E3A39;
  color: #fff;
  transition: width 0.3s;
}

.fs-c-button--addToCart--variation::before, .fs-c-button--addToCart--variation::after {
  display: none;
}

.fs-c-button--addToCart--variation .fs-c-button__label {
  padding: 5px 30px 5px 0;
  background-image: url(https://trion.itembox.design/item//src/icon_cart_white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 16px;
}

.fs-c-button--displayPassword {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fs-c-button__label {
  letter-spacing: 0.15em;
}

.fs-c-button--cancel {
  position: relative;
}

.fs-c-button--cancel::before, .fs-c-button--cancel::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #3E3A39;
  content: "";
}

.fs-c-button--cancel::before {
  left: 0;
}

.fs-c-button--cancel::after {
  right: 0;
}

/*--------------------
 * BASE
 *--------------------*/
.fs-c-modal__inner [type="hidden"], .fs-c-modal__inner [type="text"], .fs-c-modal__inner [type="search"], .fs-c-modal__inner [type="tel"], .fs-c-modal__inner [type="url"], .fs-c-modal__inner [type="email"], .fs-c-modal__inner [type="password"], .fs-c-modal__inner [type="datetime"], .fs-c-modal__inner [type="date"], .fs-c-modal__inner [type="month"], .fs-c-modal__inner [type="week"], .fs-c-modal__inner [type="time"], .fs-c-modal__inner [type="datetime-local"], .fs-c-modal__inner [type="number"], .fs-c-modal__inner select, .fs-c-modal__inner textarea,
#fs_form [type="hidden"],
#fs_form [type="text"],
#fs_form [type="search"],
#fs_form [type="tel"],
#fs_form [type="url"],
#fs_form [type="email"],
#fs_form [type="password"],
#fs_form [type="datetime"],
#fs_form [type="date"],
#fs_form [type="month"],
#fs_form [type="week"],
#fs_form [type="time"],
#fs_form [type="datetime-local"],
#fs_form [type="number"],
#fs_form select,
#fs_form textarea {
  border: none;
}

.fs-c-modal__inner input[type="password"], .fs-c-modal__inner input[type="text"], .fs-c-modal__inner input[type="email"], .fs-c-modal__inner input[type="tel"], .fs-c-modal__inner select, .fs-c-modal__inner textarea,
#fs_form input[type="password"],
#fs_form input[type="text"],
#fs_form input[type="email"],
#fs_form input[type="tel"],
#fs_form select,
#fs_form textarea {
  height: 60px;
  padding: 3px 10px;
  border-radius: 5px;
  background: #F2F3F4;
}

.fs-c-inputGroup {
  border: none;
}

.fs-c-inputInformation__field {
  width: 100%;
  max-width: none;
}

.fs-c-inputInformation__link {
  text-align: center;
}

.fs-c-inputInformation__link a {
  color: #3E3A39;
  font-size: 12px;
  text-decoration: underline;
}

fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 80px;
}

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

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

.fs-c-agreementConfirmationArea__message {
  position: relative;
  margin-bottom: 30px;
  padding-left: 18px;
  border-bottom: none;
  background: none;
  color: #3E3A39;
  font-size: 24px;
  line-height: 1.33;
}

.fs-c-agreementConfirmationArea__message::before, .fs-c-agreementConfirmationArea__message::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}

.fs-c-agreementConfirmationArea__message::before {
  margin-top: -8px;
  background: #A28D80;
}

.fs-c-agreementConfirmationArea__message::after {
  background: #3E3A39;
}

.fs-c-agreementConfirmation {
  margin: 0px;
  padding: 0px;
}

.fs-c-agreementConfirmation > * + * {
  margin-top: 40px;
}

.fs-c-agreementConfirmation__addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
}

.fs-c-agreementConfirmation__addon__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31.66%;
}

.fs-c-agreementConfirmation__password__input {
  width: 68.16%;
}

.fs-c-documentContent {
  padding: 70px 0px;
  line-height: 30px;
  text-align: center;
}

/*--------------------
 * INPUT TABLE
 *--------------------*/
.fs-c-inputTable > tbody > tr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fs-c-inputTable__headerCell {
  position: relative;
  width: 31.66%;
  padding-right: 20px;
}

.fs-c-inputTable__dataCell {
  width: 68.16%;
}

.fs-c-inputTextGroup__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item,
.fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}

.fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:first-of-type::before, .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:last-of-type::before,
.fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item:first-of-type::before,
.fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item:last-of-type::before {
  display: inline-block;
  width: 34px;
  margin: 0;
  padding: 0 30px 0 0;
  color: #3E3A39;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: right;
}

.fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item input,
.fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item input {
  width: calc( 100% - 64px);
}

.fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:first-of-type::before {
  content: '\59D3';
}

.fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:last-of-type::before {
  content: '\540D';
}

.fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:first-of-type::before {
  content: '\30BB\30A4';
}

.fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:last-of-type::before {
  content: '\30E1\30A4';
}

.fs-c-requiredMark {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: auto;
  height: auto;
  margin-top: -6px;
  overflow: visible;
  color: #A28D80;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
}

.fs-c-requiredMark::before {
  display: none;
}

.fs-c-input--zipCode {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
}

.fs-c-inputField__explanation {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
}

/*--------------------
 * DROPDOWN
 *--------------------*/
.fs-c-inputDate__year + .fs-c-inputDate__month::before,
.fs-c-inputDate__month + .fs-c-inputDate__date::before {
  padding-right: 0;
  content: '';
}

.fs-c-dropdown {
  position: relative;
  min-width: 100px;
  overflow: hidden;
  border-radius: 2px;
  background: #EBEBEB;
}

.fs-c-dropdown#fs_input_prefecture {
  width: 48%;
}

.fs-c-dropdown::after {
  display: none;
}

.fs-c-dropdown::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-top: 7px solid #3E3A39;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: '';
  pointer-events: none;
}

.fs-c-dropdown__menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px 30px 10px 10px;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}

.fs-c-dropdown__menu::-ms-expand {
  display: none;
}

/*--------------------
 * CHECKBOX
 *--------------------*/
.fs-c-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 606px;
  margin: 0 auto;
  padding: 30px 0;
  background: #EEEAE7;
  line-height: 1.5;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  border-radius: 0;
  border-color: #BEBEBE;
  background: #fff;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
  color: #3E3A39;
}

.fs-c-checkbox__checkMark {
  margin-right: 6px;
}

.fs-c-checkbox__labelText {
  padding-top: 3px;
}

/*--------------------
 * RADIOBUTTON
 *--------------------*/
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #BEBEBE;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #3E3A39;
}

.fs-c-radio__radioMark {
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0;
  border-color: #BEBEBE;
}

/*--------------------
  * SUGGESTED ADDRESS
*--------------------*/
.fs-c-suggestedAddress {
  z-index: 3;
  min-height: 400px;
  overflow: scroll;
}

/*--------------------
 * SUBGROUP
 *--------------------*/
.fs-c-subgroup {
  margin-bottom: 80px;
}

.fs-c-subgroup .fs-c-listControl {
  display: none;
}

.fs-c-subgroupList__item {
  -ms-flex-preferred-size: calc(25% - 9px);
      flex-basis: calc(25% - 9px);
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  margin-top: 14px;
  margin-left: 12px;
}

.fs-c-subgroupList__item:nth-child(4n+1) {
  margin-left: 0;
}

.fs-c-subgroupList__link {
  min-height: 60px;
  border: none;
  background: rgba(238, 234, 231, 0.3);
}

.fs-c-subgroupList__link::after {
  display: none;
}

.fs-c-subgroupList__label {
  padding-left: 10px;
}

/*--------------------
 * Product Layout
 *--------------------*/
.fs-l-product2 .fs-l-productLayout {
  grid-template-columns: 640px auto;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}

.fs-l-product2 .fs-l-productLayout .fs-c-productCarouselMainImage .slick-slide > div {
  width: 640px !important;
}

.fs-l-product2 .fs-l-productLayout .fs-c-productCarouselMainImage__image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fs-l-product2 .fs-l-productLayout__item.fs-l-productLayout__item--1 {
  grid-column: 1;
  grid-row: 1 / 2;
}

.fs-l-product2 .fs-l-productLayout__item.fs-l-productLayout__item--2 {
  grid-column: 2;
  grid-row: 1 / 4;
}

.fs-l-product2 .fs-l-productLayout__item.fs-l-productLayout__item--3 {
  grid-column: 1;
  grid-row: 2;
}

.fs-l-product2 .fs-l-productLayout .c-item-colorlist {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
}

.fs-l-product2 .fs-c-productNotice--outOfStock {
  padding: 10px;
  font-size: 14px;
}

.fs-l-product2 .fs-l-pageMain > div > h2 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 5px 0 0 18px;
  border: none;
  background: none;
  color: #3E3A39;
  font-size: 24px;
  line-height: 1.5;
  text-align: left !important;
}

.fs-l-product2 .fs-l-pageMain > div > h2::before, .fs-l-product2 .fs-l-pageMain > div > h2::after {
  position: absolute;
  top: calc(1em - 2px);
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}

.fs-l-product2 .fs-l-pageMain > div > h2::before {
  margin-top: -8px;
  background: #A28D80;
}

.fs-l-product2 .fs-l-pageMain > div > h2::after {
  background: #3E3A39;
}

/*--------------------
 * Product Detail
 *--------------------*/
.fs-c-productMainImage {
  position: relative;
  margin-bottom: 0;
}

.fs-c-productMainImage__expandButton {
  position: absolute;
  right: 12px;
  bottom: 6px;
}

.fs-c-productMainImage__image {
  border: solid 1px #DDDDDD;
}

.fs-c-productThumbnail__image {
  position: relative;
  -ms-flex-preferred-size: 14.68%;
      flex-basis: 14.68%;
  min-width: auto;
  height: auto;
  margin: 14px 0 0 2.37%;
  padding-top: 14.68%;
  border: solid 1px #DDDDDD;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fs-c-productThumbnail__image:nth-child(6n+1) {
  margin-left: 0;
}

.fs-c-productThumbnail__image.is-active {
  opacity: 0.7;
}

.fs-c-productThumbnail__image.is-active > img {
  border: none;
}

.fs-c-productThumbnail__image > img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 2px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fs-c-productThumbnail__image__caption {
  display: none;
}

.fs-c-productCarouselMainImage {
  position: relative;
}

.fs-c-productCarouselMainImage__carousel {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fs-c-productCarouselMainImage__carousel.slick-initialized {
  opacity: 1;
}

.fs-c-productCarouselMainImage__carousel .slick-list {
  border: solid 1px #DDDDDD;
}

.fs-c-productCarouselMainImage__image__caption {
  z-index: 1;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.fs-c-productCarouselMainImage__expandButton {
  position: relative;
}

.fs-c-productCarouselMainImage__expandButton .fs-c-button--viewExtendedImage {
  z-index: 1;
  position: absolute;
  top: -60px;
  right: 12px;
}

.fs-c-productCarouselMainImage__thumbnailList li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 14.68%;
  height: auto;
  margin: 14px 0 0 2.37%;
  border: solid 1px #DDDDDD;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fs-c-productCarouselMainImage__thumbnailList li:nth-child(6n+1) {
  margin-left: 0;
}

.fs-c-productCarouselMainImage__thumbnailList li.slick-active {
  opacity: 0.7;
}

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

.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
  border: none;
}

.fs-c-productCarouselMainImage__thumbnail__caption {
  display: none;
}

.fs-c-productCarouselMainImage .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.fs-c-productCarouselMainImage .slick-arrow::before {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%20encoding%3d%22utf%2d8%22%3f%3e%0d%0a%3csvg%20version%3d%221%2e1%22%20id%3d%22l1%22%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20xmlns%3axlink%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f1999%2fxlink%22%20x%3d%220px%22%0d%0a%09%20y%3d%220px%22%20viewBox%3d%220%200%2024%2024%22%20style%3d%22enable%2dbackground%3anew%200%200%2024%2024%3b%22%20xml%3aspace%3d%22preserve%22%3e%0d%0a%3cstyle%20type%3d%22text%2fcss%22%3e%0d%0a%09%2est0%7bfill%3a%23505050%3b%7d%0d%0a%3c%2fstyle%3e%0d%0a%3cpath%20class%3d%22st0%22%20d%3d%22M15%2e4%2c7%2e4L14%2c6l%2d6%2c6l6%2c6l1%2e4%2d1%2e4L10%2e8%2c12L15%2e4%2c7%2e4z%22%2f%3e%0d%0a%3c%2fsvg%3e%0d%0a");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "\2003";
  cursor: pointer;
}

.fs-c-productCarouselMainImage .slick-arrow::after {
  display: none;
}

.fs-c-productCarouselMainImage .slick-arrow.slick-prev {
  left: 0;
}

.fs-c-productCarouselMainImage .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.fs-c-productMark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.fs-c-productMark__item {
  margin-right: 10px;
  margin-bottom: 5px;
}

.fs-c-productMark__mark.tag-productmark, .fs-c-productMark__mark.tag-spec {
  width: auto;
  padding: 4px 5px 1px;
  border: solid 1px #DDDDDD;
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
}

.fs-c-productMark__mark.tag-productmark.c-item-label__label--new, .fs-c-productMark__mark.tag-spec.c-item-label__label--new {
  background: #C1AB9D;
  color: #fff;
}

.fs-c-productMark__mark.tag-color {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 10px;
  font-size: 0;
}
.product_preoeder_txt{
  font-weight: bold;
  font-size: 18px;
  padding: 0 5px;
}
.fs-c-productPreorderMessage{
 display:none;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--black {
  background-color: #000000;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--choco {
  background-color: #500000;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--brown {
  background-color: #823300;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--tan {
  background-color: #cc8c00;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--navy {
  background-color: #000066;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--gray {
  background-color: #666666;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--beige {
  background-color: #ffcc99;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--yellow {
  background-color: #ffe600;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--orange {
  background-color: #ff6600;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--red {
  background-color: #ff0000;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--pink {
  background-color: #ff66cc;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--violet {
  background-color: #660099;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--blue {
  background-color: #0000cc;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--light {
  background-color: #00ccff;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--green {
  background-color: #006600;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--white {
  background-color: #ffffff;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--silver, .fs-c-productMark__mark.tag-color.c-item-colorlist__list--gold, .fs-c-productMark__mark.tag-color.c-item-colorlist__list--mix, .fs-c-productMark__mark.tag-color.c-item-colorlist__list--other {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--silver {
  background-image: url(https://trion.itembox.design/item/src/images/common/icon_color_silver.png);
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--gold {
  background-image: url(https://trion.itembox.design/item/src/images/common/icon_color_gold.png);
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--mix {
  background-image: url(https://trion.itembox.design/item/src/images/common/icon_color_mix.png);
}

.fs-c-productMark__mark.tag-color.c-item-colorlist__list--other {
  background-image: url(https://trion.itembox.design/item/src/images/common/icon_color_other.png);
}

.fs-c-productMark__mark.tag-color .fs-c-productMark__label {
  font-size: 0;
}

.fs-c-productNameHeading__copy {
  display: block;
  margin-top: 18px;
  font-size: 16px;
}

.fs-c-productNameHeading__name {
  display: block;
  margin-top: 12px;
  font-size: 30px;
  line-height: 38px;
}

.fs-c-productNumber {
  display: block;
  margin-top: 20px;
  padding: 0;
  border: none;
  font-size: 14px;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #3E3A39;
  font-size: 26px;
}

.fs-c-productPrices--productDetail .fs-c-productPrice__main {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.fs-c-productPrices--productDetail .fs-c-productPrice__main__price {
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-weight: bold;
}

.fs-c-productPrices--productDetail .fs-c-productPrice__addon {
  font-size: 14px;
  font-weight: normal;
}

.fs-c-productPointDisplay {
  margin-top: 2px;
  background: none;
  color: #3E3A39;
  font-size: 14px;
}

.fs-c-productPointDisplay__quantity {
  font-weight: normal;
}

.fs-c-variationAndActions {
  margin-top: 50px;
  border-top: 1px solid #DDDDDD;
}

.fs-c-variationList__item__body {
  margin-top: 0;
}

.fs-c-variationList__item .fs-c-variationCart {
  padding: 0;
}

.fs-c-variationList__item .fs-c-variationCart > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
}

.fs-c-variationList__item .fs-c-variationCart > li + li {
  margin-top: 0;
}

.fs-c-variationList__item .fs-c-variationCart__image {
  width: 80px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.fs-c-variationList__item .fs-c-variationCart__image img {
  width: 100%;
  max-width: none;
}

.fs-c-variationCart__variationName__shippingDate{
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
}

.fs-c-variationList__item .fs-c-variationCart__variationName {
  width: calc(100% - 340px);
  padding-left: 10px;
  font-size: 14px;
  line-height: 24.5px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.fs-c-variationList__item .fs-c-variationCart__variationName__stock {
  font-size: 11px;
}

.fs-c-variationList__item .fs-c-variationCart__wishlist {
  position: relative;
  width: 24px;
  margin: 0 20px;
  cursor: pointer;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}

.fs-c-variationList__item .fs-c-variationCart__cartButton {
  width: 200px;
}

.fs-c-variationList__item .fs-c-variationCart__cartButton button.fs-c-button--subscribeToArrivalNotice--variation {
  background: #EBEBEB;
  color: #3E3A39;
  font-size: 16px;
}

.fs-c-variationList__item .fs-c-variationCart__cartButton button.fs-c-button--subscribeToArrivalNotice--variation::before, .fs-c-variationList__item .fs-c-variationCart__cartButton button.fs-c-button--subscribeToArrivalNotice--variation::after {
  display: none;
}

.fs-c-returnedSpecialContract {
  margin-top: 50px;
  padding: 0;
}

/* button */
.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 66px;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #3E3A39;
  background: #fff;
  color: #3E3A39;
  font-size: 16px;
  letter-spacing: 0.15em;
}

.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a::before, .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a::after,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct::before,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #3E3A39;
  content: "";
}

.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a::before,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct::before {
  left: 0;
}

.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a::after,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct::after {
  right: 0;
}

.fs-c-productOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #919191;
}

.fs-c-productOption__label .fs-c-requiredMark {
  right: 10px;
}

.fs-c-productOption .fs-c-productOption__name {
  position: relative;
  width: calc(100% - 180px);
  margin-bottom: 8px;
  padding: 0 50px 0 0;
  background: none;
  font-size: 15px;
  line-height: 1.33;
}

.fs-c-productOption .fs-c-productOption__option {
  width: 180px;
  margin-bottom: 12px;
  padding: 0;
}

.fs-c-photoswipe.pswp {
  z-index: 99999;
}

.fs-c-photoswipe .pswp__bg {
  background: rgba(0, 0, 0, 0.5);
}

.fs-c-photoswipe .pswp__caption__center {
  text-align: center;
}

.fs-c-productList__controller:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 0 30px;
  padding: 0;
  border-top: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
}

.fs-c-productList__controller:first-of-type .fs-c-pagination {
  display: none;
}

.fs-c-productList__controller:last-of-type .fs-c-listControl__status {
  display: none;
}

.fs-c-productList__controller:last-of-type .fs-c-sortItems {
  display: none;
}

.fs-c-productList__controller:last-of-type .fs-c-listControl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Poppins;
  font-size: 1.4rem;
}

.fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fs-c-productList__list__item {
  width: calc(25% - 22.5px);
  margin: 0 0 60px 30px;
  padding: 0;
  border-bottom: none;
}

.fs-c-productList__list__item:nth-of-type(4n+1) {
  margin-left: 0;
}

.fs-c-productList .fs-c-listControl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.2em;
}

.fs-c-productListItem {
  text-align: center;
}

.fs-c-productListItem .fs-c-productPrice {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fs-c-productImage img {
  width: 100%;
}

.fs-c-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.fs-c-pagination__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background: #EEEAE7;
  color: #3E3A39;
  font-size: 14px;
  letter-spacing: 0;
  font-family: heisei-kaku-gothic-std, sans-serif,'Hiragino Kaku Gothic ProN',Meiryo;
}

.fs-c-pagination__item.noborder {
  border: none;
}

.fs-c-pagination__item.is-active {
  background: #3E3A39;
  color: #fff;
}

.fs-c-pagination__item.fs-c-pagination__item--prev, .fs-c-pagination__item.fs-c-pagination__item--next {
  border: none;
}

.fs-c-pagination__item--prev::before {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.fs-c-pagination__item--next::before {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.fs-c-productName__name {
  margin-top: 10px;
  padding: 0 10px;
  color: #3E3A39;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.fs-c-productPrices {
  margin-top: 20px;
  padding: 0 10px;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #3E3A39;
}

.fs-c-productPrice__addon {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 12px;
}

.fs-c-price {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.fs-c-price__addon {
  margin-left: 0.5em;
  font-size: 12px;
}

/* キャッチコピー */
.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__copy {
  display: none;
}

/* お気に入りボタン */
.fs-c-productListItem__control.fs-c-buttonContainer {
  display: none;
}

/* 虫眼鏡モーダル */
.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: none;
}

.fs-c-productPrice.fs-c-productPrice--member {
  display: none;
}

/* 在庫表示 */
.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
  display: none;
}

/* バリエーション */
.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__variation {
  display: none;
}

.fs-c-sortItems {
  position: relative;
  width: 138px;
  height: 40px;
  margin: 16px 0;
  border: none;
}

.fs-c-sortItems__label {
  display: none;
}

.fs-c-sortItems__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 138px;
  height: 40px;
  overflow: hidden;
  border: none;
  border-radius: 0;
  background: #EEEAE7;
}

.fs-c-sortItems__list:hover {
  z-index: 100;
  height: auto;
  overflow: none;
}

.fs-c-sortItems__list:hover .fs-c-sortItems__list__item {
  display: block;
}

.fs-c-sortItems__list::after {
  display: block;
  position: absolute;
  top: 0.9em;
  right: 8px;
  font-size: 14px;
  content: "\25BC";
}

.fs-c-sortItems__list.default::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95%;
  height: 34px;
  font-size: 1.2rem;
  content: '\4E26\3073\66FF\3048';
}

.fs-c-sortItems__list.default::after {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: 'fs-icon' !important;
  font-size: 1.4em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: "\E90C";
}

.fs-c-sortItems__list__item {
  display: none;
  background: #EEEAE7;
  color: #3E3A39;
  font-size: 14px;
}

.fs-c-sortItems__list__item.is-active {
  display: block;
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
  width: 100%;
  height: 40px;
  background: #EEEAE7;
  color: #3E3A39;
}

.fs-c-sortItems__list__item__label {
  padding: 4px 20px 4px 8px;
}

.fs-c-sortItems__list__item a,
.fs-c-sortItems__list__item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
}

.fs-c-sortItems__list__item a::after,
.fs-c-sortItems__list__item span::after {
  /* content: "\e90c"; */
  /* font-family: 'fs-icon' !important; */
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.4em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

/*--------------------
 * TOP
 *--------------------*/
.fs-body-top .fs-l-main {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.fs-body-top .fs-l-main .fs-l-pageMain {
  max-width: none;
}

.fs-body-top .fs-l-main .fs-l-pageMain > section:not(.l-follow) {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.fs-body-top .fs-l-main .fs-l-pageMain .insta {
  position: relative;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.fs-body-top .fs-l-main .fs-l-pageMain .insta .c-instagram-btn a {

}

.fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
  border: none !important;
}

.fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item {
  width: calc(20% - 24px) !important;
  margin-bottom: 30px;
  margin-left: 30px;
  padding: 0 !important;
}

.fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item:nth-child(5n+1) {
  margin-left: 0;
}

.fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item img {
  width: 100%;
}

.fs-body-cart .fs-l-cart__contentsArea {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  display: grid;
  grid-template-columns: 1fr 300px;
}

.fs-body-cart .fs-l-cart__sideColumn {
  padding: 26px 20px;
  border: 1px solid #DDDDDD;
  border-radius: 0;
}

.fs-body-cart .fs-c-wishlistProduct {
  display: none;
}

.fs-c-cartTableContainer {
  padding: 0;
  border: none;
}

.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
  padding: 16px 12px;
  border: 1px solid #DDDDDD;
}

.fs-c-cartTable__headerCell {
  padding: 20px 10px;
  background: #F6F4F3;
  text-align: center;
}

.fs-c-cartTable__headerCell--subtotal {
  width: 115px;
}

.fs-c-cartTable__headerCell--point {
  width: 110px;
}

.fs-c-cartTable__headerCell--action {
  width: 64px;
}

.fs-c-cartTable__dataCell--quantity {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.fs-c-cartTable__productName {
  font-size: 16px;
}

.fs-c-cartTable__unitPrice {
  margin-top: 10px;
}

.fs-c-cartTable__actionButton__container > button {
  color: #A28D80;
  font-size: 14px;
  text-decoration: underline;
}

.fs-c-cartTable__actionButton__container--buyItLater {
  display: none;
}

.fs-c-cartTable__yoyaku, .fs-c-cartTable__message {
  background: #64a;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8rem;
  margin-bottom: 4px;
  padding: 3px 5px;
  border-radius: 3px;
}

.fs-c-productImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fs-c-listedProductName {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fs-c-listedProductName__name {
  color: #3E3A39;
}

.fs-c-listedProductName__variation {
  margin-left: 0.5em;
}

.fs-c-listedOptionPrice {
  grid-row-gap: 4px;
  margin: 10px 0 0;
  font-size: 16px;
}

.fs-c-quantity__select {
  background: #F4F4F4;
  font-family: "Lato", sans-serif;
}

.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: 20px 0;
}

.fs-c-orderTotalTable .fs-c-string {
  font-size: 15px;
}

.fs-c-orderTotalTable__count td {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.fs-c-purchaseHere__message {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.fs-c-cartDiscountInfo__body {
  font-size: 14px;
}

.fs-c-cartDiscountInfo__note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}

.fs-c-cartDiscountInfo__note > li {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.fs-c-cartDiscountInfo__info {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fs-c-cartDiscountInfo--postage {
  display: none;
}

/*.fs-c-cartDiscountInfo__info {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-size: clamp(18px, 2.0vw, 20px);
  margin-bottom: 10px;
  color: #A28D80;
}

.fs-c-cartDiscountInfo__info .fs-c-cartDiscountInfo__more,
.fs-c-cartDiscountInfo__info .fs-c-cartDiscountInfo__info__next {
  font-size: clamp(18px, 2.0vw, 20px);
  color: #A28D80;
}

.fs-c-price__value {
  font-size: clamp(23px, 2.3vw, 25px);
  color: #A28D80;
  font-weight: bold !important;
}

.fs-c-cartDiscountInfo__note li:first-child {
  display: none;
}*/

.fs-p-announcement__title {
  color: #3E3A39;
  font-size: 16px;
}

.fs-p-announcement__body {
  margin-top: 10px;
  font-size: 14px;
}

.fs-p-announcement__body p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.fs-c-payWithAmazon__message {
  font-size: 14px;
  line-height: 24px;
}

.fs-c-payWithAmazon__message p {
  padding: 0 0 10px;
}

.fs-c-payWithAmazon__button {
  margin-top: 10px;
}

/*--------------------
 * LOGIN
 *--------------------*/
.fs-body-login .fs-c-inputInformation__field {
  max-width: none;
  padding: 6px 0;
  background: none;
}

.fs-body-cart-login .fs-c-inputInformation__field {
  padding: 6px 0;
  background: none;
}

.fs-body-cart-login .fs-c-inputInformation__field input {
  width: 408px;
}

.fs-body-cart-login .fs-c-inputInformation__field input#fs_input_password {
  padding: 3px 44px 3px 10px;
}

.fs-body-cart-login .fs-c-inputInformation__button button {
  width: 300px;
}

.fs-body-cart-login .fs-c-inputInformation__link {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.fs-body-cart-login .fs-c-inputInformation__link a {
  color: #3E3A39;
  text-decoration: underline;
}

.fs-c-anotherLogin__message {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

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

/*--------------------
 * CUSTOMER
 *--------------------*/
.fs-body-customerDetails .fs-c-agreementField {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.fs-body-customerDetails .fs-c-dropdown {
  width: 48%;
  border-radius: 5px;
}

.fs-body-customerDetails .fs-c-dropdown::before {
  z-index: 2;
}

.fs-body-customerDetails .fs-c-dropdown::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  padding: 0;
  border: none;
  background: #DCE0E6;
  content: "";
  pointer-events: none;
}

.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) .fs-c-checkbox::before {
  content: '\4F1A\54E1\767B\9332';
}

.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) .fs-c-checkbox__checkMark {
  border-radius: 20px;
}

.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) .fs-c-checkbox__checkMark::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 6px;
  background: #3E3A39;
  content: "";
}

.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) .fs-c-agreementConfirmation__accordion {
  margin-top: 20px;
}

.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationCheckedMessage .fs-c-agreementConfirmation__message {
  display: none;
}

.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 30px 20px;
  background: #EEEAE7;
  font-size: 0;
}

.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background: none;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark::before {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
  content: "\4F1A\54E1\767B\9332\7279\5178";
}

.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark::after {
  display: inline-block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding-left: 1em;
  font-size: 16px;
  text-align: left;
  content: "\305C\3072\4F1A\54E1\306B\3054\767B\9332\304F\3060\3055\3044\3002";
}

.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark li {
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 1em;
  background: none;
  text-indent: -1em;
}

.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark li:nth-of-type(2) {
  display: none;
}

.fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark li::before {
  display: inline-block;
  width: 1em;
  padding: 0;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  text-indent: 0;
  content: "\30FB";
}

.fs-body-customerDetails .fs-c-agreementConfirmation:last-of-type .fs-c-agreementConfirmation__message {
  display: none;
}

.fs-body-customerDetails .fs-c-agreementConfirmation:last-of-type .fs-c-checkbox::before {
  content: '\30E1\30FC\30EB\30DE\30AC\30B8\30F3\306E\8CFC\8AAD';
}

.fs-body-customerDetails .fs-c-agreementConfirmation:last-of-type .fs-c-checkbox__checkMark {
  border-radius: 20px;
}

.fs-body-customerDetails .fs-c-agreementConfirmation:last-of-type .fs-c-checkbox__checkMark::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 6px;
  background: #3E3A39;
  content: "";
}

.fs-body-customerDetails .fs-c-agreementConfirmation .fs-c-checkbox {
  max-width: none;
  margin: 0;
  background: none;
}

.fs-body-customerDetails .fs-c-agreementConfirmation .fs-c-checkbox::before {
  display: inline-block;
  width: 31.66%;
  padding-right: 20px;
  font-size: 16px;
  content: '';
}

.fs-body-customerDetails .fs-c-agreementConfirmation .fs-c-checkbox__label {
  width: 68.16%;
  max-width: none;
  margin: 0;
}

.fs-body-customerDetails .fs-c-buttonContainer .fs-c-button--next,
.fs-body-customerDetails .fs-c-buttonContainer .fs-c-button--registerAndContinue {
  min-width: 300px;
}

/*--------------------
 * NEWSLETTER
 *--------------------*/
.fs-body-newsletter-subscribe-success .fs-c-button--topPage.fs-c-button--secondary {
  background: #3E3A39;
}

.fs-body-newsletter-subscribe .fs-c-inputInformation {
  margin-bottom: 40px;
}

.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
  max-width: none;
  padding: 0;
  background: none;
}

.fs-body-newsletter-subscribe .fs-c-inputInformation__field .fs-c-additionalCheckField {
  margin-top: 24px;
}

.fs-body-newsletter-subscribe .fs-c-inputTable {
  margin-top: 24px;
  margin-bottom: 24px;
}

.fs-body-newsletter-subscribe .fs-c-inputTable > tbody > tr + tr {
  margin-top: 50px;
}

/*--------------------
 * CHECK OUT
 *--------------------*/
.fs-c-orderTotalTable tr td {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.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-top: 1px solid #DDDDDD;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > th,
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  border-width: 1px;
  border-top-style: solid;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td .fs-c-price,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td .fs-c-price {
  font-size: 16px;
}

[class^="fs-body-checkout"] .fs-l-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

[class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
  max-width: calc(100vw - 300);
  padding-right: 70px;
}

[class^="fs-body-checkout"] .fs-l-checkout__mainColumn > * + * {
  margin-top: 0;
}

[class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 300px;
  margin-top: 0;
}

.fs-l-checkout__mainColumn .fs-c-checkout-preview {
  position: relative;
  padding: 46px 0;
  border-width: 1px 0 0;
}

.fs-l-checkout__mainColumn .fs-c-checkout-preview__title {
  position: relative;
  margin: 0 0 20px;
  padding: 4px 0 0 18px;
  border-bottom: none;
  color: #3E3A39;
  font-size: 24px;
  line-height: 1.33;
  text-align: left;
}

.fs-l-checkout__mainColumn .fs-c-checkout-preview__title::before, .fs-l-checkout__mainColumn .fs-c-checkout-preview__title::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}

.fs-l-checkout__mainColumn .fs-c-checkout-preview__title::before {
  margin-top: -8px;
  background: #A28D80;
}

.fs-l-checkout__mainColumn .fs-c-checkout-preview__title::after {
  background: #3E3A39;
}

.fs-l-checkout__sideColumn .fs-c-checkout-preview__title {
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 20px;
}

.fs-l-checkout__sideColumn .fs-c-confirmOrder__button {
  margin-top: 18px;
}

.fs-l-checkout .fs-c-button--change--small {
  width: 168px;
}

.fs-l-checkout .fs-c-button--standard {
  min-width: auto;
  height: 52px;
  padding: 0 20px;
  background: #3E3A39;
  color: #fff;
}

.fs-l-checkout .fs-c-button--standard:hover, .fs-l-checkout .fs-c-button--standard:visited, .fs-l-checkout .fs-c-button--standard:active {
  color: #fff;
}

.fs-l-checkout .fs-c-button__label {
  margin-left: 0;
}

.fs-c-checkout-preview {
  padding: 20px;
  border-radius: 0;
  border-color: #DDDDDD;
  color: #3E3A39;
}

.fs-c-checkout-preview ruby {
  display: inline-block;
  position: relative;
  padding-top: 16px;
  ruby-position: under;
}

.fs-c-checkout-preview ruby rt {
  font-size: 13px;
}

.fs-c-checkout-customerInfo, .fs-c-checkout-buyerInfo, .fs-c-checkout-destination, .fs-c-checkout-delivery {
  font-size: 18px;
  line-height: 1.33;
}

.fs-c-checkout-customerInfo__name, .fs-c-checkout-buyerInfo__name, .fs-c-checkout-destination__name, .fs-c-checkout-delivery__name {
  font-size: 32px;
}

.fs-c-checkout-customerInfo__name__home, .fs-c-checkout-buyerInfo__name__home, .fs-c-checkout-destination__name__home, .fs-c-checkout-delivery__name__home {
  font-size: 18px;
}

.fs-c-checkout-customerInfo__email, .fs-c-checkout-buyerInfo__email, .fs-c-checkout-destination__email, .fs-c-checkout-delivery__email {
  margin-top: 20px;
}

.fs-c-checkout-customerInfo__address, .fs-c-checkout-buyerInfo__address, .fs-c-checkout-destination__address, .fs-c-checkout-delivery__address {
  margin-top: 12px;
}

.fs-c-checkout-customerInfo__tel, .fs-c-checkout-buyerInfo__tel, .fs-c-checkout-destination__tel, .fs-c-checkout-delivery__tel {
  margin-top: 12px;
}

.fs-c-checkout-customerInfo__control, .fs-c-checkout-buyerInfo__control, .fs-c-checkout-destination__control, .fs-c-checkout-delivery__control {
  z-index: 1;
  position: absolute;
  top: 46px;
  right: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-buyerInfo .fs-c-buttonContainer, .fs-c-checkout-delivery .fs-c-buttonContainer {
  position: absolute;
  top: 46px;
  right: 0;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-destination__destination {
  display: block;
  padding-right: 240px;
}

.fs-c-checkout-destination__message {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
}

.fs-c-checkout-paymentMethod {
  border: none;
}

.fs-c-checkout-paymentMethod__title {
  background: none;
}

.fs-c-checkout-paymentInfo__message {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
}

.fs-c-checkout-couponCodeInput {
  padding: 0;
  background: none;
}

.fs-c-checkout-couponCodeInput > :not(:last-child) {
  margin-right: 16px;
}

.fs-c-checkout-couponCodeInput__title {
  font-size: 16px;
}

.fs-c-checkout-couponCodeInput__input input {
  padding: 10px;
  border-radius: 5px !important;
  background: #F2F3F4;
}

.fs-c-checkout-couponCodeInput .fs-c-button--useCoupon {
  width: 168px;
  min-width: auto;
  height: 52px;
  background: #3E3A39;
}

.fs-c-checkout-couponStatus {
  font-size: 12px;
}

.fs-c-checkout-couponList__couponDiscount {
  margin-top: 10px;
}

.fs-c-checkout-delivery__method {
  padding: 0;
  background: none;
}

.fs-c-checkout-delivery__method__title {
  font-size: 20px;
}

.fs-c-checkout-delivery__method__message {
  margin: 16px 0 0;
  padding: 0;
  border: none;
  background: #ffffff;
  color: #3E3A39;
}

.fs-c-checkout-deliveryMethod__option__title, .fs-c-checkout-deliveryMethod__option__message {
  display: none;
}

.fs-c-checkout-checkoutMethod__body {
  padding: 8px 16px;
}

.fs-c-checkout-checkoutMethod .fs-c-checkout-customerInfo {
  padding-top: 10px;
}

.fs-c-checkout-addressee .fs-c-buttonContainer {
  grid-column-gap: 25px !important;
}

.fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--edit,
.fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--setDestination {
  min-width: 167px;
  height: 52px;
}

.fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--edit::before, .fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--edit::after,
.fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--setDestination::before,
.fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--setDestination::after {
  display: none;
}

.fs-c-checkout-multiDestination__title {
  padding: 8px 4px 4px;
}

.fs-c-checkout-multiDestination__info__list > li {
  margin-top: 16px;
}

.fs-c-checkout-multiDestination__info__list > li:first-child {
  margin-top: 0;
}

.fs-c-checkout-multiDestination__subtitle {
  padding-left: 0;
  border-left: none;
  font-size: 20px;
}

.fs-c-checkout-multiDestination__deliveryMethod__preview {
  margin-top: 10px;
}

.fs-c-totalAndActions button:not(.fs-c-button--image) {
  min-width: 250px;
  min-height: auto;
  font-size: inherit;
}

.fs-c-checkAndNotice__notice {
  margin: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

/*--------------------
 * MYPAGE
 *--------------------*/
.fs-body-my-top .fs-l-additionalProduct--wishlist {
  display: none;
}

.fs-body-my-top .fs-c-accountService__page--accountDelete {
  display: none;
}

.fs-body-my-top .fs-l-account {
  display: block;
}

.fs-body-my-top .fs-c-accountService {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0;
}

.fs-c-accountService__page {
  -ms-flex-preferred-size: calc(20% - 12px);
      flex-basis: calc(20% - 12px);
  height: 160px;
  margin: 8px 0 8px 15px;
}

.fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_coupons.svg);
  content: "";
}

.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_wishlist.svg);
  content: "";
}

.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_orders.svg);
  content: "";
}

.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_points.svg);
  content: "";
}

.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_addressbook.svg);
  content: "";
}

.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_password.svg);
  content: "";
}

.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  background-image: url(https://trion.itembox.design/item/src/images/account/icon_setting.svg);
  content: "";
}

.fs-c-accountService__page:nth-child(5n+1) {
  margin-left: 0;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  width: 57px;
  height: 34px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  width: 46px;
  height: 38px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  width: 37px;
  height: 55px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  width: 55px;
  height: 50px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  width: 63px;
  height: 40px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  width: 36px;
  height: 50px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  width: 36px;
  height: 45px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  font-size: 16px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  height: auto;
  min-height: 55px;
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 0;
}

.fs-c-accountService__pageLink {
  background: #F6F4F3;
}

.fs-c-accountButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.fs-c-accountButtons a {
  max-width: 260px;
  margin: 0 15px;
}

.fs-body-my-account-settings .fs-c-buttonContainer,
.fs-body-my-account-settings-edit .fs-c-buttonContainer {
  padding: 0;
}

.fs-body-my-account-settings .fs-c-buttonContainer .fs-c-button--change,
.fs-body-my-account-settings .fs-c-buttonContainer .fs-c-button--confirmChange,
.fs-body-my-account-settings-edit .fs-c-buttonContainer .fs-c-button--change,
.fs-body-my-account-settings-edit .fs-c-buttonContainer .fs-c-button--confirmChange {
  min-width: 300px;
}

.fs-body-my-account-settings .fs-c-inputInformation .p-btn,
.fs-body-my-account-settings-edit .fs-c-inputInformation .p-btn {
  margin-top: 15px;
}

.fs-body-my-account-settings .fs-c-inputInformation .p-btn .c-btn,
.fs-body-my-account-settings-edit .fs-c-inputInformation .p-btn .c-btn {
  background: #A28D80;
}

.fs-body-my-account-delete .fs-c-inputInformation__field,
.fs-body-my-account-settings .fs-c-inputInformation__field {
  margin-bottom: 70px;
}

.fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable {
  border-top: 1px solid #DDDDDD;
}

.fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable > tbody > tr {
  margin-top: 0;
  border-bottom: 1px solid #DDDDDD;
}

.fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable__headerCell, .fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable__dataCell {
  padding: 24px 30px;
}

.fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable__headerCell {
  background: #F6F4F3;
}

.fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable__dataCell {
  font-size: 18px;
}

.fs-body-my-account-delete .fs-c-memberInfoField .fs-c-inputTable > tbody > tr {
  margin-top: 0;
}

.fs-body-my-account-delete .fs-c-memberInfoField .fs-c-inputTable__headerCell, .fs-body-my-account-delete .fs-c-memberInfoField .fs-c-inputTable__dataCell {
  padding: 24px 30px;
}

.fs-body-my-account-delete .fs-c-memberInfoField .fs-c-inputTable__dataCell {
  font-size: 18px;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 18px;
}

/*--------------------
 * MYPAGE
 *--------------------*/
.fs-c-registerSuccessMessage {
  font-size: 16px;
  line-height: 30px;
}

.fs-c-registerSuccessMessage p {
  margin-bottom: 20px;
}

/*--------------------
 * WISHLIST
 *--------------------*/
.fs-c-wishList .fs-c-productMarks,
.fs-c-wishList .fs-c-productListItem__productDescription {
  display: none;
}

/*--------------------
 * POINTS
 *--------------------*/
.fs-body-my-points .fs-c-history__info {
  max-width: 750px;
  padding: 50px 50px 30px;
  background: #F6F4F3;
}

.fs-c-pointSummary {
  padding: 0;
  font-size: 18px;
}

.fs-c-pointSummary [class$="--availablePoint"] {
  padding: 30px 30px 10px;
  background: #fff;
}

.fs-c-pointSummary [class$="--limitedPoint"] {
  margin-bottom: 0;
  padding-bottom: 30px;
  background: #fff;
  font-size: 16px;
}

.fs-c-pointSummary [class$="--waitingPoint"] {
  margin-top: 30px;
}

.fs-c-pointSummary [class$="--purchasePointTotal"] {
  margin-top: 25px;
}

.fs-c-pointSummary__number {
  font-family: "Lato", sans-serif;
}

.fs-c-pointSummary__label--availablePoint {
  padding-left: 30px;
}

.fs-c-pointSummary__label--limitedPoint {
  padding-left: 30px;
}

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  color: #3E3A39;
  font-size: 40px;
  line-height: 1;
}

.fs-c-pointSummary__value--availablePoint, .fs-c-pointSummary__value--limitedPoint {
  padding-right: 30px;
}

.fs-c-pointSummary__value--limitedPoint .fs-c-pointSummary__number {
  display: contents;
}

/*--------------------
 * ADDRESSBOOK
 *--------------------*/
.fs-c-button--secondary.fs-c-button--addToAddressbook {
  max-width: 275px;
  height: 52px;
  border: solid 2px #707070;
  background: #fff;
  color: #3E3A39;
  font-size: 18px;
}

.fs-c-button--secondary.fs-c-button--addToAddressbook:hover, .fs-c-button--secondary.fs-c-button--addToAddressbook:visited, .fs-c-button--secondary.fs-c-button--addToAddressbook:active {
  color: #3E3A39;
}

.fs-c-button--secondary.fs-c-button--addToAddressbook::before, .fs-c-button--secondary.fs-c-button--addToAddressbook::after {
  display: none;
}

.fs-c-addressBookList {
  margin-bottom: 70px;
}

.fs-c-addressBookList__form .fs-c-buttonContainer {
  padding: 0 0 15px;
}

.fs-c-addressBookList__count {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 12px;
}

.fs-c-addressBookList__list {
  margin: 15px 0 0;
}

.fs-c-addressBookList .fs-c-listTable > tbody {
  border-top: solid 1px #DDDDDD;
  border-bottom: none;
}

.fs-c-addressBookList .fs-c-listTable > tbody > tr {
  border-bottom: solid 1px #DDDDDD;
}

.fs-c-addressBookList .fs-c-listTable > tbody > tr:nth-child(2n) {
  background: none;
}

.fs-c-addressBookList .fs-c-listTable th, .fs-c-addressBookList .fs-c-listTable td {
  padding: 30px;
  border-right: none;
  border-left: none;
  font-size: 18px;
}

.fs-c-addressBookList .fs-c-listTable th:first-child, .fs-c-addressBookList .fs-c-listTable td:first-child {
  width: 24.66%;
  background: #F6F4F3;
}

.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer {
  padding: 0;
}

.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--changeInfomation,
.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--delete, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--changeInfomation,
.fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--delete {
  width: 168px;
  height: 52px;
  font-size: 18px;
}

.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--changeInfomation::before, .fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--changeInfomation::after,
.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--delete::before,
.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--delete::after, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--changeInfomation::before, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--changeInfomation::after,
.fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--delete::before,
.fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--delete::after {
  display: none;
}

.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--changeInfomation, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--changeInfomation {
  background: #3E3A39;
}

.fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--delete, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--delete {
  background: #9D9EA2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fs-c-address {
  line-height: 1.8;
}

/*--------------------
 * PASSWORD
 *--------------------*/
.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-my-account-password .fs-c-inputInformation__field {
  margin: 50px 0 70px;
  padding: 0;
  background: none;
}

/*--------------------
 * COUPON
 *--------------------*/
.fs-c-couponList__item {
  border: none;
  border-top: solid 1px #DDDDDD;
}

.fs-c-coupon__info {
  display: grid;
  grid-template-columns: 200px auto;
  margin-bottom: 30px;
  padding: 25px 0;
}

.fs-c-coupon__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1;
  grid-row: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
}

.fs-c-coupon__name {
  grid-column: 2;
  grid-row: 1;
}

.fs-c-coupon__description {
  grid-column: 1/2;
  grid-row: 2;
  margin-top: 20px;
  padding-left: 0;
  border-left: none;
  font-size: 12px;
  white-space: nowrap;
  /* PCのみ */
}

.fs-c-coupon__description > * + * {
  margin-top: 20px;
}

.fs-c-couponName {
  display: grid;
}

.fs-c-couponName > * {
  text-align: left;
}

.fs-c-couponName__explain {
  font-size: 14px;
  line-height: 27px;
}

.fs-c-couponName__name {
  grid-column: 1;
  grid-row: 1;
  color: #3E3A39;
  font-size: 20px;
}

.fs-c-couponName__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1;
  grid-row: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 154px;
  height: 35px;
  margin: 15px 0;
  padding: 4px;
  background: #A28D80;
  font-size: 14px;
}
/*
.fs-c-couponExpiration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -200px;
  margin-bottom: 10px;
  margin-left: 200px;
}
*/

.fs-c-couponExpiration__title {
  position: relative;
  font-size: 12px;
  font-weight: normal;
}

.fs-c-couponExpiration__title::after {
  display: inline-block;
  content: "\FF1A";
}

.fs-c-couponExpiration__list__item {
  margin-top: 6px;
}

.fs-c-couponExpiration__list__item:first-child {
  margin-top: 0;
}

.fs-c-couponExpiration__list__item__title {
  display: none;
}

.fs-c-couponExpiration__list__item--available {
  display: none;
}

.fs-c-couponExpiration__notice {
  color: #A28D80;
  font-size: 16px;
}

.fs-c-couponExpiration__expiration > .fs-c-time:first-child {
  display: none;
}

.fs-c-couponExpiration__expiration .fs-c-timeJoint {
  display: none;
}

.fs-c-couponAppliedCondition__title {
  position: relative;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: normal;
}

.fs-c-couponAppliedCondition__title::after {
  display: inline-block;
  content: "\FF1A";
}

.fs-c-couponAppliedCondition__list {
  line-height: 1.5;
}

.fs-c-couponAppliedCondition__list > li {
  margin-top: 5px;
}

.fs-c-couponAppliedCondition__list__item {
  padding-left: 0;
}

.fs-c-couponAppliedCondition__list__item::before {
  display: none;
}

.fs-c-couponAppliedCondition__list__item .fs-c-price {
  font-size: 12px;
}

.fs-c-couponProduct .fs-c-productName__copy,
.fs-c-couponProduct .fs-c-productMarks,
.fs-c-couponProduct .fs-c-productListItem__productDescription {
  display: none;
}

.fs-c-couponProduct__header {
  position: relative;
  padding-bottom: 0;
  border-bottom: none;
}

.fs-c-couponProduct__header::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #A28D80;
  content: "";
}

.fs-c-couponProduct__title {
  display: inline-block;
  z-index: 2;
  position: relative;
  padding-top: 4px;
  padding-right: 1em;
  background: #fff;
  color: #A28D80;
  font-size: 18px;
  letter-spacing: 0.15em;
}

.fs-c-couponProduct__list .fs-c-productListCarousel__ctrl {
  display: none !important;
}

/*--------------------
 * ORDER
 *--------------------*/
.fs-body-my-orders .fs-c-history,
.fs-body-my-storeOrders .fs-c-history {
  grid-gap: 70px;
  grid-template-columns: 1fr 300px;
}

.fs-body-my-orders .fs-c-history .fs-c-listControl,
.fs-body-my-storeOrders .fs-c-history .fs-c-listControl {
  position: absolute;
  top: -20px;
  right: 0;
}

.fs-body-my-orders .fs-c-history .fs-c-listControl:nth-of-type(2),
.fs-body-my-storeOrders .fs-c-history .fs-c-listControl:nth-of-type(2) {
  display: none;
}

.fs-body-my-orders .fs-c-history .fs-c-listControl__status,
.fs-body-my-storeOrders .fs-c-history .fs-c-listControl__status {
  font-family: "Lato", sans-serif;
  font-size: 12px;
}

.fs-body-my-orders .fs-p-announcement,
.fs-body-my-storeOrders .fs-p-announcement {
  margin-bottom: 60px;
}

.fs-c-history__info {
  padding: 26px 20px 16px;
  border: #BEBEBE solid 1px;
  background: none;
}

.fs-c-history__info #fs_form .fs-c-dropdown {
  width: 100%;
  border: #BEBEBE solid 1px;
  border-radius: 5px;
}

.fs-c-history__info #fs_form .fs-c-dropdown::before {
  z-index: 2;
}

.fs-c-history__info #fs_form .fs-c-dropdown::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  margin: 0;
  padding: 0;
  border-left: 1px solid #BEBEBE;
  background: #DCE0E6;
  content: "";
  pointer-events: none;
}

.fs-c-history__info #fs_form .fs-c-dropdown select {
  height: 33px;
  background: #F2F3F4;
  font-size: 14px;
}

.fs-c-history__infoSummary {
  padding-top: 30px;
}

.fs-c-history__term {
  color: #3E3A39;
  font-size: 12px;
  font-weight: normal;
}

.fs-c-history__total dt, .fs-c-history__total dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin: 0;
  padding: 0;
  border-top: solid 1px #DDDDDD;
}

.fs-c-history__total dd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.fs-c-history__total .fs-c-pairList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
  border-bottom: solid 1px #DDDDDD;
}

.fs-c-history__total .fs-c-pairList .fs-c-history__quantity,
.fs-c-history__total .fs-c-pairList .fs-c-history__number {
  font-size: 15px;
  font-weight: normal;
}

.fs-c-history__listContainer {
  position: relative;
}

.fs-c-history .fs-c-noResultMessage {
  margin-top: 0;
}

.fs-c-orderHistory {
  margin-top: 0;
  margin-bottom: 70px;
}

.fs-c-orderHistory + .fs-c-listControl {
  display: none;
}

.fs-c-orderHistoryItem {
  margin-bottom: 20px;
  border: solid 1px #DDDDDD;
  border-radius: 0;
}

.fs-c-orderHistoryItem:last-of-type {
  margin-bottom: 0;
}

.fs-c-orderHistoryItem__header {
  padding: 0 5px;
  background: #F6F4F3;
}

.fs-c-orderHistoryItem__header__button {
  margin-right: 15px;
}

.fs-c-orderHistoryItem__header__button a .fs-c-button__label {
  font-size: 14px;
  text-decoration: underline;
}

.fs-c-orderHistoryItem__body {
  padding: 0;
}

.fs-c-orderHistoryItem__orderInfo {
  padding-top: 20px;
}

.fs-c-orderHistoryItem__orderInfo__info {
  margin: 0 15px 15px;
}

.fs-c-orderHistoryItem__orderInfo__info dt {
  font-size: 16px;
}

.fs-c-orderHistoryItem__orderInfo__info dd {
  margin-top: 6px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

.fs-c-orderHistoryItem__orderInfo__info dd .fs-c-price {
  font-size: 14px;
}

.fs-c-orderHistoryItem__product {
  grid-gap: 0px;
  grid-template-columns: 100px 1fr auto auto;
  padding: 20px;
}

.fs-c-orderHistoryItem__productName {
  font-size: 16px;
  line-height: 28px;
}

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

.fs-c-orderHistoryItem__productQuantity__label {
  font-size: 15px;
}

.fs-c-orderHistoryItem__productQuantity__label::after {
  display: inline-block;
  content: ":";
}

.fs-body-my-orders-details .fs-c-orderDetailList {
  grid-gap: 8px 28px;
  padding: 20px;
  border: none;
  background: #F6F4F3;
  font-size: 14px;
}

.fs-body-my-orders-details .fs-c-orderDetailList dt, .fs-body-my-orders-details .fs-c-orderDetailList dd {
  padding: 0;
}

.fs-body-my-orders-details .fs-c-orderDetailList dd {
  font-family: "Lato", sans-serif;
}

.fs-body-my-orders-details .fs-c-orderDetailList > :nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.fs-body-my-orders-details .fs-c-orderDetailList > :nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}

.fs-body-my-orders-details .fs-c-orderDetailList > :nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.fs-body-my-orders-details .fs-c-orderDetailList__date,
.fs-body-my-orders-details .fs-c-orderDetailList__date + dd {
  background: none;
  color: #3E3A39;
}

.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal {
  margin-top: 30px;
}

.fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo .fs-c-heading--section, .fs-body-my-orders-details .fs-c-orderDetail__orderInfo .fs-c-heading--section {
  color: #888;
  font-size: 22px;
  font-weight: normal;
}

.fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
  grid-gap: 10px 40px;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee {
  grid-gap: 0 40px;
}

.fs-body-my-orders-details .fs-c-deliveryInfoList,
.fs-body-my-orders-details .fs-c-orderPaymentTable {
  margin-top: 30px;
  border-top: solid 1px #DDDDDD;
  border-right: none;
  border-bottom: solid 1px #DDDDDD;
  border-left: none;
}

.fs-body-my-orders-details .fs-c-deliveryInfoList > * {
  padding: 20px 0;
  border: none;
  font-size: 15px;
}

.fs-body-my-orders-details .fs-c-deliveryInfoList > dt {
  background: none;
  font-weight: normal;
}

.fs-body-my-orders-details .fs-c-deliveryInfoList > dd {
  text-align: right;
}

.fs-body-my-orders-details .fs-c-orderPaymentTable tr th, .fs-body-my-orders-details .fs-c-orderPaymentTable tr td {
  padding: 20px 0;
  border: none;
}

.fs-body-my-orders-details .fs-c-orderPaymentTable tr th {
  background: none;
}

.fs-body-my-orders-details .fs-c-orderPaymentTable tr td {
  text-align: right;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  margin: 0;
  padding: 20px;
  border: solid 1px #DDDDDD;
  background: #F6F4F3;
  color: #3E3A39;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList {
  display: block;
  grid-column: 1 / span 2;
  padding: 30px 25px;
  border-right: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList > dt {
  margin-top: 20px;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList > dt:nth-of-type(1) {
  margin-top: 0;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList > dd {
  margin: 10px 0 0;
  line-height: 2;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList .fs-c-address {
  display: block;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList .fs-c-address span {
  display: block;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable, .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
  margin-top: 30px;
}

.fs-body-my-orders-details .fs-c-orderTotalTable > thead > tr:last-of-type,
.fs-body-my-orders-details .fs-c-orderTotalTable > tfoot > tr:last-of-type,
.fs-body-my-orders-details .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-bottom: solid 1px #DDDDDD;
}

/*--------------------
 * MODAL
 *--------------------*/
.fs-c-modal--medium .fs-c-modal__inner .fs-c-inputTable {
  font-size: 16px;
}

.fs-c-modal--medium .fs-c-modal__inner .fs-c-inputTable > tbody > tr + tr {
  margin-top: 24px;
}

.fs-c-modal--medium .fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard {
  min-width: 250px;
  border-radius: 5px;
}

.fs-c-modal--medium .fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard.fs-c-button--cancel {
  background: #9D9EA2;
  color: #fff;
}

.fs-c-modal--medium .fs-c-modal__contents {
  padding: 20px 40px;
}

.fs-c-modal--medium .fs-c-buttonContainer button {
  min-width: 250px;
}

.fs-c-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 24px 24px 60px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: #3E3A39;
  color: #fff;
}

.fs-c-modal__title {
  padding: 0.2em 0 0;
  font-size: 24px;
  line-height: 1;
}

.fs-c-modal__close {
  position: absolute;
  top: 50%;
  right: 40px;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fs-c-modal__close::before {
  color: #fff;
  font-size: 32px;
}

.fs-c-modal__contents {
  padding: 55px 60px;
}

.fs-c-modal__contents .fs-c-inputInformation__message {
  margin-top: 0;
}

.fs-c-modal__contents .fs-c-inquiryMessage,
.fs-c-modal__contents .fs-c-stockNotificationsMessage {
  margin: 30px 0;
  font-size: 14px;
  text-align: left;
}

.fs-c-modal__contents .fs-c-inquiryProduct,
.fs-c-modal__contents .fs-c-stockNotificationsProduct {
  grid-template-columns: 160px 1fr;
}

.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName,
.fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-productName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
}

.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName__name,
.fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-productName__name {
  margin-top: 0;
  padding-left: 0;
  font-size: 30px;
}

.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName__variation,
.fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-productName__variation {
  margin-top: 6px;
  padding-left: 0;
  font-size: 16px;
}

.fs-c-modal__contents .fs-c-inquiryProduct__productImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 160px;
  border: solid 1px #DDDDDD;
}

.fs-c-modal__inner {
  width: calc(100% - 40px);
  max-width: 1200px;
}

.fs-c-modal__inner input[type="password"], .fs-c-modal__inner input[type="text"], .fs-c-modal__inner input[type="email"], .fs-c-modal__inner input[type="tel"], .fs-c-modal__inner select, .fs-c-modal__inner textarea {
  border: solid 1px #BEBEBE;
}

.fs-c-modal__inner textarea {
  height: 283px;
}

.fs-c-modal__inner .fs-c-buttonContainer,
.fs-c-modal__inner .fs-c-inputInformation__button {
  grid-column-gap: 50px;
}

.fs-c-modal__inner .fs-c-buttonContainer button,
.fs-c-modal__inner .fs-c-inputInformation__button button {
  grid-column: 1;
  justify-self: end;
  min-width: 250px;
  height: 60px;
  margin: 0;
  border-radius: 5px;
}

.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--primary, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--secondary, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--cancel, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--primary,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--secondary,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--cancel,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard {
  position: relative;
}

.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--primary::before, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--secondary::before, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--cancel::before, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard::before,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--primary::before,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--secondary::before,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--cancel::before,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard::before {
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  background: #fff;
  content: "";
}

.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--primary::after, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--secondary::after, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--cancel::after, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard::after,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--primary::after,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--secondary::after,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--cancel::after,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard::after {
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}

.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--primary:hover, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--secondary:hover, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--cancel:hover, .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard:hover,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--primary:hover,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--secondary:hover,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--cancel:hover,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard:hover {
  color: #fff;
}

.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--cancel,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--cancel {
  grid-column: 2;
  justify-self: start;
}

.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard {
  background: #3E3A39;
  color: #fff;
}

.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard.fs-c-button--subscribeToArrivalNotice,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard.fs-c-button--subscribeToArrivalNotice {
  min-width: 360px;
}

.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard:hover,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard:hover {
  color: #fff;
}

.fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard.fs-c-button--cancel,
.fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard.fs-c-button--cancel {
  background: #9D9EA2;
  color: #fff;
}

.fs-c-modal__inner .fs-c-inputTable {
  font-size: 20px;
}

.fs-c-modal__inner .fs-c-inputTable > tbody > tr + tr {
  margin-top: 46px;
}

.fs-c-modal__inner fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 44px;
}

.fs-c-modal__inner .fs-c-privacyPolicyAgreeField .fs-c-checkbox {
  border-radius: 5px;
}

/*--------------------
 * Document
 *--------------------*/
.fs-p-memberAgreement {
  border-top: 1px solid #DDDDDD;
}

* + .fs-c-documentColumn {
  margin-top: 0;
}

.fs-c-documentArticle__heading,
.fs-c-documentColumn__heading {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0 0 18px;
  border: none;
  background: none;
  color: #3E3A39;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
}

.fs-c-documentArticle__heading::before, .fs-c-documentArticle__heading::after,
.fs-c-documentColumn__heading::before,
.fs-c-documentColumn__heading::after {
  position: absolute;
  top: calc(1em - 2px);
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}

.fs-c-documentArticle__heading::before,
.fs-c-documentColumn__heading::before {
  margin-top: -8px;
  background: #A28D80;
}

.fs-c-documentArticle__heading::after,
.fs-c-documentColumn__heading::after {
  background: #3E3A39;
}

.fs-c-documentArticle__content,
.fs-c-documentColumn__content {
  padding: 0;
}

.fs-c-documentArticle__content p,
.fs-c-documentColumn__content p {
  margin-bottom: 10px;
  line-height: 34px;
}

.fs-c-documentArticle {
  padding: 0;
}

.fs-c-documentColumn {
  padding: 30px 0;
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 30px;
}

.fs-c-orderedList {
  list-style: none;
  counter-reset: li;
}

.fs-c-orderedList > li {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}

.fs-c-orderedList > li:before {
  padding-right: .5em;
  color: #3E3A39;
  font-weight: normal;
  content: counter(li) ". ";
  counter-increment: li;
}

.fs-c-orderedList > li .fs-c-orderedList {
  padding-left: 12px;
  border-left: 1px solid #DDDDDD;
}

.fs-c-explainList {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
}

.fs-c-explainList > dt,
.fs-c-explainList > dd {
  border-right: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  font-weight: normal;
  line-height: 28px;
}

.fs-c-explainList > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 272px;
  padding: 15px 20px;
  border-right: solid 1px #DDDDDD;
  background: #F6F4F3;
  font-weight: normal;
}

.fs-c-explainList > dd {
  padding: 20px 15px;
}

.fs-c-explainList > dd:not(:last-child) {
  margin-bottom: 0;
}

.fs-c-explainList > dd a {
  text-decoration: underline;
}

.fs-c-note {
  font-size: 14px;
  line-height: 24px;
}

/*--------------------
 * Recommend
 *--------------------*/
#fs-recommend--flick .fs-p-heading--lv2 {
  margin-top: 100px;
  margin-bottom: 50px;
  border-bottom: none;
  color: #3E3A39;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

#fs-recommend--flick .fr2-carousel .rcmd-slick-arrow {
  z-index: 1;
}

#fs-recommend--flick .rcmd-slick-list {
  margin: 0;
}

#fs-recommend--flick .fr2-listItem {
  display: block;
  width: calc(25% - 30px);
  padding: 0;
  border: none;
  text-align: center;
}

#fs-recommend--flick .fr2-listItem__imageContainer img {
  width: 100%;
}

#fs-recommend--flick .fr2-listItem__productName {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 0.12em;
}

#fs-recommend--flick .fr2-listItem__productPrice {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding: 0 10px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}

#fs-recommend--flick .fr2-listItem__productPrice .fr2-price__addon {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 12px;
}

/*--------------------
 * Feature
 *--------------------*/
.fs-c-featuredProduct__title {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0 0 18px;
  border: none;
  background: none;
  color: #3E3A39;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
}

.fs-c-featuredProduct__title::before, .fs-c-featuredProduct__title::after {
  position: absolute;
  top: calc(1em - 2px);
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
}

.fs-c-featuredProduct__title::before {
  margin-top: -8px;
  background: #A28D80;
}

.fs-c-featuredProduct__title::after {
  background: #3E3A39;
}

.fs-c-featuredProduct .fs-c-productName__copy,
.fs-c-featuredProduct .fs-c-productName__name {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.fs-c-featuredProduct .fs-c-productListCarousel {
  position: relative;
}

.fs-c-featuredProduct .fs-c-productListCarousel__ctrl::after {
  display: none;
}

.fs-c-featuredProduct .fs-c-productListCarousel__ctrl--prev {
  left: 0;
}

.fs-c-featuredProduct .fs-c-productListCarousel__ctrl--next {
  right: 0;
}

.fs-c-featuredProduct .fs-c-productListCarousel__ctrl .fs-c-button--carousel {
  font-size: 40px;
}

.fs-c-featuredProduct .fs-c-productListCarousel .fs-c-productMark {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
.p-notedetail .c-notedetail-side .c-notedetail-side-ranking .c-ranking-item__info .c-ranking-item__meta{
display:block !important;
}
  .fs-l-main {
    margin-top: 6px;
  }
  .fs-c-breadcrumb {
    padding: 14px 0 0;
  }
  .fs-c-breadcrumb__list {
    padding: 0 20px;
  }
  .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-size: 12px;
  }
  .fs-c-buttonContainer--pair {
    grid-row-gap: 15px;
  }
  .fs-c-button--primary {
    max-width: 250px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  .fs-c-button--primary.fs-c-button--addToCart--variation {
    min-width: auto;
  }
  .fs-c-button--secondary {
    max-width: 250px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  .fs-c-button--standard {
    max-width: 250px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  .fs-c-button--addToCart--variation {
    width: 125px;
    height: 37px;
  }
  .fs-c-button--addToCart--variation .fs-c-button__label {
    padding: 5px 20px 5px 0;
    background-size: 15px;
    font-size: 11px;
  }
  .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:first-of-type::before, .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:last-of-type::before,
  .fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item:first-of-type::before,
  .fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item:last-of-type::before {
    width: 35px;
    padding-right: 8px;
    font-size: 14px;
  }
  .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item input,
  .fs-c-inputTable > tbody > tr :nth-child(2) .fs-c-inputTextGroup__item input {
    width: calc( 100% - 43px);
  }
  .fs-c-subgroup {
    margin-bottom: 40px;
  }
  .fs-c-subgroupList__item {
    -ms-flex-preferred-size: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
    margin-top: 12px;
    margin-left: 12px;
  }
  .fs-c-subgroupList__item:nth-child(4n+1) {
    margin-left: 12px;
  }
  .fs-c-subgroupList__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .fs-l-product2 .fs-l-productLayout {
    grid-template-columns: 640px auto;
  }
  .fs-l-product2 .fs-l-productLayout .fs-c-productCarouselMainImage .slick-slide > div {
    width: 640px !important;
  }
  .fs-l-product2 .fs-l-productLayout {
    display: block;
  }
  .fs-l-product2 .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    margin-top: 20px;
  }
  .fs-l-product2 .fs-c-productNotice--outOfStock {
    padding: 6px;
    font-size: 12px;
  }
  .fs-l-product2 .fs-l-pageMain > div > h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 14px;
    font-size: 19px !important;
    line-height: 24px;
  }
  .fs-l-product2 .fs-l-pageMain > div > h2::before, .fs-l-product2 .fs-l-pageMain > div > h2::after {
    width: 7px;
    height: 7px;
  }
  .fs-l-product2 .fs-l-pageMain > div > h2::before {
    margin-top: -7px;
  }
  .fs-c-productThumbnail__image {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    height: 60px;
    margin: 0 0 0 10px;
    padding-top: 0;
  }
  .fs-c-productThumbnail__image:nth-child(6n+1) {
    margin-left: 10px;
  }
  .fs-c-productThumbnail__image:first-child {
    margin-left: 0;
  }
  .fs-c-productCarouselMainImage__image__caption {
    font-size: 12px;
  }
  .fs-c-productCarouselMainImage__thumbnailList li {
    width: 60px;
    margin: 0 0 0 10px;
  }
  .fs-c-productCarouselMainImage__thumbnailList li:nth-child(6n+1) {
    margin-left: 10px;
  }
  .fs-c-productCarouselMainImage__thumbnailList li:first-child {
    margin-left: 0;
  }
  .fs-c-productNameHeading__name {
    font-size: 22px;
    line-height: 25px;
  }
  .fs-c-productNumber {
    margin-top: 15px;
    font-size: 13px;
  }
  .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 22px;
  }
  .fs-c-productPrices--productDetail .fs-c-productPrice__main {
    font-size: 20px;
  }
  .fs-c-variationAndActions {
    margin-top: 25px;
  }
  .fs-c-variationList__item .fs-c-variationCart__image {
    width: 45px;
  }
  .fs-c-variationList__item .fs-c-variationCart__variationName {
    width: calc(100% - 187px);
    font-size: 12px;
    line-height: 20px;
  }
  .fs-c-variationList__item .fs-c-variationCart__wishlist {
    width: 12px;
    height: 11px;
    margin: 0 10px 0 5px;
  }
  .fs-c-variationList__item .fs-c-variationCart__wishlist .fav-icon {
    width: 12px;
    height: 11px;
  }
  .fs-c-variationList__item .fs-c-variationCart__cartButton {
    width: 125px;
    height: 37px;
  }
  .fs-c-variationList__item .fs-c-variationCart__cartButton button {
    width: 125px;
    height: 37px;
  }
  .fs-c-variationList__item .fs-c-variationCart__cartButton button .fs-c-button__label {
    font-size: 11px;
  }
  .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a,
  .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
    max-width: 300px;
    height: 48px;
    font-size: 14px;
  }
  .fs-c-productOption {
    padding: 15px 0 3px;
  }
  .fs-c-productOption .fs-c-productOption__name {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .fs-c-productOption .fs-c-productOption__option {
    width: 100%;
    margin-left: 0;
  }
  .fs-c-productList__list__item {
    width: calc(50% - 13px);
    margin: 10px 0 34px 26px;
  }
  .fs-c-productList__list__item:nth-of-type(4n+1) {
    margin-left: 26px;
  }
  .fs-c-productList__list__item:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .fs-c-productList .fs-c-listControl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 12px;
  }
  .fs-c-pagination__item {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .fs-c-productName__name {
    font-size: 15px;
    line-height: 20px;
  }
  .fs-c-productPrices {
    margin-top: 0;
    padding: 0;
  }
  .fs-c-price {
    font-size: 17px;
  }
  .fs-c-sortItems {
    height: 32px;
    margin: 10px 0;
  }
  .fs-c-sortItems__list {
    width: 100px;
    height: 32px;
    font-size: 11px;
  }
  .fs-c-sortItems__list::after {
    font-size: 11px;
  }
  .fs-c-sortItems__list__item {
    font-size: 11px;
  }
  .fs-c-sortItems__list__item a,
  .fs-c-sortItems__list__item span {
    width: 100%;
    height: 32px;
  }
  .fs-c-noResultMessage__title{
    line-height: 1.6em;
  }
  .fs-body-top .fs-l-main .fs-l-pageMain .insta {
    padding-right: 0;
    padding-left: 0;
  }
  .fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item {
    width: calc(33.33% - 10px) !important;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item:nth-child(5n+1) {
    margin-left: 15px !important;
  }
  .fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  .fs-body-top .fs-l-main .fs-l-pageMain .insta .iswd-base .iswd-images-item.c-instagram-btn {
    width: calc(100vw - 40px) !important;
  }
  .fs-body-cart .fs-l-cart__contentsArea {
    display: block;
  }
  .fs-body-cart .fs-l-cart__sideColumn {
    display: block;
    padding: 0;
    border: none;
  }
  .fs-c-cartTable__row {
    display: grid;
    margin-bottom: 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: none;
  }
  .fs-c-purchaseHere__message {
    margin-bottom: 20px;
    font-size: 14px;
  }
  [class^="fs-body-checkout"] .fs-l-checkout {
    display: block;
  }
  [class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    margin-top: 46px;
  }
  .fs-l-checkout {
    margin-top: 35px;
  }
  .fs-l-checkout__mainColumn .fs-c-checkout-preview {
    padding: 30px 0;
  }
  .fs-l-checkout__mainColumn .fs-c-checkout-preview__title {
    font-size: 19px;
  }
  .fs-l-checkout__mainColumn .fs-c-checkout-preview__title::before, .fs-l-checkout__mainColumn .fs-c-checkout-preview__title::after {
    width: 7px;
    height: 7px;
  }
  .fs-l-checkout__mainColumn .fs-c-checkout-preview__title::before {
    margin-top: -7px;
  }
  .fs-l-checkout__sideColumn .fs-c-checkout-preview {
    border: none;
    background: #EEEAE7;
  }
  .fs-l-checkout .fs-c-button--change--small {
    width: 112px;
  }
  .fs-l-checkout .fs-c-button--standard {
    height: 35px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
    font-size: 12px;
  }
  .fs-c-checkout-preview ruby rt {
    font-size: 9px;
  }
  .fs-c-checkout-customerInfo, .fs-c-checkout-buyerInfo, .fs-c-checkout-destination, .fs-c-checkout-delivery {
    font-size: 12px;
    line-height: 22px;
  }
  .fs-c-checkout-customerInfo__name, .fs-c-checkout-buyerInfo__name, .fs-c-checkout-destination__name, .fs-c-checkout-delivery__name {
    font-size: 16px;
  }
  .fs-c-checkout-customerInfo__name__home, .fs-c-checkout-buyerInfo__name__home, .fs-c-checkout-destination__name__home, .fs-c-checkout-delivery__name__home {
    font-size: 14px;
  }
  .fs-c-checkout-customerInfo__email, .fs-c-checkout-buyerInfo__email, .fs-c-checkout-destination__email, .fs-c-checkout-delivery__email {
    margin-top: 10px;
  }
  .fs-c-checkout-customerInfo__address, .fs-c-checkout-buyerInfo__address, .fs-c-checkout-destination__address, .fs-c-checkout-delivery__address {
    margin-top: 0px;
  }
  .fs-c-checkout-customerInfo__tel, .fs-c-checkout-buyerInfo__tel, .fs-c-checkout-destination__tel, .fs-c-checkout-delivery__tel {
    margin-top: 0px;
  }
  .fs-c-checkout-customerInfo__control, .fs-c-checkout-buyerInfo__control, .fs-c-checkout-destination__control, .fs-c-checkout-delivery__control {
    display: block;
    position: static;
    margin-top: 15px;
  }
  .fs-c-checkout-buyerInfo .fs-c-buttonContainer, .fs-c-checkout-delivery .fs-c-buttonContainer {
    position: static;
    margin-top: 15px;
  }
  .fs-c-checkout-destination__destination {
    padding-right: 0;
  }
  .fs-c-checkout-destination__button {
    margin-top: 15px;
  }
  .fs-c-checkout-destination__message {
    font-size: 16px;
    line-height: 24px;
  }
  .fs-c-checkout-paymentInfo__message {
    font-size: 16px;
    line-height: 24px;
  }
  .fs-c-checkout-couponInfo__message {
    font-size: 13px;
  }
  .fs-c-checkout-couponCodeInput {
    display: block;
    margin-top: 15px;
  }
  .fs-c-checkout-couponCodeInput > span {
    display: block;
  }
  .fs-c-checkout-couponCodeInput > :not(:last-child) {
    margin-right: 0px;
  }
  .fs-c-checkout-couponCodeInput__title {
    font-size: 13px;
  }
  .fs-c-checkout-couponCodeInput__input {
    margin-top: 15px;
  }
  .fs-c-checkout-couponCodeInput .fs-c-couponCodeInput__button {
    margin-top: 15px;
  }
  .fs-c-checkout-couponCodeInput .fs-c-button--useCoupon {
    width: 112px;
  }
  .fs-c-checkout-delivery__method__title {
    font-size: 16px;
  }
  .fs-c-checkout-delivery__method__message {
    font-size: 13px;
  }
  .fs-c-checkout-checkoutMethod__body {
    padding: 5px 10px;
  }
  .fs-c-checkout-addressee {
    display: block;
  }
  .fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--edit,
  .fs-c-checkout-addressee .fs-c-buttonContainer .fs-c-button--setDestination {
    width: 112px;
    height: 35px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
    font-size: 12px;
  }
  .fs-c-registerSuccessMessage {
    font-size: 14px;
    line-height: 26px;
  }
  .fs-c-button--secondary.fs-c-button--addToAddressbook {
    max-width: 250px;
    height: 45px;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px #707070;
    border-radius: 4px;
    font-size: 16px;
  }
  .fs-c-addressBookList {
    margin-bottom: 45px;
  }
  .fs-c-addressBookList__form {
    display: block;
  }
  .fs-c-addressBookList__form .fs-c-buttonContainer {
    padding: 0 0 30px;
  }
  .fs-c-addressBookList__count {
    font-size: 10px;
  }
  .fs-c-addressBookList__list {
    margin-top: 10px;
  }
  .fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--changeInfomation,
  .fs-c-addressBookList .fs-c-listTable th .fs-c-buttonContainer .fs-c-button--delete, .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--changeInfomation,
  .fs-c-addressBookList .fs-c-listTable td .fs-c-buttonContainer .fs-c-button--delete {
    width: 112px;
    height: 35px;
    margin: 0 10px;
    font-size: 12px;
  }
  .fs-c-addressBookList .fs-c-listTable {
    display: block;
  }
  .fs-c-addressBookList .fs-c-listTable > tbody {
    display: block;
    width: 100%;
    border-top: none;
  }
  .fs-c-addressBookList .fs-c-listTable > tbody > tr {
    display: block;
    width: 100%;
    border-right: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
  }
  .fs-c-addressBookList .fs-c-listTable th, .fs-c-addressBookList .fs-c-listTable td {
    display: block;
    padding: 20px;
    font-size: 13px;
  }
  .fs-c-addressBookList .fs-c-listTable th:first-child, .fs-c-addressBookList .fs-c-listTable td:first-child {
    width: 100%;
  }
  .fs-c-addressBookList .fs-c-listTable th:last-child, .fs-c-addressBookList .fs-c-listTable td:last-child {
    padding-top: 0;
  }
  .fs-c-modal--medium .fs-c-modal__inner .fs-c-inputTable > tbody {
    padding-bottom: 0;
  }
  .fs-c-modal--medium .fs-c-modal__inner .fs-c-inputTable > tbody > tr + tr {
    margin-top: 20px;
  }
  .fs-c-modal--medium .fs-c-modal__contents {
    padding: 20px 15px;
  }
  .fs-c-modal__header {
    padding: 20px;
  }
  .fs-c-modal__title {
    font-size: 14px;
  }
  .fs-c-modal__close {
    right: 20px;
  }
  .fs-c-modal__close::before {
    font-size: 24px;
  }
  .fs-c-modal__contents {
    padding: 20px 15px;
  }
  .fs-c-modal__contents .fs-c-inquiryMessage,
  .fs-c-modal__contents .fs-c-stockNotificationsMessage {
    margin-top: 15px;
    font-size: 12px;
  }
  .fs-c-modal__contents .fs-c-inquiryProduct,
  .fs-c-modal__contents .fs-c-stockNotificationsProduct {
    grid-template-columns: 80px 1fr;
  }
  .fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName,
  .fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-productName {
    padding-left: 15px;
  }
  .fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName__name,
  .fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-productName__name {
    font-size: 17px;
  }
  .fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName__variation,
  .fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-productName__variation {
    font-size: 11px;
  }
  .fs-c-modal__contents .fs-c-inquiryProduct__productImage {
    width: 80px;
    height: 80px;
  }
  .fs-c-modal__inner .fs-c-inputInformation__field {
    font-size: 16px;
  }
  .fs-c-modal__inner .fs-c-inputInformation__field .fs-c-address {
    font-size: 12px;
  }
  .fs-c-modal__inner .fs-c-inputInformation__field .fs-u-tel {
    display: block;
    margin-top: -6px;
    font-size: 12px;
  }
  .fs-c-modal__inner .fs-c-buttonContainer,
  .fs-c-modal__inner .fs-c-inputInformation__button {
    display: block;
    margin-top: 15px;
    padding: 0;
  }
  .fs-c-modal__inner .fs-c-buttonContainer button,
  .fs-c-modal__inner .fs-c-inputInformation__button button {
    width: 100%;
    max-width: 250px;
    height: 55px;
    margin: 25px auto 15px;
  }
  .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard,
  .fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard {
    min-width: auto;
    max-width: 250px;
  }
  .fs-c-modal__inner .fs-c-buttonContainer .fs-c-button--standard.fs-c-button--subscribeToArrivalNotice,
  .fs-c-modal__inner .fs-c-inputInformation__button .fs-c-button--standard.fs-c-button--subscribeToArrivalNotice {
    min-width: auto;
    max-width: 300px;
  }
  .fs-c-modal__inner .fs-c-inputTable > tbody {
    padding-bottom: 0;
  }
  .fs-c-modal__inner .fs-c-inputTable > tbody > tr + tr {
    margin-top: 30px;
  }
  .fs-c-documentArticle__heading,
  .fs-c-documentColumn__heading {
    margin-bottom: 15px;
    padding-left: 14px;
    font-size: 19px;
    line-height: 24px;
  }
  .fs-c-documentArticle__heading::before, .fs-c-documentArticle__heading::after,
  .fs-c-documentColumn__heading::before,
  .fs-c-documentColumn__heading::after {
    width: 7px;
    height: 7px;
  }
  .fs-c-documentArticle__heading::before,
  .fs-c-documentColumn__heading::before {
    margin-top: -7px;
  }
  .fs-c-documentArticle__content p,
  .fs-c-documentColumn__content p {
    line-height: 25px;
  }
  .fs-c-documentArticle {
    padding: 0;
  }
  .fs-c-documentColumn {
    font-size: 13px;
    line-height: 25px;
  }
  .fs-c-explainList {
    display: block;
    border-left: none;
  }
  .fs-c-explainList > dt,
  .fs-c-explainList > dd {
    padding: 0;
    border-right: none;
    line-height: 23px;
  }
  .fs-c-explainList > dt {
    z-index: 14;
    min-width: auto;
    padding-top: 20px;
    border-top: none;
    border-bottom: none;
    background: none;
  }
  .fs-c-explainList > dd {
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
  }
  #fs-recommend--flick .fr2-listItem__productName {
    font-size: 15px;
    line-height: 20px;
  }
  #fs-recommend--flick .fr2-listItem__productPrice {
    font-size: 17px;
  }
  #fs-recommend--flick .fr2-listItem__productPrice .fr2-price__addon {
    font-size: 12px;
  }
  .fs-c-featuredProduct__title {
    margin-bottom: 15px;
    padding-left: 14px;
    font-size: 19px;
    line-height: 24px;
  }
  .fs-c-featuredProduct__title::before, .fs-c-featuredProduct__title::after {
    width: 7px;
    height: 7px;
  }
  .fs-c-featuredProduct__title::before {
    margin-top: -7px;
  }
}

@media screen and (max-width: 767px) {
  .fs-c-subSection__title {
    font-size: 19px;
  }
  .fs-c-subSection__title::before, .fs-c-subSection__title::after {
    width: 7px;
    height: 7px;
  }
  .fs-c-subSection__title::before {
    margin-top: -7px;
  }
  .fs-c-subSection__message {
    margin: 15px 0;
    font-size: 14px;
    line-height: 25px;
  }
  .fs-c-list li {
    margin: 10px 0 10px 8px;
  }
  .fs-c-breadcrumb__listItem {
    margin-left: 20px;
    font-size: 12px;
  }
  .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    top: 50%;
    left: -13px;
  }
  .fs-c-modal__inner input[type="password"], .fs-c-modal__inner input[type="text"], .fs-c-modal__inner input[type="email"], .fs-c-modal__inner input[type="tel"], .fs-c-modal__inner select, .fs-c-modal__inner textarea,
  #fs_form input[type="password"],
  #fs_form input[type="text"],
  #fs_form input[type="email"],
  #fs_form input[type="tel"],
  #fs_form select,
  #fs_form textarea {
    height: 45px;
  }
  .fs-c-inputInformation__message {
    font-size: 15px;
    line-height: 25px;
  }
  fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
    margin-top: 40px;
  }
  .fs-c-agreementConfirmationArea__message {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .fs-c-agreementConfirmationArea__message::before, .fs-c-agreementConfirmationArea__message::after {
    width: 7px;
    height: 7px;
  }
  .fs-c-agreementConfirmationArea__message::before {
    margin-top: -7px;
  }
  .fs-c-agreementConfirmation > * + * {
    margin-top: 20px;
  }
  .fs-c-agreementConfirmation__addon {
    display: block;
  }
  .fs-c-agreementConfirmation__addon__message {
    width: 100%;
    font-size: 14px;
  }
  .fs-c-agreementConfirmation__password__input {
    width: 100%;
    margin-top: 12px;
  }
  .fs-c-documentContent {
    padding: 30px 0;
    font-size: 14px;
    text-align: left;
  }
  .fs-c-inputTable > tbody > tr {
    display: block;
  }
  .fs-c-inputTable__headerCell {
    display: block;
    width: 100%;
  }
  .fs-c-inputTable__dataCell {
    display: block;
    width: 100%;
    margin-top: 12px;
  }
  .fs-c-inputTable__label {
    font-size: 14px;
  }
  .fs-c-requiredMark {
    display: inline-block;
    position: static;
    margin-left: 1em;
    overflow: visible;
    font-size: 10px;
  }
  .fs-c-input--zipCode {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    max-width: 72%;
  }
  .fs-p-emailDomainNotice p {
    font-size: 14px;
    line-height: 25px;
  }
  .fs-c-checkbox {
    width: 100%;
    padding: 20px 0;
    border-radius: 5px;
  }
  .fs-c-checkbox__label {
    padding: 0 20px;
  }
  .fs-c-checkbox__checkMark {
    margin-right: 4px;
  }
  .fs-c-checkbox__labelText {
    padding-top: 1px;
    font-size: 12px;
  }
  .fs-l-product2 .fs-l-productLayout .fs-c-productCarouselMainImage .slick-slide > div {
    width: 100% !important;
  }
  .fs-body-top .fs-l-main .fs-l-pageMain .insta .c-instagram-btn a {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .fs-c-payWithAmazon__message {
    line-height: 25px;
    text-align: left;
  }
  .fs-c-newUsers {
    margin-top: 70px;
  }
  .fs-body-cart-login .fs-c-loginForm {
    margin-top: 42px;
  }
  .fs-body-cart-login .fs-c-inputInformation__field input {
    width: 100%;
  }
  .fs-body-cart-login .fs-c-inputInformation__button {
    margin-top: 0;
  }
  .fs-body-cart-login .fs-c-inputInformation__button button {
    width: 250px;
  }
  .fs-c-anotherLogin__message {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  .fs-body-customerDetails .fs-c-dropdown {
    width: 72%;
  }
  .fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) .fs-c-checkbox__checkMark {
    width: 12px;
    min-width: auto;
    height: 12px;
    border-width: 1px;
    border-radius: 12px;
  }
  .fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message {
    padding: 20px 15px;
  }
  .fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark {
    max-width: none;
    font-size: 12px;
    line-height: 1.6;
  }
  .fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark::before {
    font-size: 15px;
  }
  .fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark::after {
    max-width: none;
    margin-top: 4px;
    font-size: 12px;
  }
  .fs-body-customerDetails .fs-c-agreementConfirmation:nth-of-type(2) #fs_registrationUncheckedMessage .fs-c-agreementConfirmation__message .fs-p-listWithCheckmark li::before {
    line-height: 1.6;
  }
  .fs-body-customerDetails .fs-c-agreementConfirmation:last-of-type .fs-c-checkbox__checkMark {
    width: 12px;
    min-width: auto;
    height: 12px;
    border-width: 1px;
    border-radius: 12px;
  }
  .fs-body-customerDetails .fs-c-agreementConfirmation .fs-c-checkbox {
    display: block;
    padding: 15px 0;
  }
  .fs-body-customerDetails .fs-c-agreementConfirmation .fs-c-checkbox::before {
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  .fs-body-customerDetails .fs-c-agreementConfirmation .fs-c-checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 12px;
    padding: 0;
  }
  .fs-body-customerDetails .fs-c-buttonContainer .fs-c-button--next,
  .fs-body-customerDetails .fs-c-buttonContainer .fs-c-button--registerAndContinue {
    min-width: 250px;
  }
  .fs-body-newsletter-subscribe .fs-c-inputInformation {
    margin-bottom: 24px;
  }
  .fs-body-newsletter-subscribe .fs-c-inputTable {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fs-body-newsletter-subscribe .fs-c-inputTable > tbody > tr + tr {
    margin-top: 24px;
  }
  .fs-c-checkAndNotice__notice {
    font-size: 12px;
    text-align: left;
  }
  .fs-c-accountService__page {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    height: 115px;
    margin: 5px 0 5px 10px;
  }
  .fs-c-accountService__page:nth-child(5n+1) {
    margin-left: 10px;
  }
  .fs-c-accountService__page:nth-child(3n+1) {
    margin-left: 10px;
  }
  .fs-c-accountService__page:nth-child(2n+1) {
    margin-left: 0;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 11.5px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
    width: 39px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
    width: 33px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
    width: 26px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
    width: 39px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
    width: 45px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
    width: 26px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
    width: 26px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 11px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    min-height: 39px;
    margin-bottom: 5px;
  }
  .fs-c-accountButtons {
    display: block;
  }
  .fs-c-accountButtons a {
    margin: 8px auto;
  }
  .fs-body-my-account-settings .fs-c-buttonContainer .fs-c-button--change,
  .fs-body-my-account-settings .fs-c-buttonContainer .fs-c-button--confirmChange,
  .fs-body-my-account-settings-edit .fs-c-buttonContainer .fs-c-button--change,
  .fs-body-my-account-settings-edit .fs-c-buttonContainer .fs-c-button--confirmChange {
    min-width: 250px;
  }
  .fs-body-my-account-delete .fs-c-inputInformation__field,
  .fs-body-my-account-settings .fs-c-inputInformation__field {
    margin-bottom: 35px;
  }
  .fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable__headerCell {
    padding: 15px 15px 4px;
    background: none;
    color: #A28D80;
  }
  .fs-body-my-account-settings .fs-c-memberInfoField .fs-c-inputTable__dataCell {
    margin-top: 0;
    padding: 4px 15px 15px;
    font-size: 12px;
  }
  .fs-body-my-account-delete .fs-c-memberInfoField .fs-c-inputTable__headerCell {
    padding: 15px 15px 4px;
    background: none;
    color: #A28D80;
  }
  .fs-body-my-account-delete .fs-c-memberInfoField .fs-c-inputTable__dataCell {
    margin-top: 0;
    padding: 4px 15px 15px;
    font-size: 12px;
  }
  .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
    font-size: 10px;
  }
  .fs-body-my-points .fs-c-history__info {
    padding: 15px;
  }
  .fs-c-pointSummary {
    font-size: 12px;
  }
  .fs-c-pointSummary [class$="--availablePoint"] {
    padding: 15px 15px 10px;
  }
  .fs-c-pointSummary [class$="--limitedPoint"] {
    padding-bottom: 15px;
    font-size: 10px;
  }
  .fs-c-pointSummary [class$="--waitingPoint"] {
    margin-top: 18px;
  }
  .fs-c-pointSummary [class$="--purchasePointTotal"] {
    margin-top: 15px;
  }
  .fs-c-pointSummary__label--availablePoint {
    padding-left: 15px;
  }
  .fs-c-pointSummary__label--limitedPoint {
    padding-left: 15px;
  }
  .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
    font-size: 25px;
  }
  .fs-c-pointSummary__value--availablePoint, .fs-c-pointSummary__value--limitedPoint {
    padding-right: 15px;
  }
  .fs-body-forgotPassword .fs-c-inputInformation__field,
  .fs-body-my-account-password .fs-c-inputInformation__field {
    margin: 35px 0;
  }
  .fs-c-couponList__item {
    padding: 0;
    border-radius: 0;
  }
  .fs-c-coupon__info {
    grid-template-columns: 140px auto;
  }
  .fs-c-coupon__image {
    width: 120px;
    margin-right: 20px;
  }
  .fs-c-coupon__name {
    margin-top: 0;
  }
  .fs-c-coupon__description {
    grid-column: 1/3;
    grid-row: 2;
    margin-top: 10px;
    font-size: 9px;
    white-space: normal;
  }
  .fs-c-couponName__explain {
    font-size: 10px;
    line-height: 17px;
  }
  .fs-c-couponName__name {
    font-size: 12.5px;
  }
  .fs-c-couponName__discount {
    width: 110px;
    height: 25px;
    font-size: 10px;
  }
    /*
  .fs-c-couponExpiration {
    margin-right: 0;
    margin-left: 140px;
  }
    */
  .fs-c-couponExpiration__title {
    font-size: 9px;
  }
  .fs-c-couponAppliedCondition__title {
    font-size: 9px;
  }
  .fs-c-couponAppliedCondition__list__item .fs-c-price {
    font-size: 9px;
  }
  .fs-c-couponProduct__title {
    padding-right: 0.5em;
    font-size: 12px;
  }
  .fs-c-modal__inner textarea {
    height: 197px;
  }
  .fs-c-modal__inner fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
    margin-top: 40px;
  }
.product_preoeder_txt{
  font-size: 15px;
 }
.fs-c-price__value {
  font-weight: bold !important;
 }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .fs-c-button--addToCart--variation {
    width: 180px;
  }
  .fs-c-variationList__item .fs-c-variationCart__image {
    width: 60px;
  }
  .fs-c-variationList__item .fs-c-variationCart__variationName {
    width: calc(100% - 280px);
  }
  .fs-c-variationList__item .fs-c-variationCart__wishlist {
    margin: 0 10px;
  }
  .fs-c-variationList__item .fs-c-variationCart__cartButton {
    width: 180px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .fs-l-product2 .fs-l-productLayout {
    grid-template-columns: 560px auto;
  }
  .fs-l-product2 .fs-l-productLayout .fs-c-productCarouselMainImage .slick-slide > div {
    width: 560px !important;
  }
}

@media screen and (min-width: 1025px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-x: visible;
  }
}

@media screen and (max-width: 896px) {
  .fs-c-productList__controller:first-of-type {
    margin: 0 0 15px;
  }
  .fs-c-productList__controller:last-of-type {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 959px) {
  .fs-c-cartTable {
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
  }
  .fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    padding: 5px 10px;
    border: none;
  }
  .fs-c-cartTable__headerCell {
    display: none;
  }
  .fs-c-cartTable__dataCell--product {
    grid-column: 1/3;
    padding: 20px 10px;
  }
  .fs-c-cartTable__dataCell--quantity {
    grid-column: 2/3;
    grid-row: 2/3;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
  }
  .fs-c-cartTable__dataCell--subtotal {
    grid-column: 1/3;
    grid-row: 3/4;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .fs-c-cartTable__dataCell--point {
    grid-column: 1/3;
    grid-row: 4/5;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .fs-c-cartTable__dataCell--action {
    grid-column: 1/2;
    grid-row: 2/3;
    width: auto;
    font-size: 12px;
  }
  .fs-c-cartTable__quantity {
    max-width: none;
  }
  .fs-c-cartTable__productImage__image {
    padding-right: 0;
  }
  .fs-c-cartTable__productName {
    font-size: 14px;
  }
  .fs-c-quantity__select {
    width: 3em;
  }
  .fs-body-my-orders .fs-c-history,
  .fs-body-my-storeOrders .fs-c-history {
    grid-gap: 50px;
    grid-template-columns: 1fr;
  }
  .fs-body-my-orders .fs-p-announcement,
  .fs-body-my-storeOrders .fs-p-announcement {
    margin-bottom: 30px;
  }
  .fs-c-history__info {
    padding: 0;
    border: none;
  }
  .fs-c-history__info #fs_form .fs-c-dropdown {
    border-radius: 0;
  }
  .fs-c-history__info #fs_form .fs-c-dropdown::before {
    right: 14px;
  }
  .fs-c-history__info #fs_form .fs-c-dropdown::after {
    width: 38px;
  }
  .fs-c-history__info #fs_form .fs-c-dropdown select {
    height: 38px;
    font-size: 13px;
  }
  .fs-c-orderHistory {
    margin-bottom: 45px;
  }
  .fs-c-orderHistory .fs-c-orderHistoryItem {
    border: none;
  }
  .fs-c-orderHistoryItem__header {
    padding: 0 0 5px;
  }
  .fs-c-orderHistoryItem__header__button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
    margin-left: 15px;
  }
  .fs-c-orderHistoryItem__header__button a .fs-c-button__label {
    font-size: 12px;
  }
  .fs-c-orderHistoryItem__body {
    border-bottom: solid 1px #DDDDDD;
  }
  .fs-c-orderHistoryItem__orderInfo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 15px;
  }
  .fs-c-orderHistoryItem__orderInfo .fs-c-orderHistoryItem__orderCode,
  .fs-c-orderHistoryItem__orderInfo .fs-c-orderHistoryItem__orderSummary {
    margin-left: 30px;
  }
  .fs-c-orderHistoryItem__orderInfo__info {
    margin: 0 0 10px 15px;
  }
  .fs-c-orderHistoryItem__orderInfo__info dt {
    font-size: 10px;
  }
  .fs-c-orderHistoryItem__orderInfo__info dd {
    font-size: 10px;
  }
  .fs-c-orderHistoryItem__orderInfo__info dd .fs-c-price {
    font-size: 10px;
  }
  .fs-c-orderHistoryItem__product {
    grid-template-columns: 80px 1fr auto auto;
    padding: 18px 0;
  }
  .fs-c-orderHistoryItem__productName {
    font-size: 14px;
    line-height: 25px;
  }
  .fs-c-orderHistoryItem__productQuantity {
    text-align: left;
  }
  .fs-c-orderHistoryItem__productQuantity__label, .fs-c-orderHistoryItem__productQuantity__number {
    font-size: 13px;
  }
  .fs-body-my-orders-details .fs-c-orderDetailList {
    padding: 15px;
    font-size: 10px;
  }
  .fs-body-my-orders-details .fs-c-orderDetailInfo__cartTable {
    border-right: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
  }
  .fs-body-my-orders-details .fs-c-deliveryInfoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
  }
  .fs-body-my-orders-details .fs-c-deliveryInfoList > * {
    width: 50%;
    padding: 14px 8px;
    border: none;
    font-size: 12px;
  }
  .fs-body-my-orders-details .fs-c-deliveryInfoList > dt {
    background: #F6F4F3;
    text-align: center;
  }
  .fs-body-my-orders-details .fs-c-deliveryInfoList > dd {
    text-align: right;
  }
  .fs-body-my-orders-details .fs-c-orderPaymentTable tr {
    border-right: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
  }
  .fs-body-my-orders-details .fs-c-orderPaymentTable tr th, .fs-body-my-orders-details .fs-c-orderPaymentTable tr td {
    width: 50%;
    padding: 14px 8px;
    border: none;
    font-size: 12px;
  }
  .fs-body-my-orders-details .fs-c-orderPaymentTable tr th {
    background: #F6F4F3;
    text-align: center;
  }
  .fs-body-my-orders-details .fs-c-orderPaymentTable tr td {
    text-align: right;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee .fs-c-addresseeList {
    border-bottom: none;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable {
    margin-top: 0;
    border-right: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--product, .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--quantity, .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--subtotal {
    min-width: 2em;
    margin-right: 8px;
    font-size: 13px;
    font-weight: normal;
    content: attr(data-cell-label);
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--product {
    grid-column: 1/2;
    padding: 20px 10px 0;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--quantity {
    grid-column: 1/2;
    grid-row: 2;
    padding: 10px 10px 20px 98px;
    text-align: left;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable .fs-c-cartTable__dataCell--subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 2;
    grid-row: 1/3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
    margin-top: 15px;
  }
  .fs-body-my-orders-details .fs-c-orderTotalTable {
    border-right: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
  }
  .fs-body-my-orders-details .fs-c-orderTotalTable > thead tr th, .fs-body-my-orders-details .fs-c-orderTotalTable > thead tr td,
  .fs-body-my-orders-details .fs-c-orderTotalTable > tfoot tr th,
  .fs-body-my-orders-details .fs-c-orderTotalTable > tfoot tr td,
  .fs-body-my-orders-details .fs-c-orderTotalTable > tbody tr th,
  .fs-body-my-orders-details .fs-c-orderTotalTable > tbody tr td {
    width: 50%;
    padding: 14px 8px;
  }
  .fs-body-my-orders-details .fs-c-orderTotalTable > thead tr th,
  .fs-body-my-orders-details .fs-c-orderTotalTable > tfoot tr th,
  .fs-body-my-orders-details .fs-c-orderTotalTable > tbody tr th {
    background: #F6F4F3;
    font-size: 12px;
    text-align: center;
  }
  .fs-body-my-orders-details .fs-c-orderTotalTable > thead tr td,
  .fs-body-my-orders-details .fs-c-orderTotalTable > tfoot tr td,
  .fs-body-my-orders-details .fs-c-orderTotalTable > tbody tr td {
    font-size: 12px;
  }
  .fs-body-my-orders-details .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td .fs-c-price,
  .fs-body-my-orders-details .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td .fs-c-price {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs-c-accountService__page {
    -ms-flex-preferred-size: calc(33.33% - 8px);
        flex-basis: calc(33.33% - 8px);
    margin: 5px 0 5px 12px;
  }
  .fs-c-accountService__page:nth-child(5n+1) {
    margin-left: 12px;
  }
  .fs-c-accountService__page:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .fs-body-my-orders-details .fs-c-cartTable__row {
    border-top: solid 1px #DDDDDD;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell--subtotal {
    border-top: none;
    background: none;
  }
}

@media screen and (max-width: 1024px) {
  .fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
      content: attr(data-cell-label);
      font-weight: bold;
      font-size: 0.8rem;
      margin-right: 8px;
      min-width: 2em;
  }
}

/*　判定前ステージ名をマイページで表示させる　*/
.rank_area span:empty::after {
  content: "ブロンズ(未定)会員";
  font-weight: 600;
}
