.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.en {
    font-family: "El Messiri", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.cstm_mv{
    height: 100vh;
}

.cstm_sc2{
    padding-top: 0rem;
}

.cstm_footlink{
    padding-bottom: 0;
}

/*-------SP-------*/

@media (max-width: 768px) {
    .cstm_mv{
        height: 100vh;
    }

    .cstm_mv img{
        width: 60%; 
    }
}