@charset "utf-8";
/*----- 完売 -----*/
.planunit:has(.kanbai) {
  position: relative;
}
.planunit > .kanbai {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
}
.planunit > .syodan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  font-size: 4em;
  background: #fff;
  border: 4px solid #D02D2C;
  color: #D02D2C !important;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contents .syodan{
	font-size: 32px;
}