.forSP {
  display: none;
}

.forPC {
  display: block;
}

.fs-l-pageMain {
  max-width: 100%;
  padding: 0;
}

.campaign__fv {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 50px;
}
.campaign__fv__image {
  width: 100%;
  display: block;
}

.overview {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  background-image: url("https://nakamuraya.itembox.design/item/images/gift_campaign/bg-01.jpg");
}
.overview__inner {
  background-image: url("https://nakamuraya.itembox.design/item/images/gift_campaign/bg-02.jpg");
  background-size: cover;
  background-position: top;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 89px;
  border-radius: 0 0 40px 40px;
}
.overview__inner__under {
  background-color: #FFF;
  border-radius: 0 0 40px 40px;
  max-width: 820px;
  width: 100%;
  height: 74px;
  margin: 0 auto;
}
.overview__title {
  font-size: 2.8rem;
  font-weight: bold;
  padding-top: 208px;
  color: #4B8DCA;
  margin-bottom: 50px;
}
.overview__text {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 20px;
}
.overview__text a {
  font-weight: bold;
  color: #4B8DCA;
  text-decoration: underline;
}
.overview__step ul {
  padding-left: 1em;
  text-indent: -1em;
}
.overview__attention {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 80px;
}
.overview__attention ul {
  padding-left: 1em;
  text-indent: -1em;
}
.overview h3 {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 10px;
}

.products {
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
}
.products__title h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #4B8DCA;
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
}

.product {
  max-width: 1080px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.product > div {
  flex: 1;
}
.product__content {
  position: relative;
}
.product .char {
  position: absolute;
  width: 80px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.product .char01 {
  width: 140px;
  top: -65%;
  left: 4%;
}
.product .char02 {
  width: 160px;
  top: -74%;
  left: 95.5%;
}
.product .char03 {
  width: 160px;
  top: -54%;
  left: 4%;
}
.product .char04 {
  width: 240px;
  top: 120%;
  left: 50%;
}
.product--reverse {
  flex-direction: row-reverse;
}
.product__image {
  z-index: 2;
}
.product__image img {
  width: 100%;
  height: auto;
  display: block;
}
.product__content {
  flex: 1;
}
.product__content__inner {
  max-width: 400px;
  margin: 0 auto;
}
.product__content h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #111111;
}
.product__content p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
.product__button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
.product__button:hover {
  background-color: #0062cc;
}

.gift_campaign_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
  background: #F4DE54;
  border: 1px solid #F4DE54;
  border-radius: 10px;
  color: var(--c_text);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 25px;
  position: relative;
  z-index: 1;
  width: 400px;
  margin: 0 auto;
}
.gift_campaign_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--c_wht);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: var(--anim);
  transform: scale(0, 1);
  transform-origin: left;
  border-radius: 10px;
}
.gift_campaign_btn:hover {
  opacity: 1;
  border: 1px solid #F4DE54;
}
.gift_campaign_btn:hover:before {
  transform: scale(1, 1);
}

.copyright {
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 912px) {
  .forSP {
    display: block !important;
  }
  .forPC {
    display: none;
  }
  .overview__inner {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .overview__inner__under {
    margin-top: -235px;
    height: 210px;
  }
  .product {
    flex-flow: column;
  }
  .product--reverse {
    flex-direction: column;
  }
  .product__content h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 60px;
  }
  .product__content p {
    font-size: 1.4rem;
  }
  .product__content__inner {
    margin-bottom: 60px;
  }
  .product .char01 {
    top: 10%;
    left: -46%;
  }
  .product .char02 {
    top: 5%;
    left: 143%;
  }
  .product .char03 {
    top: 10%;
    left: -40%;
  }
  .product .char04 {
    top: 98%;
    left: 50%;
  }
  .copyright {
    margin-top: 240px;
  }
}
@media (max-width: 820px) {
  .overview__inner__under {
    margin-top: -300px;
    height: 280px;
  }
}
@media (max-width: 767px) {
  .campaign__fv {
    margin-bottom: 20px;
  }
  .overview {
    padding: 40px 15px;
  }
  .overview h3 {
    font-size: 1.6rem;
  }
  .overview__inner {
    background-size: contain;
    padding: 0 20px;
  }
  .overview__inner__under {
    margin-top: -1000px;
    height: 1000px;
  }
  .overview__title {
    padding-top: 108px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .overview__text {
    font-size: 1.4rem;
  }
  .overview__attention {
    font-size: 1.4rem;
  }
  .products h2 {
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .products .char01 {
    width: 100px;
    top: 5%;
    left: 4.5%;
  }
  .products .char02 {
    width: 100px;
    top: 5%;
    left: 95.5%;
  }
  .products .char03 {
    width: 100px;
    top: 0;
    left: 5%;
  }
  .products .char04 {
    width: 140px;
    left: 50%;
    top: 95%;
  }
  .product__content {
    padding: 0 20px;
  }
  .product__content h3 {
    margin-top: 80px;
  }
  .gift_campaign_btn {
    width: 100%;
    padding: 20px;
  }
  .copyright {
    margin-top: 0;
  }
}/*# sourceMappingURL=gift_campaign.css.map */