@charset "utf-8";
	
/*----------放送時間----------*/

.hoso {
	display: flex;
	justify-content: space-between;
	margin: 0 40px 30px;
}
	@media screen and (max-width: 619px){
		.hoso {
			flex-wrap: wrap;
			justify-content: center;
			margin: 0 5px 10px;
		}
		.hoso li {
			width: 45%;
			margin: 0 1% 1%;
		}
	}
	
/*----------リード----------*/

.lead {
	margin-bottom: 35px;
	text-align: center;
	font-weight: 900;
	font-size: 26px;
	font-feature-settings: "palt";
	line-height: 1.7;
}
	@media screen and (max-width: 619px){
		.lead {
			margin: 0 15px 15px;
			text-align: left;
			font-weight: 900;
			font-size: 17px;
		}
	}
	
/*----------MC----------*/

.mc {
	position: relative;
	width: 900px;
	margin: -30px auto 40px;
	padding: 0 15px 15px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
	z-index: 2;
}
.mc p.ttl {
	margin: 0 -15px 15px;
	padding-bottom: 3px;
	font-weight: 900;
	text-align: center;
	font-feature-settings: "palt";
	font-size: 32px;
	color: #afff53;
	background: url("../images/ttl_bg.png") repeat center top / 490px;
	border-radius: 30px 30px 0 0;
}
.mc ul {
	text-align: center;
}
.mc ul li {
	display: inline-block;
	margin: 0 0.75em;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	font-feature-settings: "palt";
}
.mc ul li span {
	display: block;
	margin-top: -5px;
	font-weight: 400;
	font-size: 75%;
}
	@media screen and (max-width: 619px){
		.mc {
			width: auto;
			margin: -15px 15px 20px;
			padding: 0 0 7px;
			border-radius: 15px;
			box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
		}
		.mc p.ttl {
			margin: 0 0 10px;
			font-size: 24px;
			color: #afff53;
			border-radius: 15px 15px 0 0;
		}
		.mc ul li {
			margin: 0 0 3px;
			font-size: 15px;
		}
		.mc ul li:nth-child(odd) {
			width: 14em;
		}
		.mc ul li:nth-child(even) {
			width: 9em;
		}
		.mc ul li span {
			margin-top: -3px;
		}
	}

/*----------参加作品＆登場アーティスト----------*/

.programContent {
	width: 900px;
	margin: 0 auto 40px;
	padding: 0 30px 10px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}
