.acd-check{
    display: none;
}
.acd-label{
    display: block;
    margin-bottom: 1px;
	position:relative;
	cursor:pointer;
}

.acd-label h2 {
	text-align:center;
	margin:1em 0 0;
	padding:0.5em 1em;
	border-bottom:solid 1px #eee;
}

.acd-label:after {
	position:absolute;
	content:"\0bb";
	display:inline-block;
	transform:translate(0, -50%) rotate(90deg);
	top:50%;
	right:0;
	font-size:20px;
}

.acd-check:checked + .acd-label:after{
	content:"\0bb";
	display:inline-block;
	transform:translate(0, -50%) rotate(-90deg);
	right:5px;
}


.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
	
}
.acd-check:checked + .acd-label + .acd-content{
    height: 40px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
	height:auto;
}


.accordion{
	overflow:hidden;
	/*margin-bottom:10px;*/
}

.accordion dt{
	padding:1em;
}

section h4 {
	margin:3% 0 1%;
}

.category{
	display:flex;
	justify-content:center;
}

.category li {
	list-style:none;
	margin:0 0.5em;
}

.category li a {
	text-decoration:none;
	padding:0.5em 1em;
	border:solid 1px #ddd;
	border-radius:50rem;
}

.category li a:hover {
	background:#eee;
	opacity:0.9;
	transition: .5s;

}

.notice h3{
	margin-bottom:0;
	padding-right:20px;
}




.pc {
display:block;
}

.sp {
display:none;
}

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

	.pc {
	display:none;
	}
	.sp {
	display:block;
	}

}



/* -------------------------------------------------
	ticket
------------------------------------------------- */

#onlinelive {
	padding:100px 0 60px;
	position: relative;
}
#onlinelive .headline2 {
	font-size: 46px;
	text-align: center;
	line-height: 1.4;
	color: #252530;
}
.tc #onlinelive .headline2 {

}
#onlinelive .close .headline2 {
	color: #666;
}
#onlinelive .headline2 .small {
	margin-top: 8px;
	font-size: 36px;
	display: inline-block;
}
.tc #onlinelive .headline2 .small {

}

#onlinelive .en .headline2 {
	font-size: 42px;
}
#onlinelive .en .headline2 .small {
	font-size: 30px;
}

#onlinelive .underTtl {
	text-align: center;
	color: #252530;
	font-size: 24px;
	line-height: 1.8;
}
#onlinelive .underTtl span {
	font-size: 18px;
}

#onlinelive .headline3 {
	margin-top: 60px;
	font-size: 28px;
	text-align: center;
	position: relative;
	color: #252530;
}
.tc #onlinelive .headline3 {

}
#onlinelive .close .headline3 {
	color: #555;
}
#onlinelive .headline3::before,
#onlinelive .headline3::after {
	width: calc(50% - 4em);
	height: 1px;
	background: #252530;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
}
#onlinelive .headline3::after {
	left: auto;
	right: 0;
}
#onlinelive .close .headline3::before,
#onlinelive .close .headline3::after {
	background: #555;
}
#onlinelive .en .headline3::before,
#onlinelive .en .headline3::after {
    width: calc(50% - 7em);
}


#onlinelive h3 {
	text-align: center;
    font-size: 30px;
    color: #252530;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}

#onlinelive .scheBox {
/*	border: #252530 solid 1px;*/
	padding: 30px 0 0px;
	margin-bottom: 80px;
}
#onlinelive .scheBox.close {
	border: #555 solid 1px;
}

#onlinelive .limit-lead {
    margin: 0px 30px 0;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
}
.tc #onlinelive .limit-lead {

}
#onlinelive .close .limit-lead {
	color: #555;
}
#onlinelive .accordion {
	color: #000;
	margin-bottom: 50px;
	position:relative;
}

/*
#onlinelive .accordion:before {
position:absolute;
content:"";
width: 150px;
height: 100px;
top: 0;
right: 0;
background: url(../images/ph_corner.png) no-repeat right top;
    background-size: auto auto;
background-size: 100px;
z-index: 2;
}

#onlinelive .accordion:after {
position:absolute;
content:"";
width: 150px;
height: 100px;
bottom: 0;
left: 0;
background: url(../images/ph_corner.png) no-repeat right top;
    background-size: auto auto;
background-size: 100px;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
z-index: 2;
}
*/


