.fs-body-category .fs-c-heading--page {
  border-bottom: none;
  color: #103d72;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.fs-body-category .fs-c-subgroup {
  margin: 60px 0 0;
}

.fs-body-category .fs-c-listControl {
  display: none;
}

.fs-body-category .pager .fs-c-listControl {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  margin-top: 20px;
  min-height: 33px;
}

.fs-c-listControl .fs-c-listControl__status {
  font-size: 1.6rem;
}

.fs-c-pagination {
  align-items: center;
}

.fs-c-pagination .fs-c-pagination__item {
  color: #222;
  font-size: 1.6rem;
  margin-right: 2px;
}

.fs-c-pagination .fs-c-pagination__item.is-active {
  background: #1b2e5d;
  border-radius: 2px;
  color: #fff;
  padding: 8px 6px;
}

.fs-c-pagination__item--next, .fs-c-pagination__item--prev {
  font-size: 1.6rem;
  padding: 5px 0 0;
  width: auto;
}

.fs-c-pagination__item--next::before, .fs-c-pagination__item--prev::before {
  font-size: 1.6rem;
  height: auto;
  width: auto;
}

.fs-body-category .fs-c-subgroupList {
  align-items: flex-start;
  border: 2px #e6e6e6 solid;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 54px 80px 54px 120px;
}

.fs-body-category .fs-c-subgroupList__item {
  flex-basis: auto;
  flex-grow: inherit;
  margin-left: 100px;
  margin-top: 0;
  width: calc(33.3333333% - 67px);
}

.fs-body-category .fs-c-subgroupList__item:nth-child(3n + 1) {
  margin-left: 0;
}

.fs-body-category .fs-c-subgroupList__item:nth-child(n + 4) {
  margin-top: 40px;
}

.fs-body-category .fs-c-subgroupList__link {
  background: none;
  border: none;
  color: #1b2e5d;
  display: block;
  font-size: 1.6rem;
  height: auto;
  padding: 0 20px 0 0;
  position: relative;
  text-decoration: none;
  transition-delay: 0s;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: linear;
}

.fs-body-category .fs-c-subgroupList__link::after {
  color: #1b2e5d;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fs-body-category .product_lists_top {
  margin-top: 50px;
}

.fs-body-category .product_lists_top_lists {
  display: flex;
  flex-wrap: wrap;
}

.fs-body-category .product_lists_top_lists .item {
  margin-left: 32px;
  width: calc(50% - 16px);
}

.fs-body-category .product_lists_top_lists .item:nth-child(2n + 1) {
  margin-left: 0;
}

.fs-body-category .product_lists_top_lists .item:nth-child(n + 3) {
  margin-top: 40px;
}

.fs-body-category .product_lists_top_lists .item a {
  display: block;
}

.fs-body-category .product_lists_top_lists_img img {
  width: 100%;
}

.fs-body-category .product_lists_top_lists_title {
  font-size: 1.6rem;
}

.fs-body-category .product_lists_top_lists_price {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}

.fs-body-category .product_lists_top_lists_price span {
  font-size: 1.3rem;
  vertical-align: bottom;
}

.fs-body-category .fs-c-productList {
  margin: 120px 0 0;
}

.fs-body-category .fs-c-productList__controller {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
}

.fs-body-category .fs-c-sortItems {
  margin: 0;
}

.fs-body-category .pager .fs-c-productList__controller .fs-c-sortItems {
  display: none;
}

.fs-body-category .fs-c-sortItems__label {
  display: none;
}

.fs-body-category .fs-c-sortItems__list__item {
  margin-left: 10px;
}

.fs-body-category .fs-c-sortItems__list__item__label {
  border: 1px #1b2e5d solid;
  color: #1b2e5d;
  display: block;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 31px;
  min-width: 138px;
  padding: 0;
  text-align: center;
}

.fs-body-category .fs-c-sortItems__list__item.is-active span {
  background-color: #1b2e5d;
  color: #fff;
}

