@charset "UTF-8";

.simplebar-scrollbar::before {
    background: linear-gradient(darkblue, skyblue);
}

#js-more {
    margin-top: 140px;
    width: 155px;
    height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    border-radius: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 1px #BABABA solid;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background-color 0.3s;
}

#js-more:hover {
    background-color: #BABABA;
    color: #fff;
}

.bread_crumb {
    margin-bottom: 48px;
}

#works {
    background-color: #EAEAEA;
}


#works .drop {
    margin-top: 58px;
    margin-bottom: 114px;

}

#works__content {
    padding-bottom: 140px;
}

.drop__wrapper {
    width: 100%;
}



.drop__wrapper:first-child {
    margin-bottom: 24px;
}

.drop__iconWrapper {
    position: absolute;
    bottom: 9px;
    right: 0;
    width: 20px;
    height: 20px;
    pointer-events: none;
    border: 1px solid #000000;
    border-radius: 90%;
}

.drop__icon {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.drop__icon span {
    position: absolute;
    width: 7.5px;
    height: 1px;
    background-color: #000;
    display: block;
    transition: 0.3s;
}

.drop__icon span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
}

.drop__icon.active span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
}

.drop__icon span:nth-child(2) {
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 50%;
}

.drop__title {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    border-bottom: solid 0.8px #707070;
    padding-bottom: 10px;
    margin-bottom: 10.2px;
    position: relative;
    cursor: pointer;
}


.drop__list--cat {
    gap: 10px 0;
}

.drop__items {
    display: none;
}

.drop__items--cat {
    display: block;
}

.drop__items--cat .drop__link {
    margin-bottom: 0;
}

.drop__list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
}

.drop__link {
    display: block;
    border: solid 1px #000000;
    padding: 2px 14px;
    border-radius: 50px;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 9px;
}

.drop__link:hover {
    background-color: #000000;
    color: #EAEAEA;
}

.drop__link.active {
    background-color: #000000;
    color: #EAEAEA;
}

.worksItem__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -71px;
}

.worksItem__list:not(:last-child) {
    padding-bottom: 71px;
}

.worksItem__listItem.worksItem__listItem--main1,
.worksItem__listItem.worksItem__listItem--main2 {
    display: none;
}


.worksItem__listItem.worksItem__listItem--main1:nth-child(-n+15) {
    display: block;
}

.worksItem__listItem.worksItem__listItem--main2:nth-child(-n+16) {
    display: block;
}



.worksItem__link {
    display: block;
}

.worksItem__link:hover .worksItem__imgWrapper img {
    transform: scale(1.2);
    transition: transform 2000ms var(--ease-out-moment);
}

.worksItem__imgWrapper {
    overflow: hidden;
    margin-bottom: 9.6px;
}

.worksItem__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 33 / 23;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

.worksItem__listItem {
    width: 25%;
    margin-bottom: 71px;
}

.worksItem__list--type2 {
    padding-bottom: 0;
}

.worksItem__list--type2 .worksItem__listItem {
    width: 33.33333333%;
}


.worksItem__cat {
    font-size: 13px;
    margin-bottom: 8px;
}

.worksItem__title p,
.worksItem__title span {
    display: inline-block;
    font-size: 16px;
}

.worksItem__title {
    line-height: 1.5;
}

.worksItem__title .underline::after {
    bottom: 1px;
}

@media screen and (max-width: 750px) {
    .bread_crumb {
        margin-bottom: 30px;
    }

    #works .drop {
        margin-top: 25px;
        margin-bottom: 44px;
        display: block;
    }

    .drop__wrapper {
        width: 100%;
        max-width: 100%;
    }



    .drop__list--cat {
        margin-top: 10px;
        width: 100%;
    }

    .worksItem__list:not(:last-child) {
        padding-bottom: 42px;
    }

    .worksItem__list {
        margin-bottom: -42px;
    }


    .worksItem__listItem {
        width: 50%;
        margin-bottom: 42px;
    }

    .worksItem__list--type2 .worksItem__listItem {
        width: 50%;
    }

    .worksItem__cat {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .worksItem__title p,
    .worksItem__title span {
        display: inline-block;
        font-size: 12px;
    }

    .worksItem__title {
        line-height: 1.2;
    }

    .drop__items {
        overflow-x: scroll;
    }

    .drop__items::-webkit-scrollbar {
        display: none;
    }


}

@media screen and (max-width: 520px) {
    .drop__wrapper--cat .drop__title {
        border-bottom: none;
        margin-bottom: 0;
    }

    .drop__list--cat {
        display: inline-flex;
        flex-wrap: nowrap;
    }
}