@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.campain-hero {
  position: relative;
  padding: clamp(20px, 3vw, 60px) 0;
  z-index: 0;
  background: url("../../assets/images/spring-campaign/bg.webp") 0 0/cover;
  overflow: hidden;
}
.campain-hero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 200%;
  aspect-ratio: 1/1;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(40.11% 40.11% at 50% 46.98%, #fff 0%, rgba(255,255,255,0.41) 68.27%, rgba(255,255,255,0) 100%);
}
@media only screen and (max-width: 979px) {
  .campain-hero {
    padding-bottom: 0;
  }
}
.campain-hero__container {
  margin: auto;
  width: 95%;
  max-width: 1300px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 3vw, 60px) 470px;
  grid-template-columns: 1fr 470px;
  gap: 20px clamp(20px, 3vw, 60px);
}
@media only screen and (max-width: 979px) {
  .campain-hero__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.campain-hero__content {
  display: -ms-grid;
  display: grid;
  gap: clamp(10px, 2vw, 20px);
  place-content: center;
}
@media only screen and (max-width: 979px) {
  .campain-hero__content {
    width: 95%;
    margin: auto;
  }
}
.campain-hero__title {
  text-align: center;
  text-shadow: 0 0 10px rgba(115,0,230,0.2);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  position: relative;
  color: transparent;
  display: inline-block;
  font-weight: 900;
  line-height: 1.3;
}
.campain-hero__title span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(13.46%, #a041ff), color-stop(50%, #a041ff), to(#eb6ee0));
  background: linear-gradient(0deg, #a041ff 13.46%, #a041ff 50%, #eb6ee0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.campain-hero__title span::before {
  content: attr(data-text) "";
  -webkit-text-stroke-width: 0.1em;
  -webkit-text-stroke-color: #fff;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.campain-hero__title .text-sm {
  font-size: 82%;
}
.campain-hero__title .text-md {
  font-size: 112%;
}
.campain-price {
  -webkit-filter: drop-shadow(0 0 20px rgba(115,0,230,0.2));
          filter: drop-shadow(0 0 20px rgba(115,0,230,0.2));
}
.campain-hero-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 2vw, 20px);
}
.campain-hero__lead {
  color: #1c0039;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.campain-hero__period {
  color: #7300e6;
  text-align: center;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 900;
  line-height: 1.56;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(25%, #fff), color-stop(75%, #fff), to(rgba(255,255,255,0)));
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 25%, #fff 75%, rgba(255,255,255,0) 100%);
  padding: 0.5em;
  border-bottom: 1px solid #7300e6;
  -o-border-image: linear-gradient(to right, rgba(115,0,230,0) 0%, #7300e6 25%, #7300e6 75%, rgba(115,0,230,0) 100%) 2;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(115,0,230,0)), color-stop(25%, #7300e6), color-stop(75%, #7300e6), to(rgba(115,0,230,0))) 2;
     border-image: linear-gradient(to right, rgba(115,0,230,0) 0%, #7300e6 25%, #7300e6 75%, rgba(115,0,230,0) 100%) 2;
}
.campain-hero__period span {
  display: inline-block;
}
.campain-hero__devices {
  width: 30%;
  max-width: 220px;
}
.campain-form {
  background: #fff;
  padding: clamp(20px, 3vw, 40px);
}
@media only screen and (min-width: 980px) {
  .campain-form {
    border-radius: 20px;
    -webkit-box-shadow: 0 20px 50px rgba(115,0,230,0.1);
            box-shadow: 0 20px 50px rgba(115,0,230,0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#planList .campaign_price {
  margin-bottom: -10px;
}
ul.benefit li em.em-most {
  font-size: 133%;
  position: relative;
  color: #fe2851;
}
.campaign_price {
  z-index: 1;
  position: relative;
  font-size: inherit;
  font-weight: 700;
  padding: 10px 14px;
  display: inline-block;
  -webkit-box-shadow: 0 8px 16px -6px rgba(0,0,0,0.26);
          box-shadow: 0 8px 16px -6px rgba(0,0,0,0.26);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
/* position: absolute; */
  white-space: nowrap;
  color: #fff;
}
.campaign_price::before,
.campaign_price::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.campaign_price::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(43.65%, #a041ff), color-stop(94.44%, #7300e6));
  background: linear-gradient(0deg, #a041ff 43.65%, #7300e6 94.44%);
  border: 2px solid #fff;
  border-radius: 2px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
.campaign_price::after {
  top: 0%;
  right: 0%;
  height: 14px;
  width: 14px;
  background-color: rgba(0,0,0,0.52);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.campaign_price em {
  font-weight: 600;
  font-size: 5.6rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.campaign_price span {
  font-size: 1.5rem;
}
.campaign_price--small {
  color: #fff;
  position: absolute;
  font-size: 133%;
  top: 75%;
  right: 3rem;
  padding: 0.25em 0.5em;
}
.campaign_price--mv {
  color: #fff;
  position: absolute;
  bottom: 80%;
  left: 1em;
  padding: 0.25em 0.5em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.campaign_price--mv .num {
  color: #ff0;
}
.campaign_price--mv::before {
  background: #fe2851;
}
.plan_wrap--campaign .start_price em {
  color: rgba(60,60,60,0.6);
}
.plan_wrap--campaign .start_price em::after,
.plan_wrap--campaign .em-most::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: 50%;
  z-index: 0;
  background: #fe2851;
  -webkit-box-shadow: 0px 2px 0px rgba(255,255,255,0.7);
  box-shadow: 0px 2px 0px rgba(255,255,255,0.7);
  -webkit-transform: translateY(-50%) rotate(-20.06deg);
  transform: translateY(-50%) rotate(-20.06deg);
}
.discount {
  color: #888;
  position: relative;
  text-align: le;
}
.discount::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 3px;
  left: 0;
  top: 50%;
  z-index: 0;
  background: #888;
  -webkit-box-shadow: 0px 2px 0px rgba(255,255,255,0.7);
          box-shadow: 0px 2px 0px rgba(255,255,255,0.7);
  -webkit-transform: translateY(-50%) rotate(-20.06deg);
          transform: translateY(-50%) rotate(-20.06deg);
}
.discount + .campaign_price {
  margin-left: -0.25em;
  position: absolute;
  top: -0.5em;
}
@media only screen and (max-width: 979px) {
  .discount + .campaign_price {
    position: relative;
    top: initial;
  }
}
.campain-hero__notes {
  color: #3c3c3c;
  font-size: 1.2rem;
  margin-top: 0.5em;
}
.campain-hero__notes p {
  margin-bottom: 0.5em;
}
.c-text-note {
  color: #3c3c3c;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: -0.75em;
  padding-left: 0.75em;
}
.c-text-note:before {
  content: "※";
  margin-right: 0.25em;
}
.c-text-note-list {
  list-style: none;
  padding-left: 0;
}
