[id="contents"] p {
    margin-top: 0;
}
/*公演情報*/
.heading .sub_txt em {
	color: #FFAF00;
	font-style: normal;
	font-size: 2.4rem;
/*	font-weight: bold;*/
	margin: 0 0 6px 4px;
    border-bottom: 2px solid #FFAF00;
}
.sub_txt_performance {
	vertical-align: middle;
}
.age_icon_detail {
	display: flex;
	align-items: center;
}
.sub_txt_performance .age_icon_detail {
	justify-content: center;
}
.age_icon_detail img {
	width: 28px;
	height: 25.6px;
	display: block;
	margin: 2px 0 0 4px;
}
.heading h1 {
	letter-spacing: 0.2rem;
}

#mylist_bx {
    border-bottom: 2px solid #000;
    margin-bottom: 30px;
}

#mylist_bx_inner {
    display: flex;
	align-items: center;
	float: right;
	margin: 0 0 10px;
	display: none;
}
#bt_mylist {
    display: inline-block;
}
#bt_mylist a {
    padding: 4px 26px 4px 10px;
    display: block;
    text-decoration: none;
    background: url(/lfj_2025/common/img/icon_mylist.svg) no-repeat 94% 50% /14px auto;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    margin-right: 14px;
    background-color: #000;
}
#about_mylist a {
    padding: 0 15px 0px 0;
    font-size: 1.2rem;
    color: #888;
    text-decoration: none;
    background: url(/lfj_2025/common/img/icon_ques.png) no-repeat;
    background-position: 100% 50%;
    background-size: 12px 12px;
    border-bottom: 1px dotted #888;
}

.data_table_detail table {
    width: 100%;
    border:1px solid #888;
}

.data_table_detail th {
    background: #888;
    font-size: 1.5rem;
    font-weight: 400;
    width: 119px;
    padding: 12px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #fff;
}

.data_table_detail table tr:last-child th{
    border-bottom: 1px solid #888;
}

.data_table_detail td {
    font-size: 1.5rem;
    padding: 12px;
    border-bottom: 1px solid #888;
}
.data_table_detail td a {
	display: block;
	font-size: 1.3rem;
	color: #FFAF00;
}
.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_2025/performance/timetable/common/img/bullet_add.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: right 14px top 50%;
    max-width: 152px;
}
.mylist_btn a.mylistBtnDisabled {
    background: url(/lfj_2025/performance/timetable/common/img/bullet_delete.png) right 6px top 50% no-repeat #888888;
}
.box_ticket {
	border: 1px #ccc dotted;
}
.box_ticket dl dt {
	font-size: 1.4rem;
/*	font-weight: bold;*/
	margin: 0 0 5px;
}
.ticket_stock_list {
	font-size: 1.4rem;
	margin: 0 0 14px;
	font-weight: bold;
}
.ticket_stock_list th {
	padding: 0 0 4px;
	text-align: left;
    font-weight: 400;
}
.ticket_stock_list td {
	padding: 0 0 4px 12px;
}
.ticket_stock_list td img {
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
}
.ticket_stock_list td img.icon_pre {
	width: auto;
	height: 20px;
}
.buy_ticket_btn a {
	background: #ffd800;
	color: #000;
	font-size: 1.4rem;
	display: inline-block;
	padding: 8px 44px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #ffd800;
    cursor: pointer;
}
.buy_ticket_btn a small {
	font-size: 1.2rem;
}
.performance_info h3 {
	font-size: 1.4rem;
	background: #000;
	color: #fff;
	padding: 4px 10px;
	margin: 0 0 8px;
	font-weight: normal;
}
.performance_info .section {
	margin: 0 0 10px;
}
.performance_info p {
	font-size: 1.3rem;
}
.music_names_wrap h4 {
	font-size: 1.4rem;
	margin: 0 0 6px;
    background: #f5f5f5;
    padding: 5px 10px;
}
.music_names_wrap .music_desc {
    padding: 0 10px 10px 10px;
}
.music_names_wrap a {
	color: #ffd800;
}
.music_names_wrap .caption a:before {
	content: "headset";
	font-family: "Material Icons";
	font-feature-settings: 'liga';
	padding: 1px 4px 0;
	font-size: 1.6rem;
	font-weight: normal;
	vertical-align: middle;
	width: auto;
	height: auto;
	color: #000;
	display: inline-block
	
}
.update_txt {
	font-size: 1.3rem;
}
.music_name, .performer_name {
    padding: 0 10px;
}
@media screen and (min-width: 768px) {
#contents_performance_detail {
	width: 90%;
	max-width: 1024px;
	margin: 50px auto 0;
}
#bt_mylist a:hover,
#about_mylist a:hover {
    text-decoration: underline;
}
#about_mylist {
    padding: 5px 0;
    display: inline-block;
}
.contents_right {
	float: right;
	max-width: 512px;
	width:50%;
}
.contents_left {
	float: left;
	max-width: 487px;
	width: 48%;
}
.performance_info {
	margin: 30px 0 0;
}
.music_names_wrap {
/*	padding: 10px 16px;*/
}
.box_ticket {
	margin: 10px 0 4px;
	padding: 14px;
}
.buy_ticket_btn a:hover {
	background: #fff;
	color: #000;
}
.btn_arrow_wt a:hover::after {
    color: #ffd800;
}
}
@media screen and (max-width: 767px) {
#contents_performance_detail {
    width:98%;
    margin: 20px auto 0;
}
#contents .heading h1 {
    font-size: 1.7rem;
}	
#bt_mylist a {
    font-size: 1.05rem;
    margin-right: 10px;
}
#about_mylist a {
    font-size: 1.05rem;
    text-decoration: none;
    background: url(/lfj_2025/common/img/icon_ques.png) no-repeat 100% 50% / 12px 12px;
}
.data_table_detail th {
	width: 20%;
	font-size: 1.4rem;
	padding: 6px;
}
.data_table_detail td {
	font-size: 1.4rem;
	padding: 6px;
}
.contents_left {
	margin: 10px 0 0;
}
.box_ticket {
	margin: 10px 0 4px;
	padding: 12px;
}
.performance_info {
	margin: 10px 0 0;
}
.music_names_wrap {
/*	padding: 10px 12px;*/
}
}


