@charset "utf-8";
.category_links{
	position: relative;
    font-weight: 700;
    line-height: 1.4;
    margin: 6rem 0 3rem 0;
    padding: 2rem 2rem 2.8rem 2.8rem;
    background: #000;
    color: #fff;
    font-size: 2.6rem;
}

.category_links::before {
    position: absolute;
    left: 0;
    bottom: 0.8rem;
    width: 100%;
    height: 0.1rem;
    border-bottom: 1px solid #fff;
    content: "";
}

#page-top-lp {
    position: fixed;
    bottom: 8rem;
    right: 2rem;
    z-index: 100;
    width: 4.6rem;
}

#page-top-lp img:hover {
    opacity: 0.7;
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
.category_links{
        margin: 5rem 0 2.5rem 0;
        padding: 1.5rem;
        font-size: 2.1rem;
    }
.category_links::before {
        bottom: 0.6rem;
    }


}