/* -----------------------------------------------
  profileページ専用
-------------------------------------------------- */
/* ---------------------------------------------------
  txt ---------------------------------------------- */
.profile__ttl {
    font-weight: 600;
    font-family: 'Red_Hat_Display', 'Zen_Kaku_Gothic_New-Bold', sans-serif;
    margin-top: 50px;
    border-left: 1px solid #000;
    padding-left: 0.8em;
    font-size: 20px;
}
.profile__ttl--eng {
    font-weight: 700;
    letter-spacing: 0.01em;
}
.profile__ttl:first-child {
    margin-top: 30px;
}
.profile__txt {
    margin-top: 5px;
    text-indent: 1em;
    word-break: break-all;
}
.profile__body + .headingS {
    margin-top: 50px;
}
.profile__img {
    margin-top: 30px;
}
.profile__img img{
    width: 100%;
}
.profile__img--PC img {
    display: none;
}

/* profile box */
.profile__box {
    border: 1px solid #000;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 5px 15px;
}

.prize__ttl {
    font-family: 'Red_Hat_Display', 'Zen_Kaku_Gothic_New-Bold', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 15px;
}

.prize__ttl--eng {
    letter-spacing: 0.01em;
}

.prize__txt {
    margin-top: 10px;
    font-size: 14px;
}

.prize__txt+.prize__txt {
    margin-top: 10px;
}

.prize__txt+.prize__ttl {
    margin-top: 70px;
}


.prize__txt:last-child {
    margin-bottom: 30px;
}

.prize__catch {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'arial-light', 'Zen_Kaku_Gothic_New-Bold', sans-serif;
}

.prize__txt+.prize__txt--head {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .profile {
        margin-right: 50px;
        margin-left: 50px;
    }
    .profile__ttl {
        font-size: 18px;
    }
    .profile__video {
        margin-top: 50px;
    }
    .profile__txt {
        margin-top: 30px;
    }
    .profile__body + .headingS {
        margin-top: 80px;
    }
    .prize__ttl {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .prize__txt:last-child {
        margin-bottom: 50px;
    }
    .prize__catch {
        font-size: 16px;
    }
    .profile__img--SP img {
        display: none;
    }
    .profile__img--PC img {
        display: block;
    }
}

