@charset "UTF-8";

/* =========================================================
COMMON
========================================================= */
body#pageTimetable {
}

#mainWrap {
}

/* =========================================================
PAGE HEADER
========================================================= */

#hdrWrap {
	padding-top: 90px;
	position: relative;
}

#hdrWrap::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 410px;
	background: #09325c;
	bottom: -40px;
	left: 0;
	z-index: -1;
}

#hdrWrap h1 {
	width: calc(100% - 60px);
	max-width: 1400px;
	margin: 0 auto;
	background-color: #e9eef2;
	background-image: url(../img/timetable/pageheader.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 420px;
	border: 1px solid #fff;
	position: relative;
	font-family: din-2014, sans-serif;
font-weight: 700;
	font-size: 8rem;
	color: #fff;
}

#hdrWrap h1::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1) url(../img/common/pagehead_cover.png);
	top: 0;
	left: 0;
}

#hdrWrap h1 .pageTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	height: 100%
}

@media screen and (max-width: 768px) {
#hdrWrap {
}

#hdrWrap::after {
	height: 280px;
}

#hdrWrap h1 {
	width: calc(100% - 40px);
	height: 300px;
	font-size: 5.2rem;
}

#hdrWrap h1::before {
}

#hdrWrap h1 .pageTitle {
}
}

/* =========================================================
CONTENTS
========================================================= */
#allWrap {
}

#cntWrap {
}

#mainWrap {
	padding: 100px 20px 100px;
}

@media screen and (min-width: 769px) {
#mainWrap {
	padding: 100px 30px 100px;
}
}

section {
}

section:last-child {
}


/* HOW TO
------------------------------ */
#howtoArea {
	margin-bottom: 100px;
}

#howtoArea .inner {
}

#howtoArea h2 {
	border: 2px solid #09325c;
	font-size: 2rem;
	color: #fff;
	border-bottom: none;
	padding: 5px;
	background-color: #09325c;
}

#howtoArea .ticketSet {
	text-align: left;
	border: 2px solid #09325c;
	font-size: 1.5rem;
	color: #09325c;
}

#howtoArea .head {
	border-bottom: 2px solid #09325c;
	padding: 20px 15px 30px;
	font-weight: 700;
}

#howtoArea .head p {
	color: #09325c;
}

#howtoArea .ticketSet dl {
	border-bottom: 2px solid #09325c;
	padding: 20px 15px 30px;
}

#howtoArea .ticketSet dl:last-child {
	border-bottom: none;
}

#howtoArea .ticketSet dl dt {
	border: 2px solid #09325c;
	display: block;
	width: 220px;
	padding: 5px 20px;
	text-align: center;
	margin: 0 0 10px;
	font-weight: 700;
}

#howtoArea .ticketSet dl dt em {
	font-size: 90%;
}

#howtoArea .ticketSet dl dd {
}

#howtoArea .ticketSet dl dd ul {
}

#howtoArea .ticketSet dl dd ul li {
	text-indent: -20px;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}

#howtoArea .ticketSet dl dd ul li::before {
	content: "＊";
	display: inline-block;
	text-indent: 0;
	width: 20px;
}

#howtoArea .ticketSet dl dd ul li b {
	text-indent: 0;
	font-size: 90%;
}

#howtoArea .ticketSet dl dd .link {
	margin-top: 20px;
}

#howtoArea .ticketSet dl dd .link a {
	padding: 8px 10px;
	background-color: #09325c;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

#howtoArea .ticketSet dl.ticket1 dd .link a {
	background-color: #d41c1c;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 14px 10px;
}

#howtoArea .ticketSet dl dd .link a::after {
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	background-image: url("../img/common/icon_arrow_fff.svg");
	background-size: contain;
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
}

#howtoArea .ticketSet dl dd .note {
	/*! text-align: center; */
}

#howtoArea .ticketSet dl dd .note p {
	font-size: 90%;
	display: inline-block;
	margin: 20px auto 0;
}

#howtoArea .ticketSet dl dd .note b {
}

#howtoArea .ticketSet dl.ticket1 {
}

#howtoArea .ticketSet dl.ticket2 {
}

#howtoArea .ticketSet dl.ticket3 {
}


#howtoArea .ticketSet dl.ticket1 dd ul li {
}

