body {
 background-color: #F4F4F4;
 margin: 0;
}

@font-face {
    font-family: 'Memelon';
    src: url(../font/Mamelon-3-Hi-Regular.otf);
}

@font-face {
    font-family: 'BestTen';
    src: url(../font/BestTen-DOT.otf);
}

@font-face {
    font-family: 'Misaki';
    src: url(../font/misaki_gothic.ttf);
}

header {
    position: fixed;
    z-index: 2;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0 !important;

    .menu-right {
        opacity: 40% !important;
    }
}

.navbar-menu {
    img {
        margin-top: 24px;
        margin-left: 24px;
        border: solid #6700E8;
        border-radius: 4px;
        cursor: pointer;
        z-index: 150;
    }
}

@media (max-width: 600px) {
    .navbar-menu {
        img {
            height: 40px;
            width: 40px;
        }
    }
}

.menus {
    font-family: 'BestTen';
    font-size: 18px;
    display: block;
    padding: 10px;

    a {
        text-decoration: none;
        margin-left: 16px;
        color: #6700E8;
    }
}

.menu_item {
    width: 100%;

    margin-bottom: 10px;
    padding: 8px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    top: 0;
    left: -150%;
    z-index: 110;
    transition: all 0.5s;
}

.menu-base {
    width: 360px;
    background-color: #F4F4F4; 
    padding-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
}

.menu-right {
    width: 100%; 
    opacity: 0%; 
    background-color: #F4F4F4;
    transition: 2.0s;
}

#menu-btn-check {
    display: none;
}


.menu_title {
    padding: 8px;
}

h2 {
    font-family: 'BestTen';
    font-size: 48px;
    color: #6700E8;
    text-align: center;
    letter-spacing: 4px;
}

.global_nav {
    height: 40px;
    position: sticky;
}



.logo {
    .logoimage {
        width: auto;
        height: 250px;
    }
}

@media (max-width: 600px) {
    .logo {
        .logoimage {
            margin-top: 80px;
        }
    }
}

.page_title {
    text-align: left;
    width: 80%;
    max-width: 1000px;

    h1 {
        font-family: 'BestTen';
        font-size: 60px;
        color: #F4F4F4;
    }
    p {
        font-family: 'BestTen';
        font-size: 24px;
        color: #6700E8;
        font-weight: bold;
    }
}

.back_btn {
    padding-bottom: 30px;

    a {
        font-family: 'BestTen';
        font-size: 30px;
        color: #F4F4F4;
        text-decoration: none; 
    }
}

.footer {
    height: 80px;
    width: auto;
    text-align: center;
    color: #282828;
    background-color: #F4F4F4;
    padding: 8px;
    p {
        font-size: 10px;
        line-height: 10px;
        font-family: 'Memelon';
    }
}
