.mobileheader {
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}



#g-nav {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;

}

#g-nav.panelactive {
  top: 0;
}


#g-nav.panelactive #g-nav-list {
  z-index: 999;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  width: 100%;
  position: absolute;
  z-index: 9999;
  padding: 0;
  padding: 35% 0 25%;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #222222;
}



#g-nav li {
  width: 100%;
  list-style: none;
  margin: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff4a;
}

#g-nav li li {
  border-bottom: none;
}

.mobileheader .topgazo a {
  font-size: 24px;
}

#g-nav li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: white;
}


#g-nav li .menu_flex {
  display: flex;
  align-items: center;
}

.menu_flex .stickarrow {
  margin-left: auto;
}


.header_menu_contact a {
  text-align: center;
  max-width: 100%;
  position: relative;
}

#g-nav .header_menu_contact a {
  color: white;
}

.menu_logo {
  padding-top: 40%;
  width: 70%;
  padding-left: 30px;
  display: none;
}

.sp_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px); */
  padding: 24px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}


.openbtn1 {
  transition: all .4s;
  width: 50px;
  height: 12px;
  position: relative;
  cursor: pointer;
}

/* 
.openbtn1 :hover {
  cursor: pointer;
} */


.openbtn1::before,
.openbtn1::after {
  content: "";
  height: 2px;
  background: #333;
  width: 50px;
  position: absolute;
  transition: all .4s;
}

.openbtn1::before {
  top: 0;
  transition: all .4s;
}

.openbtn1::after {
  bottom: 0;
  transition: all .4s;
}

.openbtn1.active::before {
  transition: all .4s;
  transform: translateY(6px) rotate(-45deg);
}

.openbtn1.active::after {
  transform: translateY(-4px) rotate(45deg);
  transition: all .4s;
}

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

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

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


.a_header_content span {
  color: #333333;
}

.topgazo {
  width: 60%;
}



@media screen and (min-width: 768px) {

  .topgazo {
    width: 30%;
  }

  #g-nav ul {
    width: 100%;
    position: absolute;
    z-index: 9999;
    padding: 0;
    padding: 10% 0 25%;
    padding-left: 104px;
    padding-right: 104px;
  }

  .sp_header {
    padding-left: 104px;
    padding-right: 104px;
  }




  header {
    display: block;
  }


  #header {
    display: block;
    width: 100%;
    position: relative;
    height: 100vh;

  }

  #nav_header_content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0px 108px;
    box-sizing: border-box;
    z-index: 9999;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    display: none;
  }



  #nav_header_content #menu {
    margin: 0;
    margin-left: auto;
  }

  #nav_header_content #menu .item {
    display: inline-block;
    padding-left: 30px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #nav_header_content #menu .item .a_header_content {
    padding: 5px 10px;
    text-decoration: none;

  }

  .a_header_content span {
    font-size: 14px;
    font-weight: bold;
  }

  .a_header_content span:hover {
    color: rgb(160, 160, 160);
    border-bottom: 1px solid rgb(160, 160, 160);
  }

  .header_logo {
    width: 16%;
  }
}