#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(1)::before { content: "①"; }
#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(2)::before { content: "②"; }
#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(3)::before { content: "③"; }
#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(4)::before { content: "④"; }
#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(5)::before { content: "⑤"; }

#howtoArea .ticketSet dl.ticket1 dd ul li span {
}

@media screen and (min-width: 769px) {
	#howtoArea {
	max-width: 900px;
	margin: 0 auto 80px;
	}

	#howtoArea .inner {
	}

	#howtoArea h2 {
	}

	#howtoArea .ticketSet {
	}

	#howtoArea .head {
	}

	#howtoArea .head p {
	}

	#howtoArea .column {

	display: flex;
	justify-content: center;
	align-items: stretch;
	}

	#howtoArea .ticketSet dl {
	border: none;
	width: 50%;
	position: relative;
	padding-bottom: 80px;
	}

	#howtoArea .ticketSet dl:last-child {
	}

	#howtoArea .ticketSet dl dt {
	}

	#howtoArea .ticketSet dl dt em {
	}

	#howtoArea .ticketSet dl dd {
	}

	#howtoArea .ticketSet dl dd ul {
	}

	#howtoArea .ticketSet dl dd ul li {
	}

	#howtoArea .ticketSet dl dd ul li::before {
	}

	#howtoArea .ticketSet dl dd ul li b {
	}

	#howtoArea .ticketSet dl dd .link {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	}

	#howtoArea .ticketSet dl dd .link a {
	height: 50px;
	}

	#howtoArea .ticketSet dl.ticket2 dd .link a {
	background-color: #fff;
	color: #09325c;
	border: 1px solid #09325c;
	}

	#howtoArea .ticketSet dl.ticket2 dd .link a::after {
		background-image: url("../img/common/icon_arrow.svg");
		background-size: contain;
	}

	#howtoArea .ticketSet dl.ticket2 dd .link a:hover {
	background-color: #b5d2f0;
	}

	#howtoArea .ticketSet dl dd .note {
	}

	#howtoArea .ticketSet dl dd .note p {
	}

	#howtoArea .ticketSet dl dd .note b {
	}

	#howtoArea .ticketSet dl.ticket1 {
	}

	#howtoArea .ticketSet dl.ticket2 {
		border-left: 2px solid #09325c;
	}

	#howtoArea .ticketSet dl.ticket3 {
	}


	#howtoArea .ticketSet dl.ticket1 dd ul li {
	}

	#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(1)::before {
	}
	#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(2)::before {
	}
	#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(3)::before {
	}
	#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(4)::before {
	}
	#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(5)::before {
	}

	#howtoArea .ticketSet dl.ticket1 dd ul li span {
	}
}


/* TIME TABLE
------------------------------ */
#timetableArea {
}

@media screen and (min-width: 769px) {
#timetableArea {
	max-width: 1000px;
	margin: 0 auto;
}
}

/**/
#tabSet {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#tabSet .tab {
	border: 1px solid #09325c;
	background-color: #fff;
	color: #09325c;
	font-family: din-2014, sans-serif;
	font-size: 3.4rem;
	line-height: 1;
	font-weight: 700;
	padding: 15px;
	letter-spacing: 0;
	cursor: pointer;
	transition: all 0.4s ease-out 0s;
	width: calc((100% - 20px) / 2);
	position: relative;
}

#tabSet .tab:hover {
	background-color: #b5d2f0;
}

#tabSet .tab.is-active {
	background-color: #09325c;
	color: #fff;
	pointer-events: none;
	padding-bottom: 40px;
}

/*#tabSet .tab.is-active::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-right: 1px solid #09325c;
	border-bottom: 1px solid #09325c;
	width: 17px;
	height: 17px;
	transform: rotate(45deg);
}*/

#tabSet .tab.is-active::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -51vw;
	width: 200vw;
	height: 1px;
	background-color: #09325c;
}

#tabSet .tab.is-active::before {
	/*content: "";
	position: absolute;
	bottom: -25px;
	left: -1px;
	width: calc(100% + 2px);
	height: 26px;
	background-color: #09325c;
	border-left: 1px solid #09325c;
	border-right: 1px solid #09325c;
	z-index: 1;*/
}

