@charset "UTF-8";
/* CSS Document */
/* TLR
-------------------------------------------------------------- */
.headerarea_tlr {
	background-image: url(../img/bg_tlr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	width: 100vw;
	height: 100vh;
	height: auto;
}
/* MUSICSIANS
-------------------------------------------------------------- */
.musicians_wp {
	text-align: center;
}
.musicians {
	font-family: "Lato", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 300;
	line-height: 2.2;
	font-size: 19px;
	font-size: 1.9rem;
}
.sp-slides{
	cursor:pointer;
}
/* ラージPC
-------------------------------------------------------------- */
@media (min-width : 1200px ) {
}

/* tb
-------------------------------------------------------------- */
@media (max-width : 991px ) {
}

/* sp
-------------------------------------------------------------- */
@media (max-width: 767px) {
.headerarea_tlr {
	background-image: url(../img/bg_tlr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	height: auto;
}
.title {
	margin-top: 40px;
}
.musicians {
	line-height: 2.2;
	font-size: 14px;
	font-size: 1.4rem;
}
}
