.attention {
  color: #fff;
  margin: 13.67vw 8.33vw 0;
}
@media (min-width: 835px) {
  .attention {
    margin: 70px 0 0;
  }
}

.attention__title {
  font-size: 1.75rem;
  align-items: center;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  color: #fff000;
  display: flex;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4.68vw;
  padding-bottom: 3.38vw;
  word-break: initial;
}
@media (min-width: 835px) {
  .attention__title {
    font-size: 30px;
    margin-bottom: 26px;
    padding-bottom: 14px;
  }
}

.attention__content {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 835px) {
  .attention__content {
    flex-wrap: nowrap;
    gap: 80px;
  }
}
.attention__content__caution {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  width: 100%;
}
@media (min-width: 835px) {
  .attention__content__caution {
    line-height: 1.8333333333;
  }
}

@media (min-width: 835px) {
  .header {
    margin-top: 60px;
  }
}
.header__img {
  width: 100%;
}

.special__top {
  margin: 14.58vw 12.5vw 16.14vw;
}
@media (min-width: 835px) {
  .special__top {
    margin: 76px 0 92px;
  }
}
.special__top__button {
  position: relative;
  font-size: 1.0625rem;
  border-bottom: solid 1px #fff;
  color: #fff;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 auto;
  padding: 1.56vw 0;
  text-align: center;
  width: 105px;
}
@media (min-width: 835px) {
  .special__top__button {
    font-size: 1.125rem;
    padding: 8px 0;
    width: 115px;
  }
}
@media (min-width: 835px) {
  .special__top__button:hover {
    border-bottom: solid 1px transparent;
  }
}
.special__top__button::before {
  position: absolute;
  top: 0;
  left: -22px;
  bottom: 0;
  background: url(/tv/assets/img/page/special/screening-talkevent/back.svg) no-repeat;
  content: "";
  height: 14px;
  margin: auto;
  width: 10px;
}

.ticket {
  color: #fff;
  margin: 10.41vw 8.33vw 0;
}
@media (min-width: 835px) {
  .ticket {
    margin: 76px 0 0;
  }
}

.ticket__title {
  font-size: 1.75rem;
  align-items: center;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  color: #fff000;
  display: flex;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4.68vw;
  padding-bottom: 3.38vw;
  word-break: initial;
}
@media (min-width: 835px) {
  .ticket__title {
    font-size: 30px;
    margin-bottom: 26px;
    padding-bottom: 14px;
  }
}
.ticket__title__sub {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  font-feature-settings: "palt";
  font-weight: normal;
  margin-left: 3.9vw;
}
@media (min-width: 835px) {
  .ticket__title__sub {
    margin-left: 16px;
  }
}
.ticket__title__sub a {
  text-decoration: underline;
}

.ticket__content {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 835px) {
  .ticket__content {
    flex-wrap: nowrap;
    gap: 80px;
  }
}
.ticket__content__pre {
  width: 100%;
}
.ticket__content__pre .ticket__content__item__caution {
  margin-bottom: 9.37vw;
}
@media (min-width: 835px) {
  .ticket__content__pre .ticket__content__item__caution {
    margin-bottom: 0;
  }
}
.ticket__content__common {
  width: 100%;
}

.ticket__content__type {
  font-size: 1.125rem;
  border: solid 2px #fff000;
  color: #fff000;
  font-weight: 900;
  line-height: 1;
  padding: 7.81vw 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 835px) {
  .ticket__content__type {
    padding: 32px 0;
  }
}

.ticket__content__item {
  padding: 5.85vw 3.9vw 0;
}
@media (min-width: 835px) {
  .ticket__content__item {
    padding: 30px 30px 0;
  }
}
.ticket__content__item__detail {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 5.2vw;
}
@media (min-width: 835px) {
  .ticket__content__item__detail {
    display: flex;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.ticket__content__item__detail dt {
  font-weight: 900;
  margin-bottom: 2.08vw;
}
@media (min-width: 835px) {
  .ticket__content__item__detail dt {
    margin-bottom: 0;
    min-width: 150px;
  }
}

.ticket__content__item__link {
  margin-bottom: 6.51vw;
}
@media (min-width: 835px) {
  .ticket__content__item__link {
    margin-bottom: 35px;
  }
}
.ticket__content__item__link a {
  font-size: 1.0625rem;
  background: #fff000;
  color: black;
  display: flex;
  font-weight: bold;
  line-height: 1;
  margin: auto;
  padding: 3.9vw 4.16vw;
  position: relative;
}
@media (min-width: 835px) {
  .ticket__content__item__link a {
    font-size: 20px;
    padding: 18px 36px 18px 18px;
  }
}
.ticket__content__item__link a span {
  display: block;
}
@media (max-width: 834px) {
  .ticket__content__item__link a span img {
    margin-left: 0px;
    margin-top: -9px;
    width: 9px;
  }
}
@media (min-width: 835px) {
  .ticket__content__item__link a span img {
    margin-left: 4px;
    margin-top: -10px;
    width: 12px;
  }
}
.ticket__content__item__link a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(/tv/assets/img/page/character/next.png) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  height: 4.42vw;
  transform: translateY(-50%);
  width: 2.6vw;
}
@media (min-width: 835px) {
  .ticket__content__item__link a::after {
    position: absolute;
    top: 50%;
    right: 23px;
    height: 19px;
    width: 13px;
  }
}

.ticket__content__item__prereserve {
  font-size: 0.875rem;
  font-weight: 900;
  margin-bottom: 5.2vw;
}
@media (min-width: 835px) {
  .ticket__content__item__prereserve {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.ticket__content__item__prereserve a {
  display: block;
  font-weight: normal;
  text-decoration: underline;
}

.ticket__content__item__caution {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}
@media (min-width: 835px) {
  .ticket__content__item__caution {
    line-height: 1.8333333333;
  }
}