
/*-----------------------------------------------
	index
-----------------------------------------------*/
/*secTop*/
.cmnTop{
	background:url(../img/artist/bgTop.jpg) no-repeat center bottom;
}
@media only screen and (max-width:767px){
	.cmnTop{
		background-size:130%;
	}
}


/* 日割発表 */
.secMain{
	background:url(../img/common/bgMain.jpg) repeat left top;
}
.secMain .wrapMain{
	width: 90%;
    max-width: 1600px;
    margin: 0 auto;	
}
@keyframes newBlink{
	50% {opacity:0;}
	100% {opacity:1;}
}
.secArtistDate{
	color:#fff;
	padding:100px 0 190px;
	width:1400px;
	margin:0 auto;
}
.secArtistDate .titTop{
	text-align:center;
	font-size:50px;
	font-weight:900;
	letter-spacing:1.5px;
	padding:0 0 100px;
}
.secArtistDateItem{
	width:50%;
	float:left;
	position:relative;
}
.secArtistDate .secArtistDateItem:nth-child(1)::after{
	content:"";
	width:2px;
	background: url(../img/artist/bd01.gif) repeat-y center;
	position:absolute;
	top:120px;
	bottom:-30px;
	right:-1px;
}
.secArtistDate .titDate{
	text-align:center;
	color:#fff;
	background:#00B0F0;
	font-size:22px;
	font-weight:bold;
	letter-spacing:3px;
	margin-bottom:40px;
	padding:28px 0 30px;
}
.secArtistDate .titDate.sun{
	background:#FF2F92;
}
.secArtistDate .boxList{
	font-size:0;
}
.secArtistDate .secArtistDateItem:nth-child(1) .boxList{
	padding-right:60px;
}
.secArtistDate .secArtistDateItem:nth-child(2) .boxList{
	padding-left:60px;
}
.secArtistDate .boxList li{
	display:inline-block;
	vertical-align:top;
	width:300px;
	margin:0 40px 37px 0;
	text-align:center;
	position:relative;
}
.secArtistDate .boxList li:nth-child(2n){
	margin-right:0;
}
.secArtistDate .boxList li.new::before{
	content:"New!";
	font-family: 'Allan', cursive;
	font-style:italic;
	font-size:20px;
	color:#FFFF00;
	position:absolute;
	top:-20px;
	left:0;
	webkit-animation:newBlink 1s steps(1) infinite;
	-moz-animation:newBlink 1s steps(1) infinite;
	animation:newBlink 1s steps(1) infinite;
	text-align:left;
	width:100%;
}
.secArtistDate .txt{
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.3px;
	padding:20px 0 0;
}
.secArtistDate .note{
	font-size:15px;
	line-height:2.1;
	letter-spacing:1px;
	padding:50px 0 0;
}
.secArtistDate .titMid{
	font-size:20px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	background:#66CCCC;
	padding:24px 0 26px;
	margin:25px 60px 50px 0;
}
.secArtistDate .secArtistDateItem:nth-child(2) .titMid{
	margin-right:0;
	margin-left:60px;
}
@media only screen and (max-width:1500px){
	.secArtistDate{
		width:100%;
		margin:0 auto;
	}
	.secArtistDate .secArtistDateItem:nth-child(1) .boxList{
		padding-right:20px;
	}
	.secArtistDate .secArtistDateItem:nth-child(2) .boxList{
		padding-left:20px;
	}
	.secArtistDate .boxList li{
		width:49%;
		margin-right:2%;
	}
	.secArtistDate .boxList li:nth-child(2n){
		margin-right:0;
	}
	.secArtistDate .boxList li img{
		width:100%;
		height:auto;
	}
	.secArtistDate .titMid{
		margin-right:20px;
	}
	.secArtistDate .secArtistDateItem:nth-child(2) .titMid{
		margin-right:0;
		margin-left:20px;
	}
}
@media only screen and (max-width:767px){
	.secMain .wrapMain{
		width: 94%;
	}	
	.secArtistDate{
		padding:50px 0;
		width:100%;
	}
	.secArtistDate .secArtistDateItem:nth-child(1) .boxList{
		padding-right:0;
	}
	.secArtistDate .secArtistDateItem:nth-child(2) .boxList{
		padding-left:0;
	}
	.secArtistDate .titTop{
		font-size:30px;
		letter-spacing:0.5px;
		padding:0 0 20px;
	}
	.secArtistDateItem{
		width:100%;
		float:none;
	}
	.secArtistDateItem2{
		margin-top:40px;
	}
	.secArtistDate .secArtistDateItem:nth-child(1)::after{
		display:none;
	}
	.secArtistDate .titDate{
		font-size:15px;
		letter-spacing:1px;
		margin-bottom:20px;
		padding:16px 0 16px;
	}
	.secArtistDate .boxList{
		width:90.63%;
		margin:0 auto;
	}
	.secArtistDate .boxList li{
		width:47.87%;
		margin:0 4.26% 30px 0;
	}
	.secArtistDate .boxList li:nth-child(2n){
		margin-right:0;
	}
	.secArtistDate .boxList li.new::before{
		font-size:14px;
		top:-15px;
	}
	.secArtistDate .txt{
		font-size:11px;
		letter-spacing:0px;
		padding:10px 0 0;
		line-height:1.6;
	}
	.secArtistDate .note{
		padding:10px 4.685% 0;
		font-size: 11px;
		letter-spacing: 0;
		line-height:1.8;
	}
	.secArtistDate .titMid{
		font-size:15px;
		letter-spacing:1px;
		padding:8px 0 8px;
		width:90.63%;
		margin:10px auto 20px;
	}
	.secArtistDate .secArtistDateItem:nth-child(2) .titMid{
		margin-right:auto;
		margin-left:auto;
	}
}
