﻿@charset "UTF-8";

* {
    font-family: "Meiryo", sans-serif;
    background-color: rgba(255,255,255,0);
    font-size: 16pt;
    color: #555555;
}

@font-face {
    font-family: "Rounded Mgen+ 1p regular";
    src: url(../font/rounded-mgenplus-1p-regular.ttf) format("truetype");
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    width: 1000px;
    height: auto;
    background-color: rgba(255,255,255,0);
    background-image: url(../image/background.webp);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-text-size-adjust: 100%;
    perspective: 1000;
}

header {
    width: auto;
    height: auto;
    margin: 0 0 -64px 0;
    background-color: rgba(255,255,255,0);
    max-width: 100%;
}

footer {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0 0;
    background-color: rgba(255,255,255,0);
    clear: both;
    color: #aaaaaa;
    text-align: center;
    max-width: 100%;
}

#top {
    z-index: 0;
    height: 260px;
    position: relative;
    margin: 0 0 0 140px;
}

    #top img {
        width: 750px;
        position: relative;
        z-index: 10;
    }

#meg {
    float: left;
    margin: 10px 0 -180px 395px;
    z-index: 998;
    position: relative;
    max-width: 100%;
    pointer-events: none;
}

nav {
    position: relative;
    float: left;
    width: 1000px;
    height: auto;
    margin: 0 0 -8px 0;
    padding: 0;
    background-color: rgba(255,255,255,0);
}

#gnava {
    float: left;
    margin: 0 0 10px -24px;
    width: 460px;
    height: auto;
    background-color: rgba(255,255,255,0);
    text-align: center;
}

    #gnava li {
        float: left;
        margin: 0 auto;
        padding: 0px 0 5px 0;
        width: 190px;
        height: 72px;
        list-style-type: none;
    }

        #gnava li a, #gnavb li a {
            margin: 0px 0 0px 0;
            padding: 5px;
            height: auto;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold;
        }

            #gnava li a:link, #gnava li a:visited, #gnavb li a:link, #gnavb li a:visited {
                color: #DE0000;
                display: inline-block;
                padding: 20px 0 0px 0;
                width: 150px;
                height: 40px;
            }

            #gnava li a:hover, #gnava li a:active, #gnavb li a:hover, #gnavb li a:active {
                color: #4c000e;
                display: inline-block;
                width: 150px;
                height: 40px;
            }

    #gnava img, #gnavb img {
        float: left;
        margin: -59px 0px 0 0px;
        width: 99%;
        height: auto;
    }

#gnavb {
    float: right;
    margin: 0 0px 10px 0;
    width: 460px;
    height: auto;
    background-color: rgba(255,255,255,0);
    text-align: center;
}

    #gnavb li {
        float: right;
        margin: 0 auto;
        padding: 0px 0 5px 0;
        width: 190px;
        height: 72px;
        list-style-type: none;
    }

#gnav2 {
    float: left;
    margin: 0 0 0 0;
    padding: 5px 20px 24px 20px;
    width: 960px;
    height: auto;
    background-color: #F9FAE4;
    text-align: center;
    clear: both;
}

    #gnav2 li {
        float: left;
        margin: 0 -12px 0 12px;
        width: auto;
        height: auto;
        list-style-type: none;
        background-image: url(../image/hp_point.webp);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: 18px 20px;
    }

        #gnav2 li a {
            margin: 4px 12px 4px 12px;
            height: auto;
            padding: 16px 10px 10px 36px;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold;
            border-bottom: dotted 2px #CCAA55;
        }

            #gnav2 li a:link, #gnav2 li a:visited {
                color: #DE0000;
                display: inline-block;
            }

            #gnav2 li a:hover, #gnav2 li a:active {
                color: #4c000e;
                display: inline-block;
                background-color: #f2f1d0;
                background-image: url(../image/hp_point.webp);
                background-size: 24px;
                background-repeat: no-repeat;
                background-position: 6px 16px;
            }



