/*
  カテゴリ画面・上部
*/

#category-top-bnr_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 100px auto;
}

/* ==================== SP（〜959px） ==================== */
@media screen and (max-width: 959px) {
  #category-top-bnr_wrap{
        margin: 50px auto;
    }
}
