img {
	max-width:100%;
	height:auto;
}

#contents {
	padding-top:40px;
	padding-bottom:55px;
	background:#fff;
}

#mv {
	height: 0;
	padding-top:0;
    padding-bottom: 56.3%;
	background-image:url(../img/ticket/bg_ttl_sp.jpg);
}

#mv h1 {
	width:66%;
	margin-top: -24px;
}
#mv h1:before {
	bottom: 20px;
}

.archiveHeading .archiveHeading_inner {
	box-sizing:border-box;
	padding:25% 0 15%;
	background-size:cover;
}

.archiveHeading_inner .sub_ttl {
	box-sizing:border-box;
	margin:0 auto;
	width:62px;
	height:auto;
}

@media screen and (min-width: 787px) {
	#contents {
		padding-top:90px;
		padding-bottom:200px;
		background:#fff;
	}

	#mv {
		padding-top:0;
		background: none;
		padding-bottom: 0;
		height: auto;
	}

	#mv.archiveHeading {
		margin-bottom:0;
	}

	#mv .archiveHeading_inner img {
		/*width:510px;*/
		width: auto;
	}

	.archiveHeading .archiveHeading_inner {
		padding-top:200px;
		height:460px;
		background:url(../img/ticket/bg_ttl_pc.jpg) no-repeat center center;
		background-size:cover;
	}

	.archiveHeading_inner .sub_ttl {
		margin:20px auto 0;
		width:124px;
		height:auto;
	}
}

/* ----------------------------------------
mv
----------------------------------------- */
.schedule-title {
	/*float:left;*/
	margin:0 0 1.5em;
}

.schedule-sub {
	/*float:right;*/
	width: 45%;
	margin-bottom: 60px;
	color:#000;
	font-weight:700;
	font-size:10px;
	font-size:14px;
}

@media screen and (max-width: 768px) {
	.schedule-title {
		float:none;
		margin:0 0 5px;
		text-align:left;
	}

	.schedule-title img {
		width:187px;
		height:auto;
	}

	.schedule-sub {
		float:none;
		margin:0 0 18px;
		font-size:10px;
	}
}

/* category */
.category {
	overflow:hidden;
	margin:0 auto 30px;
	width:100%;
	text-align:left;
	font-size:0;
}

.category-item {
	position:relative;
	display:inline-block;
	margin:0 23px 0 0;
	padding:0 0 0 60px;
	color:#000;
	vertical-align:middle;
	font-size:16px;
}

.category-item p {
	padding-left:1rem;
	text-indent:-1.2rem;
	font-weight:700;
	font-size:15px;
}

.category-item i {
	position:absolute;
	top:50%;
	left:0;
	display:block;
	margin-top:-28px;
	width:56px;
	height:56px;
}

.icon-feather01 {
	background:url(../img/ticket/icon_feather02.png);
}

.icon-feather02 {
	background:url(../img/ticket/icon_feather01.png);
}

.cast-link {
	position:relative;
	float:right;
	padding-top:20px;
	text-align:right;
}

.cast-link a {
	position:relative;
	padding-left:15px;
	color:#006cb2;
	text-align:right;
	text-decoration:underline;
	font-weight:700;
	font-size:14px;
}

.cast-link a:hover {
	text-decoration:none;
}

.cast-link a span:before {
	position:absolute;
	top:50%;
	left:0;
	margin-top:-3px;
	width:5px;
	height:5px;
	border-top:2px solid #006cb2;
	border-right:2px solid #006cb2;
	content:'';
	transform:rotate(45deg);
}

@media screen and (max-width: 768px) {
	.category {
		margin:0;
		text-align:left;
	}

	.category-item {
		display:block;
		box-sizing:border-box;
		margin:0 0 10px;
		padding:0 0 0 35px;
		font-size:10px;
	}

	.category-item p {
		padding-left:1rem;
		text-indent:-1rem;
		font-weight:700;
		font-size:12px;
	}

	.category-item i {
		margin-top:-14px;
		width:28px;
		height:28px;
	}

	.icon-feather01 {
		background:url(../img/ticket/icon_feather02.png);
		background-size:cover;
	}

	.icon-feather02 {
		background:url(../img/ticket/icon_feather01.png);
		background-size:cover;
	}

	.cast-link {
		position:relative;
		float:none;
		padding-top:0;
		text-align:right;
	}

	.cast-link a {
		position:relative;
		padding-left:15px;
		color:#006cb2;
		text-align:right;
		text-decoration:underline;
		font-size:10px;
	}

	.cast-link a span:before {
		position:absolute;
		top:50%;
		left:0;
		margin-top:-3px;
		width:5px;
		height:5px;
		border-top:2px solid #006cb2;
		border-right:2px solid #006cb2;
		content:'';
		transform:rotate(45deg);
	}
}

