@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%;
	font-size: 4rem;
}

@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 {
font-size: 2.8rem;
}
}

/* =========================================================
CONTENTS
========================================================= */
#allWrap {
}

#cntWrap {
}

#mainWrap {
	width:90% !important;
	max-width: initial;
	margin: 0 auto 80px;
	padding: 100px 0 20px !important;
}

section {
}

section:last-child {
}

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

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

#leadArea p {
}

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

#leadArea p {
}
}


/* エントリーページ
------------------------------ */

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

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


#freeArea .lead {
	margin-bottom: 80px;
	padding:20px;
	border:solid 1px #09335d;
}

#freeArea .lead .rule{
	width:400px;
	margin:0 auto 20px;
	padding:10px 30px;
	background-color:#09335d;
	font-size: 2.0rem;
	font-weight:bold;
	color:#fff;
}

#freeArea .lead ul{
	width:80%;
	margin:0 auto 40px;
}

#freeArea .lead li{
	text-align:left;
	margin:0;
	list-style: disc;
	line-height:1.8;
}

#freeArea .lead li b{
	font-weight:bold;
}

#freeArea .lead .caution{
	margin:0 auto 20px;
	font-size: 1.6rem;
	font-weight:bold;
	color:#ff0000;
}



#listenersStatus .ttl_h3{
	width:100%;
	margin:0 auto 20px;
	padding:10px 30px;
	background-color:#09335d;
	text-align:center;
}

#listenersStatus h3{
	width:100% !important;
	height:auto !important;
	font-size: 2.0rem;
	font-weight:bold;
	color:#fff;
}

#listenersStatus h3{
	width:100% !important;
	height:auto !important;
	font-size: 2.0rem;
	font-weight:bold;
	color:#fff;
	text-indent: initial !important;
}


#listenersStatus dl{
	margin:40px auto;
}

#listenersStatus dt{
	font-size:1.2em;
	font-weight:bold;
	text-align:right;
	display:inline-block;
	width: 240px;
}

#listenersStatus dt span{
	font-size:1.0em;
	color:#ff0000;
}

#listenersStatus dd{
	display:inline-block;
	width: 400px;
	text-align:left;
}

#listenersStatus input[type="text"], input[type="email"] {
    display: inline-block;
		font-size:1.2em;
    width: 100%;
    padding: 3px;
    background-color: #f8f8f8;
    border-radius: 6px;
}

#listenersStatus input[type="submit"] {
	color: #333;
	font-size:1.2em;
	border: solid 1px #333;
	border-radius: 8px;
	padding: 10px 20px;
	width: auto;
	display: inline-block;
	margin: 0 10px 40px;
	background-color:#ccc;
}

#listenersStatus input[type="submit"]:Hover {
  cursor: pointer;
}

#listenersStatus .buyticket {
  margin:60px auto 0;
}




#listenersStatus .block_form .link {
		display: block;
    width: 80%;
    margin: 50px auto 100px;
		position: relative;
}

#listenersStatus .block_form .link a{
		color:#fff;
		background-color: #d41c1c;
		font-size: 2.8rem;
		font-weight: 700;
		padding: 30px 10px;
		display:block;
}

#listenersStatus .block_form .link a::after{
		content: "";
		display: block;
		width: 22px;
		height: 20px;
		background-image: url(../img/common/icon_arrow_fff.svg);
		background-size: contain;
		position: absolute;
		top: calc(50% - 10px);
		right: 30px;
}



@media screen and (max-width: 768px) {
#freeArea {
	width: calc(100% - 20px);
	margin: 0 auto;
}

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

#freeArea .lead {
	margin-bottom: 80px;
	padding:5px;
	border:solid 1px #09335d;
}

#freeArea .lead .rule{
	width:100%;
	margin:0 auto 20px;
	padding:10px 30px;
	background-color:#09335d;
	font-size: 2.0rem;
	font-weight:bold;
	color:#fff;
}

#freeArea .lead ul{
	width: 89%;
	margin: 0 0 20px 30px;
}

#freeArea .lead li{
	text-align:left;
	margin:0;
	list-style: disc;
	line-height:1.8;
}

#freeArea .lead li b{
	font-weight:bold;
}

#freeArea .lead .caution{
	margin:0 auto 20px;
	font-size: 1.6rem;
	font-weight:bold;
	color:#ff0000;
}

#listenersStatus dt{
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	display:block;
	width: 100%;
}


#listenersStatus .block_form .link {
		display: block;
    width: 100%;
    margin: 50px auto 100px;
		position: relative;
}

#listenersStatus .block_form .link a{
		color:#fff;
		background-color: #d41c1c;
		font-size: 2.8rem;
		font-weight: 700;
		padding: 30px 10px;
		display:block;
}

#listenersStatus .block_form .link a::after{
		content: "";
		display: block;
		width: 22px;
		height: 20px;
		background-image: url(../img/common/icon_arrow_fff.svg);
		background-size: contain;
		position: absolute;
		top: calc(50% - 10px);
		right: 10px;
}

}






#listenersStatus form {
	margin-bottom:40px;
}

#listenersStatus h3 {
	background: initial !important;
}

#loginArea {
	background: #eaeaea !important;
}
/* 
------------------------------ */