
@media screen and (max-width: 480px) {
    .top-wrapper{
        position:relative;
        background-image: url("/resources/imgs/mobileTopImg.jpg");

        height: 89.487vw;
    }.main-wrapper{
        overflow: hidden;
    }.top-wrapper .container{
        text-align: center;
        margin-left:0;
        width:100%;
        
    }.container h1{
        padding-top: 14.615vw;
        color: #FFF;
        text-shadow: 0px 4.8px 24px rgba(0, 0, 0, 0.35);
        font-family: "Noto Serif JP";
        font-size: 7.385vw;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }.container .texts{
        margin-top: 7.692vw;
    }.container p{
        padding-top:0;/*1.282vw;*/
        color: #FFFFFFDD;
        text-align: center;
        text-shadow: 0px 4.8px 10px rgba(0, 0, 0, 0.81);
        font-family: "Noto Serif JP";
        font-size: 3.077vw;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 18px */
    }.container .pc-br{
        display:none;
    }.container .mobile-br{
        display:inline;
    }.container .inquiry-button{
        display:none;
    }.container .lesson-button{
        position: absolute;
        top: 68.462vw;
        left: 39.744vw;
        display:inline-block;
    }.container .lesson-button img{
        width: 61.795vw;
        height: 13.333vw;

    }.container .mobile-bono-chan {
        display:inline-block;
        position: absolute;
        top: 60vw;
        left: 5.462vw;
        width: 46.84vw;
        height: 28.718vw;
    }.container .bono-chan{
        display:none;
    }

}