body {
  font-family: "Kotonode", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  margin: 0 auto;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Kotonode";
  font-display: swap;
  src:
  url("../../font/Kotonode-SemiBold.woff2")format("woff2"),
  url("../../font/Kotonode-SemiBold.woff")format("woff"),
  url("../../font/Kotonode-SemiBold.eot")format("eot"),
  url("../../font/Kotonode-SemiBold.ttf")format("truetype")
  ;
}

.img_all{
  width: 100%;
  height: auto;
}
  img {
    width: 18%;
    height: auto;
    margin-left: 1%;
  }
  @media screen and (max-width: 959px) {
    img {
      width: 30%;
      height: auto;
      margin-left: 2%;
    }
  }
  @media screen and (max-width: 480px) {
    img {
      width: 100%;
      height: auto;
      margin-left: 0%;
    }
  }