@charset "UTF-8";
@media (min-width: 835px) {
  .article {
    max-width: 800px;
  }
}

.article__sec {
  margin-top: 40px;
}
@media (min-width: 835px) {
  .article__sec {
    margin-top: 80px;
  }
}
.article__sec + .article__sec {
  margin-top: 36px;
}
@media (min-width: 835px) {
  .article__sec + .article__sec {
    margin-top: 70px;
  }
}

.article__sec__ttl {
  border-top: 1px solid rgba(255, 180, 0, 0.5);
  border-bottom: 1px solid rgba(255, 180, 0, 0.5);
  padding: 14px 0;
}
@media (min-width: 835px) {
  .article__sec__ttl {
    padding: 24px 0;
  }
}
.article__sec__ttl h3 {
  font-size: 0.875rem;
  color: #ffb400;
  font-weight: 900;
}
@media (min-width: 835px) {
  .article__sec__ttl h3 {
    font-size: 1.125rem;
  }
}
.article__sec__ttl h3::before {
  content: "――";
}

.article__sec__comment {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 20px;
}
@media (min-width: 835px) {
  .article__sec__comment {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2.2777777778;
    margin-top: 32px;
  }
}
.article__sec__comment::before {
  content: "";
  display: inline-block;
  font-weight: 900;
  margin-right: 1em;
}
.article__sec__comment.-aoyama::before {
  content: "青山";
  color: #ff2291;
}
.article__sec__comment.-suzushiro::before {
  content: "鈴代";
  color: #ffb400;
}
.article__sec__comment.-mizuno::before {
  content: "水野";
  color: #02d1e0;
}
.article__sec__comment.-hasegawa::before {
  content: "長谷川";
  color: #ff4637;
}
.article__sec__comment.-all::before {
  content: "一同";
  color: #ffb400;
}
.article__sec__comment + .article__sec__comment {
  margin-top: 18px;
}
@media (min-width: 835px) {
  .article__sec__comment + .article__sec__comment {
    margin-top: 36px;
  }
}

.header {
  aspect-ratio: 768/296;
  background: url(/tv/assets/img/page/special/zadankai/bg_header_nrw.jpg) no-repeat 0 0/cover;
  overflow: hidden;
  position: relative;
}
@media (min-width: 835px) {
  .header {
    aspect-ratio: 1280/296;
    background: url(/tv/assets/img/page/special/zadankai/bg_header.jpg) no-repeat 0 0/cover;
    margin-top: 60px;
  }
}
.header:after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/tv/assets/img/page/special/zadankai/bg_header_front_nrw.png) no-repeat 0 0/cover;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 835px) {
  .header:after {
    background: url(/tv/assets/img/page/special/zadankai/bg_header_front.png) no-repeat 0 0/cover;
  }
}

