:root {
  --color-blue: #00acc0;
  --color-red: #ff1639;
  --color-black: #000;
  --color-white: #fff;
  --font-jp: "Zen Old Mincho", sans-serif;
  --font-en: "Outfit", sans-serif;
}

/*****************
MUSIC
*****************/
.p-music {
  position: relative;
  margin-top: 262px;
}
@media screen and (max-width: 767px) {
  .p-music {
    margin-top: 102px;
  }
}
.p-music__title {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 15.3%;
  max-width: 551px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
@media screen and (min-width: 768px) {
  .p-music__title {
    top: -34px;
  }
}
@media screen and (max-width: 767px) {
  .p-music__title {
    width: 25.6%;
  }
}
.is-active .p-music__title {
  opacity: 0.3;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-music__content {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-music__content {
    width: 89.3%;
  }
}
.p-music__content-head {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
@media screen and (max-width: 767px) {
  .p-music__content-head {
    padding-top: 84px;
  }
}
.is-active .p-music__content-head {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-music__content-head-cap {
  margin-bottom: 38px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-music__content-head-cap {
    margin-bottom: 19px;
    font-size: 1.5rem;
  }
}
.p-music__content-head-title {
  width: 86%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-music__content-head-title {
    width: 96.1%;
  }
}
.p-music__content-head-title img {
  margin: auto;
}
.p-music__content-head-name {
  width: 27.8%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-music__content-head-name {
    width: 34.9%;
    margin-top: 19px;
  }
}
.p-music__content-head-name img {
  margin: auto;
}
.p-music__content-image {
  width: 33.3%;
  margin: 60px auto;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
}
@media screen and (min-width: 768px) {
  .p-music__content-image {
    min-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-music__content-image {
    width: 60%;
    margin: 30px auto;
  }
}
.is-active .p-music__content-image {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-music__content-image img {
  margin: auto;
}
.p-music__content-dl {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
.is-active .p-music__content-dl {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .p-music__content-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-music__content-dl + .p-music__content-dl {
  margin-top: 26px;
}
.p-music__content-dl-cap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  font-family: var(--font-en);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-music__content-dl-cap {
    width: 200px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-music__content-dl-cap {
    padding-left: 25px;
    font-size: 1.2rem;
  }
}
.p-music__content-dl-cap::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-blue)), to(var(--color-red)));
  background: linear-gradient(to right, var(--color-blue), var(--color-red));
  transition: -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-music__content-dl-cap::before {
    top: 3px;
    width: 15px;
    height: 2px;
  }
}
.p-music__content-dl-txt {
  line-height: 1.85;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-music__content-dl-txt {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .p-music__content-dl-txt {
    margin-top: 12px;
    font-size: 1.3rem;
  }
}

/*****************
common label
*****************/
.p-music.is-active .l-section__label::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
}
.p-music .l-section__label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  right: 0;
}
.p-music .l-section__label::before {
  margin-right: 0 !important;
  margin-left: 20px !important;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%) !important;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%) !important;
}
@media screen and (max-width: 767px) {
  .p-music .l-section__label::before {
    margin-left: 7px !important;
  }
}

.p-character.is-active .l-section__label::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
}
.p-character .l-section__label {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  right: auto !important;
  left: 0 !important;
}
.p-character .l-section__label::before {
  margin-left: 0 !important;
  margin-right: 10px !important;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%) !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%) !important;
}
@media screen and (max-width: 767px) {
  .p-character .l-section__label::before {
    margin-right: 7px !important;
  }
}

/*****************
Add
*****************/
.p-kv__logo-sub {
  width: 42.2%;
  margin: -10px auto 0;
  opacity: 0;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, -webkit-filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, -webkit-filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, -webkit-filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-kv__logo-sub {
    width: 80%;
    margin: -2px auto 0;
    -webkit-transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, -webkit-filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s;
    transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, -webkit-filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s;
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s;
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, -webkit-filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s;
  }
}
.is-load .p-kv__logo-sub {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-kv__logo-sub-item {
  width: 48.6%;
}
.p-kv__logo-sub-item img {
  margin: auto;
}

.p-kv__logo-main img {
  margin: auto;
}

.p-kv__logo-date {
  text-align: center;
  opacity: 0;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, -webkit-filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, -webkit-filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, -webkit-filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2.6s;
}
@media screen and (max-width: 767px) {
  .p-kv__logo-date {
    -webkit-transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, -webkit-filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s;
    transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, -webkit-filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s;
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s;
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s, -webkit-filter 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1.85s;
  }
}
.is-load .p-kv__logo-date {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-kv__logo-date-img {
  width: 70.2%;
  margin: 70px auto 100px;
}
@media screen and (max-width: 767px) {
  .p-kv__logo-date-img {
    width: 85.3%;
    margin: 28px auto 0;
  }
}
.p-kv__logo-date-img img {
  margin: auto;
}