@charset "UTF-8";


/*-----------------------------------------------------------
	search
-----------------------------------------------------------*/
#performance-search {
	margin-bottom: 65px;
}
#performance-search .conditions {
	padding: 40px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#performance-search .conditions dl {
	display: table;
	width: 100%;
	margin: 0;
}
#performance-search .conditions dl + dl {
	margin-top: 18px;
}
#performance-search .conditions dl dt,
#performance-search .conditions dl dd {
	display: table-cell;
	margin: 0;
	vertical-align: top;
}
#performance-search .conditions dl dt {
	width: 100px;
	font-size: 1.125em;
}
#performance-search .conditions dl dd {
	letter-spacing: -0.4em;
}
#performance-search .conditions label {
	display: inline-block;
	margin-right: 20px;
}
#performance-search .conditions label input {
	display: none;
}
#performance-search .conditions label span {
	display: block;
	min-width: 130px;
	padding: 0 1.5em;
	line-height: 34px;
	font-size: 0.875em;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 17px;
	cursor: pointer;
	transition: all .1s ease-out;
}

#performance-search .conditions label:hover span,
#performance-search .conditions label input:checked + span {
	color: #fff;
	border-color: #0f55a5;
	background-color: #0f55a5;
}

#performance-search .submit {
	padding: 40px 0 0;
	text-align: center;
}
#performance-search .submit .button {
	margin-bottom: 20px;
}
#performance-search .submit .button a {
	font-weight: bold;
}
#performance-search .submit .button a:before {
	display: none;
}
#performance-search .submit .button .icon-plus {
}

.button a span.icon-option {
	padding-right: 28px;
	background: url('../images/icon_option.png') right center no-repeat transparent;
}
.button.open a span.icon-option {
	background-image: url('../images/icon_option_close.png');
}


#performance-search .conditions.options {
	padding: 30px 40px 0;
	border: 2px solid #ccc;
	background-color: #f3f3f3;
}

#performance-search .conditions.options dl + dl {
	margin-top: 0;
}
#performance-search .conditions.options label {
	margin-bottom: 30px;
}




@media screen and (max-width: 768px) {
	#performance-search .conditions {
		padding: 15px 15px 20px;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}
	#performance-search .conditions dl {
		display: block;
	}
	#performance-search .conditions dl dt,
	#performance-search .conditions dl dd {
		display: block;
	}
	#performance-search .conditions dl dt {
		width: auto;
		margin-bottom: 5px;
	}

	#performance-search .conditions label {
		display: inline-block;
		margin-right: 10px;
	}
	#performance-search .conditions label span {
		display: block;
		min-width: 95px;
		padding: 0 1.5em;
		line-height: 28px;
		border-radius: 14px;
	}

	#performance-search .submit {
		padding: 25px 0 0;
	}
	#performance-search .submit .button {
		margin-bottom: 15px;
	}

	#performance-search .conditions.options {
		padding: 20px 10px;
		border: 1px solid #ccc;
	}

	#performance-search .conditions.options dl dt {
		margin-bottom: 0;
	}
	#performance-search .conditions.options dl + dl {
		margin-top: 24px;
	}
	#performance-search .conditions.options label {
		margin-bottom: 0;
		margin-top: 15px;
	}


}




/*-----------------------------------------------------------
	index
-----------------------------------------------------------*/

.performance-index {
}


.performance-index .date-title {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #20c6e4;
	line-height: 1;
}
.performance-index .date-title b {
	position: relative;
	display: inline-block;
	font-size: 68px;
}
.performance-index .date-title b + b {
	padding-left: 20px;
}
.performance-index .date-title b + b:before {
	position: relative;
	top: -8px;
	right: 12px;
	content: '/';
	font-size: 56px;
}
.performance-index .date-title span {
	display: inline-block;
	font-size: 22px;
	transform: rotate(90deg);
	letter-spacing: .08em;
	margin: 10px 0 0 -5px;
}


