@charset "UTF-8";

/* ==================================================
LIVE REPORT
================================================== */

#reportArea {
	max-width: 1000px;
	padding: 0 3%;
	margin: 0 auto;
}

#reportArea .areaTtl {
	margin-bottom: 40px;
}

#reportArea .areaTtl img {
}

#reportArea .lead {
	text-align: center;
	color: #fff;
}

#reportArea .lead p {
	margin-bottom: 40px;
	font-size: 1.8rem;
	font-weight: 900;
}

#reportArea .lead p i {
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 900px) {
	#reportArea {
		padding: 0 15px;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


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

#setList .box {
	/*! border-radius: 12px; */
	position: relative;
	padding: 40px 3% 50px;
	margin-bottom: 80px;
	background-color: rgba(255,255,255,0.8);
}

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

#setList .box:last-child {
	margin-bottom: 150px;
}

#setList #day-1.box {
	border: 6px solid #3b9eeb;
}

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

#setList .box h2 {
	cursor: pointer;
}

#setList .box h2 .ttl {
	position: relative;
	border-bottom: 2px solid #000;
	padding: 0 0 20px;
}

#setList .box h2 .ttl::after {
	content: "";
	display: block;
	width: 80px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 0;
}

#setList #day-1.box h2 .ttl::after {
	background-image: url(../img/report/c1a_ttl_img.png);
}

#setList #day-2.box h2 .ttl::after {
	background-image: url(../img/report/c1b_ttl_img.png);
}

#setList .box h2 .ttl img {
}

#setList .box h2 .date {
	padding: 22px 0 0;
}

#setList .box h2 .date img {
}

#setList .box > a.btn {
	display: block;
	width: 270px;
	height: 48px;
	/*! border-radius: 8px; */
	background-image: url(../img/report/btn_open.png);
	background-repeat: no-repeat;
	background-position: center center;	
	position: absolute;
	bottom: -27px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	background-size: contain;
	transition: all 0.4s ease-out 0s;
}

#setList #day-1.box > a.btn {
	border: 6px solid #3b9eeb;
	background-color: #3b9eeb;
}

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

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

#setList #day-1.box > a.btn:hover {
	background-color: #0971c0;
	border-color: #0971c0;
}

#setList #day-2.box > a.btn:hover {
	background-color: #c62e51;
	border-color: #c62e51;
}

#setList #day-1.box.open > a.btn:hover {
	background-color: #b4deff !important;
	border: 6px solid #3b9eeb;
}

#setList #day-2.box.open > a.btn:hover {
	background-color: #ffc0cf !important;
	border: 6px solid #ef426a;
}

/* === COMING SOON 表示 === */
#setList .box.comingsoon {
	border: 6px solid #000 !important;
	opacity: 0.4;
}

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

#setList .box.comingsoon > a.btn {
	pointer-events:none;
	background-image: url(../img/report/btn_comingsoon.png);
	border: 6px solid #000 !important;
	background-color: #000 !important;
}

#setList .box.comingsoon h2 .date img {
	/*! filter: brightness(0%); */
}

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

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

#setList .box .lineup .set {
	overflow: hidden;
	border-bottom: 2px dotted rgba(166,166,166,1);
	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 #a6a6a6;
	padding: 0 0 20px 70px;
	font-size: 2.2rem;
	font-weight: 700;
	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;
	/*! margin-right: 25px; */
	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: #000;
	display: inline-block;
	/*! border-radius: 20px; */
	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: -30px;
	padding-left: 30px;
	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: 30px;
}

#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: "01."; }

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

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

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

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

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

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

#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 #a6a6a6;
	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%);
}
/**/


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 900px) {
#setList {
}

#setList .box {
}

#setList .box.open {
}

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

#setList #day-1.box {
}

#setList #day-2.box {
}

#setList .box h2 {
}

#setList .box h2 .ttl {
}

#setList .box h2 .ttl::after {
}

#setList #day-1.box h2 .ttl::after {
}

#setList #day-2.box h2 .ttl::after {
}

#setList .box h2 .ttl img {
}

#setList .box h2 .date {
}

#setList .box h2 .date img {
}

#setList .box a {
}

#setList #day-2.box a {
}

#setList .box.open a {
}

/* === .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 {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#setList .box .lineup .set .list .txt ol li:nth-of-type(20)::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 {
}

#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 {
}
/**/
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
#setList {
}

#setList .box {
}

#setList .box.open {
}

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

#setList #day-1.box {
}

#setList #day-2.box {
}

#setList .box h2 {
}

#setList .box h2 .ttl {
}

#setList .box h2 .ttl::after {
}

#setList #day-1.box h2 .ttl::after {
}

#setList #day-2.box h2 .ttl::after {
}

#setList .box h2 .ttl img {
}

#setList .box h2 .date {
}

#setList .box h2 .date img {
}

#setList .box a {
}

#setList #day-2.box a {
}

#setList .box.open a {
}

/* === .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 {
	/*! padding: 15px 3% 30px; */
	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 ol li:nth-of-type(1)::before {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#setList .box .lineup .set .list .txt ol li:nth-of-type(20)::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 {
}
/**/
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

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

#setList .box {
	padding: 40px 15px 50px;
}

#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 {
	padding: 0 15px 15px;
}

#setList .box h2 .ttl::after {
	width: 60px;
	height: 90px;
	bottom: 0;
	right: 5px;
}

#setList #day-1.box h2 .ttl::after {
}

#setList #day-2.box h2 .ttl::after {
}

#setList .box h2 .ttl img {
	height: 34px;
}

#setList .box h2 .date {
	padding: 10px 15px 0;
}

#setList .box h2 .date img {
	height: 20px;
}

#setList .box a {
}

#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;
	/*! margin-right: 15px; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#setList .box .lineup .set .list .txt ol li:nth-of-type(20)::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 {
}

#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 {
}
/**/
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 480px) {
#setList {
}

#setList .box {
}

#setList .box.open {
}

#setList .box {
}

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

#setList #day-1.box {
}

#setList #day-2.box {
}

#setList .box h2 {
}

#setList .box h2 .ttl {
}

#setList .box h2 .ttl::after {
}

#setList #day-1.box h2 .ttl::after {
}

#setList #day-2.box h2 .ttl::after {
}

#setList .box h2 .ttl img {
}

#setList .box h2 .date {
}

#setList .box h2 .date img {
}

#setList .box a {
}

#setList #day-2.box a {
}

#setList .box.open a {
}

/* === .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#setList .box .lineup .set .list .txt ol li:nth-of-type(20)::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 {
}

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

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

#setList .box .lineup .set .list .imgs ul > li img {
}
/**/
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ==================================================

================================================== */

/* 
------------------------------ */