@charset "UTF-8";

/* 下層ページ用 */
header {
  width: 100%;
  height: 110px;
  background: #060303;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
}

@media only screen and (max-width: 1024px) {
  header {
    height: 75px;
  }
}

@media only screen and (max-width: 820px) {
  header {
    height: 62px;
  }
}
