@charset 'utf-8';

/* ================
profile
================= */
.section--profile {
    padding: 0 var(--spPadding) 60px;
}

.profile__pic {
    width: 308px;
    height: 319px;
    background-image: url(../img/img_spKannamontani.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid var(--glay, #D9DBDD);
    margin: 0 auto;
}

.profile__container {
    margin-top: 40px;
}

.subTopic {
    font-size: 2.8rem;
    letter-spacing: 2.8px;
    text-align: center;
}

/* profile pc */
@media screen and (min-width: 640px) {

    .profile__pic {
        width: 445px;
        height: 601px;
        background-image: url(../img/img_pcKannamontani.webp);
        border: 1px solid var(--glay, #D9DBDD);
    }
}

/* pc640px */
@media screen and (min-width: 976px) {
    .section--profile {
        padding: 0 0 100px;
        display: flex;
        gap: 80px;
    }

    .profile__pic {
        margin: 0 0 0 8%;
    }

    .profile__container {
        margin-top: 0;
    }

    .subTopic {
        font-size: 4.8rem;
        letter-spacing: 4.8px;
        text-align: start;
    }
}

/* pc976px */

/* ================
section
================= */
.section__list--profile {
    margin-top: 80px;
}

.section__date {
    display: block;
    color: var(--green, #38676C);
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 16px;
}

.txtBox {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section__txt {
    font-size: 1.4rem;
    line-height: 1.2;
}

.section__txtJa {
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-weight: 350;
    line-height: 1.2;
}

/* s common pc */
@media screen and (min-width: 769px) {
    .section__date {
        font-size: 2rem;
    }

    .txtBox {
        display: flex;
        flex-direction: row;
        gap: 96px;
    }

    .section__txt,
    .section__txtJa {
        display: block;
        width: 40%;
    }

    .section__txt {
        font-size: 1.8rem;
    }

    .section__txtJa {
        font-size: 1.6rem;
    }
}

/* pc769px */


/* ================
exhibition
================= */
.section--award,
.section--exhibition {
    padding: 60px var(--spPadding);
    position: relative;
}

.section__topic {
    color: var(--green, #38676C);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2px;
}

.section__topic::before {
    content: '';
    display: block;
    width: 80vw;
    height: 1px;
    background-color: var(--blglay);
    position: absolute;
    top: 0;
    left: 11%;
}

.section__list--exhi {
    margin-top: 0;
}

.section__date--glay {
    color: var(--blglay, #6A6759);
    font-size: 1.2rem;
}

/* s exhi pc */
@media screen and (min-width: 769px) {
    .section--profile,
    .section--award,
    .section--exhibition {
        padding: 60px var(--pcPadding);
    }

    .section__topic {
        font-size: 3.2rem;
        letter-spacing: 3.2px;
    }

    .section__date--glay {
        font-size: 1.8rem;
        margin-top: 32px;
    }

    .txtBox--exhi,
    .txtBox--award {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .section__txt--exhi {
        line-height: 2.5rem;
    }

}

@media screen and (min-width: 856px) {
    .section__txt--exhi {
        width: 40%;
    }

}

@media screen and (min-width: 967px) {
    .section--exhibition {
        padding: 50px 0 100px 30%;
    }

    .section--award {
        padding: 50px 0 100px 30%;
    }

}

/* pc */