@charset "UTF-8";
/*************************************** プリセット ***************************************/
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css);
@import url(//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css);
/* 共通設定 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: white;
  color: #231815;
  font-size: 16px;
}

p {
  margin-bottom: 1em;
}

img {
  display: block;
}

ul[class], ol[class] {
  list-style: none;
  padding: 0;
}

/* リンク設定 */
a {
  color: #231815;
}
a:hover {
  color: #6a1917 !important;
}

/* レイアウト設定 */
/* ヘッダ */
.fs-l-header {
  padding: 0;
}

.fs-l-header__contents {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  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: 20px 0;
}

.fs-p-logo {
  padding: 0;
}

.fs-p-headerUtilityMenu a {
  font-weight: bold;
  font-size: 14px;
}
.fs-p-headerUtilityMenu a:before {
  content: none;
}
.fs-p-headerUtilityMenu a i {
  padding-right: 5px;
}

.fs-p-headerNavBar {
  border: none;
  background: #f5f5f5;
  padding: 10px 0;
  width: 100%;
  min-width: 1200px;
}
.fs-p-headerNavBar .fs-p-headerNavigation__search {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}
.fs-p-headerNavBar .fs-p-headerNavigation__search .fs-p-searchForm__inputGroup {
  border-radius: 30px;
  border: #ccc solid 1px;
  background: white;
}
.fs-p-headerNavBar .fs-p-headerNavigation__search .fs-p-searchForm__inputGroup input {
  background: none;
  padding: 8px 10px;
  font-size: 12px;
}
.fs-p-headerNavBar .fs-p-headerNavigation__search .fs-p-searchForm__inputGroup .fs-p-inputGroup__button {
  background: none;
  color: #6a1917;
  height: 2.5em;
}
.fs-p-headerNavBar .fs-p-headerNavigation__search .fs-p-searchForm__inputGroup .fs-p-inputGroup__button:before {
  line-height: 1.8em;
}

.fs-l-pageMain {
  width: 900px !important;
  min-width: 900px !important;
}

.container {
  max-width: 1200px !important;
  padding: 0 !important;
  margin: 0 auto;
}

/* コンテナ幅テスト用 */
.fs-l-main {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*サイド*/
.fs-l-sideArea {
  width: 260px;
  max-width: 260px;
}
.fs-l-sideArea h3 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
.fs-l-sideArea h3:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  background: red;
  left: 0;
  bottom: 0;
}
.fs-l-sideArea h3:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c1c1c1;
  left: 0;
  bottom: 0;
}
.fs-l-sideArea ul {
  padding: 0;
  list-style: none;
}
.fs-l-sideArea ul li {
  margin-bottom: 6px;
}
.fs-l-sideArea ul li a {
  font-size: 14px;
  font-weight: bold;
  color: black;
}
.fs-l-sideArea .fs-c-button--primary {
  padding: 1em;
  margin-bottom: 20px;
}

.side_search {
  border: none;
  width: 100%;
}
.side_search .fs-p-searchForm__inputGroup {
  border-radius: 30px;
  border: #ccc solid 1px;
  background: white;
}
.side_search .fs-p-searchForm__inputGroup input {
  background: none;
  padding: 8px 10px;
  font-size: 12px;
}
.side_search .fs-p-searchForm__inputGroup .fs-p-inputGroup__button {
  background: none;
  color: #da0a17;
  height: 2.5em;
}
.side_search .fs-p-searchForm__inputGroup .fs-p-inputGroup__button:before {
  line-height: 1.8em;
}

/*@media screen and (min-width: 1200px){
  .fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 720px;
  }
} */
/* コピー不要（本デモサイト用） */
/*  　　　　　　　　*/
/* ここからコピー */
/*  　　　　　　　　*/
/* CV関連ページのサブカラム非表示 */
/* ↓メインおよびサブカラムのクラス名に応じて必ず調整↓ */
.fs-body-checkout .fs-l-pageMain,
.fs-body-cart .fs-l-pageMain,
.fs-body-checkout-success .fs-l-pageMain,
.fs-body-checkout-multiAddress-options .fs-l-pageMain,
.fs-body-checkout-multiAddress-confirm .fs-l-pageMain,
.fs-body-checkout-multiAddress-products .fs-l-pageMain,
.fs-body-checkout-multiAddress .fs-l-pageMain,
.fs-body-checkout-multi .fs-l-pageMain,
.fs-body-customerDetails .fs-l-pageMain,
.fs-body-checkout-amazon .fs-l-pageMain,
.fs-body-my-addressbook-new .fs-l-pageMain,
.fs-body-cart-login .fs-l-pageMain {
  width: 100%;
  max-width: 100%;
  float: none;
}

.fs-body-checkout #side,
.fs-body-cart #side,
.fs-body-checkout-success #side,
.fs-body-checkout-multiAddress-options #side,
.fs-body-checkout-multiAddress-confirm #side,
.fs-body-checkout-multiAddress-products #side,
.fs-body-checkout-multiAddress #side,
.fs-body-checkout-multi #side,
.fs-body-customerDetails #side,
.fs-body-checkout-amazon #side,
.fs-body-my-addressbook-new #side,
.fs-body-cart-login #side {
  display: none !important;
}

