/* --------------------------------------
header
---------------------------------------*/
header .bg-white {
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 20px;
  background: none;
}
header .bg-white .flexbox .logo-area {
  max-width: 100%;
}
header .bg-white .flexbox .logo-area h1 {
  display: none;
}
header .bg-white .flexbox .logo-area .logo {
  z-index: 1;
  max-width: calc(100% - 60px);
}
header .bg-white .flexbox .logo-area .logo img {
  width: auto;
  max-width: 100%;
}
header .bg-white .flexbox .header-conv {
  display: none;
}
header .navigation {
  background: #29aae4;
  opacity: 0;
  padding: 50px 0;
  position: absolute;
  top: -100vh;
  transition: all 0.5s;
  width: 100%;
  z-index: 98;
}
header .navigation ul .item {
  width: 100%;
  border-right: none;
  border-bottom: 1px #ccedff solid;
}
header .navigation ul .item:first-child {
  border-top: 1px #ccedff solid;
}
header .navigation ul .item:nth-child(2) {
  border-left: none;
}
header .navigation.active {
  opacity: 1;
  top: 0;
  position: fixed;
}
header .pc-hyde {
  z-index: 99;
}
header .pc-hyde .menu-btn {
  position: fixed;
  background: #29aae4;
  width: 50px;
  height: 50px;
  z-index: 99;
  right: 0;
  top: 0;
  z-index: 99;
}
header .pc-hyde .menu-btn span {
  font-size: 10px;
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
  top: 16px;
  color: #fff;
  left: calc(50% - 15px);
}
header .pc-hyde .menu-btn span:first-child {
  top: 8px;
}
header .pc-hyde .menu-btn span:nth-child(3) {
  top: 24px;
}
header .pc-hyde .menu-btn span:last-child {
  top: 30px;
  font-weight: bold;
  background: none;
}
header .pc-hyde .menu-btn.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: -4px;
}
header .pc-hyde .menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .pc-hyde .menu-btn.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  top: 36px;
}

#sub header .bg-white {
  position: relative;
  top: auto;
  padding: 20px 0 10px;
}/*# sourceMappingURL=sp-header.css.map */