@charset "UTF-8";

/* cate
------------------------------------------------- */
.cateList {
    font-size: 0;
}
.cateList__item {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 1.3rem;
}


/* sec
------------------------------------------------- */
.sec {
    margin-top: 70px;
    position: relative;
}
.sec__footer {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .sec {
        margin-top: 50px;
    }
    .sec__footer {
        position: static;
        margin-top: 20px;
    }
}
