.ticket {
  overflow: visible;
}
@media screen and (max-width:767px) {
  .ticket:before {
    content: "Ticket Info";
    font-size: 40.7124681934vw;
    opacity: 0.1;
    line-height: 1;
    position: fixed;
    left: -89.058524173vw;
    top: 113.2315521628vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-weight: 400;
    z-index: -1;
    white-space: nowrap;
  }
}
.ticket .l-main {
  padding-top: 0;
}
@media screen and (max-width:767px) {
  .ticket .l-main {
    padding-top: 38.1679389313vw;
  }
}
@media print, screen and (min-width:768px) {
  .ticket .c-ttl-02 {
    top: 560px;
    left: -325px;
  }
}
@media screen and (max-width:767px) {
  .ticket .c-ttl-02 {
    padding-bottom: 25.4452926209vw;
  }
}
@media screen and (max-width:767px) {
  .ticket .l-sticky {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width:768px) {
  .ticket .l-fixed__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-content: center;
    height: 82vh;
    /* gap: 20px; */
  }
}

@media screen and (max-width: 767px) {
  .ticket .l-fixed__wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ticket .l-fixed__wrap {
    gap: 10px;
  }
  .ticket .l-fixed__wrap .block-ticket__menu {
    margin: 1em 0 2em 0;
  }
  .c-btn-02 {
    margin: 1em 0;
  }
}
.ticket-title {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .ticket-title {
    font-size: 3.7037037037vw;
  }
}

.block-ticket__txt + .ticket-title {
  margin-top: 50px;
}

.price__txt, .price__num {
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .price__txt, .price__num {
    font-size: 4.0712468193vw;
  }
}

.price-btn {
  margin: 0 0 50px;
  padding: 0 20px;
}
.price-btn b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width:767px) {
  .modal-video__txt {
    margin-bottom: 20px;
  }
}
