@media screen and (max-width: 799px) {
  :root {
    --gut: 60px;
  }
}
@media screen and (max-width: 729px) {
  #tip {
    max-width: 100vw;
  }
}
@media screen and (max-width: 649px) {
  :root {
    --gut: 50px;
  }
  #cookie {
    --sz: 26px;
    --px: calc(var(--gut) * 0.25);
  }
  #cookie p {
    --mx: 8px;
  }
  #cookie p + a {
    --px: 10px;
    --py: 8px;
  }
  #cookie * {
    --f: var(--f15);
  }
}
@media screen and (max-width: 579px) {
  #cookie p + a {
    --px: 8px;
  }
  #cookie * {
    --f: var(--f14);
  }
}
@media screen and (max-width: 549px) {
  :root {
    --gut: 40px;
  }
}
@media screen and (max-width: 399px) {
  :root {
    --gut: 30px;
  }
}
@media screen and (max-width: 389px) {
  #cookie p {
    --lh: 1.1;
  }
}
@media screen and (max-width: 379px) {
  .fm .wrap .input.dat {
    --px: 16px;
  }
}
@media screen and (max-width: 369px) {
  .fm {
    --bt-s: 29px;
  }
}
@media screen and (max-width: 349px) {
  .fm {
    --bt-s: 26px;
  }
}
@media screen and (max-width: 329px) {
  .fm {
    --bt-s: 24px;
  }
  #cookie * {
    --f: var(--f13);
  }
}
