#header {
  position: fixed;
  top: 5.2083333333vw;
  right: 0;
  z-index: 9;
  transition: 0.5s;
  box-sizing: border-box;
  width: 17.0833333333vw;
}
#header .hpc {
  padding-left: 2.96875vw;
  box-sizing: border-box;
  transition: 0.5s;
}
#header .hpc .menus #menu-header-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833333333vw;
}
#header .hpc .menus #menu-header-menu > li {
  width: 100%;
  line-height: 1;
}
#header .hpc .menus #menu-header-menu > li a {
  width: 100%;
  display: block;
  line-height: 1;
  color: #ffffff;
  font-size: 1.6666666667vw;
  font-family: "font-LSJPBd";
  transition: 0.5s;
}
#header .hpc .menus #menu-header-menu > li a:hover {
  color: #C92500;
}
#header .hpc .sns {
  display: flex;
  gap: 1.5625vw;
  margin-top: 2.0833333333vw;
}
#header .hpc .sns .txt-l {
  width: 3.2291666667vw;
  height: 3.2291666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .hsp {
  display: none;
}

@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    z-index: 15;
    top: initial;
    left: 0;
    bottom: 0;
    width: 100%;
    height: initial;
    background: transparent;
    border: none;
  }
  #header .hpc {
    display: none;
  }
  #header .hsp {
    display: block;
    transition: 0.5s;
  }
  #header .hsp .menus {
    width: 100%;
  }
  #header .hsp .menus #menu-header-menu {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .hsp .menus #menu-header-menu li {
    width: 33.333%;
    margin: 0 auto;
    border-radius: 0;
    box-sizing: border-box;
    background: #C92500;
  }
  #header .hsp .menus #menu-header-menu li a {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: "font-LSJPBd";
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    box-sizing: border-box;
    gap: 8px;
    line-height: 1;
    padding: 6px 0;
  }
  #header .hsp .menus #menu-header-menu li a::before {
    content: "";
    background: url(../img/header_menu_icon001.svg) center no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  }
  #header .hsp .menus #menu-header-menu li#menu-item-15 {
    background: #FCC406;
  }
  #header .hsp .menus #menu-header-menu li#menu-item-15 a::before {
    content: "";
    background: url(../img/header_menu_icon002.svg) center no-repeat;
    background-size: cover;
    width: 20px;
    height: 18px;
  }
  #header .hsp .menus #menu-header-menu li#menu-item-14 {
    background: #197929;
  }
  #header .hsp .menus #menu-header-menu li#menu-item-14 a::before {
    content: "";
    background: url(../img/header_menu_icon003.svg) center no-repeat;
    background-size: cover;
    width: 20px;
    height: 18.5px;
  }
}
/*# sourceMappingURL=header.css.map */