p.text-select-language {
    color: #7f7f7f;
    font-family: 'Roboto', sans-serif;
    font-size: 350%;
    font-style: italic;
    font-weight: 500;
    line-height: 1.25em;
    padding-top: 0.35em;
    padding-bottom: 0.25em;
    text-align: center;
    margin-top: 35vh;
    margin-bottom: 0;
}

@media screen and (max-width: 800px) {
    p.text-select-language {
        margin-top: 5.5em;
        font-size: 225%;
    }
}


p.text-global-site {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 350%;
    text-align: center;
    margin-top: 38.5vh;
    line-height: 1.25em;
    padding-top: 0.35em;
}

@media screen and (max-width: 800px) {
    p.text-global-site {
        font-size: 225%;
        margin-top: 1.5em;
    }
}

p.text-hamburger-menu-sp {
    font-size: 225%;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.25em;
    margin: 0;
    padding-top: 0.35em;
    padding-bottom: 0.25em;
}