#tabSet .tab .label {
	font-size: 60%;
	margin-bottom: 3px;
}

#tabSet .tab .date {
}

@media screen and (min-width: 769px) {
#tabSet {
}

#tabSet .tab {
}

#tabSet .tab:hover {
}

#tabSet .tab.is-active {
}

#tabSet .tab.is-active::after {
}

#tabSet .tab .label {
}

#tabSet .tab .date {
}
}

/**/
#tableSet {
	position: relative;
}

@media screen and (min-width: 769px) {
#tableSet {
}
}

/* .tableBox */
#tableSet .tableBox {
	margin: 0 auto;
	transform: scale(0.3);
	transform-origin: 50% 100px;
	transition: all 0.8s ease-out 0s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	height: auto;
	max-height: 100vh;
	/*! overflow: hidden; */
	background: #fff;
}

#tableSet #day1.tableBox { z-index: -1; }
#tableSet #day2.tableBox { z-index: -1; }

#tableSet .tableBox.is-show {
	position: relative;
	transform: scale(1);
	opacity: 1;
	max-height: 20000px;
	z-index: 1 !important;
}

#tableSet .tableHead {
	margin-bottom: 40px;
}

#tableSet .tableHead h2 {
	font-family: din-2014, sans-serif;
	font-size: 4rem;
	letter-spacing: 0;
}

#tableSet .tableHead h2 em {
	display: inline-block;
	border: 1px solid #09325c;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1;
	padding: 5px 8px;
	transform: translateY(-4px);
}

#tableSet .tableHead h2 i {
	font-weight: 700;
	margin: 0 5px;
}

@media screen and (min-width: 769px) {
#tableSet .tableBox {
}

#tableSet #day1.tableBox {
}
#tableSet #day2.tableBox {
}

#tableSet .tableBox.is-show {
}

#tableSet .tableHead {
}

#tableSet .tableHead h2 {
	margin-bottom: 20px;
	font-size: 5.4rem;
}

#tableSet .tableHead h2 em {
	font-size: 3rem;
}

#tableSet .tableHead h2 i {
}
}

/* .anchorLink */
#tableSet .anchorLink {
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 500px;
}

#tableSet .anchorLink li {
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-size: 2rem;
	width: calc(50% - 15px);
}

#tableSet .anchorLink li a {
	display: block;
	border-bottom: 2px solid #09325c;
	padding: 0 20px 10px 5px;
	line-height: 1;
	position: relative;
}

#tableSet .anchorLink li a::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 12px;
	background-image: url("../img/timetable/icon_anchor.png");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	margin-left: 6px;
	position: absolute;
	right: 3px;
	bottom: calc(50% - 3px);
	transition: bottom 0.4s ease 0s;
}

#tableSet .anchorLink li a:hover::after {
	bottom: calc(50% - 8px);
}

#tableSet .anchorLink.middle li:nth-child(1) a::after {
	transform: rotate(180deg);
}

#tableSet .anchorLink.middle li:nth-child(1) a:hover::after {
	bottom: calc(50% + 2px);
}

#tableSet .anchorLink li a em {
	display: block;
}

#tableSet .anchorLink li a i {
	font-size: 70%;
	display: block;
}

#tableSet .anchorLink li a i::before {
	content: "[ ";
}

#tableSet .anchorLink li a i::after {
	content: " ]";
}

#tableSet .anchorLink.middle {
	margin-bottom: 80px;
}

#tableSet .anchorLink.middle li {
}

#tableSet .anchorLink.middle li a {
}

#tableSet .anchorLink.middle li a em {
}

#tableSet .anchorLink.middle li a i {
}

@media screen and (min-width: 769px) {
#tableSet .anchorLink {
	display: none;
}
}

/* .note */
#tableSet .note {
	margin: 30px auto;
}

#tableSet .tableHead .note {
	margin: 0 auto;
}

#tableSet .note ul {
	text-align: left;
	display: inline-block;
}

#tableSet .note ul li {
	color: #d41c1c;
	font-size: 1.3rem;
	text-indent: -16px;
	padding-left: 16px;
}

#tableSet .note ul li::before {
	content: "※";
	text-indent: 0;
	display: inline-block;
	width: 16px;
}

