@media screen and (max-width: 768px) {
    .container {
        padding: 0!important;
    }
}

.container.lp-page {
    max-width: 750px;
}

@media screen and (min-width: 769px) {
    .container.lp-page {
        margin-top: 120px;
    }
}

.lp-page img {
    width: 100%;
    height: auto;
}

.entry-image {
    position: relative;
    z-index: 0;
}


@media screen and (min-width: 769px) {
    .country-button {
        top: 354px;
    }
}
@media screen and (max-width: 768px) {
    .country-button {
        top: 26%;
    }
}

@media screen and (max-width: 480px) {
    .country-button {
        top: 26%;
    }
}

.country-button {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.country-button a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 20px;
    width: 100px;
}
@media screen and (max-width: 768px) {
.country-button a {
    font-size: 14px;
    padding: 5px;
}
}

.country-button .button-item:first-of-type {
    margin-right: 50px;
}
@media screen and (max-width: 768px) {
    .country-button .button-item:first-of-type {
        margin-right: 16px;
    }
}

.country-button a.jpn {
    background: #E6002C;
    color: #fff;
}
.en .country-button a.jpn {
    background: #696969;
    color: #fff;
}
.country-button a.en {
    background: #696969;
    color: #fff;
}
.en .country-button a.en {

    background: #E6002C;
    color: #fff;
}

.button-item p {
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .button-item p {
        font-size: 14px;
    }
}

.entry-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.entry-button a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E6002C;
    color: #fff!important;
    padding: 10px;
    font-size: 40px;
    flex-direction: column;
    width: 300px;
    border-radius: 50px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .entry-button a {
        font-size: 28px;
    }
}
.entry-button a span {
    font-size: 14px;
}


@media screen and (min-width: 769px) {
    .entry-button {
        bottom: 7%;
    }
}



@media screen and (min-width: 769px) {
    .entry-button.button-4 {
        bottom: 4%;
    }
}
@media screen and (max-width: 768px) {
    .entry-button {
        bottom: 8%;
    }
}
@media screen and (max-width: 768px) {
    .entry-button.button-4 {
        bottom: 2.3%;
    }
}

.entry-button.tapHere a {
    background: #fff;
    color: #E6002C!important;
}

@media screen and (max-width: 480px) {
    .entry-button.tapHere {
        top: -113px;
    }
}

@media screen and (min-width: 769px) {
    .entry-button.tapHere {
        top: -18%;
    }
    .entry-button.tapHere a {
        background: #fff;
        color: #E6002C!important;
    }
}

.abso-center {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.weare3x3 {
    display: block;
    bottom: 13%;
    cursor: pointer;
}
.weare3x3:hover {
    opacity: .7;
}
.reward {
    bottom: 10%;
}

.iframe-wrapper {
    text-align: center;
    width: 100%;
    aspect-ratio: 16/9;
    /* margin-top: -329px; */
}

iframe {
    width: 100%;
    height: 100%;
    z-index: 1;
}
