@charset "UTF-8";

/* =========================================================
COMMON
========================================================= */
body#pageLineup {
}


/* =========================================================
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/lineup/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.3) 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 0 200px;
}

section {
}

section:last-child {
}

@media screen and (max-width: 768px) {
#mainWrap {
	padding: 70px 0 120px;
}
}

/* リード
------------------------------ */
#leadArea {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	padding: 0 30px;
	margin-bottom: 70px;
}

#leadArea p {
}

#leadArea .note {
}

#leadArea .link {
	margin-top: 20px;
}

#leadArea .link a {
	display: inline-block;
	margin: 0 auto;
	border-bottom: 2px solid #d41c1c;
	padding: 0 15px;
}

@media screen and (max-width: 768px) {
#leadArea {
	font-size: 1.6rem;
	padding: 0 20px;
	margin-bottom: 40px;
	line-height: 1.6;
}

#leadArea p {
}

#leadArea .note {
}
}


/* 出演者 一覧
------------------------------ */
#artistArea {
}

#artistArea .areaInner {
	width: calc(100% - 60px);
	max-width: 1200px;
	margin: 0 auto;
}

#artistArea .note {
	text-align: right;
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: 700;
}

#artistArea ul {
	border-top: 1px solid #09325c;
	border-left: 1px solid #09325c;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 auto;
}

#artistArea ul li {
	background: #e9eef2;
	width: calc(100% / 3);
	border-right: 1px solid #09325c;
	border-bottom: 1px solid #09325c;
}

#artistArea ul li .pct {
	position: relative;
	overflow: hidden;
}

#artistArea ul li .pct .label {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	z-index: 1;
}

#artistArea ul li .pct .label b {
	display: block;
	width: 100%;
	height: 20px;
}

#artistArea ul li .pct .label b::before {
	width: 100%;
	height: 20px;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	overflow: hidden;
	color: #fff;
	transform: translateY(-1px);
}

#artistArea ul li .pct .label .talk {
	background: #47da3f;
}

#artistArea ul li .pct .label .live {
	background: #f02b9a;
}

#artistArea ul li .pct .label .talk::before {
	content: "TALK";
}

#artistArea ul li .pct .label .live::before {
	content: "LIVE";
}

#artistArea ul li .pct img {
	display: block;
}

#artistArea ul li dl {
	line-height: 1.4;
	text-align: left;
	padding: 25px 20px 35px;
}

#artistArea ul li dl dt {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 12px;
}

#artistArea ul li dl dd {
	letter-spacing: 0;
	font-size: 1.3rem;
}

/**/
#artistArea ul li .pct .labelNew {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#artistArea ul li .pct .labelNew::before {
	content: "NEW";
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: 12px;
	left: -4px;
	z-index: 4;
	width: 50px;
	text-align: center;
	transform: rotate(-45deg);
}

#artistArea ul li .pct .labelNew::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 60px 0 0;
	border-color: #d41c1c transparent transparent;
	z-index: 3;
}

#newComment {
	color: #d41c1c;
	border: 1px solid #d41c1c;
	position: relative;
	padding: 50px 30px 30px;
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 0;
}

#newComment .label {
	display: inline-block;
	border: 1px solid #d41c1c;
	line-height: 1;
	padding: 15px;
	font-size: 2.8rem;
	color: #fff;
	background: #d41c1c;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 340px;
}

#newComment p {
	font-size: 2rem;
}

#newComment p i {
}

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

#artistArea .areaInner {
	width: calc(100% - 40px);
}

#artistArea .note {
	font-size: 1.3rem;
}

#artistArea ul {
}

#artistArea ul li {
	width: calc(100% / 2);
}

#artistArea ul li .pct {
}

#artistArea ul li .pct .label {
	width: 40px;
}

#artistArea ul li .pct .label b {
	height: 16px;
}

#artistArea ul li .pct .label b::before {
	font-size: 1.2rem;
	height: 16px;
}

#artistArea ul li .pct .label .talk {
}

#artistArea ul li .pct .label .live {
}

#artistArea ul li .pct .label .talk::before {
}

#artistArea ul li .pct .label .live::before {
}

#artistArea ul li .pct img {
}

#artistArea ul li dl {
	padding: 15px 10px 25px;
}

#artistArea ul li dl dt {
	font-size: 1.6rem;
}

#artistArea ul li dl dd {
}

/**/
#artistArea ul li .pct .labelNew {
}

#artistArea ul li .pct .labelNew::before {
	top: 8px;
	left: -10px;
	font-size: 1.2rem;
}

#artistArea ul li .pct .labelNew::after {
	border-width: 42px 42px 0 0;
}

#newComment {
	margin: 60px auto 0;
	padding: 40px 10px 20px;
}

#newComment .label {
	font-size: 2.2rem;
	top: -28px;
	width: 280px;
}

#newComment p {
	font-size: 1.8rem;
}

#newComment p span {
	font-size: 90%;
}

#newComment p i {
}
}

@media screen and (max-width: 768px) {
#newComment .label {
	font-size: 2rem;
	top: -28px;
	width: 260px;
}
#newComment p {
	font-size: 1.6rem;
}
}


#tuskubaTitle {
	display: inline-block;
	border: 1px solid #09325c;
	line-height: 1;
	padding: 15px;
	font-size: 2.8rem;
	margin: 120px auto 15px;
	width: 340px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
#tuskubaTitle {
	font-size: 2rem;
	width: 260px;
	margin: 80px auto 15px;
}
}
/*
------------------------------ */


/* Gigya Share [ for J-me Bar ]
------------------------------ */
#snsArea {
	margin-top: 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-top: 30px;
	}
}