.fs-body-category .fs-c-productList__list {
  border-bottom: 1px #d6d6d6 solid;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 96px;
}

.fs-body-category .fs-c-productList__list__item {
  border-bottom: none;
  margin-left: 55px;
  padding: 0;
  width: calc(25% - 42px);
}

.fs-body-category .fs-c-productList__list__item:nth-child(4n + 1) {
  margin-left: 0;
}

.fs-body-category .fs-c-productList__list__item:nth-child(n + 5) {
  margin-top: 40px;
}

.fs-body-category .fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-body-category .fs-c-productName__copy {
  display: none;
}

.fs-body-category .fs-c-productName__name {
  -webkit-box-orient: vertical;
  color: #222;
  display: -webkit-box;
  font-size: 1.6rem;
  -webkit-line-clamp: 2;
  min-height: 48px;
  overflow: hidden;
}

.fs-c-productImage a {
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.fs-c-productImage a::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.fs-body-category .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #141414;
  font-size: 1.6rem;
}

.fs-body-category .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  color: #141414;
  font-size: 1rem;
  margin-left: 5px;
}

.fs-body-category .fs-c-buttonContainer {
  flex-direction: column-reverse;
  margin-top: -28px;
}

.fs-body-category .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  color: #f00;
  content: '\e919';
  font-size: 15px;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #f00;
  content: '\e91a';
  font-size: 15px;
}

