@charset "utf-8";

.artist #page-ttl-wrp{
	padding:70px 0 0;
}

#artist-index-wrp{
	margin-bottom:100px;
	}

#artist-index-wrp .inner-wrp .artist-index-section{
	width:1110px;
	padding:35px;
	background-color:#fff;
	margin-bottom:23px;
}

#artist-index-wrp .inner-wrp .artist-index-section:last-child{
	margin-bottom:0px;
}


#artist-index-wrp .inner-wrp .artist-index-section a{
	transition:none;
	display:block;
}

#artist-index-wrp .inner-wrp .artist-index-section a:hover{
	opacity:1;
}

#artist-index-wrp .inner-wrp .artist-index-section .visual-wrp{
	width:475px;
	float:left;
	margin-right:35px;
}

#artist-index-wrp .inner-wrp .artist-index-section .visual-wrp p{
	width:475px;
	height:300px;
	overflow:hidden;
}

#artist-index-wrp .inner-wrp .artist-index-section:hover .visual-wrp img {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

#artist-index-wrp .inner-wrp .artist-index-section .visual-wrp p img{
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transition: 0.5s linear;
	transition: 0.5s linear;
}

#artist-index-wrp .inner-wrp .artist-index-section:hover .visual-wrp p img{
	-webkit-transition: 10s linear;
	transition: 10s linear;
}

#artist-index-wrp .inner-wrp .artist-index-section .description-wrp{
	width:600px;
	float:right;
}

.secondaly #artist-index-wrp .sec-ss-ttl {
	font-size:2.26rem;
}

.secondaly #artist-index-wrp .sec-ss-ttl .roll{
	font-size:1.484rem;
}

#artist-index-wrp .andmore-wrp{
	margin-top:50px;
}

#artist-index-wrp .andmore-wrp p{
	text-align:center;
}

#artist-index-wrp .andmore-wrp p a{
	display:inline-block;
	width:250px;
	line-height:66px;
	border:#e6e6e6 solid 1px;
	background-color:#fff;
	font-size:1.4rem;
	color:#969696;
}

/* artist-deaitl-wrp */

.artist-deaitl-wrp{
	width:760px;
	margin:0 auto;
}

.artist-deaitl-wrp .hdr{
	margin-bottom:65px;
	position:relative;
}

.artist-deaitl-wrp .hdr h1{
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",serif;
	font-size:2.6rem;
	font-weight: normal;
	line-height:1;
	padding-left:50px;
	padding-bottom:12px;
	margin-bottom:24px;
	border-bottom:#dfdfdf solid 1px;
	letter-spacing:2px;
}

.artist-deaitl-wrp .hdr h1 span{
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	border-bottom:#666 solid 4px;
	padding-bottom:8px;
	width:34px;
	text-align:center;
	letter-spacing:0;
	}

.artist-deaitl-wrp .hdr h2{
	font-weight:normal;
	text-align:right;
	font-size:2.2rem;
}

.artist-deaitl-wrp .hdr h2 span{
	font-size:1.4rem;
}

.artist-deaitl-wrp .set-ph{
	margin-bottom:50px;
	}

.artist-deaitl-wrp .set-txt{
	margin-bottom:50px;	
}

.artist-deaitl-wrp .set-txt h2{
	font-size:1.8rem;
	font-weight:normal;
	line-height:2;
	margin-bottom:12px;
	}

.artist-deaitl-wrp .set-txt p{
	font-size:1.3rem;
	line-height:2.3;
}

.artist-deaitl-wrp .prof-wrp{
	border:#e6e6e6 solid 1px;
	background-color:#fafafa;
	padding:30px;
}

.artist-deaitl-wrp .prof-wrp .ph{
	width:233px;
	float:left;
	}

.artist-deaitl-wrp .prof-wrp .txt{
	color:#969696;
	padding-left:253px;
	font-size:1.1rem;
	line-height:2;
}

.artist-deaitl-wrp .prof-wrp .txt h2{
	font-size:1.6rem;
	font-weight:normal;
}


