@charset "UTF-8";
/* --------------------------------------------
 * Webチケット・年間パスポート / ticket
 * -------------------------------------------- */
/* ナビ */
.ticket .price__nav-txt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ご購入・ご入場の手順 */
.web-ticket__payment-steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 930px) {
  .web-ticket__payment-steps li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.web-ticket__payment-steps li .payment-steps__img {
  position: relative;
}
.web-ticket__payment-steps li .payment-steps__img::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 67px;
  aspect-ratio: 1/1;
  top: -12px;
  left: -12px;
  z-index: 1;
  background: no-repeat center;
  background-size: contain;
}
.web-ticket__payment-steps li + li {
  margin-top: 30px;
}
@media (max-width: 930px) {
  .web-ticket__payment-steps li + li {
    margin-top: 50px;
  }
}

.payment-steps li {
  position: relative;
}
.payment-steps .payment__step-badge {
  position: absolute;
}
.payment-steps .payment__step-badge.red-badge {
  top: -10px;
  left: -10px;
}

.payment-steps__img {
  width: 40%;
}
@media (max-width: 930px) {
  .payment-steps__img {
    width: 100%;
    margin-bottom: 8px;
  }
}
.payment-steps__img img {
  border: 4px solid #fff;
  width: 100%;
}

.payment-steps__body {
  width: 56%;
}
@media (max-width: 930px) {
  .payment-steps__body {
    width: 100%;
  }
}

.payment-steps__ttl {
  font-size: 2.4rem;
  margin-bottom: 8px;
}
@media (max-width: 930px) {
  .payment-steps__ttl {
    margin-bottom: 0;
  }
}
@media (max-width: 834px) {
  .payment-steps__ttl {
    font-size: 2rem;
  }
}
@media (max-width: 499px) {
  .payment-steps__ttl {
    margin-bottom: 10px;
  }
}

@media (max-width: 499px) {
  .payment-steps__txt {
    font-size: 1.6rem;
  }
}

/* 料金 */
#web-ticket__cont03 .price-cont-list {
  position: relative;
  overflow: visible;
}
#web-ticket__cont03 .price-cont-list::before {
  background: url(../img/under/ticket/bubble.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 180px;
  aspect-ratio: 181/92;
  top: -51px;
  left: 20%;
  z-index: 1;
}
@media (max-width: 834px) {
  #web-ticket__cont03 .price-cont-list::before {
    top: -10vw;
    width: 30%;
  }
}
@media (max-width: 499px) {
  #web-ticket__cont03 .price-cont-list::before {
    right: 20px;
    left: unset;
    width: 40%;
  }
}

/* バナー */
.web-ticket__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5%;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .web-ticket__banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 499px) {
  .web-ticket__banners {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .web-ticket__banners > li + li {
    margin-top: 20px;
  }
}
.web-ticket__banners > li {
  padding: 20px 16px;
  width: 48%;
  overflow: visible;
}
@media (max-width: 1024px) {
  .web-ticket__banners > li {
    width: 80%;
  }
}
@media (max-width: 499px) {
  .web-ticket__banners > li {
    width: 100%;
  }
}
.web-ticket__banners > li:nth-child(1) {
  background: url(../img/under/ticket/ticket-presale_bg.webp) no-repeat center center/cover;
  position: relative;
}
.web-ticket__banners > li:nth-child(1)::before {
  background: url(../img/under/ticket/ticket-presale_item.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 35%;
  aspect-ratio: 272/326;
  bottom: 0.5vw;
  left: -16%;
  z-index: 0;
}
@media (max-width: 834px) {
  .web-ticket__banners > li:nth-child(1)::before {
    left: -2%;
  }
}
@media (max-width: 499px) {
  .web-ticket__banners > li:nth-child(1)::before {
    left: -3%;
  }
}
.web-ticket__banners > li:nth-child(2) {
  background: url(../img/under/ticket/ticket-sameday_bg.webp) no-repeat center center/cover;
  position: relative;
}
.web-ticket__banners > li:nth-child(2)::before {
  background: url(../img/under/ticket/ticket-sameday_item.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 29%;
  aspect-ratio: 240/304;
  bottom: -1vw;
  left: 2%;
  z-index: 0;
}

.web-ticket__banners-ttl {
  font-size: 2.4rem;
  text-align: center;
  color: #000;
  margin-bottom: 16px;
}
@media (max-width: 499px) {
  .web-ticket__banners-ttl {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}

.web-ticket__banners-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-left: auto;
  width: 100%;
  text-align: right;
}
.web-ticket__banners-btn--red {
  background-color: #fe5358;
}

.web-ticket__banners-btn--blue {
  background-color: #0095d8;
}

.web-ticket__banners-btn--purple {
  background-color: #c253fe;
}

.web-ticket__banners-btn {
  padding: 12px 16px 12px 40px;
  border-radius: 50px;
  font-size: 1.6rem;
  width: 270px;
  display: inline-block;
  position: relative;
  text-align: left;
}
.web-ticket__banners-btn:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.web-ticket__banners-btn::after {
  background: url(../img/under/common/arrow-next_wht.png) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  aspect-ratio: 1/1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 24px;
  z-index: 1;
}

/* 入会料金・会員特典 */
.price-inner-detail__ttl {
  color: #fe5358;
  font-size: 1.6rem;
}

.price-inner-detail__wrap {
  padding-top: 24px;
}

.price-inner-list .price-detail-list li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.price-inner-list .price-detail-list {
  font-size: 1.8rem;
}
.price-inner-list .price-detail-list li {
  padding-bottom: 0px;
  border-bottom: none;
  padding-left: 16px;
  position: relative;
}
.price-inner-list .price-detail-list li:not(:first-child) {
  padding-top: 0px;
}
.price-inner-list .price-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 12px;
  height: 12px;
  background-color: #fe5358;
  border-radius: 50%;
}

/* 入会方法 */
.ticket .dl-btn {
  margin-left: 0;
}
@media (max-width: 499px) {
  .ticket .dl-btn {
    margin: 0 auto;
  }
}

.passport-items {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5%;
}
@media (max-width: 499px) {
  .passport-items {
    padding-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}
.passport-items li {
  background: #fff;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.passport-items li:nth-child(1) img {
  width: 108px;
}
.passport-items li:nth-child(2) img {
  width: 74px;
}
.passport-items li:nth-child(3) img {
  width: 88px;
}

.passport-items__ttl {
  font-size: 1.8rem;
  color: #0095d8;
  text-align: center;
  line-height: 1.3;
}
.passport-items__ttl span {
  font-size: 1.4rem;
}

.passport-items__txt {
  font-size: 1.4rem;
  color: #000;
}

.passport-items__img {
  min-height: 100px;
}/*# sourceMappingURL=ticket.css.map */