@charset "UTF-8";
/* CSS Document */

.soldout {
  position: relative;
}

.end *, .end a,
.soldout > a {
    pointer-events: none;
}
.end .main-visual  .end-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 10;
  width: 90%;
  height: 50%;
  background: hsla(0,0%,100%,.95);
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.7);
  box-shadow: 0 0 15px 0 rgba(0,0,0,.7);
  border: 5px solid #c00;
  text-align: center;
  font-size: 3rem;
}
.end .main-visual  .end-copy p {
  margin: auto;
  font-weight: 700;
}