@charset "utf-8";

/*----------データ放送----------*/

.entry.data .card_img {
	float: left;
	margin: 0 20px 30px 0;
	width: 180px;
}
.entry.data .card_img img {
	width: 100%;
}
.entry.data h4 {
	clear: both;
	position: relative;
	margin: 0 0 1em;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	background: #98a6af;
	border-left: 10px solid #5c6c76;
	z-index: 10;
}
.entry.data p {
	margin-bottom: 1em;
}
.entry.data .step {
	padding-left: 40px; 
}
.entry.data .step span {
	display: block;
	float: left;
	margin-top: -2px;
	width: 32px;
	height: 32px;
	margin-left: -40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #5c6c76;
	text-shadow: none;
}
.entry.data .screen {
	width: 510px;
	margin: 0 auto 40px;
}
.entry.data .screen img {
	width: 100%;
}
.entry.data ul.rare {
	margin: 0 0 8px 40px;
}
.entry.data ul.rare li {
	display: inline-block;
	margin: 0 2px 7px 0;
	padding: 2px 6px;
	border: 1px solid #98a6af;
}
.entry.data ul.rare li:nth-child(1) {
	background: -webkit-linear-gradient(50deg, #ca7a33, #ffff00);
	background: -o-linear-gradient(50deg, #ca7a33, #ffff00);
	background: linear-gradient(140deg, #ca7a33, #ffff00);
}
.entry.data ul.rare li:nth-child(2) {
	background: -webkit-linear-gradient(50deg, #d780e8, #fff);
	background: -o-linear-gradient(50deg, #d780e8, #fff);
	background: linear-gradient(140deg, #d780e8, #fff);
}
.entry.data ul.rare li:nth-child(3) {
	margin-right: 50px;
	background: -webkit-linear-gradient(50deg, #ffff00, #fff);
	background: -o-linear-gradient(50deg, #ffff00, #fff);
	background: linear-gradient(140deg, #ffff00, #fff);
}
.entry.data ul.rare li:nth-child(4) {
	background: #6090da;
}
.entry.data ul.rare li:nth-child(5) {
	background: #9ca0a3;
}
.entry.data .note {
	margin: -34px 0 0 40px;
	font-size: 75%;
}
.entry.data .note:last-child {
	margin-bottom: 0;
}
.entry.data .present_img {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	z-index: 10;
}
.entry.data .present_name {
	margin-bottom: 10px;
	padding: 10px 10px 5px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #fe4f4f;
	border: 3px solid #fe4f4f;
	box-shadow: 0 0 0 2px #fff inset;
}
.entry.data .present_name span {
	color: yellow;
	font-size: 200%;
	text-shadow: #000 2px 0px 2px, #000 -2px 0px 2px, #000 0px -2px 2px, #000 -2px 0px 2px, #000 2px 2px 2px, #000 -2px 2px 2px, #000 2px -2px 2px, #000 -2px -2px 2px, #000 1px 2px 2px, #000 -1px 2px 2px, #000 1px -2px 2px, #000 -1px -2px 2px, #000 2px 1px 2px, #000 -2px 1px 2px, #000 2px -1px 2px, #000 -2px -1px 2px, #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px -1px 2px, #000 -1px -1px 2px;
}
.entry.data .present_num {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.entry.data .present_period li {
	font-weight: bold;
	text-align: center;
}
.entry.data .present_period li:first-child {
	margin-bottom: 5px;
	padding: 5px;
	color: #fff;
	background: #000;
}
.entry.data .present_period li:last-child {
	margin-bottom: 30px;
	font-size: 160%;
}
.entry.data .present_btn_off,
.entry.data .present_btn a {
	width: 400px;
	margin: 0 auto 30px;
	padding: 20px 0;
	text-align: center;
	font-size: 150%;
	border-radius: 100px;
}
.entry.data .present_btn_off {
	color: #fff;
	background: #ddd;
}
.entry.data .present_btn a {
	display: block;
	color: #000;
	text-decoration: none;
	border: 4px solid #000;
	background: linear-gradient(to bottom, #fff, #fff338 30%, #e94c07 90%, #e94c07);
	box-shadow: 0 0 0 3px #fff inset;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.entry.data .present_btn a:hover {
	opacity: 0.6;
}
.entry.data .present_note p {
	margin-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.entry.data ul.immunity {
	position: relative;
	z-index: 10;
	list-style-type: none;
}
.entry.data ul.immunity li {
	margin-bottom: 0.8em;
	padding-left: 1.2em;
	position: relative;
	text-shadow: 
    #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.entry.data ul.immunity li:last-child {
	margin-bottom: 0;
}
.entry.data ul.immunity li:before {
	position: absolute;
	content: "◆";
	left: 0;
	top: 0;
	color: #98a6af;
}
	@media screen and (max-width: 619px){
		.entry.data .card_img {
			margin: 0 15px 20px 0;
		}
		.entry.data .screen {
			width: 100%;
		}
		.entry.data .note {
			margin-left: 0;
		}
		.entry.data ul.rare li:nth-child(3) {
			display: table;
			margin-right: 2px;
		}
		.entry.data .present_period li:last-child {
			font-size: 130%;
		}
		.entry.data .present_img img {
			width: 250px;
		}
		.entry.data .present_btn_off,
		.entry.data .present_btn a {
			width: 80%;
			font-size: 130%;
		}
		.entry.data .present_btn a:hover {
			opacity: 1;
		}
	}

/*----------新着情報----------*/

.read{
	margin-bottom: 1em;
}

.subheading{
	font-weight: bold;
}

.point_text{
	color: #5b91ae;
	font-weight: bold;
}

.wallpaper{
	margin-bottom: 20px;
	text-align: center;
}

.wallpaper div{
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
}

.wallpaper div:nth-of-type(even){
	margin-right: 0;
}

.wallpaper div a img{
	width: 285px;
}

.notes{
	font-size: 0.8em;
}

@media screen and (max-width: 619px){
	.wallpaper div{
		text-align: center;
		margin-right: 0;
	}
	
	.wallpaper div a img{
		width: 100%;
	}
}

/*----------ストーリー----------*/

.entry.story p {
	font-size: 18px;
	font-weight: bold;
	color: #00005c;
	line-height: 1.8;
}
.entry.story p {
	margin-bottom: 1em;
}
.entry.story p:first-child {
	margin-right: 200px;
}
	@media screen and (max-width: 619px){
		.entry.story p {
			font-size: 16px;
			font-weight: normal;
			line-height: 1.7;
		}
		.entry.story p:first-child {
			margin-right: 60px;
		}
	}

/*----------PV----------*/

.moviebox {
	margin: 30px auto 10px;
	max-width: 580px;
}
.movie_sp {
	width: 100%;
	margin: 5% auto 0;
	padding-top: 56.25%;
	position: relative;
}
.movie_sp iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}


/*--次回予告動画--*/
.mov {
	margin: 20px auto 30px;
}
.mov .mov_free {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.mov .mov_free iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
	@media screen and (max-width: 619px){
		.mov {
			margin: 2% auto 3%;
		}
	}


	
/*----------キャラクター----------*/

.entry.chara .illust {
	position: absolute;
	right: 0;
	width: 320px;
	text-align: center;
	bottom: 0;
	z-index: 20;
}
.entry.chara .txtbox {
	min-height: 230px;
	padding-right: 290px;
}
	@media screen and (max-width: 619px){
		.entry.chara h3 img {
			height: 45px;
		}
		.entry.chara .illust {
			position: relative;
			width: auto;
			margin-bottom: 15px;
		}
		.entry.chara .txtbox {
			min-height: auto;
			padding-right: 15px;
		}
	}

/*----------スタッフ・キャスト／ベストセレクション----------*/

.entry.staff dl dt,
.entry.selection dl dt {
	float: left;
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	color: #00005c;
}
.entry.staff dl dd,
.entry.selection dl dd {
	margin-bottom: 6px;
	padding: 1px 0 6px 12em;
	border-bottom: 1px dotted #98a6af;
	text-shadow: 
	#fff 2px 0px 2px, #fff -2px 0px 2px,
	#fff 0px -2px 2px, #fff -2px 0px 2px,
	#fff 2px 2px 2px, #fff -2px 2px 2px,
	#fff 2px -2px 2px, #fff -2px -2px 2px,
	#fff 1px 2px 2px, #fff -1px 2px 2px,
	#fff 1px -2px 2px, #fff -1px -2px 2px,
	#fff 2px 1px 2px, #fff -2px 1px 2px,
	#fff 2px -1px 2px, #fff -2px -1px 2px,
	#fff 1px 1px 2px, #fff -1px 1px 2px,
	#fff 1px -1px 2px, #fff -1px -1px 2px;
}
.entry.selection dl dd {
	padding: 1px 0 6px 9em;
}
	@media screen and (max-width: 619px){
		.entry.staff dl dt,
		.entry.selection dl dt {
			clear: both;
			margin-bottom: 0;
			padding-bottom: 0;
			position: relative;
		}
		.entry.staff dl dt:after {
			content: "：";
		}
		.entry.staff dl dd,
		.entry.selection dl dd {
			position: relative;
			padding: 0 0 6px;
			z-index: 10;
		}
	}

/*----------エピソード----------*/

.epi_ttl {
	margin: 0 20px 20px;
	text-align: center;
}
.epi_ttl.back {
	margin: 60px 20px 20px;
}
.epinav {
	margin: 30px 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 0;
}
.epinav a,
.current_page {
	display: inline-block;
	margin: 0 5px 10px;
	padding: 0 13px;
	color: #be0e18;
	line-height: 36px;
	font-size: 16px;
	height: 36px;
	text-decoration: none;
	border: 3px solid #be0e18;
	border-radius: 100px;
}
.epinav a:hover {
	color: #fff;
	background: #e94709;
}
.current_page {
	color: #fff;
	background: #be0e18;
}
	@media screen and (max-width: 619px){
		.epi_ttl {
			margin: 0 0 4%;
		}
		.epi_ttl.back {
			margin: 8% 0 4%;
		}
		.epinav {
			margin: 5% auto;
		}
		.epinav a,
		.current_page {
			margin: 0 3px 6px;
			color: #fff;
			border: 2px solid #fff;
		}
		.epinav a:hover {
			color: #fff;
			background: none;
		}
		.current_page {
			color: #be0e18;
			background: #fff;
		}
	}
	
/*----------場面写----------*/

.thum {
	margin: 30px 0 0;
	text-align: center;
}
.thum img {
	margin: 0 5px;
}
	@media screen and (max-width: 619px){
		.thum {
			margin: 5% auto 0;
		}
		.thum img {
			margin: 0 1%;
		}
	}

/*----------動画----------*/

.mov {
	position: relative;
	margin: 30px auto;
	text-align: center;
	width: 580px;
	z-index: 10;
}
.movie_area {
	width: 100%;
}
@media screen and (max-width: 619px){
		.mov {
			width: 100%;
			margin: 5% 0 0;
		}
	}

/*----------エピソード時間変更----------*/

.timetxt {
	display: table;
	margin: 0 auto 20px;
	padding: 10px 20px;
	color: #be0e18;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	border: 4px solid #be0e18;
	box-sizing: border-box;
}
	@media screen and (max-width: 619px){
		.timetxt {
			margin: 0 3% 4%;
			padding: 2% 4%;
			color: #fff;
			border: 2px solid #fff;
			background: #000;
		}
	}
	
/*----------動画配信----------*/
ul.streaminglist{
	width: 90%;
	margin: 0 auto 30px;
}
.streaminglist li{
	background: #98a6af;
	position: relative;
	box-shadow: 4px 4px 0 #fd3d3d;
}
	.streaminglist li:not(:last-of-type){margin-bottom: 0.75em;}
	.streaminglist li::before{
		content: '';
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
		border-style: solid;
		border-width: 10px 0 10px 12px;
		border-color: transparent transparent transparent #ffffff;
	}
.streaminglist li a{
	/*color: #fd3d3d;*/
	padding: 0.5em 1em 0.5em 2em;
	text-decoration: none;
	display: block;
}
.anchor{
	margin-top: -1.5em;
	margin-bottom: 1.5em;
	padding-right: 18px;
	text-align: right;
}
	.anchor a{
		background: #98a6af;
		padding: 0.5em 0.75em;
		color: #fd3d3d;
		font-weight: normal;
		text-decoration: none;
	}
.streambox{
	position: relative;
	z-index: 10;
}
.streambox dt {
	float: left;
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	color: #00005c;
}
.streambox dd {
	margin-bottom: 6px;
	padding: 1px 0 6px 12em;
	border-bottom: 1px dotted #98a6af;
}
.streambox small{font-size: 0.9375rem;}
.moviebox {
	max-width: 540px;
	margin: 0.5em auto 0;
	position: relative;
	z-index: 10;
}
.movie_sp {
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
	position: relative;
}
.movie_sp:not(:last-child){
	margin-bottom: 30px;
}
.movie_sp iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
	@media screen and (max-width: 619px){
		ul.streaminglist{width: 95%;}
		.streaminglist li{
			background: #fff;
			box-shadow: 3px 3px 0 #98a6af;
		}
			.streaminglist li::before{
				left: 10px;
				border-color: transparent transparent transparent #fd3d3d;
			}
		.streaminglist li a{
			padding: 0.5em 1em 0.5em 1.75em;
		}
		.anchor{
			margin-top: 0;
			margin-bottom: 1.5em;
			padding-right: 0;
		}
			.anchor a{
				color: #00005c;
			}
		.streambox dt {
			width: 100%;
			clear: both;
			margin-bottom: 0;
			padding-bottom: 0;
			position: relative;
		}
		.streambox dt:after {
			content: "：";
		}
		.streambox dd {
			width: 100%;
			position: relative;
			padding: 0 0 6px;
			text-shadow: 
			#fff 2px 0px 2px, #fff -2px 0px 2px,
			#fff 0px -2px 2px, #fff -2px 0px 2px,
			#fff 2px 2px 2px, #fff -2px 2px 2px,
			#fff 2px -2px 2px, #fff -2px -2px 2px,
			#fff 1px 2px 2px, #fff -1px 2px 2px,
			#fff 1px -2px 2px, #fff -1px -2px 2px,
			#fff 2px 1px 2px, #fff -2px 1px 2px,
			#fff 2px -1px 2px, #fff -2px -1px 2px,
			#fff 1px 1px 2px, #fff -1px 1px 2px,
			#fff 1px -1px 2px, #fff -1px -1px 2px;
			z-index: 10;
		}
	}
/*----------放送局情報----------*/

.entry.onair .txtbox {
	min-height: 260px;
}
	@media screen and (max-width: 619px){
		.entry.onair .txtbox {
			min-height: 165px;
		}
	}