#container {
    width: 100%;
    margin: -4px 0 0 0;
    padding: 20px 0 20px 0;
    background-color: rgba(255,255,255,0);
    background-image: url(../image/hp_sheet01.webp),url(../image/hp_sheet02.webp);
    background-position: top,bottom;
    background-repeat: no-repeat;
    float: left;
    clear: both;
    position: relative;
}

.entry {
    width: 940px;
    margin: 0 auto;
    background-color: #F9FAE4;
    float: left;
    padding: 10px 30px 28px 30px;
    clear: both;
}

    .entry h1 {
        font-size: 24px;
        background-image: url(../image/hp_point.webp);
        background-repeat: no-repeat;
        background-position: 16px 0px;
        border-bottom: solid 2px #CCAA55;
        background-color: rgba(255,255,255,0);
        margin: 0 0 32px 0;
        padding: 0 0 6px 64px;
    }

    .entry .name_space {
        margin: 16px 0 0 32px;
        float: left;
        clear: both;
    }

    .entry name {
        margin: 0 auto;
        float: left;
        font-weight: bold;
        font-size: 16pt;
        color: #840325;
    }

    .entry .snsicon {
        margin: 2px 0 0 8px;
        float: left;
    }

        .entry .snsicon img {
            margin: 0 0 0 18px;
            float: left;
        }

    .entry .right {
        margin: 0 auto;
        float: right;
        clear: both;
    }

        .entry .right img {
            margin: 0 0 16px 0;
        }

    .entry .right2 {
        margin: 0 auto;
        float: right;
    }

        .entry .right2 img {
            margin: -20px 8px 21px 0;
        }

    .entry .center {
        margin: 0 auto;
        text-align: center;
    }

    .entry .halfbox {
        margin: -32px 10px 0 10px;
        float: left;
        width: 47.5%;
    }

    .entry h2 {
        font-size: 16pt;
        margin: 44px 0 0 32px;
        color: #840325;
    }


    .entry .ex {
        font-size: 16pt;
        margin: 0px 24px 16px 76px;
    }

        .entry .ex img {
            margin: 8px -4px 0 0;
        }

        .entry .ex a {
            color: #840325;
        }


p {
    background-color: rgba(255,255,255,0);
    margin: 0 0 0 32px;
}

    p a {
        text-decoration: none;
        color: #AA0011;
    }

.hided_contants p {
    background-color: rgba(255,255,255,0);
    margin: 0 28px 0 28px;
}

.menu_in p {
    background-color: rgba(255,255,255,0);
    margin: 0 28px 0 28px;
}

.menu_in2 p {
    background-color: rgba(255,255,255,0);
    margin: 0 28px 0 28px;
}


.upper {
    margin: 0 auto;
    background-color: rgba(255,255,255,0);
    position: fixed;
    z-index: 999;
    bottom: 32px;
    right: 32px;
    clear: both;
}

    .upper img {
        width: 120px;
        height: 120px;
        background-color: rgba(255,255,255,0);
    }

    .upper a {
        background-color: rgba(255,255,255,0);
    }




