@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : music.css
Description : 音楽情報
===================================================================== */
@keyframes btnPlayAnime {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* ========================================================
    music
======================================================== */
.music {
  position: relative;
  width: 100%;
  padding: 20rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .music {
    padding: 15rem 0 12rem 0;
  }
}
.music .inner {
  max-width: 1080px;
}
.music_column {
  position: relative;
  width: 100%;
}
.music_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.music_ttl > h2 {
  position: relative;
  display: inline-block;
  width: auto;
  padding-top: 7rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_ttl > h2 {
    padding-top: 0;
  }
}
.music_ttl > h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 18.6rem;
  aspect-ratio: 186/47;
  background-image: url(../images/common/common_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .music_ttl > h2::before {
    content: "";
    position: absolute;
    left: -12.8rem;
    top: 1.6rem;
    display: block;
    width: 11.6rem;
    aspect-ratio: 182/63;
    background-image: url(../images/common/common_bg04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: scale(1, 1);
    z-index: -1;
  }
}
.music_ttl > h2::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .music_ttl > h2::after {
    content: "";
    position: absolute;
    right: -12.8rem;
    top: 1.6rem;
    display: block;
    width: 11.6rem;
    aspect-ratio: 182/63;
    background-image: url(../images/common/common_bg04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: scale(-1, 1);
    z-index: -1;
  }
}
.music_ttl > h2 > em {
  position: relative;
  display: inline-block;
  color: transparent;
  font-family: "Cinzel Decorative", serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .music_ttl > h2 > em {
    font-size: 7.2rem;
  }
}
.music_ttl > h2 > em::before {
  content: "";
  position: absolute;
  left: -8rem;
  top: -10rem;
  display: block;
  width: 13.7rem;
  aspect-ratio: 137/209;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  mix-blend-mode: color-dodge;
  z-index: -1;
}
.music_ttl > h2 > span {
  position: relative;
  display: block;
  margin-top: 0.4em;
  color: #1393d0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .music_ttl > h2 > span {
    font-size: 2rem;
  }
}
.music_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .music_wrap {
    margin-top: 6rem;
  }
}
.music_tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5.6rem;
}
@media screen and (min-width: 768px) {
  .music_tab {
    margin-bottom: 4.2rem;
  }
}
.music_tab > li {
  width: 32.5373134328%;
  aspect-ratio: 218/88;
  margin: 0 0 2.4rem 1.1940298507%;
  padding: 2px;
  border: 2px solid;
  border-color: #917954;
  -o-border-image: none;
     border-image: none;
  background-color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .music_tab > li {
    width: 32%;
    aspect-ratio: 320/60;
    margin: 0 0 1.8rem 2%;
  }
}
.music_tab > li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .music_tab > li:hover {
    border-color: none;
    -o-border-image: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%) 1;
       border-image: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%) 1;
  }
}
@media screen and (min-width: 768px) {
  .music_tab > li:hover .music_tab_btn {
    background: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%);
  }
}
@media screen and (min-width: 768px) {
  .music_tab > li:hover .music_tab_btn > span {
    color: #ffffff;
  }
}
.music_tab > li.is-active {
  border-color: none;
  -o-border-image: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%) 1;
     border-image: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%) 1;
}
.music_tab > li.is-active .music_tab_btn {
  background: linear-gradient(90deg, #f0d69e 0%, #a0864e 50%, #73571c 100%);
}
.music_tab > li.is-active .music_tab_btn > span {
  color: #ffffff;
}
.music_tab_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.music_tab_btn > span {
  display: block;
  color: #917954;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.05em);
}
@media screen and (min-width: 768px) {
  .music_tab_btn > span {
    font-size: 2rem;
  }
}
.music_panel {
  position: relative;
  width: 100%;
}
.music_panel > li {
  display: none;
}
.music_panel > li.is-show {
  display: block;
}
.music_list {
  position: relative;
  width: 100%;
}
.music_list > li {
  position: relative;
  width: 100%;
  margin-top: 10rem;
  padding-top: 10rem;
}
@media screen and (min-width: 768px) {
  .music_list > li {
    margin-top: 7.5rem;
    padding-top: 7.5rem;
  }
}
.music_list > li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.music_list > li:first-child::before {
  content: none;
}
.music_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%);
}
.music_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .music_item:not(:has(.music_item_img)) .music_item_detail {
    width: 44rem;
    margin: 4.5rem auto 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .music_item:not(:has(.music_item_img)) .music_item_detail_ttl {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .music_item:not(:has(.music_item_img)) .music_item_detail_name {
    text-align: center;
  }
}
.music_item_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  line-height: 1;
}
.music_item_ttl > em {
  position: relative;
  display: inline-block;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .music_item_ttl > em {
    font-size: 4rem;
  }
}
.music_item_ttl > em::before {
  content: "";
  position: absolute;
  left: -1.1em;
  top: 50%;
  display: block;
  height: 0.72em;
  aspect-ratio: 43/36;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(1, 1);
  z-index: -1;
}
.music_item_ttl > em::after {
  content: "";
  position: absolute;
  right: -1.1em;
  top: 50%;
  display: block;
  height: 0.72em;
  aspect-ratio: 43/36;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(-1, 1);
  z-index: -1;
}
.music_item_ttl > em > span {
  display: inline-block;
  color: transparent;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.music_item_img {
  position: relative;
  width: 102.9850746269%;
  margin: 6rem -1.4925373134% 0 -1.4925373134%;
  padding-bottom: 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .music_item_img {
    width: 53rem;
    margin: 4.5rem 0 0 -1rem;
  }
}
.music_item_img.slick-initialized.slick-slider {
  padding-bottom: 4rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .music_item_img.slick-initialized.slick-slider {
    padding-bottom: 3rem;
  }
}
.music_item_img.slick-initialized.slick-slider:has(.slick-slide:first-child:last-child) {
  padding-bottom: 0;
}
.music_item_img.slick-initialized.slick-slider * {
  line-height: 1;
}
.music_item_img.slick-initialized.slick-slider .slick-list {
  padding: 0 !important;
}
.music_item_img.slick-initialized.slick-slider .slick-slide {
  position: relative;
  width: 67rem;
  margin: 0 2rem;
}
@media screen and (min-width: 768px) {
  .music_item_img.slick-initialized.slick-slider .slick-slide {
    width: 51rem;
  }
}
.music_item_img.slick-initialized.slick-slider .prev {
  position: absolute;
  left: -2rem;
  right: inherit;
  top: calc(50% - 4rem);
  display: block;
  width: 8rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_slide.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(1, 1);
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .music_item_img.slick-initialized.slick-slider .prev {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .music_item_img.slick-initialized.slick-slider .prev:hover {
    background-image: url(../images/common/btn_slide_h.png);
  }
}
.music_item_img.slick-initialized.slick-slider .next {
  position: absolute;
  left: inherit;
  right: -2rem;
  top: calc(50% - 4rem);
  display: block;
  width: 8rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_slide.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(-1, 1);
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .music_item_img.slick-initialized.slick-slider .next {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .music_item_img.slick-initialized.slick-slider .next:hover {
    background-image: url(../images/common/btn_slide_h.png);
  }
}
.music_item_img.slick-initialized.slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  transform: translateX(-50%);
}
.music_item_img.slick-initialized.slick-slider .slick-dots li {
  width: 1.2rem;
  aspect-ratio: 1/1;
  margin: 0 0.8rem;
}
@media screen and (min-width: 768px) {
  .music_item_img.slick-initialized.slick-slider .slick-dots li {
    width: 1rem;
    margin: 0 0.4rem;
  }
}
.music_item_img.slick-initialized.slick-slider .slick-dots li.slick-active button {
  background: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%);
}
.music_item_img.slick-initialized.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #7f7f7f;
}
.music_item_img li {
  width: 100%;
}
.music_item_img li > figure {
  position: relative;
  width: 100%;
  padding: 0.8rem;
  border: 0.2rem solid;
  -o-border-image: linear-gradient(90deg, #a0864e 0%, #f0d69e 20%, #a0864e 70%, #73571c 100%) 1;
     border-image: linear-gradient(90deg, #a0864e 0%, #f0d69e 20%, #a0864e 70%, #73571c 100%) 1;
}
.music_item_img li > span {
  display: block;
  margin-top: 0.8em;
  color: #004089;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_item_img li > span {
    font-size: 1.6rem;
  }
}
.music_item_detail {
  position: relative;
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .music_item_detail {
    width: calc(100% - 56rem);
    margin: 4.5rem 0 0 0;
  }
}
.music_item_detail_ttl {
  position: relative;
  width: 100%;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_item_detail_ttl {
    text-align: left;
  }
}
.music_item_detail_ttl > span {
  display: block;
  color: #1393d0;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .music_item_detail_ttl > span {
    font-size: 3rem;
  }
}
.music_item_detail_name {
  position: relative;
  width: 100%;
  margin-top: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_item_detail_name {
    margin-top: 0.9rem;
    text-align: left;
  }
}
.music_item_detail_name > em {
  display: inline-block;
  color: transparent;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(0deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .music_item_detail_name > em {
    font-size: 2.4rem;
  }
}
.music_item_detail_name > span {
  display: block;
  margin-top: 0.2em;
  color: #004089;
  font-weight: 700;
}
.music_item_detail_content {
  position: relative;
  width: 100%;
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .music_item_detail_content {
    margin-top: 2.7rem;
  }
}
.music_item_detail_content > dt {
  width: 100%;
}
.music_item_detail_content > dt > span {
  position: relative;
  display: block;
  padding-left: 0.8em;
  color: #004089;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .music_item_detail_content > dt > span {
    font-size: 2rem;
  }
}
.music_item_detail_content > dt > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  display: block;
  width: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
}
.music_item_detail_content > dd {
  width: 100%;
}
.music_item_detail_content > dd > p {
  width: 100%;
  margin-top: 1em;
  font-weight: 600;
}
.music_item_detail_content > dd > p:first-child {
  margin-top: 0;
}
.music_item_artist {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 6rem 4rem;
}
@media screen and (min-width: 768px) {
  .music_item_artist {
    margin-top: 4.5rem;
    padding: 4.5rem 8rem;
  }
}
.music_item_artist::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4279b8;
  mix-blend-mode: color-burn;
  opacity: 0.2;
  z-index: -3;
}
.music_item_artist_wrap {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .music_item_artist_wrap {
    margin-top: 4.5rem;
    padding-top: 4.5rem;
  }
}
.music_item_artist_wrap:first-child {
  margin-top: 0;
  padding-top: 0;
}
.music_item_artist_wrap:first-child::before {
  content: none;
}
.music_item_artist_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%);
}
.music_item_artist_ttl {
  position: relative;
  width: 100%;
  line-height: 1;
  text-align: center;
}
.music_item_artist_ttl > span {
  display: block;
  color: transparent;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(-90deg, #004089 0%, #004089 5%, #1393d0 80%, #5ee1d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .music_item_artist_ttl > span {
    font-size: 3rem;
  }
}
.music_item_artist_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .music_item_artist_text {
    margin-top: 3rem;
  }
}
.music_item_artist_text > p {
  width: 100%;
  margin-top: 1em;
  font-weight: 600;
}
.music_item_artist_text > p:first-child {
  margin-top: 0;
}
.music_item_artist_img {
  position: relative;
  width: 100%;
  margin: 4rem auto 0 auto;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .music_item_artist_img {
    width: 60.7142857143%;
    margin: 3rem auto 0 auto;
  }
}
.music_item_artist_embed {
  position: relative;
  width: 100%;
  margin: 4rem auto 0 auto;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .music_item_artist_embed {
    width: 60.7142857143%;
    margin: 3rem auto 0 auto;
  }
}
.music_item_artist_embed_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.music_item_artist_embed_inner * {
  line-height: inherit;
}
.music_item_artist_embed_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.music_item_artist_btn01 {
  position: relative;
  width: 100%;
  aspect-ratio: 590/128;
  margin: 4.8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .music_item_artist_btn01 {
    width: 42rem;
    aspect-ratio: 420/72;
    margin: 3.6rem auto 0 auto;
  }
}
.music_item_artist_btn01 > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 10rem 0 6rem;
  border-radius: 6.4rem;
  background: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%);
}
@media screen and (min-width: 768px) {
  .music_item_artist_btn01 > a {
    padding: 0 7rem 0 4rem;
    border-radius: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .music_item_artist_btn01 > a:hover {
    background: linear-gradient(90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .music_item_artist_btn01 > a:hover::before {
    transform: translateY(-50%) scale(1.2);
  }
}
.music_item_artist_btn01 > a::before {
  content: "";
  position: absolute;
  right: 6rem;
  top: 50%;
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .music_item_artist_btn01 > a::before {
    right: 4rem;
    width: 1.5rem;
  }
}
.music_item_artist_btn01 > a > span {
  display: block;
  color: #ffffff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.05em);
}
@media screen and (min-width: 768px) {
  .music_item_artist_btn01 > a > span {
    font-size: 2.4rem;
  }
}
.music_item_artist_btnlist {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 4.8rem 0 -2.4rem 0;
}
@media screen and (min-width: 768px) {
  .music_item_artist_btnlist {
    margin: 3.6rem 0 -1.8rem 0;
  }
}
.music_item_artist_btnlist > li {
  width: 31.8644067797%;
  margin: 0 0 2.4rem 2.2033898305%;
}
@media screen and (min-width: 768px) {
  .music_item_artist_btnlist > li {
    width: 30.9523809524%;
    margin: 0 0 1.8rem 3.5714285714%;
  }
}
.music_item_artist_btnlist > li:nth-child(3n+1) {
  margin-left: 0;
}
.music_item_artist_btn02 {
  position: relative;
  width: 100%;
  aspect-ratio: 188/112;
}
@media screen and (min-width: 768px) {
  .music_item_artist_btn02 {
    aspect-ratio: 260/64;
  }
}
.music_item_artist_btn02 > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .music_item_artist_btn02 > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .music_item_artist_btn02 > a:hover::before {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .music_item_artist_btn02 > a:hover > span {
    transform: translateY(-0.05em) scale(1.04);
  }
}
.music_item_artist_btn02 > a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid;
  -o-border-image: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%) 1;
     border-image: linear-gradient(-90deg, #284e8f 0%, #2c8ec4 68%, #5ee1d9 100%) 1;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 1;
}
.music_item_artist_btn02 > a > span {
  display: block;
  color: #1393d0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transform: translateY(-0.05em);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .music_item_artist_btn02 > a > span {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=music.css.map */