#onlinelive .accordion > dt {
	padding: 50px 30px 0;
/*	cursor: pointer;
	display: flex;
	justify-content: space-between;*/
	border: solid 1px #000;
	background: #fff;
	align-items: center;
	position: relative;
	line-height: 1.5;
	border-bottom: none;
}
#onlinelive .accordion.tokyodome > dt {
border-bottom: solid 1px #000;
}
#onlinelive .accordion > dt * {

}
.tc #onlinelive .accordion > dt * {

}
#onlinelive .accordion dt .livearea {
position: relative;
	text-align:center;
}
#onlinelive .accordion dt .livetit {
font-size: 26px;
margin: 0 auto 20px;
font-weight:bold;
}
#onlinelive .accordion dt .livetit .member {
position: absolute;

top: -20px;

background: #b4ad7e;

right: 30px;

font-size: 16px;

color: #ffff;

padding: 0.5em;
}
#onlinelive .accordion dt .entrytit {
font-size: 24px;
margin: 0 auto 50px;
}
#onlinelive .accordion dt .entrytit .attention {
font-size: 25px;
color: #f00;
margin: 5px 0 0;
}





#onlinelive .accordion > dt .left {
	font-size: 24px;
}
.tc #onlinelive .accordion > dt .left {

}
#onlinelive .accordion > dt .left .small {
	font-size: 16px;
	display: inline-block;
	vertical-align: baseline;
    line-height: 1.4;
    margin-top: 15px;
}
#onlinelive .accordion > dt .right {
	margin-right: 30px;
	font-size: 24px;
}
.tc #onlinelive .accordion > dt .right {

}
#onlinelive .accordion > dt .right .small {
	font-size: 18px;
	display: inline-block;
	vertical-align: baseline;
}
.tc #onlinelive .accordion > dt .right .small {

}
#onlinelive .accordion > dt .ico {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
#onlinelive .accordion > dt .ico::before,
#onlinelive .accordion > dt .ico::after {
	width: 100%;
	height: 2px;
	background: #000;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: transform 0.2s ease-out;
}
#onlinelive .accordion.yokohama > dt .ico::before,
#onlinelive .accordion.yokohama > dt .ico::after {
	background: #4f3b94;
}
#onlinelive .accordion.yoyogi > dt .ico::before,
#onlinelive .accordion.yoyogi > dt .ico::after {
	background: #23ac38;
}
#onlinelive .accordion.budokan > dt .ico::before,
#onlinelive .accordion.budokan > dt .ico::after {
	background: #e70012;
}


#onlinelive .accordion > dt .ico::after {
	transform: translateY(-50%) rotate(90deg);
}
#onlinelive .accordion > dt.active .ico::after {
	transform: translateY(-50%) rotate(0deg);
}
#onlinelive .accordion > dd {
	padding: 0 30px;
	border: solid 1px #000;
	border-top: none;
	background: #fff;
	font-size: 14px;
	line-height: 1.7;
	display: none;
}
#onlinelive .accordion > dd + dt {
	margin-top: 26px;
}
#onlinelive .accordion > dd a {
	color: #000;
	color: darkgoldenrod;
	text-decoration: underline;
}
#onlinelive .accordion > dd .title {
	font-size: 20px;
}
.tc #onlinelive .accordion > dd .title {

}
#onlinelive .accordion .desc-group {
	padding: 30px 0;
}
#onlinelive .accordion .desc-group .inTicket{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
#onlinelive .accordion .desc-group .inTicket dt{
    font-size: 24px;
}
#onlinelive .accordion .desc-group .inTicket dt span{
    display: block;
    font-size: 14px;
}
#onlinelive .accordion .desc-group .inTicket dd{
	font-size: 24px;
}
#onlinelive .accordion .desc-group .inTicket dd .small{
	font-size: 18px;
    display: inline-block;
    vertical-align: baseline;
}
#onlinelive .accordion .level2 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px 0;
	text-align:left;
}

#onlinelive .accordion .acc-trigger > .level2 {
	border-top: solid 1px #000;
}
#onlinelive .accordion .level2 dt {
	width: 160px;
	padding: 30px 0 30px 30px;
	font-size: 16px;
	border-bottom: solid 1px #000;
	box-sizing: border-box;
}
#onlinelive .accordion .level2.inLevel dt {
	border-top: none;
	border-bottom: solid 1px #000;
}
#onlinelive .accordion .level2 dd {
	width: calc(100% - 160px);
	padding: 30px;
	box-sizing: border-box;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
}
#onlinelive .accordion .level2.inLevel dd {
	border-top: none;
	border-bottom: solid 1px #000;
}
#onlinelive .accordion .level2 .no-border {
	border-top: none;
}

