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 .anv-fv__inner {
  width: 100%;
  height: 70vh;
  background-image: url("../xcampaign/images/mask-group.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  .anv-fv .anv-fv__inner {
    background-image: url("../xcampaign/images/mask-group-sp.png");
    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: 10%;
  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__text {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .anv-wrapper .anv-summary .anv-summary__text {
    text-align: left;
  }
}
.anv-wrapper .outline .outline__block .outline__description .outline__description-box .twitter-timeline {
  margin-top: 16px !important;
}/*# sourceMappingURL=xcampaign.css.map */