@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-size-adjust: none;
}

body {
  color: black;
  background-color: white;
  font-size: 1.6rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  min-height: 100vh;
}

ul,
ol,
dl {
  list-style: none;
}

*::before,
*::after,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}
a:visited, a:hover {
  color: inherit;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 2.5641025641vw;
  }
}

[data-bind-fadein-animation-element=subTitle] {
  opacity: 0;
}

[data-bind-fadein-animation-element=title] {
  opacity: 0;
}

[data-bind-fadein-animation-element=text] {
  opacity: 0;
  mask-image: linear-gradient(-70deg, transparent 47.5%, #000 52.5%);
  mask-size: 250% 100%;
  mask-position: 100%;
}

[data-bind-scroll-animation-element=fadeIn] {
  opacity: 0;
}

.brPc {
  display: block;
}

.brSp {
  display: none;
}

@media screen and (max-width: 600px) {
  .brPc {
    display: none;
  }
  .brSp {
    display: block;
  }
}

/*# sourceMappingURL=index.css.map */