#onlinelive #otherWrap,
#onlinelive #otherWrap2,
#onlinelive #otherWrap3 {
	padding: 40px;
	background-color: #fff;
}
#onlinelive #otherWrap + #otherWrap,
#onlinelive #otherWrap2 + #otherWrap,
#onlinelive #otherWrap3 + #otherWrap2 {
	margin-top: 60px;
}
#onlinelive #otherWrap h3,
#onlinelive #otherWrap2 h3,
#onlinelive #otherWrap3 h3 {
    font-size: 25px;
}
#onlinelive #otherWrap h3 span,
#onlinelive #otherWrap2 h3 span,
#onlinelive #otherWrap3 h3 span {
    display: block;
    font-size: 18px;
    margin-top: 25px;
}
#onlinelive #otherWrap2 h4.ticketBoxTtl,
#onlinelive #otherWrap3 h4.ticketBoxTtl {
    color: #252530;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 0;
    padding-bottom: 15px;
    border-bottom: #000 solid 1px;
}
#onlinelive .otheTicket {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0 40px;
}
#onlinelive .otheTicket .ticketBox {
	width: 30%;
	margin-right: 5%;
	text-align: center;
}
#onlinelive .otheTicket .ticketBox:nth-child(3n),
#onlinelive .otheTicket .ticketBox:last-child {
	margin-right: 0;
}
#onlinelive .otheTicket .ticketBox h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #252530;
}
#onlinelive .otheTicket .ticketBox h4 img {
	max-height: 35px;
	width: auto;
    vertical-align: middle;
}
#onlinelive .otheTicket .otherTicket01 h4 img {
	max-height: 30px;
	margin: 5px 0;
}
#onlinelive .otheTicket .otherTicket02 h4 img {
	max-height: 40px;
}
#onlinelive .otheTicket .ticketBox h4 span {
	margin-left: 15px;
    vertical-align: middle;
}
#onlinelive .otheTicket .ticketBox dl {
	border: #252530 solid 2px;
	margin-bottom: 20px;
}
#onlinelive .otheTicket .ticketBox dl dt {
	background-color: #252530;
	padding: 20px 10px;
	font-size: 18px;
}
#onlinelive .otheTicket .ticketBox dl dd {
	padding: 20px;
	line-height: 1.6;
	font-size: 20px;
	color: #252530;
}
#onlinelive .otheTicket .ticketBox dl dd .note {
    font-size: 13px;
    margin-top: 15px;
    text-align: left;
}

#onlinelive .otheTicket .ticketBox .ticketBtn a {
	display: block;
	background-color: #fff;
	text-align: center;
	color: #252530;
	padding: 20px;
	border-radius: 50px;
	border: #fff solid 2px;
}

#onlinelive .otheTicket2 {
    border-top: #252530 solid 1px;
}
#onlinelive .otheTicket2:last-child {
    border-top: none;
}
#onlinelive .otheTicket2 .ticketBox {
    display: flex;
	align-items: center;
	justify-content: space-between;
    color: #252530;
    padding: 25px 0;
    border-bottom: #252530 solid 1px;
	line-height: 1.6;
}

#onlinelive .otheTicketBox {
    border-top: #252530 solid 1px;
}
#onlinelive .otheTicketBox .otheTicket2{
    border-top: none;
}

#onlinelive .otheTicket2 .ticketBox h4 {
	width: 30%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#onlinelive .otheTicket2 .ticketBox h4 a {
	color: #000;
}
#onlinelive .otheTicket2 .ticketBox.otherTicket01 h4 img {
    width: 80%;
}
#onlinelive .otheTicket2 .ticketBox.otherTicket02 h4 img {
    width: 30%;
}
#onlinelive .otheTicket2 .ticketBox.otherTicket01 h4 a {
	color: #252530;
}
#onlinelive .otheTicket2 .ticketBox .period {
	width: 70%;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
}
#onlinelive .ver2 .otheTicket2 .ticketBox .period span {
	display: inline;
}
#onlinelive .otheTicket2 .ticketBox .period a {
	color: #252530;
	text-decoration: underline;
}
#onlinelive .otheTicket2 .ticketBox .period span {
	display: block;
	font-size: 14px;
}

