@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  margin: 0;
  padding: 0;
  background: #000000;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

img {
  display: block;
  width: auto;
  margin: auto;
}

.hero img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .hero img {
    max-width: 650px;
  }
}

@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1000px;
    margin: 0 auto 150px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    margin: 0 auto 50px;
  }
}

@media only screen and (min-width: 768px) {
  .textbox {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .textbox__text {
    max-width: 800px;
    width: 100%;
    margin: 50px afuto;
  }
}
@media only screen and (min-width: 768px) {
  .textbox__text h2 {
    width: 100%;
    text-align: left;
    font-size: 3em;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .textbox__text h2 {
    width: 95%;
    margin: 30px auto 10px;
  }
}
@media only screen and (min-width: 768px) {
  .textbox__text p, .textbox__text li {
    font-size: 1em;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) {
  .textbox__text p, .textbox__text li {
    max-width: fit-content;
    width: 95%;
    margin: 0 auto 20px;
  }
}
.textbox__text p .blu, .textbox__text li .blu {
  color: #00cdff;
}
.textbox__text p .red, .textbox__text li .red {
  color: #ff0000;
}
@media only screen and (min-width: 768px) {
  .textbox img {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .textbox img {
    max-width: fit-content;
    width: 95%;
    margin: 0 auto 50px;
  }
}/*# sourceMappingURL=itakuchuui.css.map */