.fs-l-main #fs-page-error-container + .fs-l-pageMain {
    max-width: none;
    flex: 0 0 100%;
}
.col-1_1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
    list-style: none;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.fs-c-newUsers {
  line-height: 24px;
}
.fs-c-newUsers__title {
  margin-bottom: 20px;
}
.iconNav a:hover img {
  opacity: 1!important;
}
.itemList .itemPrice {
  font-weight: 400!important;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color:#000000!important;
}

.conceptA .container {
  color: #000!important;
}

.list_category {
    line-height: 1.5;
}
div#detail_brand {
    line-height: 1.5;
}
div#detail_shop {
    line-height: 1.5;
}

.articleList__img__wrap {
  overflow: hidden;
  display: block;
  padding-top: 100%;
  position: relative;
}
.articleList__img__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.fs-body-register #fs_form .fs-c-inputTable tr:first-child,
.fs-body-customerDetails  #fs_form .fs-c-inputTable tr:first-child {
  display: none;
}

/* staff start */
.fs-l-pageMain .fs-c-coordinationCatalog {
  display: none;
}
.fs-body-staffDetails .fs-c-coordinationCatalog__header {
  display: none;
}
.fs-body-staffDetails .fs-l-pageMain .fs-c-coordinationCatalog {
  display: block;
}
.fs-body-staffDetails .fs-c-coordinationCatalog--staff .fs-c-coordinationListItem__staffInfo {
  display: grid;
}
.fs-c-coordinationCatalog__list {
  grid-template-columns: repeat(auto-fit, calc(25% - 15px));
  grid-column-gap: 20px;
  grid-row-gap: 50px;
}
.fs-c-coordinationNewMark, .fs-c-coordinationListItem__publicationDate, .fs-c-coordinationListItem__staffInfo__label {
  display: none;
}
.fs-c-coordinationListItem__staffInfo {
  align-items: center;
}
.fs-c-coordinationListItem__staffInfo__name, .fs-c-coordinationListItem__staffInfo__shop {
  font-size: 14px;
  line-height: 16px;
}

.fs-c-coordinationCatalog__footer a {
    position: relative;
    border: solid 1px #000;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    font-family: Montserrat, "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: 500;
    display: block;
    padding: 16px;
    margin: 20px 0 0 auto;
    max-width: 200px;
}
.fs-c-coordinationCatalog__footer a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
    transition: 0.15s;
    right: 15px;
}
.fs-c-coordinationCatalog__footer a:hover {
color: inherit;
opacity: 0.8;
}
.fs-c-coordinationCatalog__footer a:hover:after {
right: 12px;
}
@media screen and (min-width: 769px) {
  .fs-c-coordinationCatalog__list .fs-c-coordinationCatalog__list__item:nth-of-type(n+9) {
    display: none;
  }
  .fs-body-category .fs-c-coordinationList__list article:nth-of-type(n+6) {
    display: none;
  }
  .fs-body-top .fs-c-coordinationList__list article:nth-of-type(n+6) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-coordinationCatalog__list .fs-c-coordinationCatalog__list__item:nth-of-type(n+7) {
    display: none;
  }
  .fs-c-coordinationListItem__staffInfo__name, .fs-c-coordinationListItem__staffInfo__shop {
    font-size: 10px;
    line-height: 12px;
  }
  .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(50% - 10px));
    grid-column-gap: 20px;
    grid-row-gap: 25px;
  }
  .fs-body-category .fs-c-coordinationList__list {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 50px;
  }
  .fs-body-category .fs-c-coordinationList__list article {
    width: 200px;
    display: inline-block;
  }
}

span.fs-c-coordinationListItem__staffInfo__height {
	display: block;
	line-height: 1.5;
}

.gNav > ul > li {
    display: block!important;
}
.gNav > ul > li > a {
    padding-right: 16px;
}