.fs-body-checkout .fs-l-sideArea,
.fs-body-cart .fs-l-sideArea,
.fs-body-checkout-success .fs-l-sideArea,
.fs-body-checkout-multiAddress-options .fs-l-sideArea,
.fs-body-checkout-multiAddress-confirm .fs-l-sideArea,
.fs-body-checkout-multiAddress-products .fs-l-sideArea,
.fs-body-checkout-multiAddress .fs-l-sideArea,
.fs-body-checkout-multi .fs-l-sideArea,
.fs-body-customerDetails .fs-l-sideArea,
.fs-body-checkout-amazon .fs-l-sideArea,
.fs-body-my-addressbook-new .fs-l-sideArea,
.fs-body-cart-login .fs-l-sideArea {
  display: none !important;
}

/* //CV関連ページのサブカラム非表示 */
/*  　　　　　　　　*/
/* ボタン関連調整 */
/*  　　　　　　　　*/
.fs-c-button--primary {
  font-weight: bold;
  padding: 1.5em;
  background: #6a1917;
  color: white;
  border-radius: 4px;
  border: none;
  width: 320px;
  max-width: 100%;
  font-size: 14px;
}
.fs-c-button--primary:hover {
  background: #7f1e1c !important;
  color: white !important;
}

/* 商品画像拡大ボタン */
.fs-c-productMainImage {
  position: relative;
}

.fs-c-productMainImage .fs-c-productMainImage__expandButton.fs-c-buttonContainer {
  position: absolute;
  bottom: 0;
  right: 0;
  /* left: 0; */
  padding: 0;
}

.fs-c-productMainImage .fs-c-productMainImage__expandButton.fs-c-buttonContainer button.fs-c-button--viewExtendedImage.fs-c-button--plain {
  padding: 10px;
}

.fs-c-productMainImage .fs-c-productMainImage__image,
.fs-c-productThumbnail .fs-c-productThumbnail__image {
  cursor: pointer;
}

.fs-c-productMainImage .fs-c-productMainImage__image:hover,
.fs-c-productThumbnail .fs-c-productThumbnail__image:hover {
  opacity: 0.8;
}

.fs-c-productThumbnail {
  margin-left: -4px;
  margin-right: -4px;
}

button.fs-c-button--viewExtendedImage.fs-c-button--plain:hover {
  text-decoration: none;
}

a.fs-c-button--viewProductDetail.fs-c-button--plain, button.fs-c-button--addToCart--list.fs-c-button--plain {
  border: 1px solid transparent;
  border-radius: 6px;
  color: #FFF !important;
  background: #ad0c0c;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 0.75em;
  font-weight: bold;
}

/*  　　　　　　　　*/
/* //ボタン関連調整 */
/*  　　　　　　　　*/
/*  　　　　　　　　*/
/* 商品詳細カート周り */
/*  　　　　　　　　*/
/* 数量ボタンに上下ボタン表示 */
.fs-c-quantity__select,
select[name="quantity"] {
  -webkit-appearance: menulist;
}

.fs-c-variationCart--withImage > li {
  -ms-grid-columns: auto 1fr 2em 128px;
  grid-template-columns: auto 1fr 40px 128px;
}

.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage {
  padding: 0;
}

.fs-c-variationList__item__cart.fs-c-variationCart .fs-c-variationCart__wishlist {
  /* padding-right: 10px; */
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy {
  display: block;
  margin: 12px 0;
}

.fs-l-product2 .fs-l-productLayout > * > * {
  margin-bottom: 15px;
}

.fs-l-product2 .fs-c-productNameHeading.fs-c-heading {
  margin-bottom: 20px;
}

.fs-l-product2 .fs-c-returnedSpecialContract {
  margin-bottom: 8px;
}

/*  　　　　　　　　*/
/* //商品詳細カート周り */
/*  　　　　　　　　*/
/*  　　　　　　　　*/
/* 商品一覧 */
/*  　　　　　　　　*/
/* 画像拡大ボタン削除（詳細ページへの誘導強化のため） */
.fs-c-productListItem .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: none;
}

/*  　　　　　　　　*/
/* //商品一覧 */
/*  　　　　　　　　*/
/* カートページ */
th.fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--action {
  min-width: 105px;
}

