@charset "UTF-8";
@keyframes note {
  30% {
    transform: scale(1);
  }
  40%, 60% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(20deg);
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes stepAnm {
  0% {
    transform: rotate(0deg);
  }
  54% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(30deg);
  }
  58% {
    transform: rotate(0deg);
  }
  61% {
    transform: rotate(30deg);
  }
  64% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.content {
  padding-bottom: 92px;
  padding-top: 95px;
  position: relative;
}
@media (max-width: 834px) {
  .content {
    padding: 0 8.33vw 16.14vw;
  }
}
.content .archives {
  left: 43px;
  pointer-events: none;
  position: absolute;
  top: 4px;
  z-index: 1;
}
@media (max-width: 834px) {
  .content .archives {
    left: 4.29vw;
    top: -16.15vw;
    width: 45%;
  }
}
.content ul {
  display: grid;
  gap: min(1.97vw, 65px);
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 834px) {
  .content ul {
    gap: min(3.51vw, 27px);
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20.18vw;
  }
}
.content ul li {
  position: relative;
}
.content ul li:nth-child(odd) .number {
  background: url(/tv/assets/img/page/special/guitar-hero/bg_number2.png) no-repeat;
}
@media (max-width: 834px) {
  .content ul li:nth-child(odd) .number {
    background-size: cover;
  }
}
.content ul li .number {
  background: url(/tv/assets/img/page/special/guitar-hero/bg_number1.png) no-repeat;
  background-size: 62px 30px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: bold;
  height: 30px;
  left: -6px;
  line-height: 1.75;
  padding-top: 4px;
  position: relative;
  text-align: center;
  top: -5px;
  width: 62px;
  z-index: -1;
  font-size: 1rem;
}
@media (max-width: 834px) {
  .content ul li .number {
    align-items: center;
    background-size: cover;
    display: flex;
    height: 25px;
    justify-content: center;
    left: -1.83vw;
    top: -4px;
    width: 51px;
    font-size: 0.9375rem;
  }
}
.content ul li .note {
  animation-delay: 4s;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: stepAnm;
  animation-play-state: running;
  animation-timing-function: steps(2);
  bottom: -8px;
  left: 6px;
  position: absolute;
  transform: rotate(0deg);
}
@media (max-width: 834px) {
  .content ul li .note {
    left: 0px;
    width: 13px;
  }
  .content ul li .note img {
    width: 50%;
  }
}
.content ul li:nth-child(2) .note {
  animation-delay: 2s;
}
.content ul li:nth-child(3) .note {
  animation-delay: 3s;
}
.content ul li:nth-child(4) .note {
  animation-delay: 4s;
}
.content ul li:nth-child(5) .note {
  animation-delay: 6s;
}
.content ul li:nth-child(6) .note {
  animation-delay: 3s;
}
.content ul li:nth-child(7) .note {
  animation-delay: 2s;
}
@media (max-width: 834px) {
  .content ul li:first-child {
    grid-column-end: 3;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-row-start: 1;
    margin-bottom: 4.81vw;
  }
}

.content .movie_block .video {
  position: relative;
}
.content .movie_block .video .play_btn {
  display: block;
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}
.content .movie_block img {
  width: 100%;
}
.content .movie_block h4 {
  color: #fff;
  margin-top: 16px;
  font-size: 1rem;
}
@media (max-width: 834px) {
  .content .movie_block h4 {
    font-size: 3.64vw;
  }
}
.content .movie_block .date {
  color: #959595;
  font-size: 1rem;
}
@media (max-width: 834px) {
  .content .movie_block .date {
    font-size: 3.64vw;
  }
}

.movie__item {
  cursor: pointer;
  position: relative;
}
@media (min-width: 835px) {
  .movie__item {
    min-width: initial;
  }
}
@media (min-width: 835px) {
  .movie__item:hover .thumb::before {
    opacity: 0;
  }
}
.movie__item .thumb {
  aspect-ratio: 16/9;
  clip-path: inset(0 100% 0 0);
  position: relative;
  transition: all 0.5s 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.-ready .movie__item .thumb {
  clip-path: inset(0 0 0 0);
}
.movie__item .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.movie__item .thumb:before {
  background: #000;
  content: "";
  height: 100%;
  opacity: 0.3;
  transition: opacity 0.3s 0s ease;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie__item .thumb:after {
  background: url(/tv/assets/img/page/special/guitar-hero/play.png) no-repeat 0 0/100%;
  content: "";
  height: min(12.5vw, 60px);
  transform: translate(-50%, -50%);
  width: min(12.5vw, 60px);
  position: absolute;
  top: 50%;
  left: 50%;
}
.movie__item .ttl {
  transition: all 0.3s ease;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}
@media (min-width: 835px) {
  .movie__item .ttl {
    font-size: 0.875rem;
    margin-top: 16px;
  }
}

.special__top {
  margin-top: 14.58vw;
}
@media (min-width: 835px) {
  .special__top {
    margin-top: 76px;
  }
}
.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;
}

.special_guitar-hero .l-pageheader {
  padding-bottom: 0;
}

@keyframes clip-path {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.header__bg img {
  width: 100%;
}
.header__img {
  margin-top: 47px;
  position: relative;
  width: 100%;
}
@media (max-width: 834px) {
  .header__img {
    margin-top: 7.81vw;
  }
}
.header__ttl {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: clip-path;
  animation-play-state: running;
  bottom: 3%;
  left: 22%;
  opacity: 0;
  position: absolute;
  transform: scale(1.5);
  transition: all 0.5s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 61%;
}
@media (max-width: 834px) {
  .header__ttl {
    bottom: 8%;
    left: 9%;
    width: 85%;
  }
}
.-ready .header__ttl {
  opacity: 1;
  transform: scale(1);
}
.header__ttl img {
  width: 100%;
}
.header__tag {
  animation-delay: 0.4s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: clip-path;
  animation-play-state: running;
  bottom: 19%;
  clip-path: inset(0 100% 0 0);
  position: absolute;
  right: -9%;
  width: 40%;
}
@media (max-width: 834px) {
  .header__tag {
    bottom: 7%;
    left: 29%;
    width: 41%;
  }
}
.header__txt {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 89px;
  font-size: 1rem;
}
@media (max-width: 834px) {
  .header__txt {
    line-height: 1.7142857143;
    margin: 7.55vw auto 0;
    width: 83%;
    font-size: 1rem;
  }
}
.header__txt span {
  color: #ff2291;
}