@charset "UTF-8";

/* ==================================================
LIVE REPORT
================================================== */
#reportArea {
	padding: 0 3%;
	margin-bottom: 30px;
}

#reportArea .areaTitle {
	letter-spacing: -0.02em;
}

#reportArea .areaTitle img {
}

#reportArea .lead {
	text-align: center;
	margin-bottom: 40px;
}

#reportArea .lead p {
	font-size: 1.8rem;
	font-weight: 600;
}

#reportArea .lead p i {
}


/* setList
------------------------------ */
#setList {
}

#setList .box {
	position: relative;
	margin-bottom: 90px;
	background-color: rgba(255, 255, 255, 0.3);
	border: 6px solid #5ac0b5;
}

#setList #day-2.box {
	border: 6px solid #f4b7c6;
}

#setList .box.open {
	padding-bottom: 105px;
}

#setList .box h2 {
	cursor: pointer;
	background: #45194a;
	padding: 30px 3% 20px;
	position: relative;
}

#setList .box h2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	bottom: -6px;
	background: #5ac0b5;
}

#setList #day-2.box h2::after {
	background: #f4b7c6;
}

#setList .box h2 .ttl {
	position: relative;
	border: 4px solid #5ac0b5;
	margin-bottom: 10px;
}

#setList #day-2.box h2 .ttl {
	border: 4px solid #f4b7c6;
}

#setList .box h2 .ttl img {
}

#setList .box h2 .date {
}

#setList .box h2 .date img {
}

#setList .box>a.btn {
	display: block;
	width: 270px;
	height: 56px;
	position: absolute;
	bottom: -42px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.4s ease-out 0s;
	border: 6px solid #5ac0b5;
	background-color: #5ac0b5;
}

#setList #day-2.box>a.btn {
	border: 6px solid #f4b7c6;
	background-color: #f4b7c6;
}

#setList .box>a.btn span {
	display: block;
	border: 3px solid #45194a;
	width: 100%;
	height: 100%;
	background-image: url(../img/report/btn_open.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	overflow: hidden;
	text-indent: -9999px;
	transition: all 0.4s ease-out 0s;
}

#setList .box.open>a.btn span {
	background-image: url(../img/report/btn_close.png);
}

#setList .box h2:hover+.lineup+a.btn span,
#setList .box>a.btn:hover span {
	background-color: rgba(255,255,255,0.6);
}


/* === COMING SOON 表示 === */
#setList .box.comingsoon {
	opacity: 0.6;
}

#setList .box.comingsoon h2 {
	pointer-events: none;
}

#setList .box.comingsoon>a.btn {
	pointer-events: none;
}

#setList .box.comingsoon>a.btn span {
	pointer-events: none;
	background-image: url(../img/report/btn_comingsoon.png);
}

#setList .box.comingsoon h2 .date img {
}


/* === .lineup === */
#setList .box .lineup {
	overflow: hidden;
	position: relative;
	max-height: 0;
	opacity: 0;
	transition: all 0.6s ease-out 0s;
	padding: 0 2%;
}

#setList .box.open .lineup {
	max-height: 50000px;
	opacity: 1;
}

#setList .box .lineup .set {
	overflow: hidden;
	border-bottom: 2px dotted #45194a;
	padding-top: 0;
	position: relative;
	transform: scale(0.85);
	transition: all 0.8s ease-out 0s;
}

#setList .box.open .lineup .set {
	padding-top: 30px;
	transform: scale(1);
}

#setList .box .lineup .set:not(:first-child) {
	margin-top: -500px;
}

#setList .box.open .lineup .set:not(:first-child) {
	margin-top: 0;
}

#setList .box .lineup .set .artist {
	position: relative;
	text-align: left;
	border-bottom: 2px dotted #45194a;
	padding: 0 0 20px 70px;
	font-size: 2.2rem;
	font-weight: 600;
	text-indent: -70px;
	line-height: 1.4;
	overflow: hidden;
}

#setList .box .lineup .set .artist::before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 40px;
	background: url(../img/report/icon_tgj.png) no-repeat left center;
	background-size: contain;
	vertical-align: middle;
	transform: translateY(-4px);
}

#setList .box .lineup .set .artist span {
	font-size: 70%;
	text-indent: 0;
}

#setList .box .lineup .set .list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	overflow: hidden;
	padding: 15px 0 15px 5px;
}


/* .txt */
#setList .box .lineup .set .list .txt {
	text-align: left;
	padding: 20px 3%;
	width: 260px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px;
}

#setList .box .lineup .set .list .txt .label {
	background: #45194a;
	display: inline-block;
	line-height: 1;
	padding: 4px 20px 3px;
	font-size: 1.1rem;
	color: #fff;
	margin-bottom: 15px;
}

#setList .box .lineup .set .list .txt ol {
}

#setList .box .lineup .set .list .txt ol li {
	font-size: 1.4rem;
	text-indent: -16px;
	padding-left: 16px;
	margin-bottom: 5px;
	line-height: 1.4;
}

#setList.list-numbering-off .box .lineup .set .list .txt ol li {
	text-indent: 0;
	padding-left: 0;
}

#setList .box .lineup .set .list .txt ol li::before {
	text-indent: 0;
	content: "";
	display: inline-block;
	width: 16px;
}

