@keyframes bg_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes count_bg {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes mask_left {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
.p-music__ttl {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 959px) {
  .p-music__ttl {
    margin-bottom: 29px;
  }
}
.p-music__tab {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  margin-bottom: 7rem;
}
@media screen and (max-width: 959px) {
  .p-music__tab {
    margin-bottom: 2.5rem;
  }
}
.p-music__tab-inner {
  background-color: rgba(66, 44, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 4px 0;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-music__tab-inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 959px) {
  .p-music__tab-inner {
    padding: 3px 0;
  }
}
.p-music__tab-list {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #a68136;
  border-bottom: 1px solid #a68136;
}
.p-music__tab-list-item {
  width: 35.6%;
  max-width: 500px;
  text-align: center;
  position: relative;
  height: 73px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-music__tab-list-item {
    height: 52px;
    width: 48.6%;
  }
}
.p-music__tab-list-item + .p-music__tab-list-item::before {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #a68136;
}
@media (hover: hover) {
  .p-music__tab-list-item:hover .p-in_text {
    opacity: 0.5;
  }
}
.p-music__tab-list-item a {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 87%;
  position: relative;
}
.p-music__tab-list-item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  border: 1px solid #a68136;
  border-radius: 100px;
  pointer-events: none;
  opacity: 0;
}
.p-music__tab-list-item .p-in_text {
  color: #ffdb92;
  font-size: 22px;
  padding: 5px 10px 7px;
  line-height: 1.2;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 959px) {
  .p-music__tab-list-item .p-in_text {
    font-size: 13px;
    padding: 7px 10px 5px;
  }
}
.p-music__tab-list-item.is-current {
  pointer-events: none;
}
.p-music__tab-list-item.is-current a::before {
  opacity: 1;
}
.p-music__info {
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-music__info {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .p-music__info-credit {
    font-size: 1.2rem;
  }
}
.p-music__info-item {
  width: 50%;
  position: relative;
  padding: 0 3.5rem;
  transform: translateY(25px);
  opacity: 0;
}
.p-music__info-item.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 959px) {
  .p-music__info-item {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-music__info-item + .p-music__info-item {
    padding-top: 20px;
    margin-top: 38px;
  }
}
.p-music__info-item + .p-music__info-item::before {
  content: "";
  width: 1px;
  height: 95%;
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(255, 219, 146, 0.3);
}
@media screen and (max-width: 959px) {
  .p-music__info-item + .p-music__info-item::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
}
.p-music__info-head {
  text-align: center;
}
.p-music__info-head a {
  text-decoration: none;
  display: block;
  color: #ffdb92;
  line-height: 1.4;
  padding: 15px 0 23px;
  position: relative;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-music__info-head a {
    padding: 14px 0 16px;
  }
}
@media (hover: hover) {
  .p-music__info-head a:hover {
    opacity: 0.6;
    transform: scale(0.98);
  }
}
.p-music__info-head a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(../img/common/icon/arrow.svg) no-repeat center center;
  mask: url(../img/common/icon/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffdb92;
}
@media screen and (max-width: 959px) {
  .p-music__info-head a::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-music__info-artist {
  font-size: 3rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 959px) {
  .p-music__info-artist {
    font-size: 2rem;
  }
}
.p-music__info-ttl {
  font-size: 4rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-music__info-ttl {
    font-size: 2.8rem;
  }
}
.p-music__info-ttl .is-brackets {
  display: flex;
  flex-direction: column;
  font-size: 1.7rem;
  vertical-align: baseline;
}
@media screen and (max-width: 959px) {
  .p-music__info-ttl .is-brackets {
    font-size: 1.2rem;
  }
}
.p-music__info-ttl .is-brackets:nth-child(1) {
  transform: translateY(10%);
}
.p-music__info-ttl .is-brackets:nth-child(2) {
  justify-content: flex-end;
  transform: translateY(-10%);
}
.p-music__info-links {
  text-align: center;
  border-top: 1px solid rgba(255, 219, 146, 0.3);
  border-bottom: 1px solid rgba(255, 219, 146, 0.3);
  margin-top: 4rem;
  padding: 2.3rem 0 4rem;
}
@media screen and (max-width: 959px) {
  .p-music__info-links {
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin-top: 2.5rem;
  }
}
.p-music__info-links-item + .p-music__info-links-item {
  margin-top: 27px;
}
@media screen and (max-width: 959px) {
  .p-music__info-links-item + .p-music__info-links-item {
    margin-top: 34px;
  }
}
.p-music__info-links-lead {
  line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .p-music__info-links-lead {
    margin-bottom: 13px;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
  }
}
.p-music__head {
  text-align: center;
}
.p-music__head-artist {
  color: #ffdb92;
  font-size: 40px;
  letter-spacing: 3px;
  transform: translateY(25px);
  opacity: 0;
}
.p-music__box.is-active .p-music__head-artist {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 959px) {
  .p-music__head-artist {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.p-music__head-ttl {
  color: #ffdb92;
  font-size: 6rem;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  transform: translateY(25px);
  opacity: 0;
}
.p-music__box.is-active .p-music__head-ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.15s;
}
@media screen and (max-width: 959px) {
  .p-music__head-ttl {
    margin-top: 12px;
    font-size: 3.3rem;
  }
}
.p-music__head-ttl span {
  font-size: 2.6rem;
  vertical-align: baseline;
  display: block;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .p-music__head-ttl span {
    font-size: 1.3rem;
  }
}
.p-music__head-ttl span:nth-child(1) {
  justify-content: flex-start;
  transform: translateY(10%);
}
.p-music__head-ttl span:nth-child(2) {
  justify-content: flex-end;
  transform: translateY(-10%);
}
.p-music__head-sub {
  line-height: 1.85;
  margin-top: 48px;
  letter-spacing: 1.5px;
  transform: translateY(25px);
  opacity: 0;
}
.p-music__box.is-active .p-music__head-sub {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.35s;
}
@media screen and (max-width: 959px) {
  .p-music__head-sub {
    margin-top: 20px;
    font-size: 13.5px;
    letter-spacing: 2px;
  }
}
.p-music__thumb {
  margin-top: 42px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-music__thumb {
    margin-top: 3.4rem;
  }
}
.p-music__thumb img {
  width: 100%;
  transform: scale(1.15);
  opacity: 0;
}
.p-music__box.is-active .p-music__thumb img {
  opacity: 1;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.1s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.4s;
}
.p-music__album {
  margin-top: 8rem;
}
@media screen and (max-width: 959px) {
  .p-music__album {
    margin-top: 4.5rem;
  }
}
.p-music__album-list {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 959px) {
  .p-music__album-list {
    display: block;
  }
}
.p-music__album-list-item {
  width: 30%;
  text-align: center;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 959px) {
  .p-music__album-list-item {
    width: 69%;
    margin: 0 auto;
  }
  .p-music__album-list-item + .p-music__album-list-item {
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 960px) {
  .p-music__album-list-item {
    margin-right: 5%;
  }
  .p-music__album-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .p-music__album-list.is-active .p-music__album-list-item {
    opacity: 1;
    transform: translateY(0);
  }
  .p-music__album-list.is-active .p-music__album-list-item:nth-child(1) {
    transition-delay: 0s;
  }
  .p-music__album-list.is-active .p-music__album-list-item:nth-child(2) {
    transition-delay: 0.15s;
  }
  .p-music__album-list.is-active .p-music__album-list-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .p-music__album-list.is-active .p-music__album-list-item:nth-child(4) {
    transition-delay: 0.45s;
  }
  .p-music__album-list.is-active .p-music__album-list-item:nth-child(5) {
    transition-delay: 0.6s;
  }
  .p-music__album-list.is-active .p-music__album-list-item:nth-child(6) {
    transition-delay: 0.75s;
  }
  .p-music__album-list.is-active .p-music__album-list-item:nth-child(7) {
    transition-delay: 0.9s;
  }
  .p-music__album-list.is-active .p-music__album-list-item:nth-child(8) {
    transition-delay: 1.05s;
  }
  .p-music__album-list.is-active .p-music__album-list-item:nth-child(9) {
    transition-delay: 1.2s;
  }
  .p-music__album-list.is-active .p-music__album-list-item:nth-child(10) {
    transition-delay: 1.35s;
  }
}
@media screen and (max-width: 959px) {
  .p-music__album-list-item.is-active {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-music__album-jk {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media screen and (max-width: 959px) {
  .p-music__album-jk {
    margin-bottom: 5px;
  }
}
.p-music__album-jk img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-music__album-ttl {
  color: #ffdb92;
  line-height: 1.4;
}
.p-music__album-ttl-main {
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 959px) {
  .p-music__album-ttl-main {
    font-size: 1.5rem;
  }
}
.p-music__album-ttl-sub {
  font-size: 17px;
}
@media screen and (max-width: 959px) {
  .p-music__album-ttl-sub {
    font-size: 1.3rem;
    margin-top: 2px;
  }
}
.p-music__album-price {
  line-height: 1.4;
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .p-music__album-price {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.p-music__blocks {
  margin-top: 62px;
}
@media screen and (max-width: 959px) {
  .p-music__blocks {
    margin-top: 45px;
  }
}
.p-music__blocks-item + .p-music__blocks-item {
  margin-top: 45px;
}
.p-music__blocks-head {
  text-align: center;
  color: #ffdb92;
  border-top: 1px solid rgba(255, 219, 146, 0.3);
  border-bottom: 1px solid rgba(255, 219, 146, 0.3);
  padding: 20px 0 24px;
  font-size: 25px;
  letter-spacing: 2px;
  margin-bottom: 22px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-music__blocks-item.is-active .p-music__blocks-head {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 959px) {
  .p-music__blocks-head {
    padding: 1.9rem 0 2.2rem;
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
}
.p-music__blocks-text {
  line-height: 1.85;
  letter-spacing: 1px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-music__blocks-item.is-active .p-music__blocks-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .p-music__blocks-text {
    line-height: 2.1;
    font-size: 1.3rem;
  }
}
.p-music__blocks-text-box + .p-music__blocks-text-box {
  margin-top: 31px;
}
@media screen and (max-width: 959px) {
  .p-music__blocks-text-box + .p-music__blocks-text-box {
    margin-top: 27px;
  }
}
.p-music__blocks-text-box a {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .p-music__blocks-text-box a:hover {
    text-decoration: none;
  }
}
.p-music__blocks-link {
  line-height: 1.6;
  margin-top: 36px;
}
@media screen and (max-width: 959px) {
  .p-music__blocks-link {
    margin-top: 15px;
  }
}
.p-music__blocks-link-cap {
  color: #ffdb92;
  font-size: 20px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 959px) {
  .p-music__blocks-link-cap {
    font-size: 1.7rem;
  }
}
.p-music__blocks-link a {
  color: #ec0203;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .p-music__blocks-link a {
    font-size: 1.9rem;
  }
}
@media (hover: hover) {
  .p-music__blocks-link a:hover {
    text-decoration: none;
  }
}
.p-music__blocks-line {
  border-top: 1px solid rgba(255, 219, 146, 0.3);
  margin: 52px 0 30px;
}
@media screen and (max-width: 959px) {
  .p-music__blocks-line {
    margin: 43px 0 30px;
  }
}
.p-music__blocks-sub {
  color: #ffdb92;
  font-size: 20px;
  padding-top: 7px;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .p-music__blocks-sub {
    font-size: 1.7rem;
    margin-bottom: 1px;
  }
}
.p-music__box {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  .p-music__box {
    padding-top: 50px;
  }
}
.p-music__box + .p-music__box {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid rgba(255, 219, 146, 0.3);
}
@media screen and (max-width: 959px) {
  .p-music__box + .p-music__box {
    margin-top: 60px;
    padding-top: 50px;
  }
}
.p-music__links {
  display: flex;
  justify-content: center;
  padding: 25px 0 34px;
  border-top: 1px solid rgba(255, 219, 146, 0.3);
  border-bottom: 1px solid rgba(255, 219, 146, 0.3);
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-music__links {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.8s;
}
@media screen and (max-width: 959px) {
  .p-music__links {
    padding: 26px 0 45px;
    display: block;
  }
}
.p-music__links-box {
  width: 45rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .p-music__links-box {
    width: 100%;
  }
  .p-music__links-box + .p-music__links-box {
    margin-top: 3.8rem;
  }
}
.p-music__links-lead {
  line-height: 1.5;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1.2rem;
  width: 100%;
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-music__links-lead {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}