.performance-index .list {
	border-top: 1px solid #ccc;
}
.performance-index .list .item {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.performance-index .list .item .time,
.performance-index .list .item .img,
.performance-index .list .item .info,
.performance-index .list .item .ticket-info {
	display: table-cell;
	vertical-align: middle;
}

.performance-index .list .item .time {
	width: 140px;
	font-weight: bold;
	font-size: 1.125em;
	padding-right: 1.5em;
}

.performance-index .list .item .img {
	width: 260px;
}
.performance-index .list .item .img span {
	display: block;
	width: 100%;
	height: 170px;
	background: center center no-repeat #000;
	background-size: auto 100%;
}

.performance-index .list .item .info {
	padding: 0 40px;
}
.performance-index .list .item .info .labels {
	margin-bottom: 15px;
}
.performance-index .list .item .info .labels .event-label {
	margin-bottom: 3px;
}
.performance-index .list .item .info .title {
	margin: 0 0 15px;
	font-size: 1.5em;
}
.performance-index .list .item .info .data-list {
	margin: 0 0 12px;
}
.performance-index .list .item .info .data-list dt {
	width: 70px;
}
.performance-index .list .item .info .button.mini a {
	width: 260px;
	padding: 0.75em 30px;
}

.performance-index .list .item .ticket-info {
	width: 230px;
}


@media screen and (min-width: 769px) {
	.performance-index .list .item .ticket-info .biwako a {
		font-size: 1em;
		letter-spacing: normal;
	}
	.performance-index .list .item .ticket-info .biwako a span {
		background-size: auto 88%;
	}
}


@media screen and (max-width: 768px) {

	.performance-index .date-title b {
		font-size: 34px;
	}
	.performance-index .date-title b + b {
		padding-left: 10px;
	}
	.performance-index .date-title b + b:before {
		top: -4px;
		right: 6px;
		font-size: 28px;
	}
	.performance-index .date-title span {
		font-size: 12px;
		margin: 4px 0 0 -5px;
	}



	.performance-index .list {
	}
	.performance-index .list .item {
		display: block;
		padding: 20px 0;
	}
	.performance-index .list .item .time,
	.performance-index .list .item .img,
	.performance-index .list .item .info,
	.performance-index .list .item .ticket-info {
		display: block;
	}

	.performance-index .list .item .time {
		width: auto;
		padding-right: 0;
		margin-bottom: 0.75em;
	}

	.performance-index .list .item .img {
		width: auto;
		margin-bottom: 15px;
	}

	.performance-index .list .item .info {
		padding: 0;
		margin-bottom: 10px;
	}
	.performance-index .list .item .info .text {
		overflow: hidden;
	}
	.performance-index .list .item .info .labels {
		margin-bottom: 8px;
	}
	.performance-index .list .item .info .labels .event-label {
		margin-bottom: 5px;
	}
	.performance-index .list .item .info .title {
		margin: 0 0 15px;
		font-size: 1.5em;
	}
	.performance-index .list .item .info .data-list {
		margin: 0 0 12px;
	}
	.performance-index .list .item .info .button.mini {
		clear: both;
	}
	.performance-index .list .item .info .button.mini a {
		width: 100%;
		padding: 0 2.5em;
	}

	.performance-index .list .item .ticket-info {
		clear: both;
		width: auto;
	}
}





/*-----------------------------------------------------------
	detail
-----------------------------------------------------------*/


.performance-page h2 {
	font-size: 1.5rem;
}
.performance-page .read {
	margin: 2em 0;
}
.performance-page .table {
	font-size: 0.875em;
	margin-bottom: 40px;
}
.performance-page .table table th,
.performance-page .table table td {
	vertical-align: middle;
}
.performance-page .table .artists .button {
	display: inline-block;
	padding: 3px 0;
}
.performance-page .table table td *:last-child {
	margin-bottom: 0;
}


.performance-page .share {
	display: block;
	margin: 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.performance-page .share li {
	display: inline-block;
	vertical-align: middle;
}
.performance-page .share li + li {
	margin-left: 12px;
}
.performance-page .share li a {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	background-color: #fff;
	border-radius: 100%;
	transition: opacity .3s ease-out;
}
.performance-page .share li a:hover {
	opacity: 0.6;
}
.performance-page .share li a img {
	width: 24px;
	height: auto;
}

/* PCのみ */
@media screen and (min-width: 769px) {
	.performance-page .ticket-info {
		display: flex;
		justify-content: space-between;
		width: 520px;
		margin: 0 auto;
	}
	.performance-page .ticket-info .biwako {
		width: 280px;
	}
	.performance-page .ticket-info .biwako a span {
		padding: 0 15px;
		line-height: 66px;
	}
	.performance-page .ticket-info > ul {
		width: 230px;
		margin: 0;
	}
	.performance-page .ticket-info > ul > li a {
		height: 70px;
		background-position: center top;
		background-size: auto 70%;
	}
}





.performance-page .detail {
	display: flex;
	width: 1200px;
	margin: 0 auto 30px;
	color: #fff;
	background-color: #000;
}
.performance-page .detail .main-image {
	margin: 0;
	width: 50%;
	min-height: 380px;
	background: center center no-repeat transparent;
	background-size: auto 100%;
	position: relative;
}
.performance-page .detail .main-image .caption {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0.5em 1em;
	font-size: 0.875em;
	background-color: rgba(0,0,0,.2);
}
.performance-page .detail .info {
	width: 50%;
	padding: 30px 40px;
}
.performance-page .detail .labels {
	margin-bottom: 10px;
}
.performance-page .detail .labels .event-label {
	font-size: 0.875em;
	margin-bottom: 5px;
}
.performance-page .detail .title {
	margin: 0 0 0.75em;
	font-size: 1.75rem;
	line-height: 1.6;
}
.performance-page .detail .data-list + .data-list {
	margin-top: 10px;
}
.performance-page .detail .data-list dt {
	width: 80px;
}
.performance-page .detail .data-list dt span {
	padding: 0.2em 0;
}
.performance-page .detail .ticket-info {
	margin-top: 20px;
}




#artists {
	background-color: #f3f3f3;
}
#artists h2 {
	padding: 55px 0;
	margin: 0;
}

