/** common **/

body .btn.btn-down{
    width: 100%;
    margin: 70px auto 50px;
}
.btn.btn-down span::after{
    content: "";
    position: absolute;
    right: 29px;
    top: 50%;
    margin-top: -7px;
    width: 10px;
    height: 10px;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s linear;
}
.btn.btn-down span::before{
    content:"";
    position: absolute;
    border-radius: 50px;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    width:30px;
    height:30px;
    background: #fff;
}

.btn.btn-down span:hover::before{
    background: #000;
}

.btn.btn-down span:hover::after{
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

.btn.btn-down span.active::after{
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -3px;
}


.fs-c-staffDetail,
.fs-l-staffCoordinationListLayout,
.fs-l-coordinationLayout{
    margin-top: 65px;
}
.fs-c-coordinationCatalog__header{
    margin-bottom: 50px;
}
.fs-l-coordinationLayout .fs-c-slick .slick-slide img{
 object-fit: contain;
}
.fs-l-staffCoordinationListLayout .btn_black{
    margin-top: 30px;
}
.fs-l-staffCoordinationListLayout .btn_black a{
    padding: 0.8em 2.5em 0.8em;
}
.fs-c-sortItems__list{
    border: none;
    line-height: 1.4;
}
.fs-c-staffDetail__profile{
    height: 100%;
    align-items: center;
}

.fs-l-coordinationDetails,
.fs-l-staffCoordinationListLayout,
.fs-l-coordinationLayout{
    margin-bottom: 95px;
}
.fs-c-coordinationCarouselMainImage__thumbnailList{
    overflow-x:auto;
}

.fs-l-staffCoordinationListLayout__list .fs-c-coordinationListItem__staffInfo__name{
    font-size: 1.2rem;
    border-bottom: 1px solid #000;
}

.fs-c-coordinationCatalog__title,
.fs-c-coordinationProduct__title{
    border-bottom: 2px solid #7c8790;
    font-size: 1.8rem;
    color: #333;
    padding-bottom: 10px;
}

.fs-c-staffList .fs-c-sortItems,
.fs-c-coordinationList .fs-c-sortItems{
    display: flex !important;
}

.fs-c-staffList .fs-c-sortItems__list__item.is-active,
.fs-c-coordinationList .fs-c-sortItems__list__item.is-active{
    background: #d8d8d8;
    color: #000;
    padding: 2px 0;
    position: relative;
    border: none;
}
.fs-c-coordinationList .fs-c-sortItems__list__item.is-active::before,
.fs-c-staffList .fs-c-sortItems__list__item.is-active::before{
    content: "";
    width: 20px;
    border-bottom: 1px solid #000000;
    position: absolute;
    bottom: -2px;
    left: 44.5%;
    transform: rotate(90deg);
}

.fs-c-coordinationNewMark,
.fs-c-coordinationListItem__publicationDate{
    display: none;
}

.fs-c-coordinationProduct .fs-c-productName__name,
.fs-c-coordinationProduct .fs-c-productName__variation,
.fs-c-coordinationListItem__staffInfo__labe,
.fs-c-staffListItem__profile__label,
.fs-c-staffDetail__label,
.fs-c-coordinationStaffInfo__label,
.fs-c-coordinationListItem__staffInfo__label{
    display:none;
}

.staff_list .fs-c-heading--page{
    display: none;
}
.fs-l-staffCoordinationListLayout .fs-c-staffCoordinationSearchControl__list{
    display: block;
}
.fs-c-staffCoordinationSearchControl__label{
    display: none;
}
.fs-c-staffList .fs-c-staffList__controller:first-of-type{
    display: none;
}
.fs-c-staffCoordinationSearchControl__list{
    display: block;
    max-width: 180px;
    margin-bottom: 50px;
}
.fs-c-staffCoordinationSearchMenu{
    max-height: 500px;
    overflow-y: auto;
}
.fs-c-staffCoordinationSearchControl__list
.fs-c-staffCoordinationSearch__heading{
    border-bottom: 1px solid #000000;
    font-size: 1.4rem;
    font-weight: 500;
    height: 50px;
    margin-bottom: 0;
    word-break: unset;
}
.fs-c-staffCoordinationSearch__heading::after{
    font-family: inherit;
    content: "";
    background: url(https://sacsbar.itembox.design/item/img/product/accordion__arrow.svg) no-repeat center center/cover;
    width: 15px;
    height: 10px;
    transform: rotate(180deg);
}
.fs-c-staffCoordinationSearch__checkbox:checked + .fs-c-staffCoordinationSearch__heading::after{
    transform: rotate(0deg);
}
.fs-c-staffCoordinationSearchGroup__heading{
    background: #fff;
    line-height: 1;
    border-bottom: 1px solid #D5D5D5;
    border-left: none;
    font-size: 1.35rem;
    height: 50px;
    margin-bottom: 0;
    padding-left: 0;
}
.fs-c-staffCoordinationSearchGroup__heading:hover {
    background: #fff;
}
.fs-c-staffCoordinationSearchGroup__body{
    padding: 0;
}

.fs-c-staffCoordinationSearchMenu__item{
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #d5d5d5;
}
.fs-c-staffCoordinationSearch + .fs-c-staffCoordinationSearch{
    margin-top: 0;
}
.fs-l-staffCoordinationListLayout__search{
    max-width: 180px;
}
.fs-c-staffCoordinationSearchControl{
    max-width: 180px;
    width: 100%;
    float: left;
}
.fs-c-staffCoordinationSearchControl__label{
    text-align: left;
    border: 1px solid #d5d5d5;
    padding: 5px 25px !important;
    font-size: 1.6rem;
    margin: 0 auto;
    width: 100vw;
    margin-left: -2vw;
}
@media screen and(min-width:768px){
    .fs-c-staffDetail{
        grid-gap: 25px;
        height: 240px;
        box-sizing: content-box;
    }
    .fs-c-staffDetail__profile{
        padding-left: 80px;
    }
}
@media screen and (max-width: 768px){
    body .btn.btn-down{
        width: 53.333vw;
        margin: 40px auto 35px;
    }
    .btn.btn-down span::before{
        right: 10px;
        margin-top: -10px;
        width: 20px;
        height: 20px;
    }
    .btn.btn-down span::after{
        right: 16px;
        margin-top: -5px;
        width: 7px;
        height: 7px;
    }
    .btn.btn-down span::before
    .fs-c-staffDetail,
    .fs-l-staffCoordinationListLayout,
    .fs-l-coordinationLayout{
        margin-top: 50px;
    }
    .fs-l-coordinationDetails,
    .fs-l-staffCoordinationListLayout,
    .fs-l-coordinationLayout{
        margin-bottom: 55px;
    }
    .fs-l-coordinationLayout .fs-c-slick .slick-slide img{
        height: auto !important;
    }
    .fs-c-coordinationList .fs-c-sortItems__list__item.is-active::before{
        width: 12px;
        bottom: -2px;
        left: 44%;
    }
    .fs-l-staffCoordinationListLayout .fs-c-staffCoordinationSearchControl__list{
        display: none;
        max-width: 100vw;
        margin-left: -2vw;
        margin-bottom: 0;
    }
    .fs-c-staffCoordinationSearchMenu{
        max-height: inherit;
        overflow-y: unset;
    }
    .fs-c-staffCoordinationSearchMenu__item{
        padding: 5px 0 5px;
    }
    .fs-c-staffCoordinationSearchControl__label{
        display: block;
    }
    .fs-l-staffCoordinationListLayout__search{
        max-width: 100vw;
    }
    .fs-c-staffCoordinationSearchControl{
        max-width: 100vw;
        width: auto;
        float: none;
    }
    .fs-c-staffCoordinationSearchControl__label::after{
        content: "";
        display: block;
        font-family: unset;
        background: url(https://sacsbar.itembox.design/item/img/product/accordion__arrow.svg)no-repeat center center/cover;
        width: 20px;
        height: 10px;
        font-size: 1.4em;
        margin: auto;
        position: absolute;
        top: 50%;
        margin-top: 1px;
        right: 25px;
        bottom: 0;
        transform: translateY(-50%) rotate(180deg);
    }
    .fs-c-staffCoordinationSearchControl__checkbox:checked + .fs-c-staffCoordinationSearchControl__label::after{
        transform: rotate(0deg);
        margin-top: -5px;
    }
    .fs-c-staffCoordinationSearchControl__checkbox:checked + .fs-c-staffCoordinationSearchControl__label + .fs-c-staffCoordinationSearchControl__list{
        max-width: 100vw;
        width: 100vw;
        margin-left: -2vw;
        border: 1px solid #d5d5d5;
        border-top: none;
        padding: 0px 25px 25px;
        max-height: 90vh;
        overflow-y: auto;
    }
}

/** STAFF TOP **/
.staff_top{
    max-width: 1200px;
    margin: 0 auto;
}
.staff_top .staff{
    margin-top: 120px;
    padding-bottom: 100px;
}
.staff_top .staff_cordinate{
    margin-top: 60px;
}
.staff_top .staff_ranking{
    margin-top: 80px;
}
.staff_top .staff-ranking-item{
    max-width: 100%;
}
.staff_top .staff_cordinate .staff_content{
    max-width: 230px;
}
.staff_top .staff_cordinate .staff_content .staff_content-box .staff_prof {
    padding-top: 10px;
}
.staff_top .staff_cordinate .staff_content .staff_content-box .staff_prof img{
    max-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
}
.staff_top .staff_cordinate .staff_prof-txt{
    vertical-align: top;
    padding-left: 12px;
    width: 100%;
}
.staff_top .staff_cordinate .staff_content .staff_content-box .staff_prof-txt *{
    font-size: 1.4rem;
    padding: 10px 0;
    line-height: 1;
    display: block;
}
.staff_top .staff_cordinate .staff_content-box .staff_prof-txt .staff_prof-user_name{
    border-bottom: 1px solid #000;
}
.staff_top .staff_ranking#staff_ranking{
    padding-bottom: 0;
}
.staff_ranking .staff_content{
    max-width: 200px;
}
.staff_ranking .staff_content img{
    border-radius: 150px;
}
.staff_ranking .staff_prof-txt{
    text-align: center;
}
.staff_ranking .staff_prof-user_name,
.staff_ranking .staff_prof-shop_name{
    display: block;
    font-size: 1.4rem
}
.staff_ranking .staff_prof-user_name{
    padding: 20px 0;
}

.staff_ranking .staff_content .staff_content-box{
    position: relative;
}
.staff_ranking .staff_content .staff_content-box::before{
    content: "1";
    width: 50px;
    height: 50px;
    border-radius: 150px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: -5px;
    font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
    z-index: 2;
}

.staff_ranking .staff_content:first-of-type .staff_content-box::before{
    background: #e1b019;
    color: #fff;
}
.staff_ranking .staff_content:nth-child(2) .staff_content-box::before{
    content: "2";
    background: #6b7c83;
    color: #fff;
}
.staff_ranking .staff_content:nth-child(3) .staff_content-box::before{
    content: "3";
    background: #ac4c16;
    color: #fff;
}
.staff_ranking .staff_content:nth-child(4) .staff_content-box::before{
    content: "4";
}
.staff_ranking .staff_content:nth-child(5) .staff_content-box::before{
    content: "5";
}
.staff_ranking .staff_content:nth-child(6) .staff_content-box::before{
    content: "6";
}
.staff_ranking .staff_content:nth-child(7) .staff_content-box::before{
    content: "7";
}
.staff_ranking .staff_content:nth-child(8) .staff_content-box::before{
    content: "8";
}
.staff_ranking .staff_content:nth-child(9) .staff_content-box::before{
    content: "9";
}
.staff_ranking .staff_content:nth-child(10) .staff_content-box::before{
    content: "10";
}
.staff_ranking .staff_content:nth-child(11) .staff_content-box::before{
    content: "11";
}
.staff_ranking .staff_content:nth-child(12) .staff_content-box::before{
    content: "12";
}
.staff_ranking .staff_content:nth-child(13) .staff_content-box::before{
    content: "13";
}
.staff_ranking .staff_content:nth-child(14) .staff_content-box::before{
    content: "14";
}
.staff_ranking .staff_content:nth-child(15) .staff_content-box::before{
    content: "15";
}
.staff_ranking .staff_content:nth-child(16) .staff_content-box::before{
    content: "16";
}
.staff_ranking .staff_content:nth-child(17) .staff_content-box::before{
    content: "17";
}
.staff_ranking .staff_content:nth-child(18) .staff_content-box::before{
    content: "18";
}
.staff_ranking .staff_content:nth-child(19) .staff_content-box::before{
    content: "19";
}
.staff_ranking .staff_content:nth-child(20) .staff_content-box::before{
    content: "20";
}
.staff_ranking .staff_content:nth-child(n + 4) .staff_content-box::before{
    background: #fff;
    color: #000;
    border: 1px solid #e3e3e3;
}

.staff_ttl_content{
    padding-bottom: 20px;
}

.staff_ttl_content .staff_ttl{
    font-size: 24px;
    color: #000;
    font-weight: normal;
}
.staff_ttl_content .viewmore{
    font-size: 14px;
    color: #000;
    padding-right: 25px;
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
.staff_ttl_content .viewmore::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: 10px;
}
.staffcoordinate .staff_ranking .staff_content{
    max-width: 17%;
}
@media screen and (max-width: 768px){
    .staff_ttl_content .staff_ttl{
        font-size: 1.6rem;
    }
    .staff_ttl_content .viewmore{
        font-size: 1rem;
        padding-right: 12px;
    }
    .staff_ttl_content .viewmore::after{
        top: 7px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        top: 6px;
    }
    .staff_top .staff_prof-shop_name{
        padding-top: 10px;
    }
    .staff_top .staff_cordinate .staff_prof-txt{
        vertical-align: middle;
    }
    .staff_top .staff_cordinate .staff_content{
        vertical-align: top;
        margin-bottom: 20px;
    }
    .staff_top .staff_cordinate .staff_content:nth-child(n + 5){
        display: none;
    }
    .staff_top .staff_cordinate .staff_content-box .staff_prof-txt .staff_prof-user_name{
        border: none;
        padding:0;
        line-height: unset;
    }
    .staff_top .staff_cordinate .staff_content .staff_content-box .staff_prof img{
        max-width: 50px;
        width: 50px;
        height: 50px;
        display: block;
        border-radius: 50px;
    }
    .staffdetail .fs-c-breadcrumb,
    .fs-l-coordinationDetails .fs-c-breadcrumb,
    .staffcoordinate .fs-c-breadcrumb,
    .staff_list .fs-c-breadcrumb,
    .staff_top .fs-c-breadcrumb{
        position: absolute;
        bottom: 0;
        border-top: 1px solid #ccc;
        width: 100vw;
        height: auto;
        margin-left: -2vw;
    }
    .staffdetail .fs-c-breadcrumb__list,
    .fs-l-coordinationDetails .fs-c-breadcrumb__list,
    .staffcoordinate .fs-c-breadcrumb__list,
    .staff_list .fs-c-breadcrumb__list,
    .staff_top .fs-c-breadcrumb__list{
        padding: 8px 15px;
    }
    .staffdetail .fs-c-breadcrumb__list > li,
    .fs-l-coordinationDetails .fs-c-breadcrumb__list > li,
    .staffcoordinate .fs-c-breadcrumb__list > li,
    .staff_list .fs-c-breadcrumb__list > li,
    .staff_top .fs-c-breadcrumb__list > li{
        font-size: 1.2rem;
    }
    .staffdetail .fs-c-breadcrumb__list > li a:visited,
    .fs-l-coordinationDetails .fs-c-breadcrumb__list > li a:visited,
    .staffcoordinate .fs-c-breadcrumb__list > li a:visited,
    .staff_list .fs-c-breadcrumb__list > li a:visited,
    .staff_top .fs-c-breadcrumb__list > li a:visited{
        color: #000;
    }
    .staff_top .staff{
        margin-top: 40px;
        padding-bottom: 100px;
    }
    .staff_top .staff_cordinate{
        margin-top: 30px;
    }
    .staff_top .staff_cordinate .staff-cordinate-item,
    .staff_ranking .staff-ranking-item{
        display: block;
    }
    .staff_top .staff_cordinate .staff_content{
        display: inline-block;
        max-width: 45%;
    }
    .staff_top .staff_cordinate .staff_content:nth-child(even){
        margin-left:10%;
    }
    .staff_top .staff_ranking{
        margin-top: 30px;
    }
    .staff_top .staff-ranking-item{
        max-width: 92%;
    }
    .staff_ranking .staff_content img{
        width: 100%;
        border: 1px solid #e2e1e1;
    }
    .staffcoordinate .staff_ranking .staff_content{
        max-width: 45%;
    }
    .staff_ranking .staff_content{
        max-width: 45%;
        display: inline-block;
        vertical-align: top;
    }
    .staff_ranking .staff_prof-user_name{
        padding: 10px 0;
    }
    .staff_ranking .staff_prof-shop_name{
        padding-top: 0;
    }
    .staff_ranking .staff_prof-user_name,
    .staff_ranking .staff_prof-shop_name,
    .staff_ranking .staff_cordinate .staff_content .staff_content-box .staff_prof-txt *,
    .staff_cordinate .staff_prof-user_name,
    .staff_cordinate .staff_prof-shop_name,
    .staff_cordinate .staff_cordinate .staff_content .staff_content-box .staff_prof-txt *{
        font-size: 1rem;
    }
    .staff_ranking .staff_content:nth-child(even){
        margin-left: 10%;
    }
    .staff_ranking .staff_content:nth-child(n + 3){
        margin-top: 25px;
        max-width: 30%;
        vertical-align:top;
    }
    .staff_ranking .staff_content:nth-child(n + 4){
        margin-left: 5%;
    }
    .staff_ranking .staff_content .staff_content-box::before{
        width: 10vw;
        height: 10vw;
        font-size: 4vw;
    }
    .staff_ranking .staff_content:nth-child(3) .staff_content-box::before,
    .staff_ranking .staff_content:nth-child(4) .staff_content-box::before,
    .staff_ranking .staff_content:nth-child(5) .staff_content-box::before{
        width: 8vw;
        height: 8vw;
        font-size: 3.5vw;
    }
}

/** コーデ一覧 **/
.fs-c-coordinationList {
  margin: 32px 0 0;
}
.staff_ranking#staff_ranking{
    padding-top: 50px;
    padding-bottom: 100px;
    border-top: 1px solid #e8e8e8;
}
.fs-c-coordinationTagList{
    background: #fff;
    padding: 0;
}
.fs-c-coordinationTagList > li{
    border: 1px solid #000;
    border-radius: 5px;
}

.fs-c-sortItems__list > li{
    border: 1px solid #000;
    border-bottom: 0;
    width: 180px;
    height: 40px;
    vertical-align: bottom;
    text-align: center;
    display: inline-block;
    line-height: 2.2;
    font-size: 1.4rem;
}

.fs-c-sortItems__list > li:first-of-type{
    margin-right: 20px;
}
.fs-c-coordinationTag:link,
.fs-c-coordinationTag:visited,
.fs-c-coordinationTag:hover,
.fs-c-coordinationTagactive{
    color: #333333;
    padding: 5px 10px;
    display: block;
}
.fs-c-coordinationList__controller:first-of-type,
.fs-c-staffList__controller:first-of-type{
    border-bottom: 1px solid #000;
}
.fs-c-sortItems__label{
    display: none;
}
.fs-c-sortItems{
    border: none;
    margin: 0;
}
.fs-c-coordinationList__controller:first-of-type .fs-c-listControl,
.fs-c-coordinationList__controller:nth-child(3) .fs-c-sortItems,
.fs-c-staffList__controller:first-of-type .fs-c-listControl,
.fs-c-staffList__controller:nth-child(3) .fs-c-sortItems{
  display: none !important;
}
.fs-c-coordinationList__list{
    display: block;
    padding-top: 30px;
}
.fs-c-coordinationList__list__item{
    display: inline-block;
    width: 24%;
    margin-left: 0.9%;
    margin-bottom: 30px;
    padding: 0;
}
.fs-c-coordinationList__list__item:nth-child(4n - 3){
    margin-left: 0;
}
.fs-c-coordinationListItem__staffInfo{
    margin: 10px 0 0;
    grid-gap: 12px;
    grid-template-columns: 80px auto;
}
.fs-l-staffCoordinationListLayout__list .fs-c-coordinationListItem__staffInfo__name{
    border-bottom: 1px solid #000;
}
.fs-l-staffCoordinationListLayout__list .fs-c-coordinationListItem__staffInfo__name,
.fs-l-staffCoordinationListLayout__list .fs-c-coordinationListItem__staffInfo__shop{
    font-size: 1.4rem;
    padding: 10px 0;
    line-height: 1;
    display: block;
    font-weight: normal;
}
.fs-c-coordinationListItem__staffInfo__image{
    width: 80px;
    height: 80px;
}
.fs-c-coordinationList .fs-c-pagination,
.fs-c-staffList .fs-c-pagination{
    margin: 0 auto;
}
.fs-c-coordinationList .fs-c-listControl,
.fs-c-staffList .fs-c-listControl{
    align-items: center;
    justify-content: center;
    margin: 0;
}
.fs-c-coordinationList .fs-c-pagination__item{
    padding: 8px;
}
.fs-c-coordinationList__controller {
    margin-top: 45px;
}
.fs-l-staffCoordinationListLayout{
    margin-bottom: 75px;
}
.staffcoordinate .staff_ranking#staff_ranking{
    margin-top: 50px;
    max-width: 100%;
    width: 960px;
    max-width: 92%;
    margin-left: auto;
}
.staffcoordinate .staff_ttl_content{
    width: 960px;
    max-width: 100%;
}
.staff_ranking .fs-c-coordinationTagList{
    display:none;
}
.staffcoordinate .staff_ranking .staff_content .staff_content-box::before{
    width: 45px;
    height: 45px;
}
.staffcoordinate .fs-c-staffCoordinationSearchControl{
    display: block;
}
@media screen and (max-width:768px){
    .fs-c-coordinationList{
        margin-top: 30px;
    }
    .staffcoordinate .fs-c-staffCoordinationSearchControl__label{
        margin-left: -2vw;
    }
    .fs-l-staffCoordinationListLayout__list .staff_ttl_content{
        width: 100%;
        padding-bottom: 10px;
    }
    .staff_ranking#staff_ranking{
        padding-top: 20px;
        padding-bottom: 80px;
    }
    .fs-c-sortItems__list{
        margin-left: 2vw;
    }
    .fs-c-sortItems__list > li{
        width: 28.667vw;
        height: 7.333vw;
        line-height: 4.2vw;
        font-size: 1.2rem;
    }
    .fs-c-sortItems__list > li:first-of-type{
        margin-right: 10px;
    }
    .fs-c-coordinationList__list__item{
        display: inline-block;
        width: 46.8%;
        margin-left: 5%;
        padding: 0;
    }
    .fs-c-coordinationList__list__item:nth-child(2n - 1){
        margin-left: 0;
    }
    .fs-c-coordinationListItem__staffInfo{
        margin: 40px 0 0;
        grid-template-columns: 50px auto;
        position: relative;
        grid-gap: 9px;
        align-items: center;
    }
    .fs-c-coordinationListItem__staffInfo__image{
        width: 50px;
        height: 50px;
    }
    .fs-l-staffCoordinationListLayout__list,
    .fs-l-staffCoordinationListLayout__search + .fs-l-staffCoordinationListLayout__list{
        max-width: 100%;
    }
    .fs-l-staffCoordinationListLayout__list .fs-c-coordinationListItem__staffInfo__name{
        border-bottom: none;
    }
    .fs-l-staffCoordinationListLayout__list .fs-c-coordinationListItem__staffInfo__name,
    .fs-l-staffCoordinationListLayout__list .fs-c-coordinationListItem__staffInfo__shop{
        font-size: 1.4rem;
        padding: 10px 0;
        line-height: 1;
        display: block;
        font-weight: normal;
    }
    .fs-l-staffCoordinationListLayout__list .fs-c-coordinationListItem__staffInfo__shop {
        position: absolute;
        top: -40px;
        font-size: 1rem;
        left: 0px;
    }
    .fs-l-staffCoordinationListLayout__list .fs-c-coordinationListItem__staffInfo__name {
        font-size: 1.2rem;
        padding: 0;
    }
    .fs-c-coordinationList__controller {
        margin-top: 0;
    }
    .fs-l-staffCoordinationListLayout{
        margin-bottom: 35px;
        margin-top: 20px;
    }
    .staffcoordinate .staff_ranking#staff_ranking{
        max-width: 100%;
        margin-top: 30px;
    }
    .staffcoordinate .fs-c-staffCoordinationSearchControl{
        margin: 40px 0;
    }
}

