/* 共通 */
a:hover {
    color: unset;
}

.top_staffStyling .fs-c-coordinationCatalog__title, .top_staffStyling .fs-c-coordinationCatalog__title {
    display: none;
}

.top_staffStyling {
    margin-top: 80px;
    padding-top: 60px;
    position: relative;
    z-index: 0;
}

.page_home-tabbtn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-inline-start: 0;
}
.page_home-tabbtn::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: #000000;
    transition: 0.3s;
}
.page_home-tabbtn.is_left::before {
    left: 0;
}
.page_home-tabbtn.is_right::before {
    left: 50%;
}
.page_home-tabbtn .tab {
    position: relative;
    width: 50%;
    text-align: center;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: #929292;
    font-size: 14px;
    font-weight: bold;
}
.page_home-tabbtn .tab.is_active {
    color: #202020;
}
.page_home-tabobj .fs-c-coordinationCatalog {
    padding-top: 32px;
}
.page_home-tabobj > div {
    display: none;
}
.page_home-tabobj > div.is_active {
    display: block;
}

.topStaffStylingMoreBtn {
    display: flex;
    justify-content: center;
    margin: 60px auto 0;
}
.topStaffStylingMoreBtn a {
    margin: 0;
    width: 250px;
}
.topStaffStylingMoreBtn a:first-of-type {
    margin-right: 20px;
}
.top_staffStyling .fs-c-coordinationCatalog__footer {
    display: none;
}

.topStaffStylingItemWrap .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(20% - 16px));
}

.topStaffStylingItemWrap .fs-c-coordinationCatalog__list__item:nth-child(n+6) {
    margin-top: 20px;
}

/* ランキングの順位色 */
.page_home-tabobj .fs-c-coordinationCatalog__list__item::before {
    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;
}
.page_home-tabobj .fs-c-coordinationCatalog__list__item.fs-c-coordinationListItem--1::before {
    color: #ffffff !important;
    border-color: #bc9c4c !important;
    background-color: #bc9c4c !important;
}
.page_home-tabobj .fs-c-coordinationCatalog__list__item.fs-c-coordinationListItem--2::before {
    color: #ffffff !important;
    border-color: #7b7b7b !important;
    background-color: #7b7b7b !important;
}
.page_home-tabobj .fs-c-coordinationCatalog__list__item.fs-c-coordinationListItem--3::before {
    color: #ffffff !important;
    border-color: #975e39 !important;
    background-color: #975e39 !important;
}
/* 不要項目非表示 */
.fs-c-coordinationListItem__staffInfo__label, .fs-c-coordinationNewMark, .fs-c-coordinationListItem__publicationDate {
    display: none;
}

.page_home-tabobj .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__staffInfo {
    margin: 5px 0 0 0;
    align-items: center;
}
.page_home-tabobj .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__staffInfo__image {
    width: 48px;
    height: 48px;
}
.page_home-tabobj .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__staffInfo__profile {
    align-items: flex-end;
}
.page_home-tabobj .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__staffInfo__name {
    order: 1;
    flex-basis: auto;
    font-weight: normal;
    font-size: 13px;
}
.page_home-tabobj .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__staffInfo__height {
    display: inline-block;
    order: 2;
    flex-basis: auto;
    font-size: 11px;
    font-weight: normal;
}
.page_home-tabobj .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__staffInfo__height::before {
    content: "（";
}
.page_home-tabobj .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__staffInfo__shop {
    font-size: 11px;
    order: 3;
    color: #828282;
    font-weight: normal;
}
.page_home-tabobj .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__staffInfo__height::after {
    content: "）";
}

.top_more span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .top_staffStyling {
        margin-top: 50px;
        padding-top: 10.6666666666667vw;
    }
    .page_home-tabbtn {
        padding-inline-start: 0;
    }
    .top_staffStyling .fs-c-coordinationCatalog__list {
        display: flex;
        padding: 0px;
        grid-gap: 20px 10px;
        width: calc(37vw * 5 + 4px * 4 + 40px);
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .top_staffStyling .fs-c-coordinationCatalog__list__item {
        /* width: calc((100% - 20px)/2); */
        width: 37vw;
        /* min-width: 150px;
        margin-right: 4px; */
    }
    .page_home-tabobj .fs-c-coordinationCatalog__list__item:nth-child(n+6) {
        margin-top: 0;
    }
    .top_staffStyling .fs-c-coordinationCatalog {
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .top_staffStyling .fs-c-coordinationCatalog::-webkit-scrollbar{
        display: none;
    }
    .topStaffStylingMoreBtn {
        margin: 30px auto 0;
    }
    .topStaffStylingMoreBtn a {
        font-size: 11px;
        width: 150px;
    }
    .topStaffStylingMoreBtn a:first-of-type {
        margin-right: 5px;
    }

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

}

/* ブランドページ用 */
.fs-c-coordinationListItem__staffInfo__height {
    display: block;
}