/*------------------------------------------------------------------------------
								INTRO
------------------------------------------------------------------------------*/

.kata-min {
	line-height: 1em;
	height: 1em;
	width: 1em;
	text-indent: -99999px;
	display: inline-block;
	margin: 0 0!important;
	background: url("../../img/staff/kata-min.png") no-repeat center top 2px /contain;
}
#staff {
	width: 100%;
	background: url("../../img/music/bg.jpg") no-repeat center top / cover;
	padding: 4% 0 5%;
}

.box {
	width: 100%;
	position: relative;
}
.left-box {
	position: absolute;
	top:0px;
	left:0px;
	width: 340px;
}
.right-box {
	width: 100%;
	box-sizing: border-box;
	padding-left: 340px;
}

.headline {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	padding:0.3em 0 0.3em 50px;
	border-left: 10px solid #b4984e;
}
.headline:after {
	content: "";
	position: absolute;
	top:0px;
	left:10px;
	height: 100%;
	border-left: 10px solid #b4984e;
}
.headline h4,.headline h3 {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #FFFFFF;
}
.headline h4 {
	font-size: 26px;
	line-height: 1em;
	margin-bottom: 8px;
	letter-spacing: 0.5em;
}
.headline h3 {
	font-size: 36px;
	line-height: 1.3em;
}
.headline p {
	display: block;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 0.6em;
	margin-top: 20px;
	margin-bottom: -2px;
	font-family: 'Teko', sans-serif!important;
	font-weight: 400;
	color: #b4984e;
}
.right-box h3 {
	display: block;
	font-size: 28px;
	letter-spacing: 0.15em;
	line-height: 1em;
	margin-bottom: 10px;
	font-family: 'Teko', sans-serif!important;
	font-weight: 400;
	color: #b4984e;
}
.right-box p {
	line-height: 1.8em;
	font-family: 'Noto Sans JP', serif;
	font-weight: 400;
	color: #FFFFFF;
	text-align: justify;
	margin-bottom: 0px;
	font-size: 18px;
}


@media screen and (max-width: 1440px) {
.tablet {
	display: block;
}
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
.kata-min {
	background: url("../../img/staff/kata-min.png") no-repeat center top 0.3vw /contain;
}
#staff {
	background: url("../../img/music/bg.jpg") no-repeat center top / 2000px auto ;
	padding: 8vw 0 6%;
}
.left-box {
	position: relative;
	width: 100%;
}
.right-box {
	padding-left: 0px;
}

.headline {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	padding:0.3em 0 0.3em 50px;
	border-left: 10px solid #b4984e;
}
.headline:after {
	content: "";
	position: absolute;
	top:0px;
	left:10px;
	height: 100%;
	border-left: 10px solid #b4984e;
}
.headline h4 {
	font-size: 4vw;
	margin-bottom: 2.5vw;
}
.headline h3 {
	font-size: 5vw;
	line-height: 1em;
}
.headline p {
	font-size: 6vw;
	margin-top: 4vw;
	margin-bottom: -2px;
}
.right-box h3 {
	font-size: 5vw;
	line-height: 1.2em;
	margin-top: 1vw;
	margin-bottom: 0vw;
}
.right-box p {
	font-size: 2.8vw;
}
}

@media print{
.main ul li .photo-none {
	display:none;
}
}