/* ===== SP改行制御 ===== */
.br-sp { display: none; }
@media (max-width: 767px) { .br-sp { display: inline; } }

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { font-family: "noto-sans-cjk-jp", sans-serif; font-weight: 400; color: #333; background: #fff; overflow-x: clip; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { display: block; max-width: 100%; }

@media (max-width: 640px) {
  body { padding-bottom: 56px; }
}