#onlinelive .otheTicket2 .ticketBox .ticketBtn {
	width: 12%;
	text-align: right;
}
#onlinelive .otheTicket2 .ticketBox .ticketBtn a {
	color: #252530;
	text-decoration: underline;
	font-size: 14px;
}




#pf {
    padding: 30px 0;
}

#pf img {
	width:100%;
}
#pf table {
    font-size: 13px;
    border: 1px solid;
    border-right: none;
    border-bottom: none;
    border-collapse:collapse;
    table-layout: fixed;
    word-break: break-word;
	width:100%;
}
.acc-trigger #pf table thead tr th{
    padding: 20px 5px;
}
.acc-trigger #pf > table tr th, .acc-trigger #pf > table tr td{
    width: 16.6%;
    padding: 10px 5px;
}
.acc-trigger #pf table tr th img{ width:130px }

#pf table tr th, #pf table tr td {
    padding: 10px;
    width: auto;
    border-right: 1px solid;
    border-bottom: 1px solid;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}
#pf table tr.pay td, #pf table tr.info td {
    text-align: left;
    vertical-align: top;
}
#pf table thead, #pf table tbody tr:nth-child(2n) {
    background: rgba(0,0,0,0.05);
}
#pf table .indent {
    display: inherit;
    text-indent: -1em;
    padding: 0 0 0 1em;
    line-height: 1.3;
}
#pf table .sml{
    font-size: 10px;
}
#pf table a{
    color: #000;
    text-decoration: underline;
}
#pf table .buy a {
    display: block;
    background: #000;
    line-height: 1;
    padding: 8px 0 9px 8px;
    text-align: center;
    letter-spacing: 2px;
    width: 75%;
    font-size: 11px;
    margin: 5px auto;
    text-decoration: none;
    font-weight: normal;
    border: 1px solid #000;
    color: #fff;
}
#pf > .notice li{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.3;
    text-indent: -2.5em;
    padding: 5px 0 0 2.5em;
}
/*
#pf > .notice li:last-child{
    text-indent: -1em;
    padding: 5px 0 0 1em;
}
*/

#pf .notice {
	border:none;
	font-size:100%;
	margin:0;
}



@media screen and (max-width: 1675px)
#pf .sp + .notice {
    padding: 5px 0 0;
}


#pf table tr th, #pf table tr td {
    padding: 10px;
    width: auto;
    border-right: 1px solid;
    border-bottom: 1px solid;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}
#pf table tr.pay td, #pf table tr.info td {
    text-align: left;
    vertical-align: top;
}
#pf table thead, #pf table tbody tr:nth-child(2n) {
    background: rgba(0,0,0,0.05);
}
#pf table .indent {
    display: inherit;
    text-indent: -1em;
    padding: 0 0 0 1em;
    line-height: 1.3;
}
#pf table .sml{
    font-size: 10px;
}
#pf table a{
    color: #000;
    text-decoration: underline;
}
#pf table .buy a {
    display: block;
    background: #000;
    line-height: 1;
    padding: 8px 0 9px 8px;
    text-align: center;
    letter-spacing: 2px;
    width: 75%;
    font-size: 11px;
    margin: 5px auto;
    text-decoration: none;
    font-weight: normal;
    border: 1px solid #000;
    color: #fff;
}
#pf > .notice li{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.3;
    text-indent: -2.5em;
    padding: 5px 0 0 2.5em;
}
/*
#pf > .notice li:last-child{
    text-indent: -1em;
    padding: 5px 0 0 1em;
}
*/
#wowow {
    padding: 0 0 30px;
}
#wowow .block {
    border: 3px solid #0056a7;
    padding: 25px 30px 30px;
    color: #0056a7;
    letter-spacing: 1px;
}
#wowow .block .tit {
    font-size: 24px;
    letter-spacing: 3px;
    padding: 0 0 20px;
    font-weight: bold;
}
#wowow .block .text, #wowow .block .text p{
    padding: 0 0 10px;
}

#wowow .block .btn {
    width: 400px;
    margin: 0 auto;
}
#wowow .block .btn a{
    display: block;
    background: #0056a7;
    width: 100%;
    border: 2px solid #0056a7;
    color: #fff;
    padding: 22px 10px;
}

