/* TYP COLORS */
/* BG-COLORS */
/* BUTTON COLORS */
/* BORDER COLORS */
header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: #fff;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header .cbox01 {
  display: block;
  width: 146px;
  height: 42px;
}
header .cbox01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: auto;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .cbox01 img.cbox01A {
  opacity: 1;
}
header .cbox01 img.cbox01B {
  opacity: 0;
}
header .cbox02 {
  display: none;
  position: absolute;
  top: -11px;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #3fae2a;
}
header .cbox02 img {
  width: 21px;
  height: auto;
}
header.v1 {
  background-color: transparent;
}
header.v1 .cbox01 img.cbox01A {
  opacity: 0;
}
header.v1 .cbox01 img.cbox01B {
  opacity: 1;
}

@media all and (max-width: 767px) {
  header {
    height: 77px;
    background-color: transparent;
  }
  header .cbox01 {
    width: 102px;
    height: 29px;
  }
  header .cbox01 img {
    width: 102px;
  }
  header .cbox01 img.cbox01A {
    opacity: 0;
  }
  header .cbox01 img.cbox01B {
    opacity: 1;
  }
  header .cbox02 {
    display: block;
    top: 19px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  header .cbox02 img {
    width: 17px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  header {
    height: auto;
    padding: 41px 0 0 0;
    background-color: transparent;
  }
  header .cbox01 {
    width: 100px;
    height: 29px;
  }
  header .cbox01 img {
    width: 100px;
  }
  header .cbox01 img.cbox01A {
    opacity: 0;
  }
  header .cbox01 img.cbox01B {
    opacity: 1;
  }
  header .cbox02 {
    display: block;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  header {
    height: 90px;
  }
  header .cbox01 {
    width: 109px;
    height: 31px;
  }
  header .cbox01 img {
    width: 109px;
    height: 31px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
  header {
    height: 90px;
  }
  header .cbox01 {
    width: 109px;
    height: 31px;
  }
  header .cbox01 img {
    width: 109px;
    height: 31px;
  }
}
