.layout_nav_wp {
  width: 100%;
}
.layout_nav_wp .nav_wp {
  position: relative;
  padding: 0 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  height: 120px;
  line-height: 120px;
}
.layout_nav_wp .nav_wp .logo_wp {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0;
  height: 100%;
  z-index: 1001;
}
.layout_nav_wp .nav_wp .logo_wp a {
  width: 240px;
  height: 100px;
  font-size: 0;
}
.layout_nav_wp .nav_wp .logo_wp a img {
  width: 100%;
  height: 100%;
}
.layout_nav_wp .nav_wp .menu_wp {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1000;
  font-size: 20px;
}
.layout_nav_wp .nav_wp .menu_wp .pc_language {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  width: 30px;
  height: 60px;
  font-size: 0;
  display: flex;
  align-items: center;
}
.layout_nav_wp .nav_wp .menu_wp .pc_language img {
  width: 30px;
  height: 30px;
}
.layout_nav_wp .nav_wp .menu_wp .pc_language .language_list {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}
.layout_nav_wp .nav_wp .menu_wp .pc_language .language_list .language_item {
  line-height: 32px;
  padding: 6px 20px;
  text-align: center;
}
.layout_nav_wp .nav_wp .menu_wp .pc_language .language_list .language_item:hover {
  color: white;
  background-color: #2467e9;
  opacity: 0.8;
}
.layout_nav_wp .nav_wp .menu_wp .pc_language:hover path {
  fill: #2467e9;
  transition: color 0.2s linear;
}
.layout_nav_wp .nav_wp .menu_wp .pc_menu .menu_item {
  color: white;
  padding: 0 20px;
}
.layout_nav_wp .nav_wp .menu_wp .pc_menu .menu_item .button_wp {
  padding: 6px 6px;
  line-height: normal;
  display: inline-block;
  position: relative;
  box-sizing: content-box;
}
.layout_nav_wp .nav_wp .menu_wp .pc_menu .menu_item .button_wp .button_item {
  display: inline-block;
  box-sizing: content-box;
  padding: 2px 4px 4px;
}
.layout_nav_wp .nav_wp .menu_wp .pc_menu .menu_item .button_wp:hover {
  color: #2467e9;
  transition: color 0.2s linear;
}
.layout_nav_wp .nav_wp .menu_wp .pc_menu .menu_item .box_button_wp .button_item {
  color: #2467e9;
  display: inline-block;
  box-sizing: content-box;
  padding: 2px 4px 4px;
}
.layout_nav_wp .nav_wp .menu_wp .pc_menu .menu_item .box_button_wp:hover .button_item {
  background-color: #2467e9;
  color: white;
  transition: color 0.3s linear, background-color 0.3s linear;
}
.layout_nav_wp .nav_wp .menu_wp .pc_menu .menu_item .box_button_wp::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 0;
  height: 0;
  border: 0px #2467e9 solid;
}
.layout_nav_wp .nav_wp .menu_wp .pc_menu .menu_item .box_button_wp:hover::after {
  width: 100%;
  height: 100%;
  border: 1px #2467e9 solid;
  border-top: transparent;
  border-left: transparent;
  transition: width 0.25s linear, height 0.2s 0.25s linear;
}
.layout_nav_wp .nav_wp .menu_wp .pc_menu .menu_item .box_button_wp::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border: 0px #2467e9 solid;
}
.layout_nav_wp .nav_wp .menu_wp .pc_menu .menu_item .box_button_wp:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 1px #2467e9 solid;
  border-bottom: transparent;
  border-right: transparent;
  transition: width 0.25s linear, height 0.2s 0.25s linear;
}
.layout_nav_wp .nav_wp .menu_wp .fixed_menu .menu_toggler {
  width: 46px;
  height: 62px;
  z-index: 1001;
  position: relative;
}
.layout_nav_wp .nav_wp .menu_wp .fixed_menu .menu_toggler .line_box {
  height: 0;
  padding-top: 14px;
}
.layout_nav_wp .nav_wp .menu_wp .fixed_menu .menu_toggler .line_box .line {
  transform: rotate(0);
  transform-origin: 50% 50%;
  box-sizing: content-box;
  width: 100%;
  margin-bottom: 14px;
  border: 1px #2467e9 solid;
  transition: margin 0.2s linear, opacity 0.2s linear, transform 0.2s linear;
}
.layout_nav_wp .nav_wp .menu_wp .fixed_menu .menu_toggler .line_toggler {
  padding-top: 30px;
}
.layout_nav_wp .nav_wp .menu_wp .fixed_menu .menu_toggler .line_toggler .line {
  margin: -2px;
  transition: margin 0.2s linear, opacity 0.2s linear, transform 0.2s 0.2s linear;
}
.layout_nav_wp .nav_wp .menu_wp .fixed_menu .menu_toggler .line_toggler .top_line {
  transform: rotate(45deg);
}
.layout_nav_wp .nav_wp .menu_wp .fixed_menu .menu_toggler .line_toggler .center_line {
  opacity: 0;
}
.layout_nav_wp .nav_wp .menu_wp .fixed_menu .menu_toggler .line_toggler .bottom_line {
  transform: rotate(-45deg);
}
.layout_nav_wp .nav_wp .menu_wp .fixed_menu .menu_box {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(66, 66, 66, 0.5);
  transform: translateX(100%);
  transition: transform 0.2s linear;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.layout_nav_wp .nav_wp .menu_wp .fixed_menu .menu_box .menu_box_wp {
  width: 100%;
  padding-top: 120px;
}
.layout_nav_wp .nav_wp .menu_wp .fixed_menu .menu_box .menu_box_wp .menu_box_item {
  text-align: center;
  line-height: 60px;
  color: white;
}
.layout_nav_wp .nav_wp .menu_wp .fixed_menu .menu_box .menu_box_wp .menu_box_item .button_wp:hover {
  color: #2467e9;
  transition: color 0.2s linear;
}
.layout_nav_wp .nav_wp .menu_wp .fixed_menu .menu_box_toggler {
  transform: translateX(0%);
  transition: transform 0.2s linear;
}

@media screen and (max-width: 1000px) {
  .pc_menu {
    display: none;
  }
  .fixed_menu {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .pc_menu {
    display: block;
  }
  .fixed_menu {
    display: none;
  }
}/*# sourceMappingURL=nav.css.map */