@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-feature-settings: "palt";
  background-color: #fff;
}

a {
  display: inline-block;
}

.br {
  margin-bottom: min(15px, 1.5vw);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.f-bold {
  font-weight: 700;
}

.content-width {
  margin: 0 auto;
}

.m-lr-auto {
  margin-left: auto;
  margin-right: auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/*-- btn --*/
.btn_wrap {
  position: relative;
}

.btn {
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.btn {
  width: 83.73%;
}

header {
  background-color: #f0f1f1;
}

header h1 {
  width: 500px;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .main {
    overflow: hidden;
  }

  header h1 {
    width: 85.6vw;
  }
}

/* FV */
#fv {
  background-color: #f0f1f1;
}

#fv h2 {
  display: flex;
  justify-content: center;
}

#fv h2 img {
  width: 1450px;
  margin-left: -105px;
}

@media screen and (max-width: 900px) {
  #fv {
    margin-top: -0.6667vw;
  }

  #fv h2 img {
    width: 100%;
    margin: 0;
  }

  .campaign-terms-wrapper {
    background-image: url(../img/backgroud_img_sp.png);
  }
}

/* ナビゲーション */
#nav {
  padding-top: 42px;
}

.nav-list {
  width: 550px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  margin: 40px auto 30px;
}

p.nav-img {
  width: 103.6%;
  margin-left: -10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  #nav {
    padding-top: 5vw;
  }

  .nav-list {
    width: 87.3333vw;
    gap: 3.2000vw;
    margin: 5.0667vw auto 4vw;
  }

  p.nav-img {
    margin-left: -2vw;
    margin-bottom: 5.4vw;
  }
}

/* 商品、対象商品、イチオシ商品共通 */
.campaign-terms-wrapper {
  background-image: url(../img/backgroud_img.png);
  background-size: 100%;
  background-position: top;
  background-repeat: repeat;
}

#nav, #section-1, #section-2, #section-3, #section-4, #section-5 {
  width: 560px;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .campaign-terms-wrapper {
    background-image: url(../img/backgroud_img_sp.png);
  }

  #nav, #section-1, #section-2, #section-3, #section-4, #section-5 {
    width: 90.667vw;
  }
}

/* 商品 */
#section-1 h2 {
  width: 578px;
  margin-left: 25px;
}

#section-1 h2+p {
  margin-top: -175px;
}

#section-1 h2+p {
  margin-bottom: 30px;
}

#section-1 .sec1-img2 {
  margin-bottom: 15px;
}

#section-1 .sec1-img3 {
  margin-bottom: 36px;
}

#section-1 .sec1-img4 {
  margin-bottom: 35px;
}

#section-1 .sec1-img5 {
  margin-bottom: 30px;
}

#section-1 .sec1-img6 {
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  #section-1 h2 {
    width: 90vw;
    margin-left: 4.6vw;
  }

  #section-1 h2+p {
    margin-top: -26.6667vw;
  }

  #section-1 .sec1-img2 {
    margin-bottom: 4.4000vw;
  }

  #section-1 .sec1-img3 {
    margin-bottom: 2.2667vw;
  }

  #section-1 .sec1-img4 {
    margin-bottom: 4.6667vw;
  }

  #section-1 .sec1-img5 {
    margin-bottom: 4vw;
  }

  #section-1 .sec1-img6 {
    margin-bottom: 4.6667vw;
  }
}

/* 応募方法 */
#section-2 h2 {
  width: 718px;
  margin-left: 25px;
}

#section-2 h2+p {
  margin-top: -175px;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  #section-2 h2 {
    width: 95vw;
    margin-top: 1.19vw;
    margin-left: 1vw;
  }

  #section-2 h2+p {
    margin-top: -27.0667vw;
    margin-bottom: 5.7333vw;
  }
}

/* 対象商品 */
#section-3 h2 {
  width: 580px;
  margin-left: 9px;
}

#section-3 .sec3-img2 {
  margin-top: -25px;
  margin-bottom: 40px;
}

#section-3 .sec3-img3 {
  margin-top: 20px;
}

#section-3 .sec3-img4 {
  margin-top: 20px;
}

#section-3 .sec3-img5 {
  margin-top: 40px;
}

#section-3 .sec3-img6 {
  margin-top: 40px;
}

#section-3 .sec3-img7 {
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  #section-3 h2 {
    width: 93.3333vw;
    margin-left: 1.7333vw;
  }

  #section-3 .sec3-img2 {
    margin-top: -4.6667vw;
  }

  #section-3 .sec3-img3 {
    width: 85vw;
    margin: 5.0667vw auto 0;
  }

  #section-3 .sec3-img4 {
    margin-top: 3.2000vw;
  }

  #section-3 .sec3-img5 {
    margin-top: 6.5vw;
  }

  #section-3 .sec3-img6 {
    margin-top: 7vw;
  }

  #section-3 .sec3-img7 {
    margin-top: 6.3vw;
  }
}

/* 応募要項 */
#section-4 h2 {
  margin-top: 50px;
  margin-bottom: 25px;
}

@media screen and (max-width: 900px) {
  #section-4 h2 {
    width: 88vw;
    margin: 10.6667vw auto 5.3333vw;
  }
}


.terms {
  position: relative;
  margin-bottom: 20px;
}

.terms .terms-ttl {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  font-weight: 700;
  color: #251716;
}

