:root {
  --base-scale: 1px;
}
@media (max-width: 1240px) {
  :root {
    --base-scale: calc(100vw / 1200);
  }
}

.inline-block {
  display: inline-block;
}

.max-w-1000 {
  max-width: 1000px;
}

.mx-auto {
  margin-inline: auto;
}

#coupon_lp {
  padding-top: calc(50 * var(--base-scale));
  padding-bottom: calc(160 * var(--base-scale));
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 799px) {
  #coupon_lp {
    padding-top: 0;
    padding-bottom: 12.5vw;
  }
}
#coupon_lp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#coupon_lp .wrapper {
  width: 100%;
  max-width: none;
  padding-top: var(--header-height) !important;
}
#coupon_lp .sp-only {
  display: none;
}
@media (max-width: 799px) {
  #coupon_lp .sp-only {
    display: inline;
  }
}
#coupon_lp .pc-only {
  display: inline;
}
@media (max-width: 799px) {
  #coupon_lp .pc-only {
    display: none;
  }
}
#coupon_lp .coupon-kv__content {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-kv__content {
    max-width: 100%;
    margin-top: 6vw;
  }
}
#coupon_lp .coupon-kv__img {
  display: block;
  width: 100%;
  height: auto;
}
#coupon_lp .coupon-stage {
  padding-top: calc(72 * var(--base-scale));
  text-align: center;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage {
    padding-top: 15.75vw;
  }
}
#coupon_lp .coupon-stage__inner {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage__inner {
    width: 90vw;
    max-width: none;
  }
}
#coupon_lp .coupon-stage__badge {
  display: inline-block;
  margin: 0;
  padding: calc(7 * var(--base-scale)) calc(25 * var(--base-scale));
  color: #333;
  font-size: calc(20 * var(--base-scale));
  font-weight: 300;
  line-height: 1.4;
  background: #fff85a;
  border-radius: 999px;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage__badge {
    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;
    width: 58.75vw;
    height: 8.5vw;
    font-size: 3.25vw;
    margin-inline: auto;
  }
}
#coupon_lp .coupon-stage__title {
  margin: calc(12 * var(--base-scale)) 0 0;
  color: #222;
  font-size: calc(26 * var(--base-scale));
  font-weight: 600;
  line-height: 1.45;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage__title {
    margin-top: 3.5vw;
    font-size: 5vw;
    line-height: 1.55;
  }
}
#coupon_lp .coupon-stage__lead {
  margin: calc(24 * var(--base-scale)) 0 0;
  color: #3b3b3b;
  font-size: calc(16 * var(--base-scale));
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage__lead {
    width: 80vw;
    margin: 5.5vw auto 0;
    font-size: 3.25vw;
    line-height: 1.65;
    font-weight: 400;
  }
}
#coupon_lp .coupon-stage__benefit {
  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;
  gap: calc(22 * var(--base-scale));
  margin-top: calc(60 * var(--base-scale));
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage__benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.5vw;
    margin-top: 6vw;
  }
}
#coupon_lp .coupon-ticket {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(45 * var(--base-scale)) minmax(0, 1fr);
  grid-template-columns: calc(45 * var(--base-scale)) minmax(0, 1fr);
  width: calc(300 * var(--base-scale));
  min-height: calc(146 * var(--base-scale));
  color: #164a7a;
  background: #E0EEF6;
  overflow: hidden;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-ticket {
    -ms-grid-columns: 11.25vw minmax(0, 1fr);
    grid-template-columns: 11.25vw minmax(0, 1fr);
    width: 75.25vw;
    min-height: 36.5vw;
  }
}
#coupon_lp .coupon-ticket::before, #coupon_lp .coupon-ticket::after {
  position: absolute;
  left: calc(32 * var(--base-scale));
  z-index: 2;
  width: calc(26 * var(--base-scale));
  height: calc(26 * var(--base-scale));
  background: #fff;
  border-radius: 50%;
  content: "";
}
@media (max-width: 799px) {
  #coupon_lp .coupon-ticket::before, #coupon_lp .coupon-ticket::after {
    left: 8vw;
    width: 6.5vw;
    height: 6.5vw;
  }
}
#coupon_lp .coupon-ticket::before {
  top: calc(-13 * var(--base-scale));
}
@media (max-width: 799px) {
  #coupon_lp .coupon-ticket::before {
    top: -3.25vw;
  }
}
#coupon_lp .coupon-ticket::after {
  bottom: calc(-13 * var(--base-scale));
}
@media (max-width: 799px) {
  #coupon_lp .coupon-ticket::after {
    bottom: -3.25vw;
  }
}
#coupon_lp .coupon-ticket__side {
  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;
  width: calc(45 * var(--base-scale));
  color: #fff;
  font-size: calc(20 * var(--base-scale));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  border-right: 1px dashed rgba(255, 255, 255, 0.9);
}
@media (max-width: 799px) {
  #coupon_lp .coupon-ticket__side {
    width: 11.25vw;
    font-size: 5vw;
  }
}
#coupon_lp .coupon-ticket__side span {
  display: block;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#coupon_lp .coupon-ticket__body {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: calc(18 * var(--base-scale)) calc(14 * var(--base-scale)) calc(14 * var(--base-scale));
}
@media (max-width: 799px) {
  #coupon_lp .coupon-ticket__body {
    padding: 4.5vw 3.5vw 3.5vw;
  }
}
#coupon_lp .coupon-ticket__label {
  margin: 0;
  font-size: calc(20 * var(--base-scale));
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-ticket__label {
    font-size: 4.5vw;
  }
}
#coupon_lp .coupon-ticket__amount {
  margin: calc(6 * var(--base-scale)) 0 0;
  font-size: calc(52 * var(--base-scale));
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-ticket__amount {
    margin-top: 1.5vw;
    font-size: 12vw;
  }
}
#coupon_lp .coupon-ticket__amount small {
  font-size: calc(18 * var(--base-scale));
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-ticket__amount small {
    font-size: 5vw;
  }
}
#coupon_lp .coupon-ticket__code {
  width: 100%;
  padding-inline: calc(8 * var(--base-scale));
  margin: calc(12 * var(--base-scale)) 0 0;
  font-size: calc(16 * var(--base-scale));
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-ticket__code {
    padding-inline: 2vw;
    margin-top: 3vw;
    font-size: 3.5vw;
  }
}
#coupon_lp .coupon-plus {
  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;
  width: calc(193 * var(--base-scale));
  height: calc(167 * var(--base-scale));
  color: #164a7a;
  background: #FFE7E7;
  clip-path: polygon(0 27%, 58% 27%, 58% 0, 100% 50%, 58% 100%, 58% 73%, 0 73%);
}
@media (max-width: 799px) {
  #coupon_lp .coupon-plus {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 37.25vw;
    height: 29.25vw;
    padding-top: 1vw;
    clip-path: polygon(28% 0, 72% 0, 72% 44%, 100% 44%, 50% 100%, 0 44%, 28% 44%);
  }
}
#coupon_lp .coupon-plus__text {
  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;
  gap: calc(12 * var(--base-scale));
  width: 75%;
  margin: 0 0 0 calc(-8 * var(--base-scale));
  font-size: calc(20 * var(--base-scale));
  font-weight: 700;
  line-height: calc(27 * var(--base-scale));
  text-align: left;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-plus__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25vw;
    width: 100%;
    margin: 0;
    font-size: 4.5vw;
    line-height: 6.75vw;
    text-align: center;
  }
}
#coupon_lp .coupon-plus__mark {
  font-size: calc(35 * var(--base-scale));
  line-height: 1;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-plus__mark {
    font-size: 7.25vw;
    line-height: 0.9;
    margin-bottom: -1vw;
  }
}
#coupon_lp .coupon-stage-list {
  display: -ms-grid;
  display: grid;
  gap: calc(12 * var(--base-scale));
  width: calc(340 * var(--base-scale));
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage-list {
    gap: 2vw;
    width: 79.75vw;
    margin-top: 0.5vw;
  }
}
#coupon_lp .coupon-stage-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(148 * var(--base-scale)) minmax(0, 1fr);
  grid-template-columns: calc(148 * var(--base-scale)) minmax(0, 1fr);
  min-height: calc(45 * var(--base-scale));
  color: #164a7a;
  font-weight: 700;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage-list__item {
    -ms-grid-columns: 32.5vw minmax(0, 1fr);
    grid-template-columns: 32.5vw minmax(0, 1fr);
    min-height: 11.5vw;
  }
}
#coupon_lp .coupon-stage-list__rank, #coupon_lp .coupon-stage-list__discount {
  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;
  min-width: 0;
  line-height: 1.2;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage-list__rank, #coupon_lp .coupon-stage-list__discount {
    padding: 1.5vw 2vw;
  }
}
#coupon_lp .coupon-stage-list__rank {
  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;
  width: calc(148 * var(--base-scale));
  height: calc(45 * var(--base-scale));
  color: #fff;
  font-size: calc(16 * var(--base-scale));
  position: relative;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage-list__rank {
    width: 32.5vw;
    height: 11.5vw;
    font-size: 3.5vw;
  }
}
#coupon_lp .coupon-stage-list__discount {
  padding-bottom: calc(4 * var(--base-scale));
  font-size: calc(16 * var(--base-scale));
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage-list__discount {
    font-size: 3.5vw;
  }
}
#coupon_lp .coupon-stage-list__discount strong {
  margin-right: calc(2 * var(--base-scale));
  font-size: calc(23 * var(--base-scale));
  line-height: 1;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage-list__discount strong {
    margin-right: 0.5vw;
    font-size: 5vw;
  }
}
#coupon_lp .coupon-stage-list__discount span {
  margin-top: calc(6 * var(--base-scale));
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage-list__discount span {
    margin-top: 1vw;
  }
}
#coupon_lp .coupon-stage-list__star {
  width: calc(16 * var(--base-scale));
  height: calc(25 * var(--base-scale));
  background: url(../img/coupon_lp_star.svg);
  background-size: calc(16 * var(--base-scale));
  font-size: calc(18 * var(--base-scale));
  line-height: 1;
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage-list__star {
    width: 4vw;
    height: 6.25vw;
    margin: 0 1.25vw;
    background-size: 4vw;
    font-size: 3.75vw;
  }
}
#coupon_lp .coupon-stage-list__star-left {
  position: absolute;
  top: calc(10 * var(--base-scale));
  left: calc(18 * var(--base-scale));
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage-list__star-left {
    top: 2.5vw;
    left: 3vw;
  }
}
#coupon_lp .coupon-stage-list__star-right {
  position: absolute;
  top: calc(10 * var(--base-scale));
  right: calc(12 * var(--base-scale));
}
@media (max-width: 799px) {
  #coupon_lp .coupon-stage-list__star-right {
    top: 2.5vw;
    right: 3vw;
  }
}
#coupon_lp .coupon-stage-list__item--vip .coupon-stage-list__rank {
  background: #3B2B69;
}
#coupon_lp .coupon-stage-list__item--vip .coupon-stage-list__discount {
  background: #EDEFFF;
}
#coupon_lp .coupon-stage-list__item--diamond .coupon-stage-list__rank {
  background: #773E6A;
}
#coupon_lp .coupon-stage-list__item--diamond .coupon-stage-list__discount {
  background: #FAEDFF;
}
#coupon_lp .coupon-stage-list__item--platinum .coupon-stage-list__rank {
  background: #78A2C7;
}
#coupon_lp .coupon-stage-list__item--platinum .coupon-stage-list__discount {
  background: #E9F7FF;
}
#coupon_lp .coupon-stage-list__item--gold .coupon-stage-list__rank {
  background: #E1A82D;
}
#coupon_lp .coupon-stage-list__item--gold .coupon-stage-list__discount {
  background: #FFFCEF;
}