
.breadcrumb-list {
    justify-content: flex-end;
}

.section {
    padding-top: 0;
}

.title {
    width: min(30.7vw, 180px);
}

.section-desc {
    font-weight: 300; 
    line-height: 1.6;
    margin-top: 3%;
}

.section-product-item {
    margin-top: 8.2%;
}


@media (min-width: 1024px) {

    .section-desc.pc {
        display: flex;

        & p {
            width: 30vw;
            margin-right: 2%;
        }
    }

    .section-product-list {
        margin-top: 32px;
        justify-content: flex-start;
        gap: 2.26%;
    }

    .section-product-item {
        width: 23.3%;
        margin-top: 0;
    }
    
    .section-product-title {
        margin-top: 13px;
    }
    
    .section-product-desc {
        margin-top: 13px;
    }

    .section-product-item:nth-of-type(n+5) {
        margin-top: 2.3%;
    }
}
