@charset "UTF-8";
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/

h1 {
  font-size: 0;
}

/* box共通
------------------------------ */
.music-area .d-box:not(:first-of-type) {
  margin-top: 60px;
}

/* music-box-body */
.music-box-body {
  padding: 60px 50px;
  text-align: center;
}

/* music-box-text */
.music-box-text {
  margin-top: 0;
  font-weight: bold;
}

.music-box-text p:not(:first-of-type) {
  margin-top: 10px;
}

.song-title {
  font-size: 34px;
  line-height: 34px;
}

.singer-name, .release-date {
  font-size: 26px;
  line-height: 26px;
}

.record {
  font-size: 14px;
  line-height: 14px;
}

.singer-name > span {
  color: #ff0000;
}

/* -----SP 〜 tablet（〜992px）----- */
@media screen and (max-width: 992px) {

  .music-box-body {
    padding: 60px 15px;
  }

}

/* -----SP（〜600px)----- */
@media only screen and (max-width: 600px) {

  .music-area .d-box:not(:first-of-type) {
    margin-top: 30px;
  }

  .music-box-body {
    padding: 30px 15px;
  }

  /* music-box-text */
  .music-box-text {
    margin-top: 0;
  }

  .music-box-text p:not(:first-of-type) {
    margin-top: 6px;
  }

  .song-title {
    font-size: 20px;
    line-height: 20px;
  }
  
  .singer-name {
    font-size: 18px;
    line-height: 18px;
  }

  .release-date {
    font-size: 16px;
    line-height: 16px;
    padding-top: 5px;
  }
  
  .record {
    font-size: 12px;
    line-height: 12px;
  }

}

/* theme-box
------------------------------ */
.music-title_theme {
	height: 36px;
	background-image: url(../images/music/theme_title.png);
}

.music-box-img {
  max-width: 400px;
  margin: 0 auto 40px;
}

.theme-img {
  padding-top: 99.132%;
  background-image: url(../images/music/theme_img.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* -----SP（〜600px-)---- */
@media only screen and (max-width: 600px) {
  .music-box-img {
    max-width: 250px;
    margin-bottom: 20px;
  }

  .music-title_theme {
    height: 20px;
  }

}

/* music-box
------------------------------ */
.music-title_music {
	height: 36px;
	background-image: url(../images/music/music_title.png);
}

/* -----SP（〜600px-)---- */
@media only screen and (max-width: 600px) {

  .music-title_music {
    height: 20px;
  }

}


/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
}

/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
}

/* ---------------------------------
 PC（993px〜）
--------------------------------- */
@media screen and (min-width: 993px) {
}