body {
  padding: 0;
  background-color: #000;
  color: #FFF;
}

.audioBox {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  padding: 0;
  border: 0;
  max-width: 500px;
  display: none;
}

.audioBox .audiojs {
  background: linear-gradient(to bottom, #515151 0%,#282828 100%);
  height: 50px;
}

.audioBox .audiojs .play,
.audioBox .audiojs .pause {
  height: 30px;
  position: relative;
  top: 7px;
}

.audiojs .scrubber {
  width: 60%;
}

.audiojs .scrubber,
.audiojs .progress,
.audiojs .loaded {
  height: 28px;
}

.audiojs .time {
  height: 50px;
  padding-top: 6px;
}

main {
  max-width: 500px;
  margin: auto;
  overflow-x: hidden;
}

.release_box {
  position: relative;
  padding: 30px 30px 50px;
}

.release_box::before {
  content: "";
  width: 120%;
  height: 105vw;
  max-height: 460px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  opacity: 0.6;
}

.release_box.-bg01::before {
  background-image: url(bg01_tex.png);
  transform: translateX(-50%);
}

.release_box.-bg02::before {
  background-image: url(bg02_tex.png);
  transform: translateX(-50%);
}

.release_box .mv {
  position: relative;
  z-index: 1;
}

.release_box .mv img {
  display: block;
}

.release_box .txt_box {
  position: relative;
  padding: 40px 10px 0;
  font-family: "Inter", sans-serif;
}

.release_box .release_date {
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.02em;
  line-height: 1.4;
  position: absolute;
  top: -0px;
  right: -15px;
  z-index: 1;
  transform: rotate(90deg);
}
.release_box.-bg02 .release_date {
  top: 5px;
  right: auto;
  left: -15px;
}

.release_box .release_date span {
  position: relative;
}

.release_box .release_date span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
}

.release_box .sec_tit_wrap {
  padding-bottom: 30px;
}

.release_box.-bg02 .sec_tit_wrap {
  text-align: right;
}

.release_box .sec_tit_wrap .artist {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.release_box .sec_tit_wrap .sec_tit {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  padding: 10px 0 5px;
  letter-spacing: 0.07em;
  color: #FFF;
}

.release_box .sec_tit_wrap .remix {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.release_box.-bg01 .sec_tit_wrap .remix {
  color: #FF3A3F;
}
.release_box.-bg01 .sec_tit_wrap .remix span {
  border-bottom: 2px solid #FF3A3F;
}
.release_box.-bg02 .sec_tit_wrap .remix {
  color: #3C30CA;
}
.release_box.-bg02 .sec_tit_wrap .remix span {
  border-bottom: 2px solid #3C30CA;
}

.release_box .songList ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.release_box .songList ol li {
  margin: 0;
  padding: 0;
}

.release_box .songList ol li a {
  display: block;
  background-color: #FFF;
  text-align: center;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 15px 0;
  padding-right: 20px;
}

.songList i {
  opacity: 1;
}

.release_box .songList ol li a .fa-pause {
  display: none;
  font-size: 12px;
  position: relative;
  top: -2px;
}

.release_box .songList ol li.playing a .fa-pause {
  display: inline-block;
}
.release_box .songList ol li.playing.pause a .fa-pause {
  display: none;
}

.release_box .songList ol li.playing a .fa-caret-right {
  display: none;
}
.release_box .songList ol li.playing.pause a .fa-caret-right {
  display: inline-block;
}

.release_box .info_box {
  padding: 10px 0 20px;
}

.release_box .info_box .link_list .link {
  padding-top: 30px;
}

.release_box .info_box .link_list .link a {
  display: block;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #FFF;
  text-decoration: underline;
}

.release_box .info_box .link_list .link a span::after {
  content: "";
  width: 20px;
  height: 12px;
  display: inline-block;
  background-image: url(icon_newwin_white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.more_info {
  text-align: center;
  padding-bottom: 50px;
  font-family: "Inter", sans-serif;
  position: relative;
}

.more_info::before {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  margin: 0 auto 30px;
  background-color: #FFF;
}

.more_info .artist {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}

.more_info .artist.jp {
  font-family: "Noto Sans JP", sans-serif;
}

.more_info .link_wrap {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 35px;
}

.more_info .link_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

.more_info .link_wrap a img {
  height: 22px;
  display: block;
  position: relative;
  top: 2px;
}

.more_info .link_wrap a span {
  display: block;
  padding-left: 10px;
}