@charset "UTF-8";
/* CSS Document */
.artists_wrapper{
	width: 100%;
}
.artists{
	width: 100%;
	margin: 100px auto 70px;
	text-align: center;
	position: relative;
}
.border{
	display: block;
    background-color: #f4f4f4;
    position: absolute;
	bottom: auto;
    left: 50%;
    width: 1px;
    height: 39px;
	margin-top: -20px;
}
.page_title{
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	margin: 0 auto 30px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.artists_contents_wrapper{
	padding: 40px 0 60px;
}
.artists_contents{
	width: 87.2vw;
	margin: 0 auto 30px;
}
.artists_contents li{
	background-color: #f4f4f4;
	margin-bottom: 30px;
	padding-top: 20px;
	color: #28292b;
}
.artists_contents li:last-of-type{
	margin-bottom: 0;
}
.artists_contents li a{
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
.slider_01{
	width: 90%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider_01 div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider_01 img {
	width: 95%;
	padding: 0 5px;
	margin: 0 auto;
}
.artist_name{
	width: 90%;
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding: 0 0 20px;
	margin: 0 auto;
}
.name_jp{
	font-size: 1.6rem;
	margin: 0 0 0 5px;
}
.btn{
	width: 130px;
}
.more{
	width: 130px;
	background-color: #f4f4f4;
	color: #28292b;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	margin: 0 10px;
    right: 0;
	position: absolute;
	-webkit-transition: all .3s;
    transition: all 1s;
}
.more:hover{
	 background-color: #28292b;
    color: #f4f4f4;
    cursor: pointer;
}
.link_btn{
	border-bottom: 0.8px solid;
	color: #f4f4f4;
}
.contents_wrapper{
	width: 87.2vw;
	margin: 0 auto 140px;
}
.article_pic{
	margin: 40px auto;
	text-align: center;
}
.title{
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
.title span{
	font-size: 2.1rem;
}
.artist_info{
	padding-top: 40px;
	margin: 0 0 40px;
}
.artist_info p{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-align: justify;
}
.prof{
	font-size: 1.9rem;
	line-height: 1.9;
	text-align: left;
}
.artist_prof{
	padding-top: 20px;
	margin: 0 auto 80px;
}
.prof_txt{
	margin-bottom: 20px;
}
.works{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 60px;
}
.tate{
	width: 44%;
	margin-bottom: 20px;
}
.yoko{
	width: 50%;
	margin-bottom: 20px;
}
.works_tokyo{
	width: 100%;
}
.works_contact{
	font-size: 1.4rem;
	text-align: center;
	padding: 30px 0 60px;
	letter-spacing: 0.1em;
	color: #f4f4f4;
}
.works_contact a{
	color: #f4f4f4;
	border-bottom: 0.5px solid #f4f4f4;
}
.btn{
	width: 130px;
}
.back{
	width: 130px;
	background-color: #f4f4f4;
	color: #28292b;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	margin: 0 10px;
    right: 0;
	position: absolute;
	-webkit-transition: all .3s;
    transition: all 1s;
	text-align: center;
}
.back:hover{
	 background-color: #28292b;
    color: #f4f4f4;
    cursor: pointer;
}
@media screen and (min-width:1024px){
	.artists{
		margin: 160px auto 0;
	}
	.page_title{
		font-size: 2.8rem;
	}
	.prof{
		font-size: 2.3rem;
	}
	.artists_date{
		font-size: 2rem;
	}
	.artists_contents{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.artists_contents::after{
		content:'';
		display: block;
		width: 26vw;
	}
	.artists_contents li:last-of-type{
		margin-bottom: 30px;
}
	.artists_contents li{
		width: 26vw;
		margin-top: 20px;
	}
	.artists_contents li a{
		margin: 0 0 40px;
	}
	.more{
		margin: 0 50px 0 0;
	}
	.contents_wrapper{
		width: 70vw;
		max-width: 800px;
}
	.article_pic{
		width: 40vw;
	}
/*
	.works::after{
		content:'';
		display: block;
		width: 44%;
	}
*/
	.tate{
		width: 20%;
		margin-bottom: 20px;
	}
	.yoko{
		width: 30%;
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.works_tokyo{
		width: 40%;
	}
}