@charset "utf-8";
:root {
	--event-color: #90489a;
	--event-light-color: #dec8e1;
	--event-sub-color: #68abe4;
	--event-sub-light-color: #d2e6f7;
}
.followbtn {
	background-color: var(--event-sub-color);
	border-color: var(--event-sub-color);
}
a.followbtn.message:hover {
	background-color: #247ECB;
	border-color: #247ECB;
}
.followbtn.message {
	font-size: 120%;
	padding-top: 1em;
	padding-bottom: 1em;
}
span.followbtn {
	background-color: #ccc;
	border-color: #ccc;
	color: #666;
}
span.followbtn::before {
	content: '';
}
span.followbtn::after {
	content: '';
}
.child .followbtn {
	font-size: 80%;
}

.informationbox .description .list li {
	width: calc((100% - 1em) / 2);
}
@media screen and (max-width:480px) {
.informationbox .description .list {
	margin-top: 0;
}
	.informationbox .description .list li {
		width: calc((100% - 1em) / 2);
	}
}
@media (min-width:481px) {
	#livehd nav ul.menu li {
		width: auto!important;
	    min-width: calc(100% / 5)!important;
	}
}


/* #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 */
#liveft nav .menu {
	flex-wrap: wrap;
}

@media screen and (max-width:767px) {
	#liveft nav .menu li a {
		background-color: var(--event-sub-light-color);
		color: var(--event-sub-color);
	}
}

/* informationbox */
.informationbox .index {
	border: 4px solid var(--event-light-color);
	background-color: var(--event-color);
	color: #FFF;
}
@media screen and (max-width:480px) {
	.informationbox .info dl dt {
		background-color: var(--event-light-color);
	}
}

.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);
	float: none;
}
.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: 1em 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;
	}
	.informationbox .description table.schedule tr > td.lv {
		padding: 0 1em 0 1em!important;
	}
}




/* 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: block;
	margin-bottom: .5em;
	background-color: var(--event-color);
	color: #fff;
	padding: 5px;
	border-radius: .3em;
}
.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;
}
.informationbox .host_list li dl dd {
	margin-bottom: .5em;
	border-bottom: dotted 1px #FFF;
}
@media (min-width:641px) {
	.informationbox .host_list li dl dt {
		float: left;
		display: inline-block;
		background-color: #fff;
		border-radius: 2em;
		margin-right: 1em;
	}
	.informationbox .host_list li dl dd {
		padding-left: 5em;
		padding-bottom: .5em;
	}
}
.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 {
		display: block;
		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(even) th,
	.schedule tr:nth-child(even) 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;
}
.specialticket .sptitle {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 30px;
}



.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;
}


@media screen and (min-width:481px) {
	#str .ticketlink {
		display: flex;
		justify-content: space-between;
	}
	#str .ticketlink li {
		width: 49%;
	}
}

#lv dd .inner th {
	background-color: var(--event-sub-light-color);
}
#lv dd .inner .payment_list th {
	background-color: transparent;
}
@media (max-width: 480px) {
	#lv dd .inner th {
		border-bottom-color: var(--event-sub-color);
	}
	#lv dd .inner .payment_list th {
		border-bottom-color: var(--event-light-color);
	}
	
}

.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;
	}
}


.informationbox .description table.schedulelist tr th {
	padding: 5px 1em;
	white-space: nowrap;
}
.informationbox .description table.schedulelist tr td {
	padding: 5px 0;
	white-space: nowrap;
}
.informationbox .description table.schedulelist tr > td:nth-child(2) {
	font-weight: bold;
	padding-right: 1em;
}
.informationbox .description table.schedulelist tr > td:nth-child(3),
.informationbox .description table.schedulelist tr > td:nth-child(4) {
	text-align: right;
}
.informationbox .description table.schedulelist tr > td:nth-child(5),
.informationbox .description table.schedulelist tr > td:nth-child(6) {
	padding-right: 1em;
}
.informationbox .description table.schedulelist tr > td:last-child {
	width: 100%;
}
.informationbox .description table.schedulelist#archive tr > td {
	text-align: left;
}

@media (min-width:481px) {
	.schedulelist tr:nth-child(odd) th,
	.schedulelist tr:nth-child(odd) td {
		background-color: rgba(215,226,241,.50);
	}
}
@media (max-width:480px) {
	.informationbox .description table.schedulelist {
		padding: 0 1em;
	}
	.informationbox .description table.schedulelist tr .blank {
		display: none;
	}
	.informationbox .description table.schedulelist tr th {
		margin-top: .5em;
	}
	.informationbox .description table.schedulelist tr td {
		display: inline-block;
		padding: 2px 0 0;
	}
	.informationbox .description table.schedulelist tr > td:nth-child(2) {
		padding-left: 2em;
	}
	.informationbox .description table.schedulelist#archive tr > td:nth-child(2) {
		padding-left: 1em;
	}
	.informationbox .description table.schedulelist#archive tr > td:nth-child(3) {
		padding-left: 1em;
		white-space: normal;
	}
	.informationbox .description table.schedulelist#archive tr > td:nth-child(3) span {
		display: inline-block;
	}
	.informationbox .description table.schedulelist tr > td:last-child {
		display: none;
	}
}



.informationbox .description table#sell table {
	margin: 0;
}
.informationbox .description table#sell table tr td {
	padding: 0 3px 2px;
	vertical-align: top;
	white-space: nowrap;
}
.informationbox .description table#sell table tr td {
	background-color: transparent!important;
}
@media screen and (min-width:481px) {
	.informationbox .description table#sell table tr td {
	}
}
@media screen and (max-width:480px) {
	.informationbox .description table#sell table tr td:first-child {
		font-weight: bold;
	}
	.informationbox .description table#sell table tr td:nth-child(2),
	.informationbox .description table#sell table tr td:nth-child(3) {
		display: inline-block;
		width: auto;
	}
	.informationbox .description table#sell tr > td:last-child {
		padding: 0 1em 0 1em;
	}
}

.informationbox .description table {
	
}

.specialticket .title {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 1em;
}
.specialticket .title span {
	display: inline-block;
}
@media screen and (max-width:480px) {
	.specialticket .title {
		font-size: 120%;
	}
	table.specialtickettable,
	table.specialtickettable tbody,
	table.specialtickettable tr {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	table.specialtickettable th,
	table.specialtickettable td {
		display: block;
	}
	table.specialtickettable tr th {
		border-bottom: 1px solid var(--event-light-color);
		padding: 5px .5em 2px;
	}
	table.specialtickettable tr > td {
		padding: 0 1em;
	}
	table.specialtickettable tr > td:first-child {
		padding: 5px 1em 0;
	}
	table.specialtickettable tr > td:last-child {
		padding: 0 1em 5px;
	}
}
