/* CSS Document */

#contents_new_inner{
	width: 1280px;
	margin: 0 auto;
	padding-top: 30px;
}
.ttl_new{
	text-align: center;
	margin-bottom: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.ttl_day_new{
	text-align: center;
	margin-bottom: 10px;
}
.list_artist_new{
    display: flex;
    display: -webkit-flex;
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    clear: both;
	text-align: center;
}
.block_day_new{
	margin-bottom: 20px;
}
.block_day_new:nth-last-of-type(1){
	margin-bottom: 0;
}
.list_artist_new li{
	margin: 0 1px 9px;
	width: 114px;
}
.list_artist_new li img{
	width: 100%;
}
.content_block_new{
	margin-bottom: 80px;
}
.box_setlist_new{
	width: 410px;
	float: left;
	margin-right: 25px;
}
.box_setlist_new:nth-last-of-type(1){
	margin-right: 0;
}
.table_setlist{
	width: 100%;
}
.table_setlist th,
.table_setlist td{
	border: 1px solid #c8c8c8;
	vertical-align: middle;
	padding: 5px;
	font-weight: 700;
}
.table_setlist th{
	color: #FFF;
	text-align: center;
	font-size: 16px;
	width: 5%;
	background-color: #aa000a;
}
.table_setlist td{
	font-size: 16px;
	background-color: #FFF;
}
.ttl_setlist_new{
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 5px;
	color: #665a42;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.day1 .ttl_setlist_new{
	color: #665a42;
}
.day1 .table_setlist th{
	background-color: #1e9600;
}
.day1 .table_setlist td .song{
	color: #1e9600;
}
.day2 .ttl_setlist_new{
	color: #665a42;
}
.day2 .table_setlist th{
	background-color: #0064c8;
}
.day2 .table_setlist td .song{
	color: #0064c8;
}
.day3 .ttl_setlist_new{
	color: #665a42;
}
.day3 .table_setlist th{
	background-color: #aa000a;
}
.day3 .table_setlist td .song{
	color: #aa000a;
}
.mov_new{
	width: 800px;
	margin: 0 auto;
}
.mov_new .inner_new{
	position: relative;
	padding-top: 56.25%;
}
.mov_new .inner_new iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.ttl_themesong_new{
	font-size: 24px;
	padding-top: 5px;
  color: #665a42;
  text-align: center;
}
#gallery_new_wrapper{
  background: url("../images/top_new/bg_sns.png") no-repeat center top;
  padding-bottom: 80px;
  padding-top: 50px;
}
#gallery_new_wrapper .content_block_new {
    margin-bottom: 0;
}
.list_gallery_new{
    display: flex;
    display: -webkit-flex;
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    clear: both;
	text-align: center;
}
.list_gallery_new li{
	width: 128px;
}
#bn_new{
	text-align: center;
	margin-bottom: 80px;
}
#bn_new li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}



@media (min-width:769px) {
	.sp{
		display:none !important;
	}
}
@media (max-width:768px) {
	.pc{
		display:none !important;
	}
	body#top{
		-webkit-text-size-adjust: 100%;
		background-size: 250% auto;
	}
	img{
		max-width:100%;
		height:auto;
	}
	#contents_new{
		margin: -42px 0 0;
		width: auto;
	}
	#contents_new_inner{
		width: auto;
		min-width: 0;
		padding-top: 50px;
	}
	
	.ttl_new{
		text-align: center;
		margin-bottom: 15px;
		height: auto;
		padding: 0;
		background-size: auto 100%;
	}
	.ttl_new img{
		width: auto;
		height: 30px;
	}
	#artist_new .ttl_new img{
		/*height: 40px;*/
	}
	.ttl_day_new{
		text-align: center;
		margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
	}
	.ttl_day_new img{
		width: auto;
    max-width: none;
		height: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	}
	#artist_new .inner_new{
		padding: 0 1%;
	}
	.inner_new{
		padding: 0 2%;
	}
	.list_artist_new{
		display: flex;
		display: -webkit-flex;
	  -webkit-justify-content: center; /* Safari */
	  justify-content:         center;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		clear: both;
		text-align: center;
	}
	.block_day_new{
		margin-bottom: 20px;
	}
	.block_day_new:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.list_artist_new li{
		margin: 0 1% 2%;
		width: 31%;
	}
	.list_artist_new li img{
		width: 100%;
	}
	.content_block_new{
		margin-bottom: 20px;
	}
	.box_setlist_new{
		width: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.box_setlist_new:nth-last-of-type(1){
		margin-right: 0;
		margin-bottom: 0;
	}
	.table_setlist{
		width: 100%;
	}
	.table_setlist th,
	.table_setlist td{
		border: 1px solid #c8c8c8;
		vertical-align: middle;
		padding: 5px;
		font-weight: normal;
	}
	.table_setlist th{
		color: #FFF;
		text-align: center;
		font-size: 16px;
		width: 5%
	}
	.table_setlist td{
		font-size: 13px;
	}
	.ttl_setlist_new{
		font-size: 16px;
		font-weight: 700;
		padding-bottom: 5px;
		text-align: center;
	}
	.mov_new{
		width: 100%;
		margin: 0 auto;
	}
	.mov_new .inner_new{
		position: relative;
		padding-top: 56.25%;
	}
	.mov_new .inner_new iframe{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.ttl_themesong_new{
		font-size: 14px;
		padding-top: 5px;
	}
  #gallery_new_wrapper{
    padding-bottom: 20px;
    padding-top: 0;
  }
  #gallery_new_wrapper .content_block_new {
      margin-bottom: 0;
  }
  .list_gallery_new{
		display: flex;
		display: -webkit-flex;
	  -webkit-justify-content: center; /* Safari */
	  justify-content:         center;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		clear: both;
		text-align: center;
	}
	.list_gallery_new li{
		width: 33.33%;
	}
	.list_gallery_new li img{
		width: 100%;
	}
	#bn_new.clearfix{
		/*background-color: #FFF;*/
		width:auto;
		margin:0 0 0;
		padding: 7px 10px;
		background-color: #FFF;
	}
	#bn_new.clearfix ul {
		width: auto;
	}
	#bn_new.clearfix li{
		padding: 7px 0;
		float: left;
		width: 50%;
		margin: 0;
		text-align: center;
		box-sizing: border-box;
	}
	#bn_new.clearfix li:last-child{
		margin-right: 0;
	}
	#bn_new.clearfix li a,
	#bn_new.clearfix li img{
		display:block;
		vertical-align:top;
	}
	#bn_new.clearfix li img{
		display: inline;
		height: 25px;
	}
	#bn_new.clearfix li a{
		display: block;
		width: 100%;
	}
}




