.header_wrap {
    width: 100vw;
    background-color: #5a5653;
    height: 14vh;
    display: flex;
    justify-content: flex-start;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .header_wrap {
      height: 10vh;
      position: fixed;
      top: 0;
      z-index: 10;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .header_wrap {
      height: 10vh;
      position: fixed;
      top: 0;
      z-index: 10;
    }
  }
  .nav_wrapl {
    display: flex;
    position: absolute;
    top: 0;
    left: 24%;
    margin-left: 5%;
    height: 100%;
  }
  @media screen and (max-width: 768px) {
    .nav_wrapl {
      display: none;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav_wrapl {
      display: none;
    }
  }
  .nav_rwrap {
    width: fit-content;
    position: absolute;
    top: 0;
    right: 2.5%;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  @media screen and (max-width: 768px) {
    .nav_rwrap {
      display: none;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav_rwrap {
      display: none;
    }
  }
  .nav_rwrap_resp {
    position: absolute;
    top: 0;
    right: 2.5%;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  @media screen and (max-width: 768px) {
    .nav_rwrap_resp {
      display: none;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav_rwrap_resp {
      display: none;
    }
  }
  
  .nav_wrapr1,
  .nav_wrapr2,
  .nav_wrapr3 {
    height: 100%;
    width: fit-content;
    display: flex;
    justify-content: center;
    font-size: 20px;
  }
 .nav_wrapr3 {
    margin-left: 2vw;
}
  .nav_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #global_nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-menu_register-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title_wrap {
    position: absolute;
    top: 0;
    left: 2.5%;
    height: 100%;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .title {
    font-size: 2vw;
    /* font-family: "Kosugi Maru", sans-serif; */
    /* font-family: "Zen Maru Gothic", serif; */
    font-weight: 900;
    color: white;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
  @media screen and (max-width: 768px) {
    .title {
      font-size: 5vw;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .title {
      font-size: 5vw;
    }
  }
  
  .menu-like_dotinstall_sub-container,
  .menu-like_dotinstall_ja-container,
  .menu-like_dotinstall_en-container,
  .menu-like_dotinstall_lio-container,
  .menu-like_dotinstall_reg-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-navlist {
    display: flex;
    list-style: none;
    height: 50%;
    width: 100%;
  }
  .menu-item {
    padding: 0 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-item-186 {
    padding: 0;
  }
  
  .menu-item-116,
  .menu-item-119,
  .menu-item-130,
  .menu-item-124,
  .menu-item-152 {
    padding: 0 2vw 0 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-item a {
    color: white;
    font-size: 1.5vw;
    font-weight: 700;
    transition-duration: 0.3s;
  }
  .menu-item :hover {
        color: #08c;
   } 
  
  .menu-item-186 {
    background-color: #f9c710;
    height: 100%;
    aspect-ratio: 3 / 1;
    transition-duration: 0.3s;
    padding: 0;
    position: relative;
    border-radius: 5px;
  }
  
  .menu-item-115 a,
  .menu-item-153 a,
  .menu-item-118 a,
  .menu-item-123 a,
  .menu-item-186 a {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: black;
    font-size: 1.5vw;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media screen and (max-width: 768px) {
    .menu-item-186 a {
       width: fit-content;
       border-bottom: 2px solid;
       margin: 0;
       position: static;
       color: #f9c710;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .menu-item-186 a {
       width: fit-content;
       border-bottom: 2px solid;
       margin: 0;
       position: static;
       color: #f9c710;
    }
  }
  .menu-item-190 a,
  .menu-item-191 a,
  .menu-item-189 a,
  .menu-item-183 a,
  .menu-item-187 a,
  .menu-item-182 a,
  .menu-item-130 a,
  .menu-item-151 a {
    border-bottom: 2px solid;
  }
  
  .main_wrap {
    height: auto;
  }




.nav_button_wrap{
    height: 40%;
    display: none;
    position: absolute;
    top: 30%;
    right: 5%;
    aspect-ratio: 7 / 2;
}
@media screen and (max-width: 768px) {
    .nav_button_wrap {
        display: flex;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav_button_wrap {
        display: flex;
        aspect-ratio: 9 / 2;
    }
  }
.nav_button{
    display: none;
    height: 100%;
    background-color: lightgray;
    border: none;
    box-shadow: 0 0 5px gray;
    border-radius: 2px;
    width: 70%;
}
@media screen and (max-width: 768px) {
    .nav_button {
        display: flex;
    justify-content: center;
    align-items: center;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav_button {
        display: flex;
        width: 75%;
    justify-content: center;
    align-items: center;
    }
  }

  .nav_button i {
    color: black;
    margin-right: 5%;
}
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav_button i {
      font-size: 25px;
    }
  }
  .nav_button_down {
    display: none;
    height: 100%;
    background-color: lightgray;
    border: none;
    box-shadow: 0 0 5px gray;
    border-radius: 2px;
    width: 30%;
    margin-left: 0.5%;
  }
  @media screen and (max-width: 768px) {
    .nav_button_down {
        display: block;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav_button_down {
        display: block;
        width: 25%;
    }
  }
  .nav_button_down i {
    color: black;
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav_button_down i {
      font-size: 30px;
    }
  }

  .nav_button_triangle {
    position: absolute;
    top: 50%;
    right: 4%;
    border: 4vw solid transparent;
    border-bottom: 4vw solid white;
    display: none;
  }
  @media screen and (max-width: 768px) {
    .nav_button_triangle {
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav_button_triangle {
    }
  }
  .nav_button_list{
    position: absolute;
    top: 90%;
    right: 3%;
    height: fit-content;
    width: 40%;
    display: none;
    border-radius: 5px;
    padding: 2vw 0;
    box-shadow: 0px 7px 11px 0px gray;
    background-color: white;
  }
  @media screen and (max-width: 768px) {
    .nav_button_list {
    top: 85%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav_button_list {
    }
  }
.header-navlist_resp {
   width:100%;
}.header-navlist_respreg {
   width:100%;
   height: fit-content;
}
.header-navlist_resp li {
   margin-bottom: 2vw;
   justify-content: flex-start; 
   padding-left: 4vw;

   aspect-ratio: auto;
}
.header-navlist_respreg li{
   margin-bottom: 2vw;
   justify-content: flex-start; 
   padding-left: 4vw;
   aspect-ratio: auto;
   background-color: white;
}
  @media screen and (max-width: 1024px) {
    .header-navlist_respreg li {
    margin-bottom: 0;
    }
  }
.header-navlist_resplog li{
   margin-bottom: 0;
   padding: 0;
}
.header-navlist_resplog li a{
   font-size: 2vw;
   color: black;
   border-bottom: none;
}
.header-navlist_resp li a {
   font-size: 4vw;
   color: black;
   justify-content: flex-start;
}
.header-navlist_respreg li a {
   font-size: 4vw;
   color: black;
   justify-content: flex-start;
   color: #f9c710;
}
#l-header-navresp__link {
   font-size: 2.5vw;
   font-weight: 200;
}