.music {
  background-image: url(../../../img/bg_music.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 192rem;
  max-width: 100vw;
  padding: 18rem 0 5rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .music {
    background-image: url(../../../img/bg_music_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 17.5rem 5rem 5rem;
  }
}
.music-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.4rem;
  z-index: 10000;
}
@media screen and (max-width: 750px) {
  .music-logo {
    width: 10rem;
  }
}
.music-logo a {
  display: block;
}
.music-wrap {
  max-width: 123rem;
  margin: 0 auto;
}
.music-tit {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: linear-gradient(0deg, rgb(186, 145, 30) 1.9%, rgb(190, 149, 36) 10.91%, rgb(201, 161, 54) 23.41%, rgb(218, 181, 84) 37.96%, rgb(243, 208, 125) 53.94%, rgb(255, 222, 145) 61.01%, rgb(241, 205, 120) 85.1%, rgb(235, 198, 110) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-size: 5.38rem;
  text-align: center;
}
.music-tit::before, .music-tit::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  mix-blend-mode: screen;
  width: 35.4rem;
  height: 11.7rem;
}
.music-tit::before {
  left: -7rem;
  background-image: url(../../../img/collection_lights_01.png);
}
@media screen and (max-width: 750px) {
  .music-tit::before {
    left: -33rem;
  }
}
.music-tit::after {
  right: -7rem;
  background-image: url(../../../img/collection_lights_02.png);
}
@media screen and (max-width: 750px) {
  .music-tit::after {
    right: -33rem;
  }
}
@media screen and (max-width: 750px) {
  .music-tit {
    font-size: 5.1rem;
  }
}
.music-txt {
  display: none;
}
@media screen and (max-width: 750px) {
  .music-txt {
    display: block;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    margin-top: 4rem;
  }
}
.music-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 8.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .music-inner {
    display: block;
    margin: 5rem 0 0;
  }
}
.music-list {
  position: relative;
  width: 100%;
  max-width: 45rem;
  margin-top: -1.8rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .music-list {
    max-width: 43rem;
    margin: 0 auto;
  }
}
.music-item {
  width: 37.5rem;
  opacity: 0.5;
  margin: 1.8rem auto;
  transition: all 0.2s;
}
@media screen and (max-width: 750px) {
  .music-item {
    width: 100%;
    opacity: 1;
    margin: 2rem auto;
  }
}
.music-item.selected {
  transform: scale(1.2);
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .music-item.selected {
    transform: none;
  }
}
.music-item:hover {
  opacity: 1;
}
.music-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 7.66rem;
}
@media screen and (max-width: 750px) {
  .music-item a {
    height: 9.166rem;
  }
}
.music-item a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.music-item a p {
  display: none;
}
.music-item__tit {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  max-width: 60%;
  overflow: hidden;
}
.music-item__tit img {
  width: auto;
  height: 100%;
  padding-left: 100%;
}
@media screen and (max-width: 750px) {
  .music-info {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 3, 0, 0.8);
    display: none;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 100000;
  }
}
.music-info__wrap {
  width: 100%;
  max-width: 69.2rem;
  padding: 0 4rem;
}
@media screen and (max-width: 750px) {
  .music-info__wrap {
    max-width: 100%;
    padding: 18rem 7rem;
  }
}
.music-info__close {
  position: absolute;
  top: 5.5rem;
  right: 4.5rem;
  background: linear-gradient(140deg, rgb(50, 42, 209) 33%, rgb(117, 0, 201) 100%);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  transition: opacity 0.2s;
}
.music-info__close:hover {
  opacity: 0.8;
}
.music-info__close img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
  opacity: 0.5;
}
.music-info__logo {
  margin-top: -1rem;
}
@media screen and (max-width: 750px) {
  .music-info__logo {
    position: relative;
  }
}
.music-info__img {
  position: relative;
  z-index: 0;
}
.music-info__img figure {
  background-image: url(../../../img/frame.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  padding: 1.7rem 2rem;
  margin: 5rem 0;
}
.music-info__img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-49%, -53%);
  width: 123rem;
  mix-blend-mode: screen;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .music-info__img > img {
    display: none;
  }
}
.music-info__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 4rem;
  height: 4rem;
  z-index: 100;
}
.music-info__arrow.prev {
  left: 1rem;
  border-top: 0.3rem solid #fff;
  border-left: 0.3rem solid #fff;
}
.music-info__arrow.next {
  right: 1rem;
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}
.music-info__txt p {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .music-info__txt p {
    font-size: 2.4rem;
    letter-spacing: 0em;
  }
}
.music-info__ride {
  margin: 5.5rem 0 0;
}
.music-info__ride h3 {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: linear-gradient(0deg, rgb(186, 145, 30) 1.9%, rgb(190, 149, 36) 10.91%, rgb(201, 161, 54) 23.41%, rgb(218, 181, 84) 37.96%, rgb(243, 208, 125) 53.94%, rgb(255, 222, 145) 61.01%, rgb(241, 205, 120) 85.1%, rgb(235, 198, 110) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.6rem;
  text-align: center;
}
.music-info__ride__img {
  position: relative;
  background: linear-gradient(135deg, rgb(206, 222, 121) 0%, rgb(173, 224, 157) 3.07%, rgb(125, 227, 210) 8.1%, rgb(94, 228, 243) 11.88%, rgb(83, 229, 255) 13.95%, rgb(237, 142, 183) 29.65%, rgb(255, 246, 158) 45.8%, rgb(223, 235, 176) 49.36%, rgb(142, 209, 220) 57.12%, rgb(115, 200, 235) 59.59%, rgb(195, 167, 204) 73.43%, rgb(238, 149, 188) 80.57%, rgb(212, 64, 154) 91.37%, rgb(192, 0, 128) 100%);
  max-width: 38.8rem;
  padding: 1.2rem;
  margin: 4.5rem auto 0;
  z-index: 0;
}
.music-info__ride__img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #001128;
  width: calc(100% - 0.38rem);
  height: calc(100% - 0.38rem);
  z-index: -1;
}
.music-info__ride__img img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-53%, -50%);
  width: 118.8rem;
  mix-blend-mode: screen;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .music-info__ride__img img:nth-child(2) {
    display: none;
  }
}
.music-info__btn {
  position: relative;
  margin-top: 7rem;
  z-index: 1;
}
.music-info__btn a {
  display: block;
  max-width: 33.8rem;
  margin: 0 auto;
  transition: opacity 0.3s;
}
.music-info__btn a:hover {
  opacity: 0.7;
}
.music-jasrac {
  display: flex;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: center;
  margin-top: 7rem;
}
@media screen and (max-width: 750px) {
  .music-jasrac {
    margin-top: 13rem;
  }
}
.music-jasrac img {
  width: 9.6rem;
}
.music-jasrac p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.header {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .header.lang {
    background-color: #00001c;
  }
}
.header-menu {
  pointer-events: auto;
}

@media screen and (max-width: 750px) {
  .menu {
    position: sticky;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 750px) {
  .menu-list {
    max-width: 69.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .menu-item {
    width: 14rem;
  }
}
@media screen and (max-width: 750px) {
  .menu-item a {
    transform: translate(-50%, -60%);
    width: 14rem;
    height: 14rem;
  }
}
@media screen and (max-width: 750px) {
  .menu-border {
    background: linear-gradient(90deg, rgb(208, 224, 121) 0%, rgb(175, 226, 157) 3.07%, rgb(125, 229, 210) 8.1%, rgb(95, 230, 243) 11.88%, rgb(83, 231, 255) 13.95%, rgb(239, 144, 185) 29.65%, rgb(255, 248, 160) 45.8%, rgb(223, 237, 178) 49.36%, rgb(142, 211, 222) 57.12%, rgb(115, 202, 237) 59.59%, rgb(195, 169, 207) 73.21%, rgb(240, 151, 190) 80.57%, rgb(213, 64, 155) 91.48%, rgb(194, 0, 130) 100%);
    width: 192rem;
    height: 0.25rem;
  }
}