@charset "UTF-8";


#nav-toggle {
    position: fixed;
    top: 3px;
    left: 5px;
    height: 55px;
    cursor: pointer;
    background-image: url(../img/nav-toggle-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 9999;
}
#nav-toggle > div {
    position: relative;
    width: 55px;

}
#nav-toggle span {
    width: 35px;
    height: 2px;
    left: 10px;
    right: 10px;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
    top: 14px;
    transition: all 0.6s;
}
#nav-toggle span:nth-child(2) {
    top: 27px;
    transition: all 0.6s;
}
#nav-toggle span:nth-child(3) {
    top: 40px;
    transition: all 0.6s;

}
#nav-toggle:hover span:nth-child(1) {
    top: 15px;
    transition: all 0.6s;
}
#nav-toggle:hover span:nth-child(2) {
    top: 25px;


}
#nav-toggle:hover span:nth-child(3) {
    top: 35px;
}

.open #nav-toggle span:nth-child(1) {

    top: 27px;
    left: 10px;
    width: 35px;
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    top: 27px;
    left: 10px;
    
    width: 35px;
    transform: rotate(-315deg);
  
}
.open #nav-toggle span:nth-child(3) {
    top: 27px;
    left: 10px;
    width: 35px;
    transform: rotate(-315deg);
  
}

.open #nav-toggle {
    /*background: none;*/
}




#gloval-nav {
    background-image: url(../img/nav-bg.jpg);
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;
    background-size: cover;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0;
    /*transition: opacity 0.6s ease, visibility 0.6s ease;*/
    overflow: scroll;
    -webkit-overflow-scrolling: touch!important;
     /*Google Chrome、Safariへの対応*/
    z-index: 98!important;
     /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
}

#gloval-nav::-webkit-scrollbar{
  display: none;
}

/*イラスト*/
.nav-illust01 img {
    display: block;
    width: 75px;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: -99;
}
.nav-illust02 img {
    display: block;
    width: 45px;
    position: absolute;
    top: 180px;
    left: 10px;
    z-index: -99;
}
.nav-illust03 img {
    display: block;
    width: 45px;
    position: absolute;
    top: 350px;
    right: 0;
    z-index: -99;
}
.nav-illust04 img {
    display: block;
    width: 65px;
    position: absolute;
    top: 600px;
    left: 0;
    z-index: -99;
}
.nav-illust05 img {
    display: block;
    width: 105px;
    position: absolute;
    bottom: -100;
    right: 20px;
    /*z-index: -99;*/
}


/*ナビゲーションの中身*/

#gloval-nav ul li a {
    display: block;
    width: 280px;
    margin: 20px auto 15px;
    box-sizing: border-box;
    line-height: 42px;
    border: 1px solid #55B8D3;
    border-radius: 21px;
    background-color: #fff;
    color: #55B8D3;
    text-align: center;
  
}


#gloval-nav ul {
    padding-top: 50px;
    margin-bottom: 30px;
}

.btn04 a {
    display: block;
    width: 280px;
    margin: 0 auto 5px;
    box-sizing: border-box;
    padding: 20px 10px;
    background-color: #FF7B9D;
    color: #fff;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
}
.btn04 img {
    display: inline-block;
    width: 30px;
    margin-right: 5px;
}
.btn05 a {
    display: block;
    width: 280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 10px;
    background-color: #FF7B9D;
    color: #fff;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
}
.btn05 img {
    display: inline-block;
    width: 20px;
    margin-top: 8px;
    margin-right: 8px;
}

.btn05 {
    margin-bottom: 50px;
}


/* open */
.open {
    /*overflow: hidden;*/
    /*z-index: 9999999;*/
}


.open #gloval-nav {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    

}
.open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
}

.close {
    display: none;
}




/*681px以上*/
@media screen and (min-width:681px) {
    .none {
        display: none;
    }



    #gloval-nav {
        width: 380px;
        top: 0;
        left: 0;
    
    }
    .open #pc-bk {
        visibility: visible;
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0 ,0, 0.7)!important;
        z-index: 9997;

    }
    
    #nav-wrap {
        height: 75px!important;
    }
    #nav-toggle {
        height: 75px;
    }

  
    #gloval-nav ul li a {

        margin: 20px auto 15px;
        box-sizing: border-box;
        line-height: 42px;
        border: none;
        border-radius: 21px;
        background-color: transparent;
        color: #666;
        text-align: center;
      
    }





}



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




}
