/* pc */
header {
    position: sticky;
    top: 0;
    left: 0;
}

header #header_wrap {
    width: 100%;
}

/* tablet */
@media screen and (max-width: 1023px) {}

/* mobile */
@media screen and (max-width: 767px) {}