@media screen and (min-width: 769px) {
#tableSet .note {
}

#tableSet .tableHead .note {
}

#tableSet .note ul {
}

#tableSet .note ul li {
	font-size: 1.5rem;
}

#tableSet .note ul li::before {
}
}

/* .tableMain */
#tableSet .tableMain {
}

@media screen and (min-width: 769px) {
#tableSet .tableMain {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 30px;
}
}

/* .channel */
#tableSet .channel {
	background-color: #e9eef2;
	margin: 0 auto 80px;
}

#tableSet .channel.ch2 {
	margin-bottom: 0;
}

#tableSet .channel h3 {
	background-color: #09325c;
	color: #fff;
	padding: 6px 10px;
}

#tableSet .channel h3 em {
	font-size: 2.2rem;
	font-weight: 700;
	font-family: din-2014, sans-serif;
	line-height: 1;
	vertical-align: middle;
}

#tableSet .channel h3 em b {
	font-size: 2.2rem;
	font-family: din-2014, sans-serif;
}

#tableSet .channel h3 i {
	font-size: 80%;
	display: inline-block;
	margin-left: 10px;
	font-weight: 700;
	transform: translateY(2px);
}

#tableSet .channel .insertTxt {
	padding: 15px 10px;
}

#tableSet .channel .insertTxt .txt {
	font-size: 90%;
	letter-spacing: 0;
}

#tableSet .channel .insertTxt .start {
	font-family: din-2014, sans-serif;
	opacity: 0.3;
	font-size: 2.2rem;
	font-weight: 700;
}

#tableSet .channel .insertTxt.opening {
	background-color: #FFED5F;
	border-left: 10px solid #E9EEF2;
	border-right: 10px solid #E9EEF2;
	padding: 10px 10px 6px;
}

#tableSet .channel .insertTxt.opening .start {
	opacity: 1;
}

@media screen and (min-width: 769px) {
#tableSet .channel {
	width: calc((100% - 20px) / 2);
	margin: 0;
}

#tableSet .channel.ch2 {
}

#tableSet .channel h3 {
}

#tableSet .channel h3 em {
}

#tableSet .channel h3 em b {
}

#tableSet .channel h3 i {
}

#tableSet .channel .insertTxt {
}

#tableSet .channel .insertTxt .txt {
}

#tableSet .channel .insertTxt .start {
}

#tableSet .channel .insertTxt.opening {
}

#tableSet .channel .insertTxt.opening .start {
}
}

/* .timeblock */
#tableSet .timeblock {
}

#tableSet .timeblock.time15 {
}

#tableSet .timeblock.time16 {
}

#tableSet .timeblock.time17 {
}

#tableSet .timeblock.time18 {
}

#tableSet .timeblock.time19 {
}

#tableSet .timeblock.time20 {
}

#tableSet .timeblock.time21 {
}

#tableSet .timeblock.time22 {
}

#tableSet .timeblock.over {
}

#tableSet .timeblock.mini {
}

@media screen and (min-width: 769px) {
#tableSet .timeblock {
	/*position: relative;
	height: calc(60 * 5 * 1px);*/
}

#tableSet #day1 .timeblock.time15,
#tableSet #day1 .timeblock.time16,
#tableSet #day2 .timeblock.time15 {
	height: auto;
}

#tableSet .timeblock::after {
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% + 25px);
	top: 0;
	background-color: #09325c;
}

#tableSet .ch1 .timeblock::after {
	left: -15px;
}

#tableSet .ch2 .timeblock::after {
	right: -15px;
}

#tableSet .timeblock::before {
	content: "--:--";
	position: absolute;
	width: 45px;
	top: -5px;
	font-family: din-2014, sans-serif;
	line-height: 1;
	font-size: 1.25rem;
}

#tableSet .ch1 .timeblock::before {
	text-align: right;
	left: -64px;
}

#tableSet .ch2 .timeblock::before {
	text-align: left;
	right: -64px;
}

#tableSet .timeblock.time15::before {
	content: "15:00";
}

#tableSet .timeblock.time16::before {
	content: "16:00";
}

#tableSet .timeblock.time17::before {
	content: "17:00";
}

#tableSet .timeblock.time18::before {
	content: "18:00";
}

