@charset "utf-8";

/* 見出し bg */
.child-1col__bg {
    background-image: url(../img/stationery/stationery-title.jpg);
    background-position: 50% 85%;
}

/* ---------------------------- */
/* PICK UP */
.pickup-list {
    margin-bottom: 0;
}

/* ---------------------------- */
/* CATEGORY */

.category-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.category-imgbox {
    margin-bottom: 8px;
}

.category-title {
    font-size: var(--text_m);
    font-family: var(--jp-font_2);
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.02em;
    text-align: center;
}

.andmore {
    font-size: var(--heading_4);
    font-family: var(--en-font);
    font-weight: 400;
    letter-spacing: 0.01em;
    color: var(--primary-color);
    text-align: right;
}

/* ---------------------------- */
/* 800px～ */
@media screen and (min-width:800px) {
    .category-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

    /*=======min-width:800px=======*/
}