/** STAFF一覧 **/
.fs-l-staffCoordinationListLayout .content-r,
.fs-l-staffCoordinationListLayout__list{
    width: 960px;
    max-width: 92%;
    margin-left: auto;
}
.fs-l-staffCoordinationListLayout{
    display: block;
}
.staff_ranking.staff_ranking20 .staff_content{
    max-width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}
.staff_ranking.staff_ranking20 .staff_content:nth-child(n + 2){
    margin-left: 133px;
}

.staff_ranking.staff_ranking20 .staff_content:nth-child(n + 5){
    display: none;
    transition: all 0.3s linear;
}
.staff-ranking-item{
    width: 100%;
    max-width: 100%;
}
.staff_ranking.staff_ranking20 .staff_content:nth-child(n + 2){
    margin-left: 10.5%;
}

.staff_ranking.staff_ranking20 .staff_content{
    max-width: 17%;
    width: 100%;
}
.staff_ranking.staff_ranking20.active .staff_content:nth-child(n + 5){
    display: inline-block;
    transition: all 0.3s linear;
}

.staff_ranking.active#staff_ranking20 .staff_content:nth-child(4n + 1){
    margin-left: 0;
}
.fs-c-staffListItem__image{
    width: 100%;
}
.fs-c-staffList__list{
    grid-template-columns: 19% 19% 19% 19%;
    grid-gap: 0 8.2%;
    margin-top: 30px;
}
.fs-c-staffListItem{
    padding-top: 0;
    margin-bottom: 30px;
}
.fs-c-staffListItem__profile__name{
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 20px 0;
    line-height: 1;
    margin-top: -10px;
}
.fs-c-staffListItem__profile__shop{
    display: block;
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.fs-c-staffListItem__profile__height{
    display: block !important;
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.fs-c-staffList__controller{
    margin-top: 90px;
    margin-bottom: 20px;
}
@media screen and (max-width:768px){
    .fs-c-staffList:not(:first-child){
        margin-top: 0;
    }
    .staff_list .fs-l-staffCoordinationListLayout{
        display: grid;
    }
    .staff_list .fs-l-staffCoordinationListLayout__list .staff_ttl_content{
        width: 92%;
        padding-bottom: 20px;
    }
    .fs-l-staffCoordinationListLayout .content-r,
    .fs-l-staffCoordinationListLayout__list{
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
    .staff_list .fs-l-staffCoordinationListLayout__search{
        grid-row: 2;
        margin-bottom: 20px;
    }
    .staff_ranking.staff_ranking20 .staff_content{
        max-width: 45%;
        margin-top: 20px;
    }
    .staff_ranking.staff_ranking20 .staff_content:nth-child(1),
    .staff_ranking.staff_ranking20 .staff_content:nth-child(2){
        margin-top: 0;
    }
    .staff_ranking.staff_ranking20 .staff_content:nth-child(n + 2){
        margin-left: 0;
    }
    .staff_ranking.staff_ranking20 .staff_content:nth-child(even){
        margin-left: 10%;
    }
    .staff_ranking.staff_ranking20 .staff_content:nth-child(3) .staff_content-box::before,
    .staff_ranking.staff_ranking20 .staff_content:nth-child(4) .staff_content-box::before,
    .staff_ranking.staff_ranking20 .staff_content:nth-child(5) .staff_content-box::before{
        width: 10vw;
        height: 10vw;
        font-size: 4vw;
    }
    .staff_prof-user_height{
        font-size: 1rem;
    }
    .fs-c-staffList__list{
        grid-template-columns: calc(50% - 0px) calc(50% - 0px);
        grid-gap: 5px;
        margin-top: 0;
    }
    .fs-c-staffList__controller{
        margin-top: 20px;
        margin-bottom: 80px;
    }
    .fs-c-staffListItem{
        margin-bottom: 20px;
    }
    .fs-c-staffListItem__image{
        width: 90%;
    }
    .fs-c-staffListItem__profile__name,
    .fs-c-staffListItem__profile__shop,
    .fs-c-staffListItem__profile__height{
        font-size: 1rem;
    }
    .fs-c-staffListItem__profile__name{
        padding: 10px 0;
    }
}
/** コーデ詳細 **/
.fs-l-coordinationDetails{
    padding-bottom: 100px;
}
.fs-l-coordinationDetails .fs-l-coordinationLayout{
    grid-template-columns: 580px 580px;
    grid-gap: 50px;
}
.fs-l-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnailList{
    display: block;
}
.fs-l-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnailList > li{
    display: inline-block;
    width: 130px;
    margin-right: 20px;
}
.fs-l-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnailList > li:nth-child(4n){
    margin-right: 0;
}
.fs-l-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnail__img{
    width: 100%;
}
.fs-l-coordinationDetails .fs-l-coordinationLayout__item--2{
    display: grid;
}
.fs-l-coordinationDetails .fs-c-coordinationProduct{
    grid-row: 4;
}
.fs-l-coordinationDetails .fs-c-coordinationTagList{
    grid-row: 5;
}
.fs-l-coordinationDetails .fs-c-coordinationPublicationDate{
    display: none;
}
.fs-l-coordinationDetails .fs-c-coordinationStaffInfo{
    padding: 0;
    border: none;
    grid-gap: 40px;
    margin-bottom: 40px;
}
.fs-l-coordinationDetails .fs-c-coordinationStaffInfo__image{
    width: 200px;
    padding: 0;
}
.fs-l-coordinationDetails .fs-c-coordinationStaffInfo__name {
    font-size: 2rem;
    font-weight: normal;
    padding-bottom: 20px;
    line-height: 1;
}
.fs-l-coordinationDetails .fs-c-coordinationStaffInfo__shop,
.fs-l-coordinationDetails .fs-c-coordinationStaffInfo__height {
    font-size: 1.5rem;
}
.fs-l-coordinationDetails .fs-c-coordinationComment {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 40px 0;
    font-size: 1.4rem;
}
.fs-l-coordinationDetails .fs-l-coordinationLayout__item > * + *{
    margin-top: 0;
}
.fs-l-coordinationDetails .fs-c-coordinationProduct__title{
    border-bottom: none;
    padding-bottom: 0 !important;
    font-size: 2.4rem;
    font-weight: normal;
}
.fs-l-coordinationDetails .fs-c-coordinationProduct{
    padding: 30px 0 !important;
    border-bottom: 1px solid #000;
}
.fs-l-coordinationDetails .fs-c-productPrice{
    display: none;
}
.fs-l-coordinationDetails .fs-c-productListItem__productName,
.fs-l-coordinationDetails .fs-c-productListItem__productDescription{
    margin: 0;
}
.fs-l-coordinationDetails .fs-c-coordinationTagList{
    padding-top: 40px;
}
.fs-l-coordinationDetails .fs-c-coordinationTagList > li{
    margin: 4px 8px 4px 0;
}
.fs-l-coordinationDetails .fs-c-coordinationCatalog__header{
    display: none;
}
.fs-l-coordinationDetails .fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item::before{
    display: none;
}
.fs-l-coordinationDetails .fs-l-coordinationLayout{
    margin-bottom: 80px;
}
.fs-l-coordinationDetails .fs-c-coordinationCatalog:not(:first-child){
    margin-top: 0;
}
.fs-l-coordinationDetails .fs-c-coordinationCatalog__footer{
    display: block;
}
.fs-c-coordinationCatalog__footer{
    margin-right: 16px;
}
.fs-l-coordinationDetails .fs-l-coordinationLayout .fs-c-slick .slick-slide img{
    width: 100%;
}
@media screen and (max-width:768px){
    .fs-l-coordinationDetails{
        padding: 70px 8px 100px !important;
    }
    .fs-l-coordinationDetails .fs-c-slick.slick-slider{
        width: 102vw;
        margin-left: -3vw;
    }
    .fs-l-coordinationDetails .fs-l-coordinationLayout{
        margin-top: 0;
        margin-bottom: 35px;
    }
    .fs-l-coordinationDetails .fs-c-coordinationStaffInfo{
        margin: 10px 0 30px;
    }
    .fs-l-coordinationDetails .fs-c-coordinationStaffInfo__image{
        width: 130px;
    }
    .fs-l-coordinationDetails .fs-c-coordinationStaffInfo__name{
        font-size: 1.6rem;
        padding-bottom: 15px;
    }
    .fs-l-coordinationDetails .fs-c-coordinationStaffInfo__shop,
    .fs-l-coordinationDetails .fs-c-coordinationStaffInfo__height{
        font-size: 1.4rem;
    }
    .fs-l-coordinationDetails .fs-c-coordinationComment{
        padding: 25px 25px;
        font-size: 1.2rem;
    }
    .fs-l-coordinationDetails .fs-c-coordinationProduct{
        padding: 20px 0 30px !important;
    }
    .fs-l-coordinationDetails .fs-c-coordinationProduct__title{
        font-size: 1.8rem;
    }
    .fs-l-coordinationDetails .fs-c-coordinationProduct__list{
        grid-gap: 8px;
        grid-template-columns: calc(33% - 5px) calc(33% - 5px) calc(33% - 5px);
    }
    .fs-l-coordinationDetails .fs-c-productListItem__image__image{
        height: auto;
    }
    .fs-l-coordinationDetails .fs-c-coordinationTagList{
        padding-top :20px;
    }
    .fs-l-coordinationDetails .fs-c-productListItem__image.fs-c-productImage{
        width: 100%;
    }
    .fs-l-coordinationDetails .fs-c-coordinationCarouselMainImage__thumbnailList{
        display: none !important;
    }
    .fs-c-coordinationCatalog.fs-c-coordinationCatalog--staff.is-sortedByNewestFirst{
        margin-bottom: 100px;
    }
    .fs-l-coordinationDetails .fs-c-coordinationCatalog__list__item:nth-child(n + 5){
        display: none;
    }
    .fs-l-coordinationDetails .other_coodinate_list .fs-c-coordinationCatalog__list{
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, calc(50% - 5px));
    }
    .fs-l-coordinationDetails .other_coodinate_list .staff_ttl_content{
        width: 100%;
    }
    .fs-l-coordinationDetails .other_coodinate_list .staff_ttl_content .staff_ttl{
        font-size: 1.4rem;
    }
    .fs-l-coordinationDetails .other_coodinate_list .staff_ttl_content .viewmore::after{
        top: 5px;
    }
}

/** スタッフ詳細 **/
.staffdetail{
    padding-bottom: 100px;
}
.staffdetail .fs-c-staffDetail{
    background: none;
    padding: 0;
    margin:85px auto 80px;
    grid-template-columns: 240px 400px auto;
    grid-gap: 0;
}
.staffdetail .fs-c-coordinationCatalog:not(:first-child){
    margin-top: 0;
}
.staffdetail .fs-c-coordinationCatalog__title{
    display: none;
}
.staffdetail .fs-c-staffDetail__profile{
    display: flex;
    border-left: 1px solid #000;
    padding: 20px 0 20px 80px;
    box-sizing: content-box;
}
.staffdetail .fs-c-staffDetail__data{
    padding-left: 20px;
}
.staffdetail .fs-c-staffDetail__name{
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: normal;
    padding-bottom: 20px;
    line-height: 1;
}
.staffdetail .fs-c-staffDetail__gender{
    display: none;
}

.staffdetail .fs-c-staffDetail__shop,
.staffdetail .fs-c-staffDetail__height{
    font-size: 1.6rem;
    line-height: 1.8;
}
.staffdetail .fs-c-staffInstagram::before{
    content: "";
    background: url(https://sacsbar.itembox.design/item/img/icon/icon_instagram.png) no-repeat center center/ cover;
    width: 20px;
    height: 20px;
    margin: 10px 10px 10px 0;
}
.staffdetail .fs-c-staffInstagram__name + .fs-c-staffInstagram__account{
    margin-left: 0;
}
.staffdetail .fs-c-staffInstagram{
    font-size: 1.6rem;
    margin-top: 10px;
}


@media screen and (max-width:768px){
    .staffdetail{
        padding-bottom: 0;
    }
    .staffdetail .fs-c-staffDetail{
        grid-template-columns: 40% 60%;
        margin: 20px auto 0px;
    }
    .staffdetail .fs-c-staffDetail__data{
        justify-content: center;
    }
    .staffdetail .fs-c-staffDetail__name{
        font-size: 1.6rem;
        padding-bottom: 15px;
    }
    .staffdetail .fs-c-staffDetail__shop,
    .staffdetail .fs-c-staffDetail__height{
        line-height: 1.6;
        font-size: 1.4rem;
    }
    .staffdetail .fs-c-staffDetail__profile{
        border: none;
        padding: 25px 25px;
        font-size: 1.4rem;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin: 25px auto 0;
        box-sizing: border-box;
        width: 100%;
    }
    .staffdetail .fs-c-coordinationCatalog__list{
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, calc(50% - 5px));
    }
    .staffdetail .fs-c-coordinationCatalog{
        padding-top: 10px;
    }
    .staffdetail .fs-c-staffInstagram{
        font-size: 1.4rem;
        margin-top: 5px;
    }
}
@media screen and (max-width: 769px){
    .staffdetail .fs-c-staffDetail__profile{
        grid-area: 2/1/3/4;
    }
}