/* .fs-body-category-fint ., .fs-body-category-an3 . , .fs-body-category-coupelecoeur {

} */

/* ぱんくず */
.fs-body-category-fint-brand .fs-c-breadcrumb, .fs-body-category-an3-brand .fs-c-breadcrumb, .fs-body-category-coupelecoeur-brand .fs-c-breadcrumb {
  display: none;
}

/* 検索 */
.fs-body-category-fint-brand .product_list_search, .fs-body-category-an3-brand .product_list_search, .fs-body-category-coupelecoeur-brand .product_list_search {
  display: none;
}

/* 検索ページネーション */
.fs-body-category-fint-brand .fs-c-productList__controller, .fs-body-category-an3-brand .fs-c-productList__controller, .fs-body-category-coupelecoeur-brand .fs-c-productList__controller {
  display: none;
}

/* 検索ページネーション */
.fs-body-category-fint-brand .fs-c-productList, .fs-body-category-an3-brand .fs-c-productList, .fs-body-category-coupelecoeur-brand .fs-c-productList {
  display: none;
}

.fs-l-pageMain.container {
  max-width: 1216px!important;
  width: 1100px!important;
}
.fs-body-category-fint-brand .fs-l-pageMain,  .fs-body-category-an3-brand .fs-l-pageMain, .fs-body-category-coupelecoeur-brand .fs-l-pageMain {
  max-width: none!important;
  width: 100%!important;
}

.top_ranking_lists {
  height: auto;
}

/* スタッフ身長 */
.fs-c-coordinationListItem__staffInfo__height {
  display: block;
}




/* topに合わせてスタイリングスライダー調整 */
.page_home-tabobj .fs-c-coordinationList__list {
  padding-top: 32px;    
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, calc(20% - 16px));
  counter-reset: itemOrder;
}

.page_home-tabobj .fs-c-coordinationList__list .fs-c-coordinationList__list__item {
  padding: 0;
  position: relative;
}

.page_home-tabobj .fs-c-coordinationList__list .fs-c-coordinationList__list__item:nth-child(n+6) {
  margin-top: 20px;
}

.brand_page_styling_rank_wrap .fs-c-coordinationList__list__item::before {
  content: counter(itemOrder);
  counter-increment: itemOrder;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  top: -12px !important;
  left: 8px !important;
  z-index: 1 !important;
  font-style: normal !important;
  font-family: "Lato", sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.05em !important;
  line-height: 22px !important;
  width: 22px !important;
  border-radius: 24px !important;
  text-align: center !important;
  color: #565656 !important;
  border: 1px solid #9a9a9a !important;
  background-color: #ffffff !important;
  padding: 0 !important;
  display: block!important;
}

.brand_page_styling_rank_wrap .fs-c-coordinationList__list__item.fs-c-coordinationListItem--1::before {
  color: #ffffff !important;
  border-color: #bc9c4c !important;
  background-color: #bc9c4c !important;
}
.brand_page_styling_rank_wrap .fs-c-coordinationList__list__item.fs-c-coordinationListItem--2::before {
  color: #ffffff !important;
  border-color: #7b7b7b !important;
  background-color: #7b7b7b !important;
}
.brand_page_styling_rank_wrap .fs-c-coordinationList__list__item.fs-c-coordinationListItem--3::before {
  color: #ffffff !important;
  border-color: #975e39 !important;
  background-color: #975e39 !important;
}

.page_home-tabobj .fs-c-coordinationListItem__staffInfo {
  margin: 5px 0 0 0;
  align-items: center;
}

.page_home-tabobj .fs-c-coordinationListItem__staffInfo .fs-c-coordinationListItem__staffInfo__profile {
  align-items: flex-end;
}

.page_home-tabobj .fs-c-coordinationListItem__staffInfo .fs-c-coordinationListItem__staffInfo__name {
  order: 1;
  flex-basis: auto;
  font-weight: normal;
  font-size: 13px;
}

.page_home-tabobj .fs-c-coordinationListItem__staffInfo .fs-c-coordinationListItem__staffInfo__shop {
  font-size: 11px;
  order: 3;
  color: #828282;
  font-weight: normal;
}

.page_home-tabobj .fs-c-coordinationListItem__staffInfo .fs-c-coordinationListItem__staffInfo__height {
  display: inline-block;
  order: 2;
  flex-basis: auto;
  font-size: 11px;
  font-weight: normal;
}

.page_home-tabobj .fs-c-coordinationListItem__staffInfo .fs-c-coordinationListItem__staffInfo__height::before {
  content: "（";
}

.page_home-tabobj .fs-c-coordinationListItem__staffInfo .fs-c-coordinationListItem__staffInfo__height::after {
  content: "）";
}

@media screen and (max-width: 767px) {
  .page_home-tabobj .brand_page_styling_rank_wrap, .page_home-tabobj .brand_page_styling_new_wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 32px;
  }
  .page_home-tabobj .brand_page_styling_rank_wrap::-webkit-scrollbar, .page_home-tabobj .brand_page_styling_new_wrap::-webkit-scrollbar {
    display: none;
  }
  .page_home-tabobj .fs-c-coordinationList__list {
    display: flex;
    padding: 0px;
    grid-gap: 20px 10px;
    width: calc(37vw * 5 + 4px * 4 + 40px);
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .page_home-tabobj  .fs-c-coordinationList__list .fs-c-coordinationList__list__item {
    width: 37vw;
  }

  .page_home-tabobj  .fs-c-coordinationList__list .fs-c-coordinationList__list__item:nth-child(n+6) {
    margin-top: 0;
  }

  
  
  
  .page_home-tabobj .fs-c-coordinationListItem__staffInfo .fs-c-coordinationListItem__staffInfo__image {
    width: 38px;
    height: 38px;
  }
  .page_home-tabobj .fs-c-coordinationListItem__staffInfo .fs-c-coordinationListItem__staffInfo__name {
   font-size: 10px;
  }
  .page_home-tabobj .fs-c-coordinationListItem__staffInfo .fs-c-coordinationListItem__staffInfo__shop {
      font-size: 10px;
  }
  .page_home-tabobj .fs-c-coordinationListItem__staffInfo .fs-c-coordinationListItem__staffInfo__height {
    font-size: 10px;
  }
  
  .top_staffStyling .container {
    margin: 0;
  }
}
