.lower-h2-box.artist-title {
	flex-flow: column;
	align-items: flex-start;
	gap: 15px;
}
.lower-h2-box.artist-title h2 > span {
	font-size: 18px;
}
.lower-h2-box.artist-title > p {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
}

.artist-img-box {
	width: 300px;
	height: auto;
	flex-shrink: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 10px;
	position: relative;
}
.artist-img-box > figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 300 / 424;
	overflow: hidden;
}
.artist-img-box .img-copy {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
	position: absolute;
	z-index: 10;
	color: #fff;
	right: 0;
	padding: 0 10px;
	bottom: 10px;
	filter: drop-shadow(0px 0px 3px #000);
	line-height: 1.2;
}

.artist-txt-area {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: flex-start;
	padding-top: 30px;
}
.artist-txt-box {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	gap: 0px;
	align-items: flex-start;
}
.artist-txt-box > p {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0;
}

.artist-program-area {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	gap: 20px;
	align-items: flex-start;
}
.artist-program-area > h5 {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #3a4652;
	font-size: 14px;
}

.artist-program-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 5px;
}
.artist-program-list-item {
	width: 100%;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 10px;
	padding: 0px 10px;
	transition: all ease-in-out 0.33s;
}
.artist-program-date {
	width: auto;
	min-width: 113px;
	max-width: 150px;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	flex-shrink: 0;
	gap: 6px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	font-family: "Montserrat", "fot-tsukuardgothic-std", sans-serif;
}
.artist-program-date span {
	font-size: 12px;
	flex-shrink: 0;
}
.artist-list-txt table {
	font-size: 14px;
	line-height: 1.5;
	border: none;
}
.artist-list-txt table tr {
	display: flex;
	gap: 30px;
	margin-bottom: 10px;
}
.artist-list-txt table tr th,
.artist-list-txt table tr td {
	text-align: left;
	border: none;
	font-family: "fot-tsukuardgothic-std", sans-serif;
}
.artist-list-txt table tr th {
	flex-basis: 130px;
	font-weight: 600;
	min-width: 130px;
}
.artist-list-txt table tr td {
	flex-basis: calc(100% - 130px);
}
.artist-list-txt span {
	font-size: 12px;
}
.artist-list-note {
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	line-height: 1.5;
	font-family: "fot-tsukuardgothic-std", sans-serif;
}

/* translated style */
html.translated-ltr .artist-program-date {
	flex-direction: column;
}
html.translated-ltr .artist-program-date span {
	font-size: 10px;
}

@media screen and (max-width: 1400px) {
	.artist-img-box {
		width: 240px;
	}
}
@media screen and (max-width: 1200px) {
	.sec-artist .sec-cont-col-2-flex {
		flex-flow: column;
		align-items: center;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 999px) {
	.lower-h2-box.artist-title {
		gap: 10px;
	}
	.lower-h2-box.artist-title h2 {
		font-size: 18px;
	}
	.lower-h2-box.artist-title h2 > span {
		font-size: 14px;
	}
	.lower-h2-box.artist-title > p {
		font-size: 10px;
	}
	.artist-img-box {
		width: 100%;
		max-width: 390px;
		margin: 0 auto;
	}
	.artist-txt-area {
		padding-top: 0px;
	}
	.artist-program-list {
		gap: 15px;
	}
	.artist-program-list-item {
		flex-flow: column;
		gap: 5px;
		font-size: 14px;
		padding: 0px 5px;
	}
	.artist-program-date {
		font-size: 14px;
	}
	.artist-program-date span {
		font-size: 12px;
	}
	.artist-list-txt table tr {
		flex-flow: column;
		gap: 0;
		margin-bottom: 0;
	}
	.artist-list-txt table tr th {
		border-left: 1px solid #3a4652;
		padding-left: 10px;
		flex-basis: auto;
		margin-bottom: 10px;
	}
	.artist-list-txt table tr td {
		margin-bottom: 10px;
	}
	.artist-list-note {
		flex-flow: column;
	}
}
