@charset "UTF-8";
/*
 music.css
 本サイト各ページ用CSS
*/

body .ntv-wrapper{
background: url(../images/music/bg.jpg) center top / cover no-repeat fixed;
}


/* music
========================================== */
.music-inner{
	margin: 0 auto 50px auto;
}

#music h2{
	width: 202px;
	height: 0;
	padding-top: 6.83%;/* 67/980*100 */
	display: block;
	text-indent: -9999px;
	background: url(../images/music/title.png) no-repeat center top;
	margin: 3% auto 5% auto;
}

#music #music_title h3{
    font-size: 6rem;
	text-align: center;
    letter-spacing: 10px;
	margin: 10% 0 3% 0;
	transform: rotate(0.05deg);
}

#music #music_title p{
    font-size: 3rem;
	text-align: center;
	transform: rotate(0.05deg);
    line-height: 1;
}

#music #music_title p span{
    font-size: 2rem;
}

#music #music_txt{
    font-size: 1.5rem;
	line-height: 1.5;
	margin: 0 8% 10% 8%;
}


#music #onsale{
    font-size: 3rem;
	text-align: center;
	transform: rotate(0.05deg);
	border-top: 1px solid #1e0000;
	border-bottom: 1px solid #1e0000;
	width: 50%;
	margin: 5% auto 10% auto;
}


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

/* music */
.music-inner{
        padding: 4.6875% 3.125% 8.25%;
}

#music #music_title h3{
	font-size: 10vw;
    letter-spacing: 5px;
	margin: 15% 0 3% 0;
}

#music #music_title p{
	font-size: 5.5vw;
	transform: rotate(0.05deg);
    line-height: 1;
}

#music #music_title p span{
font-size: 3vw;
}

#music #music_txt{
	font-size: 2vw;
	line-height: 1.5;
	margin: 15% 5% 8.3% 5%;
}


#music #onsale{
	font-size: 5.5vw;
	width: 50%;
	margin: 5% auto 10% auto;
}

}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {

}


/* ---------------------------------
 SP 〜 tablet　（〜992px）
--------------------------------- */
@media screen and (max-width: 992px) {
  body .ntv-wrapper{
    background: none;
  }
  body .ntv-wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/music/bg.jpg) center/cover no-repeat;
    -webkit-background-size: cover;
	z-index: -1;
  }
}

/* ---------------------------------
 iPad用
--------------------------------- */

  body.iPad .ntv-wrapper{
    background: none;
  }
  body.iPad .ntv-wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/music/bg.jpg) center/cover no-repeat;
    -webkit-background-size: cover;
	z-index: -1;
  }

/* ---------------------------------
 tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px){
}