.schedule-table {
	box-sizing:border-box;
	margin:0 0 60px;
	width:100%;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
}

.table-week,.table-day {
	display:table;
	width:100%;
}

.table-week .table-item {
	background:#eee;
	font-weight:700;
	font-size:18px;
}

.table-week .table-item.sat {
	background:#b4e0e8;
}

.table-week .table-item.sun {
	background:#ffa7a7;
}

.table-item {
	display:table-cell;
	box-sizing:border-box;
	width:14.29%;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	color:#000;
	text-align:center;
}

.table-item img {
	display:block;
}

.table-item a {
	display:block;
	width:100%;
	height:100%;
}

@media screen and (max-width: 768px) {
	.schedule-table {
		margin:0 5px 10px;
		width:auto;
	}

	.table-week .table-item {
		font-size:6px;
	}
}

.block {
	box-sizing:border-box;
	margin:0;
	padding:50px 0 0;
	max-width:100%;
	color:#000;
}

.normal {
	margin:25px 0 100px;
	padding:3%;
	border-radius:3px;
	background:#fae675;
	color:#000;
}

.info-title {
	margin-bottom:35px;
	color:#f30b42;
	text-align:center;
	font-weight:700;
	font-size:28px;
}

.reserve-title {
}

.reserve-title img {
	/*width:222px;*/
	height:auto;
}

.ticket-reserve-section {
	overflow:hidden;
	padding:20px 15px;
	border-top:1px solid #d8d8d8;
}

.ticket-reserve-ttl {
	float:left;
	margin-bottom:20px;
	padding-left:10px;
	border-left:4px solid #006cb3;
	font-weight:400;
	font-weight:700;
	font-size:16px;
}

.ticket-reserve-ttl a {
	text-decoration:underline;
}

.ticket-reserve-ttl a:hover {
	text-decoration:none;
}

.ticket-rsec {
	float:right;
	width:555px;
}

@media screen and (max-width: 768px) {
	.block {
		margin:0 auto;
		padding:0;
		width:100%;
	}

	.info-title {
		margin:0 0 10px;
		font-size:14px;
	}

	.reserve-title {
		margin:0 0 20px;
		font-size:13px;
	}

	.normal {
		margin:25px 0 40px;
		padding:3%;
		border-radius:3px;
		background:#fae675;
		color:#000;
	}

	.reserve-title img {
		width:111px;
		height:auto;
	}

	.ticket-reserve-section {
		padding:4%;
		border-top:1px solid #d8d8d8;
	}

	.ticket-reserve-ttl {
		float:none;
		margin-bottom:20px;
		padding-left:10px;
		border-left:4px solid #006cb3;
		font-weight:400;
		font-size:12px;
	}

	.ticket-reserve-ttl a {
		text-decoration:underline;
	}

	.ticket-rsec {
		float:none;
		width:auto;
	}
}

/* info */
.info {
	margin:0 0 40px;
}

.info-item {
	position:relative;
	display:table;
	padding:19px 0;
	width:100%;
	border-top:1px solid #e6c43e;
}

.info-item:last-child {
	border-bottom:1px solid #e6c43e;
}

.info-item-title,.info-item-desc {
	display:table-cell;
/* vertical-align: top; */
}

@media screen and (max-width: 768px) {
	.info {
		margin:0 0 25px;
	}

	.info-item {
		display:block;
		box-sizing:border-box;
		padding:10px 5px;
	}

	.info-item:last-child {
		border-bottom:none;
	}

	.info-item-title,.info-item-desc {
		display:block;
	}
}

/* info */
.info-item-title {
	box-sizing:border-box;
	padding:0 0 0 20px;
	width:130px;
	font-weight:700;
	font-size:18px;
	line-height:22px;
	vertical-align: top;
}

.info-logo {
	margin:0 0 10px;
	font-weight:700;
	font-size:22px;
	line-height:1;
}

.info-logo img {
	width:62%;
}

.info-item-desc {
	margin:0 0 10px;
	font-weight:700;
	font-size:18px;
	line-height:1.63;
}

.info-item-desc .tax {
	font-size:14px;
	font-weight:700;
	margin-left: 24px;
}

.info-address {
	width: 70%;
	margin:0;
	font-weight:700;
	font-size:16px;
	line-height:1.63;
}

.ticket-btn {
	position:relative;
	display:block;
	padding:18px 0;
	width:168px;
	border-radius:4px;
	background:#006cb3;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:1;
}

