@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*----------動画----------*/

.mov {
	width: 700px;
	margin: 0 auto 40px;
}
.mov .mov_inner {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.mov .mov_inner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
	@media screen and (max-width: 769px){
		.mov {
			width: 100%;
			margin-bottom: 30px;
		}
	}

/*----------放送文言、ロゴ、MC、リード----------*/

.onair {
	margin: 0 auto 20px;
	text-align: center;
}
h1 {
	position: relative;
	margin: 0 auto -55px;
	text-align: center;
	z-index: 10;
}
.mc {
	width: 700px;
	margin: 0 auto 40px;
	text-align: center;
}
.mc img {
	width: 100%;
	margin-bottom: 12px;
}
.mc p {
	font-weight: 900;
	font-feature-settings: "palt";
	font-size: 24px;
	line-height: 1.3;
}
.mc p span {
	display: inline-block;
	margin-right: 0.25em;
	padding: 0 0.75em 2px;
	color: #fff;
	background: #ee001b;
	border-radius: 100px;
}
.mc p.note {
	margin-top: 6px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
}
.lead {
	width: auto;
	margin: 0 auto 40px;
	padding: 18px 30px;
	text-align: center;
	font-weight: 900;
	font-feature-settings: "palt";
	font-size: 28px;
	line-height: 1.6;
	text-shadow: 2px 3px 0 #fff;
	background: url("../images/lead_bg.jpg") no-repeat center center / cover;
}
	@media screen and (max-width: 619px){
		.onair {
			width: 85%;
			margin-bottom: 15px;
		}
		h1 {
			margin-bottom: -6% !important;
		}
		h1 img {
			width: 100%;
		}
		.mc {
			width: 100%;
			margin-bottom: 20px;
		}
		.mc img {
			margin-bottom: 8px;
		}
		.mc p {
			font-size: 16px;
		}
		.mc p.note {
			margin-top: 4px;
			font-size: 14px;
		}
		.lead {
			margin: 0 -15px 20px;
			padding: 12px 15px;
			font-size: 18px;
			line-height: 1.5;
			text-shadow: 1px 2px 0 #fff;
		}
	}

/*----------出演者----------*/

.performer {
	width: 900px;
	margin: 0 auto 20px;
}
.performer .ttl {
	margin-bottom: 15px;
	padding: 0 0 2px;
	color: #fff;
	font-weight: 900;
	font-feature-settings: "palt";
	font-size: 24px;
	text-align: center;
	background: #ee001b;
}
.performer .ttl span {
	color: yellow;
}
.performer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.performer ul li {
	width: 32%;
	text-align: center;
	font-feature-settings: "palt";
	margin-bottom: 15px;
}
/*** .performer ul li:last-child {
	margin-right: 34%;
} ***/
.performer ul li img {
	width: 100%;
	margin-bottom: 4px;
}
.performer p.right {
	text-align: right;
}
.performer p.second {
	display: table;
	white-space: nowrap;
	margin-bottom: 30px;
	text-align: center;
	color: #ee001b;
	font-weight: 900;
	font-feature-settings: "palt";
	font-size: 28px;
}
.performer p.second:before,
.performer p.second:after {
	content: '';
	display: table-cell;
	width: 50%;
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
	background-clip: padding;
}
.performer ul li span {
	display: inline-block;
	margin-left: 0.5em;
	padding: 2px 0.5em 3px;
	color: yellow;
	font-weight: 900;
	font-feature-settings: "palt";
	font-size: 14px;
	line-height: 1;
	background: #ee001b;
	border-radius: 100px;
}
	@media screen and (max-width: 619px){
		.performer {
			width: 100%;
			margin-bottom: 10px;
		}
		.performer .ttl {
			margin-bottom: 10px;
			font-size: 16px;
		}
		.performer ul li {
			width: 49%;
			margin-bottom: 10px;
		}
		/*** .performer ul li:last-child {
			margin-right: auto;
		} ***/
		.performer ul li img {
			margin-bottom: 3px;
		}
		.performer p.second {
			margin-bottom: 20px;
			font-size: 20px;
		}
		.performer ul li span {
			adding: 2px 0.5em;
			font-size: 11px;
			vertical-align: 1px;
		}
	}
	
/*----------ナレーター----------*/

p.narrator {
	display: table;
	margin: 0 auto 30px;
	text-align: center;
}
p.narrator span {
	display: block;
	margin-bottom: 3px;
	padding: 0 0.75em 2px;
	color: #fff;
	font-weight: 900;
	background: #ee001b;
	border-radius: 100px;
}
		@media screen and (max-width: 619px){
		p.narrator {
			margin-bottom: 20px;
		}
		p.narrator span {
			padding: 1px 0.75em 2px;
		}
	}
	
/*----------新着情報----------*/

.topnews {
	display: flex;
	width: 700px;
	margin: 0 auto 40px;
}
.topnews .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	background: #ee001b;
	border: 5px solid #000;
	border-radius: 20px 0 0 20px;
}
.topnews .ttl a {
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	font-feature-settings: "palt";
	font-size: 32px;
}
.topnews ul {
	width: calc(100% - 170px);
	padding: 10px 15px;
	line-height: 1.5;
	background: #ffd900;
	border: 5px solid #000;
	border-left: none;
	border-radius: 0 20px 20px 0;
}
.topnews ul li a {
	color: #000;
	text-decoration: none;
}
.topnews ul li:not(:last-child) {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #000;
}
.topnews ul li p:first-child {
	float: left;
}
.topnews ul li p:last-child {
	margin-left: 100px;
}
	@media screen and (max-width: 619px){
		.topnews {
			flex-direction: column;
			width: 100%;
			margin-bottom: 30px;
		}
		.topnews .ttl {
			width: 100%;
			padding: 2px 0 4px;
			border: 3px solid #000;
			border-bottom: none;
			border-radius: 10px 10px 0 0;
			box-sizing: border-box;
		}
		.topnews .ttl a {
			font-size: 20px;
			line-height: 1.3;
		}
		.topnews ul {
			width: 100%;
			padding: 8px 12px;
			line-height: 1.4;
			border: 3px solid #000;
			border-radius: 0 0 10px 10px;
			box-sizing: border-box;
		}
		.topnews ul li a {
			color: #000;
			text-decoration: none;
		}
		.topnews ul li:not(:last-child) {
			margin-bottom: 6px;
			padding-bottom: 6px;
		}
		.topnews ul li p:last-child {
			margin-left: 90px;
		}
	}
	