#tableSet .timeblock.time19::before {
	content: "19:00";
}

#tableSet .timeblock.time20::before {
	content: "20:00";
}

#tableSet .timeblock.time21::before {
	content: "21:00";
}

#tableSet .timeblock.time22::before {
	content: "22:00";
}

#tableSet .timeblock.over {
}

#tableSet .timeblock.mini {
}
}

/* .block */
#tableSet .block {
	position: relative;
	padding: 0 10px 8px;
	z-index: 1;
	margin-bottom: 10px;
	text-align: left;
}

@media screen and (min-width: 769px) {
#tableSet .block {
	margin-bottom: -2px;
}
}

#tableSet .block.comingsoon {
	border: 2px solid #c0cddb;
	padding-bottom: 60px;
	min-height: 150px;
	background-color: #e9eef2 !important;
}

@media screen and (min-width: 769px) {
#tableSet .block.comingsoon {
}
}

#tableSet .over .block {
	min-height: 360px;
}

@media screen and (min-width: 769px) {
#tableSet .over .block {
}
}

#tableSet .block.premiere {
	padding-bottom: 60px !important;
	background-color: #ffe2f2 !important;
}

@media screen and (min-width: 769px) {
#tableSet .block.premiere {
}
}

#tableSet .block.live {
	border: 2px solid #f02b9a;
	background-color: #fff;
	min-height: 240px;
}

#tableSet #day1 .time15 .block.live,
#tableSet #day1 .time16 .block.live,
#tableSet #day2 .time15 .block.live {
	min-height: auto;
}

#tableSet .block.talk {
	border: 2px solid #47da3f;
	background-color: #fff;
}

#tableSet #day1 .time15 .block.live,
#tableSet #day1 .time16 .block.live,
#tableSet #day2 .time15 .block.live {
	background-color: transparent;
}

#tableSet .block.live::before,
#tableSet .block.talk::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 20px;
	z-index: 2;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 1;
	overflow: hidden;
	color: #fff;
	padding: 2px 0 0;
	text-align: center;
}

#tableSet .block.live::before {
	content: "LIVE";
	background-color: #f02b9a;
}

#tableSet .block.talk::before {
	content: "TALK";
	background-color: #47da3f;
}

#tableSet .block.live.talk {
}

@media screen and (min-width: 769px) {
#tableSet .block.live {
	min-height: auto;
}

#tableSet .block.talk {
}

#tableSet #day1 .time15 .block.live,
#tableSet #day1 .time16 .block.live,
#tableSet #day2 .time15 .block.live {
}

#tableSet .block.live::before,
#tableSet .block.talk::before {
}

#tableSet .block.live::before {
}

#tableSet .block.talk::before {
}

#tableSet .block.live.talk {
}

/* size & position */
#tableSet .timeblock {
	position: relative;
	height: calc(60 * 6 * 1px);
}

#tableSet #day1 .timeblock.time22 {
	height: 60px;
}

#tableSet #day2 .timeblock.time21 {
	height: 60px;
}

#tableSet .timeblock .block {
	width: 100%;
}

.min5 { height: calc(100% / 6 * 0.5); }
.min10 { height: calc(100% / 6 * 1); }
.min20 { height: calc(100% / 6 * 2); }
.min30 { height: calc(100% / 6 * 3); }
.min30plus { height: calc(100% / 6 * 3 + 4px); }
.min35 { height: calc(100% / 6 * 3.5); }
.min35plus { height: calc(100% / 6 * 3.5 + 4px); }
.min40 { height: calc(100% / 6 * 4); }
.min40plus { height: calc(100% / 6 * 4 + 4px); }
.min45 { height: calc(100% / 6 * 4.5); }
.min45plus { height: calc(100% / 6 * 4.5 + 4px); }
.min50 { height: calc(100% / 6 * 5); }
.min50plus { height: calc(100% / 6 * 5 + 4px); }
.min55 { height: calc(100% / 6 * 5.5); }
.min60 { height: calc(100% / 6 * 6); }
.min60plus { height: calc(100% / 6 * 6 + 4px); }
.min65 { height: calc(100% / 6 * 6.5); }
.min70 { height: calc(100% / 6 * 7); }
.min80 { height: calc(100% / 6 * 8); }
.min85 { height: calc(100% / 6 * 8.5); }
.min90 { height: calc(100% / 6 * 9); }
.min100 { height: calc(100% / 6 * 10); }
.min110 { height: calc(100% / 6 * 11); }
.min120 { height: calc(100% / 6 * 12); }

