@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap"); html {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 150%;
    line-height: 1.4;
}

body {
    margin: 0px;
    background: rgb(0, 0, 0);
}

.video-header {
    position: absolute;
    text-align: center;
    width: 100vw;
    height: 100vh;
}

.video-header, .video-header video, .video-header .viewport-header {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
}

.video-header video {
    background: black;
    object-fit: cover;
}

.video-header .viewport-header {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    width: 100%;
    padding-bottom: 5%;
    padding-left: 2%;
    padding-right: 2%;
}

html, body {
    height: 100%;
    overflow-x: hidden;
    position: relative;
}

.country {
    margin: 0px auto;
    display: flex;
    max-width: 750px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.country a {
    margin: 0px 5%;
    text-decoration: none;
}

img.m-img {
    max-width: 100%;
}

.flag-position {
    margin-bottom: 2%;
    display: flex;
    width: 100%;
    justify-content: center;
}

.country a p {
    margin: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 24px;
    text-shadow: rgb(115, 48, 255) 0px 0px 13px, rgb(115, 48, 255) 0px 0px 13px, rgb(115, 48, 255) 0px 0px 13px, rgb(115, 48, 255) 0px 0px 13px;
}

.fadeInLeft.first {
    animation-delay: 1s;
    animation-iteration-count: 1;
}

.fadeInLeft.second {
    animation-delay: 1.5s;
    animation-iteration-count: 1;
}

.fadeInLeft.third {
    animation-delay: 2s;
    animation-iteration-count: 1;
}

.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 2s;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.country a img {
    transform: scale(1);
    transition: 400ms;
}

.country a:hover img {
    transform: scale(0.8);
}

.footer-logo {
    margin-top: 5%;
    animation-delay: 1s;
    animation-iteration-count: 1;
}

video.v-desktop {
    display: block;
}

video.v-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .flag-position {
        margin-bottom: 10%;
    }

    .footer-logo {
        margin-top: 10%;
    }

    .country a img {
        width: 70%;
    }

    .country a {
        margin: 0px 0px 20px;
    }

    video.v-desktop {
        display: none;
    }

    video.v-mobile {
        display: block;
    }

    .country a p {
        font-size: 18px;
    }

    .country {
        margin: 0px auto;
        display: flex;
        max-width: 750px;
        flex-wrap: inherit;
        justify-content: center;
        width: 100%;
    }
}

.fire {
    position: relative;
    width: 100vw;
    height: 100vh;
}

#particles-js {
    position: absolute;
    bottom: 0px;
    width: 100vw;
    height: 100vh;
}

.center-content {
    border: 1px solid rgb(113, 87, 0);
    max-width: 400px;
    padding: 10px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.74);
    backdrop-filter: blur(10px);
    box-shadow: rgba(235, 231, 5, 0.3) 0px 0px 10px 0px;
}

.lang_row {
    display: flex;
    justify-content: end;
    align-items: center;
}

.btn_lang_drop {
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.58);
    border: 1px solid rgb(165, 165, 165);
    font-size: 14px;
    border-radius: 16px;
}

.btn_lang_drop_menu.dropdown-menu {
    font-size: 14px;
    width: auto;
    min-width: auto;
    padding: 0px;
    background: rgb(0, 0, 0);
    border: 1px solid rgb(151, 151, 151);
}

.btn_lang_drop_menu.dropdown-menu .dropdown-item {
    width: auto;
    padding: 7px 10px;
    color: rgb(255, 255, 255);
}

.btn_lang_drop_menu.dropdown-menu .dropdown-item:hover, .dropdown-item:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgba(248, 249, 250, 0.18);
}

.lang_row .dropdown {
    display: flex;
}

.headline {
    text-align: center;
}

.headline p {
    margin: 8px 0px;
    color: rgb(241, 80, 80);
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.contentrow {
    text-align: center;
}

.contentrow p {
    margin: 0px;
    color: rgb(199, 199, 199);
    font-size: 0.7em;
}

.age_restrict {
    color: rgb(255, 193, 7);
}

.buttonrow {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 1em;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.btn_age_restrict {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    font-size: 0.6em;
    font-weight: 700;
    border: 1px solid rgb(255, 255, 255);
    width: fit-content;
    text-transform: uppercase;
    min-width: 200px;
    transition: all 0.3s ease;
}
.btn_age_restrictnon {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    font-size: 0.6em;
    font-weight: 700;
    border: 1px solid rgb(131, 131, 131);
    width: fit-content;
    text-transform: uppercase;
    min-width: 200px;
    transition: all 0.3s ease;
}
.btn_age_restrict:hover{
    background: #ffc107;
    color: #000;
}
.btn_age_restrictnon:hover{
    background: #fff;
    color: #000;
}

.wrapper {
    padding: 0px 1.5em 1em;
}
