@media not all and (max-width: 900px) {
  .l-in__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media not all and (max-width: 900px) {
  .l-in__ttl {
    flex-shrink: 0;
  }
}

.p-movie {
  padding-bottom: 59px;
}
@media not all and (max-width: 900px) {
  .p-movie {
    padding-bottom: 120px;
  }
}
.p-movie__category {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateX(50px);
}
@media screen and (max-width: 900px) {
  .p-movie__category {
    margin-top: 30px;
    width: 91%;
    margin: 30px auto 0;
  }
}
@media not all and (max-width: 900px) {
  .p-movie__category {
    max-width: 590px;
    flex: 1 1 auto;
  }
}
body.is-in-play .p-movie__category {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.45s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition-delay: 0.2s;
}
.p-movie__category-item {
  width: 31.9%;
  margin-right: 2.15%;
}
.p-movie__category-item:nth-of-type(3n) {
  margin-right: 0;
}
.p-movie__category-item:nth-of-type(n + 4) {
  margin-top: 8px;
}
@media not all and (max-width: 900px) {
  .p-movie__category-item:nth-of-type(n + 4) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .p-movie__category-item {
    width: 48.5%;
    margin-right: 0;
  }
  .p-movie__category-item:nth-of-type(even) {
    margin-left: 3%;
  }
  .p-movie__category-item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.p-movie__category-item .c-btn::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 0;
  background-color: #e02e2c;
}
.p-movie__category-item.is-current {
  pointer-events: none;
}
.p-movie__category-item.is-current .c-btn::after {
  width: 100%;
}

.p-movie__list {
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-movie__list {
    width: 91%;
  }
}
@media not all and (max-width: 900px) {
  .p-movie__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-movie__list-item {
  position: relative;
  transform: translateX(40px);
  opacity: 0;
}
@media not all and (max-width: 900px) {
  .p-movie__list-item {
    transform: translateX(120px);
  }
}
body.is-in-play .p-movie__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.8s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
body.is-in-play .p-movie__list-item:nth-of-type(1) {
  transition-delay: 0.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(1) {
    transition-delay: 0.3s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(2) {
  transition-delay: 0.08s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(2) {
    transition-delay: 0.34s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(3) {
  transition-delay: 0.12s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(3) {
    transition-delay: 0.38s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(4) {
  transition-delay: 0.16s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(4) {
    transition-delay: 0.42s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(5) {
  transition-delay: 0.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(5) {
    transition-delay: 0.46s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(6) {
  transition-delay: 0.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(6) {
    transition-delay: 0.5s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(7) {
  transition-delay: 0.28s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(7) {
    transition-delay: 0.54s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(8) {
  transition-delay: 0.32s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(8) {
    transition-delay: 0.58s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(9) {
  transition-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(9) {
    transition-delay: 0.62s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(10) {
  transition-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(10) {
    transition-delay: 0.66s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(11) {
  transition-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(11) {
    transition-delay: 0.7s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(12) {
  transition-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(12) {
    transition-delay: 0.74s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(13) {
  transition-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(13) {
    transition-delay: 0.78s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(14) {
  transition-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(14) {
    transition-delay: 0.82s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(15) {
  transition-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(15) {
    transition-delay: 0.86s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(16) {
  transition-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(16) {
    transition-delay: 0.9s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(17) {
  transition-delay: 0.68s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(17) {
    transition-delay: 0.94s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(18) {
  transition-delay: 0.72s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(18) {
    transition-delay: 0.98s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(19) {
  transition-delay: 0.76s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(19) {
    transition-delay: 1.02s;
  }
}
body.is-in-play .p-movie__list-item:nth-of-type(20) {
  transition-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-movie__list-item:nth-of-type(20) {
    transition-delay: 1.06s;
  }
}
@media not all and (max-width: 900px) {
  .p-movie__list-item {
    width: 48%;
  }
  .p-movie__list-item:nth-of-type(even) {
    margin-left: 4%;
  }
  .p-movie__list-item:nth-of-type(n + 3) {
    margin-top: 7.3%;
  }
  .p-movie__list-item:hover .p-in-img {
    transform: scale(1.1);
  }
  .p-movie__list-item:hover .p-in-img::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@media screen and (max-width: 900px) {
  .p-movie__list-item + .p-movie__list-item {
    margin-top: 6.3%;
  }
}
.p-movie__list-thumb {
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
body.is-in-play .p-movie__list-thumb {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.p-movie__list-thumb::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.85);
  margin: -18px 0 0 -18px;
}
@media not all and (max-width: 900px) {
  .p-movie__list-thumb::after {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
  }
}
.p-movie__list-thumb::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #ffffff;
  margin: -5px 0 0 -4px;
}
@media not all and (max-width: 900px) {
  .p-movie__list-thumb::before {
    border-width: 10px 0 10px 17px;
    margin: -10px 0 0 -7px;
  }
}
.p-movie__list-thumb .p-in-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: cubic-bezier(0.18, 0.63, 0.19, 0.98) 0.6s;
}
@media not all and (max-width: 900px) {
  .p-movie__list-thumb .p-in-img::before {
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(224, 46, 44, 0.5);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.6s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  }
}
.p-movie__list-deco {
  position: absolute;
}
.p-movie__list-text {
  display: inline-block;
  position: relative;
  background-color: #000000;
  vertical-align: top;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 3.46vw;
  font-size: clamp(12px, 3.46vw, 17px);
}
@media not all and (max-width: 900px) {
  .p-movie__list-text {
    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}
.p-movie__list-text p {
  position: relative;
  padding: 2px 7px;
}
@media not all and (max-width: 900px) {
  .p-movie__list-text p {
    padding: 6px 12px 7px;
  }
}