.before10 { top: calc(100% / 6 * -1 - 2px); } /*border分をマイナス*/
.before15 { top: calc(100% / 6 * -1.5 - 2px); }
.before20 { top: calc(100% / 6 * -2 - 2px); }
.before30 { top: calc(100% / 6 * -3 - 2px); }
.before40 { top: calc(100% / 6 * -4 - 2px); }
.before50 { top: calc(100% / 6 * -5 - 2px); }
.before60 { top: calc(100% / 6 * -6 - 2px); }

.after10 { top: calc(100% / 6 * 1 ); position: absolute !important; }
.after15 { top: calc(100% / 6 * 1.5 ); position: absolute !important; }
.after20 { top: calc(100% / 6 * 2 ); position: absolute !important; }
.after30 { top: calc(100% / 6 * 3 ); position: absolute !important; }
.after35 { top: calc(100% / 6 * 3.5 ); position: absolute !important; }
.after40 { top: calc(100% / 6 * 4 ); position: absolute !important; }
.after45 { top: calc(100% / 6 * 4.5 ); position: absolute !important; }
.after50 { top: calc(100% / 6 * 5 ); position: absolute !important; }
.after55 { top: calc(100% / 6 * 5.5 ); position: absolute !important; }
.after60 { top: calc(100% / 6 * 6 ); position: absolute !important; }

/**/
}

#tableSet .block .sponsor {
	padding: 8px 0 0;
	margin-bottom: 8px;
}

#tableSet .block .sponsor span {
	font-size: 1.3rem;
	font-weight: 700;
	background-color: #09325c;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 6px 30px;
	border-radius: 30px;
}

#tableSet .block .blockHead {
	padding: 8px 0 0;
	margin-bottom: 8px;
}

#tableSet .block .blockHead span {
	font-size: 1.2rem;
	font-weight: 700;
	border: 1px solid #09325c;
	color: #09325c;
	display: inline-block;
	line-height: 1;
	padding: 4px 25px;
	border-radius: 30px;
	font-family: din-2014, sans-serif;
}

@media screen and (min-width: 769px) {
#tableSet .block .sponsor {
	padding: 5px 0 0;
	margin-bottom: 5px;
}

#tableSet .block .sponsor span {
	font-size: 1.2rem;
	padding: 4px 20px 3px;
}
}

#tableSet .block .time {
	font-family: din-2014, sans-serif;
	font-size: 2rem;
	font-weight: 700;
}

#tableSet .block.live .time {
	color: #f02b9a;
}

#tableSet .block.talk .time {
	color: #47da3f;
}

@media screen and (min-width: 769px) {
#tableSet .block .time {
}

#tableSet .block.live .time {
}

#tableSet .block.talk .time {
}
}

#tableSet .block .time .vr {
	display: inline-block;
	background-color: #d41c1c;
	color: #fff;
	line-height: 1;
	padding: 3px 10px;
	margin-left: 15px;
	transform: translateY(-3px);
	font-size: 1.6rem;
}


@media screen and (min-width: 769px) {
#tableSet .block .time .vr {
	transform: translateY(-1px);
}
}

#tableSet .block .ttl {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 8px;
}

#tableSet .block .ttl a {
	text-decoration: underline;
	color: #09325c;
}

#tableSet .block .ttl a:hover {
	text-decoration: none;
}

#tableSet .block .ttl .comingsoon {
}

@media screen and (min-width: 769px) {
#tableSet .block .ttl {
}

#tableSet .block .ttl + .time {
	margin-top: 20px;
}

#tableSet .block .ttl a {
}

#tableSet .block .ttl a:hover {
}

#tableSet .block .ttl .comingsoon {
}
}

#tableSet .block .credit {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

#tableSet .block .credit b {
	font-size: 85%;
	display: inline;
}

#tableSet .block .attention {
	color: #fff;
	font-size: 1.4rem;
	background: #d41c1c;
	padding: 5px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	width: calc(100% - 20px);
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 12px;
}

