.area_spcont {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.area_spcont * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.area_spcont li {
	list-style: none;
}
.sp_breadcrumb {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.sp_breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
}
.sp_breadcrumb li {
	font-size: 0.75rem;
}
.sp_breadcrumb li:not(:last-of-type)::after {
	content: ">";
	margin-right: 5px;
	margin-left: 5px;
}
.pagetit {
	padding: 20px 0;
	margin-bottom: 20px;
	border-top: 5px solid #b21e82;
	border-bottom: 1px solid #b21e82;
	font-weight: bold;
	line-height: 1.4;
	color: #b21e82;
}
.event_detail li {
	font-size: 0.875rem;
}
.event_detail .icon {
	display: block;
	width: 6.5rem;
	padding: 2px 0;
	background : #b21e82;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.table_tickets {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 20px;
	font-size: 0.875rem;
}
.table_tickets .tname {
	color: #ec6941;
	font-weight: bold;
	text-align: left;
}
.btn_buy {
	position: relative;
	display: block;
	padding: 20px 0;
	border-radius: 5px;
	background: #ec6941 url(../images/icon.png) no-repeat 20px center / 23px auto;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	overflow: hidden;
}
.btn_buy.disabled {
	pointer-events: none;
}
.btn_buy.disabled::before,
.btn_buy.disabled::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.btn_buy.disabled::before {
	content: "";
	background: rgba(0,0,0,0.25);	
}
.btn_buy.disabled::after {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
	-webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
	content: "発売前";
	background: rgba(0,0,0,0.6);
	color: #FFF;
}
.notes p {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}
	.sp_breadcrumb,.spcont_inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.sp_breadcrumb {
		background: #f8f8f8;
		border-bottom: 1px solid #dadada;
		color: #969696;
	}
	.pagetit {
		font-size: 1.125rem;
	}
	.event_detail {
		padding-bottom: 20px;
		border-bottom: 1px solid #dcdcdc;
	}
	.event_detail li {
		margin-bottom: 10px;
	}
	.event_detail .icon {
		margin-bottom: 5px;
	}
	.table_tickets tbody tr,
	.table_tickets tbody th,
	.table_tickets tbody td {
		width: 100%;
		display: block;
	}
	.table_tickets tbody tr {
		border-bottom: 1px solid #dcdcdc;
		padding: 20px 0;
	}
	.table_tickets .tname {
		margin-bottom: 15px;
	}
	.table_tickets td br {
		display: none;
	}
	.table_tickets td[data-name] {
		margin-bottom: 10px;
	}
	.table_tickets td[data-name]::before {
		display: block;
		content: attr(data-name);
		font-weight: bold;
	}
	.btn_buy {
		margin-top: 20px;
	}
	.notes {
		font-size: 0.875rem;
	}
}
@media print, screen and (min-width: 768px) {
	.sp_only {
		display: none;
	}
	.area_spcont {
		padding: 0 30px 30px;
	}
	.pagetit {
		font-size: 1.25rem;
	}
	.event_detail {
		margin-bottom: 40px;
	}
	.event_detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.event_detail li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
        align-items:center;
	}
	.event_detail li:first-of-type {
		margin-right: 40px;
	}
	.event_detail .icon {
		margin-right: 10px;
	}
	.table_tickets thead th {
		padding: 20px 0;
		background: #f7e8f2;
	}
	.table_tickets .tname br {
		display: none;
	}
	.table_tickets tbody th,
	.table_tickets tbody td {
		border-bottom: 1px solid #dcdcdc;
		padding: 35px 15px;
	}
	.table_tickets tbody td:last-of-type {
		width: 27%;
		min-width: 230px;
	}
	.btn_buy {
		width: 100%;
		transition: all ease 0.2s;
		margin-right: 10px;
	}
	.btn_buy:hover {
		opacity: 0.8;
	}
	.notes {
		font-size: 0.75rem;
	}
}
@media print, screen and (min-width: 950px) {
	.area_spcont {
		padding: 0 80px 30px;
	}
}