#main h2 {
	margin-bottom: 0;
}
body.content #theater {
	margin-bottom: 0!important;
}
body.content.sp #theater {
	padding-top: 20px!important;
}
body.content #main {
	margin-top: 0!important;
	padding-top: 0!important;
}
body.content #main h2 {
	font-size: min(40px, 5vw);
}
body.content.sp #main #theater h2 {
	font-size: min(40px, 6.5vw);
	letter-spacing: 0!important;
	padding-left: calc(2.5vw);
}
body.content #main h2::before,
body.content #main h2::after {
	display: none;
}
#main article > div#theater {
	margin-bottom: 15px;
}



@media(min-width:768px) {}
@media(max-width:767px) {}



a.bnrlink {
	display: flex;
	background-color: rgba(96,246,211,1.00);
	border-radius: 5px;
	position: relative;
	height: 4em;
	justify-content: center;
	align-items: center;
	margin-top: min(60px, 8vw);
	margin-bottom: min(60px, 8vw);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1;
	font-size: min(24px,4vw);
}
.ticket_info a.bnrlink {
	background-color: rgba(104,168,179,1.00);
	border-radius: 3px;
	height: 3em;
	margin-top: min(30px, 4vw);
	margin-bottom: min(15px, 2vw);
}
body:not(.sp) a.bnrlink {
	width: 50%;
}
body.sp a.bnrlink {
	width: 65%;
}
a.bnrlink::before {
	content: '〉';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
a.bnrlink span {
	display: inline-block;
}


.tab_area {
	position: sticky;
	top: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	column-gap: 10px;
	margin-bottom: 30px;
	border-bottom: 4px solid #fff;
	padding: 20px 20px 0;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: -10px;
	width: calc(100% + 20px);
	transition: .3s all;
}
.tab_area li {
	width: calc((100% - 20px) / 3);
}
.tab_area li {
	line-height: 1;
	text-align: center;
	font-size: min(18px,3vw);
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 4em;
	transition: .5s all;
}
@media(max-width:767px) {
	.tab_area {
		column-gap: 1.5vw;
	}
	.tab_area li {
		width: calc((100% - 3vw) / 3);
	}
}
.tab_area li:not(.select) {
	cursor: pointer;
	padding-top: 1em;
}
.tab_area li.select {
	cursor: default;
}
.tab_area li div {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,1.0);
	border-radius: 3px 3px 0 0;
	color: #231815;
	transition: .5s all;
	line-height: 1;
}
.tab_area li:not(.select) div {
	background-color: rgba(255,255,255,.5);
}
.tab_area li:not(.select) div:hover {
	background-color: rgba(255,255,255,.8);
}
.tab_area li div span {
	display: inline-block;
}
.content_area {
	padding: 0;
	margin: 5px 0;
	position: relative;
	overflow: hidden;
	position: sticky;
	top: 0;
}
.tab_footer {
	width: 100%;
	height: 1px;
	line-height: 0;
	margin-top: 30px;
}
.content_area img {
	max-width: 100%;
}
.content_area::before {
	content: '';
	width: 100%;
	height: 100%;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s all;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.active .tab_area {
	background-color: rgba(0,0,0,1.0);
	padding-left: 10px;
	padding-right: 80px;
}


h3 {
	font-size: min(36px, 6vw);
	border-bottom: 1px solid rgba(255,255,255,.3);
	width: 100%;
	line-height: 1.8;
	margin-bottom: 1em;
}



.leadbox > p {
	text-align: center;
}
.leadbox .catch {
	font-size: min(32px, 2vw);
}
.leadbox .date {
	font-size: min(60px, 4vw);
	line-height: 1.2
}
.leadbox > div {
	display: flex;
	padding: min(60px, 5vw) 0;
	gap: 30px;
	margin: 0 auto;
	width: 80%;
	max-width: 1000px;
}


.ticket_info {
	margin-bottom: min(90px,20vw);
}
.ticket_info > p {
	font-size: min(32px, 6.66vw);
	line-height: 1.2;
	position: relative;
}
@media(min-width:768px) {
	.ticket_info > p {
		margin-left: 20px;
	}
	.ticket_info > p:not(.font80)::before {
		content: '';
		width: 12px;
		height: 4px;
		display: block;
		position: absolute;
		background-color: #a40000;
		margin-left: -20px;
		top: calc(.5em + 2px);
	}
}
.ticket_info > p.font80 {
	font-size: min(16px, 3vw);
}
.ticket_info > p > span {
	display: inline-block;
}
.ticket_info .imgbox {
	display: flex;
	justify-content: center;
	margin: 30px auto;
	width: 80%;
	max-width: 1000px;
}





.ticket_bnr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.ticket_bnr li {
	width: calc((100% - 10px) / 2);
	min-width: 300px;
}
.ticket_bnr img {
	width: 480px;
	max-width: 100%;
}



.ticket_info .salerbox {
	margin-left: 20px;
	margin-right: 10px;
	background-color: rgba(255,255,255,.1);
	border-radius: 5px;
	padding: 30px 20px 20px;
	position: relative;
	margin-bottom: 45px;
}
.ticket_info > .salerbox:last-child {
	margin-bottom: 0;
}
.ticket_info .salerbox h4 {
	background-color: #fff;
	color: #1d2a30;
	display: inline-block;
	line-height: 1;
	padding: 0 10px;
	position: absolute;
	top: -.5em;
	left: -10px;
	font-size: min(24px, 5vw);
}
.ticket_info .salerbox dl {
	font-size: min(16px, 3.3vw);
}
.ticket_info .salerbox dl dt {
	display: block;
	width: 10em;
	float: left;
	clear: both;
}
.ticket_info .salerbox dt > span {
	background-color: #1d2a30;
	width: 100%;
	padding: .5em 1em;
	display: flex;
	justify-content: center;
}
.ticket_info .salerbox dl dd {
	margin-left: 12em;
	padding: .5em 1em;
}
.ticket_info .salerbox dl dd > span {
	letter-spacing: .15em;
}
.ticket_info .salerbox dl dd > span > span {
	display: inline-block;
}
.ticket_info .salerbox dl dd::after {
	content: '';
	width: 100%;
	display: block;
	height: 0;
	clear: both;
}
@media(max-width:767px) {
	.leadbox .catch {
		font-size: 5vw;
	}
	.leadbox .catch > span {
		display: inline-block;
	}
	.leadbox .date {
		font-size: 8.5vw;
		line-height: 1.2
	}
	.leadbox > div {
		display: flex;
		padding: min(60px, 5vw) 0;
		gap: 5px;
		margin: 0 auto;
		width: 90%;
	}
	.ticket_info > p {
		text-align: center;
	}
	.ticket_info .salerbox {
		margin-left: 10px;
		margin-right: 5px;
		padding: 20px 10px 10px;
	}
	.ticket_info .salerbox h4 {
		left: -5px;
	}
	.ticket_info .salerbox dl dt {
		width: 7em;
	}
	.ticket_info .salerbox dl dd {
		margin-left: 8em;
	}
}
.ticket_info .salerbox dl dd .font80 {
	font-size: 80%;
}

p.attention,
span.attention,
ul.attention li {
	position: relative;
	padding-left: 1.2em;
}
p.attention::before,
span.attention::before,
ul.attention li::before {
	position: absolute;
	display: inline-block;
	content: '※';
	width: 1.2em;
	margin-left: -1.2em;
	text-align: left;
}

