/* 作品表示関連 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
	openMemberDetails.js > buildSingleWorkCardHTML
	openMemberDetails.js > renderPageSlice
	randomSlider.js > nt00vCardHTML
 */
 .works-slider {
	display:flex;
	overflow:hidden;
	width:100%;
}
.work-card2 {
	width: 100%;
	border: 1px solid #eee;
	border-radius: .5rem;
	background: #fff;
	padding: 2em;
	box-sizing: border-box;
}
.wk-topline {
	display: flex;
	flex-wrap: wrap;
	gap: .5em;
	font-size: .95em;
	opacity: .9;
}
.wk-tpbit {
	display:inline-block;
}
.wk-tpsep {
	opacity:.5;
}
.wk-titleblock {
	margin-top: .25rem;
}
.wk-title-main {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.25;
}
.wk-title-sub {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.25;
	margin-top: .15rem;
}
.wk-sep {
	border-bottom: 1px solid #e5e7eb;
	margin: .6rem 0 .8rem;
}
.wk-lmr {
	display: grid;
	grid-template-columns: 17em 1fr;
	gap: 1rem;
	align-items: start;
}
.wk-left {
	align-self: start;
}
.wk-imgwrap {
	width: 100%;
}
.wk-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: .3rem;
}
.wk-noimage {
	display: grid;
	place-items: center;
	background: #f3f4f6;
	border: 1px dashed #c7cbd1;
	border-radius: .3rem;
	min-height: 9em;
}
.wk-noimage-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 600;
	color: #7c8592;
}
.wk-right-grid {
	display: grid;
	grid-template-columns: 4em 1fr;
	gap: .6rem .8rem;
	align-items: start;
}
.wk-pair {
	display: contents;
}
.wk-lab {
	font-size: .7em;
	white-space: nowrap;
	color: #374151;
	align-self: start;
	margin: .15rem 0;
	text-align: right;
}
.wk-valx {
	font-size: 1em;
	word-break: break-word;
	align-self: start;
	margin: .15rem 0;
}
.works-list2 {
	display: grid;
	gap: .9rem;
}
#NT_00V_slider .works_card2.ntv-mini-card {
	flex: 0 0 auto;
	width: min(86vw, 520px);
	border: 1px solid #ddd;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.06);
	overflow: hidden;
	padding: 0!important;
}
#NT_00V_slider .works_card2 .wk-lmr {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: stretch;
	height: 180px;
	gap: 0.2em;
}
#NT_00V_slider .works_card2 .wk-main {
	padding: 0 0.5em 0;
	min-width: 0;
}
#NT_00V_slider .works_card2 .wk-title {
	font-weight: 700;
	line-height: 1.2;
}
#NT_00V_slider .works_card2 .wk-sub {
	font-size: .92em;
	color:#555;
	margin-top: 2px;
}
#NT_00V_slider .works_card2 .wk-hr {
	border: 0;
	border-top: 1px solid #e0e0e0;
	margin: 8px 0;
}
#NT_00V_slider .works_card2 .wk-mk {
	color:#333;
}
#NT_00V_slider .works_card2 .wk-staff {
	font-size: .9em;
	margin-top: 8px;
	color:#333;
}
#NT_00V_slider .works_card2 .wk-staff-key {
	color:#666;
	margin-right:.4em;
}
#NT_00V_slider .works_card2 .wk-line1 {
	display: flex;
	align-items: baseline;
	white-space: nowrap;
	overflow: hidden;
}
#NT_00V_slider .works_card2 .wk-line1 .wk-date {
	flex: 0 0 auto;
	white-space: nowrap;
	margin-right: .5em;
}
#NT_00V_slider .works_card2 .wk-line1 .wk-platforms {
	display: inline-block;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#NT_00V_slider .wk-platforms .rbt {
	display: inline-block;
	margin-left: .4em;
}
#NT_00V_slider .works_card2 .wk-left {
	position: relative;
	height: 180px;
	overflow: hidden;
	line-height: 0;
}
#NT_00V_slider .works_card2 .wk-left IMG {
	display: block !important;
	margin: 0;
	height: 100%;
	width: auto;
}
.works_card2.ntv-mini-card .wk-left {
	max-width: 260px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.works_card2.ntv-mini-card .wk-left IMG {
	height: 100%;
	width: auto;
	max-width: none;
}
.wk-line3 .wk-sep {
	display:block;
	height:1px;
	background:rgba(0,0,0,.1);
	margin:.25rem 0 .35rem;
}
.pb-card.is-disabled {
	opacity: .5;
	filter: grayscale(1);
	cursor: not-allowed;
}