@charset "UTF-8";
/**** 共通カラー ****/
.page {
  background-color: #f7f7f7;
}
.page .section-mv {
  background-image: url(../image/boxer/mv-bg.webp);
}
@media screen and (max-width: 576px) {
  .page .section-mv {
    background-image: url(../image/boxer/mv-bg-sp.webp);
  }
  .page .section-mv .breadcrumb .breadcrumb-list {
    align-items: flex-start;
    line-height: 1.3;
  }
  .page .section-mv .tit-wrap h1 {
    line-height: 1.3;
  }
}
.page .section-ticket {
  padding-top: 170px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-ticket {
    padding-top: 80px;
  }
}
.page .section-ticket .inner {
  max-width: 1000px;
  margin: auto;
}
.page .section-ticket .title-wrap {
  text-align: center;
  margin-top: 40px;
}
.page .section-ticket .title-wrap h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .page .section-ticket .title-wrap h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.page .section-ticket .title-wrap h2 span {
  color: #d72638;
}
.page .section-ticket .title-wrap .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
}
@media screen and (max-width: 768px) {
  .page .section-ticket .title-wrap .sub {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.page .section-ticket .info-wrap {
  text-align: center;
  margin-top: 30px;
}
.page .section-ticket .info-wrap p {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 20px;
}
.page .section-ticket .info-wrap .ticket-list {
  justify-content: center;
  gap: 60px;
}
.page .section-contact-form {
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .section-contact-form {
    padding-top: 60px;
  }
}
.page .section-contact-form::after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(../image/ticket/deco.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 15.5555555556vw;
}
.page .contact-form-inner .title-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.page .contact-form-inner .title-wrap h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .page .contact-form-inner .title-wrap h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.page .contact-form-inner .title-wrap h2 span {
  color: #005bbb;
}
.page .contact-form-inner .title-wrap .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
}
@media screen and (max-width: 768px) {
  .page .contact-form-inner .title-wrap .sub {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.page .contact-form-inner .form-note {
  margin-bottom: 40px;
}
.page .section-event {
  background-color: #181919;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page .section-event {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.page .section-event .inner {
  max-width: 1000px;
  margin: auto;
}
.page .section-event .inner .event-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .section-event .inner .event-item {
    margin-bottom: 30px;
  }
}
.page .section-event .inner .event-item h3 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  border-bottom: solid 1px #e1061d;
}
.page .section-event .inner .event-item .event-flex {
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.page .section-event .inner .event-item .event-flex .vs {
  margin: 0 40px;
  display: block;
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-event .inner .event-item .event-flex .vs {
    font-size: 30px;
    margin: 0 30px;
  }
}
.page .section-event .inner .event-item .event-flex .left-item {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: center;
  line-height: 1.8;
}
.page .section-event .inner .event-item .event-flex .right-item {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: center;
  line-height: 1.8;
}
.page .section-event .inner .poster {
  max-width: 800px;
  margin: auto;
}
.page .section-event .inner .poster img {
  width: 100%;
}

.ticket-confirm .section-contact-form::after {
  display: none;
}/*# sourceMappingURL=ticket.css.map */