@charset "utf-8";
/* =========================
profile
========================= */
.section--profile {
    margin: 36px 4.2% 0;
    text-align: center;
}

.profileIcon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.profile__group {
    text-align: center;
}

.penname {
    color: var(--primary-black);
    font-family: Montserrat;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.96px;
    margin-top: 16px;
}

.penname__yomi {
    color: var(--primary-black);
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.56px;
}

.profileText {
    color: var(--primary-black);
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.32px;
    margin-top: 10px;
    text-align: left;
}

.pcbr {
    display: none;
}

.section--history {
    margin-top: 20px;
    padding: 0 4.2%;
    max-inline-size: max-content;
    margin-inline: auto;
}

.history__month {
    color: var(--primary-black);
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
}

.history__works {
    color: var(--primary-black);
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 4px;
}

.topic__group {
    text-align: center;
    margin-top: 36px;
}

@media screen and (min-width:769px){
.section--profile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}

.profile__group {
    margin-left: 20px;
}

.penname {
    font-size: 2.2rem;
    text-align: left;
}

.penname__yomi {
    margin-left: 10px;
}

.spbr {
    display: none;
}

.pcbr {
    display: block;
}



.section--history {
    padding: 0;
}

}