@media screen and (min-width: 1201px) {
  .ticket-banner .container {
    width: 1200px;
    padding: 0;
  }
  .container.--annual {
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .container.--annual {
    width: 100%;
    padding: 0 10px 30px 10px;
  }
}

.annual-banner {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 800;

  padding: 90px 0;
  margin-bottom: 40px;

  display: flex;
  align-items: center;
  justify-content: right;

  position: relative;
}

.annual-banner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: auto;
  height: 100%;
  aspect-ratio: 2 / 1;

  background-image: url("/img/annual-subscription/annual-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.annual-banner__deco {
  position: relative;

  height: 100%;
  width: 50%;
  max-width: 622px;
  aspect-ratio: 1 / 1;

  margin-right: 40px;
}

.annual-banner__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.annual-banner__img > img {
  max-width: 100%;
}

.deco__points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.deco__point {
  background-color: #fff;
  border-radius: 30px;

  padding: 20px 25px;
  position: absolute;

  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.25);

  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.deco__point::before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.deco__title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #000000;

  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}

.deco__desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;

  color: #000000;
}

.deco--time {
  top: -6%;
  right: 13%;
}

.deco--time::before {
  left: 40px;
  bottom: -10px;
}

.deco--club {
  max-width: 35%;
  right: -6%;
  top: 30%;
}

.deco--club::before {
  left: -10px;
  bottom: 40px;
}

.deco--price {
  max-width: 45%;
  right: -6%;
  bottom: 0;
}

.deco--price::before {
  top: -10px;
  left: 40px;
}

.deco--themes {
  width: 60%;
  right: 60%;
  bottom: 0;
}

.deco--themes::before {
  top: -10px;
  right: 40px;
}

.annual-banner .inner-content {
  position: absolute;
  z-index: 10;
  padding-top: 90px;
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  color: #FFFFFF;
}

.ticket__caption {
  font-weight: 400;
  font-size: 36px;
  line-height: 115.9%;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.ticket__title {
  word-spacing: 9999px;
  margin: 26px 0 17px;
  font-weight: 800;
  font-size: 86px;
  line-height: 115.9%;
}

.ticket__description {
  display: block;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #FFFFFF;
  max-width: 538px;
  margin-bottom: 50px;
}

.ticket__price {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin-bottom: 26px;
}

.ticket__price .old {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  max-width: fit-content;
  position: relative;
}

.ticket__price .old::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #fff;
  transform: rotate(10deg);
}

.ticket__price .current {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  color: #FECE33;
}

.ticket__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 243px;
  height: 60px;
  border-radius: 5px;
  padding: 10px;

  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
}

.ticket__button:hover {
  color: #fff;
  text-decoration: none;
}

.ticket__button.--buy {
  background-color: #0082FF;
}

@media screen and (max-width: 1200px) {
  .annual-banner .inner-content {
    padding: 43px 0;
  }

  .ticket__caption {
    font-size: 24px;
  }

  .ticket__title {
    font-size: 70px;
    margin: 12px 0 10px;
  }

  .ticket__description {
    font-size: 24px;
    margin-bottom: 20px;
    max-width: 356px;
  }

  .ticket__price {
    margin-bottom: 24px;
  }

  .ticket__price .old {
    font-size: 16px;
  }

  .ticket__price .current {
    font-size: 32px;
    line-height: 36px;
  }

  .deco__point {
    border-radius: 15px;
  }

  .deco__title {
    font-size: 14px;
  }

  .deco__title img {
    max-height: 22px;
  }

  .deco__desc {
    font-size: 14px;
  }

  .annual-banner .inner-content {
    padding-left: 20px;
  }
}

@media screen and (max-width: 992px) {
  .annual-banner .inner-content {
    padding-left: 0;
  }

  .ticket__description {
    font-size: 16px;
  }

  .annual-banner__deco {
    margin-right: 20px;
  }

  .deco__point {
    padding: 12px;
  }

  .deco__point::before {
    width: 20px;
    height: 20px;
    border-radius: 5px;
  }

  .deco--time {

  }

  .deco--club {
    max-width: 45%;
    top: 25%;
  }

  .deco--price {
    max-width: 55%;
    bottom: -15%;
  }

  .deco--themes {
    bottom: -15%;
  }
}

@media screen and (max-width: 840px) {
  .ticket__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 750px) {

  .annual-banner {
    aspect-ratio: 375 / 855;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }

  .annual-banner::before {
    background-image: url("/img/annual-subscription/annual-bg-m.jpg");
    aspect-ratio: unset;
    width: 100vw;
  }

  .annual-banner__deco {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .deco--themes {
    width: 50%;
    right: 50%;
    bottom: -5%;
  }

  .deco--price {
    max-width: 45%;
    bottom: -5%;
  }

  .ticket__price .current {
    font-size: 48px;
  }

  .ticket__caption {
    font-size: 26px;
    margin-bottom: 60px;
  }

  .ticket__title {
    font-size: 80px;
    margin: 12px 0 auto;
  }

  .ticket__description {
    font-size: 32px;
    margin-bottom: 90px;
    width: calc(100% - 17px * 2);
    max-width: unset;
  }

  .ticket__price {
    margin-bottom: 16px;
  }

  .ticket__price .old {
    font-size: 14px;
    line-height: 17px;
  }

  .annual-banner .inner-content {
    padding: 43px 0 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ticket__price {
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    column-gap: 16px;
  }

  .ticket__price .old {
    line-height: 32px;
  }

  .ticket__button.--buy {
    width: calc(100% - 17px * 2);
  }
}

@media screen and (max-width: 700px) {
  .ticket__description {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .deco--club {
    right: 0;
    top: 40%;
  }
  .deco--price {
    right: 0;
  }
}

@media screen and (max-width: 615px) {
  .ticket__caption {
    margin-bottom: 30px;
  }
  .ticket__title {
    font-size: 60px;
  }
  .ticket__description {
    font-size: 24px;
  }
}

@media screen and (max-width: 542px) {

  .ticket__description {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .ticket__price .current {
    font-size: 32px;
  }
}

@media screen and (max-width: 466px) {
  .annual-banner .inner-content {
    padding: 20px 0;
  }
  .ticket__caption {
    font-size: 18px;
    margin-bottom: 0;
  }
  .ticket__title {
    font-size: 40px;
  }
  .ticket__description {
    font-size: 16px;
  }
  .ticket__price .current {
    font-size: 26px;
  }

  .annual-banner__deco {
    margin-bottom: 60px;
  }
  .deco--club {
    top: 30%;
  }
  .deco__point {
    gap: 0;
    padding: 10px;
  }
  .deco--themes {
    width: 170px;
    right: 180px;
  }
  .deco--price {
    max-width: 170px;
    right: 0;
  }
}
