@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : music.css
Description : 主題歌
===================================================================== */
/* =====================================================================
    music
======================================================================*/
.music {
  padding: 18rem 0;
}

.music_img {
  margin: 0 auto 4.4rem;
  width: calc(600 / 640 * 100%);
}

.music_ttl {
  text-align: center;
  margin-bottom: 10rem;
  line-height: 1.4;
}
.music_ttl dt {
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #32ffe9;
}
.music_ttl_song {
  display: inline-block;
  margin-bottom: 0.8em;
  font-weight: 700;
  font-size: 142%;
}
.music_ttl_label {
  font-size: 86%;
  color: #777777;
}

a.btn_official {
  margin-bottom: 10rem;
}

.music_profile,
.music_comment {
  margin-bottom: 10rem;
}
.music_profile:last-child,
.music_comment:last-child {
  margin-bottom: 0;
}
.music_profile dt,
.music_comment dt {
  position: relative;
  margin-bottom: 2.7rem;
  font-family: "Share Tech Mono", monospace;
  font-size: 128%;
  color: #70d8cd;
  letter-spacing: 0;
  text-shadow: 0 0 0.35em rgba(50, 255, 233, 0.3), 0 0 0.35em rgba(50, 255, 233, 0.3), 0 0 0.35em rgba(50, 255, 233, 0.3);
}
.music_profile dd,
.music_comment dd {
  position: relative;
  padding: calc(60 / 640 * 100%) calc(50 / 640 * 100%);
  font-size: 107%;
  line-height: 1.733;
  background: rgba(97, 97, 97, 0.3);
}
.music_profile dd::after,
.music_comment dd::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #70d8cd;
  box-shadow: 0 0 0.4em #32ffe9;
}

.music_comment dt {
  padding-left: 1.4em;
}
.music_comment dt::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -0.2em;
  transform: translateY(-50%);
  width: 1.35em;
  height: 1.35em;
  background: url(../images/common/icon_comment.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .music {
    padding: 120px 0;
  }
  .music_img {
    margin: 0 auto 20px;
    width: calc(500 / 1000 * 100%);
  }
  .music_ttl {
    margin-bottom: 60px;
  }
  .music_ttl_song {
    font-size: 177%;
  }
  a.btn_official {
    margin-bottom: 75px;
  }
  .music_profile,
  .music_comment {
    margin-bottom: 70px;
  }
  .music_profile dt,
  .music_comment dt {
    margin-bottom: 9px;
    font-size: 144%;
  }
  .music_profile dd,
  .music_comment dd {
    padding: calc(50 / 1000 * 100%);
    font-size: 100%;
  }
}/*# sourceMappingURL=music.css.map */