@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : music.css
Description : 主題歌
===================================================================== */
/* =====================================================================
    music
======================================================================*/
@media screen and (max-width: 767px) {
  .dots_item {
    display: none;
  }
}

.music .sec_ttl img {
  margin-left: 11.1rem;
  width: 23.5rem;
}

.music .box_wave h3 {
  padding: 7rem 0;
}

.music .box_wave h3 img {
  margin: 0 auto;
  width: 16.2rem;
}

.music_artist {
  margin: 0 auto 6rem;
  width: 60rem;
}

.music_ttl {
  margin-bottom: 7rem;
  text-align: center;
}

.music_ttl dt {
  margin-bottom: 0.5em;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.705;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0.1em 0.1em 0 #000, -0.1em -0.1em 0 #000, -0.1em 0.1em 0 #000, 0.1em -0.1em 0 #000, 0px 0.1em 0 #000, 0 -0.1em 0 #000, -0.1em 0 0 #000, 0.1em 0 0 #000;
}

.music_ttl dd {
  line-height: 1.4;
}

.music_ttl dd span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 3rem;
  font-weight: 700;
}

.btn_official {
  margin-bottom: 13.6rem;
}

@media screen and (min-width: 768px) {
  .music .sec_ttl img {
    margin-left: 4.3rem;
    width: 17.1rem;
  }
  .music .box_wave h3 {
    padding: 5.5rem 0;
  }
  .music .box_wave h3 img {
    width: 10.9rem;
  }
  .music_artist {
    margin-bottom: 4rem;
    width: 50rem;
  }
  .music_ttl {
    margin-bottom: 6rem;
  }
  .music_ttl dt {
    font-size: 2.8rem;
    line-height: 1.857;
  }
  .music_ttl dd span {
    font-size: 2.2rem;
  }
  .btn_official {
    margin-bottom: 10rem;
  }
}
/*# sourceMappingURL=music.css.map */