/*------------------------------------------------------------------------------
								STAFF
------------------------------------------------------------------------------*/
.bg {
	background: #030639 url("../../img/common/contents-bg.jpg") no-repeat center top / 2000px auto;
	padding: 80px 0 80px;
}
.bg .centerline:before {
	content:"";
	position: absolute;
	width: 10px;
	height: 100%;
	top:0px;
	left:50%;
	margin-left: -2px;
	background: url("../../img/common/line.png") repeat top left / 10px auto;
}
#btn {
	position: relative;
	text-align: center;
	margin: 0 auto 60px;
	width: 16em;
	font-size: 20px;
	background: #24486d url("../../img/common/arrow4.png") no-repeat right 10px center / 20px auto;
	color: #FFFFFF;
	line-height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #FFFFFF;
}
#btn a {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-999999px;
}
.left-box {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 60px;
}
.right-box {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 60px;
}
.img-area {
	width: 100%;
	padding-top: 50%;
	background: url("../../img/song/img1.jpg") no-repeat left top / cover;
	margin-bottom: 30px;
}
h3 {
	width: 100%;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;
	box-sizing: border-box;
	border-left: 3px solid #FFFFFF;
	margin-bottom: 40px;
	line-height: 1em;
	font-size: 24px;
}
h3:after {
	content:"";
	width: 100%;
	height: 2px;
	position: absolute;
	left:0px;
	top:44px;
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1) 70%);
}
h3 span {
	display: block;
	padding-bottom: 32px;
	line-height: 1em;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
}
h3 em {
	font-size: 20px;
	font-style: normal;
	margin: 0 -0.5em 0 -0.8em;
}
h4 {
	width: 100%;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 25px;
	position: relative;
	box-sizing: border-box;
	border-left: 3px solid #FFFFFF;
	margin-bottom: 20px;
	line-height: 1em;
	font-size: 24px;
}
h4:after {
	content:"";
	width: 100%;
	height: 2px;
	position: absolute;
	left:0px;
	top:40px;
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1) 70%);
}
.about-box ul li {
	margin-top: 50px;
}
.about-box ul li:first-child {
	margin-top: 0px;
}
.about-box ul li p {
	text-align: justify;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 2em;
}
.profile h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	padding-bottom: 25px;
	position: relative;
}
.profile {
	margin-top: 30px;
}
.profile h5:after {
	content:"";
	width: 100%;
	height: 2px;
	position: absolute;
	left:0px;
	top:38px;
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1) 70%);
}
.profile p {
	font-size: 16px!important;
	line-height: 1.9em!important;
}
.about-box h6 {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	padding-bottom: 24px;
	margin-top: 30px;
	line-height: 1em;
	background: url("../../img/common/line.png") repeat-x left top 38px / 6px auto;
}
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								STAFF
------------------------------------------------------------------------------*/
.bg {
	background: #030639 url("../../img/common/contents-bg.jpg") no-repeat center top / 2000px auto;
	padding: 80px 0 80px;
}
.bg .centerline:before {
	display: none;
}
#btn {
	width: 16em;
	font-size: 3vw;
	background: #24486d url("../../img/common/arrow4.png") no-repeat right 1.5vw center / 3vw auto;
	line-height: 6vw;
	-webkit-border-radius: 3vw;
	-moz-border-radius: 3vw;
	border-radius: 3vw;
}
.left-box {
	width: 100%;
	float: none;
	padding-right: 0;
}
.right-box {
	width: 100%;
	float: none;
	padding-left: 0;
	margin-top: 11vw;
	padding-top: 12vw;
	background: url("../../img/common/line.png") repeat-x top left / 18px auto;
}
h3 {
	padding-left: 2vw;
	padding-top: 0.4vw;
	padding-bottom: 0.4vw;
	border-left: 0.4vw solid #FFFFFF;
	margin-bottom: 6vw;
	font-size: 3.5vw;
	line-height: 1.2em;
}
h3:after {
	width: 100%;
	height: 3px;
	top:5.5vw;
}
h3 span {
	padding-bottom: 4vw;
	font-size: 3vw;
}
h3 em {
	font-size: 20px;
	font-style: normal;
	margin: 0 -0.5em 0 -0.8em;
}
.img-area {
	margin-bottom: 5vw;
}
h4 {
	width: 100%;
	padding-left: 3vw;
	padding-top: 0.4vw;
	padding-bottom: 4vw;
	border-left: 3px solid #FFFFFF;
	margin-bottom: 3vw;
	font-size: 3.5vw;
	line-height: 1em;
}
h4:after {
	height: 3px;
	top:5.5vw;
}
.about-box ul li {
	margin-top: 5vw;
}
.about-box ul li p {
	font-size: 3vw;
}

.profile h5 {
	font-size: 3.2vw;
	padding-bottom: 4vw;
	position: relative;
}
.profile {
	margin-top: 5vw;
}
.profile h5:after {
	height: 3px;
	top:6vw;
}
.profile p {
	font-size: 2.6vw!important;
	line-height: 1.8em!important;
}
.about-box h6 {
	font-size: 4vw;
	padding-bottom: 5vw;
	margin-top: 4vw;
	background: url("../../img/common/line.png") repeat-x left top 7vw / 10px auto;
}
}


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