@charset "UTF-8";
/* Variables */
/* Used in Tailwind config */
.reset-link:link, .reset-link:visited {
  color: #111111;
  text-decoration: none;
}

.reset-list {
  list-style: none;
  padding-left: 0;
}
.reset-list li {
  margin-top: 0;
}
.reset-list li:not(:first-of-type) {
  margin-top: 0;
}

/* ------------------------------------
//  ここからこのキャンペーンのCSSを記述
// ----------------------------------*/
/* Hero Section */
.hero {
  aspect-ratio: unset;
  padding: 0;
  background-image: none;
}
@media only screen and (min-width: 601px) {
  .hero {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.hero__image-wrapper {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .hero__image-wrapper {
    width: 500px;
  }
}/*# sourceMappingURL=campaign.css.map */


