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

.music h2 {
  margin: 0 auto 6rem;
  width: 30.4rem;
}

.music_img {
  margin: 0 auto 5rem;
  width: 50rem;
  border-radius: 3rem;
  overflow: hidden;
}

.music_ttl {
  text-align: center;
}

.music_ttl dt {
  margin-bottom: 1em;
  font-size: 2.6rem;
  color: #883131;
}

.music_ttl dd p {
  padding: 1em 0 0;
  line-height: 2;
}

.music_ttl_song {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.1em 1em;
  min-width: 10em;
  font-size: 3.4rem;
  color: #883131;
  background: linear-gradient(114deg, #dad4d4 0%, #d0cfd2 52%, #d2d4d9 100%);
}

.music_comment {
  margin-top: 12rem;
  padding: 5rem 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.music_comment dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
  font-size: 2.6rem;
  letter-spacing: 0.3em;
}

.music_comment dt::before, .music_comment dt::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #c4b4ad;
}

.music_comment dt::before {
  margin-right: 1em;
}

.music_comment dt::after {
  margin-left: 1em;
}

.music_comment dd {
  padding: 0 4rem;
  font-size: 2.2rem;
  line-height: 2;
}

.music_comment dd p {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.1em 1em;
  min-width: 10em;
  font-size: 2.2rem;
  color: #883131;
  background: linear-gradient(114deg, #dad4d4 0%, #d0cfd2 52%, #d2d4d9 100%);
}

@media screen and (min-width: 768px) {
  .music {
    padding-top: 15rem;
  }
  .music h2 {
    margin-bottom: 4rem;
  }
  .music_img {
    margin-bottom: 4rem;
    width: 48.6rem;
  }
  .music_ttl dt {
    font-size: 1.8rem;
  }
  .music_ttl_song {
    margin-bottom: 0.5em;
    font-size: 2.6rem;
  }
  .music_comment {
    margin-top: 7rem;
    padding: 4rem 5rem;
  }
  .music_comment dd {
    padding: 0;
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=music.css.map */
