@charset "utf-8";
@media screen and (min-width:1100px) {
    .c-upper-section__en {
        z-index: 3;
        font-size: 12rem;
        padding-right: 0%;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        line-height: 1.5;
    }
    .c-upper-section:nth-of-type(2n-1) .c-upper-section__en {
        padding-right: 0%;
    }
}

@media screen and (min-width:769px) {
    .c-btn__inr {
        box-shadow: 5px 5px 0 rgba(192, 192, 192, .8);
    }
}

@media screen and (max-width:768px) {
    .c-btn__inr {
        box-shadow: 3px 3px 0 rgba(192, 192, 192, .8);
    }
}