.couponlp__cord,
.couponlp__list,
.couponlp__link a,
.couponlp__btn a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.couponlp__list {
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.couponlp__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.couponlp__cord,
.couponlp__link a,
.couponlp__btn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.couponlp__cord,
.couponlp__link a,
.couponlp__btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-device-width: 768px) {
  .sp_only {
    display: none;
  }
}

/* ==============================
              all
============================== */
html {
  font-size: 62.5%;
}

.couponlp {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: 60px auto;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
}

.couponlp img {
  width: 100%;
}

.couponlp__mv {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.couponlp__index {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 40px;
}

.couponlp__ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 40px;
  line-height: 2;
}

.couponlp__sbttl {
  font-size: 15px;
  /* color: #0070C0; */
  padding-bottom: 40px;
  line-height: 2;
}

.couponlp__lead {
  font-size: 15px;
  line-height: 2;
  padding-bottom: 40px;
}

.couponlp__cord {
  width: 300px;
  height: 120px;
  margin: 0 auto 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

/* .couponlp__cord--num {
  color: #0070C0;
} */

.couponlp__sec {
  padding-bottom: 100px;
}

.couponlp__secTtl {
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: bold;
}

.couponlp__secImg {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.couponlp__list {
  width: 900px;
  margin: 0 auto;
}

.couponlp__item {
  width: 220px;
  padding-bottom: 100px;
}

.couponlp__link {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.couponlp__link a {
  width: 500px;
  height: 65px;
  font-size: 17px;
  color: #fff;
}

.couponlp__btn {
  width: 200px;
  margin: 0 auto;
}

.couponlp__btn a {
  width: 200px;
  height: 40px;
  font-size: 13px;
  font-family: pragmatica, sans-serif;
  color: #272727;
  border: 1px solid #8b8b8b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.08em;
}

@media screen and (max-device-width: 767px) {
  .pc_only {
    display: none !important;
  }

  .order_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-area .main-inner {
    width: 100%;
  }

  /* ===============
    all
  =============== */
  .couponlp {
    width: 100%;
    padding: 0 0 calc(20 * (100vw / 750));
    margin: 0 auto;
  }

  .couponlp__mv {
    width: 100%;
    padding-bottom: calc(80 * (100vw / 750));
  }

  .couponlp__index {
    font-size: calc(36 * (100vw / 750));
    padding-bottom: calc(40 * (100vw / 750));
    line-height: 1.75;
  }

  .couponlp__ttl {
    font-size: calc(36 * (100vw / 750));
    padding-bottom: calc(40 * (100vw / 750));
    line-height: 1.75;
  }

  .couponlp__sbttl {
    font-size: calc(28 * (100vw / 750));
    line-height: 1.8;
    padding-bottom: calc(40 * (100vw / 750));
  }

  .couponlp__lead {
    font-size: calc(28 * (100vw / 750));
    line-height: 1.8;
    padding-bottom: calc(40 * (100vw / 750));
  }

  .couponlp__cord {
    width: calc(600 * (100vw / 750));
    height: calc(160 * (100vw / 750));
    margin: 0 auto calc(80 * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
  }

  .couponlp__sec {
    padding-bottom: calc(100 * (100vw / 750));
  }

  .couponlp__secTtl {
    font-size: calc(36 * (100vw / 750));
    padding-bottom: calc(40 * (100vw / 750));
  }

  .couponlp__secImg {
    width: calc(600 * (100vw / 750));
    margin-bottom: calc(120 * (100vw / 750));
    padding-bottom: 0;
  }

  .couponlp__list {
    width: calc(550 * (100vw / 750));
  }

  .couponlp__item {
    width: calc(250 * (100vw / 750));
    padding-bottom: calc(100 * (100vw / 750));
  }

  .couponlp__link {
    width: calc(690 * (100vw / 750));
    padding-bottom: calc(60 * (100vw / 750));
  }

  .couponlp__link a {
    width: calc(690 * (100vw / 750));
    height: calc(108 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  .couponlp__btn {
    width: calc(322 * (100vw / 750));
    margin: 0 auto;
    padding-bottom: 3rem;
  }

  .couponlp__btn a {
    width: calc(322 * (100vw / 750));
    height: calc(70 * (100vw / 750));
    font-size: calc(26 * (100vw / 750));
  }
}

/*# sourceMappingURL=200801.css.map */