@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Josefin+Sans:wght@700&family=Reem+Kufi&family=Sawarabi+Gothic&family=Barlow+Condensed&display=swap');
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
*, ::after, ::before {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
