@charset "utf-8";
/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/

/* song
========================================== */
.mori_song_area {
}

.mori_song_inner {
}

.mori_song_subtitle {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 2px;
}

.mori_song_subtitle span {
  display: inline-block;
}

.mori_song_img {
  margin: 50px auto 0;
}
.mori_song_img img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.mori_song_artist {
  width: calc(100% - 40px);
  max-width: 529px;
  margin: 45px auto 0;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
}

.mori_song_artist span {
  display: block;
  width: 100%;
  padding-top: calc(80 / 529 * 100%);
  background-image: url('../images/song/song_artist_tit.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mori_song_text {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 2px;
}

.mori_song_comment {
  margin: 30px auto 0;
}
.mori_song_comment_title {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #e70012;
}
.mori_song_comment_detail {
}
.mori_song_comment_detail_box {
}
.mori_song_comment_detail_box + .mori_song_comment_detail_box {
  margin-top: 50px;
}
.mori_song_comment_detail_title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5;
  color: #e70012;
  letter-spacing: 2px;
}
.mori_song_comment_detail_text {
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 2px;
}

@media only screen and (max-width: 600px) {
  .mori_song_subtitle {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .mori_song_img {
    margin: 25px auto 0;
  }

  .mori_song_artist {
    margin-top: 20px;
  }

  .mori_song_text {
    margin-top: 15px;
    font-size: 0.9rem;
    line-height: 2;
    letter-spacing: 1px;
  }

  .mori_song_comment {
    margin: 20px auto 0;
  }
  .mori_song_comment_title {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .mori_song_comment_detail {
  }
  .mori_song_comment_detail_box {
  }
  .mori_song_comment_detail_box + .mori_song_comment_detail_box {
    margin-top: 25px;
  }
  .mori_song_comment_detail_title {
    font-size: 0.9rem;
    line-height: 2;
    letter-spacing: 1px;
  }
  .mori_song_comment_detail_text {
    font-size: 0.9rem;
    line-height: 2;
    letter-spacing: 1px;
  }
}
