/* base
---------------------------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 0.8943543879vw;
}
@media screen and (min-width: 1790px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  color: #333;
  background-image: url(../images/bg-noize.png);
  background-size: 6.25rem 6.25rem;
  background-repeat: repeat;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  body {
    background-size: 9.375rem 9.375rem;
  }
}

main {
  position: relative;
}

section {
  position: relative;
  z-index: 2;
}

.__contents-pt {
  padding-top: 8.75rem;
}
@media screen and (max-width: 1199px) {
  .__contents-pt {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .__contents-pt {
    padding-top: 60px;
  }
}
.__contents-pt.__low {
  padding-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .__contents-pt.__low {
    padding-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .__contents-pt.__low {
    padding-top: 60px;
  }
}

.__contents-pb {
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 1199px) {
  .__contents-pb {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .__contents-pb {
    padding-bottom: 60px;
  }
}
.__contents-pb.__low {
  padding-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  .__contents-pb.__low {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .__contents-pb.__low {
    padding-bottom: 60px;
  }
}

img {
  display: block;
}

a {
  display: block;
}

em {
  font-style: normal;
}

/* forResponsive
---------------------------------------------------- */
.__notopc {
  display: none;
}

.__sp {
  display: none;
}

.__tb {
  display: none;
}

.__pc {
  display: block;
}

@media screen and (max-width: 1199px) {
  .__pc {
    display: none;
  }
  .__tb {
    display: none;
  }
  .__sp {
    display: none;
  }
  .__notopc {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .__pc {
    display: none;
  }
  .__notopc {
    display: none;
  }
  .__sp {
    display: none;
  }
  .__tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .__pc {
    display: none;
  }
  .__notopc {
    display: none;
  }
  .__tb {
    display: none;
  }
  .__sp {
    display: block;
  }
}
/* txtstyle
---------------------------------------------------- */
h2, h3, h4, p, li, a, div, dt, dd {
  letter-spacing: 0.1em;
}

p, li, a, div, dt, dd {
  line-break: strict;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 1599px) {
  p, li, a, div, dt, dd {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 991px) {
  p, li, a, div, dt, dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  p, li, a, div, dt, dd {
    font-size: 13.6px;
  }
}

.__en {
  font-family: "Krona One", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

.__tax {
  font-size: 0.9em;
}

span.__nowrap {
  display: inline-block;
}/*# sourceMappingURL=base.css.map */