@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,500;0,700;1,500;1,700&display=swap");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  background: #f4fff4;
}

html {
  overflow-x: hidden;
  max-width: 100vw;
}

@media (max-width: 380px) {
  body {
    overflow-x: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none; /* 下線を消したい場合 */
}



/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "DIN 2014-Demi";
  src: url("https://anima-uploads.s3.amazonaws.com/5c51e22bb5ab7e000d6651e5/.32228.otf") format("opentype");
}

@font-face {
  font-family: "DIN 2014-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/5c51769416943b00093de681/.32227.otf") format("opentype");
}