#tableSet .block .credit .attention em {
}

@media screen and (min-width: 769px) {
#tableSet .block .credit {
}

#tableSet .block .credit b {
}

#tableSet .block .attention {
}

#tableSet .block .credit .attention em {
}
}

#tableSet .block .thumb {
	margin-top: 8px;
}

#tableSet .block .thumb li {
	/*width: calc(100% / 4.5 - 12px);*/
	width: calc(100% / 4 - 12px);
	border: 1px solid #cecece;
	border-radius: 6px;
	overflow: hidden;
	display: inline-block;
	margin-right: 3px;
}

#tableSet .block .thumb li img {
}

@media screen and (min-width: 769px) {
#tableSet .block .thumb {
}

#tableSet .block .thumb li {
	width: 50px;
}

#tableSet .block .thumb li img {
}
}

@media screen and (min-width: 840px) {
	#tableSet .block .thumb li {
		width: calc(100% / 4 - 12px);
	}
}

/* .blank */
#tableSet .blank {
	font-size: 1.3rem;
	text-align: center;

	z-index: 2;
}

#tableSet .blank .txt {
}

#tableSet .blank .popup {
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 1;
}

#tableSet .blank .popup em {
	display: inline-block;
	position: relative;
}

@media screen and (min-width: 769px) {
#tableSet .blank {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0;
}

#tableSet .blank .txt {
}

#tableSet .blank .popup {
	position: relative;
}

#tableSet .blank .popup::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0;
	top: 100%;
	z-index: -1;
	opacity: 0;
}

#tableSet .blank .popup em {
}
}

#tableSet .blank .popup em::after {
	content: "i";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #09325c;
	color: #fff;
	border-radius: 50px;
	font-size: 1.1rem;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	line-height: 1;
	padding-top: 2px;
	margin-left: 12px;
	transform: translateY(-1px);
}

#tableSet .blank .popup .popupBox {
	position: absolute;
	top: calc(100% + 4px);
	left: -20px;
	width: calc(100% + 40px);

	z-index: 100;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
	text-align: left;
	border-radius: 6px;

	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: opacity 0.4s ease-out 0s;
}

#tableSet .blank .popup .popupBox::before {
	content: "";
	position: absolute;
	top: -1px;
	right: 20px;
	transform: rotate(45deg);
	width: 16px;
	height: 16px;
	background: #fff;
	z-index: 2;
}

#tableSet .blank .popup .popupBox::after {
	content: "";
	position: absolute;
	top: -2px;
	right: 19px;
	transform: rotate(45deg);
	width: 18px;
	height: 18px;
	background: #09325c;
	z-index: -10;
}

#tableSet .blank .popup .popupBox p {
	padding: 10px 10px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#tableSet .blank .popup:hover .popupBox {
	height: auto;
	opacity: 1;
	overflow: visible;
	border: 1px solid #09325c;
}

#tableSet .blank .popup:hover .popupBox p {
}

/*#tableSet .blank .popup .popupBox { display:none; }*/



/* .closed */
#tableSet .closed {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 0;
}

#tableSet .closed .txt {
	font-family: din-2014, sans-serif;
	opacity: 0.3;
	font-size: 2.2rem;
	font-weight: 700;
}

#tableSet .closed .txt b {
}

#tableSet .closed .finale {
	font-weight: 700;
	font-size: 1.4rem;
	opacity: 0.3;
}

@media screen and (min-width: 769px) {
#tableSet .closed {
padding: 0 10px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
height: 100%;
line-height: 1.3;
}

#tableSet .closed .txt {
font-size: 1.8rem;
}

#tableSet .closed .txt b {
}

#tableSet .closed .finale {
	width: 100%;
}
}

/**/
#day1 {
}

#day2 {
}


/* OPTION
------------------------------ */


/* Gigya Share [ for J-me Bar ]
------------------------------ */
#snsArea {
	margin-bottom: 40px;
}

#topPage #snsArea {
	display: block;
	margin-top: 60px;
}

#gigyaShare {
}

#jme-point-img {
	margin: 0 8px 0px 0;
}

@media screen and (max-width: 768px) {
	#snsArea {
		margin-bottom: 30px;
	}
}

.license_box {
	font-size:8px;
}