@charset "utf-8";
/* ===================== reset ==== */
html, body, div, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td, article, footer, header, nav, section, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
html {
  font-family: "Noto Sans JP", 'メイリオ', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1em;
}
.en {
  font-family: "Montserrat", sans-serif;
}
@keyframes gradientMove {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.scroll--on {
  opacity: 0;
  transform: translateY(2em);
  transition: all 1.2s ease 0.1s;
}
.scroll--on.scroll--start {
  opacity: 1;
  transform: translateY(0);
}
.none{
	display: none;
}