/* Scss Document */
/* CSS Document */
/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
.font-en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.number {
  line-height: 1;
}

.strong {
  font-weight: 600;
}

/*----*/
.present {
  position: relative;
  padding: 3rem 2rem;
  font-weight: 700;
  background: url(../img/campaign/side_right_black.webp) no-repeat top right/135%, url(../img/campaign/side_left_to_all.webp) no-repeat center/141%, linear-gradient(146deg, #FFF 0%, #C39000 100%);
}
@media only screen and (min-width: 769px) {
  .present {
    padding: 3rem 32rem 4rem;
    background: url(../img/campaign/side_right_black.webp) no-repeat bottom left/cover, url(../img/campaign/side_left_to_all.webp) no-repeat top left/cover, linear-gradient(146deg, #FFF 0%, #C39000 100%);
  }
}
.present .top_balloon {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .present .top_balloon {
    margin-bottom: 1rem;
  }
}
.present .top_balloon_wrap {
  position: relative;
  display: inline-block;
  color: #fff;
  border-radius: 0.5rem;
  border-top: 1px solid #FFF;
  background: linear-gradient(0deg, #000 0%, #666 100%);
  font-size: 2rem;
  padding: 0.35em 1em 0.5em 1em;
  line-height: 1.2;
}
.present .top_balloon_wrap .strong {
  font-size: 2.4rem;
}
.present .top_balloon_wrap::after {
  position: absolute;
  content: "";
  background: #000;
  width: 2.6rem;
  height: 2rem;
  clip-path: polygon(40% 0, 100% 0, 0 100%);
  top: 100%;
  left: 64%;
}
@media only screen and (min-width: 769px) {
  .present .top_balloon_wrap::after {
    left: 72%;
  }
}
.present .star {
  position: absolute;
  top: 25.7rem;
  right: 0;
  transform: rotate(10deg);
  background: url(../img/campaign/strong_star.svg) no-repeat center/contain;
  width: 11rem;
  height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .present .star {
    top: 23rem;
    right: 32.2rem;
    width: 16.5rem;
    height: 16.5rem;
  }
}
.present .star_wrap {
  text-align: center;
  line-height: 1.2;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .present .star_wrap {
    font-size: 1.4rem;
  }
}
.present .star_wrap .middle {
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .present .star_wrap .middle {
    font-size: 1.8rem;
  }
}
.present .star_wrap .open-sans {
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .present .star_wrap .open-sans {
    font-size: 3rem;
  }
}
.present .mobile_battery {
  text-align: center;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .present .mobile_battery {
    margin-top: 1.5rem;
  }
}
.present .mobile_battery img {
  width: 28rem;
}
@media only screen and (min-width: 769px) {
  .present .mobile_battery img {
    width: 50rem;
  }
}
.present .information {
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .present .information {
    margin-top: 1.5rem;
  }
}
.present .information_wrap {
  display: inline-block;
  background: #fff;
  border: solid 1px #000;
  font-size: 1.4rem;
  border-radius: 10rem;
  padding: 0.25em 1em;
}
@media only screen and (min-width: 769px) {
  .present .information_wrap {
    font-size: 2rem;
  }
}
.present .information_wrap .gold {
  color: #C39000;
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .present .information_wrap .gold {
    font-size: 3rem;
  }
}
.present .information_wrap .middle {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .present .information_wrap .middle {
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=campaign.css.map */