/* CSS Document */
body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Yu Gothic", YuGothic, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-size: clamp(20px, 12.1632653061px + 1.0204081633vw, 24px);
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0;
  transition: 0.3s;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }
}
body.is-loading {
  opacity: 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.2s ease;
}

a:hover {
  color: inherit;
  opacity: 0.8;
}

/*tel*/
[href^=tel]:hover {
  cursor: default;
}

::-moz-selection {
  background-color: #99c1da;
}

::selection {
  background-color: #99c1da;
}

::-moz-selection {
  background-color: #99c1da;
}

em {
  font-weight: bold;
}

iframe {
  max-width: 100%;
}