#moba-header-wrap{
    padding-bottom: 90px;
}

#moba-header h1{
    position:fixed;
    z-index: 999;
    top:0;
    left: 0;
}
#moba-header h1 img{
  width: 80px;
}

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul{
padding-left: 10%;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
    position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height:50px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 5px #00000036;;
}
    
/*×に変化*/    
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #271E49;
    width: 45%;
  }

.openbtn span:nth-of-type(1) {
    top:15px;   
}

.openbtn span:nth-of-type(2) {
    top:23px;
}

.openbtn span:nth-of-type(3) {
    top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}



@media (min-width:920px){
  #moba-header{
    display: none;
  }
}

#moba-header a,#moba-header li{
font-family: 'Shippori Mincho', 'Yu Mincho', 'YuMincho', serif!important;
font-weight: 900;
color: #271E49;
}

#moba-header li,.menu li{
    font-size: 0.95rem;
    list-style: none;
    margin-bottom: 11px;
  }
  #moba-header li:nth-of-type(5),.menu li:nth-of-type(5),#moba-header li:nth-of-type(1),.menu li:nth-of-type(1){
    margin-bottom: 5px;
  }
  
  #moba-header ul,.menu ul {
    margin-top: 40px ;
  }
  #moba-header p,.menu p{
    font-size: 0.88rem;
    margin-bottom: 3px;
    margin-left: 7px;
  }
  #moba-header .p-last1,.menu .p-last1{
    margin-bottom: 16px;
  }
  
  #moba-header .p-last2,.menu .p-last2{
    margin-bottom: 12px;
  }
  
  #moba-header li.languages,.menu li.languages{
    font-size: 0.8rem;
    padding-top: 15px;
    margin-bottom: 0;
  }
  
  .languages_span1{
    display:inline-block;
    width: 74px;
  }
  
  .languages_span2{
    display:inline-block;
    padding-left: 17px;
  }
  
  #moba-header li.sns,.menu li.sns{
    padding-top: 20px;
  }
  
  
  .sns span{
    display:inline-block;
    padding-right: 17px;
  }
  
  .sns img{
    width: 26px;
  }
  
  #moba-header .ec-banner,.menu .ec-banner{
    margin: 20px 0 0;
    max-width: 180px;
  }
  
  #moba-header .ec-banner2,.menu .ec-banner2{
    margin: 20px 0 0;
    max-width: 200px;
  }