@charset "utf-8";
.bread {
    margin-bottom: 35px !important;
}

.category_in_title {
    margin-bottom: 20px !important;
}

#category_header {
    background: #FAF8F4;
    margin: 0 auto 80px;
    padding: 0 0 48px;
}

#category_header h3 {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto 40px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 24px;
    color: #414141;
}

#category_header .category_list {
    width: 93%;
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#category_header .category_list_outer {
    overflow-x: hidden;
    margin: 0 10px;
    position: relative;
}

#category_header .category_list_inner {
    display: flex;
    position: relative;
}

#category_header .category_list_inner a {
    display: block;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #121212;
    padding: 14px 20px;
    background: #fff;
    border-radius: 40px;
    white-space: nowrap;
    line-height: 1;
}

#category_header .category_list_inner a:not(:last-child) {
    margin-right: 8px;
}

#category_header .category_list_inner a::after {
    content: " \f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2rem;
}

#category_header .category_list_prev,
#category_header .category_list_next {
    height: 100%;
}

#category_header .category_list_prev.off,
#category_header .category_list_next.off {
    opacity: .4;
}

#category_header .category_list_prev::after {
    content: " \f100";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    display: block;
}

#category_header .category_list_next::after {
    content: " \f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    display: block;
}


/*商品*/

.category_in_content {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

.category_in_content_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.category_in_content_list li {
    width: 18.6%;
    margin: 0 .7% 80px;
    line-height: 1;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.1rem;
    text-align: left;
    color: #5e5f60;
}
.category_in_content_list li>div>a {
    display: block;
    /*正方形*/
/*    aspect-ratio: 1;*/
    /*推奨サイズ*/
    aspect-ratio: 11/9;
}
.category_in_content_list li div,.category_in_content_list li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category_in_content_list_name {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
    color: #121212;
    margin: 18px 0 10px;
}


/* SP
------------------------------- */

@media screen and (max-width: 750px) {
    #category_header {
        margin: 0 auto 50px;
        padding: 22px 0 40px;
    }
    #category_header .bread {
        width: 100%;
        padding: 0 25px;
        margin-bottom: 20px;
    }
    #category_header h3 {
        width: 100%;
        padding: 0 25px;
        margin: 0 auto 26px;
        font-size: 18px;
    }
    #category_header .category_list {
        width: 96%;
    }
    #category_header .category_list_outer {
        margin: 0 5px;
    }
    /*商品*/
    .category_in_content {
        width: 100%;
        margin: 0;
        padding: 0 30px;
    }
    .category_in_content_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .category_in_content_list li {
        width: 47.4%;
        margin: 0 1.3% 30px;
    }
    .category_in_content_list_name {
        margin: 16px 0 8px;
    }
}