#banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner_wrapper {
    height: 100%;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.banner_wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(0deg, #0A100A 0%, #0a100a00 35.73%), linear-gradient(0deg, #0A100A 0%, #0a100a00 35.73%);
}

.banner_title {
    text-align: center;
    font-size: 80px;
    line-height: 100%;
    padding-bottom: 4px;
    background: linear-gradient(180deg, #83FF94 0%, #509159 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding-top: 22px;
}

.banner_content {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 500px;
    background: url(../assets/shadow.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 80% auto;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 1920px;
    transform: translate(-50%, 0);
    z-index: 1;
}

.banner_button_right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    border-radius: 52px;
    padding: 2px;
    background: #256C51;
}

.banner_inbutton_right {
    border-radius: 52px;
    padding: 14px 40px;
    width: 100%;
    height: 100%;
    background: #19261A;
    color: #88EE96;
    text-align: center;
    text-shadow: 0 0 14.82px rgba(136, 238, 150, 0.40);
    font-size: 18px;
    line-height: normal;
    transition: background 0.3s ease;
}

.banner_button_right:hover .banner_inbutton_right {
    background: #2d4730;
}

.banner_text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    padding: 0px 16px 80px;
    max-width: 995px;
}

.banner_before_title {
    color: #E8F8FF;
    text-align: center;
    font-family: Colus;
    font-size: 42px;
    font-weight: 400;
    line-height: 130%;
    text-shadow: 0px 5px 10px #141C22;
}

.banner_after_title {
    text-align: center;
    color: #E8F8FF;
    font-size: 24px;
    line-height: 130%;
    max-width: 775px;
    text-shadow: 0px 5px 10px #141C22;
}

.banner_pc {
    display: block;
    z-index: -1;
    min-width: 100%;
}

.banner_mobile {
    display: none;
}

.banner_orc {
    display: none;
}


@media (max-width: 1600px) {
    .banner_before_title {
        font-size: 36px;
        line-height: 130%;
        letter-spacing: 1.08px;
    }

    .banner_content {
        height: 300px;
    }

    .banner_title {
        font-size: 64px;
        line-height: 100%;
    }

    .banner_after_title {
        font-size: 20px;
        line-height: 130%;
        max-width: 690px;
    }

    .banner_text {
        padding: 0px 16px 64px;
    }
}

@media (max-width: 1400px) {
    .banner_text {
        max-width: 100%;
        width: 100%;
    }

    .banner_inbutton_right {
        font-size: 16px;
        line-height: normal;
        padding: 12px 32px;
    }

    .banner_before_title {
        font-size: 28px;
        line-height: 130%;
        letter-spacing: 0.84px;
    }

    .banner_wrapper {
        height: 100vh;
        position: relative;
        width: 100%;
        aspect-ratio: auto;
    }

    .banner_video {
        object-fit: cover;
        object-position: top;
        width: 100%;
        height: 100%;
    }

    .banner_title {
        font-size: 48px !important;
        line-height: 100%;
    }

}

@media (max-width: 1000px) {
    .banner_before_title {
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0.72px;
    }

    .banner_title {
        font-size: 52px;
        line-height: 100%;
        padding-bottom: 0px;
    }

    .banner_text {
        padding: 0px 16px 69px;
        gap: 12px;
    }

    .banner_orc {
        display: block;
        position: absolute;
        pointer-events: none;
        bottom: -55px;
        width: 540px;
        height: auto;
        left: 43%;
        transform: translate(-50%, 0);
        max-width: max-content;
    }

}

@media (max-width: 800px) {
    .banner_content {
        height: 410px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .banner_buttons * {
        width: 100%;
    }

    .banner_buttons {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .banner_pc {
        display: none;
    }

    .banner_mobile {
        display: block;
    }

    .banner_wrapper {
        padding-bottom: 200px;
    }

    .banner_video {
        object-position: top;
    }

    .banner_wrapper::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 340px;
        bottom: 0;
        left: 0;
        pointer-events: none;
        background: linear-gradient(0deg, #0A100A 0%, #0a100a00 100%), linear-gradient(0deg, #0A100A 0%, #0a100a00 100%);
    }

    .banner_wrapper::before {
        content: '';
        position: absolute;
        bottom: 165px;
        left: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(0deg, #0A100A 0%, #0a100a2b 100%), linear-gradient(0deg, #0A100A 0%, #0a100a00 100%);
    }
}