@charset "utf-8";

@media screen and (max-width:768px) {
    .page-profiles:before{
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        background:url(../images/profiles/bg_sp.jpg) center no-repeat;
        background-size:cover;
    }
    .profiles-details {
        padding: 80px 4% 8%;
        box-sizing: border-box;
    }
    .profiles-ttl {
        padding-bottom: 1%;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 5vw;
        text-align: center;
        font-weight: 600;
        line-height: 1.3;
        color: #000;
    }
    .profiles-name {
        padding-bottom: 8%;
        font-size: 6vw;
        text-align: center;
        font-weight: 800;
        line-height: 1.3;
        color: #000;
        letter-spacing: -.1em;
    }
    .profiles-img {
        padding-bottom: 4%;
    }
    .profiles-txt {
        font-size: 14px;
        text-align: justify;
        font-weight: 500;
        color: #000;
    }
}

