

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

@keyframes checked-anim {
    50% {
        width: 3000px;
        height: 3000px;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}
@keyframes not-checked-anim {
    0% {
        width: 3000px;
        height: 3000px;
    }
}
.menulist, a {

  text-shadow: 1px 1px 3px black;
margin: 75px 0 -55px 0;
color: #fff;
font: 12pt "Roboto", sans-serif;
font-weight: 700;
line-height: 1.8;
text-decoration: none;
text-transform: none;
list-style: none;
outline: 0;
display: none;
}
.menulist{
    width: 230px;
    text-indent: 56px;}


a:focus {
    display: block;
    color: #333;
    background-color: #eee;
    transition: all .5s;
}
aside {
    position: absolute;
    color: white;
    top: 35%;
    right: 10%;
    text-align: right;
}
h1 {
    line-height: 0;
    font-size: 4vw;
    font-weight: 700;
}
/* h3 {
    float: right;
    line-height: .3;
    font-size: 2.5vw;
    font-weight: lighter;
} */
h4 {
    float: left;
    margin-left: -2%;
    font-size: 1.5vw;
    font-weight: lighter;
}

#trigger, #burger, #burger:before, #burger:after {

    position: absolute;
    top: 22px;
    left: 16px;
    background: #fff;
    width: 29px;
    height: 3px;
    transition: .2s ease;
    cursor: pointer;
    z-index: 1;
    }
#trigger {
    height: 25px;
    background: none;
    }
    #burger:before {
    content: " ";
    top: 10px;
    left: 10px;
    }
    #burger:after {
    content: " ";
    top: 20px;
    left: 0;
    }
#menu-toggle:checked + #trigger + #burger {
    top: 35px;
    transform: rotate(180deg);
    transition: transform .2s ease;
}

#menu-toggle:checked + #trigger + #burger:before {
    width: 20px;
    top: -2px;
    left: 18px;
    transform: rotate(45deg) translateX(-5px);
    transition: transform .2s ease;
}
#menu-toggle:checked + #trigger + #burger:after {
    width: 20px;
    top: 2px;
    left: 18px;
    transform: rotate(-45deg) translateX(-5px);
    transition: transform .2s ease;
}
#menu {
position: absolute;
margin: 0; padding: 0;
width: 80px;
height: 80px;
background-color: #ff0000;
/* opacity: 0.89; */
border-bottom-right-radius: 100%;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
animation: not-checked-anim .2s both;
transition: .2s;
}
#menu-toggle:checked + #trigger + #burger + #menu {
    animation: checked-anim 1s ease both;
}
#menu-toggle:checked + #trigger ~ #menu > li, a {
    display: block;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none;
}


.wapper_box{
    position: relative;
    z-index: 9999999999999999999;
    }






    .wapper_box{
        position: absolute;
        top: 0px;
       }
    
    
       .menu-logo
       {
       padding-bottom: 30px;
        text-align: center;
    }

    
    html {
        scroll-behavior: smooth;
      }
    



      footer {
        font-family: "optima","sans-serif" ;
        height: auto;
        color: #fff;
        background-color: #000;
      }
      
      footer .container {
        max-width: 1200px;
        /* padding: 20px 20px; */
        margin: 0 auto;
      }
      
      /* ----------------------------- */
      
      .footA {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .footA p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
      }
      
      /* ----------------------------- */
      
      .footB {
        /* padding: 20px 0; */
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .footB ul {
        text-align: center;
        margin: 0 auto;
        padding: 0;
        list-style: none;
      }
      
      .footB a {
        display: block;
        padding: 0;
        padding-bottom: 2px;
        margin-bottom: 10px;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        margin-right: 0px;
        line-height: 20px;
        border-bottom: 3px solid #000;
        transition: 0.5s;
        letter-spacing: 3px;
      }
      
      .footB a:hover {
        border-bottom: 3px solid #fff;
      }
    /*   
      @media(min-width:1024px) { */
        .footB ul {
          display: flex;
        }
      
        .footB a {
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0;
        }
      /* } */
      
      /* ----------------------------- */
      
      .footC {
        padding-bottom: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .footC ul {
        display: flex;
        /* text-align: center; */
        /* margin: 0 auto; */
        /* padding: 0; */
        list-style: none;
        justify-content: center;
    }
      
      .footC a {
        display: block;
        border-radius: 20px;
        padding: 5px;
        background-color: #000;
        font-size: 25px;
        color: #ff0000;
        width: 30px;
        height: 30px;
      }
    
    .footC a {
        
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0;
      }
    .footer__copyright{
            text-align: center;
            padding-bottom: 40px;
    }
    
    
      /* スマホの記述 */
    @media(max-width: 768px){
        .footer{
            max-width: 720px;
            margin: 0 auto;
        }
        .footB {

    padding-left: 8px;

        }
        .footB ul {
            
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 8px;
    }
    .container{
        padding-top: 24px;
    }
    .footB a {
        margin: 10px;
        font-size: 10px;
        margin-left: 10px;
        margin-right: 20px;
        margin-bottom: 0;
        }
        .footC{
        margin-top: -40px;
        padding-bottom: 24px;
        justify-content: flex-start;
        }
        .footC a{

    margin-top: 48px;
    width: 24px;
            /* margin: 10px; */
        }
       
    .snslogo a{
        display: inline-block;
        width: 30px;
        margin-right: 12px;
    }
    .footer__copyright {
        font-size: 10px;
        margin-top: 20px;
        color: #ffffff;
    }
    }