@media (min-width: 576px) {

    h1{
        font-size: 7vw;
        line-height: 7vw;
        font-family: 'circe400';
    }
    h2{
        font-family: 'circe400';
        font-size: 6vw;
        line-height: 6vw;
    }
    .case-open h2{
        font-size: 32px;
        line-height: 32px;
    }
    .case-open{
        font-size: 21px;
        line-height: 29px;
    } 
    .portfolio-preview-item .media{
        height: 80vw;
    }
    .footer-order .order-list a{
        font-size: 20px;
    }
    .pla2 h2{
        margin-bottom:40px;
    }
    .person div:nth-child(1){
        width:200px;
        height: 200px;
    }
    .popup-content{
        padding: 40px;
    }
    .popup .disclamer{
        margin-top: 0px;
    }
    .contblock a{
        font-size: 5vw;
    }

}