/*************************************** プリセットここまで ***************************************/
.row {
  margin-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */
.gutters .col {
  margin-left: 2%;
}
.gutters .col:first-child {
  margin-left: 0;
}

.span_1 {
  width: 8.3333333333%;
}

.span_2 {
  width: 16.6666666667%;
}

.span_3 {
  width: 25%;
}

.span_4 {
  width: 33.3333333333%;
}

.span_5 {
  width: 41.6666666667%;
}

.span_6 {
  width: 50%;
}

.span_7 {
  width: 58.3333333333%;
}

.span_8 {
  width: 66.6666666667%;
}

.span_9 {
  width: 75%;
}

.span_10 {
  width: 83.3333333333%;
}

.span_11 {
  width: 91.6666666667%;
}

.span_12 {
  width: 100%;
}

.gutters .span_1 {
  width: 6.5%;
}
.gutters .span_2 {
  width: 15%;
}
.gutters .span_3 {
  width: 23.5%;
}
.gutters .span_4 {
  width: 32%;
}
.gutters .span_5 {
  width: 40.5%;
}
.gutters .span_6 {
  width: 49%;
}
.gutters .span_7 {
  width: 57.5%;
}
.gutters .span_8 {
  width: 66%;
}
.gutters .span_9 {
  width: 74.5%;
}
.gutters .span_10 {
  width: 83%;
}
.gutters .span_11 {
  width: 91.5%;
}
.gutters .span_12 {
  width: 100%;
}

.col.offset_1 {
  margin-left: 8.3333333333%;
}

.gutters .col.offset_1 {
  margin-left: 10.5%;
}

.gutters .col.offset_1:first-child {
  margin-left: 8.5%;
}

.col.offset_2 {
  margin-left: 16.6666666667%;
}

.gutters .col.offset_2 {
  margin-left: 19%;
}

.gutters .col.offset_2:first-child {
  margin-left: 17%;
}

.col.offset_3 {
  margin-left: 25%;
}

.gutters .col.offset_3 {
  margin-left: 27.5%;
}

.gutters .col.offset_3:first-child {
  margin-left: 25.5%;
}

.col.offset_4 {
  margin-left: 33.3333333333%;
}

.gutters .col.offset_4 {
  margin-left: 36%;
}

.gutters .col.offset_4:first-child {
  margin-left: 34%;
}

.col.offset_5 {
  margin-left: 41.6666666667%;
}

.gutters .col.offset_5 {
  margin-left: 44.5%;
}

.gutters .col.offset_5:first-child {
  margin-left: 42.5%;
}

.col.offset_6 {
  margin-left: 50%;
}

.gutters .col.offset_6 {
  margin-left: 53%;
}

.gutters .col.offset_6:first-child {
  margin-left: 51%;
}

.col.offset_7 {
  margin-left: 58.3333333333%;
}

.gutters .col.offset_7 {
  margin-left: 61.5%;
}

.gutters .col.offset_7:first-child {
  margin-left: 59.5%;
}

.col.offset_8 {
  margin-left: 66.6666666667%;
}

.gutters .col.offset_8 {
  margin-left: 70%;
}

.gutters .col.offset_8:first-child {
  margin-left: 68%;
}

.col.offset_9 {
  margin-left: 75%;
}

.gutters .col.offset_9 {
  margin-left: 78.5%;
}

.gutters .col.offset_9:first-child {
  margin-left: 76.5%;
}

.col.offset_10 {
  margin-left: 83.3333333333%;
}

.gutters .col.offset_10 {
  margin-left: 87%;
}

.gutters .col.offset_10:first-child {
  margin-left: 85%;
}

.col.offset_11 {
  margin-left: 91.6666666667%;
}

.gutters .col.offset_11 {
  margin-left: 95.5%;
}

.gutters .col.offset_11:first-child {
  margin-left: 93.5%;
}

/*共通*/
a {
  color: black;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover {
  color: #6a1917;
  text-decoration: none;
}

a img {
  -webkit-transition: all .3s;
  transition: all .3s;
 height: auto;
}
a:hover img {
  opacity: 0.8;
}

/**パーツ**/
.text-center {
  text-align: center;
}

.text-large {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.8;
}

.text-mid {
  font-size: 16px;
}

.mainTitle {
  font-size: 22px;
  margin-bottom: 30px;
  padding-bottom: .5em;
  border-bottom: #c1c1c1 solid 2px;
  font-weight: bold;
}

.subTitle {
  font-size: 18px;
  margin-bottom: 20px !important;
  padding-bottom: .5em;
  border-bottom: #c1c1c1 solid 2px;
  font-weight: bold;
}

.dnone {
  display: none;
}

/*トップ*/
.eyeCatch {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto 60px;
}
.eyeCatch .slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.eyeCatch .slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.eyeCatch .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 1px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0.25);
  margin: 0 5px;
}
.eyeCatch .slick-dots li.slick-active button {
  background: #da0a17;
}
.eyeCatch .container {
  position: relative;
}
.eyeCatch .main_copy {
  list-style: none;
  padding: 0;
  position: absolute;
  width: 621px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*ヘッダ下バナーグループ*/
.header_bnrGroup {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.header_bnrGroup .container {
  width: 990px;
}
.header_bnrGroup .col img {
  display: inline-block;
}

/*新着おすすめ商品・ランキング*/
.tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.tabList li {
  width: 180px;
  text-align: center;
  cursor: pointer;
  background: #e5e5e5;
  border-right: white solid 1px;
  border-bottom: white solid 1px;
  padding: 1em;
  font-weight: bold;
  font-size: 14px;
}
.tabList li.active {
  background: #da0a17;
  color: white;
}

.tabContent {
  margin-bottom: 10px;
}

.top_recommend,
.top_recommend1,
.top_recommend2,
.top_recommend3,
.top_recommend4,
.top_recommend5,
.top_recommend6,
.top_recommend7,
.top_recommend8,
.top_recommend9,
.top_recommend10,
.top_recommend11,
.top_recommend12,
.top_recommend13,
.top_frecommend,
.top_frecommend1,
.top_frecommend2,
.top_frecommend3,
.top_frecommend4,
.top_frecommend5,
.top_frecommend6,
.top_frecommend7,
.top_frecommend8,
.top_frecommend9,
.top_frecommend10,
.top_frecommend11,
.top_frecommend12,
.top_frecommend13,
.top_ranking,
.top_ranking1,
.top_ranking2,
.top_ranking3,
.top_ranking4,
.top_ranking5,
.top_ranking6,
.top_ranking7,
.top_ranking8,
.top_ranking9,
.top_ranking10,
.top_ranking11,
.top_ranking12,
.top_ranking13 {
  opacity: 1;
  height: auto;
}
.content_hidden {
 opacity: 0;
 height: 0;
 margin: 0;
}
.content_hidden *, .content_hidden * {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
 overflow: hidden;
}
.topItemList {margin:0;}

.top_recommend .fs-c-productListCarousel__list,
.top_recommend1 .fs-c-productListCarousel__list,
.top_recommend2 .fs-c-productListCarousel__list,
.top_recommend3 .fs-c-productListCarousel__list,
.top_recommend4 .fs-c-productListCarousel__list,
.top_recommend5 .fs-c-productListCarousel__list,
.top_recommend6 .fs-c-productListCarousel__list,
.top_recommend7 .fs-c-productListCarousel__list,
.top_recommend8 .fs-c-productListCarousel__list,
.top_recommend9 .fs-c-productListCarousel__list,
.top_recommend10 .fs-c-productListCarousel__list,
.top_recommend11 .fs-c-productListCarousel__list,
.top_recommend12 .fs-c-productListCarousel__list,
.top_recommend13 .fs-c-productListCarousel__list,
.top_ranking .fs-c-productListCarousel__list,
.top_ranking1 .fs-c-productListCarousel__list,
.top_ranking2 .fs-c-productListCarousel__list,
.top_ranking3 .fs-c-productListCarousel__list,
.top_ranking4 .fs-c-productListCarousel__list,
.top_ranking5 .fs-c-productListCarousel__list,
.top_ranking6 .fs-c-productListCarousel__list,
.top_ranking7 .fs-c-productListCarousel__list,
.top_ranking8 .fs-c-productListCarousel__list,
.top_ranking9 .fs-c-productListCarousel__list,
.top_ranking10 .fs-c-productListCarousel__list,
.top_ranking11 .fs-c-productListCarousel__list,
.top_ranking12 .fs-c-productListCarousel__list,
.top_ranking13 .fs-c-productListCarousel__list {
  width: 100%;
}
.top_recommend .fs-c-productListCarousel__list > div,
.top_recommend1 .fs-c-productListCarousel__list > div,
.top_recommend2 .fs-c-productListCarousel__list > div,
.top_recommend3 .fs-c-productListCarousel__list > div,
.top_recommend4 .fs-c-productListCarousel__list > div,
.top_recommend5 .fs-c-productListCarousel__list > div,
.top_recommend6 .fs-c-productListCarousel__list > div,
.top_recommend7 .fs-c-productListCarousel__list > div,
.top_recommend8 .fs-c-productListCarousel__list > div,
.top_recommend9 .fs-c-productListCarousel__list > div,
.top_recommend10 .fs-c-productListCarousel__list > div,
.top_recommend11 .fs-c-productListCarousel__list > div,
.top_recommend12 .fs-c-productListCarousel__list > div,
.top_recommend13 .fs-c-productListCarousel__list > div,
.top_ranking .fs-c-productListCarousel__list > div,
.top_ranking1 .fs-c-productListCarousel__list > div,
.top_ranking2 .fs-c-productListCarousel__list > div,
.top_ranking3 .fs-c-productListCarousel__list > div,
.top_ranking4 .fs-c-productListCarousel__list > div,
.top_ranking5 .fs-c-productListCarousel__list > div,
.top_ranking6 .fs-c-productListCarousel__list > div,
.top_ranking7 .fs-c-productListCarousel__list > div,
.top_ranking8 .fs-c-productListCarousel__list > div,
.top_ranking9 .fs-c-productListCarousel__list > div,
.top_ranking10 .fs-c-productListCarousel__list > div,
.top_ranking11 .fs-c-productListCarousel__list > div,
.top_ranking12 .fs-c-productListCarousel__list > div,
.top_ranking13 .fs-c-productListCarousel__list > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_recommend .fs-c-productListCarousel__list article,
.top_recommend1 .fs-c-productListCarousel__list article,
.top_recommend2 .fs-c-productListCarousel__list article,
.top_recommend3 .fs-c-productListCarousel__list article,
.top_recommend4 .fs-c-productListCarousel__list article,
.top_recommend5 .fs-c-productListCarousel__list article,
.top_recommend6 .fs-c-productListCarousel__list article,
.top_recommend7 .fs-c-productListCarousel__list article,
.top_recommend8 .fs-c-productListCarousel__list article,
.top_recommend9 .fs-c-productListCarousel__list article,
.top_recommend10 .fs-c-productListCarousel__list article,
.top_recommend11 .fs-c-productListCarousel__list article,
.top_recommend12 .fs-c-productListCarousel__list article,
.top_recommend13 .fs-c-productListCarousel__list article,
.top_ranking .fs-c-productListCarousel__list article,
.top_ranking1 .fs-c-productListCarousel__list article,
.top_ranking2 .fs-c-productListCarousel__list article,
.top_ranking3 .fs-c-productListCarousel__list article,
.top_ranking4 .fs-c-productListCarousel__list article,
.top_ranking5 .fs-c-productListCarousel__list article,
.top_ranking6 .fs-c-productListCarousel__list article,
.top_ranking7 .fs-c-productListCarousel__list article,
.top_ranking8 .fs-c-productListCarousel__list article,
.top_ranking9 .fs-c-productListCarousel__list article,
.top_ranking10 .fs-c-productListCarousel__list article,
.top_ranking11 .fs-c-productListCarousel__list article,
.top_ranking12 .fs-c-productListCarousel__list article,
.top_ranking13 .fs-c-productListCarousel__list article {
  display: block;
  min-width: 23%;
  margin: 0 1% 30px;
  max-width: 120px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.top_recommend .fs-c-productListCarousel__list article button,
.top_recommend1 .fs-c-productListCarousel__list article button,
.top_recommend2 .fs-c-productListCarousel__list article button,
.top_recommend3 .fs-c-productListCarousel__list article button,
.top_recommend4 .fs-c-productListCarousel__list article button,
.top_recommend5 .fs-c-productListCarousel__list article button,
.top_recommend6 .fs-c-productListCarousel__list article button,
.top_recommend7 .fs-c-productListCarousel__list article button,
.top_recommend8 .fs-c-productListCarousel__list article button,
.top_recommend9 .fs-c-productListCarousel__list article button,
.top_recommend10 .fs-c-productListCarousel__list article button,
.top_recommend11 .fs-c-productListCarousel__list article button,
.top_recommend12 .fs-c-productListCarousel__list article button,
.top_recommend13 .fs-c-productListCarousel__list article button,
.top_ranking .fs-c-productListCarousel__list article button,
.top_ranking1 .fs-c-productListCarousel__list article button,
.top_ranking2 .fs-c-productListCarousel__list article button,
.top_ranking3 .fs-c-productListCarousel__list article button,
.top_ranking4 .fs-c-productListCarousel__list article button,
.top_ranking5 .fs-c-productListCarousel__list article button,
.top_ranking6 .fs-c-productListCarousel__list article button,
.top_ranking7 .fs-c-productListCarousel__list article button,
.top_ranking8 .fs-c-productListCarousel__list article button,
.top_ranking9 .fs-c-productListCarousel__list article button,
.top_ranking10 .fs-c-productListCarousel__list article button,
.top_ranking11 .fs-c-productListCarousel__list article button,
.top_ranking12 .fs-c-productListCarousel__list article button,
.top_ranking13 .fs-c-productListCarousel__list article button {
  display: none;
}
.top_recommend .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_recommend1 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_recommend2 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_recommend3 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_recommend4 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_recommend5 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_recommend6 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_recommend7 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_recommend8 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_recommend9 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_recommend10 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_recommend11 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_recommend12 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_recommend13 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking1 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking2 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking3 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking4 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking5 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking6 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking7 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking8 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking9 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking10 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking11 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking12 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price,
.top_ranking13 .fs-c-productListCarousel__list article .fs-c-productPrice__main__price {
  color: black;
  font-weight: bold;
}
.top_recommend .fs-c-productListCarousel__ctrl,
.top_recommend1 .fs-c-productListCarousel__ctrl,
.top_recommend2 .fs-c-productListCarousel__ctrl,
.top_recommend3 .fs-c-productListCarousel__ctrl,
.top_recommend4 .fs-c-productListCarousel__ctrl,
.top_recommend5 .fs-c-productListCarousel__ctrl,
.top_recommend6 .fs-c-productListCarousel__ctrl,
.top_recommend7 .fs-c-productListCarousel__ctrl,
.top_recommend8 .fs-c-productListCarousel__ctrl,
.top_recommend9 .fs-c-productListCarousel__ctrl,
.top_recommend10 .fs-c-productListCarousel__ctrl,
.top_recommend11 .fs-c-productListCarousel__ctrl,
.top_recommend12 .fs-c-productListCarousel__ctrl,
.top_recommend13 .fs-c-productListCarousel__ctrl,
.top_ranking .fs-c-productListCarousel__ctrl,
.top_ranking1 .fs-c-productListCarousel__ctrl,
.top_ranking2 .fs-c-productListCarousel__ctrl,
.top_ranking3 .fs-c-productListCarousel__ctrl,
.top_ranking4 .fs-c-productListCarousel__ctrl,
.top_ranking5 .fs-c-productListCarousel__ctrl,
.top_ranking6 .fs-c-productListCarousel__ctrl,
.top_ranking7 .fs-c-productListCarousel__ctrl,
.top_ranking8 .fs-c-productListCarousel__ctrl,
.top_ranking9 .fs-c-productListCarousel__ctrl,
.top_ranking10 .fs-c-productListCarousel__ctrl,
.top_ranking11 .fs-c-productListCarousel__ctrl,
.top_ranking12 .fs-c-productListCarousel__ctrl,
.top_ranking13 .fs-c-productListCarousel__ctrl {
  display: none !important;
}

.top_ranking1, .top_ranking2, .top_ranking3, .top_ranking4, .top_ranking5, .top_ranking6, .top_ranking7, .top_ranking8, .top_ranking9, .top_ranking10, .top_ranking11, .top_ranking12, .top_ranking13 {
  counter-reset: number 0;
}
.top_ranking1 .fs-c-productListCarousel__list,
.top_ranking2 .fs-c-productListCarousel__list,
.top_ranking3 .fs-c-productListCarousel__list,
.top_ranking4 .fs-c-productListCarousel__list,
.top_ranking5 .fs-c-productListCarousel__list,
.top_ranking6 .fs-c-productListCarousel__list,
.top_ranking7 .fs-c-productListCarousel__list,
.top_ranking8 .fs-c-productListCarousel__list,
.top_ranking9 .fs-c-productListCarousel__list,
.top_ranking10 .fs-c-productListCarousel__list,
.top_ranking11 .fs-c-productListCarousel__list,
.top_ranking12 .fs-c-productListCarousel__list,
.top_ranking13 .fs-c-productListCarousel__list {
  overflow: visible;
}
.top_ranking1 .fs-c-productListCarousel__list > div article,
.top_ranking2 .fs-c-productListCarousel__list > div article,
.top_ranking3 .fs-c-productListCarousel__list > div article,
.top_ranking4 .fs-c-productListCarousel__list > div article,
.top_ranking5 .fs-c-productListCarousel__list > div article,
.top_ranking6 .fs-c-productListCarousel__list > div article,
.top_ranking7 .fs-c-productListCarousel__list > div article,
.top_ranking8 .fs-c-productListCarousel__list > div article,
.top_ranking9 .fs-c-productListCarousel__list > div article,
.top_ranking10 .fs-c-productListCarousel__list > div article,
.top_ranking11 .fs-c-productListCarousel__list > div article,
.top_ranking12 .fs-c-productListCarousel__list > div article,
.top_ranking13 .fs-c-productListCarousel__list > div article {
  position: relative;
}
.top_ranking1 .fs-c-productListCarousel__list > div article:before,
.top_ranking2 .fs-c-productListCarousel__list > div article:before,
.top_ranking3 .fs-c-productListCarousel__list > div article:before,
.top_ranking4 .fs-c-productListCarousel__list > div article:before,
.top_ranking5 .fs-c-productListCarousel__list > div article:before,
.top_ranking6 .fs-c-productListCarousel__list > div article:before,
.top_ranking7 .fs-c-productListCarousel__list > div article:before,
.top_ranking8 .fs-c-productListCarousel__list > div article:before,
.top_ranking9 .fs-c-productListCarousel__list > div article:before,
.top_ranking10 .fs-c-productListCarousel__list > div article:before,
.top_ranking11 .fs-c-productListCarousel__list > div article:before,
.top_ranking12 .fs-c-productListCarousel__list > div article:before,
.top_ranking13 .fs-c-productListCarousel__list > div article:before {
  counter-increment: number 1;
  content: counter(number);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: black;
  color: white;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: -15px;
  z-index: 1;
  cursor: pointer;
}

.top_news {
  margin-bottom: 50px;
 /*display: none;*/
}
.top_news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_news dt {
  width: 100px;
  border-bottom: #ccc solid 1px;
  padding-bottom: .6em;
  margin-bottom: .6em;
  color: #6a1917;
  font-weight: bold;
}
.top_news dd {
  border-bottom: #ccc solid 1px;
  width: calc(100% - 100px);
  padding-bottom: .6em;
  margin: 0 0 .6em;
}
.top_news dd a {
  color: #6a1917;
}

.top_content01 {
  margin-bottom: 50px;
}
.top_content01 h3 {
  font-weight: bold;
}
.top_content01 a:not([class]) {
  color: #231815;
}
.top_content01 .top_content01_author {
  color: #959ea7;
  font-size: 12px;
  font-weight: bold;
}
.top_content01 .top_content01_author span {
  margin-left: 10px;
}

#_rcmdjp_display_1 .fr2-productList--col4 {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#_rcmdjp_display_1 a {
  color: black !important;
}
#_rcmdjp_display_1 .fr2-listItem__productName {
  font-size: 1.0em;
  margin: 4px 0;
}
#_rcmdjp_display_1 .fr2-price__currencyMark {
  color: black;
}
#_rcmdjp_display_1 .fr2-price__value {
  font-weight: bold;
}

