.price {
  width: 80%;
  font-size: 20px;
  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(103, 117, 211, 0.8);
  ;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.tokuten {
  margin: 2rem 0;
  text-align: center;
}

.tokuten-title {
  font-size: 18px;
  font-weight: 500;
}

.tokuten-title span {
  display: block;
  color: #6775d3;
  font-size: 16px;
  font-weight: 500;
}

.tokuten-image {
  width: 50%;
  margin: 1.5rem auto;
}

.tokuten p {
  font-size: 12px;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .price {
    width: 100%;
    font-size: 4.8vw;
  }

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

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

  .tokuten {
    margin: 2rem 0;
  }

  .tokuten-title {
    font-size: 4.267vw;
  }

  .tokuten-title span {
    font-size: 3.733vw;
  }

  .tokuten-image {
    width: 90%;
    margin: 1.5rem auto 0.5rem;
  }

  .tokuten p {
    font-size: 2.933vw;
  }
}

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

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

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

  .tokuten-title {
    font-size: 2.344vw;
  }

  .tokuten-title span {
    font-size: 2.083vw;
  }

  .tokuten p {
    font-size: 1.563vw;
  }

}