@charset "UTF-8";
.aboutImg{
    width: 180px;
    height: 269px;
    display: block;
    margin: 40px auto 25px;
}
.name{
    font-size: 1.6rem;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 20px;
}
.about__txt,
.about__deco,
.sns,
.mail__group{
    font-size: 1.2rem;
    line-height: 20px;
    font-weight: 400;
}
.sns,
.mail__group{
    line-height: 26px;
}
.sns:last-of-type{
    margin-bottom: 30px;
}
a{
    color: var(--primary-black);
    text-decoration: underline;
}
a:hover{
    color: var(--primary-pink);
}
.about__deco{
    text-align: right;
    letter-spacing: 1px;
}
.about__txt{
    margin-bottom: 30px;
}
.txt{
    width: 265px;
    margin: 0 auto;
}
.mail{
    color: var(--primary-black);
    padding-right: 5px;
}
.mail__group{
    display: flex;
}
/* ===pc=== */
@media screen and (min-width:769px){
    .aboutImg{
        width: 250px;
        height: 373px;
        display: block;
    }
    .name{
        font-size: 2rem;
        line-height: 40px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .about__txt,
    .about__deco,
    .sns{
        font-size: 1.4rem;
        line-height: 28px;
        font-weight: 400;
    }
    .sns{
        line-height: 32px;
    }
    .sns:last-of-type{
        margin-bottom: 40px;
    }
    .about__deco{
        letter-spacing: 2px;
    }
    .about__txt{
        margin-bottom: 40px;
    }
    .txt{
        width: 318px;
        margin: 0;
        margin-left: 36px;
    }
    main{
        display: flex;
        margin-top: 80px;
        justify-content: center;
    }
}