/*Here is only for en language */

.main-big-title {
    background-image: url(../../img/en/main-big-title.png);
}
.logo-title {
    background-image: url(../../img/en/logo-title.png);
}

/* (2048px以上) */
@media screen and (min-width: 2048px) {
    .extra {
        margin-top: 10rem !important;
    }
}

/* (1024px - 2047px) */
@media screen and (min-width: 1024px) and (max-width: 2047px) {
    .extra {
        margin-top: 3rem !important;
    }
}

/* (1023px以下) */
@media screen and (max-width: 1023px) {
    .extra {
        margin-top: 0 !important;
    }
}