.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: #fff;
  font-size: 12px;
  font-weight: 400;
  border: #fff solid 1px;
  line-height: 1.2;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.price {
  width: 80%;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.price span {
  padding: 0 0 0 0.2em;
  font-size: 14px;
  font-weight: 600;
}

.ticket-off {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ticket-off p {
  border: #00B8EE solid 2px;
  padding: 0 0.5em;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.online-h {
  margin-top: 5rem;
}

@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;
  }

  .button-top{
    margin: 1.5rem 0 0;
  }

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

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .ticket-text {
    font-size: 2.08vw;
  }

  .sheet {
    font-size: 1.56vw;
  }

  .price {
    font-size: 2.60vw;
  }

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

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

}