.fs-body-category .fs-c-button--plain {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  display: block;
  line-height: 40px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.fs-body-category .fs-c-button--plain::before {
  display: none;
}

.fs-body-category .fs-c-button--plain .fs-c-button__label {
  font-size: 1.6rem;
}


.fs-body-category .fs-c-productMark > li {
  margin-top: 5px;
}

.fs-body-category .fs-c-productMark__mark {
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 18px;
  margin-right: 5px;
  padding: 0 7px;
}

.fs-body-category .fs-c-productMark__mark.fs-c-productMark__mark--2 {
  background: #f3f3f3;
  color: #333;
}

.fs-body-category .fs-c-productMark__item.new {
  display: table;
  margin-right: 390px;
}

.fs-body-category .fs-c-productMark__mark.new {
  background-color: #fff;
  border: 1px #f00 solid;
  color: #f00;
  line-height: 16px;
}

@media screen and (max-width: 767px) {
  .fs-body-category .fs-l-pageMain {
    padding: 0 15px;
  }

  .fs-body-category .fs-c-heading--page {
    font-size: 1.8rem;
  }

  .fs-body-category .fs-c-subgroup {
    margin: 30px 0 0;
  }

  .fs-body-category .fs-c-subgroupList {
    align-items: flex-start;
    border: 2px #e6e6e6 solid;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 30px 26px ;
  }

  .fs-body-category .fs-c-subgroupList__item {
    flex-basis: auto;
    margin-left: 20px;
    margin-top: 0;
    width: calc(50% - 10px);
  }

  .fs-body-category .fs-c-subgroupList__link {
    font-size: 1.4rem;
    padding: 0 15px 0 0;
  }

  .fs-body-category .fs-c-subgroupList__item:nth-child(3n + 1) {
    margin-left: 20px;
  }

  .fs-body-category .fs-c-subgroupList__item:nth-child(n + 4) {
    margin-top: 20px;
  }

  .fs-body-category .fs-c-subgroupList__item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .fs-body-category .fs-c-subgroupList__item:nth-child(n + 3) {
    margin-top: 20px;
  }

  .fs-body-category .product_lists_top {
    margin-top: 30px;
  }

  .fs-body-category .product_lists_top_lists {
    display: block;
  }

  .fs-body-category .product_lists_top_lists .item {
    margin-left: 0;
    width: 100%;
  }

  .fs-body-category .product_lists_top_lists .item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .fs-body-category .product_lists_top_lists .item:nth-child(n + 3) {
    margin-top: 0;
  }

  .fs-body-category .product_lists_top_lists .item:nth-child(n + 2) {
    margin-top: 16px;
  }

  .fs-body-category .product_lists_top_lists_title {
    font-size: 1.2rem;
  }

  .fs-body-category .product_lists_top_lists_price {
    font-size: 1.6rem;
  }

  .fs-body-category .product_lists_top_lists_price span {
    font-size: 1.2rem;
  }

  .fs-body-category .fs-c-sortItems {
    background-image: url(../img/common/fs-c-sortItems__list_arrow.svg);
    background-position: center right 13px;
    background-repeat: no-repeat;
    background-size: 10px;
    border: 1px solid #1b2e5d;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-grow: none;
    flex-wrap: wrap;
    height: 42px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 174px;
  }

  .fs-body-category .fs-c-sortItems::after {
    color: #1b2e5d;
    content: '表示順';
    font-size: 1.6rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50% ,-50%);
  }

  .fs-body-category .fs-c-sortItems__list {
    border: none;
    display: none;
    left: -1px;
    position: absolute;
    top: 41px;
    width: 174px;
  }

  .fs-body-category .fs-c-sortItems__list__item {
    background-color: #fff;
    border-bottom: 1px solid #1b2e5d;
    border-left: 1px solid #1b2e5d;
    border-right: 1px solid #1b2e5d;
    border-top: none;
    margin-left: 0;
    width: 100%;
  }

  .fs-body-category .fs-c-sortItems__list__item__label {
    border: none;
  }

  .fs-body-category .fs-c-productList__list {
    margin-top: 20px;
    padding-bottom: 50px;
  }

  .fs-body-category .fs-c-productList__list__item {
    border-bottom: none;
    margin-left: 20px;
    padding: 0;
    width: calc(50% - 10px);
  }

  .fs-body-category .fs-c-productList__list__item:nth-child(4n + 1) {
    margin-left: 20px;
  }

  .fs-body-category .fs-c-productList__list__item:nth-child(n + 5) {
    margin-top: 0;
  }

  .fs-body-category .fs-c-productList__list__item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .fs-body-category .fs-c-productList__list__item:nth-child(n + 3) {
    margin-top: 30px;
  }

  .fs-body-category .fs-c-productName__name {
    font-size: 1.2rem;
    min-height: 41px;
  }

  .fs-body-category .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 1.5rem;
  }

  .fs-body-category .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    font-size: 1.1rem;
    margin-left: 0;
  }

  .fs-body-category .fs-c-buttonContainer {
    flex-direction: column-reverse;
    margin-top: -24px;
  }

  .fs-body-category .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    color: #f00;
    content: '\e919';
    font-size: 12px;
  }

  .fs-body-category .fs-c-button--plain {
    line-height: 35px;
    margin-top: 12px;
  }

  .fs-body-category .fs-c-button--plain::before {
    display: none;
  }

  .fs-body-category .fs-c-button--plain .fs-c-button__label {
    font-size: 1.3rem;
  }
}

/* ------------------------------------------
  top_recommend
------------------------------------------ */
/*
.top_recommend {
  margin-top: 100px;
}

.top_recommend_title {
  border-bottom: none;
  color: #103d72;
  font-family: 'Noto Serif', serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 50px;
  position: relative;
  text-align: left;
}

.top_recommend_title::before {
  background-image: url(../img/top/top_recommend_icon.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 32px 35px;
  content: '';
  height: 35px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}

.top_recommend_title span {
  font-family: 'AvantGardEF', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 15px;
  vertical-align: bottom;
}

.top_recommend_switch {
  display: flex;
  margin-top: 50px;
}

.top_recommend_switch .item {
  width: 25%;
}

.top_recommend_switch .item a {
  border-bottom: 1px #1b2e5d solid;
  color: #1b2e5d;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding-bottom: 23px;
  padding-top: 3px;
  text-align: center;
}

.top_recommend_switch .item.current a {
  border-bottom: 4px #1b2e5d solid;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 0;
  pointer-events: none;
}

.top_recommend .fs-c-productListCarousel__list {
  display: block;
}

.top_recommend_item {
  display: none;
  margin-top: 30px;
}

.top_recommend_item.current {
  display: block;
}

.top_recommend_item_main.fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.top_recommend .fs-c-productName__name {
  -webkit-box-orient: vertical;
  color: #222;
  display: -webkit-box;
  font-size: 1.8rem;
  font-weight: normal;
  -webkit-line-clamp: 2;
  min-height: 61px;
  overflow: hidden;
  visibility: hidden;
}

.top_recommend .fs-c-productListCarousel__ctrl {
  display: none;
}

.top_recommend .fs-c-productListCarousel__list__item {
  flex-basis: auto;
  margin: 0 0 0 32px;
  max-width: initial;
  min-width: initial;
  width: calc(25% - 24px);
}

.top_recommend .fs-c-productListCarousel__list__item:nth-child(4n + 1) {
  margin-left: 0;
}

.top_recommend .fs-c-productListCarousel__list__item:nth-child(n + 5) {
  margin-top: 30px;
}

.top_recommend .fs-c-productListCarousel__list__item .fs-c-productListItem__image.fs-c-productImage a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.top_recommend .fs-c-productListCarousel__list__item .fs-c-productListItem__image.fs-c-productImage a::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.top_recommend .fs-c-productName__copy {
  display: none;
}

.top_recommend .fs-c-productMarks {
  display: none;
}

.top_recommend .fs-c-productListItem__control {
  display: none;
}

.top_recommend .fs-c-productPrice {
  justify-content: flex-end;
}

.top_recommend .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #333;
}

.top_recommend .fs-c-price__currencyMark {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .08em;
}

.top_recommend .fs-c-price__value {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: .08em;
}

.top_recommend .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 1.4rem;
  letter-spacing: .08em;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .top_recommend {
    margin-top: 60px;
    padding: 0 15px;
  }

  .top_recommend_title {
    font-size: 1.8rem;
    padding-left: 35px;
  }

  .top_recommend_title::before {
    background-size: 23px 26px;
    height: 26px;
    width: 23px;
  }

  .top_recommend_title span {
    display: block;
    font-size: 1.4rem;
    margin: 5px 0 0;
  }

  .top_recommend_switch {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .top_recommend_switch .item {
    width: 50%;
  }

  .top_recommend_switch .item:nth-child(n + 3) {
    margin-top: 20px;
  }

  .top_recommend_switch .item a {
    font-size: 1.4rem;
    line-height: 1;
    padding-bottom: 16px;
    padding-top: 2px;
  }

  .top_recommend_switch .item.current a {
    border-bottom: 3px #1b2e5d solid;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 0;
    pointer-events: none;
  }

  .top_recommend .fs-c-productListCarousel__list__item {
    flex-basis: auto;
    margin: 0 0 0 12px;
    max-width: initial;
    min-width: initial;
    width: calc(50% - 6px);
  }

  .top_recommend .fs-c-productListCarousel__list__item:nth-child(4n + 1) {
    margin-left: 12px;
  }

  .top_recommend .fs-c-productListCarousel__list__item:nth-child(n + 5) {
    margin-top: 0;
  }

  .top_recommend .fs-c-productListCarousel__list__item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .top_recommend .fs-c-productListCarousel__list__item:nth-child(n + 3) {
    margin-top: 12px;
  }

  .top_recommend .fs-c-productName__name {
    color: #222;
    font-size: 1.4rem;
    font-weight: normal;
    min-height: 48px;
  }

  .top_recommend .fs-c-price__value {
    font-size: 1.3rem;
  }

  .top_recommend .fs-c-price__currencyMark {
    font-size: 1.4rem;
  }

  .top_recommend .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    font-size: 1rem;
  }
} */

/* オープン価格を消す */
.fs-c-productPrice__main.fs-c-productPrice__main--open .fs-c-productPrice__main__price.fs-c-price span.fs-c-price__value {
  display: none;
}