.header__txt {
  animation: txtAnm 1s ease forwards;
  display: block;
  opacity: 0;
}
.header__txt:nth-of-type(1) {
  position: absolute;
  top: 33.7%;
  left: 8.9%;
  width: 11%;
}
@media (min-width: 835px) {
  .header__txt:nth-of-type(1) {
    position: absolute;
    top: 34.4%;
    left: 12.2%;
    width: 6.6%;
  }
}
.header__txt:nth-of-type(2) {
  position: absolute;
  top: 40.5%;
  left: 20.9%;
  width: 10.4%;
}
@media (min-width: 835px) {
  .header__txt:nth-of-type(2) {
    position: absolute;
    top: 41.2%;
    left: 19.4%;
    width: 6.2%;
  }
}
.header__txt:nth-of-type(3) {
  position: absolute;
  top: 35.8%;
  left: 31.5%;
  width: 11.4%;
}
@media (min-width: 835px) {
  .header__txt:nth-of-type(3) {
    position: absolute;
    top: 36.4%;
    left: 25.7%;
    width: 6.8%;
  }
}
.header__txt:nth-of-type(4) {
  position: absolute;
  top: 34.4%;
  left: 44.7%;
  width: 7.8%;
}
@media (min-width: 835px) {
  .header__txt:nth-of-type(4) {
    position: absolute;
    top: 35.1%;
    left: 33.7%;
    width: 4.6%;
  }
}
.header__txt:nth-of-type(5) {
  position: absolute;
  top: 33.1%;
  left: 53.2%;
  width: 12.3%;
}
@media (min-width: 835px) {
  .header__txt:nth-of-type(5) {
    position: absolute;
    top: 33.7%;
    left: 38.8%;
    width: 7.4%;
  }
}
.header__txt:nth-of-type(6) {
  position: absolute;
  top: 33.1%;
  left: 66.2%;
  width: 12.3%;
}
@media (min-width: 835px) {
  .header__txt:nth-of-type(6) {
    position: absolute;
    top: 33.7%;
    left: 46.6%;
    width: 7.4%;
  }
}
.header__txt:nth-of-type(7) {
  position: absolute;
  top: 33.1%;
  left: 79.1%;
  width: 12.3%;
}
@media (min-width: 835px) {
  .header__txt:nth-of-type(7) {
    position: absolute;
    top: 33.7%;
    left: 54.3%;
    width: 7.4%;
  }
}
.header__txt:nth-of-type(1) {
  animation-delay: 0.7s;
}
.header__txt:nth-of-type(2) {
  animation-delay: 0.8s;
}
.header__txt:nth-of-type(3) {
  animation-delay: 0.9s;
}
.header__txt:nth-of-type(4) {
  animation-delay: 1s;
}
.header__txt:nth-of-type(5) {
  animation-delay: 1.1s;
}
.header__txt:nth-of-type(6) {
  animation-delay: 1.2s;
}
.header__txt:nth-of-type(7) {
  animation-delay: 1.3s;
}
@keyframes txtAnm {
  from {
    opacity: 0;
    transform: rotateY(540deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0);
  }
}

.header__chara {
  animation: charaAnm 2s ease-out forwards;
  position: relative;
}
@keyframes charaAnm {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  30% {
    opacity: 1;
    transform: translateY(30%);
  }
  80% {
    opacity: 1;
    transform: translateY(30%);
  }
  90% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(5%);
  }
}

.info {
  margin-top: 24px;
}
@media (min-width: 835px) {
  .info {
    margin-top: 72px;
  }
}

@media (min-width: 835px) {
  .info__cont {
    max-width: 800px;
  }
}

.info__txt {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 835px) {
  .info__txt {
    font-size: 1rem;
  }
}

.info__ph {
  margin-top: 24px;
}
@media (min-width: 835px) {
  .info__ph {
    margin-top: 32px;
  }
}

.info__catch {
  width: 92.18vw;
  margin: -1.96vw 0 0 -3.91vw;
}
@media (min-width: 835px) {
  .info__catch {
    width: 110%;
    margin: -80px 0 0 -46px;
  }
}

.info__subttl {
  color: #ffb400;
  font-weight: 900;
  margin-top: 24px;
  padding: 8px;
  position: relative;
  text-align: center;
}
@media (min-width: 835px) {
  .info__subttl {
    font-size: 1.5rem;
    margin: 16px auto 0;
    max-width: 682px;
  }
}
.info__subttl::before, .info__subttl::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
}
.info__subttl::before {
  border-left: solid 1px #ffb400;
  border-top: solid 1px #ffb400;
  border-bottom: solid 1px #ffb400;
  top: 0;
  left: 0;
}
.info__subttl::after {
  border-right: solid 1px #ffb400;
  border-top: solid 1px #ffb400;
  border-bottom: solid 1px #ffb400;
  top: 0;
  right: 0;
}

@media (max-width: 834px) {
  .content {
    padding: 0 8.33vw;
  }
}

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