@charset "utf-8";

a:hover {opacity: 0.7;}
.slick-slide a:hover {opacity: 0.7 !important;}

.flex_exBox {
	margin-top: 20px;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 0.5fr 0.5fr 1fr;
	/*grid-template-rows: 50% 50%;*/
}
.flex_exBox .flex_ex {
	position: relative;
}
.flex_exBox .flex_ex:nth-child(3) {
	grid-row: 1 / 3;
	grid-column: 3 / 4;
	overflow: hidden;
}
.flex_exBox .flex_ex .ti {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #fff; letter-spacing: 2px;
}
.flex_exBox .flex_ex.black .ti {
	color: #444140;
}
/*.flex_exBox .flex_ex:nth-child(1) .ti {
	color: #444140;
}
.flex_exBox .flex_ex:nth-child(3) .ti {
	color: #444140;
}
.flex_exBox .flex_ex:nth-child(5) .ti {
	color: #444140;
}*/

.flex_exBox .flex_ex .ti .t1 {
	font-size: 12px;
}
.flex_exBox .flex_ex .ti .t1 .num{
	font-size: 24px;
}
.flex_exBox .flex_ex .ti .t2 {
	font-size: 18px;
}
.flex_exBox .flex_ex .ti .t3 {
	font-size: 14px;
}

.flex_exBox .flex_ex:nth-child(3) .ti .t1 {
	font-size: 20px;
}
.flex_exBox .flex_ex:nth-child(3) .ti .t1 .num{
	font-size: 40px;
}
.flex_exBox .flex_ex:nth-child(3) .ti .t2 {
	font-size: 30px;
}
.flex_exBox .flex_ex:nth-child(3) .ti .t3 {
	font-size: 24px;
}
/* IE11 hacks */
_:-ms-lang(x)::-ms-backdrop, .flex_exBox {
	display: flex;
}
_:-ms-lang(x)::-ms-backdrop, .flex_exBox .flex_ex:not(:nth-child(1)) {
	margin-left: 10px;
}
_:-ms-lang(x)::-ms-backdrop, .flex_exBox .flex_ex:nth-child(3) .ti .t1 {
	font-size: 12px;
}
_:-ms-lang(x)::-ms-backdrop, .flex_exBox .flex_ex:nth-child(3) .ti .t1 .num{
	font-size: 24px;
}
_:-ms-lang(x)::-ms-backdrop, .flex_exBox .flex_ex:nth-child(3) .ti .t2 {
	font-size: 18px;
}
_:-ms-lang(x)::-ms-backdrop, .flex_exBox .flex_ex:nth-child(3) .ti .t3 {
	font-size: 14px;
}


ul.artist_list {
	display: flex;
	flex-wrap: wrap;
}
ul.artist_list li {
	width: calc(20% - 16px);
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
}
ul.artist_list li:nth-child(5n+1) {
	margin-left: 0px;
}
ul.artist_list li img {
	width: 100%; height: auto;
}
ul.artist_list li p{
	letter-spacing: 2px;
}
ul.artist_list li .t2{
	margin-top: 10px;
	font-size: 17px;
}
ul.artist_list li .t3{
	font-size: 14px;
}
ul.artist_list li .aBox {
	position: relative;
}
ul.artist_list li .aBox p{
	position: absolute;
	display: inline-block;
	bottom: 0;
	color: #fff;
	padding: 3px 8px;
}
ul.artist_list li .aBox p.sold{
	left: 0;
	background: #685e93;
}
ul.artist_list li .aBox p.new{
	right: 0;
	background: #8d4086;
}

@media screen and ( max-width: 900px ) {
	ul.artist_list li .aBox p{font-size: 13px;padding: 2px 5px;}
}
@media screen and ( max-width: 768px ) {
	.flex_exBox {
		grid-gap: 10px;
		grid-template-columns: 1fr 1fr;
		/*grid-template-rows: 50% 50%;*/
	}
	.flex_exBox .flex_ex:nth-child(3) {
		grid-row: 1 / 2;
		grid-column: 1 / 3;
	}

	ul.artist_list li {
		margin-top: 15px;margin-left: 15px;
		width: calc(20% - 12px);
	}
	ul.artist_list li .t2{font-size: 15px;}
	ul.artist_list li .t3{font-size: 13px;}
	.flex_exBox .flex_ex:nth-child(3) .ti .t1 {font-size: 14px;}
	.flex_exBox .flex_ex:nth-child(3) .ti .t1 .num{font-size: 28px;}
	.flex_exBox .flex_ex:nth-child(3) .ti .t2 {font-size: 20px;}
	.flex_exBox .flex_ex:nth-child(3) .ti .t3 {font-size: 16px;}
}
@media screen and ( max-width: 640px ) {
	ul.artist_list li {width: calc(50% - 5px); margin-left: 10px;}
	ul.artist_list li:nth-child(5n+1) {margin-left: 10px;}
	ul.artist_list li:nth-child(2n+1) {margin-left: 0px;}
	ul.artist_list li .t2 {margin-top: 5px;}
}
@media screen and ( max-width: 600px ) {
	/*.flex_exBox {display: block;}
	.flex_exBox .flex_ex {margin: 0 0 10px;}*/
	.flex_exBox .flex_ex:nth-child(3) .ti .t1 {font-size: 12x;}
	.flex_exBox .flex_ex:nth-child(3) .ti .t1 .num{font-size: 24px;}
	.flex_exBox .flex_ex:nth-child(3) .ti .t2 {font-size: 18px;}
	.flex_exBox .flex_ex:nth-child(3) .ti .t3 {font-size: 14px;}
}