@charset "UTF-8";
@keyframes bgPC {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -29px -29px;
  }
}
@keyframes bgSP {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -19px -19px;
  }
}
@keyframes bound_logo {
  from {
    transform: scale(1.5);
  }
  to {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.8);
  }
  20% {
    transform: scale(1.6);
  }
  30% {
    transform: scale(0.8);
  }
  40% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes dokidoki {
  0% {
    transform: scale(1);
    transform-origin: center center;
  }
  10% {
    transform: scale(0.91);
  }
  17% {
    transform: scale(0.98);
  }
  33% {
    transform: scale(0.87);
  }
  45% {
    transform: scale(1);
  }
}
@keyframes deco_shake {
  0%, 100% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(3deg);
  }
  10% {
    transform: rotate(-3deg);
  }
  15% {
    transform: rotate(3deg);
  }
  20% {
    transform: rotate(-3deg);
  }
  25% {
    transform: rotate(0);
  }
}
@keyframes yurayura {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes pyon {
  0%, 5%, 100%, 15%, 25% {
    transform: translateY(0);
  }
  10%, 20% {
    transform: translateY(-10px);
  }
}
@keyframes kvbound {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  15% {
    opacity: 1;
  }
  16% {
    transform: translateY(8%);
  }
  28% {
    transform: translateY(-3%);
  }
  44% {
    transform: translateY(2%);
  }
  59% {
    transform: translateY(-1%);
  }
  73% {
    transform: translateY(0.5%);
  }
  88% {
    transform: translateY(-0.2%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fuyo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fuyo2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes phoko {
  0% {
    transform: translateY(110%);
  }
  3% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0);
  }
  43% {
    transform: translateY(110%);
  }
  100% {
    transform: translateY(110%);
  }
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes Open_Modal {
  0% {
    transform: scale(0) translate(10px, 15px);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.p-music__ttl {
  margin: 0 auto;
  width: 250px;
  margin-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .p-music__ttl {
    width: 125px;
    margin-bottom: 35px;
  }
}
.p-music__tab {
  display: flex;
  margin: 0 auto;
  width: 330px;
  margin-bottom: 40px;
  transform: translateY(40px);
  opacity: 0;
  justify-content: center;
}
.is-load .p-music__tab {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-music__tab {
    width: 245px;
    margin-bottom: 30px;
  }
}
.p-music__tab-item {
  width: 48.5%;
  box-sizing: border-box;
  border: 2px solid #2f53e8;
  text-align: center;
  border-radius: 100px;
  overflow: hidden;
}
@media (hover: hover) {
  .p-music__tab-item {
    transition: transform 0.5s cubic-bezier(0.33, 1.59, 0.52, 0.94);
  }
  .p-music__tab-item:hover {
    transform: scale(1.08);
  }
  .p-music__tab-item:hover a {
    background-color: #f79764;
  }
  .p-music__tab-item:hover .p-music__tab-text {
    color: #fff;
  }
}
.p-music__tab-item + .p-music__tab-item {
  margin-left: 3%;
}
.p-music__tab-item a {
  display: block;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 0 11px;
  transition: background-color 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-music__tab-item a {
    padding: 8px 0 7px;
  }
}
.p-music__tab-item.is-current {
  pointer-events: none;
}
.p-music__tab-item.is-current a {
  background-color: #ff88f1;
}
.p-music__tab-text {
  color: #2f53e8;
  font-size: 15px;
  transition: color 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-music__tab-text {
    font-size: 13px;
  }
}
.is-current .p-music__tab-text {
  color: #fff;
}
.p-music__ednav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  transform: translateY(40px);
  opacity: 0;
}
.is-load .p-music__ednav {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-music__ednav {
    flex-wrap: wrap;
    padding: 0 4.5%;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-music__ednav-item:nth-child(10n) {
    margin-left: 0;
  }
}
.p-music__ednav-item + .p-music__ednav-item {
  margin-left: 0.45%;
}
@media screen and (max-width: 767px) {
  .p-music__ednav-item + .p-music__ednav-item {
    margin-bottom: 0.5%;
    margin-left: 0.76%;
  }
}
.p-music__ednav-item a {
  display: block;
  width: 38px;
  height: 38px;
  text-decoration: none;
  background-color: #2f53e8;
  border: 2px solid #2f53e8;
  position: relative;
  border-radius: 50%;
}
@media (hover: hover) {
  .p-music__ednav-item a {
    transition: transform 0.5s cubic-bezier(0.33, 1.59, 0.52, 0.94), background-color 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-music__ednav-item a:hover {
    background-color: #ff88f1;
    transform: scale(1.08);
  }
}
@media screen and (max-width: 767px) {
  .p-music__ednav-item a {
    width: 32px;
    height: 32px;
  }
}
.p-music__ednav-text {
  font-family: "Fredoka", sans-serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.p-music_box {
  border: 2px solid #2f53e8;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  background-color: #e8f9ff;
  transform: scale(0.95) translateY(10px);
  opacity: 0;
}
.p-music_box.is-active {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-music_box + .p-music_box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-music_box + .p-music_box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-music_box {
    border-radius: 5px;
  }
}
.p-music_box__inner {
  margin: 0 auto;
  width: 85.5%;
  padding-top: 61px;
  padding-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .p-music_box__inner {
    padding-top: 25px;
    padding-bottom: 24px;
  }
}
.p-music_box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2f53e8;
  padding: 5px 9px 7px;
}
@media screen and (max-width: 767px) {
  .p-music_box__head {
    padding: 2px 6px 4px;
  }
}
.p-music_box__head-ttl {
  color: #fff;
  font-size: 15px;
  font-family: "Fredoka", sans-serif;
  padding-left: 8px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-music_box__head-ttl {
    font-size: 11px;
  }
}
.p-music_box__head-deco {
  display: flex;
}
.p-music_box__head-deco .p-in_icon {
  width: 22px;
}
@media screen and (max-width: 767px) {
  .p-music_box__head-deco .p-in_icon {
    width: 16px;
  }
}
.p-music_box__head-deco .p-in_icon + .p-in_icon {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-music_box__head-deco .p-in_icon + .p-in_icon {
    margin-left: 3px;
  }
}
.p-music_box__main {
  display: flex;
  align-items: center;
  border: 1px solid #2f53e8;
  background-color: #fff;
  padding: 4% 4.8% 4.8%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-music_box__main {
    padding: 6.5% 6.3% 7%;
    display: block;
    margin-top: 30px;
  }
}
.p-music_box__main-thumb {
  flex-shrink: 0;
  width: 42.5%;
  margin-right: 7.3%;
}
@media screen and (max-width: 767px) {
  .p-music_box__main-thumb {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.p-music_box__main-thumb-img {
  border: 1px solid #2f53e8;
}
.p-music_box__main-thumb-text {
  font-weight: 700;
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-music_box__main-thumb-text {
    margin-top: 8px;
    font-size: 12px;
  }
}
.p-music_box__main-content {
  line-height: 1.6;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-music_box__main-content {
    text-align: center;
    width: 100%;
  }
}
.p-music_box__main-ttl {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
  color: #2f53e8;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-music_box__main-ttl {
    margin-bottom: 13px;
    font-size: 25px;
  }
}
.p-music_box__main-artistcap {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-music_box__main-artistcap {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
.p-music_box__main-artist {
  font-size: 36px;
  color: #2f53e8;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-music_box__main-artist {
    font-size: 18px;
  }
}
.p-music_box__main-dl {
  margin-top: 42px;
  width: 86%;
}
@media screen and (max-width: 767px) {
  .p-music_box__main-dl {
    margin: 0 auto;
    margin-top: 20px;
    width: 200px;
  }
}
.p-music_box__main-dl a {
  display: block;
  border: 2px solid #2f53e8;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  background-color: #ff88f1;
  box-sizing: border-box;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  padding: 10px 10%;
}
@media (hover: hover) {
  .p-music_box__main-dl a {
    transition: transform 0.5s cubic-bezier(0.33, 1.59, 0.52, 0.94), background-color 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-music_box__main-dl a:hover {
    background-color: #2f53e8;
    transform: scale(1.08);
  }
}
@media screen and (max-width: 767px) {
  .p-music_box__main-dl a {
    padding: 11px 10% 10px;
  }
}
.p-music_box__main-dl a::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 5.5%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-music_box__main-dl a::before {
    width: 5px;
    height: 5px;
    right: 6.5%;
  }
}
.p-music_box__main-dl-text {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Fredoka", sans-serif;
}
.p-music_box__main-dl-text.-ja {
  font-family: YakuHanJP, "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 3px 0 4px;
}
@media screen and (max-width: 767px) {
  .p-music_box__main-dl-text.-ja {
    padding: 0px 0 1px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-music_box__main-dl-text {
    font-size: 12px;
  }
}
.p-music_box__info-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-music_box__info-inner {
    display: block;
  }
}
.p-music_box__info-thumb {
  flex-shrink: 0;
  width: 38.33%;
  margin-right: 4.7%;
}
@media screen and (max-width: 767px) {
  .p-music_box__info-thumb {
    width: 100%;
    margin-right: 0;
  }
}
.p-music_box__info-thumb-text {
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-music_box__info-thumb-text {
    font-size: 12px;
    margin-top: 7px;
  }
}
.p-music_box__info-main {
  width: 61.9%;
  position: relative;
  margin-top: -0.5%;
}
@media screen and (max-width: 767px) {
  .p-music_box__info-main {
    width: 100%;
    margin-top: 15px;
  }
}
.p-music_box__info-head {
  color: #2f53e8;
  font-weight: 700;
  line-height: 1.4;
}
.p-music_box__info-head-btn {
  width: 77%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-music_box__info-head-btn {
    margin-top: 18px;
    width: 200px;
  }
}
.p-music_box__info-head-release {
  font-size: 20px;
  letter-spacing: 0.2px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-music_box__info-head-release {
    font-size: 14px;
    margin-top: 10px;
  }
}
.p-music_box__info-head-ttl {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .p-music_box__info-head-ttl {
    font-size: 25px;
  }
}
.p-music_box__info-head-credit {
  line-height: 1.6;
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-music_box__info-head-credit {
    font-size: 12px;
    margin-top: 5px;
  }
}
.p-music_box__info-text {
  font-size: 14px;
  line-height: 1.75;
  border-top: 1px solid #2f53e8;
  padding-top: 40px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-music_box__info-text {
    font-size: 12px;
    padding-top: 24px;
    margin-top: 13px;
  }
}
.p-music_box__artistarea {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-music_box__artistarea {
    margin-top: 30px;
  }
}
.p-music_box__artistarea-name {
  color: #2f53e8;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 1px solid #2f53e8;
  padding-bottom: 26px;
  margin-bottom: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-music_box__artistarea-name {
    padding-bottom: 17px;
    margin-bottom: 18px;
    font-size: 16px;
  }
}
.p-music_box__artistarea-item {
  border: 1px solid #2f53e8;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 4% 4.8% 4.8%;
}
@media screen and (max-width: 767px) {
  .p-music_box__artistarea-item {
    border-radius: 5px;
    padding: 6.5% 6.3% 7%;
  }
}
.p-music_box__artistarea-item + .p-music_box__artistarea-item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-music_box__artistarea-item + .p-music_box__artistarea-item {
    margin-top: 15px;
  }
}
.p-music_box__artistarea-textlist-item + .p-music_box__artistarea-textlist-item {
  margin-top: 22px;
  padding-top: 27px;
  border-top: 1px solid #2f53e8;
}
@media screen and (max-width: 767px) {
  .p-music_box__artistarea-textlist-item + .p-music_box__artistarea-textlist-item {
    margin-top: 16px;
    padding-top: 18px;
  }
}
.p-music_box__artistarea-textlist-label {
  color: #2f53e8;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-music_box__artistarea-textlist-label {
    font-size: 14px;
    margin-bottom: 9px;
  }
}
.p-music_box__artistarea-textlist-text {
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-music_box__artistarea-textlist-text {
    line-height: 1.75;
    font-size: 12px;
  }
}
.p-music_box__movie {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .p-music_box__movie {
    margin-top: 29px;
  }
}
.p-music_box__movie-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-music_box__movie-list {
    display: block;
  }
}
.p-music_box__movie-list-item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-music_box__movie-list-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-music_box__movie-list-item + .p-music_box__movie-list-item {
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-music_box__movie-list-item + .p-music_box__movie-list-item {
    margin-top: 9%;
  }
}
.p-music_box__movie-ttl {
  color: #2f53e8;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-music_box__movie-ttl {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.p-music_box__movie-player {
  border: 1px solid #2f53e8;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  cursor: pointer;
}
@media (hover: hover) {
  .p-music_box__movie-player:hover img {
    transform: scale(1.05);
    filter: blur(2px);
  }
}
@media screen and (max-width: 767px) {
  .p-music_box__movie-player {
    border-radius: 5px;
  }
}
.p-music_box__movie-player::after {
  content: "";
  width: 14%;
  padding-top: 14%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/music/btn_movie.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-music_box__movie-player::after {
    width: 15%;
    padding-top: 15%;
  }
}
.p-music_box__movie-player-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-music_box__movie-player-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 97, 207, 0.3);
}
.p-music_box__movie-player-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), filter 1s cubic-bezier(0.25, 1, 0.5, 1);
}