.programContent p.ttl,
.programContent p.sttl,
.programContent p.schedule {
	padding-bottom: 3px;
	font-weight: 900;
	text-align: center;
	font-feature-settings: "palt";
}
.programContent p.ttl {
	margin: 0 -30px 30px;
	font-size: 32px;
	color: #afff53;
	background: url("../images/ttl_bg.png") repeat center top / 490px;
	border-radius: 30px 30px 0 0;
}
.programContent p.sttl {
	margin-bottom: 20px;
	font-size: 28px;
	color: #fff;
	background: #ff1d1d;
}
.programContent p.schedule {
	margin-bottom: 20px;
	font-size: 24px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.programContent .artistList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.programContent .artistList ul {
	width: 48.5%;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.5;
}
.programContent .artistList ul.aipri {
	width: 100%;
}
.programContent .artistList ul.aipri li:nth-child(2) {
	display: flex;
	justify-content: space-between;
}
.programContent .artistList ul.aipri li:nth-child(2) ul {
	width: 49.6%;
	margin-bottom: 0;
}
.programContent .artistList ul img {
	width: 100%;
	margin: 6px 0;
}
.programContent .artistList ul.norinoritimes img {
	width: auto;
	height: 275px;
}
.programContent .artistList ul.shimajiro img {
	width: auto;
	height: 271px;
}
.programContent .artistList ul li:nth-child(1) {
	padding: 5px 0;
	font-weight: 700;
	background: #cee6ff;
}
.programContent .artistList ul.aipri li:nth-child(2) ul li:nth-child(1) {
	padding: 0;
	background: none;
}
.programContent .artistList ul.aipri li:nth-child(2) ul li:nth-child(2) {
	justify-content: center;
}
.programContent ul.works {
	margin-bottom: 20px;
	overflow: hidden;
}
.programContent ul.works li:nth-child(1) {
	float: left;
	width: 305px;
	margin-right: 15px;
}
.programContent ul.works li:nth-child(1) img {
	width: 100%;
}
.programContent ul.works li:nth-child(2) a {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.5;
}
.programContent ul.works li:nth-child(3) {
	margin-bottom: 0.5em;
	font-weight: 700;
}
.programContent ul.works li:nth-child(4) {
	line-height: 1.6;
	margin-left: 320px;
}
	@media screen and (max-width: 619px){
		.programContent {
			width: auto;
			margin: 0 15px 20px;
			padding: 0 15px 1px;
			border-radius: 15px;
			box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
		}
		.programContent p.ttl,
		.programContent p.sttl,
		.programContent p.schedule {
			padding: 1px 0 3px;
			font-weight: 900;
			text-align: center;
			font-feature-settings: "palt";
		}
		.programContent p.ttl {
			margin: 0 -15px 15px;
			padding: 4px 0 5px;
			font-size: 24px;
			line-height: 1.3;
			border-radius: 15px 15px 0 0;
		}
		.programContent p.sttl {
			margin-bottom: 15px;
			font-size: 20px;
		}
		.programContent p.schedule {
			margin-bottom: 15px;
			font-size: 16px;
		}
		.programContent .artistList {
			flex-direction: column;
		}
		.programContent .artistList ul {
			width: 100%;
			margin-bottom: 20px;
		}
		.programContent .artistList ul.aipri li:nth-child(2) {
			flex-direction: column;
		}
		.programContent .artistList ul.aipri li:nth-child(2) ul {
			width: 100%;
		}
		.programContent .artistList ul img {
			margin: 5px 0;
		}
		.programContent .artistList ul.norinoritimes img,
		.programContent .artistList ul.shimajiro img {
			height: auto;
		}
		.programContent ul.works {
			margin-bottom: 20px;
		}
		.programContent ul.works li:nth-child(1) {
			float: none;
			width: 100%;
			margin: 0 0 0.5em;
		}
		.programContent ul.works li:nth-child(2) a {
			font-size: 16px;
		}
		.programContent ul.works li:nth-child(3) {
			margin-bottom: 0.5em;
			font-weight: 700;
		}
		.programContent ul.works li:nth-child(4) {
			margin-left: 0;
		}
	}

/*----------お知らせ----------*/

.top_news {
	width: 600px;
	margin: 0 auto 40px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}
.top_news p.ttl {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 3px;
	font-weight: 900;
	font-size: 32px;
	text-align: center;
	color: #afff53;
	font-feature-settings: "palt";
	background: url("../images/ttl_bg.png") repeat center top / 490px;
	border-radius: 30px 30px 0 0;
}
.top_news ul {
	padding: 0 20px 20px;
}
.top_news ul a {
	color: #000;
	text-decoration: none;
	line-height: 1.5;
}
.top_news ul li:not(:last-child) {
	margin-bottom: 0.75em;
}
.top_news ul li p:first-child {
	float: left;
	width: 150px;
	padding-bottom: 2px;
	color: #fff;
	text-align: center;
	background: #ff1d1d;
	border-radius: 100px;
}
.top_news ul li p:last-child {
	margin-left: 160px;
	font-weight: 400;
}
	@media screen and (max-width: 619px){
		.top_news {
			width: auto;
			margin: 0 15px 20px;
			border-radius: 15px;
			box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
		}
		.top_news p.ttl {
			margin-bottom: 12px;
			font-size: 24px;
			border-radius: 15px 15px 0 0;
		}
		.top_news ul {
			padding: 0 15px 12px;
		}
		.top_news ul a {
			color: #000;
			text-decoration: none;
			line-height: 1.5;
		}
		.top_news ul li:not(:last-child) {
			margin-bottom: 0.75em;
		}
		.top_news ul li p:first-child {
			float: none;
			width: 140px;
			margin-bottom: 0.25em;
			padding-bottom: 1px;
		}
		.top_news ul li p:last-child {
			margin-left: 0;
		}
	}
