@charset "UTF-8";

:root {
    -grobel-fonts: "Kiwi Maru Static";
}

html {
    font-family: var(--grobal-fonts);
}

body {
    font-family: Kiwi Maru;
    background-position: top;
    background-size: cover;
}

header {
    unicode-bidi: isolate;
    display: revert;
    color: #f2c9c9;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0px;
    margin: 0 150px 0 0;

}

@media screen and (min-width: 769px) {
    body {
        background-image: url(./main.png?v=1);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw;
        height: 100vh;
    }

    .left-text {
        font-size: 30px;
        color: #f2c9c9;
        white-space: nowrap;
        text-align: center;
    }

    .right-text {
        font-size: 30px;
        color: #f2c9c9;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
        margin: 50px 0 0 auto;
        padding: 0 50px 0 0;
    }

    a {
        color: #f2c9c9;
        text-decoration: none;
    }

    .text1 {
        display: inline-block;
        padding: 0 5px;
    }

    .text2 {
        display: inline-block;
        padding: 0 5px;
    }

    .text3 {
        display: inline-block;
        padding: 0 5px;
    }
}


@media screen and (max-width: 768px) {

    html,
    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .menu-text {
        font-size: 20px;
        margin: 50px 0;
        color: #f2c9c9;
    }

    .menu {
        text-align: right;
        margin: 50px 70px 0 0;
    }

    body {
        background-image: url(./main1.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw;
        height: 100vh;
    }

    .contents {
        display: flex;
        justify-content: space-around;
    }

    .left-text {
        font-size: 20px;
        padding: 20px 0 0 0;
        color: #f2c9c9;
        background: rgba(255, 255, 255, 0.5);
    }

    .right-text {
        font-size: 15px;
        color: #f2c9c9;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
        margin: 0 0 0 auto;
        padding: 20px 50px 0 0;
    }

    a {
        color: #f2c9c9;
        text-decoration: none;
    }

}