/*オススメの公演*/
.related_list_box {
	border: 1px #ccc solid;
}
.related_list_box:not(:nth-child(4)) {
    margin-right: 1.2vw;
}
.box_related {
	position: relative;
	display: block;
	height: 100%;
}
.box_related_number {
	font-size: 1.3rem;
	font-weight: normal;
    margin-bottom: 10px;
}
.box_related_number em {
	color: #FFAF00;
	font-style: normal;
	font-size: 1.9rem;
	font-weight: 400;
    border-bottom: 2px solid #FFAF00;
}
.box_related_title {
	color: #FFAF00;
	font-size: 1.4rem;
	font-weight: 400;
    text-decoration: underline;
}
.box_related_date {
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
}
.btn_arrow_wtnot {
	font-size: 1.2rem;
	font-weight: normal;
	padding: 4px 20px 4px 8px;
	position: absolute;
	bottom: 0;
    right: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
}
.btn_detail {
    background: #000;
}

.box_related_photo {
	max-width: 100%;
}
.box_related_photo td {
	/*background: #f5f5f5;*/
	vertical-align: middle;
}
.box_related_photo td img {
	margin: 0 auto;
	display: block;
}

@media screen and (min-width: 1024px) {
.related_list_box:not(:nth-child(4)) {
    margin-right: 19px;
}
}
@media screen and (min-width: 768px) {
#related {
	margin: 40px 0 0;
}
#related-list {
	display: flex;
	justify-content: flex-start;
}
.related_list_box {
	width: 24%;
}
.box_related h4 {
	padding: 10px;
	margin-bottom: 40px;
}
.btn_arrow_wtnot:hover {
	text-decoration: none;
}
.relater_child_icon_txt {
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	margin: 10px 0 0;
}
.relater_child_icon_txt img {
	width: 28px;
	height: 25.6px;
	display: block;
	margin-right: 5px;
}
}
@media screen and (max-width: 767px) {
#related {
	margin: 20px 0 0;
}
.related_list_box {
/*	padding: 6px 2%;*/
	margin: 0 0 10px;
}
.related_list_box:not(:nth-child(4)) {
    margin-right: 0;
}
.box_related {
	display: flex;
	justify-content: space-between;
}
.box_related_inner {
	width: 32%;
}
.box_related h4 {
	width: 62%;
	margin-bottom: 35px;
    padding: 10px;
}
.box_related_number {
	font-size: 1.2rem;
}
.box_related_number em {
	font-size: 1.7rem;
}
.box_related_title,
.box_related_date {
	font-size: 1.3rem;
}
.btn_arrow_wtnot {
	font-size: 1.1rem;
	padding: 2px 22px 2px 10px;
/*	bottom: 6px;*/
/*	right: 6px;*/
}
.box_related_photo td img {
	width: auto;
}
.relater_child_icon_txt {
    font-size: 1.05rem;
    display: flex;
    align-items: center;
}
.relater_child_icon_txt img {
    width: 25px;
    height: auto;
    display: block;
    margin-right: 5px;
}
}


.foreign_ticket_txt {
	font-size: 1.3rem;
}

a.foreign_ticket_link:link, a.foreign_ticket_link:visited, a.foreign_ticket_link:hover {
	text-decoration: underline;
}