/* ticket */
#ticket {
  .note-top + .note-top {
    margin-top: 1rem;
  }
}

/* discography */
#discography {
  .discography-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .jaket-image.jaket-image-rectangle {
    aspect-ratio: 1110 / 834;

    img {
      aspect-ratio: 1110 / 834;
    }
  }

  .tokuten-cont-specification {
    min-height: 68px;
  }

  .tokuten-cont-detail {
    min-height: 122px;
  }
}

@media screen and (max-width: 743px) {
  .tokuten-cont-specification {
    min-height: auto;
  }

  .tokuten-cont-detail {
    min-height: auto;
  }
}