@charset "UTF-8";
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   Universal selector
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&family=Noto+Serif:wght@400&display=swap");
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    color: #444444;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
    html,
    body {
        font-size: 3.73333vw;
    }
}

body {
    min-width: 751px;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    body {
        min-width: 320px;
        line-height: 1.9;
    }
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

/* ---------------------------------------------
*   font-feature-settings
--------------------------------------------- */
body * {
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

/* ---------------------------------------------
*   google fonts
--------------------------------------------- */
