@charset "UTF-8";
.article {
  margin-top: 30px;
}
@media (min-width: 835px) {
  .article {
    margin-top: 60px;
  }
}
.article p {
  color: white;
  font-weight: 500;
  line-height: 1.7142857143;
  text-align: justify;
  font-size: 0.875rem;
}
@media (min-width: 835px) {
  .article p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2.2777777778;
  }
}
.article a {
  color: white;
  text-decoration: underline;
}
.article__img {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 835px) {
  .article__img {
    margin-top: 40px;
  }
}
.article__img img {
  width: 100%;
}
.article__img + p {
  margin-top: 20px;
}
@media (min-width: 835px) {
  .article__img + p {
    margin-top: 40px;
  }
}
.article__sbttl {
  margin-top: 40px;
}
@media (min-width: 835px) {
  .article__sbttl {
    margin-top: 80px;
  }
}
.article__sbttl .wrap {
  font-size: 0;
}
.article__sbttl .wrap + .wrap {
  margin-top: 5px;
}
@media (min-width: 835px) {
  .article__sbttl .wrap + .wrap {
    margin-top: 8px;
  }
}
.article__sbttl .wrap p {
  background: #fff000;
  color: black;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(3.64vw, 14px);
  font-weight: 900;
  line-height: 1;
  padding: 5px;
}
@media (min-width: 835px) {
  .article__sbttl .wrap p {
    font-size: 1.5rem;
    padding: 12px;
  }
}
.article__sbttl .wrap span {
  display: table-cell;
  vertical-align: middle;
}
.article__sbttl + .article__txt {
  margin-top: 20px;
}
@media (min-width: 835px) {
  .article__sbttl + .article__txt {
    margin-top: 40px;
  }
}
.article__exotic {
  font-size: min(6.25vw, 24px);
  line-height: 1;
}
@media (min-width: 835px) {
  .article__exotic {
    font-size: 2.4375rem;
  }
}
.article__exotic.-pink {
  color: #ff2291;
}
.article__exotic.-blue {
  color: #02d1e0;
}
.article__exotic.-red {
  color: #ff4637;
}
.article__txt p {
  line-height: 1.7142857143;
}
@media (min-width: 835px) {
  .article__txt p {
    line-height: 2.2777777778;
  }
}
.article__txt p span {
  font-weight: 900;
}
.article__txt br {
  line-height: 1.7142857143;
}

.content {
  margin-left: 8.33vw;
  margin-right: 8.33vw;
}
@media (min-width: 835px) {
  .content {
    margin-left: 0;
    margin-right: auto;
  }
  .content .text_wrapper {
    max-width: 800px;
  }
}

@media (min-width: 835px) {
  .info {
    max-width: 800px;
  }
}
.info__text {
  color: white;
  display: block;
  font-weight: 700;
  line-height: 2;
  margin-top: 16px;
  font-size: 0.875rem;
}
@media (min-width: 835px) {
  .info__text {
    line-height: 2.2777777778;
    margin-top: 64px;
    font-size: 1.125rem;
  }
  .info__text span::before {
    content: "　";
  }
}

.attention {
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  border-top: solid 2px rgba(255, 255, 255, 0.2);
  margin-top: 30px;
}
.attention p {
  color: #fff000;
  display: block;
  font-weight: 900;
  line-height: 1.5;
  padding: 21px 0;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 835px) {
  .attention p {
    font-size: 1.25rem;
  }
}
@media (min-width: 835px) {
  .attention {
    border-bottom: solid 2px rgba(255, 255, 255, 0.2);
    border-top: solid 2px rgba(255, 255, 255, 0.2);
    line-height: 2.05;
    margin-top: 32px;
    max-width: 800px;
  }
  .attention p {
    padding-bottom: 36px;
    padding-top: 36px;
  }
}

@media (min-width: 835px) {
  .-SPbr {
    display: none;
  }
}
.header {
  position: relative;
}
@media (min-width: 835px) {
  .header {
    margin-top: 57px;
  }
}
.header__img {
  width: 100%;
}
.header__ttl {
  position: absolute;
  top: -18%;
  left: 11.9%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 72.3%;
}
@media (min-width: 835px) {
  .header__ttl {
    position: absolute;
    top: 7%;
    left: 31.2%;
    width: 35.9%;
  }
}
.-ready .header__ttl {
  clip-path: inset(0 0 0 0);
}

.header__balloon {
  opacity: 0;
  position: absolute;
  transform: scale(2);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.5s;
  z-index: 2;
}
.header__balloon:first-child {
  transition-delay: 1s;
  width: 12.8%;
  position: absolute;
  top: 23.6%;
  left: 16.6%;
}
.-ready .header__balloon:first-child {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 835px) {
  .header__balloon:first-child {
    width: 8%;
    position: absolute;
    top: 29%;
    left: 28.4%;
  }
}
.header__balloon:nth-child(2) {
  transition-delay: 1.2s;
  width: 7.8%;
  z-index: 1;
  position: absolute;
  top: 42%;
  left: 22.9%;
}
.-ready .header__balloon:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 835px) {
  .header__balloon:nth-child(2) {
    width: 4.8%;
    z-index: 1;
    position: absolute;
    top: 49.3%;
    left: 32.5%;
  }
}
.header__balloon:nth-child(3) {
  transition-delay: 1.4s;
  width: 10.8%;
  z-index: 1;
  position: absolute;
  top: 20%;
  right: 18.9%;
}
.-ready .header__balloon:nth-child(3) {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 835px) {
  .header__balloon:nth-child(3) {
    width: 7%;
    position: absolute;
    top: 31.2%;
    right: 31.8%;
  }
}
.header__balloon:nth-child(4) {
  transition-delay: 1.6s;
  width: 7.4%;
  position: absolute;
  top: 14%;
  right: 17.3%;
}
.-ready .header__balloon:nth-child(4) {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 835px) {
  .header__balloon:nth-child(4) {
    width: 5%;
    position: absolute;
    top: 24.6%;
    right: 30.2%;
  }
}

.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;
}