@media all and (min-width: 768px) {
  .mo {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .pc {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

.header {
  background: unset;
}

body .bat-wrapper {
  max-width: unset;
}

ol li,
ul li {
  margin-bottom: unset;
}

img {
  max-width: 100%;
  height: auto;
}

.reveal {
  opacity: 0;
  visibility: hidden;
}

.coupon {
  font-family: 'Mont', 'Onemobile', 'NotoSans', sans-serif;
}
.coupon section {
  position: relative;
}
.coupon__disclaimer {
  position: absolute;
  bottom: 1.5625vw;
  left: 2.6041666667vw;
  font-size: 0.78125vw;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #fff;
  text-align: left;
  text-indent: -0.4166666667vw;
  padding: 0 0 0 0.4166666667vw;
}
.coupon .btn {
  display: inline-block;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  padding: 0.7291666667vw 3.0208333333vw 0.6770833333vw;
  border-radius: 100px;
  background-color: #fe5000;
  color: #fff;
  text-align: center;
  margin: auto;
  transition: background 0.3s;
}
.coupon .btn:hover {
  background-color: #eb4a00;
}
.coupon__kv img {
  width: 100%;
}
.coupon__membership {
  color: #fff;
  background: linear-gradient(180deg, #862ad5 0%, #3c2eb5 50%, #48c838 100%);
}
.coupon__membership h2 {
  font-size: 3.2291666667vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0 0 4.1666666667vw;
  text-align: center;
}
.coupon__membership .cont {
  position: relative;
  padding: 7.8125vw 2.0833333333vw 9.6875vw;
}
.coupon__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 62.5vw;
  margin: 0 auto;
  gap: 3.3333333333vw 0;
}
.coupon__list li {
  width: 30.5208333333vw;
}
.coupon__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.6041666667vw 0;
}
.coupon figure {
  display: block;
  width: 62.5vw;
  margin: 0 auto;
}
.coupon figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .coupon .btn {
    font-size: 4.5333333333vw;
    padding: 3.2vw 13.0666666667vw;
  }
  .coupon__disclaimer {
    bottom: 2.6666666667vw;
    left: 4vw;
    font-size: 2.4vw;
    text-indent: -1.3333333333vw;
    padding-left: 1.3333333333vw;
  }
  .coupon__membership h2 {
    font-size: 7.4666666667vw;
    margin: 0 0 6.6666666667vw;
  }
  .coupon__membership .cont {
    padding: 21.3333333333vw 6.4vw 32vw;
  }
  .coupon__list {
    flex-direction: column;
    width: 80vw;
    gap: 16vw 0;
  }
  .coupon__list li {
    width: 100%;
  }
  .coupon__list li a {
    gap: 6.6666666667vw 0;
  }
}