@media screen and (min-width:768px) {
  #onlinelive .accordion .level2 dt {
    width: 230px;
  }
  #onlinelive .accordion .level2 dd {
    width: calc(100% - 230px);
  }

  #onlinelive .accordion .level2 dt:first-of-type,
  #onlinelive .accordion .level2 dd:first-of-type{
		border-top:solid 1px;
	}


}

@media screen and (min-width:1676px) {

  #countdown {
    min-width:500px;
  }
  #pf a:hover{
    text-decoration: none;
  }
  #pf table .buy a:hover{
    background: #fff;
    color: #000;
  }
  #wowow .block .btn a:hover{
    background: #fff;
    color: #0056a7;
  }

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

  #first-view .centerTitle .mainImg {
    height: auto;
    padding: 12% 0 6%;
  }

  #countdown {
    padding: 0;
    width: 70%;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-shadow: none;
  }
  .scheduleArea dl.detail dd #countdown .time {
    font-size: 20px;
  }
  
  #pf {
    padding: 5vw 0;
  }
  #pf .sp > dl:not(:last-of-type) {
    margin: 0 0 3vw;
  }
  #pf .sp > dl {
    background: #eee;
  }
  #pf .sp > dl dt {
    position: relative;
    padding: 5% 15%;
    border: none !important;
  }
  #pf .sp > dl dd {
    display: none;
    padding: 0 3vw 3vw;
  }
  dt .switch {
    right: 3vw;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-45%);
    position: absolute;
  }
  .switch::before {
    width: 1px;
    height: 12px;
  }
  .switch::after {
    width: 12px;
    height: 1px;
  }
  .switch::before, .switch::after {
    content: '';
    display: block;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform: translate(-50%,-50%);
  }
  dt.open .switch {
    transform: translateY(-45%) rotate(45deg);
  }
  dt.open .switch::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  dt.open .switch::after {
    opacity: 0;
  }
  
  #pf .sp > dl dd table {
    border: none;
  }
  #pf table thead, #pf table tbody tr:nth-child(2n) {
    background: transparent;
  }
  #pf .sp > dl dd table tr th, #pf .sp > dl dd table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
  }
  #pf .sp > dl dd table tr th {
    background: #ddd;
    padding: 8px;
  }
  #pf .sp > dl dd table tr td {
    padding: 8px 0 15px;
  }
  #pf table .buy a {
    width: 80%;
  }
  
  #pf .sp + .notice{
    padding: 5px 0 0;
  }
  #pf .sp + .notice li {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 1.3;
    text-indent: -2.5em;
    padding: 5px 0 0 2.5em;
  }
  
  #wowow {
    padding: 0 0 3vw;
  }
  #wowow .block {
    padding: 3vw;
  }
  #wowow .block .tit {
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0 0 2vw;
  }
  #wowow .block .text p {
    padding: 0 0 10px;
    font-size: 13px;
    line-height: 1.4;
  }
  #wowow .block .btn {
    width: 100%;
    height: auto;
  }
  #wowow .block .btn a {
    width: 70%;
    padding: 22px 7px;
    margin: 0;
  }
}
@media screen and (max-width:700px) {

  #first-view .centerTitle .mainImg {
    padding: 12% 0 8%;
  }
  #first-view .centerTitle #countdown p.time {
    font-size: 8vw;
    padding: 0 0 4%;
  }
  #first-view .centerTitle #countdown p.spinner{ display:none; }
  #wowow .block .btn a {
    width: 76%;
    padding:3vw 5vw;
    margin: 0 0 2vw;
  }
  
  #pf table .buy a {
    width: 80%;
    padding: 3.2vw 0 3.2vw 10px;
    font-size: 12px;
    box-sizing: border-box;
    line-height: 1;
    border-radius: 20px;
    border: none;
  }

}