.terms .terms-texts-box {
  position: absolute;
  width: 500px;
  height: 428px;
  left: 50%;
  top: 2.5%;
  transform: translateX(-50%);
  overflow-y: auto;
  padding: 0 2%;
  text-align: left;
  margin-top: 78px;
}

.terms .terms-texts-box .terms-texts {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.48;
}

.terms .terms-texts-box .terms-texts li {
  margin-top: 0.2em;
  color: #231814;
}

.terms .terms-texts-box .terms-texts li.mt {
  margin-top: 4%;
}

.terms .terms-texts-box .terms-texts li.number {
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}

@media screen and (max-width: 900px) {
  .terms {
    margin-bottom: 5.0667vw;
  }

  .terms .terms-ttl {
    top: 4.5vw;
    font-size: 4vw;
  }

  .terms .terms-texts-box .terms-texts li.number {
    text-indent: min(calc(-22 / 900 * 100vw), 22px);
    padding-left: min(calc(22 / 900 * 100vw), 22px);
  }

  .terms .terms-texts-box {
    width: 84vw;
    height: 68vw;
    top: 5.5%;
    margin-top: 10.4000vw;
  }

  .terms .terms-texts-box .terms-texts {
    font-size: 2.6667vw;
  }
}

.terms .terms-texts-box .terms-texts .terms__header {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0.6em;
  color: #251716;
}

.terms .terms-texts-box .terms-texts .terms__header.terms__header__more {
  font-size: 18px;
}

.terms .terms-texts-box .terms-texts .terms__header.terms__header__most {
  font-size: 20px;
}

.terms .terms-texts-box .terms-texts .terms__header.terms__header__most.mb__center {
  margin-bottom: 4%;
  text-align: center;
}

.terms .terms-texts-box .terms-texts .terms__text {
  font-size: 16px;
}

.terms .terms-texts-box .terms-texts .terms__text.terms__text__more {
  font-size: 16px;
}

.terms .terms-texts-box .terms-texts .terms__note {
  margin-top: 0.2em;
  font-size: 16px;
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}

@media screen and (max-width: 900px) {
  .terms .terms-texts-box .terms-texts .terms__note {
    text-indent: min(calc(-22 / 900 * 100vw), 22px);
    padding-left: min(calc(22 / 900 * 100vw), 22px);
  }

  .terms .terms-texts-box .terms-texts .terms__text {
    font-size: 2.6667vw;
  }

  .terms .terms-texts-box .terms-texts .terms__text.terms__text__more {
    font-size: 2.6667vw;
  }

  .terms .terms-texts-box .terms-texts .terms__header {
    font-size: 3vw;
  }

  .terms .terms-texts-box .terms-texts .terms__header.terms__header__more {
    font-size: 3vw;
  }

  .terms .terms-texts-box .terms-texts .terms__note {
    font-size: 2.2vw;
  }

  .terms .terms-texts-box .terms-texts .terms__note {
    font-size: 2.6667vw;
  }
}

.terms .terms-texts-box .terms-texts .terms__note__bg {
  background-color: #e7e7e7;
  text-indent: unset;
  padding: 2% 3%;
  margin: 2% 0;
  font-size: 12px;
  font-weight: 700;
}

.terms .terms-texts-box .terms-texts .terms__note__bg div:last-of-type {
  padding-top: 1%;
}

.terms .terms-texts-box .terms-texts .terms__note.chu {
  color: red;
  margin-top: 1%;
  font-weight: 700;
}

.terms .terms-texts-box .terms-texts .dot {
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}

@media screen and (max-width: 900px) {
  .terms .terms-texts-box .terms-texts .dot {
    text-indent: min(-1.3333333333vw, 10px);
    padding-left: min(1.3333333333vw, 10px);
  }
}

.terms .terms-texts-box .terms-texts .terms__link {
  display: inline;
  word-break: break-all;
  color: #1a0dab;
  text-decoration: underline;
}

.terms .terms-texts-box .terms-texts .terms__word-break {
  word-break: break-all;
}

/* dl箇所 */
.dl__table {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  margin-top: 1.8%;
}

.dl__table dt {
  flex: 0 0 56.5%;
  padding-right: min(0.8vw, 8px);
  background-color: #fff;
  padding: min(0.4vw, 4px) 0 min(0.4vw, 4px) min(1.2vw, 12px);
  line-height: 1.4;
  margin-top: 2px;
}

.dl__table dd {
  flex: 1 1 43.5%;
  padding-left: min(1.6vw, 18px);
}

.dl__table dd span {
  color: red;
  font-weight: 700;
}

.dl__table dd span.chu {
  color: inherit;
  font-weight: normal;
  font-size: 13px;
}

#section-5 {
  margin-top: 35px;
}

#section-5 h2 {
  margin-bottom: 75px;
}

#section-5 .footer-img2 {
  width: 330px;
  margin: auto;
  padding-bottom: 70px;
}

@media screen and (max-width: 900px) {
  .dl__table {
    font-size: 2.6667vw;
  }

  #section-5 {
    margin-top: 5.6vw;
  }

  #section-5 h2 {
    margin-bottom: 8.5vw;
  }

  #section-5 .footer-img2 {
    width: 51.7333vw;
    margin: auto;
    padding-bottom: 9.3333vw;
  }
}
