@charset "utf-8";




div#creators_title {
    margin-top: 13vw !important;
}

div.creator {
    height: 100%;
}

@media screen and (max-width:767.98px) {

    /* 変更点。0.02引く。 */
    div.line {
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-left: 0;
        margin-right: 0;
        width: 80%;
        height: 4px;
        background-color: #FCBEBE;
    }
}

@media screen and (min-width:768px) {
    div.line {
        margin: 0 1rem;
        width: 4px;
        background-color: #FCBEBE;
    }
}

p.signature {
    font-size: 1.1rem;
    float: right;
    text-align: right;
}

div#portfolio_box {
    background-image: url("../img/profile/portfolio_box_bg.png");
    background-repeat: no-repeat;
}

div#portfolio_box_p {
    color: white;
    font-size: 1rem;
    background-color: black;
    text-align: center;
}

div#cricket_logo {
    position: absolute;
    top: 3vw;
    left: 7vw;
    /* height: 50vw;*/
    width: 23vw;
    z-index: 10;
    /* background-color: bisque; */
}