@media screen and (min-width:1675px) {
	.appBtn a:hover,
	.seatMap a:hover {
		background-color: #fff;
		color: #b4ad7e;
	}
	#onlinelive .accordion > dd a:hover {
		text-decoration: none;
	}
	#onlinelive .otheTicket .ticketBox .ticketBtn a:hover {
		background-color: transparent;
		color: #fff;
	}
	#onlinelive .otheTicket2 .ticketBox .ticketBtn a:hover {
		text-decoration: none;
	}
	#archive dt a:hover {
		opacity: 0.4;
	}
	#onlinelive .otheTicket2 .ticketBox .period a:hover {
		text-decoration: none;
		opacity: 0.5;
	}
}
@media screen and (max-width:768px) {
	#onlinelive {
	padding: 50px 0 50px;
	}
	#onlinelive .headline2 {
		font-size: calc(64 / 1125 * 100vw);
	}
	#onlinelive .headline2 .small {
		margin-top: 0.15em;
		font-size: calc(52 / 1125 * 100vw);
	}
	#onlinelive .en .headline2 {
		font-size: 5.4vw;
	}
	#onlinelive .en .headline2 .small {
		font-size: 3.6vw;
	}
	
	#onlinelive .headline2.close {
		margin-bottom: 14vw;
	}
	
	#onlinelive .headline3 {
		margin-top: 1.7em;
		font-size: calc(48 / 1125 * 100vw);
	}
	
	#onlinelive h3 {
		font-size: 4.8vw;
		margin-bottom: 4vw;
	}
	
	#onlinelive .underTtl {
		font-size: 3.8vw;
	}
	#onlinelive .underTtl span {
		font-size: 3.2vw;
	}
	
	
	#onlinelive .scheBox {
		padding: 6vw 0;
		margin-bottom: 10vw;
	}
	#onlinelive #limit {
	}
	#onlinelive .limit-lead {
		margin: 1.6em 4vw 0;
		font-size: calc(40 / 1125 * 100vw);
    	line-height: 1.6;
	}
	#onlinelive .accordion {
		margin-bottom: 6vw;
	}
	#onlinelive .accordion > dt {
		padding: 15px 3vw 0;
	}
	#onlinelive .accordion > dt .left {
		/*font-size: calc(32 / 1125 * 100vw);*/
		font-size: 16px;
	}
	#onlinelive .accordion > dt .left .small {
		margin-top: 0.5em;
		font-size: calc(30 / 1125 * 100vw);
		display: block;
    	line-height: 1.4;
	}
	#onlinelive .accordion > dt .right {
		margin-right: 8vw;
		font-size: calc(32 / 1125 * 100vw);
	}
	#onlinelive .accordion > dt .right .small {
		font-size: calc(28 / 1125 * 100vw);
	}
	#onlinelive .accordion > dt .ico {
		width: 12px;
		height: 12px;
		right: 0;
