@charset "UTF-8";

/* ヘッダー追従させない */
#header {
  position: absolute !important;
}
@media screen and (max-width:769px) {
  #header {
  position: fixed !important;
}
}