html, body, main {
    height: 100%;
}

body {
    justify-content: flex-end;
}

.content-wrapper {
    /*min-height: 38em;*/
    padding: 102px 0 0 177px;
    background: url(./image/bg1_o.png) no-repeat center;
    background-size: cover;
}

.logo {
    width: 195px;
    height: 52px;
    background: -webkit-image-set(url(./image/logo.png) 1x, url(./image/logo@2x.png) 2x, url(./image/logo@3x.png) 3x);
    background-size: contain;
    background-repeat: no-repeat;
}

.title {
    /*width: 560px;*/
    width: 5em;
    /*margin: 84px 0 52px;*/
    margin: 1em 0 0.5em;
    color: #FFF;
    /*font-size: 120px;*/
    font-size: 4.5em;
    font-weight: 800;
    line-height: 120%;
}

.text {
    /*width: 523px;*/
    width: 16em;
    color: #FFF;
    /*font-size: 36px;*/
    font-size: 1.7em;
    font-weight: 500;
    line-height: 140%;
}

.buttons {
    /*margin-top: 90px;*/
    margin-top: 2.9em;
}

.buttons a:first-child {
    margin-right: 32px;
}

.button_gp {
    width: 240px;
    height: 70px;
    background-image: url(./image/gp_en.png);
    background-repeat: no-repeat;
    background-size: 274px;
    background-position: -17px center;
}

.button_ag {
    width: 240px;
    height: 70px;
    background: url(./image/ag_en.png) no-repeat;
    background-size: 333px;
    background-position: -49px -149px;
}

footer {
    height: 7em;
    min-height: 100px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #212121;
}

.footer-links {
    margin-bottom: 16px;
}

.footer-links a {
    color: #FFF;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
}

.footer-delimeter {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 8px 12px 2px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #484848;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    line-height: 100%;
}

@media (max-width: 700px) {
    .content-wrapper {
        align-items: center;
        padding: 60px 0 0;
        background-position-x: 62%;
    }

    .logo {
        width: 143px;
        height: 38px;
    }

    .title {
        font-size: 3em;
    }

    .text {
        font-size: 1.2em;
    }

    .buttons {
        flex-direction: column;
    }

    .buttons a:first-child {
        margin-bottom: 16px;
        margin-right: 0;
    }
}
