@charset "UTF-8";
/* CSS Document */
.music a {
  border-bottom: 0.3px solid;
}
.ep {
  border-bottom: 0.3px solid;
}
.single {
  opacity: 1;
  border-bottom: none;
}
.dropdown{
  display:none;
}
label,
li{
  display:block;
  font-family: grad, serif;
  text-align: left;
}
li a {
  font-size: 1.4rem;
}
li::before,
label::before{
  content:"";
  display:block;
  position:absolute;
  right:-35%;
  width:.5em;
  height:.5em;
  border-top:#ADADAD 1px solid;
  border-left:#ADADAD 1px solid;
  transform:rotate(135deg);
  margin-top: 0.6rem;
}
input[type="checkbox"]{
  display:none;
}
label[for="menu"]{
  display:block;
}
label[for="menu"]::before{
  transform:rotate(225deg);
}
#menu:checked + .dropdown{
  display:block;
  padding: 0;
}
.music-detail {
  position: fixed;
  display: flex;
  gap: 30px;
  top: 60px;
  right: 30px;
  z-index: 9999;
}
.music-detail a {
  color: #FFF;
  font-size: 1.2rem;
  font-family: grad, serif;
  letter-spacing: 0.1rem;
  text-decoration: none;
}
.music-wrapper {
    position: absolute;
    width: 250px;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
}
.music-wrapper img {
  width: 250px;
}
.music-wrapper audio {
  width: 250px;
  display: block;
  padding: 0 0 300px 0;
  margin: 0 auto;
}
@media(min-width:768px) {
  .music-detail a {
    font-size: 1.8rem;
  }
  .music-detail {
  top: 40%;
  left: 30px;
  transform-origin: left bottom;
  transform:rotate(90deg);
}
}
@media(min-width:1024px) {
 .music-detail a {
    font-size: 2.0rem;
  }
}
@media (orientation: landscape) and (max-width: 812px){
  .music-detail {
    position: fixed;
    display: flex;
    gap: 30px;
    top: 23%;
    left: 23px;
    z-index: 9999;
  }
  .music-detail a {
    font-size: 1.4rem;
}
}

