.nomal .nomal-textArea p, .nomal .nomal-textArea h1, .nomal .nomal-textArea h2, .nomal .nomal-textArea h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.notfound__inner, .nomal__inner {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  .notfound__inner, .nomal__inner {
    width: 1440px;
  }
}

/*********************************/
/*           Notfound           */
/*********************************/
.notfound {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .notfound__inner {
    width: 1000px;
  }
}
.notfound__main-text {
  font-size: 4vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .notfound__main-text {
    font-size: 16px;
  }
}
.notfound .notfound-titleArea {
  text-align: center;
  margin-bottom: 10vw;
}
@media screen and (min-width: 1025px) {
  .notfound .notfound-titleArea {
    margin-bottom: 80px;
  }
}
.notfound .notfound-textArea {
  text-align: center;
}

/*********************************/
/*             Nomal             */
/*********************************/
.nomal {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .nomal__inner {
    width: 1000px;
  }
}
.nomal__main-text {
  font-size: 4vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .nomal__main-text {
    font-size: 16px;
  }
}
.nomal .nomal-titleArea {
  text-align: center;
  margin-bottom: 10vw;
}
@media screen and (min-width: 1025px) {
  .nomal .nomal-titleArea {
    margin-bottom: 80px;
  }
}
.nomal .nomal-textArea p {
  font-size: 4vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .nomal .nomal-textArea p {
    font-size: 16px;
  }
}
.nomal .nomal-textArea h1 {
  font-size: 7vw;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .nomal .nomal-textArea h1 {
    font-size: 28px;
  }
}
.nomal .nomal-textArea h2 {
  font-size: 6vw;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .nomal .nomal-textArea h2 {
    font-size: 24px;
  }
}
.nomal .nomal-textArea h3 {
  font-size: 5vw;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .nomal .nomal-textArea h3 {
    font-size: 20px;
  }
}/*# sourceMappingURL=page.css.map */