/*----------Instagram----------*/

.instagram a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 400px;
	margin: 0 auto 40px;
	padding: 10px;
	text-decoration: none;
	font-feature-settings: "palt";
	font-size: 20px;
	font-weight: 900;
	line-height: 1.4;
	color: #0961b4;
	background: url("../images/instagram_arrow.svg") no-repeat right -1px center / 16px, linear-gradient(to bottom, #fff, #c0dffc);
	border: 1px solid #0c7fec;
	border-radius: 10px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}
.instagram img {
	width: 60px;
	padding-right: 10px;
}
.instagram p {
	width: calc(100% - 60px);
}
	@media screen and (max-width: 619px){
		.instagram a {
			width: 320px;
			margin-bottom: 30px;
			padding: 8px;
			font-size: 16px;
		}
		.instagram img {
			width: 48px;
			padding-right: 6px;
		}
		.instagram p {
			width: calc(100% - 48px);
		}
	}

/*----------ソーシャル----------*/

ul.social {
	display: flex;
	justify-content: space-between;
	width: 240px;
	margin: 0 auto 15px;
}
	@media screen and (max-width: 619px){
		ul.social {
			display: none;
		}
		.tx_social_table {
			margin: 0 auto 10px;
		}
		#sp_social_area {
			margin: 0 !important;
		}
	}
