@charset "utf-8";

.back-pc {
    display: none;
}
.about__contents {
    padding: 0 6.4%;
}
.about__img {
    max-width: 350px;
    width: 64vw;
    margin: 60px auto 0px;
    display: block;
    transform: rotate(8deg);
}
.about__txt--wrap {
    margin-top: 80px;
}
.about__txt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 3;
    letter-spacing: 0.56px;
}
.about__name {
    font-size: 3.2rem;
    line-height: 1;
}
.about__birthplace {
    font-size: 1.8rem;
    letter-spacing: 0.72px;
    margin-top: 20px;
    line-height: 1;
}
.about__career,
.about__thought,
.about__like,
.about__sns {
    margin-top: 50px;
}
span {
    display: inline-block;
}
.about__sns {
    display: flex;
    column-gap: 5.3vw;
}
.about__sns li a {
    display: block;
    width: 100%;
    height: 100%;
}

/* スマホ横向き */
@media screen and (orientation: landscape) {
    .about__img {
        width: 38vw;
    }
}


/* min-width:768px==================================================== */
@media screen and (min-width:768px) {
    .about__img {
        margin-top: 80px;
    }
    .about__txt--wrap {
        max-width: 500px;
        margin: 80px auto 0;
    }
    .about__txt {
        margin: 0 auto;
        padding-top: 80px;
        font-size: 1.6rem;
    }
    .about__name {
        font-size: 5rem;
    }
    .about__birthplace {
        font-size: 2.2rem;
        margin-top: 30px;
    }
    .about__career,
    .about__thought,
    .about__like,
    .about__sns {
        margin-top: 70px;
    }
   
}

/* min-width:1081px==================================================== */
@media screen and (min-width:1081px) {
    .about__contents {
        margin-top: 100px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 0 11.1%;
    }
    .about__img {
        width: 27.8vw;
        max-width: none;
        margin: 0;
        position: sticky;
        top: 50%;
        transform: rotate(8deg) translateY(-50%);
        margin-top: 13.9vw;
    }
    .about__txt--wrap {
        width: 33.1vw;
        margin: 0;
        max-width: none;
    }
    .about__txt {
        max-width: none;
        font-size: 1.3vw;
        letter-spacing: 0.72px;
        padding-top: 0;
    }
    .about__name {
        font-size: 4.7vw;
    }
    .about__birthplace {
        font-size: 1.7vw;
        letter-spacing: 0.96px;
    }
    .about__career,
    .about__thought,
    .about__like,
    .about__sns {
        margin-top: 80px;
    }
    .about__sns {
        column-gap: 40px;
    }
}