@charset "utf-8";


/* ▼PC▼ */

#pagewrap {
	max-width: 1480px;
	margin: 0 auto;
	background-image: url('../images/common/bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#pagewrap br.sp{
	display: none;
}
#pagewrap .contents_wrap {
	padding: 70px 28px;
}
#pagewrap .contents_wrap h2 {
	padding: 0 0 28px 0;
	text-align: center;
	font-size: 42px;
	font-family: 'Lato';
	font-weight: 100;
	letter-spacing: 0.2em;
}

#pagewrap .andmore{
	font-family: 'Lato';
	font-weight: 100;
	font-size: 34px;
	text-align: center;
}

#pagewrap .renew-ico{
	position: relative;
}
#pagewrap .renew-ico::before{
	content: "UP";
	background-color: #FD0390;
	color: #fff;
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
	opacity: 1;
	animation: Flash-anim 1s infinite;
	z-index: 120;
	padding: 12px 6px;
}


#pagewrap .new-ico{
	position: relative;
}
#pagewrap .new-ico::before{
	content: "NEW";
	background-color: #FD0390;
	color: #fff;
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
	opacity: 1;
	animation: Flash-anim 1s infinite;
	z-index: 120;
	padding: 12px 6px;
}
@keyframes Flash-anim{
	50%{
		opacity: 0;
	}
}

/* -- #header ------------------------- */
#header .inner{
	background-color: #313854;
	padding: 16px;
}
#header .logo{
	float: left;
	line-height: 0;
}
#header .title{
	float: left;
	line-height: 0;
	padding: 0 0 0 20px;
}
#header .date{
	float: right;
	line-height: 0;
}

/* -- #main_visual ------------------------- */
#main_visual {
	padding: 0;
	margin: 0;
}
#main_visual li.item {
	padding: 0;
	margin: 0;
	line-height: 0;
}
#main_visual li.item img {
	width: 100%;
}

#main_visual ul{
	display: none;
}
#main_visual ul.slick-initialized{
	display: block;
}

/* -- #about ------------------------- */

#about .text {
	text-align: center;
	line-height: 2.8em;
	font-size: 16px;
	color: #333;
}
#about dl {
	border: solid #2D688B 1px;
	margin: 28px auto 0 auto;
	padding: 0px 28px 28px 28px;
	width: 420px;
}
#about dl dt {
	font-size: 14px;
	text-align: center;
	padding: 28px 0 7px 0;
	line-height: 1.4em;
	letter-spacing: .5em;
	font-weight: bold;
	color: #2D688B;
}
#about dl dd {
	font-size: 18px;
	text-align: center;
	line-height: 1.4em;

}
#about dl dd span {
	font-size: 12px;
}

/* -- #program ------------------------- */
#program .program-list{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
#program .program-list .program-list-item{
	width: 440px;
	position: relative;
	padding: 5px;
}
#program .program-list .program-list-item a{
	display: block;
	position: relative;
	color: #fff;
}
#program .program-list .program-list-item h3{
	position: absolute;
	top: 0;
	left: 0;
	padding: 14px;
	color: #fff;
	z-index: 100;
	line-height: 1.4em;
	font-size: 20px;
	font-weight: bold;
}
#program .program-list .program-list-item a:hover h3{
	opacity: 0;
}
#program .program-list .program-list-item .detail{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 14px;
	color: #fff;
	z-index: 100;
	line-height: 1.4em;
	font-size: 12px;
}
#program .program-list .program-list-item .detail li{
	padding: 3px 0 0 0;
}
#program .program-list .program-list-item a:hover .detail{
	opacity: 0;
}

#program .program-list .program-list-item h3 span{
	font-size: 12px;
}


#program .program-list .program-list-item .img{
	line-height: 0;
	background: #000;
	z-index: 10;
}
#program .program-list .program-list-item .img img{
	width: 100%;
	opacity: 0.5;
	transition: all 300ms ease;
}
#program .program-list .program-list-item a:hover .img img{
	opacity: 1;
}

#program .program-list .program-list-item .name{
	text-align: center;
}

/* -- #artist ------------------------- */
#artist .artist-list{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
#artist .artist-list .artist-list-item{
	width: 240px;
	padding: 14px;
}
#artist .artist-list .artist-list-item .img img{
	width: 100%;
}
#artist .artist-list .artist-list-item .name{
	text-align: center;
}
#artist .artist-list .artist-list-item .program {
	padding: 0.5em;
}
#artist .artist-list .artist-list-item .program dt{
	font-weight: bold;
	color: #777;
	font-size: 12px;
}
#artist .artist-list .artist-list-item .program dd{
	font-size: 14px;
	padding: 0.3em 0 0 0;
}

