
.qContents a{
	transition: all .3s;
}
.qContents a:hover{
	opacity:0.7;
}
.q_h1{
	margin: 40px 0 0 0;
}
.q_h1_pc{
	display:block;
}
.q_h1_sp{
	display: none;
}
.qAbout{
	background:#fff ;
	text-align: center;
	padding: 80px 0;
}
.qH2{
	margin-bottom: 50px;
}
.qP{
	margin-bottom: 0px;
}
.qTube{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.qTube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qBnr{
	background:#000 url(../images/q_bnr_bg.jpg) 0 0 no-repeat;
	background-size:cover;
	text-align: center;
	padding: 50px 0 80px 0;
}
.qChara .qCharas{
	width: 33.33333%;
	display: inline-block;
}
.qpc{
	display: inline-block;
}
.qsp{
	display: none;
}
.qPv{
	background:#000 ;
	text-align: center;
	padding: 80px 0;
}
.qSong{
	background:#fff ;
	text-align: center;
	padding: 80px 0;
	border-bottom: 1px solid #ddd;
}
.qSong h2{
	margin-bottom: 30px;
}
.qSong p{
	margin: 30px 0;
	font-size: 18px;
	line-height: 190%;
}
.qSong p a{
	text-decoration:underline;
	color:#FF0112
}

@media (max-width: 1400px) {
	.qH2 img{
		width: 600px;
	}
	.qP img{
		width: 500px;
	}
}
@media (max-width: 1200px) {
	.qH2 img{
		width: 550px;
	}
}
@media (max-width: 1028px) {
	.qAbout , .qlChara , .qBnr , .qSong{
		padding: 60px 0;
	}
	.qBnr{
		padding: 40px 0 60px 0;
	}
	.qBnr img{
		width: 80%;
	}
}
@media (max-width: 768px) {
	.qH2 img{
		width: 500px;
	}
	.qBnr img{
		width: 100%;
	}
	.qSong h2 img{
		width: 250px;
	}
	.qSong h3 img{
		width: 230px;
	}
}
@media (max-width: 600px) {
	.q_h1_pc{
		display: none;
	}
	.q_h1_sp{
		display:block;
	}
	.qH2 img{
		width: 80%;
	}
	.qP img{
		width: 90%;
	}
	.qBnr{
		padding: 20px 0 35px 0;
	}
}
@media (max-width: 480px) {
	.qH2{
		margin-bottom: 30px;
	}
	.qH2 img{
		width: 90%;
	}
	.qP img{
		width: 95%;
	}
	.qSong h2 img{
		width: 210px;
	}
	.qSong h3 img{
		width: 190px;
	}
	.qSong p{
		font-size: 16px;
	}
}
