@charset "UTF-8";
/* body pc 769px- */
.main {
    margin-top: 120px;
    position: relative;
}

@media screen and (min-width: 769px) {
    .main {
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    .footer {
        display: none;
    }

}

/* =================================
category--sp
====================================*/
.category__list.sp {
    position: fixed;
    top: 120px;
    right: 10px;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 0 5px;
    color: var(--primary-white);
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(3px);
    cursor: default;
}

.category__list.pc {
    display: none;
}

.category {
    font-family: var(--mainFont);
    font-size: 1.2rem;
    letter-spacing: 2px;
    cursor: pointer;
    line-height: 1;
}





/* =================================
works
====================================*/

.section--works {
    padding: 0;
}

.works__list {
    display: flex;
    flex-direction: column-reverse;
}

.works__item a {
    display: block;
    height: 100%;
}

.creditBlock {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 2px 8px 10px;
    font-size: 0.9rem;
}

.work__date {
    font-family: var(--numberFont);
}

.dummy {
    display: none;
}

/* pc 769px- */
@media screen and (min-width: 769px) {
    img {
        width: 100%;
    }
    .section--works {
        height: 100%;
        position: absolute;
        width: 100%;
    }

    .works__list {
        flex-direction: column-reverse;
        flex-wrap: wrap-reverse;
        margin-top: 45px;
        height: 100%;
        width: 100vw;
        overflow-x: scroll;
        padding-bottom: 280px;
        position: relative;
        scroll-behavior: smooth;
    }

    .works__list::after {
        position: fixed;
        content: '';
        background: linear-gradient(to left, rgba(249,249,249,1), rgba(249,249,249,0));
        display: block;
        width: 120px;
        height: 101%;
        right: -1px;
        bottom: 280px;
        z-index: 30;
    }


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

    .works__item {
        position: relative;
        height: 50%;
        aspect-ratio: 16 / 9;
        background-color: var(--primary-black);
    }

    .works__item a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 25;
    }

    .works__thumbnail {
        z-index: 20;
        position: absolute;
        transition: 1s ease;
        transform: translateX(0);
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    
    .sideAria {
        height: 100%;
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .creditBlock {
        height: 100%;
        flex-direction: column;
        justify-content: center;
        gap: 3px;
        padding: 0 5%;
        font-size: 0.9rem;
        text-align: center;
        background: var(--bg-gradientA);
        color: var(--primary-yellow);
        background-size: 200% 200%;
        animation: Grad 5s ease infinite;
    }

    .creditBlock.A {
        background: var(--bg-gradientA);
        background-size: 200% 200%;
        animation: Grad 5s ease infinite;
    }
    .creditBlock.B {
        background: var(--bg-gradientB);
        background-size: 200% 200%;
        animation: Grad 5s ease infinite;
    }
    .creditBlock.C {
        background: var(--bg-gradientC);
        background-size: 200% 200%;
        animation: Grad 5s ease infinite;
    }
    .creditBlock.D {
        background: var(--bg-gradientD);
        background-size: 200% 200%;
        animation: Grad 5s ease infinite;
    }

    .sideThumbnail {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .dummy {
        display: block;
        background: none;
    }
}

/* =================================
category--pc
====================================*/

/* pc 769px- */
@media screen and (min-width: 769px) {
    .category__list.sp {
        display: none;
    }

    .categoryBlock.pc {
        position: fixed;
        display: flex;
        padding: 0 20px;
        justify-content: flex-end;
        align-items: center;
        width: 100vw;
        height: 45px;
        bottom: 235px;
    }

    .category__list.pc {
        display: flex;
        align-items: center;
        gap: 7px;
        margin-right: 70px;
    }

}


/* =================================
about--pc
====================================*/
@media screen and (min-width:769px) {
    .section--about.pc {
        width: 100%;
        max-width: 1680px;
        height: 235px;
        padding-left: 30px;
        position: fixed;
        bottom: 0;
        display: grid;
        grid-template-columns: 1fr 340px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .leftZone.pc {
        position: relative;
        width: 100%;
        transition: 0.8s;
    }

    .FreeAbout {
        position: absolute;
        z-index: 30;
    }

    .topicZone {
        display: flex;
        align-items: center;
        gap: 50px;
    }

    .section__topic--about--pc {
        width: auto;
        background-color: none;
        font-size: 3rem;
        line-height: 1;
        text-align: left;
        padding: 0;
        border: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    .snsBlock--top {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 5px;
    }
    
    .snsBlock--top img {
        height: 20px;
        object-fit: contain;
        z-index: 31;
        color: var(--primary-black);
    }
    
    
    .about__txtBlock--pc {
        position: relative;
        background: none;
        color: var(--primary-black);
        width: 100%;
        font-family: var(--japaneseFont);
        font-size: 1rem;
        line-height: 1.6;
        letter-spacing: 1.6px;
        padding: 0;
        padding-right: 10px;
        z-index: 0;
        top: 0;
        margin-top: 20px;
        transform: translateY(0);
        transition: 0.8s;
    }
    
    .about__txtB {
        margin-top: 10px;
    }
    
   
    /* =================================
    artists--pc
    ====================================*/
    .rightZone.pc {
        width: 25%;
        min-width: 340px;
        margin-top: 25px;
    }

    .artists {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        position: relative;
        height: 140px;
        width: 100%;
        background: none;
        color: var(--primary-black);
        font-size: 2.4rem;
        font-weight: 500;
        letter-spacing: 2.4px;
        line-height: 1;
        top: auto;
        left: auto;
        z-index: 0;
        padding: 20px;
        transform: translateY(0);
        transition: 0.8s;
        mix-blend-mode: none;
        backdrop-filter: none;
        overflow: hidden;
    }

    .section__topic--artists--pc {
        display: none;
    }
    
    .artist__name a{
        display: block;
        width: 100%;
        transition: 0.5s ease;
    }

    .artist__name a:hover {
        color: var(--primary-yellow);
        transition: 0.5s ease;
        animation: Grad 5s ease infinite;
    }

    .artistBg {
        display: block;
        position: absolute;
        z-index: -5;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.5);
        opacity: 0;
        top: 0;
        left: 0;
        transition: 0.5s ease;
    }

    .artistBg.K {
        object-position: 50% 0%;
    }

    .artistBg.T {
        width: 500%;
        height: 500%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }


}

@media screen and (min-width:889px) {
    .works__list {
        padding-bottom: 225px;
    }

    .works__list::after {
        bottom: 225px;
    }

    .categoryBlock.pc {
        bottom: 180px;
    }

    .section--about.pc {
        height: 180px;
    }
}