[id="contents"] p {
    margin-top: 0;
}

/*アーティスト*/
.artist_ttl {
	font-size: 1.6rem;
	font-weight: bold;
}
.artist_ttl:before {
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	font-feature-settings: 'liga';
	padding: 0 6px 2px 0;
	font-size: 1.2rem;
}
.artist_prof,
.artist_url {
	font-size: 1.4rem;
	margin: 0 0 10px;
}

.artist_prof a,
.artist_url a {
	text-decoration: underline;
}
.artist_prof a:hover,
.artist_url a:hover {
    text-decoration: none;
}
.mylist_bx {
	text-align: right;
	margin: 0 0 10px;
}
.artist_photo {
	/*background: #f5f5f5;*/
	position: relative;
}
.artist_photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: auto;
	width: auto;
}
@media screen and (min-width: 768px) {
#contents_artist_detail {
	width: 90%;
	max-width: 1024px;
	margin: 50px auto 0;
}
.artist_detail_wrap {
	margin: 0 0 30px;
}
.contents_photo {
	float: right;
	width: 50%;
}
.contents_info {
	float: left;
	width: 48%;
}
.artist_ttl {
	margin: 0 0 16px;
}
}
@media screen and (max-width: 767px) {
#contents_artist_detail {
    width:98%;
    margin: 30px auto 0;
}
.artist_detail_wrap {
	margin: 0 0 20px;
}
.contents_photo {
	margin:  0 0 10px;
}
.artist_ttl {
	margin: 0 0 10px;
}
.mylist_bx {
	margin: 0 0 10px!important;
}
}

/*公演情報*/
#bt_mylist {
	display: inline-block;
}
#bt_mylist a {
    padding: 4px 10px 4px 22px;
    display: block;
    text-decoration: none;
    background: url(/lfj_2024/common/img/icon_mylist.svg) no-repeat 4% 50% /12px auto;
    color: #1d2087;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    border: 1px solid #1d2087;
}
.date_txt {
	color: #E85400;
	font-weight: bold;
	margin: 6px 0 10px;
}
.performance_date {
	border-top: 1px #ccc dashed;
	padding: 6px 0 0;
	margin: 20px 0 0;
}
.performance_date:first-child {
	border: none;
	margin: 10px 0 0;
	padding: 0;
}
.box_performance {
	background: #f5f5f5;
}
.box_performance_inner {
	display: flex;
	justify-content: space-between;
}
.box_performance_title {
	background: #fff;
}
.box_performance_title h3 {
	font-size: 1.2rem;
	margin: 0 0 10px;
	font-weight: normal;
	display: flex;
	align-items: center;
	vertical-align: middle;
}
.box_performance_title h3 em {
	color: #E85400;
	font-size: 1.9rem;
	font-style:normal;
	/* font-weight: bold; */
	margin: 0 6px 0 0;
    border-bottom: 2px solid #E85400;
}
.age_icon {
	display: flex;
	align-items: center;
}
.age_icon img {
	width: 28px;
	height: 25.6px;
}
.performance_date_time {
	font-weight: 400;
/*	margin: 0 0 8px;*/
	font-size: 1.4rem;
}
.place_name,
.caption {
	font-size: 1.3rem;
}
.perfonmance_name {
    font-size: 1.8rem;
    margin: 0 0 8px;
    color:#E85400;
}
.mylist_btn a {
    margin: 8px 0 0;
    padding: 10px 0 10px 14px;
    display: block;
    font-size: 1.1rem;
    white-space: nowrap;
    color: #fff;
    background: #000 url(/lfj_2024/performance/timetable/common/img/bullet_add.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
    background-position: right 14px top 50%;
	width: 70%;
	display: none;
}
.mylist_btn a.mylistBtnDisabled {
    background: url(/lfj_2024/performance/timetable/common/img/bullet_delete.png) right 6px top 50% no-repeat #888888;
}
.box_performance_photo p img {
	display: block;
	margin: 0 auto;
}
.music_name_ttl,
.performer_name_ttl {
	font-size: 1.4rem;
	background: #000;
	color: #fff;
	padding: 4px 10px;
	margin: 0 0 8px;
}
.music_name,
.performer_name {
	font-size: 1.3rem;
    padding: 0 10px;
}
.music_name {
	margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
#bt_mylist a:hover {
	text-decoration: underline;
}
.date_txt {
	font-size: 1.6rem;
}
.box_performance_wrap {
}
.box_performance {
	display: flex;
	padding: 15px;
	margin: 0 0 15px;
}
.box_performance_inner {
	margin: 0 16px 0 0;
	width: 53%;
}
.box_performance_detail {
	width: 45%;
}
.box_performance_title {
	padding: 12px;
	width: 63%;
}
.box_performance_photo {
	width: 35%;
}
.box_performance_photo img {
	min-width: 168px;
	height: auto;
}
.child_icon_txt {
	font-size: 1.2rem;
	display: flex;
	align-items: center;
}
.child_icon_txt img {
	width: 28px;
	height: 25.6px;
	display: block;
	margin-right: 5px;
}
}
@media screen and (max-width: 767px) {
.date_txt {
	font-size: 1.5rem;
}
.box_performance {
	padding: 10px;
	margin: 0 0 14px;
}
.box_performance_title {
	padding: 10px;
	width: 70%;
}
.box_performance_photo {
	width: 28%;
}
.box_performance_inner {
	margin: 0 0 10px;
}
.child_icon_txt {
	font-size: 1.05rem;
	display: flex;
	align-items: center;
}
.child_icon_txt img {
	width: 25px;
	height: auto;
	display: block;
	margin-right: 5px;
}
}

/*タブレット調整*/
@media screen and (min-width:768px) and (max-width:1025px) {
.box_performance_photo img {
    min-width: auto;
}
}

/*調整*/
@media screen and (max-width:340px) {
.mylist_btn a {
    padding: 10px 0 10px 7px;
    background-position: right 7px top 50%;
}
}

