@media only screen and (min-width:320px) and (max-width:559px) {
    .shopping_wrap {
        width: 100%;
        max-width: 520px;
        min-width: 280px;
        margin: 50px auto;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 1px;
        text-align: center;
        color: #4a220c;
    }
    p.wait {
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 600px;
    }
}

@media only screen and (min-width:560px) and (max-width:959px) {
    .shopping_wrap {
        width: 100%;
        max-width: 920px;
        min-width: 520px;
        margin: 50px auto;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 1px;
        text-align: center;
        color: #4a220c;
    }
    p.wait {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 600px;
    }
}

@media only screen and (min-width:320px) and (max-width:959px) {}

@media only screen and (min-width:960px) {
    .category_top {
        padding-top: 120px;
        color: #4a220c;
        text-align: center;
    }
    .category_top svg {
        width: 10%;
        fill: #4a220c;
        display: block;
        margin: 0 auto 20px;
    }
    .category_name {
        font-size: 2.4rem;
        letter-spacing: 1px;
        font-weight: 700;
    }
    .category_inner {
        margin: 60px auto;
    }
    .shopping_wrap {
        width: 100%;
        min-width: 920px;
        max-width: 1100px;
        margin: 130px auto;
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 1px;
        text-align: center;
    }
    p.wait {
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 900px;
    }
}