.follow-me {
    list-style: none;
    margin: 48px 0 0 0;
    clear: both;
}

    .follow-me a::before {
        background-color: #fff;
        border-style: solid;
        border-width: 2px;
        -webkit-border-radius: 2px;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 32px;
        height: 64px; /* Button height */
        line-height: 64px; /* Button height */
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        text-align: center;
        width: 64px; /* Button width */
    }

    .follow-me a[href*="nicovideo.jp"]::before {
        border-color: #eaeaea;
        color: #eaeaea;
        content: "\f047";
        font-family: blogicon;
    }

    .follow-me a[href*="steamcommunity.com"]::before {
        border-color: #1F2C3D;
        color: #1F2C3D;
        content: "\f1b6";
    }

    .follow-me a[href*="twitter.com"]::before {
        border-color: #55acee;
        color: #55acee;
        content: "\f099";
    }
    .follow-me a[href*="x.com"]::before {
        border-color: #1D1D1B;
        color: #1D1D1B;
        content: "𝕏";
    }

    .follow-me a[href*="youtube.com"]::before {
        border-color: #cd201f;
        color: #cd201f;
        content: "\f16a";
    }

    .follow-me a[href*="marshmallow-qa.com"]::before {
        border-color: #f3969a;
        color: #f3969a;
        content: "\f003";
    }

    .follow-me a[href*="mgmgmegumin.fanbox.cc"]::before {
        border-color: #CCAA55;
        color: #CCAA55;
        content: "\f01c";
    }

    .follow-me a[href*="mgmgmegumin.booth.pm"]::before {
        border-color: #e83c58;
        color: #e83c58;
        content: "\f07a";
    }

    .follow-me a[href*="skeb.jp"]::before {
        border-color: #30B396;
        color: #30B396;
        content: "\f044";
    }

    .follow-me a:hover::before {
        color: #fff;
    }

    .follow-me a[href*="nicovideo.jp"]:hover::before {
        background-color: #eaeaea;
    }

    .follow-me a[href*="steamcommunity.com"]:hover::before {
        background-color: #1F2C3D;
    }

    .follow-me a[href*="twitter.com"]:hover::before {
        background-color: #55acee;
    }
    .follow-me a[href*="x.com"]:hover::before {
        background-color: #1D1D1B;
    }

    .follow-me a[href*="youtube.com"]:hover::before {
        background-color: #cd201f;
    }

    .follow-me a[href*="marshmallow-qa.com"]:hover::before {
        background-color: #f3969a;
    }

    .follow-me a[href*="mgmgmegumin.fanbox.cc"]:hover::before {
        background-color: #CCAA55;
    }

    .follow-me a[href*="mgmgmegumin.booth.pm"]:hover::before {
        background-color: #e83c58;
    }

    .follow-me a[href*="skeb.jp"]:hover::before {
        background-color: #30B396;
    }


input[type="checkbox"].on-off {
    display: none;
}

.hide_contants label {
    background: #f2f1d0;
    padding: 10px 16px 10px 16px;
    display: block;
    margin: 10px 10px 0 10px;
}

.hide_contants .hided_contants {
    margin: 0 10px 10px 10px;
    padding: 5px;
    list-style: none;
    background: #f7f7d9;
    transition: 0.3s;
}

input[type="checkbox"].on-off + .hided_contants {
    height: 0;
    margin: 0 10px 5px 10px;
    padding: 10px 0 0 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + .hided_contants {
    height: auto;
    margin: 0 10px 5px 10px;
    padding: 16px 0px 16px 0px;
}

.hide_contants label:hover {
    color: #840325;
    background: #f9e5a7;
}

.menu_box label {
    background: #f2f1d0;
    padding: 10px 16px 10px 16px;
    display: block;
    margin: 10px 214px 0 55px;
}

.menu_box .menu_in {
    margin: 0 214px 10px 55px;
    padding: 5px;
    list-style: none;
    background: #f7f7d9;
    transition: 0.3s;
}

input[type="checkbox"].on-off + .menu_in {
    height: 0;
    margin: 0 214px 10pxpx 55px;
    padding: 10px 10px 0 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + .menu_in {
    height: auto;
    margin: 0 214px 10px 55px;
    padding: 16px 10px 16px 0px;
}

.menu_box label:hover {
    color: #840325;
    background: #f9e5a7;
}

.menu_box2 label {
    background: #f2f1d0;
    padding: 10px 16px 10px 16px;
    display: block;
    margin: 10px 60px 0 60px;
}

.menu_box2 .menu_in2 {
    margin: 0 30px 10px 10px;
    padding: 5px;
    list-style: none;
    background: #f7f7d9;
    transition: 0.3s;
}

input[type="checkbox"].on-off + .menu_in2 {
    height: 0;
    margin: 0 60px 5px 60px;
    padding: 10px 0 0 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + .menu_in2 {
    height: auto;
    margin: 0 60px 5px 60px;
    padding: 16px 0px 16px 0px;
    opacity: 1;
}

.menu_box2 label:hover {
    color: #840325;
    background: #f9e5a7;
}

.movie {
    text-align: center;
}
