@charset "UTF-8";
/*color*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
#musicArea {
  background-color: #ffff00;
  background: url("../images/common/bg_Yl.jpg") repeat;
  padding-top: 3%;
  position: relative;
}
#musicArea:after {
  content: "";
  background: url("../images/common/town3.png") no-repeat center bottom;
  width: 100%;
  height: 0;
  padding-top: 23.42%;
  background-size: contain;
  display: block;
  margin-top: -9%;
}
#musicArea h3 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  background: url("../images/music/h3tit.png") no-repeat center;
  width: 132px;
  height: 104px;
  margin: 0 auto 3%;
}
#musicArea .item01 {
  background: url("../images/common/cloud01.png") no-repeat;
  width: 277px;
  height: 42px;
  position: absolute;
  left: -5%;
  top: 10%;
  z-index: 1;
}
#musicArea .item02 {
  background: url("../images/common/cloud02.png") no-repeat;
  width: 344px;
  height: 115px;
  position: absolute;
  right: -5%;
  top: 12%;
  z-index: 1;
}
#musicArea .musicInner {
  z-index: 100;
  position: relative;
}
#musicArea .musicInner .movie, #musicArea .musicInner dl {
  width: 750px;
  margin: auto;
}
#musicArea .musicInner dl dt {
  margin: 3% auto;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4em;
}
#musicArea .musicInner dl dd {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
}
#musicArea .musicInner dl .onlypc {
  display: block;
}
#musicArea .musicInner dl .onlysp {
  display: none;
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
  .musicInner dl {
    width: 100%;
  }
  .musicInner dl dt {
    font-size: 18px !important;
  }
  .musicInner dl dd {
    font-size: 14px !important;
  }
  .musicInner dl .onlypc {
    display: none !important;
  }
  .musicInner dl .onlysp {
    display: block !important;
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  #musicArea {
    padding-top: 4%;
  }
  #musicArea h3 {
    width: 18.89%;
    height: 0;
    padding-top: 14.88%;
    background-size: contain;
  }
  #musicArea .item01 {
    width: 30%;
    height: 0;
    padding-top: 5.36%;
    background-size: contain;
    top: 10%;
  }
  #musicArea .item02 {
    width: 30%;
    height: 0;
    padding-top: 10.03%;
    background-size: contain;
    top: 6%;
  }
  #musicArea .musicInner {
    width: 90%;
    margin: auto;
  }
  #musicArea .musicInner .movie {
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto 4%;
    position: relative;
  }
  #musicArea .musicInner .movie iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  #musicArea .musicInner dl {
    width: 100%;
  }
  #musicArea .musicInner dl dt {
    font-size: 20px;
  }
  #musicArea .musicInner dl dd {
    font-size: 16px;
  }
}
/* ---------------------------------
 PC（993px〜）
--------------------------------- */
