.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_ep12/ico_ttlhead.png) no-repeat 0 0/100%;
  content: "";
  display: block;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
@media (min-width: 835px) {
  .content__list__item .ttl:before {
    height: 22px;
    width: 22px;
  }
}
.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_ep12/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;
  }
}
.header__img::after {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  content: "";
  height: 100%;
  transform-origin: 100% 0;
  width: 100%;
}
.-ready .header__img:after {
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: 0.8s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@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;
  }
  100% {
    opacity: 1;
  }
}
@keyframes l1anim {
  0% {
    clip-path: inset(0 100% 0 0);
    transform: translate(0, 0%) rotate(-3deg) scale(1.5);
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
.header__img__l1 {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/tv/assets/img/page/special/present_ep12/head/ph_l1_nrw.png) no-repeat 0 0/100%;
  clip-path: inset(0 100% 0 0);
  height: 100%;
  width: 100%;
}
@media (min-width: 835px) {
  .header__img__l1 {
    background: url(/tv/assets/img/page/special/present_ep12/head/ph_l1.png) no-repeat 0 0/100%;
  }
}
.-ready .header__img__l1 {
  animation: l1anim 1.2s 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

.header__img__l2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 835px) {
  .header__img__l2 {
    background: url(/tv/assets/img/page/special/present_ep12/head/ph_l2.png) no-repeat 0 0/100%;
  }
}

@keyframes baranim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.header__img__bar {
  position: absolute;
  top: 1.95vw;
  left: -5.21vw;
  animation: baranim 20s 0s linear infinite;
  background: url(/tv/assets/img/page/special/present_ep12/head/ph_bar.png) repeat 0 0/auto 100%;
  height: 7.81vw;
  transform: rotate(-7deg);
  width: 120%;
}
@media (min-width: 835px) {
  .header__img__bar {
    position: absolute;
    top: auto;
    left: auto;
    bottom: -40px;
    right: -30px;
    animation: baranim 30s 0s linear infinite;
    height: 44px;
    width: 100%;
  }
}

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