html body {
overflow-y: visible;
}
header:not(#kkyheadArea) {
  top: calc(66 / 1920 * 100vw);
}
header.onscroll:not(#kkyheadArea) {
  top: 0;
}
@media (max-width: 767px) {
header:not(#kkyheadArea) {
  top: calc(46 / 375 * 100vw);
}
header.onscroll:not(#kkyheadArea) {
  top: 0;
}
}
.c-modal {
z-index: 10000000;
}