
@charset "UTF-8";

/*about*/
#about_i + div > .content_wrapper::after {
    display: block;
    content: "";
    width: 100px;
    height: 150px;
    position: absolute;
    top: -20px;
    right: 5%;
    background: url(/common/upload_data/nplusstudiojp/image/20241008115108.png) no-repeat;
    pointer-events: none;
    background-size: 100%;
}

@media screen and (min-width: 501px) and (max-width: 800px){
#about_i + div > .content_wrapper::after {
        right: 7%;
        background-size: 100%;
}
}

@media screen and (max-width: 500px) {
#about_i + div > .content_wrapper::after {
        right: 0%;
        background-size: 90%;
}
}