.cp-stop {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.cp-stop:before {
  content: "本イベントは\a好評につき終了しました" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100% !important;
  z-index: 105 !important;
  font-size: 42px !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-shadow: 2px 2px 8px rgba(12, 12, 12, 0.2) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  white-space: pre !important;
  color: #fff !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  height: auto !important;
  background: transparent !important;
}

@media screen and (max-width: 767px) {
  .cp-stop:before {
    font-size: 24px !important;
  }
}

.cp-stop:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101;
  background: rgba(12, 12, 12, 0.8);
}

/*---------------------------------

  キャンペーンストップ用（色変更）

---------------------------------*/
.cp-stop-bk:before {
  color: #fff;
}
.cp-stop-bk:after {
  background: rgba(12, 12, 12, 0.8);
}

.cp-stop-wh:before {
  color: #121212;
}
.cp-stop-wh:after {
  background: rgba(255, 255, 255, 0.8);
}

.cp-stop-bl:before {
  color: #fff;
}
.cp-stop-bl:after {
  background: rgba(17, 55, 107, 0.8);
}