@charset "UTF-8";

.cateImageSec .finished a {
  pointer-events: none;
}
.cateImageSec .finished {
  position: relative;
}
.cateImageSec .finished::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.cateImageSec .finished .mainvisual {
  position: relative;
}
.cateImageSec .finished .mainvisual::after {
  content: "終了しました";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-size: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  height: 70%;
  text-align: center;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.8);
  border: double 7px #ffffff7f;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .cateImageSec .finished .mainvisual::after {
    font-size: 5vw;
    width: 80%;
    height: 70%;
    border: double 6px #ffffff7f;
  }
  .fs-l-pageMain .endText{
    font-size: 4vw;
  }
}