.artist-images .box .img {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	background-color: #000;
}
.artist-images .box .img img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
	max-width: 100%;
}
.artist-images .box .text {
	margin-top: 1em;
}


#movie {
	margin: 0;
	padding-bottom: 90px;
	background: url('/2019/images/bg_movie.jpg') center top transparent;
}
#movie h2 {
	padding: 55px 0;
	margin: 0;
}
#movie .youtube {
	max-width: 730px;
	margin: 0 auto;
}
#movie .youtube .youtube-wrap {
	padding-top: 56.25%;
	position: relative;
}
#movie .youtube iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


#report {
	margin: 0;
	padding-bottom: 90px;
	background-color: #f3f3f3;
}
#report h2 {
	padding: 55px 0;
	margin: 0;
}
#report .report-list + .more-button {
	margin-top: 50px;
}
#report .more-button a {
	background-color: #fff;
}
#report .share {
	padding-top: 40px;
}


.detail-footer .ticket-info {
	padding: 50px 0;
}

.detail-footer .note {
	border-top: 1px solid #eee;
	padding-bottom: 70px;
}
.detail-footer .note h2 {
	padding: 55px 0;
	margin: 0;
}



.side-contents .artists .box .img {
	background: center center no-repeat #000;
	background-size: auto 100%;
	padding-top: 56.25%;
}



@media screen and (max-width: 768px) {


	.performance-page h2 {
		font-size: 1.125rem;
	}
	.performance-page .read {
		margin: 2em 0;
		text-align: left;
	}
	.performance-page .table {
		font-size: 0.875em;
		margin-bottom: 20px;
	}
	.performance-page .table table,
	.performance-page .table table tr,
	.performance-page .table table th,
	.performance-page .table table td {
		display: block;
		width: 100%;
		border: 0;
	}
	.performance-page .table table {
		border: 1px solid #ccc;
		border-bottom: 0;
	}
	.performance-page .table table th,
	.performance-page .table table  td {
		border-bottom: 1px solid #ccc;
	}
	.performance-page .table .artists .button {
		display: block;
	}
	.performance-page .table .artists .button + .button {
		margin-top: 10px;
	}



	.performance-page .detail {
		display: block;
		width: 92%;
		margin: 0 auto;
	}
	.performance-page .detail .main-image {
		width: auto;
		min-height: 190px;
	}
	.performance-page .detail .main-image .caption {
		display: none;
	}
	.performance-page .detail .info {
		width: auto;
		padding: 20px;
	}
	.performance-page .detail .labels {
		margin-bottom: 10px;
	}
	.performance-page .detail .labels .event-label {
		font-size: 0.75em;
	}
	.performance-page .detail .title {
		margin: 0 0 0.75em;
		font-size: 1.125rem;
		line-height: 1.5;
	}
	.performance-page .detail .data-list dt {
		width: 50px;
	}
	.performance-page .detail .data-list dt span {
		padding: 0;
	}




	.performance-page .share li + li {
		margin-left: 0.5em;
	}
	.performance-page .share li a {
		display: block;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.performance-page .share li a img {
		width: 22px;
		height: auto;
	}


	#artists h2 {
		padding: 25px 0;
	}
	#artists .artist-list {
		margin-bottom: 0;
	}


	#movie {
		padding-bottom: 40px;
	}
	#movie h2 {
		padding: 25px 0;
	}

	#report {
		padding-bottom: 40px;
	}
	#report h2 {
		padding: 25px 0;
	}
	#report .report-list + .more-button {
		margin-top: 30px;
	}
	#report .share {
		margin-top: 30px;
	}

	.detail-footer .ticket-info {
		padding: 25px 4%;
	}

	.detail-footer .note {
		padding-bottom: 30px;
	}
	.detail-footer .note h2 {
		padding: 25px 0;
	}


}