@charset "UTF-8";
/* CSS Document */

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

#report_c1 {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}

#report_c1 h2 {
	background: #12678e url(../img/pattern_dot.png) repeat center top;
	padding: 12px 3%;
	margin-bottom: 50px;
	position: relative;
}

#report_c1 h2 img {}

#report_c1 .lead {
	font-family: dnp-shuei-mincho-pr6n, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1.6rem;
}

#report_c1 .lead p {
	margin-bottom: 40px;
}

#report_c1 .lead p i {
	display: inline-block;
}

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


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

#setList .box {
	border-radius: 12px;
	position: relative;
	padding: 60px 30px 80px;
	margin-bottom: 80px;
}

#setList .box.open {
	padding-bottom: 105px;
	/*margin-bottom: 120px;*/
}

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

#setList #date0309.box {
	border: 6px solid #0075a9;
}

#setList #date0310.box {
	border: 6px solid #f164a3;
}

#setList .box h3 {
	cursor: pointer;
}

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

#setList .box h3 .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: -1;
}

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

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

#setList .box h3 .ttl img {
}

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

#setList .box h3 .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 #date0309.box > a.btn {
	border: 6px solid #0075a9;
	background-color: #0075a9;
}

#setList #date0310.box > a.btn {
	border: 6px solid #f164a3;
	background-color: #f164a3;
}

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

#setList #date0309.box > a.btn:hover {
	background-color: #41a9d8;
}

#setList #date0310.box > a.btn:hover {
	background-color: #ff91c2;
}

#setList .box.open > a.btn:hover {
	background-color: #ddd !important;
}

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

#setList .box.comingsoon h3 {
	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 h3 .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.6);
	transition: all 0.8s ease-out 0s;
}

#setList .box.open .lineup .set {
	padding-top: 80px;
	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;
}

/* .txt */
#setList .box .lineup .set .list .txt {
	text-align: left;
	padding: 30px 15px 30px 20px;
	width: 260px;
	overflow: hidden;
}

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

#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: 12px;
	line-height: 1.6;
}

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

#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: 30px;
}

#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: 30px 10px 10px 20px;
	width: calc(100% - 280px);
	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 - 20px);
	margin: 0 10px 20px;
}

#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;
}

#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(115%) contrast(110%) saturate(120%);
}
/**/


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

#setList .box {
}

#setList .box.open {
}

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

#setList #date0309.box {
}

#setList #date0310.box {
}

#setList .box h3 {
}

#setList .box h3 .ttl {
}

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

#setList #date0309.box h3 .ttl::after {
}

#setList #date0310.box h3 .ttl::after {
}

#setList .box h3 .ttl img {
}

#setList .box h3 .date {
}

#setList .box h3 .date img {
}

#setList .box a {
}

#setList #date0310.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 #date0309.box {
}

#setList #date0310.box {
}

#setList .box h3 {
}

#setList .box h3 .ttl {
}

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

#setList #date0309.box h3 .ttl::after {
}

#setList #date0310.box h3 .ttl::after {
}

#setList .box h3 .ttl img {
}

#setList .box h3 .date {
}

#setList .box h3 .date img {
}

#setList .box a {
}

#setList #date0310.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 {
	padding: 15px 10px 30px 10px;
	width: 100%;
}

#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 20px 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 #date0309.box {
}

#setList #date0310.box {
}

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

#setList .box h3 .ttl {
	padding: 0 15px 15px;
}

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

#setList #date0309.box h3 .ttl::after {
}

#setList #date0310.box h3 .ttl::after {
}

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

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

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

#setList .box a {
}

#setList #date0310.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 #date0309.box {
}

#setList #date0310.box {
}

#setList .box h3 {
}

#setList .box h3 .ttl {
}

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

#setList #date0309.box h3 .ttl::after {
}

#setList #date0310.box h3 .ttl::after {
}

#setList .box h3 .ttl img {
}

#setList .box h3 .date {
}

#setList .box h3 .date img {
}

#setList .box a {
}

#setList #date0310.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 ↑↑↑ ############ */

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

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

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