@charset "utf-8";
.sale2024_coupon .gwcoupon-code-txt {
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2px;
}
.sale2024_coupon .gwcoupon-code-txt span {
  font-size: 1.4em;
}
/* .sale2024_coupon .gwcoupon-code-body:before {
  content: "クーポンコード：";
} */
.gwcoupon-50000 {
  background: url("../images/pt50000.webp") no-repeat center top/100%;
}
.gwcoupon-40000 {
  background: url("../images/pt40000.webp") no-repeat center top/100%;
}
.gwcoupon-35000 {
  background: url("../images/pt35000.webp") no-repeat center top/100%;
}
.gwcoupon-30000 {
  background: url("../images/pt30000.webp") no-repeat center top/100%;
}
.gwcoupon-15000 {
  background: url("../images/pt15000.webp") no-repeat center top/100%;
}
.gwcoupon-10000 {
  background: url("../images/pt10000.webp") no-repeat center top/100%;
}
.gwcoupon-6000 {
  background: url("../images/pt6000.webp") no-repeat center top/100%;
}
.gwcoupon-5000 {
  background: url("../images/pt5000.webp") no-repeat center top/100%;
}
.gwcoupon-3000 {
  background: url("../images/pt3000.webp") no-repeat center top/100%;
}
.gwcoupon-2000 {
  background: url("../images/pt2000.webp") no-repeat center top/100%;
}
.gwcoupon-1000 {
  background: url("../images/pt1000.webp") no-repeat center top/100%;
}
.gwcoupon-500 {
  background: url("../images/pt500.webp") no-repeat center top/100%;
}
@media screen and (max-width: 767px) {
  .sale2024_coupon .gwcoupon-bottom {
    padding: 2vw 3vw;
  }
  .sale2024_coupon .gwcoupon-code-txt {
    font-size: 5vw;
    margin-bottom: 4px;
  }
  .sale2024_coupon .gwcoupon-code-body, .sale2024_coupon .gwcoupon-code .gwcoupon-code-btn {
    font-size: 3.6vw;
    padding: 6px 4px;
  }
}


.sale2024_coupon .gwcoupon {
  position: relative;
  color: #fff;
  width: 100%;
  height: 115px;
  top: 0;
  left: 0;
  border-radius: 12px 12px 0 0;
	margin-bottom: 10px;
}
.sale2024_coupon .gwcoupon-bottom {
  padding: 10px 0;
}
.sale2024_coupon .gwcoupon-code {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sale2024_coupon .gwcoupon-code-txt {
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 6px dotted #fff;
  padding: 0 0 5px;
}
.sale2024_coupon .gwcoupon-code-txt span {
  font-size: 25px;
  font-weight: 700;
}
.sale2024_coupon .gwcoupon-code-body-wrap {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 60px 20px 0;
  opacity: 0;
}
.sale2024_coupon .gwcoupon-code-body {
  width: 80.6%;
  padding: 4px;
  background: #fff;
  color: #484848;
  font-size: 14px;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
}
.sale2024_coupon .gwcoupon-code .gwcoupon-code-btn {
  padding: 4px;
  font-size: 14px;
  flex: 1;
  text-align: center;
  transition: 0.3s;
  font-family: "M PLUS 1", sans-serif;
  background: #E83642;
}
.sale2024_coupon .gwcoupon-code-btn.gwcopied {
  filter: brightness(150%);
}
