/* -- SOLDOUT　表示 -- */
#ticket .ticketTit.acdTit .tour.sold {
	position: relative;
}
#ticket .ticketTit.acdTit .tour.sold::after {
	display: block;
	content: "SOLD OUT";
	font-size: min(4.2vw, 20px);
	font-weight: bold;
	color: #ff1616;
	text-align: center;
	background-color: #fff;
	position: absolute;
	top: 90%;
	left: 30%;
	transform: translate(-50%, -50%) rotate(-15deg);
	width: 7em;
	height: auto;
	border: none;
}

/* -- STREAMINGのU-NEXTのロゴの大きさ調整 -- */
#STREAMING .streamingTable li .venue .logoUNext {
    width: min(30vw, 170px);
}

/* -- STREAMINGのテキストの大きさ調整 -- */
@media screen and (max-width:820px) {
.streamingWrap p{
	font-size: 14px;
}
}
