@charset "utf-8";
/* --------------------------------
　　　応援ソング
-------------------------------- */

/* common.css の font-family を上書き */
body{
font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:300;
font-size: 15px;
line-height: 1em;
}

.music_video{
	margin: 10px 0;
}

.music_video video{
  width: 100%;
  max-width: 710px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*  ----------------  モバイル対応、デバイス幅（～699px start）  ----------------  */
@media screen and (max-width: 699px) {
	
}
/*  ----------------  モバイル対応（～699px end）  ----------------  */