/* スマホ版 768px*/
@media screen and (max-width: 768px) {
	
	.artist #page-ttl-wrp{
		padding:100px 0 0;
	}
	
	#artist-index-wrp{
		padding:0 27px;
		margin-bottom:60px;
	}
	
	#artist-index-wrp .inner-wrp .artist-index-section{
		width:100%;
		padding:19px 17px;
		background-color:#fff;
		margin-bottom:19px;
		box-sizing:border-box;
	}
	
	#artist-index-wrp .inner-wrp .artist-index-section:last-child{
		margin-bottom:0px;
	}
	
	#artist-index-wrp .inner-wrp .artist-index-section .visual-wrp{
		width:100%;
		float: none;
		margin-right:0;
		margin-bottom:16px;
	}
	
	#artist-index-wrp .inner-wrp .artist-index-section .visual-wrp p{
		width:100%;
		height:auto;
	}
	
	#artist-index-wrp .inner-wrp .artist-index-section .description-wrp{
		width:100%;
		float: none;
	}
	
	.secondaly #artist-index-wrp .sec-ss-ttl {
		font-size:1.2rem;
		margin-bottom:6px;
	}
	
	.secondaly #artist-index-wrp .sec-ss-ttl .roll{
		font-size:1.0rem;
	}
	
	#artist-index-wrp .andmore-wrp{
		margin-top:25px;
	}
	
	#artist-index-wrp .andmore-wrp p{
		text-align:center;
	}
	
	#artist-index-wrp .andmore-wrp p a{
		display:inline-block;
		width:125px;
		line-height:33px;
		border:#e6e6e6 solid 1px;
		background-color:#fff;
		font-size:1.0rem;
		color:#969696;
	}
	
	/* artist-deaitl-wrp */

	.artist-deaitl-wrp{
		width:100%;
		margin:0 auto;
	}
	
	.artist-deaitl-wrp .hdr{
		margin-bottom:28px;
		position:relative;
	}
	
	.artist-deaitl-wrp .hdr h1{
		font-size:1.6rem;
		font-weight: normal;
		line-height:1;
		padding-left:28px;
		padding-bottom:12px;
		margin-bottom:10px;
		border-bottom:#dfdfdf solid 1px;
		letter-spacing:1px;
	}
	
	.artist-deaitl-wrp .hdr h1 span{
		display:inline-block;
		position:absolute;
		top:0;
		left:0;
		border-bottom:#666 solid 4px;
		padding-bottom:8px;
		width:20px;
		text-align:center;
		letter-spacing:0;
		}
	
	.artist-deaitl-wrp .hdr h2{
		font-weight:normal;
		text-align:right;
		font-size:1.2rem;
	}
	
	.artist-deaitl-wrp .hdr h2 span{
		font-size:1.0rem;
	}
	
	.artist-deaitl-wrp .set-ph{
		margin-bottom:22px;
		}
	
	.artist-deaitl-wrp .set-txt{
		margin-bottom:20px;	
	}
	
	.artist-deaitl-wrp .set-txt h2{
		font-size:1.3rem;
		font-weight: bold;
		line-height:2;
		margin-bottom:5px;
		}
	
	.artist-deaitl-wrp .set-txt p{
		font-size:1.0rem;
		line-height:2.3;
	}
	
	.artist-deaitl-wrp .prof-wrp{
		border:#e6e6e6 solid 1px;
		background-color:#fafafa;
		padding:15px;
	}
	
	.artist-deaitl-wrp .prof-wrp .ph{
		width:100%;
		float:none;
		margin-bottom:15px;
		}

	.artist-deaitl-wrp .prof-wrp .ph img{
		width:100%;
	}
	
	.artist-deaitl-wrp .prof-wrp .txt{
		color:#969696;
		padding-left:0;
		font-size:1.0rem;
		line-height:1.8;
	}
	
	.artist-deaitl-wrp .prof-wrp .txt h2{
		font-size:1.2rem;
		font-weight:normal;
	}


}
