
/*=======================================
    index
=======================================*/

/*---------------------------
   image_url
---------------------------*/

    .mv_pc{
        background-image: url(../../assets/images/index/mv_pc.jpg);
    }

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

    .mv_sp{
        background-image: url(../../assets/images/index/mv_sp.jpg);
    }

}


/*---------------------------
   main-image_Section 
---------------------------*/

    .icon-size{
        width: 64px;
    }


@media screen and (max-width: 1280px) and (min-width: 768px) {



}


@media screen and (min-width: 768px) {


    .icon-size{
        width: 96px;
    }

}
 

