body {
  position: relative !important;
}
.cfooter a {
  text-decoration: underline;
}
#cpn-main {
  padding-bottom: 170px !important;
}
body {
  min-width: 100%;
}
.header,
.main {
  width: 100% !important;
  max-width: 1000px;
}

.img-box {
  position: relative;
}

.img-box img {
  width: 100%;
}

.coupon-codes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.img-box .coupon-code {
  position: absolute;
  z-index: 1;
  width: 31.43%;
  aspect-ratio: 314 / 50;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 clamp(1px, 0.4vw, 4px) 0 clamp(9px, 2.5vw, 25px);
  border: clamp(1px, 0.2vw, 2px) solid currentColor;
  border-radius: 999px;
  background-color: #fff;
  color: #cb002f;
  appearance: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.img-box .coupon-code:focus-visible {
  outline: 3px solid #222;
  outline-offset: 2px;
}

.coupon-code__status {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  font-size: clamp(8px, 1.5vw, 15px);
  white-space: nowrap;
}

.img-box .coupon-code.is-copied > :not(.coupon-code__status) {
  opacity: 0;
}

.img-box .coupon-code.is-copied .coupon-code__status {
  opacity: 1;
}

.img-box .coupon-code--flight {
  color: #1f38b7;
}

.coupon-code__label {
  font-size: clamp(5px, 1.5vw, 15px);
}

.coupon-code__value {
  font-weight: bold;
  margin-left: clamp(1px, 0.4vw, 4px);
  font-size: clamp(11px, 2.9vw, 29px);
  letter-spacing: 0.02em;
}

.coupon-code__copy {
  position: relative;
  flex: 0 0 clamp(13px, 4.2vw, 42px);
  align-self: center;
  aspect-ratio: 1;
  margin-left: auto;
  border-radius: 50%;
  background-color: currentColor;
}

.coupon-code__copy::before,
.coupon-code__copy::after {
  position: absolute;
  box-sizing: border-box;
  width: 34%;
  height: 43%;
  border: clamp(1px, 0.1vw, 1.5px) solid #fff;
  border-radius: 1px;
  content: "";
}

.coupon-code__copy::before {
  top: 23%;
  left: 34%;
}

.coupon-code__copy::after {
  top: 34%;
  left: 23%;
}

.coupon-code--first-hotel,
.coupon-code--repeat-hotel {
  left: 16.9%;
}

.coupon-code--first-flight,
.coupon-code--repeat-flight {
  left: 51.85%;
}

.coupon-code--first-hotel,
.coupon-code--first-flight {
  top: 62.33%;
}

.coupon-code--repeat-hotel,
.coupon-code--repeat-flight {
  top: 90.78%;
}

@media screen and (max-width: 768px) {
  .img-box .coupon-code {
    width: 75.353%;
    aspect-ratio: 480 / 45;
    padding: 0 1.57% 0 14.3%;
  }

  .coupon-code__label {
    font-size: 3vw;
  }

  .coupon-code__value {
    margin-left: 1.9%;
    font-size: 6vw;
  }

  .coupon-code__copy {
    flex-basis: 4.7vw;
  }

  .coupon-code__status {
    font-size: 3vw;
  }

  .coupon-code--first-hotel,
  .coupon-code--first-flight,
  .coupon-code--repeat-hotel,
  .coupon-code--repeat-flight {
    left: 12.245%;
  }

  .coupon-code--first-hotel {
    top: 43.035%;
  }

  .coupon-code--first-flight {
    top: 58.21%;
  }

  .coupon-code--repeat-hotel {
    top: 79.799%;
  }

  .coupon-code--repeat-flight {
    top: 93.681%;
  }
}
.img-box a {
  display: block;
  position: absolute;
  z-index: 1;
}

.link-1 {
  width: 68%;
  height: 59%;
  top: 31%;
  left: 16%;
}

.img-box3 {
  position: relative;
}
.img-box3::before,
.img-box3::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 48%;
  right: 15%;
}

.img-box3::after {
  transition: 0.3s;
  transform: rotate(90deg);
}

.img-box3.active::after {
  transform: rotate(0deg);
}

.about {
  margin: 3em 30px 0;
}
.about h2 img {
  margin: auto;
}
.about table {
  margin-top: 3em;
  border-color: #888888;
}
.about table th,
.about table td {
  vertical-align: top;
  padding: 20px 18px;
  border-color: #888888;
  font-size: 14px;
  line-height: 20px;
}

.about table th {
  width: 200px;
  background-color: #e9e9e9;
  font-weight: bold;
}
.about table .indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.about table .indent-2 {
  display: inline-block;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.about table a {
  text-decoration: underline;
}

.about .box {
  margin-top: 25px;
  border: 1px solid #888888;
}
.about .box .ttl {
  background: #fff1b2;
  padding: 11px 20px;
  border-bottom: 1px solid #888888;
}
.about .box .con {
  padding: 11px 20px;
}
.about .box .con .red {
  color: #e40028;
}

.sp {
  display: none;
}

.l-sectionWrap--CardSelect {
  padding-top: 0;
}

span.indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

span.indent-2 {
  display: inline-block;
  text-indent: -2em;
  padding-left: 2em;
}

.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
  max-width: 1000px;
}

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

  .img-box-4 {
    padding: 30px 0;
  }

  .entrydcard {
    padding: 0;
  }

  .link-1 {
    width: 68%;
    height: 59%;
    top: 31%;
    left: 16%;
  }

  .about {
    margin: 2em auto;
    width: 92%;
  }
  .about h2 img {
    width: 40%;
  }
  .about table {
    margin-top: 2em;
  }
  .about table th br {
    display: none;
  }
  .about table th,
  .about table td {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 11px 13px;
  }
  .about table td {
    text-align: left;
  }

  .about .box {
    margin-top: 13px;
  }
  .about .box .ttl {
    padding: 9px 12px;
  }
  .about .box .con {
    padding: 9px 12px;
  }
  .l-sectionWrap--CardSelect {
    margin-top: 0;
  }

  .bnr {
    text-align: center;
    padding-bottom: 40px;
    margin: auto;
  }

  .img-box3::before,
  .img-box3::after {
    right: 8%;
  }
}
