body {
  margin: 0;
  padding: 0;
  overflow-x: visible;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 1000px) {
  body p {
    font-size: min(1.1rem, 14px);
  }
}
body a {
  text-decoration: none;
}
body a:hover {
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  body {
    overflow-x: hidden;
  }
}
body .pc-only {
  display: block;
}
@media screen and (max-width: 1000px) {
  body .pc-only {
    display: none;
  }
}
body .sp-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  body .sp-only {
    display: block;
  }
}
.anv-fv {
  margin-top: -100vh;
  position: relative;
}
.anv-fv .anv-fv__inner {
  width: 100%;
  height: 70vh;
  background-image: url("../kids-event/images/mask-group.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  .anv-fv .anv-fv__inner {
    background-image: url("../kids-event/images/mask-group-sp.webp");
    background-position: center;
  }
}
.anv-fv .anv-fv__title {
  text-align: center;
  margin-top: -4%;
}
@media screen and (max-width: 1000px) {
  .anv-fv .anv-fv__title {
    margin-top: -4.5%;
  }
}
.anv-fv .anv-fv__title .anv-fv__img {
  width: 50%;
  max-height: 100px;
  min-width: 250px;
}

.anv-wrapper .anv-wrapper__img {
  position: absolute;
  right: 0;
  top: 20.5%;
  filter: blur(3px);
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .anv-wrapper .anv-wrapper__img {
    width: 15%;
    right: 0;
    bottom: -0.5%;
  }
}
.anv-wrapper .anv-summary .anv-summary__title {
  font-size: min(2rem, 40px);
  max-width: 700px;
}
@media screen and (max-width: 1000px) {
  .anv-wrapper .anv-summary .anv-summary__title {
    font-size: min(1.5rem, 24px);
    width: 100%;
  }
}
.anv-wrapper .anv-summary .anv-summary__text {
  width: 90%;
  margin: 0 auto;
  margin-top: 28px;
  font-size: min(1.5rem, 20px);
}
@media screen and (max-width: 1000px) {
  .anv-wrapper .anv-summary .anv-summary__text {
    width: 100%;
    font-size: min(1.5rem, 18px);
  }
}
.anv-wrapper .anv-detail .anv-detail__title {
  font-size: min(1.5rem, 20px);
}
.anv-wrapper .anv-detail .anv-detail__description .anv-detail__description-text {
  font-size: min(1.5rem, 16px);
}
.anv-wrapper .outline .outline__block .outline__description .outline__map {
  width: 100%;
  height: 320px;
  margin-top: 12px;
}
@media screen and (max-width: 1000px) {
  .anv-wrapper .outline .outline__block .outline__description .outline__map {
    height: 240px;
  }
}/*# sourceMappingURL=kids-event.css.map */