/*フッタ*/
.fs-l-footer {
  width: 100%;
  min-width: 1200px !important;
  border-top: none;
  background: #f3eded;
}
.fs-l-footer strong {font-weight: bold;}
.fs-l-footer .fs-p-searchForm__inputGroup {
  border-radius: 30px;
  border: #ccc solid 1px;
  background: white;
}
.fs-l-footer input {
  background: none;
  padding: 8px 10px;
  font-size: 12px;
}
.fs-l-footer .fs-p-searchForm__button {
  background: none;
  color: #6a1917;
  height: 2.5em;
}
.fs-l-footer .fs-p-searchForm__button:before {
  line-height: 1.8em;
}

.fs-p-footerPageTop {
  max-width: 1200px !important;
  padding: 0 !important;
  margin: 0 auto;
}
.fs-p-footerPageTop a {
  background: url(https://mommcala.itembox.design/item/pageTop.png);
  width: 60px;
  height: 60px;
}
.fs-p-footerPageTop a:before {
  content: none;
}

.fs-l-footer__contents {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.fs-p-footerNavigationItem {
  padding: 20px 0 0 !important;
}
.fs-p-footerNavigationItem h3 {
  font-size: 18px;
  color: #70514f;
  font-weight: bold;
  border-bottom: #dbcbcb solid 1px;
  padding-bottom: 10px;
}
.fs-p-footerNavigationItem p {
  color: #70514f;
  font-size: 14px;
}
.fs-p-footerNavigationItem .fs-c-button--secondary {
  background: none !important;
  color: #6a1917;
  border-color: #6a1917;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1em;
  font-weight: bold;
  width: 180px;
text-decoration: none;
}
.fs-p-footerNavigationItem .fs-c-button--secondary:hover {
  background: #6a1917 !important;
  color: white !important;
}

.fs-p-footerNavigationItem a {text-decoration: underline;}
.fs-p-footerNavigationItem a:hover {text-decoration: none;}

.fs-l-footer__category .row {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.fs-l-footer__category .col {
  width: 18.4%;
  border-right: #dbcbcb solid 1px;
}
.fs-l-footer__category .col:last-child {
  border-right: none;
}
.fs-l-footer__category h3 {
  font-size: 16px;
  color: #6a1917;
  font-weight: bold;
}
.fs-l-footer__category ul {
  padding: 0;
  list-style: none;
}
.fs-l-footer__category ul a {
  font-size: 14px;
  color: #6a1917;
  font-weight: bold;
}

.fs-l-footer__utility {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fs-p-footerSnsLink li {
  margin: 0 10px;
}
.fs-p-footerSnsLink a {
  color: #6a1917;
  font-size: 28px;
}

.fs-p-footerUtilityMenu {
  padding: 10px 0;
  width: 100%;
}
.fs-p-footerUtilityMenu ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fs-p-footerUtilityMenu ul li {
  margin: 0 10px;
}
.fs-p-footerUtilityMenu ul a {
  font-size: 14px;
  color: #6a1917 !important;
  font-weight: bold;
text-decoration: underline;
}
.fs-p-footerUtilityMenu ul a:before {
  content: none;
}
.fs-p-footerUtilityMenu ul a:hover {text-decoration: none;}

.fs-p-footerCopyright {
  background: none;
  color: #6a1917;
  padding: 20px 0;
}

/*一覧ページ*/
.fs-c-breadcrumb {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  /*padding: 20px 0;*/
}

.fs-c-productList__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fs-c-productList__list .fs-c-productList__list__item {
  width: 23%;
  margin-left: 15px;
}
.fs-c-productList__list .fs-c-productList__list__item:nth-child(4n+1) {
  margin-left: 0;
}

.fs-c-productList {
  margin-bottom: 50px;
}

.fs-body-search .fs-c-productListItem__control, .fs-body-category .fs-c-productListItem__control, .fs-body-my-wishlist .fs-c-productListItem__control {
  display: none;
}
.fs-body-search .fs-c-productList__list__item, .fs-body-category .fs-c-productList__list__item, .fs-body-my-wishlist .fs-c-productList__list__item {
  border-bottom: none;
  padding: 16px 0;
}
.fs-body-search .fs-c-price__currencyMark, .fs-body-category .fs-c-price__currencyMark, .fs-body-my-wishlist .fs-c-price__currencyMark {
  color: black;
}
.fs-body-search .fs-c-price__value, .fs-body-category .fs-c-price__value, .fs-body-my-wishlist .fs-c-price__value {
  /*color: black;*/
  color:#da0a17;
  font-weight: bold;
}

/*詳細ページ*/
.fs-body-product .fs-l-productLayout {
  grid-template-columns: calc(50% - 16px / 2) calc(50% - 16px / 2) !important;
  margin-bottom: 40px;
}
.fs-body-product .fs-c-productNumber {
  border: none;
  padding: 0;
  color: #8E8E8E;
  font-weight: normal;
}
.fs-body-product .fs-c-productNumber__label {
  /*display: none;*/
}
.fs-body-product .fs-c-productNameHeading__name {
  font-size: 24px;
}
.fs-body-product .fs-c-price__currencyMark {
  color: black;
}
.fs-body-product .fs-c-price__value {
  /*color: black;*/
  color: #da0a17;
  font-size: 30px;
  font-weight: bold;
}
.fs-body-product .fs-p-productDescription--short {
  /*font-weight: bold;*/
  margin: 1em 0;
}
.fs-body-product .fs-p-productDescription--full {
  font-weight: bold;
  margin: 1em 0;
}
.fs-body-product .fs-c-button--addToCart--detail {
  /*background: #da0a17;*/
  background: #2e7c57;
}
.fs-body-product .fs-c-button--addToCart--detail:hover {
  /*background: #a90812 !important;*/
  background: #5bb75b !important;
}
.fs-body-product .fs-p-productSpec {
  margin-bottom: 4%;
}

.fs-body-product .subTitle + .fs-p-productSpec {margin-top: -10px;}

.fs-body-product .fs-p-productSpec table {
  border-collapse: collapse;
  width: 100%;
}
.fs-body-product .fs-p-productSpec table th {
  /*width: 30%;*/
  width: 20%;
  border-bottom: #ccc solid 1px;
  text-align: left;
  padding: .5em 0;
}
.fs-body-product .fs-p-productSpec table td {
  border-bottom: #ccc solid 1px;
  padding: .5em 0;
}

.fs-body-product .fs-p-productSpec--sizes .itemDetail_measurementsTable td {
border-left: #ccc solid 1px;
border-right: #ccc solid 1px;
border-bottom: none;
text-align: center;
}

.fs-body-product .fs-p-productSpec--sizes .itemDetail_measurementsTable td:first-child {
border-left: none;
}

.fs-body-product .fs-p-productSpec--sizes {
margin-top:30px;
max-width: 420px;
}

.fs-body-product .fs-p-productSpec--sizes .itemDetail_measurementsTable td:last-child {
border-right: none;
}

.fs-body-product .fs-p-productSpec table td.itemDetail_laundryIcons,
.fs-body-product .fs-p-productSpec table.inner_table tbody tr:last-child * {
  border-bottom: none;
  padding-bottom: 0;
}

.fs-body-product .fs-p-productSpec table td.itemDetail_laundryIcons img {
    display: inline-block;
    max-width: 35px;
    margin-right: 10px;
}

.fs-c-variationMatrix__row__thumbnail {width:74px;}

.fs-c-variationMatrix__row__thumbnail img {
  margin: 0 10px 10px 0;
}

.fs-c-variationMatrix__row__variationName {
  background: #EFEFEF;
  border: #D5D5D5 solid 1px;
  border-right: none;
  margin: 0 0 10px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
width:20%;
}

.fs-c-variationMatrix__panel {
  margin: 0 0 10px;
  border-radius: 0;
  background: white;
  border: #D5D5D5 solid 1px;
  border-right: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fs-c-variationMatrix__lane .fs-c-variationMatrix__item:last-child .fs-c-variationMatrix__panel {
  border-right: #D5D5D5 solid 1px;
}

/**お気に入りボタン**/
.favorite_moved .fs-c-productQuantityAndWishlist {
  display: block;
}
.favorite_moved button {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5em !important;
  font-weight: bold;
  font-size: 14px !important;
  background: white !important;
  border: #D5D5D5 solid 2px !important;
}
.favorite_moved button:after {
  content: none !important;
}

.fs-c-productPrice--listed .fs-c-price__value {color: black; font-size: 100%;}

/*ページ幅調整*/
.fs-body-cart .fs-l-pageMain, .fs-body-cart-login .fs-l-pageMain {
  width: 100% !important;
  min-width: 100% !important;
}

.fs-p-headerUtilityMenu__orderhistory.is-loggedIn--false {display:none;}
.backToTopPage_btn_wrap {
    margin: 20px auto;
    text-align: center;
}

.headerTtl {
    width: 1200px;
    margin: auto;
    font-size: 1em;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    color: #666;
}

.fs-c-requiredMark{
    overflow: visible;
    text-indent: 0;
    width:auto;
}
.fs-c-requiredMark::before{
    display: none;
}

.fs-body-product .fs-p-productSpec .size_chart {
text-align: center;
overflow:hidden;
}

.fs-body-product .fs-p-productSpec .size_chart th,
.fs-body-product .fs-p-productSpec .size_chart thead th:first-child {
  width: calc(100% / 6);
}

.fs-body-product .fs-p-productSpec .size_chart thead th {
  text-align: left;
}
.fs-body-product .fs-p-productSpec .size_chart thead td {
 font-weight: bold;
}
.fs-body-product .fs-p-productSpec .size_chart.freesize_chart tbody th,
.fs-body-product .fs-p-productSpec .size_chart.freesize_chart thead th:first-child  {
  width: calc((100% / 6) * 5);
}

.fs-body-product .fs-p-productSpec .size_chart.onlysize_chart thead th:first-child,
.fs-body-product .fs-p-productSpec .size_chart.onlysize_chart tbody th {
  width: calc((100% / 6) * 5);
}

.fs-body-product .fs-p-productSpec .size_chart.twosize_chart thead th:first-child,
.fs-body-product .fs-p-productSpec .size_chart.twosize_chart tbody th {
  width: calc((100% / 6) * 4);
}

.fs-body-product .fs-p-productSpec .size_chart.threesize_chart thead th:first-child,
.fs-body-product .fs-p-productSpec .size_chart.threesize_chart tbody th {
  width: calc((100% / 6) * 3);
}

.fs-body-product .fs-p-productSpec .size_chart.fouresize_chart thead th:first-child,
.fs-body-product .fs-p-productSpec .size_chart.fouresize_chart tbody th {
  width: calc((100% / 6) * 2);
}

.td_hovered {
  background: #f2f2f2;
}

.fs-l-footer-serch {padding-top: 40px;margin-bottom: -3%;}

.commonBanner_wrap {
 width:1200px;
margin: 20px auto;
}

.top_recommend .fs-c-productListCarousel__list > div, .top_recommend1 .fs-c-productListCarousel__list > div, .top_recommend2 .fs-c-productListCarousel__list > div, .top_recommend3 .fs-c-productListCarousel__list > div, .top_recommend4 .fs-c-productListCarousel__list > div, .top_recommend5 .fs-c-productListCarousel__list > div, .top_ranking .fs-c-productListCarousel__list > div, .top_ranking1 .fs-c-productListCarousel__list > div, .top_ranking2 .fs-c-productListCarousel__list > div,
 .top_ranking3 .fs-c-productListCarousel__list > div, .top_ranking4 .fs-c-productListCarousel__list > div, .top_ranking5 .fs-c-productListCarousel__list > div{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fs-l-product4 .fs-l-productLayout {
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: 442px 442px;
     grid-template-columns: calc(60% - 16px / 2) calc(40% - 16px / 2);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .fs-l-productLayout__item.fs-l-productLayout__item--1 {
 margin-right: 16px;
}
}

.fs-l-productLayout__item.fs-l-productLayout__item--2 {
 -ms-grid-column: 2;
}

.fs-l-product4 .fs-l-productLayout__item--3 {
 -ms-grid-column-span: 2;
 -ms-grid-row: 2;
}

/* TOP RECOMMEND TEMPLATE */
.topItemList {
 display: flex;
}

.topItemList li {
 width: calc((100% - 45px) / 4);
 margin-right: 15px;
}
.topItemList li:last-child {margin-right: 0;}
.topItemList li .itemName {
 display: block;
 font-size: 14px;
 margin: 8px 0;
}
.topItemList li .itemPrice {
 font-weight: bold;
}
.topItemList li .FS2_itemPrice_addition {
 font-size: 12px;
}
.top_rankingBlock .topItemList li {position:relative;}
.top_rankingBlock .topItemList li::before {
 counter-increment: number 1;
 content: counter(number);
 width: 30px;
 height: 30px;
 border-radius: 50%;
 background: black;
 color: white;
 text-align: center;
 line-height: 30px;
 font-weight: bold;
 position: absolute;
 left: 10px;
 top: -15px;
 z-index: 1;
 cursor: pointer;
}
@media screen and (min-width: 960px) {
  .fs-c-subgroupList__item {
    flex-basis: calc(33.3% + 1px);
  }
}
