@media (max-width:768px) {
    .logo-sp{
        display: block;
    }
    .logo-pc{
        display: none;
    }
    .img-logo{
        margin: 0 auto;
        padding: 0 30px;
    }
    .site-header{
        margin-bottom: 30px;
    }
    .box-new{
        width: 100%;
    }
    .box-menu-top{
        width: 100%;
    }
    .l-menu-bottom,
    .r-menu-bottom{
        width: 100%;
    }
    .content-menu-top p{
        font-size: 16px;
    }
    .inner-new h2{
        padding: 16px 25px;
    }
    .content-menu-top{
        margin-bottom: 30px;
    }
}
@media (max-width:576px) {
    .box-menu-top .thumb-menu-top{
        width: 100px;
    }
    .wrap-menu-bottom img{
        width: 100%;
    }
    .inner-new h2{
        font-size: 16px;
    }
    .box-menub{
        width: 100%;
    }
    .site-footer .container{
        padding: 0;
    }
    .box-menu-top .title-menu-top{
        width: calc(100% - 100px);
    }
    .title-menu-top h3{
        font-size: 16px;
    }
    .box-r-menu-bottom{
        width: 100%;
    }
    .menu-top .btn-menu-top a{
        font-size: 16px;
    }
    .wrap-youtobe a{
        padding: 9px 10px;
        width: 100%;
        font-size: 18px;
        text-align: center;
    }
    .wrap-youtobe iframe{
        height: 222px;
    }
    .l-footer{
        width: 100% !important;
    }
    .l-footer img{
        width: 100%;
    }
    .copyright{
        width: 100%;
        font-size: 16px;
        padding: 15px 0;
    }
    .copyright{

    }
    .box-menub span{
        font-size: 18px;
    }
}