@charset "utf-8";
/*PC*/
#staffstart-productDetailpage .fs-c-coordinationCatalog.fs-c-coordinationCatalog--product.is-sortedByNewestFirst {
    margin-top: 100px;
}

#staffstart-productDetailpage .fs-c-coordinationCatalog__list {
    display: flex;
    flex-wrap: wrap;
}

#staffstart-productDetailpage article.fs-c-coordinationCatalog__list__item.fs-c-coordinationListItem {
    width: 110px;
    margin: 0 13.3px 16px 0;
}

#staffstart-productDetailpage .fs-c-coordinationListItem__staffInfo {
    display: none;
}

#staffstart-productDetailpage time.fs-c-coordinationListItem__creationDate {
    display: none;
}

#staffstart-productDetailpage span.fs-c-coordinationNewMark {
    display: none;
}

#staffstart-productDetailpage time.fs-c-coordinationListItem__publicationDate {
    display: none;
}

#staffstart-productDetailpage article.fs-c-coordinationCatalog__list__item.fs-c-coordinationListItem.fs-c-coordinationListItem--4,
#staffstart-productDetailpage article.fs-c-coordinationCatalog__list__item.fs-c-coordinationListItem.fs-c-coordinationListItem--8 {
    margin-right: 0;
}

/*SP*/
#staffstart-productDetailpageSP .fs-c-coordinationCatalog.fs-c-coordinationCatalog--product.is-sortedByNewestFirst {
    margin-top: 30px;
}

#staffstart-productDetailpageSP .fs-c-coordinationCatalog__header {
    margin: 0 10px 10px;
}

#staffstart-productDetailpageSP .fs-c-coordinationCatalog__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}

#staffstart-productDetailpageSP article.fs-c-coordinationCatalog__list__item.fs-c-coordinationListItem {
    width: 33.3%;
    padding-right: 10px;
    box-sizing: border-box;
}

#staffstart-productDetailpageSP .fs-c-coordinationListItem__staffInfo {
    display: none;
}

#staffstart-productDetailpageSP time.fs-c-coordinationListItem__creationDate {
    display: none;
}

#staffstart-productDetailpageSP span.fs-c-coordinationNewMark {
    display: none;
}

#staffstart-productDetailpageSP time.fs-c-coordinationListItem__publicationDate {
    display: none;
}

#staffstart-productDetailpageSP .fs-c-coordinationCatalog__footer {
    margin: 20px 10px;
    text-align: center;
}