/* -- #ticket ------------------------- */

#ticket {
	width: 600px;
	margin: 0 auto;
}
#ticket h3{
	font-size: 28px;
	font-weight: 100;
	letter-spacing: 0.2em;
	padding: 28px 0 0 0;
}
#ticket p {
	padding: 24px 0 28px 0;
	text-align:center;
	font-size:20px;
}
#ticket dl {
	width: 600px;
	margin: 0 auto;
	padding: 24px 0 0 0;
}
#ticket dt {
	padding: 0;
	line-height: 1.6em;
	font-weight: bold;
	color: #777;
	font-size: 16px;
}
#ticket dd {
	padding: 7px 0 14px 1em;
	line-height: 1.6em;
	color: #888;
}


/* -- #access ------------------------- */
#access #gmap{
	width: 795px;
	height: 270px;
	margin: 0 auto;
}
#access #gmap iframe{
	width: 100%;
}
#access .traffic{
	width: 795px;
	margin: 0 auto;
}
#access .traffic dt{
	padding: 28px 0 0 0;
	font-weight: bold;
	line-height: 1.6em;
	color: #777;
	font-size: 16px;
}
#access .traffic dd{
	padding: 7px 0 14px 1em;
	font-size: 14px;
	line-height: 1.6em;
	color: #888;
}

/* -- #organization ------------------------- */

#organization dl {
	padding: 0 70px;
}
#organization dl dt {
	padding: 28px 0 0 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.2em;
}
#organization dl dd {
	padding: 7px 0 0 0;
	line-height: 1.8em;
	text-align: center;
	color: #333;
}

/* -- #information ------------------------- */

#information {
	padding: 56px 0;
}
#information h2{
	padding: 0 0 7px 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #666;
}
#information p{
	color: #888;
	text-align: center;
}

/* -- #program-page ------------------------- */
#program-page .main-visual {
	line-height: 0;
}
#program-page .main-visual img {
	width: 100%;
}

#program-page .main-info{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

#program-page .about {
	width: 50%;
	padding: 56px 28px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.4);
}
#program-page .about h2 {
	font-size: 34px;
	line-height: 1.2;
}
#program-page .about .soldout {
	font-size: 20px;
	display: inline-block;
	background-color: #f00;
	color: #fff;
	padding: 0px 12px;
}
#program-page .about h2 span {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
}
#program-page .about .info {
	padding: 28px 0;
}
#program-page .about .info dt {
	float: left;
	width: 60px;
	padding: 0 0 7px 0;
	line-height: 1.4em;
	font-weight: bold;
	color: #666;
}
#program-page .about .info dd {
	padding: 0 0 7px 60px;
	line-height: 1.4em;
	color: #666;
}
#program-page .about .img img {
	width: 100%;
}


#program-page .top-border {
	border-top: solid #2D688B 1px;
}

#program-page .detail {
	padding: 56px 28px;
	width: 50%;
	box-sizing: border-box;
}
#program-page .detail > dl > dt {
	float: left;
	width: 120px;
	padding: 0 0 7px 0;
	line-height: 1.6em;
	font-weight: bold;
	color: #777;
}
#program-page .detail > dl > dd {
	padding: 0 0 7px 120px;
	line-height: 1.6em;
	color: #888;
	margin: 0;
}
#program-page .ticket {
	border-top: solid #2D688B 1px;
	padding: 56px;
}
#program-page .ticket h2{
	font-size: 28px;
	font-weight: 100;
	letter-spacing: 0.2em;
	text-align: center;
}
#program-page .ticket dl {
	width: 600px;
	margin: 0 auto;
	padding: 24px 0 0 0;
}
#program-page .ticket dt {
	padding: 0;
	line-height: 1.6em;
	font-weight: bold;
	color: #777;
	font-size: 16px;
}
#program-page .ticket dd {
	padding: 7px 0 14px 1em;
	line-height: 1.6em;
	color: #888;
}

/* ▲PC▲ */
/* ------------------------------------------------------------------------------------------------------------ */


