/******************************/
/* category */
/******************************/
.p-category__ttl {
    margin: 10px 0 30px 0;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.02em;
    font-feature-settings: "palt" 1;
}


.p-category-free {
    margin-bottom: 60px;
    line-height: 2;
}

/***** カテゴリ一覧 *****/
.p-category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 767px) {

    .p-category__ttl {
        text-align: center;
        margin: 3.3em 0 1.2em;
        font-size: 200%;
    }


    .p-category-list {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin: 40px 15px 40px 27px;
        display: flex;
        justify-content: center;
        gap: 2em;
    }
}

.p-category-list__item {
    box-sizing: border-box;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100%/3);
    font-size: 5vw;
    text-align: center;
    font-weight: 800;
}

@media screen and (max-width: 767px) {
    .p-category-list__item {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: auto;
    }
}

.p-category-list__link {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-category-list__link {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

.p-category-list__link:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .p-category-list__link:after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
        transform: rotate(-45deg);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        margin-left: .3em;
    }
}

.p-category-list__img {
    display: block;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .p-category-list__img {
        margin-right: 10px;
        margin-bottom: 0;
        width: 75px;
    }
}

.p-category-list__name {
    transition: color .3s ease;
}

.p-category-list__name:hover {
    text-decoration: none;
    color: #e5005a;
}

@media screen and (max-width: 767px) {
    .p-category-list__name:hover {
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    .p-category-list__name {
        flex: 1;
    }
}

/***** 商品件数・ソート *****/
.p-item-list-head {
    display: flex;
    justify-content: space-between;
    padding: 16px 25px 16px 0;

}

@media screen and (max-width: 767px) {
    .p-item-list-head {
        padding: 12px 15px;
        font-size: 11px;
    }
}

.p-item-list-num {
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .p-item-list-num {
        font-size: 11px;
    }
}

.p-item-sort-list {
    display: flex;
    flex-wrap: wrap;
}

.p-item-sort-list__item {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .p-item-sort-list__item {
        margin-left: 25px;
    }
}

.p-item-sort-list__item:first-child {
    margin-left: 0;
}

.p-item-sort-list__item span {
    text-decoration: underline;
}



.slick-dotted.slick-slider{
    margin-bottom: 1em;
}

.l-contents-main {
width: 80%;
}
@media screen and (max-width: 1030px) {
    .l-contents-main {
    width: 100%;
    }
}
.c-item-list__img{
    aspect-ratio: 1/ 1;
    overflow: hidden;
}




