@charset "utf-8";
:root {
	--event-color: #a04a98;
	--event-light-color: #e3c9e0;
	--event-sub-color: #549fb6;
	--event-sub-light-color: #cce2e9;
}
.followbtn {
	background-color: var(--event-sub-color);
	border-color: var(--event-sub-color);
}
.child .followbtn {
	font-size: 80%;
}

/* #livehd */
#livehd nav ul.menu li a {
	color: #FFF;
	background-color: var(--event-color);
	border-top-color: var(--event-color);
	border-bottom-color: var(--event-color);
}
#livehd nav ul.menu li a.now {
	border-bottom-color: var(--event-light-color);
}

#livehd .hedding {
	background-color: var(--event-sub-color);
	color: #FFF;
}

/* #liveft */
@media screen and (max-width:767px) {
	#liveft nav .menu li a {
		background-color: var(--event-sub-light-color);
		color: var(--event-sub-color);
	}
}
#livehd nav ul.menu li:last-child {
	width: auto;
}
#livehd nav ul.menu li:last-child a {
	padding-left: 2em;
	padding-right: 2em;
}

/* informationbox */
.informationbox .index {
	border: 4px solid var(--event-light-color);
	background-color: var(--event-color);
	color: #FFF;
}
/*
@media screen and (min-width:481px) {
	.informationbox .info dl dt {
		width: 8em;
	}
	.informationbox .info dl dd {
		padding-left: 9em;
		border-bottom: 1px dotted var(--event-light-color);
	}
}
*/
@media screen and (max-width:480px) {
	.informationbox .info dl dt {
		background-color: var(--event-light-color);
	}
}

.informationbox .info dl dd table tr {
}
.informationbox .info dl dd table > tr:last-child {
}
.informationbox .info dl dd table tr th {
	white-space: nowrap;
}
.informationbox .info dl dd table tr td {
	padding-left: 1em;
}


/* description */
.informationbox .description dl dt {
	background-color: var(--event-light-color);
}
.informationbox .description dd dl dt {
	background-color: var(--event-sub-light-color);
}

