@charset "utf-8";
/* リセット */
html,
body,
header,
footer,
main,
section,
div,
h1,
h2,
h3,
ul,
li,
p {font-family: "lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-feature-settings: "palt";
    box-sizing: border-box;
    letter-spacing: 0.1em;
}
a {
    /*下線を消す*/
    text-decoration: none;
    /*色を消す*/
    color: inherit;
    transition: 0.3s;
}
/* a:hover {
    opacity: 0.7;
} */
ul {
    /*左の「・」を消す*/
    list-style: none;
}
/* img {
    width: 100%;
    vertical-align: bottom;
    border: none;
} */