.ticket-btn--internet {
	margin:0 0 20px;
	width:360px;
	background:#f30b42;
}

.ticket-btn:hover {
	opacity:.7;
}

.info-ticket-btn {
	position:absolute;
	top:50%;
	right:15px;
	margin-top:-26px;
}

@media screen and (max-width: 768px) {
	.info-item-title {
		margin:0 0 5px;
		padding:0;
		width:auto;
		font-size:12px;
		line-height:1;
	}

	.info-logo {
		margin:0 0 8px;
		font-size:14px;
	}

	.info-logo img {
		width:192px;
	}

	.info-item-desc {
		margin:0 0 10px;
		font-size:11px;
		line-height:1.3;
	}

	.info-item-desc .tax {
		font-size:11px;
		font-weight:700;
		margin-left: 10px;
	}

	.info-address {
		margin:0 0 10px;
		font-size:11px;
		line-height:1.3;
	}

	.ticket-btn {
		padding:16px 0 15px;
		width:100%;
		text-align:center;
		font-size:10px;
		line-height:1;
	}

	.ticket-btn--internet {
		margin:0 0 20px;
		width:100%;
	}

	.info-ticket-btn {
		position:static;
		margin-top:0;
	}
}

/* reserve */
.reserve-contact {
	display:table;
	margin:0 0 10px;
	line-height:1;
}

.reserve-contact-title,.reserve-contact-desc {
	display:table-cell;
	font-size:14px;
}

.reserve-contact-title {
	width: 160px;
	padding:0 15px 0 0;
	color:#f30b42;
	font-weight:700;
	font-size:14px;
}

.reserve-contact-desc {
	line-height: 1.4;
}

.reserve-info {
	margin:25px 0 0;
	padding:15px 20px;
	border:4px solid #d9d7d9;
	background:#f5f5f5;
}

.reserve-info--sec {
	margin:0 0 20px;
}

.reserve-info--red .reserve-info-title {
	color:#f30b42;
}

.reserve-info-title {
	margin:0 0 10px;
	font-weight:700;
	font-size:20px;
}

.reseve-info-desc {
	font-size:16px;
	line-height:1.63;
}

.reserve-info-text {
	font-size:14px;
	line-height:1.86;
}

.reserve-info-text span {
	color:#f30b42;
}

.ticket-link {
	display:inline-block;
	margin:0 0 15px;
	color:#f30b42;
	text-decoration:underline;
	font-weight:700;
	font-size:18px;
}

.ticket-link:hover {
	text-decoration:none;
}

.reserve-shops {
	font-size:14px;
	line-height:1.86;
}

@media screen and (max-width: 768px) {
	.reserve-contact {
		margin:0 0 10px;
		line-height:1;
	}

	.reserve-contact-title {
		margin:0 0 5px;
		padding:0 10px 0 0;
		width:40px;
		vertical-align:top;
		font-size:10px;
	}

	.reserve-contact-desc {
		font-size:10px;
		line-height:1.3;
	}

	.reserve-info {
		margin:0 0 10px;
		padding:10px;
		border:2px solid #d9d7d9;
	}

	.reserve-info--sec {
		margin:0 0 10px;
	}

	.reserve-info-title {
		margin:0 0 2px;
		font-size:10px;
	}

	.reseve-info-desc {
		font-size:9px;
	}

	.reserve-info-text {
		font-size:9px;
		line-height:1.67;
	}

	.ticket-link {
		display:block;
		margin:0 0 8px;
		color:#f30b42;
		text-decoration:underline;
		font-weight:700;
		font-size:9px;
	}

	.reserve-shops {
		font-size:9px;
		line-height:1.44;
	}
}

.block-wrap {
	margin:-100px 0 0;
	padding:100px 0 0;
}

.alart {
	background:#f5f5f5;
	color:#000;
}

.alart .wrapper {
	box-sizing:border-box;
	margin:0 auto;
	padding:40px 45px 35px;
	width:940px!important;
}

.alart-title {
	margin:0 0 5px;
	font-weight:700;
	font-size:18px;
}

.alart-text {
	font-weight:700;
	font-size:14px;
	line-height:1.8;
}

.alart-item:first-child {
	margin:0 0 30px;
}

@media screen and (max-width: 768px) {
	.alart {
		margin:0 auto;
		padding:0;
	}

	.alart .wrapper {
		padding:15px 12px 18px;
		width:100%!important;
	}

	.alart-title {
		margin:0 0 3px;
		font-size:11px;
	}

	.alart-text {
		font-size:9px;
	}

	.alart-item:first-child {
		margin:0 0 15px;
	}
}