top: 50%;
	}
	#onlinelive .accordion > dd {
		padding: 0 3vw;
		font-size: calc(34 / 1125 * 100vw);
	}
	#onlinelive .accordion > dd + dt {
		margin-top: 3vw;
	}
	#onlinelive .accordion > dd .title {
		font-size: calc(40 / 1125 * 100vw);
	}
	#onlinelive .accordion .desc-group {
		padding: 2vw 0;
	}
	#onlinelive .accordion .desc-group .inTicket dt {
	font-size: calc(32 / 1125 * 100vw);
    width: 50%;
	}
	#onlinelive .accordion .desc-group .inTicket dt span {
    font-size: smaller;
	}
	#onlinelive .accordion .desc-group .inTicket dd {
	font-size: calc(32 / 1125 * 100vw);
    box-sizing: border-box;
    width: 50%;
    text-align: right;
	}
	#onlinelive .accordion .desc-group .inTicket dd .small{
    font-size: smaller;
	}
	#onlinelive .accordion .level2 {
		margin: 0 -3vw 0;
		display: block;
	}
	#onlinelive .accordion .level2 dt {
		width: auto;
		padding: 2vw 0 1vw 3vw;
		font-size: calc(40 / 1125 * 100vw);
		font-weight: bold;
		border-bottom: none;
		padding: 5vw 0 1vw 3vw;
	}
	#onlinelive .accordion .level2 dt:not(:first-of-type) {
		border-top: none;
	}
	#onlinelive .accordion .level2.inLevel dt {
    border-top: none;
    border-bottom: none;
	}
	#onlinelive .accordion .level2 dd {
		width: auto;
		padding: 0 3vw 2vw 3vw;
		border-left: none;
		border-top: none;
		font-size: 13px;
		padding: 0 3vw 5vw 3vw;
	}
	
	#onlinelive #otherWrap,
	#onlinelive #otherWrap2,
	#onlinelive #otherWrap3 {
		padding: 6vw 5vw;
	}
	#onlinelive #otherWrap + #otherWrap,
	#onlinelive #otherWrap2 + #otherWrap,
	#onlinelive #otherWrap3 + #otherWrap2 {
		margin-top: 8vw;
	}
	#onlinelive #otherWrap h3,
	#onlinelive #otherWrap2 h3,
	#onlinelive #otherWrap3 h3 {
		font-size: 4.2vw;
    	line-height: 1.5;
	}
	#onlinelive #otherWrap h3 span,
	#onlinelive #otherWrap2 h3 span,
	#onlinelive #otherWrap3 h3 span {
		font-size: 3.4vw;
		margin-top: 4vw;
   		line-height: 1.4;
	}
	#onlinelive .otheTicket {
		padding: 5vw 0;
	}
	#onlinelive .otheTicket .ticketBox {
		width: 80%;
		margin: 0 0 10%;
	}
	#onlinelive .otheTicket .ticketBox h4 {
		margin-bottom: 2.8vw;
    	font-size: 4.2vw;
	}
	#onlinelive .otheTicket .otherTicket01 h4 img {
		margin: 0;
	}
	#onlinelive .otheTicket .ticketBox dl {
		margin-bottom: 3vw;
	}
	#onlinelive .otheTicket .ticketBox dl dt {
		padding: 4vw 2vw;
		font-size: 3.6vw;
	}
	#onlinelive .otheTicket .ticketBox dl dd {
		padding: 4vw;
		font-size: 4.6vw;
	}
	#onlinelive .otheTicket .ticketBox dl dd .note {
		font-size: 2.8vw;
		margin-top: 3vw;
	}
	#onlinelive .otheTicket .ticketBox .ticketBtn a {
		padding: 3vw;
		font-size: 3.4vw;
	}
	
	#onlinelive .ver2 .otheTicket2 {
		display: flex;
		flex-wrap: wrap;
    	padding-top: 2vw;
    	justify-content: center;
	}
	#onlinelive .otheTicket2 .ticketBox {
		display: block;
		padding: 4vw 0;
	}
	#onlinelive .ver2 .otheTicket2 .ticketBox {
    	border: none;
    	width: 50%;
	}
	#onlinelive .ver2 .otheTicket2 .ticketBox.eventer {
		width: 100%;
	}
	#onlinelive .otheTicket2 .ticketBox h4 {
		width: 100%;
		font-size: 4vw;
		margin-bottom: 3vw;
	}
	#onlinelive .ver2 .otheTicket2 .ticketBox h4 {
		margin-bottom: 0;
    	font-size: 3vw;
	}
	#onlinelive #otherWrap2 h4.ticketBoxTtl {
		width: 100%;
		padding: 0 0 4vw;
		margin-top: 4vw;
		font-size: 4vw;
		display: none;
	}
	#onlinelive .otheTicket2 .ticketBox .period {
		width: 100%;
		padding-left: 0;
		font-size: 3.1vw;
    	margin-bottom: 2vw;
		text-align: center;
	}
	#onlinelive .ver2 .otheTicket2 .ticketBox .period {
		margin: 2.5vw 0 0;
	}
	#onlinelive .otheTicket2 .ticketBox .period span {
		font-size: 3vw;
		margin-top: 2vw;
		line-height: 1.4;
	}
	#onlinelive .otheTicket2 .ticketBox .ticketBtn {
		width: 100%;
		text-align: left;
	}
	#onlinelive .otheTicket2 .ticketBox .ticketBtn a {
		font-size: 3.2vw;
	}
	

}

.ction {
	text-align:center;
	font-size:90%;
}

#pf .sp dl dt p img {
	display:block;
	width:50%;
	margin:0 auto;
}

@media screen and (max-width:767px){
	#pf .sp dl dt p img {
		width:80%;
	}
}

.finished {
  position: relative;
  z-index: 1;
}
.finished::before {
  content: "配信ライブは終了しました";
  position: absolute;
	transform:translate(-50%, -50%);
  width: 100%;
  top: 50%;
	left:50%;
  font-weight: bold;
  color: #fff;
  font-size: 5vw;
  text-align: center;
  z-index: 3;
}
.finished::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  background-color: rgba(65,61,82,0.7);
  z-index: 2;
}