@charset "utf-8";
/* CSS Document */

/*コンテンツ*/
.menu-trigger,
.menu-trigger span,
.menu-trigger2,
.menu-trigger2 span{
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
}
.menu-trigger{
  position: fixed;
  width: 50px;
  right: 10px;
  height: 50px;
  top:10px;
  background-color: transparent;
  z-index: 101;
}
.menu-trigger2{
  position: fixed;
  width: 40px;
  right: 60px;
  height: 50px;
  top:12px;
  background-color: transparent;
  z-index: 100;
}
.menu-trigger2{
padding: 6px 5px;
}
.menu-trigger2 img{
width: 100%;
}

.menu-trigger span,.menu-trigger2 span{
  position: absolute;
  background: #000;
  width: 30px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1){
  top: 15px;
}
.menu-trigger span:nth-of-type(2){
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3){
  bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.menu-trigger2 span:nth-of-type(1){
  top: 15px;
}
.menu-trigger2 span:nth-of-type(2){
  top: 0;
  bottom: 0;
}
.menu-trigger2 span:nth-of-type(3){
  bottom: 15px;
}
.menu-trigger2.active span:nth-of-type(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger2.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.g-nav{
  display: none;
  position: fixed;
  top: 0;
  background:rgba(22,143,223,0.95) ; 
  width: 100%;
  height: 100%;
  z-index: 100;
  padding-top: 15px;
  overflow: scroll;
}

.g-nav2{
  display: none;
  position: fixed;
  top: 10%;
  background:rgba(22,143,223,1) ;
  width: 100%;
  height: 500px;
  z-index: 99;
}
.g-nav .list{
  padding: 20px;
  list-style: none;
}
.g-nav .list .item{
  border:none;
}
.g-nav .list .item a{
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
}
.g-nav .list .item2{
  border:none;
  width:100px; 
  text-align: center;
  margin: 0 auto;
}
.item2 img{
width:100%;

}
.g-nav .list .item2 a{
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
}