@keyframes loop_obj {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_rotate_obj {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 40px 0 rgba(255, 255, 255, 0.1333333333), -40px 0 #FFF;
  }
  50% {
    background-color: #FFF;
    box-shadow: 40px 0 rgba(255, 255, 255, 0.1333333333), -40px 0 rgba(255, 255, 255, 0.1333333333);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 40px 0 #FFF, -40px 0 rgba(255, 255, 255, 0.1333333333);
  }
}
@keyframes flash_sp {
  0% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 26px 0 rgba(255, 255, 255, 0.1333333333), -26px 0 #FFF;
  }
  50% {
    background-color: #FFF;
    box-shadow: 26px 0 rgba(255, 255, 255, 0.1333333333), -26px 0 rgba(255, 255, 255, 0.1333333333);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 26px 0 #FFF, -26px 0 rgba(255, 255, 255, 0.1333333333);
  }
}
@keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-1%, -1%);
  }
  20% {
    transform: translate(1%, 1%);
  }
  30% {
    transform: translate(-2%, -2%);
  }
  40% {
    transform: translate(3%, 3%);
  }
  50% {
    transform: translate(-3%, -3%);
  }
  60% {
    transform: translate(4%, 4%);
  }
  70% {
    transform: translate(-4%, -4%);
  }
  80% {
    transform: translate(2%, 2%);
  }
  90% {
    transform: translate(-3%, -3%);
  }
}
@keyframes film-scratch {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.5;
  }
  10% {
    transform: translateX(-1%);
  }
  20% {
    transform: translateX(1%);
  }
  30% {
    transform: translateX(-2%);
    opacity: 0.75;
  }
  40% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(-3%);
    opacity: 0.5;
  }
  60% {
    transform: translateX(8%);
  }
  70% {
    transform: translateX(-3%);
  }
  80% {
    transform: translateX(10%);
    opacity: 0.25;
  }
  90% {
    transform: translateX(-2%);
  }
}
@keyframes effect-scratch {
  0% {
    transform: translateX(0);
    opacity: 0.75;
  }
  10% {
    transform: translateX(-1%);
  }
  20% {
    transform: translateX(1%);
  }
  30% {
    transform: translateX(-2%);
  }
  40% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(-3%);
    opacity: 0.5;
  }
  60% {
    transform: translateX(8%);
  }
  70% {
    transform: translateX(-3%);
  }
  80% {
    transform: translateX(10%);
    opacity: 0.25;
  }
  90% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(30%);
  }
}
@keyframes noise {
  to {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -10%;
  }
  20% {
    background-position: -15% 5%;
  }
  30% {
    background-position: 7% -25%;
  }
  40% {
    background-position: 20% 25%;
  }
  50% {
    background-position: -25% 10%;
  }
  60% {
    background-position: 15% 5%;
  }
  70% {
    background-position: 0 15%;
  }
  80% {
    background-position: 25% 35%;
  }
  90% {
    background-position: -10% 10%;
  }
}
@keyframes shutter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-content {
    padding-bottom: 80px;
  }
}

.l-in__ttl h2 {
  width: 39rem;
}
@media screen and (max-width: 960px) {
  .l-in__ttl h2 {
    width: 66%;
  }
}

.p-music {
  padding-top: 144px;
}
@media screen and (max-width: 960px) {
  .p-music {
    padding-top: 60px;
  }
}
.p-music__content {
  margin: 0 auto;
  width: 85%;
  max-width: 1100px;
}
@media screen and (max-width: 960px) {
  .p-music__content {
    width: 84%;
  }
}
.p-music__head {
  text-align: center;
  color: #fff;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 4.8rem;
  letter-spacing: 2.5px;
  margin-bottom: 5.1rem;
  transform: translateY(30px);
  opacity: 0;
}
.is-load .p-music__head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 960px) {
  .p-music__head {
    margin-bottom: 2.2rem;
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
}
.p-music__head .p-in_ja {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-top: 1rem;
  transform: translateY(13px);
  opacity: 0;
}
.is-load .p-music__head .p-in_ja {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .p-music__head .p-in_ja {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.p-music__main {
  color: #fff;
  background-color: #000;
  padding: 48px 3rem 60px;
  transform: translateY(30px);
  opacity: 0;
}
.is-load .p-music__main {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.75s;
}
@media screen and (max-width: 960px) {
  .p-music__main {
    padding: 29px 22px 30px;
  }
}
.p-music__top {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-music__top {
    margin-bottom: 2.8rem;
  }
}
.p-music__top-ttl {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 7.6rem;
  letter-spacing: 5px;
  margin-bottom: 4px;
  line-height: 1;
  margin-bottom: 31px;
}
@media screen and (max-width: 960px) {
  .p-music__top-ttl {
    margin-bottom: 13px;
    font-size: 3.9rem;
    letter-spacing: 2px;
  }
}
.p-music__top-credit {
  letter-spacing: 1.5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-music__top-credit {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
.p-music__movie {
  margin: 0 auto;
  width: 86.5%;
  padding-top: 48.3%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-music__movie {
    padding-top: 56.2%;
    width: 100%;
  }
}
@media (hover: hover) {
  .p-music__movie:hover .p-music__movie-thumb {
    transform: scale(1.05);
  }
  .p-music__movie:hover .p-music__movie-thumb::after {
    opacity: 1;
  }
}
.p-music__movie-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-music__movie-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-music__movie-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-music__movie-play {
    width: 26%;
  }
}
.p-music__box + .p-music__box {
  margin-top: 96px;
}
@media screen and (max-width: 960px) {
  .p-music__box + .p-music__box {
    margin-top: 48px;
  }
}