@charset "UTF-8";


.artistlist-head-title {
	width: 90%;
    margin: 15px auto;
    text-align: center;
}

.artistlist-head-title a {
	display: block;
	width:60%;
	margin: 20px auto 10px auto;
}





.artistlist-list-ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-direction:row;
	-webkit-flex-direction:row;
	justify-content: space-between;
	z-index: 100;
	width: 98%;
	margin: auto auto 40px;
}


.artistlist-list-ul li {
	width:47%;
	margin-top: 20px;
}


.artistlist-list-ul li figure {
	display: inline-block;
	width: 100%;
	margin: 0px;
}

.artistlist-list-ul li figure figcaption{
	padding: 0 5px 0 5px;

}

.artistlist-list-ul li figure img {
	width: 100%;
	height:44vw;
	object-fit:cover;
}
.artistlist-list-ul li figure a{
	display: block;
	width: 60%;
	margin: 0 auto;
}
.artistlist-list-ul li figure a img{
	height: auto;
}



.artistlist-list-ul li figure　hr {
	border-style: solid;
}

.artistlist-id {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 0.5px solid black;
}

.artistlist-name {
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
	padding: 3px 0 3px 0;
}






.artist-head {
	position: relative;
	padding: 2vw;
	height:157vw;
}


.artist-head .artist-head-no{
	display: flex;
	justify-content: space-between;
	padding: 2vw;
	align-items: center;
}


.artist-head .artist-head-id {
	width: 44vw;
}


.artist-head .artist-head-id img{
	width: 18.5vw;
	display: block;
	margin: 0 auto;
}


.artist-head .artist-head-id span {
	font-size: 4.6vw;
	line-height: 1.2;
	margin-top: 1vh;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 1.4;
}


.artist-head .artist-head-img1 img ,
artist-head-img2,
artist-head-img3,
artist-head-img4 {
	width:44vw;
	height:44vw;
	object-fit:cover;
}

.artist-head ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-direction:row;
	-webkit-flex-direction:row;
	justify-content: space-around;
	/* position: relative; */
	clear: both;
	/* top:24vw; */
	z-index: 2;
}

.artist-head ul li {
		width:44vw;
		height:44vw;
		margin: 2vw;
}

.artist-head-img1img,
.artist-head .artist-head-img2,
.artist-head .artist-head-img3,
.artist-head .artist-head-img4,
.artist-head .artist-head-img5
 {
	 position:relative;
	width:44vw;
	height:44vw;
	object-fit:cover;
	}



.artist-section1 {
	position: relative;
	padding-top:6vw;
	z-index: 1;
}


.artist-section1 h3 {
	display: block;
	width: 89vw;
	height:7vw;
	background-image: url(../img/2025/artist_intro.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}

.artist-section1 .artistTxt {
	font-size: 4vw;
	padding: 6vw 6vw;
	text-align: justify;
}




.artist-section2 {
	position: relative;
	margin-top:16vw;
	padding-top:6vw;
	background:#F5F2E3;
	z-index: 1;
}


.artist-section2 h3 {
	display: block;
	width: 60vw;
	height:10vw;
	background-image: url(../img/2025/artist_title_design.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 7vw auto 3vw auto;
}


.artist-section2 .artist-name-title {
	width: 85vw;
	text-align: left;
	margin-left: 5vw;
	}

.artist-section2 .artist-name-title h4 {
	font-size: 4vw;
	text-align: center;
}



ul.design-list  {
	text-align: center;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-direction:row;
	-webkit-flex-direction:row;
	margin-top: 7vw;
	}


ul.design-list.art{
	margin-top: 15px;
}


ul.design-list.concept{
	margin-bottom: 0;
}


#archive ul.design-list.concept li{
	margin-bottom: 5px;
}


 ul.design-list li {
	 	margin: 0 10vw;
 }

ul.design-list li img.lazy {

	}


.artist-section3 {
	position: relative;
	border: 0px solid black;
	margin: 20vw 0;
}



.artist-section3 ul li.qa1 h5 {
	display: block;
	width: 89vw;
	height: 9vw;
	background-image: url(../img/2025/artist_interview_01.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
}


.artist-section3 ul li.qa2 h5 {
	display: block;
	width: 89vw;
	height: 9vw;
	background-image: url(../img/2025/artist_interview_02.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 10vw auto 0 auto;
}



.artist-section3 ul li h6 {
	display: block;
	font-size: 4.9vw;
	margin: 4vw 6vw 0 6vw;
	padding-bottom: 3vw;
	/* border-bottom: 1px solid black; */
	color: #960055;
}

.artist-section3 ul li p {
	font-size:4vw;
	padding: 6vw 6vw;
	text-align: justify;
	position: relative;
}

.artist-section3 ul li p::before {
	content: "";
    width: 87%;
    height: 1px;
    background-image: linear-gradient(to right, #000 1px, transparent 1px);
    background-size: 6px 1px;
    position: absolute;
    top: 5px;
    left: 50%;
	transform: translate(-50%,0);
}


.pickupTitle {
	text-align: center;
	margin: 30px 0px;
	}

 .pickupTitle h3 {
	color: #2c2c2c;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
	line-height: 1.4;
}

.pickupTitle .sep {
	width: 13px;
	height: 13px;
	border-radius: 10px;
	background: #960055;
	margin: 0 auto 10px;
	display: block;
}









.linkIcons {
	display: block;
	font-size: 0;
  text-align: center;
} 

.linkIcons li  {
	display: inline-block;
	width: 15%;
	margin: 0px 5px;
	border: 0px solid black;
}

.linkIcons li:last-child {

}

.linkIcons li img {
	width: 100%;
}

	
	
.artist-name a {
	color: #FF7809;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.9;
	background: #fff;
	width: 40%;
	height:30px;
	margin-bottom: 0;
	border: 1px solid #FF7809;
	display:inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}


	
.artist-name .num {
	color:#FF7809;
}



	
.pr {
	display: block;
	width: 100%;
	height: 1px;
	margin: 20px 0px;
	border: 1px solid #646464;
}

 

.zoom-in img {
}

/* BEGIN 2020.09.29 */
.artistlist-ttl{
	margin: 20px 0;
	text-align: center;
}
.artistlist-ttl img{
    width: 60vw;
}
.artist-profile{
	margin: 20px 0;
	padding: 0 2vw;
	text-align: center;
}
.artist-profile img{
    width: 60vw;
}
.artistlist-btn{
	margin: 40px 0;
	padding: 0 2vw;
}
.artistlist-btn a{
	display: block;
    width: 70%;
    margin: 0 auto;
}