.ticket-text {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 2rem;
}

.sheet {
  width: 15%;
  margin: 0 3% 0 0;
  padding: .3em .5em;
  color: #aa9dab;
  font-size: 12px;
  font-weight: 400;
  border: #aa9dab solid 1px;
  line-height: 1.2;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.price {
  width: 80%;

  font-size: 24px;
  font-weight: 400;
}

.price span {
  font-size: 14px;
  font-weight: 600;
}

.ticket-off {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(170, 157, 171, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ticket-off p {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .ticket-text {
    font-size: 3.6vw;
    padding: 0 0 2rem;
  }

  .sheet {
    width: 30%;
    font-size: 2.6vw;
  }

  .price {
    width: 65%;
    font-size: 5vw;
    font-weight: 400;
  }

  .price span {
    font-size: 2.8vw;
  }

  .ticket-off p {
    font-size:4.2vw;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {}