@charset "UTF-8";

#discography-subpage {
    min-height: 100vh;
}

.heading-lg {
    margin-bottom: 56px;
}

/* subpage-header */
.subpage-header {
    margin-bottom: 3.75em;
}

.subpage-header p.badge {
    margin-bottom: 12px;
}

.subpage-header h3.jacket-cards__title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.subpage-header p.jacket-cards__category,
.subpage-header p.jacket-cards__date {
    margin-bottom: 4px;
    color: var(--ymd-color, #777776);
    font-family: Figtree;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* subpage-contents */
.subpage-contents {
    padding-bottom: 48px;
    margin-bottom: 56px;
    border-bottom: 1px solid var(--powder-aqua);
}

.subpage-contents .l-inner90 {
    width: 100%;
    margin: 0 auto;
}

.subpage-contents a {
    text-decoration: none;
}

/* subpage-btn */
.subpage-btn .prev-next {
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    margin-bottom: 5em;
}

.subpage-btn .l-btn_Green .btn {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

/* utility */
.c-jsCenter {
    -webkit-justify-content: center;
}

.c-wrap {
    -webkit-flex-wrap: wrap;
}

.c-flex {
    display: flex;
}

.c-pT40 {
    padding-top: 2.5em;
}

.p-disco_boxImg {
    width: 45%;
    margin-right: 5%;
}

.p-disco_boxImg img {
    border: 1px solid #d0e0e7;
}

.p-disco_boxTxt {
    width: 50%;
}

.p-disco_boxTxt .l-btn_Green {
    width: auto;
    max-width: none;
}

.c-mT20 {
    margin-top: 1.25em;
}

/* 記事アイコン付きボタン */
.l-btn_Green img {
    height: 25px;
    width: auto;
    filter: brightness(0) invert(1);
}

img {
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    border: 0;
}

.p-disco_boxTxt .c-pTS20 .l-btn_Green a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 4px;
    border: 1px solid var(--marine-blue);
    font-size: 1.4rem;
    font-family: "Figtree", sans-serif;
    background: var(--marine-blue);
    color: var(--white);
    transition: 0.5s;
}

/* hover */
@media (hover:hover) {
    .l-btn_Green a:hover {
        opacity: 0.6;
    }
}


@media screen and (max-width: 1024px) {
    .prev-next {
        flex-wrap: wrap;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 1024px) {
    .subpage-btn .l-btn_Green {
        max-width: 800px;
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .c-noflexS {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .p-disco_boxImg {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .p-disco_boxTxt {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .c-pTS20 {
        padding-top: 1.4284em;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
        letter-spacing: 0.02em;
        line-height: 1.5;
    }
}