#setList.list-numbering-off .box .lineup .set .list .txt ol li::before {
	display: none;
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(1)::before {
	content: "・";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(2)::before {
	content: "・";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(3)::before {
	content: "・";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(4)::before {
	content: "・";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(5)::before {
	content: "・";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(6)::before {
	content: "・";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(7)::before {
	content: "・";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(8)::before {
	content: "08.";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(9)::before {
	content: "09.";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(10)::before {
	content: "10.";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(11)::before {
	content: "11.";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(12)::before {
	content: "12.";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(13)::before {
	content: "13.";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(14)::before {
	content: "14.";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(15)::before {
	content: "15.";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(16)::before {
	content: "16.";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(17)::before {
	content: "17.";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(18)::before {
	content: "18.";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(19)::before {
	content: "19.";
}

#setList .box .lineup .set .list .txt ol li:nth-of-type(20)::before {
	content: "20.";
}

#setList .box .lineup .set .list .txt .comment {
	margin-top: 20px;
}

#setList .box .lineup .set .list .txt .comment p {
	font-size: 1.3rem;
	opacity: 0.7;
	margin-bottom: 0;
	line-height: 1.8;
}

#setList .box .lineup .set .list .txt .comment p:not(:last-child) {
	margin-bottom: 20px;
}
/**/


/* .imgs */
#setList .box .lineup .set .list .imgs {
	border-left: 2px dotted #45194a;
	padding: 0px 0px 0px 10px;
	width: calc(100% - 275px);
	overflow: hidden;
}

#setList .box .lineup .set .list .imgs ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#setList .box .lineup .set .list .imgs ul>li {
	width: calc(100% / 3 - 10px);
	margin: 0 5px 10px;
}

#setList .box .lineup .set .list .imgs ul>li img {
}

#setList .box .lineup .set .list .imgs ul>li a {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	border-radius: 8px;
}

#setList .box .lineup .set .list .imgs ul>li a img {
	width: 1000px;
	max-width: 100%;
	transition: all 0.4s ease-out 0s;
}

#setList .box .lineup .set .list .imgs ul>li a:hover img {
	transform: scale(1.08);
	filter: brightness(105%) contrast(105%) saturate(120%);
}


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

	/* .imgs */
	#setList .box .lineup .set .list .imgs {}

	#setList .box .lineup .set .list .imgs ul {}

	#setList .box .lineup .set .list .imgs ul>li {
		width: calc(100% / 2 - 20px);
	}

	#setList .box .lineup .set .list .imgs ul>li img {}

	/**/
}


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

	/* === .lineup === */
	#setList .box .lineup {}

	#setList .box .lineup .set {
		margin-bottom: 20px;
	}

	#setList .box .lineup .set .artist {}

	#setList .box .lineup .set .artist::before {}

	#setList .box .lineup .set .artist span {}

	#setList .box .lineup .set .list {
		padding: 20px 0 10px;
	}


	/* .txt */
	#setList .box .lineup .set .list .txt {
		width: calc(100% - 12px);
		margin: 0 auto 10px;
	}

	#setList .box .lineup .set .list .txt .label {
		margin-bottom: 15px;
	}

	#setList .box .lineup .set .list .txt ol {}

	#setList .box .lineup .set .list .txt ol li {
		font-size: 1.3rem;
		margin-bottom: 8px;
		line-height: 1.5;
	}

	#setList .box .lineup .set .list .txt ol li::before {}

	#setList .box .lineup .set .list .txt .comment {}

	#setList .box .lineup .set .list .txt .comment p {}

	#setList .box .lineup .set .list .txt .comment p:not(:last-child) {}

	/**/


	/* .imgs */
	#setList .box .lineup .set .list .imgs {
		border: none;
		padding: 10px 0 0px 0px;
		width: 100%;
	}

	#setList .box .lineup .set .list .imgs ul {}

	#setList .box .lineup .set .list .imgs ul>li {
		width: calc(100% / 3 - 12px);
		margin: 0 6px 12px;
	}

	#setList .box .lineup .set .list .imgs ul>li img {}
}


@media screen and (max-width: 640px) {
	#setList {}

	#setList .box {}

	#setList .box.open {}

	#setList .box.open:last-child {}

	#setList #day-1.box {}

	#setList #day-2.box {}

	#setList .box h2 {
		text-align: left;
	}

	#setList .box h2 .ttl {
		border-width: 1px !important;
	}

	#setList .box h2 .ttl img {}

	#setList .box h2 .date {}

	#setList .box h2 .date img {}

	#setList .box>a.btn {
		width: 240px;
	}

	#setList #day-2.box a {}

	#setList .box.open a {}


	/* === .lineup === */
	#setList .box .lineup {}

	#setList .box .lineup .set {}

	#setList .box .lineup .set .artist {
		font-size: 1.8rem;
		padding: 0 0 20px 50px;
		text-indent: -50px;
	}

	#setList .box .lineup .set .artist::before {
		width: 50px;
		height: 34px;
	}

	#setList .box .lineup .set .artist span {}

	#setList .box .lineup .set .list {}


	/* .imgs */
	#setList .box .lineup .set .list .imgs {}

	#setList .box .lineup .set .list .imgs ul {}

	#setList .box .lineup .set .list .imgs ul>li {
		width: calc(100% / 2 - 12px);
	}

	#setList .box .lineup .set .list .imgs ul>li img {}
}


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

	/* === .lineup === */
	#setList .box .lineup {}

	#setList .box .lineup .set {}

	#setList .box .lineup .set .artist {}

	#setList .box .lineup .set .artist::before {}

	#setList .box .lineup .set .artist span {
		display: block;
	}
}