@media screen and (max-width:480px) {
	.informationbox .description table,
	.informationbox .description table tbody,
	.informationbox .description table tr {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.informationbox .description table.schedule {
		padding: 0 1em;
	}
	.informationbox .description table th,
	.informationbox .description table td {
		display: block;
	}
	.informationbox .description table tr th {
		border-bottom: 1px solid var(--event-light-color);
		padding: 5px .5em 2px;
	}
	.informationbox .description table.schedule tr th {
		padding: 2em 5px 2px;
		margin-bottom: .5em;
	}
	.informationbox .description table.schedule tr th.notop {
		padding: 2px 5px 2px;
	}
	.informationbox .description table tr td {
		padding: 5px 1em;
	}
	.informationbox .description table.schedule tr td {
		padding: 0 1em;
	}
	.informationbox .description table.schedule tr > td:last-child {
		padding: 0 1em 0 2em;
	}
}




/* cdbox */
.informationbox .cdbox {
	margin-bottom: 30px;
}
.informationbox .cdbox table tr th {
	text-align: right;
	font-weight: normal;
}
.informationbox .cdbox table tr.color td {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
@media screen and (max-width:480px) {
	.informationbox .cdbox table tr.color td {
		text-align: center;
	}
}
.informationbox .cdbox table tr.color td:nth-child(odd) {
	background-color: var(--event-light-color);
	border-bottom: 1px dotted var(--event-color);
}
.informationbox .cdbox table tr.color td:nth-child(even) {
	background-color: var(--event-sub-light-color);
	border-bottom: 1px dotted var(--event-sub-color);
}
.informationbox .cdbox table tr.color:last-of-type td {
	border-bottom-color: transparent;
}
@media screen and (max-width:320px) {
	.informationbox .cdbox table tr th {
		display: none;
	}
	.informationbox .cdbox table tr:first-of-type td::after {
		content: '発売';
	}
}

/* attentionbox + contactbox */
.attentionbox p.title,
.contactbox p.title,
.description p.title {
	border-bottom-color: var(--event-sub-color);
}

/* 注意事項個別設定 */

.informationbox .attentionsinfo dl dt {
	background-color: var(--event-light-color);
}


.informationbox .box {
	width: 95%;
	max-width: 900px;
	margin: 0 auto 30px;
}
.informationbox .box span {
	display: inline-block;
}
.informationbox .host_list li {
	background-color: var(--event-light-color);
	padding: 1.5em 2em;
	margin-top: 30px;
	border-radius: .3em;
}
.informationbox .host_list li.nobg {
	background-color: transparent;
	padding: 1.5em 0;
}
.informationbox .host_list li.nobg .index_s {
	background-color: var(--event-light-color);
	padding: .3em 1em;
	border-radius: 1.5em;
	margin-bottom: 1em;
}
.informationbox .host_list li > strong {
	font-weight: bold;
	font-size: 120%;
	line-height: 1;
	display: inline-block;
	margin-bottom: .5em;
}
.informationbox .host_list li dl {
	padding-top: .5em;
	border-top: dotted 1px #FFF;
}
.informationbox .host_list li dl dt {
	min-width: 3em;
	padding-left: 1em;
	padding-right: 1em;
	float: left;
}
.informationbox .host_list li dl dd {
	padding-left: 4em;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: dotted 1px #FFF;
}
.informationbox .host_list li dl > dd:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}


.informationbox .host_list li dl dd table tbody tr td {
	padding-left: 1em;
}
.informationbox p.box strong {
	font-size: 120%;
	font-weight: normal;
}

@media screen and (max-width:640px) {
	.informationbox .host_list li {
		padding: 1em 1em;
	}
	.informationbox .host_list li dl dt {
		min-width: 3em;
		padding-left: 1em;
		padding-right: 1em;
		float: none;
		background-color: rgba(255,255,255,.5);
		border-radius: .3em;
	}
	.informationbox .host_list li dl dd {
		padding: .5em .5em .5em 1em;
	}
	.informationbox .host_list li dl dd table,
	.informationbox .host_list li dl dd table tbody,
	.informationbox .host_list li dl dd table tbody tr {
		display: inline;
	}
	.informationbox .host_list li dl dd table tbody tr th,
	.informationbox .host_list li dl dd table tbody tr td {
		display: block;
	}
	.informationbox p.box {
		padding: 0 2em;
	}

}

.informationbox .attention.top {
	font-size: 100%;
	padding: 30px 15px;
}

.informationbox .strticket {
	display: flex;
	flex-wrap: wrap;
}
.informationbox .strticket li {
	width: 50%;
	padding: 10px;
}

.schedule {
	width: calc(100% - 1em);
}
.schedule tr th,
.schedule tr td.date {
	white-space: nowrap
}
.schedule tr td:last-child {
	width: 100%;
}
@media screen and (min-width:481px) {
	.schedule tr:nth-child(4n) th,
	.schedule tr:nth-child(4n) td,
	.schedule tr:nth-child(4n-1) th,
	.schedule tr:nth-child(4n-1) td {
		background-color: rgba(215,226,241,.50);
	}
	.en-ticket .schedule tr:nth-child(4n) th,
	.en-ticket .schedule tr:nth-child(4n) td,
	.en-ticket .schedule tr:nth-child(4n-1) th,
	.en-ticket .schedule tr:nth-child(4n-1) td {
		background-color: transparent;
	}
	.en-ticket .schedule tr:nth-child(6n) th,
	.en-ticket .schedule tr:nth-child(6n) td,
	.en-ticket .schedule tr:nth-child(6n-1) th,
	.en-ticket .schedule tr:nth-child(6n-1) td,
	.en-ticket .schedule tr:nth-child(6n-2) th,
	.en-ticket .schedule tr:nth-child(6n-2) td {
		background-color: rgba(215,226,241,.50);
	}
}

.en-ticket dd.salesbox {
	border: 1px solid #DDD;
	border-radius: .5em;
	padding: 15px 15px 30px 15px!important;
}
.en-ticket dd.salesbox table {
	margin: .5em!important;
}




.specialticket {
	padding: 15px;
	border: 1px solid var(--event-color);
	margin-bottom: 60px;
}
@media screen and (min-width:768px) {
	.specialticket {
		padding: 30px 30px 15px;
	}
}
.specialticket .sptitle {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 30px;
}
.specialticket .sptxt {
	padding: 0 1em;
	margin-bottom: 1em;
}


.top_schedule dd td {
	font-size: 120%;
}
.top_schedule dd tr > td:first-child {
	padding-left: 0!important;
}
.top_schedule dd tr td span {
	
}
.top_schedule .member {
	display: block;
	padding-left: 1em;
}
@media screen and (min-width:641px) {
	.informationbox .info dl.top_schedule dt {
		width: 10em;
		padding-left: 1em;
		display: block;
		float: left;
	}
	.informationbox .info dl.top_schedule dd {
		padding-left: 10em;
		padding-bottom: .3em;
		margin-bottom: .3em;
	}
}
@media screen and (max-width:640px) {
	.informationbox .info dl.top_schedule dt {
		width: 100%;
		padding-left: .5em;
		display: block;
		margin-bottom: .5em;
		background-color: var(--event-light-color);
	}
	.informationbox .info dl.top_schedule dd {
		padding-left: 1em;
		padding-bottom: .5em;
		margin-bottom: .5em;
		border: none;
	}
}
@media screen and (max-width:320px) {
	.informationbox .info dl.top_schedule dd {
		padding-left: 1em!important;
	}
}


.informationbox .description.special {
	padding: 15px;
	border: 1px solid var(--event-color);
}
.informationbox .description.special span {
	display: inline-block;
}
.mb0 {
	margin-bottom: 0!important;
}
.specialbox {
	border-radius: 3px;
	padding: 1em 1.5em;
	font-size: 80%;
	background-color: #EAEAEA;
}
.specialbox table {
	margin: 0 1em!important;
}
.specialbox table th,
.specialbox table td {
	padding: 0 5px!important
}

@media screen and (min-width:480px) {
	.ticketlink {
		display: flex;
		justify-content: space-between;
	}
	.ticketlink li {
		width: 49%;
	}
}



.pricebox {
	border: 1px solid var(--event-light-color);
	border-radius: 5px;
	margin-top: 15px;
	padding: 15px;
}
.pricebox strong {
	background-color:  var(--event-sub-light-color);
	display: block;
	padding: 3px 10px;
	font-weight: normal;
	margin-bottom: 1em;
}
.pricebox dl {
	margin-bottom: 0!important;
}
.pricebox dl dt {
	float: none!important;
}
.pricebox dd {
	padding: 15px 1em!important;
}
.pricebox dd p {
	margin-bottom: 10px!important;
}
.pricebox dd p:last-of-type {
	margin-bottom: 0!important;
}


.spbox {
	border-radius: 3px;
	padding: 1em 1.5em;
	margin-bottom: 30px;
	background-color: rgba(227,201,224,0.50);
	border: 2px solid var(--event-color);
}
.spbox .sptitle {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	text-shadow: 2px 2px 5px rgba(239,206,235,1.00);
	color: var(--event-color);
}
.spbox p span {
	display: inline-block;
}
.spbox .index {
	margin-top: 15px;
}
.spbox p {
	padding: 0 2em;
}
.spbox .indent {
	display: block;
	padding-left: 2.5em;
	margin-top: -1em;
}
@media (max-width:480px) {
	.spbox p {
		padding: 0 .5em;
	}
	.spbox .indent {
		display: block;
		padding-left: 1.5em;
		margin-top: 0em;
	}
	.informationbox .description .spbox table.schedule tr > td:last-child {
		padding: 0;
	}
}

