@charset "UTF-8";

.section--sslDiscography {
    padding: 64px 4.2% 80px;
    background: linear-gradient(158deg,rgba(38, 38, 38, 1) 0%, rgba(38, 38, 38, 1) 20%, rgba(60, 35, 81, 1) 80%, rgba(81, 32, 123, 1) 100%);
}

.title {
    text-align: center;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 10;
}

.title::after {
    content: 'DISCOGRAPHY';
    font-family: 'Wittgenstein';
    color: #51207b;
    opacity: 30%;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}

.discography__list {
    margin-top: 56px;
}

.discography__content {
    text-align: left;
    letter-spacing: 0.05em;
}

.discography__content time {
    display: block;
    margin-top: 8px;
    font-size: 1.4rem;
}

.cd {
    margin-top: 4px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.cd::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f5f5f5;
    margin-top: 8px;
}

.payTax {
    display: flex;
    margin-top: 4px;
    align-items: baseline;
    gap: 8px;
}

.pay {
    font-size: 1.8rem;
    line-height: 1;
}

.tax {
    font-size: 1.4rem;
}

.cord {
    margin-top: 12px;
    color: #DEDEDE;
    font-size: 1.4rem;
    line-height: 1.3;
}

.track__list {
    margin-top: 12px;
    margin-left: 16px;
    list-style: auto;
    line-height: 1.7;
}

.track__item {
    font-size: 1.6rem;
}

.discography__item:last-of-type img {
    margin-top: 64px;
}

.discography__txt {
    margin-top: 64px;
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.discography__txt p:last-of-type{
    margin-top: 4px;
}

.discography__txt:last-of-type {
    margin-top: 32px;
}


/* discography  ~320px */
@media screen and (max-width: 320px) {
    .discography__txt {
        font-size: 1.4rem;
    }
}

/* discography tablet 425px */
@media screen and (min-width: 425px) {
    .section--sslDiscography {
        padding: 72px 4.2% 80px;
    }
}

/* discography tablet 600px */
@media screen and (min-width: 600px) {
    .section--sslDiscography {
        padding: 96px 9.7%;
    }

    .title {
        text-align: left;
    }

    .title::after {
        font-size: 6.4rem;
        top: -15px;
        left: -13%;
        transform: unset;
    }

    .discography__list {
        margin: 80px auto 0;
    }


    
    .discography__item {
        display: flex;
        max-width: 960px;
        gap: 40px;
        justify-content: center;
        margin: 0 auto;
    }

    .discography__item img {
        margin-top: 0;
        height: fit-content;
        width: 50%;
    }

    .discography__item:last-of-type {
        margin-top: 120px;
    }

    .discography__item:last-of-type img {
        margin-top: 0;
    }

    .discography__content {
        width: 365px;
    }

    .discography__content time {
        margin-top: 0;
    }

    .payTax {
        margin-top: 8px;
    }

    .cord,
    .track__list {
        margin-top: 16px;
    }

    .track__list {
        line-height: 1.8;
    }

    .cd::after {
        margin-top: 8px;
    }

    .discography__txt {
        line-height: 2;
        letter-spacing: 0.08em;
        margin-top: 96px;
    }

    .discography__txt:last-of-type {
        margin-top: 64px;
    }
}

/* discography pc 768px */
@media screen and (min-width: 768px) {
    .section--sslDiscography {
        padding: 120px 9.7%;
    }

    .discography__list {
        margin-top: 88px;
    }
}

/* discography pc 1024px */
@media screen and (min-width: 1024px) {
    .section--sslDiscography {
        padding: 120px 9.7% 200px;
    }


    .title::after {
        font-size: 8.8rem;
        top: -24px;
    }

    .discography__list {
        margin-top: 120px;
        max-width: none;
    }


    .discography__item {
        gap: 80px;
    }



    .discography__item img {
        width: 360px;
    }


    .discography__item:last-of-type {
        margin-top: 120px;
    }

    .discography__item:last-of-type img {
        margin-top: 0;
    }

    .discography__content {
        width: 400px;
    }

    .discography__content time {
        margin-top: 0;
    }

    .payTax {
        margin-top: 8px;
    }

    .cord,
    .track__list {
        margin-top: 16px;
    }

    .track__list {
        line-height: 1.8;
    }

    .cd::after {
        margin-top: 8px;
    }

    .discography__txt {
        line-height: 2;
        letter-spacing: 0.08em;
        margin-top: 96px;
    }

    .discography__txt:last-of-type {
        margin-top: 64px;
    }
}

/* discography pc 2000px */
@media screen and (min-width: 2000px) {
    .section--sslDiscography {
        padding: 200px 9.7% 240px;
    }

    .discography__list {
        margin-top: 160px;
    }

    .title {
        text-align: center;
    }

    .title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .discography__txt {
        margin-top: 120px;
    }
}