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

.music .gradeBox {
  top: 45rem;
  left: 0;
  width: 100%;
  height: 63rem;
}

.music .ttl_side {
  bottom: auto;
  top: 38.8rem;
}

.music .sec_ttl {
  margin-bottom: 8rem;
}

.music .sec_ttl span {
  color: #c6e7ec;
  background: -webkit-gradient(linear, left top, right top, from(#c6e7ec), color-stop(10%, #c6e7ec), color-stop(90%, #d8ddf2), to(#d8ddf2));
  background: linear-gradient(90deg, #c6e7ec 0%, #c6e7ec 10%, #d8ddf2 90%, #d8ddf2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.music_img {
  margin-bottom: 8rem;
}

.music_ttl {
  margin-bottom: 6rem;
  text-align: center;
  line-height: 1.4;
}

.music_ttl dt {
  margin-bottom: 0.5em;
}

.music_ttl_song {
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 0.5em 1em;
  min-width: 48rem;
  font-size: 3.2rem;
  color: #fff;
  background: #34a3ad;
}

.music_ttl_label {
  font-size: 2rem;
}

a.btn_download {
  margin-bottom: 12rem;
}

.music_comment {
  margin: 0 auto;
  width: calc(640 / 680 * 100%);
}

.music_comment dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 calc(50% - 50vw) 4rem;
  font-size: 150%;
  letter-spacing: 0.3em;
}

.music_comment dt::before, .music_comment dt::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 0.2rem solid;
}

.music_comment dt::before {
  margin-right: 2em;
  border-color: #70c7da;
}

.music_comment dt::after {
  margin-left: 2em;
  border-color: #87a4e4;
}

.music_comment dd {
  line-height: 2.25;
}

@media screen and (min-width: 768px) {
  .music .gradeBox {
    top: 30rem;
    height: 54rem;
  }
  .music .ttl_side {
    top: 31.2rem;
  }
  .music .sec_ttl_wrap {
    margin-left: 2.8em;
    text-align: center;
  }
  .music_img {
    margin: 0 auto 4rem;
    width: calc(640 / 1000 * 100%);
  }
  .music_ttl {
    margin-bottom: 4rem;
  }
  .music_ttl dt {
    font-size: 116%;
  }
  .music_ttl_song {
    margin-bottom: 0.5em;
    min-width: 36rem;
    font-size: 133%;
  }
  .music_ttl_label {
    font-size: 83%;
  }
  a.btn_download {
    margin-top: 4rem;
  }
  .music_comment {
    width: calc(880 / 1000 * 100%);
  }
  .music_comment dt {
    margin: 0 0 5rem;
  }
}
/*# sourceMappingURL=music.css.map */