/* -------------------------
common
------------------------- */

@charset "utf-8";
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    color: var(--primary-black, #1C1C1C);
    line-height: 1.5;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

a {
    text-decoration: none;
    cursor: pointer;
}

/* -------------------------
btn
------------------------- */

/* -------------------------
header
------------------------- */


/* -------------------------
footer
------------------------- */
