﻿
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.noto {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
 }


/*menu*/
.nav-wrap{
        box-sizing: border-box;
        position: fixed;
        padding-top: 50px;
        width: 100%;
	max-width:100%;
    }

ul.separe{
  margin:0;
  padding:0;
}
ul.separe li{
  display: inline-block;
  padding:0;

}
ul.separe li a{

}


.gnav {
	marign: 0 auto;
	text-align:center;
	list-style-type: none;
	background: rgba(0,0,0,.8);
	width: 100%;
	height:48vh;
	z-index: 9999999999;
	padding-top:140px;
	padding-bottom:10px;
	padding-right:10px:
	overflow: auto;
	-webkit-overflow-scrolling: touch;

    }


@media screen and (max-width:768px){
.gnav {
	height:60%;
	padding-top:90px;
}}



.gnav ul {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.gnav li {
	display: inline-block;
	border-bottom: 1px solid #252525;

    }

.gnav li a {
      display: block;
      text-decoration: none;
      padding: 1.5rem 1rem;
      color:#fff;
      font-size:1.1em;
    }

.load {display: none;}



/*toggle*/

.toggle{
	position:absolute;
	position:fixed;
	top:0;
	right:0;
	z-index:999;
	width:100%;
}

.icon-animation {
      width: 70px;
      height: 70px;
      display: block;
      cursor: pointer;
      float: right;
      position: absolute;
      right: 1.5rem;
      text-align: center;
      top: .5rem;
    }

.icon-animation span {
      width: 60px;
      height: 2px;
      display: block;
      background: #ccc;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -25px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      z-index:99999;
    }


.icon-animation .top {
      -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px);
    }

.icon-animation .bottom {
      -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
      transform: translateY(16px);
    }
    .is-open .middle {
      background: transparent;
    }

.is-open .top {
      -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
      transform: rotate(-45deg) translateY(0px);
    }

.is-open .bottom {
      -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
      transform: rotate(45deg) translateY(0px);
    }



.gate {
	position: absolute;
	top:45px;
	right: 1.8rem;
	color: #ccc;
    }

.disnon{
	display:none;
}


@media screen and (max-width: 768px){
.spNone { display: none;}
}
@media only screen and (min-width:640px){
.pnone {display:none}
}

@media screen and (max-width: 1024px){
.nvNone { display: none;}
}

/* pc */
.pc { display: block !important; }
.sp { display: none !important; }
/* smartphone */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}



.backs{
	background-color:#999;
}

a img.alfa{
	background:none!important;
border: none;
} 
a:hover img.alfa{
	border: none;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
	-webkit-transition: all .5s;
	transition: all .5s;
}



.gnavps{
	text-align:center;
	padding-top:10px;
	color:#01890f;
	font-size:.8em;
}















