#cpl {
  min-height: 800px;
}

#cpl:not(.loaded),
#cpl:has(.loading) {
  opacity: 0;
  transition: 0.5s;
}

#cpl.loaded:not(:has(.loading)) {
  opacity: 1;
  transition: 0.5s;
}

.catewrap {
  max-width: 1040px;
  margin: 30px auto;
  color: #222;
}

.catewrap:not(:has(.couponlist > li:not(.dn))) {
  display: none;
}

.catettl {
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  max-width: 1000px;
  margin: auto;
  padding: 5px;
}

ul.couponlist {
  display: flex;
  max-width: 1000px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.cowrap {
  display: flex;
  text-align: left;
  align-items: center;
}

.flco-img {
  width: 160px;
}

.flco-txt {
  width: calc(100% - 160px);
  padding-left: 15px;
}

p.co-name {
  font-size: 16px;
  font-weight: bold;
}

p.co-setsumei {
  font-size: 13px;
}

p.co-period {
  font-size: 11px;
  min-height: 16px;
  color: #777;
}

#cpl li {
  width: 470px;
  max-width: 50%;
  border-radius: 5px;
  padding: 15px;
}

.co-price {
  color: #ff1aa1;
  font-weight: bold;
  font-size: 30px;
  padding-top: 3px;
  min-height: 47px;
}

.co-price small {
  font-weight: bold;
  font-size: 17px;
}

a.co-btn {
  display: block;
  width: 100%;
  background: #eee;
  padding: 7px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  color: #444;
  margin: 5px 0px 0;
}

a.co-btn:hover,
.flco-img img:hover {
  opacity: 0.7;
}

.disabled {
  position: relative;
}

.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  opacity: 0;
}

.disabled .co-price {
  font-size: 17px;
  padding: 15px 0 10px;
  color: #aaa;
}

.disabled .co-btn,
.disabled .co-period {
  display: none;
}

#special-content {
  padding: 20px 0 !important;
  border: 0 !important;
}

@media (max-width: 991px) {
  .couponlist {
    justify-content: center;
  }

  #cpl li {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  #main {
    padding: 0 !important;
  }

  #contents .container {
    padding: 0 !important;
  }
}

@media (max-width: 480px) {
  #cpl li {
    padding: 15px 5px;
  }

  .flco-img {
    width: 100px;
  }

  .flco-txt {
    width: calc(100% - 100px);
  }

  .co-setsumei {
    font-size: 12px;
  }

  .co-price {
    font-size: 25px;
    min-height: 40px;
  }

  .catettl {
    font-size: 20px;
  }
}
