@charset "UTF-8";

/* ---------------------------------------------
*   Universal selector
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Sans:wght@400;500;900&display=swap");
*, *::before, *::after {
    box-sizing: border-box;
}