.content {
  margin: 0 32px;
}
@media (min-width: 835px) {
  .content {
    margin: 0 auto;
  }
}

.content__list + .content__ttl {
  margin-top: 70px;
}
@media (min-width: 835px) {
  .content__list + .content__ttl {
    margin-top: 150px;
  }
}

@media (min-width: 835px) {
  .content__list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 876px;
  }
}

.content__list__item {
  color: #fff;
}
.content__list__item .ttl {
  align-items: center;
  display: flex;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 25px;
  position: relative;
  font-size: 0.9375rem;
}
@media (min-width: 835px) {
  .content__list__item .ttl {
    margin-bottom: 15px;
    margin-top: 38px;
    font-size: 1rem;
  }
}
.content__list__item .ttl:before {
  background: url(/tv/assets/img/page/special/present_ep9/ico_ttlhead.png) no-repeat 0 0/100%;
  content: "";
  display: block;
  height: 18px;
  margin-right: 5px;
  width: 15px;
}
@media (min-width: 835px) {
  .content__list__item .ttl:before {
    height: 20px;
    width: 17px;
  }
}
.content__list__item .thumb {
  position: relative;
}
.content__list__item .thumb a {
  display: block;
  position: relative;
}
.content__list__item .thumb a:after {
  background: url(/tv/assets/img/page/special/present_ep9/ico_download.png) no-repeat 0 0/100%;
  content: "";
  height: 42px;
  transform: translate(40%, 40%);
  width: 42px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 834px) {
  .content__list__item[data-type=spwall] .thumb {
    margin: 0 auto;
    width: 40vw;
  }
}
@media (min-width: 835px) {
  .content__list__item[data-type=spwall] {
    max-width: 156px;
    width: 17.8082%;
  }
}
@media (min-width: 835px) {
  .content__list__item[data-type=pcwall], .content__list__item[data-type=twhead] {
    max-width: 600px;
    width: 68.493%;
  }
}

.present_ep9 .l-pageheader {
  padding-bottom: 0;
}

.header__img {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 834px) {
  .header__img {
    margin-top: 7.81vw;
  }
}

@keyframes l1anim {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes l2anim {
  0% {
    opacity: 0;
    transform: translate(0, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes l3anim {
  0% {
    clip-path: inset(0 100% 0 0);
    transform: translate(0, -30%);
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translate(0, 0);
  }
}
.header__img__l1 {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/tv/assets/img/page/special/present_ep9/head/ph_l1_nrw.png) no-repeat 0 0/100%;
  height: 100%;
  opacity: 0;
  width: 100%;
}
@media (min-width: 835px) {
  .header__img__l1 {
    background: url(/tv/assets/img/page/special/present_ep9/head/ph_l1.png) no-repeat 0 0/100%;
  }
}
.-ready .header__img__l1 {
  animation: l1anim 2s 0s ease forwards;
}

.header__img__l2 {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/tv/assets/img/page/special/present_ep9/head/ph_l2_nrw.png) no-repeat 0 0/100%;
  height: 100%;
  opacity: 0;
  width: 100%;
}
@media (min-width: 835px) {
  .header__img__l2 {
    background: url(/tv/assets/img/page/special/present_ep9/head/ph_l2.png) no-repeat 0 0/100%;
  }
}
.-ready .header__img__l2 {
  animation: l2anim 1s 1.5s ease forwards;
}

.header__img__l3 {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/tv/assets/img/page/special/present_ep9/head/ph_l3_nrw.png) no-repeat 0 0/100%;
  height: 100%;
  width: 100%;
}
@media (min-width: 835px) {
  .header__img__l3 {
    background: url(/tv/assets/img/page/special/present_ep9/head/ph_l3.png) no-repeat 0 0/100%;
  }
}
.-ready .header__img__l3 {
  animation: l3anim 2s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

.header__txt {
  color: #fff;
  font-weight: 500;
  margin-top: 100px;
  font-size: 1rem;
}
@media (max-width: 834px) {
  .header__txt {
    margin: 30px 32px 0;
  }
}

.header__notice-list {
  color: #fff;
  margin-bottom: 50px;
  margin-top: 10px;
  font-size: 0.75rem;
}
@media (max-width: 834px) {
  .header__notice-list {
    margin: 12px 32px 44px;
  }
}

.header__notice-item {
  line-height: 1.7;
  opacity: 0.7;
}

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