/* ▼Smartphone▼ */
@media screen and (max-width: 767px) {
	#pagewrap {
		width: 100%;
	}

	#pagewrap br.sp{
		display: inline;
	}

	#pagewrap .contents_wrap {
		padding: 70px 28px;
	}
	#pagewrap .contents_wrap h2 {
		padding: 0 0 28px 0;
		text-align: center;
		font-size: 28px;
		font-family: 'Lato';
		font-weight: 100;
		letter-spacing: 0.2em;
	}
	
	/* -- #header ------------------------- */
	#header .inner{
		padding: 12px;
		box-sizing: border-box;
	}
	#header .logo img {
		height: 42px;
	}
	#header .title{
		display: none;
	}
	#header .date{
		display: none;
	}
	#header #menu-btn{
		float: right;
	}


/* -- INDEX ------------------------- */
	/* -- #about ------------------------- */
	#about .text {
		text-align: center;
		line-height: 2.8em;
		font-size: 14px;
		color: #333;
	}
	#about dl {
		border: solid #2D688B 1px;
		margin: 28px auto 0 auto;
		padding: 0px 28px 28px 28px;
		width: 100%;
		box-sizing: border-box;
	}
	#about dl dt {
		font-size: 14px;
		text-align: center;
		padding: 28px 0 7px 0;
		line-height: 1.4em;
		letter-spacing: .5em;
		font-weight: bold;
		color: #2D688B;
	}
	#about dl dd {
		font-size: 18px;
		text-align: center;
		line-height: 1.4em;

	}
	#about dl dd span {
		font-size: 12px;
		line-height: 1.4em;
		display: inline-block;
	}

	/* -- #program ------------------------- */
	#program .program-list .program-list-item{
		width: 100%;
		position: relative;
		padding: 5px;
		box-sizing: border-box;
	}

	/* -- #artist ------------------------- */
	#artist .artist-list .artist-list-item{
		width: 100%;
		padding: 24px 42px;
		box-sizing: border-box;
	}

	/* -- #ticket ------------------------- */

	#ticket {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#ticket h3{
		font-size: 20px;
	}
	#ticket p {
		padding: 24px 0 28px 0;
	}
	#ticket dl {
		width: 100%;
		margin: 0 auto;
		padding: 24px 0 0 0;
	}
	#ticket dt {
		padding: 0;
		line-height: 1.6em;
		font-weight: bold;
		color: #777;
		font-size: 16px;
	}
	#ticket dd {
		padding: 7px 0 14px 1em;
		line-height: 1.6em;
		color: #888;
	}

	/* -- #access ------------------------- */
	#access #gmap{
		width: 280px;
		height: 400px;
		margin: 0 auto;
	}
	#access .traffic{
		width: 100%;
		margin: 0 auto;
	}
	
	/* -- #organization ------------------------- */

	#organization dl {
		padding: 0 10px;
	}
	#organization dl dt {
		padding: 28px 0 0 0;
		text-align: center;
		font-size: 18px;
		letter-spacing: 0.2em;
	}
	#organization dl dd {
		padding: 7px 0 0 0;
		line-height: 1.8em;
		text-align: center;
		color: #333;
		font-size: 12px;
	}
	
/* -- #program-page ------------------------- */
	#program-page .about h2 {
		font-size: 32px;
	}
	#program-page .about h2 span {
		font-size: 14px;
	}

	#program-page .main-info{
		display: block;
	}

	#program-page .about {
		width: 100%;
		padding: 56px 28px;
		box-sizing: border-box;
		background-color: rgba(255, 255, 255, 0.4);
	}
	#program-page .detail {
		padding: 56px 28px;
		width: 100%;
		box-sizing: border-box;
	}
	#program-page .ticket {
		border-top: solid #2D688B 1px;
		padding: 56px 24px;
	}
	#program-page .ticket dl {
		width: 100%;
		margin: 0 auto;
		padding: 24px 0;
		box-sizing: border-box;
	}
	#program-page .about .info dt {
		float: none;
		width: 100%;
		padding: 0 0 7px 0;
		line-height: 1.4em;
		font-weight: bold;
		color: #666;
	}
	#program-page .about .info dd {
		padding: 0 0 7px 1em;
		line-height: 1.4em;
		color: #666;
	}

	#program-page .detail > dl > dt {
		float: none;
		width: 100%;
		padding: 0 0 7px 0;
		line-height: 1.6em;
		font-weight: bold;
		color: #777;
	}
	#program-page .detail > dl > dd {
		padding: 0 0 7px 1em;
		line-height: 1.6em;
		color: #888;
	}


/* ------------------------------------------------ */
}
/* ▲Smartphone▲ */
