@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600&family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique&display=swap');

body {
    font-family: "Noto Sans JP", serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-size: 16px;
}

/*.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.header {
    background: #fff;
    color: #fff;
    padding: 0px 0;
}
.header-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/
button {
   font-family: "Noto Sans JP", serif; 
}
img { 
  image-rendering: auto;
}
li {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000;
}
