@charset "UTF-8";
/*=======================================================
アーティスト
=======================================================*/
.archive .bl_artistsUnit {
	display: flex; 
	flex-wrap: wrap;
	gap: 44px min(44px,2.9vw);
}
.archive .bl_artistsUnit > li {
	width: 30.5%;
}
.archive .bl_artists_imgWrapper {
	margin-bottom: 15px;
	overflow: hidden;
}
.archive .bl_artistsUnit > li img {
	transition: .3s;
}
.archive .bl_artistsUnit > li a:hover {
	opacity: 1;
}
.archive .bl_artistsUnit > li a:hover img {	
	transition: .3s;
	transform:scale(1.1,1.1);
}
.archive .bl_catLabelList {
	display: flex; 
	font-size: 11px;
	margin-bottom: 10px;
	font-weight: bold;
}
.archive .bl_catLabelList li + li::before {
	content: "/";
	margin: 0 5px;
}
.archive .bl_artists_txt {
	text-transform: uppercase;
	font-weight: bold;
}
#artists .ly_cont_inner {
    padding: 110px 20px;
}
#artists .el_moreBtnWrapper {
	margin: auto;
}
.bl_lower_ttl {
    font-size: 98px;
    font-weight: normal;
    margin-bottom: 100px;
}
.bl_profileUnit {
	display: flex;
	max-width: 840px;
	margin: auto auto 50px;
	position: relative;
}
.bl_profileUnit .bl_profileHeader {
	width: 33%;
	max-width: 280px;
	flex-shrink: 0;
}
.bl_profileHeader_instagram {
	width: 25px;
	height: 25px;
}
.bl_profileUnit .bl_profileHeader_occupation {
	font-size: 10px;
	letter-spacing: 0;
	margin-bottom: 8px;
}
.bl_profileUnit .bl_profileHeader_occupation span + span::before {
	content: "/";
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}
.bl_profileUnit .el_mainTtl {
	font-size: 20px;
	margin-top: 3px;
	margin-bottom: 20px;
	font-style: italic;
	text-transform: uppercase;
}
.bl_profileUnit .bl_profileHeader_imgWrapper {
	max-width: 180px;
	margin-bottom: 17px;
}
.bl_profileUnit .bl_profileBody {
	width: 67%;
	max-width: 560px;
	padding-left: 10px;
	margin-top: 58px;
	line-height: 2;
}
.bl_profileUnit .bl_profile_ttl {
	font-weight: bold;
	font-size: 16px;
}
.bl_profileUnit .bl_profileBody > dl > div {
	margin-bottom: 20px;
}
.bl_profileUnit .bl_profile_detail {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
/*もっと見る*/
.bl_profileBody .el_moreBtnWrapper {
	margin: -50px auto auto;
	display: none;
	position: relative;
	height: auto;
	overflow: hidden;
	transition: max-height 1s;
	max-width: 100%;
}     
.bl_profileBody .el_moreBtnWrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 50px;
	transition: 1s;
	background: linear-gradient(to bottom,transparent 15%,#e1edf2 100%);
}
.bl_profile_detail.expanded + .el_moreBtnWrapper::after {
	z-index: -1;
	opacity: 0;
}
.bl_profileBody .bl_moreBtn {
	display: block;
    margin: 50px auto 0;
    padding: 23px 0 0;
    border: 0;
    cursor: pointer;
    color: #929a99;
    font-family: 'Shippori Mincho', serif;
	max-width: 100%;
}
.bl_profileBody .bl_moreBtn::after {
	content: "";
	display: inline-block;
	background: url(../images/common/moreBtn.png) center / contain no-repeat;
	width: 15px;
	height: 9px;
	margin-left: 13px;
}
.bl_profile_detail.expanded + .el_moreBtnWrapper .bl_moreBtn::after {
	transform: scale(-1, -1);
}
.bl_profile_detail.expanded {
  max-height: none;
}
/***ギャラリー***/
#gallery {
	max-width: 840px;
	margin: 0 auto 100px;
	position: relative;
	padding-top: 80px;
}
#gallery::before {
	content: "";
	display: block;
	position: absolute; 
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 267px;
	height: 1px;
	background: #a3a3a3;
}
#gallery .ly_cont_inner {
	display: flex; 
	flex-wrap: wrap; 
	gap: 22px;
	padding: 0 0 30px;
	margin-left: 0;
}
.el_lv3Heading {
	margin-bottom: 30px;
}
.hidden {
  display: none;
}
.bl_btn {
	text-align: center;
}
/*
#lg-download {
	display: none!important;
}
.lg-backdrop {
	background: #fff;
}
.lg-outer .lg-img-wrap {
    padding: 30px 10px;
}
.lg-toolbar {
	background: none;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #000;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}*/
.masonry-item {
	margin-bottom: 10px;
	cursor: pointer;
}
.masonry-item img {
	object-fit: cover;
	width: 100%;
}
@media screen and (max-width : 767px) {
	#artists .ly_cont_inner {
        padding: 18.5vw 8vw;
    }
	.bl_lower_ttl {
        font-size: 13vw;
        margin-bottom: 15vw;
    }
	.archive .bl_artistsUnit {
    	gap: min(75px, 5.9vw) min(45px, 2.9vw);
	}
	.archive .bl_artistsUnit > li {
		width: 48%;
	}
	.archive .bl_artistsUnit > li + li {
		margin-top: 0;
	}
	.archive .bl_artists_imgWrapper {
		margin-bottom: 2vw;
	}
	.archive .bl_catLabelList {
    	font-size: 1.8vw;
    	margin-bottom: 1vw;
	}
	.archive .bl_artists_txt {
    	font-size: 3vw;
	}
	#gallery {
    	margin: auto auto 14vw;
		padding-top: 14vw;
	}
	#gallery::before {
		width: 85%;
	}
	#gallery .ly_cont_inner {
    	gap: 3vw;
        justify-content: center;
		padding: 0 0 8vw;
    }
	.bl_profileUnit {
		display: block;
	}
	.bl_profileUnit .bl_profileHeader {
    	width: 100%;
    	max-width: 100%;
	}
	.bl_profileUnit .bl_profileHeader_imgWrapper {
    	max-width: 100%;
		margin-bottom: 3vw;
	}
	.bl_profileUnit .bl_profileBody {
    	width: 100%;
    	max-width: 100%;
    	padding-left: 0;
    	margin-top: 0;
	}
	.bl_profileUnit {
    	margin: auto auto 12vw;
	}
	.bl_profileUnit .bl_profile_ttl,
	.bl_profileUnit .bl_profile_txt,
	.el_lv3Heading {
		font-size: 4vw;
	}
	.el_lv3Heading {
		margin-bottom: 6vw;
	}
	.bl_profileUnit .bl_profileHeader_occupation {
    	font-size: 2.6vw;
    	margin-bottom: 1.6vw;
	}
	.bl_profileUnit .el_mainTtl {
    	font-size: 4.8vw;
    	margin-top: 0;
    	margin-bottom: 4vw;
	}
	.bl_profileUnit .bl_profileBody > dl > div {
		margin-bottom: 5vw;
	}
}
/*fancybox*/
.fancybox__content {
	padding: 0!important;
	background: none;
}
.fancybox__footer {
	display: none;
}