.div-wrap-adsense
{
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-top: 0px;
}
/*********************************
上書き（style-header.css）
*********************************/
.title-div
{
	justify-content: center;
	border-bottom: thin solid #333;
}
.l-rank-box
{
	width: 36px;
    height: 30px;
    font-style: normal;
    font-size: 12px;
    left: 3px;
    top: 2px;
}
.third-title2
{
	margin-bottom: 0;
}
#articles .third-title2
{
	margin-bottom: 10px;
}
.div-wrap
{
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-top: 60px;
}
/*********************************
ファーストエリア
*********************************/
/* 左エリア */
.left-div
{
	width: 30%;
	margin-right: 30px;
}
/* 画像div */
.wrap-img-div
{
	border: thin solid #ddd;
	width: 100%;
	height: 500px;
	background-color: #eee;
}
.wrap-img-div img
{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/* ボタン類 */
.wrap-btn-div
{
	line-height: 1;
    align-items: center;
	margin-top: 15px;
	margin-bottom: 0;
}
/* 右エリア */
.right-div
{
	width: 70%;

}
/* イントロ */
.intro-div
{
	font-size: 14px;
    line-height: 1.6;
    padding: 0px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}
/* vod */
.vod-div
{
	line-height: 1;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 20px;
}
.vod-div-flex
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.vod-div-flex li
{
	margin-right: 20px;
	align-items: center;
}
/* vodアイコン */
.vod-icon
{
	max-width: 40px;
    object-fit: contain;
    object-position: center;
}
.vod-icon:hover
{
	opacity: 0.5;
}
/* テーブル */
.first-table
{
	line-height: 22px;
	width: 100%;
	table-layout: fixed;
	border-collapse:collapse;
}
.first-table th
{
	width: 20%;
	font-weight: lighter;
	background-color: #f6f5f4;
	color: #333;
}
.first-table td
{
	width: 80%;
}
.first-table th,
.first-table td
{
	border: #f1f1f1 solid thin;
	border-right: none !important;
    border-left: none !important;
	border-collapse: collapse;
	padding: 6px 20px;  
	font-size: 14px;
}
.first-table td
{
background-color: #fff;
}
.first-table td a:hover
{
	opacity: 0.5;
}
.af-div
{
	margin-top: 15px;
}
/*********************************
目次
*********************************/
.page-contents-nav
{
    /* 画面幅いっぱいにはみ出す */
	width: 100vw;
    margin: 0 calc(50% - 50vw);
	background-color: #333;
	/* 上部で固定 */
	position: sticky; 
	top: 0;
	z-index: 100;
	opacity: 0.92;
	margin-bottom: 0;
}
.page-contents-div
{
	width: 1100px;
	margin: 0 auto;	
}
.page-contents-ul
{
	font-size: 14px;
	display: flex;
}
.page-contents-ul li
{
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: thin solid #f2f2f2;
    width: 100%;
}
.page-contents-ul li:last-child
{
	border-right: none;
}
.page-contents-ul li a
{
	display: block;
    line-height: 30px;
    font-weight: lighter;
    padding: 10px;
    width: 100%;
}
.page-contents-ul li i
{
	display: block;
	font-weight: lighter;
}

.page-contents-ul li:hover
{
    background: rgba(204, 204, 204, 0.3);
	transition : 0.5s;
}
.page-contents-ul li a
{
    color: #fff;
}
/*********************************
あらすじ
*********************************/
.video
{
	max-width: 100%;
	height: 550px;
	margin-bottom: 20px;
}
.summary-text
{
	font-size: 14px;
	line-height: 2;
	border: #f1f1f1 solid thin;
	background-color: #fff;
	padding: 25px;
	border-radius: 3px;
}
/*********************************
キャスト、上書き（style-container-cast-box.css）
*********************************/
.cast-box
{
	height: 180px;
}
/* スタッフテーブルの下のマージン */
.first-table:nth-child(2)
{
	margin-bottom: 50px;
}
.role-name::after
{
	content: '---';
}
/* 役ボタン */
.role-btn
{
	margin-right: 6px;
    line-height: 1;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    background-color: #333;
    width: 22px;
    height: 22px;
	display: flex;
	justify-content: center;
    align-items: center;
}
/* イントロ紹介文 */
.intro-content
{
	font-size: 14px;
	line-height: 1.4;
	position: relative;
}
/*********************************
配信先
*********************************/
.table-10
{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	/* margin-bottom: 50px; */
	background-color: #fff;
	font-size: 14px;
}
/* テーブルのヘッダー */
.tr-test-10
{
	background-color: #333;
	font-size: 16px;
}
.table-10 th
{
	width: 50%;
	text-align: center;
	font-weight: lighter;
	color: #fff;
}
.table-10 td
{
	width: 50%;
	text-align: center;
}
.table-10 td a:hover
{
	opacity: 0.5;
}
.table-10 th,
.table-10 td
{
	border: thin solid #eee;
    border-right: none;
    border-left: none;
    padding: 15px;
    line-height: 1.2;
    letter-spacing: 1px;
    padding: 15px;
    line-height: 1.2;
}
.table-10 img
{
	vertical-align: middle;
	width: 160px;
    height: 46px;
}
.table-10 img:hover
{
	opacity: 0.5;
}
/*********************************
受賞歴
*********************************/
/* 受賞部門 */
.intro2
{
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
}
/*********************************
特集
*********************************/
#articles
{
	padding-top: 60px;

}
.container20
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.container20-box
{
	position: relative;
    width: -webkit-calc(97% / 4);
    width: calc(97% / 4);
    font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.container20-box:nth-child(4n)
{
	margin-right: 0;
}
.container20-box:hover
{
	cursor: pointer;
}
/* 画像 */
.container-box-feature-img img
{
	object-fit: cover;
    width: 100%;
	height: 150px;
	margin: 0 auto;
	display: block;
}
.container20-box-img:hover
{
	opacity: 0.5;
}
.container20-box-img
{
	height: 160px;
}
.container20-box-img img
{
	object-fit: cover;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 1px;
	border-radius: 3px;
}
/* テキスト部分 */
.container20-box-text
{
	text-align: center;
	padding: 4px;
	line-height: 1.4;
}
/* タイトル */
.container20-box-text-title
{
	font-size: 14px;
	line-height: 1.6;
	/* 1行表示 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container20-box-text-title:hover
{
    opacity: 0.5;
}
/* --------------------------------------------------------
レスポンシブ
最大幅820px以下の画面に対して適用
---------------------------------------------------------*/
@media (max-width: 820px) {

	.div-wrap-adsense
	{
		background-color: #fff;
		border-top: thin solid #ddd;
		border-bottom: thin solid #ddd;
		margin: 10px 0;
	}
	.creative:not(.interstitial)
	{
		border: none;
	}
	/*********************************
	上書き（style-header.css）
	*********************************/
	.title-div
	{
		padding: 0;
		margin-bottom: 0;
		margin-top: 0;
	}
	.l-rank-box
	{
		width: 32px;
		height: 32px;
		font-size: 10px;
		left: 5px;
	}
	.first-title
	{
		width: 100%;
		padding: 10px 10px;
		font-weight: bold;
	}
	:first-of-type
	{
		/* margin-top: 10px; */
		margin-top: 0;

	}
	.div-wrap
	{
		padding-top: 0;
	}
	
	/*********************************
	ファーストエリア
	*********************************/
	/* 左エリア */
	.left-div
	{
		width: 100%;
		margin-right: 0;
	}
	/* 画像div */
	.wrap-img-div
	{
		width: 100%;
		border: none;
		/* height: 570px; */
		height: 480px;
	}
	/* ボタン類 */
	.wrap-btn-div
	{
		margin: 10px 10px -3px 10px;
		text-align: center;
	}
	/* 右エリア */
	.right-div
	{
		width: 100%;
	}
	/* イントロ */
	.intro-div
	{
		padding: 10px;
		margin-bottom: 0;
		line-height: 26px;
	}
	/* .vod-div
	{
		margin-bottom: 30px;
	} */
	/* テーブル */
	.first-table {
		margin-bottom: 0;
	}
	.first-table th
	{
		width: 30%;
	}
	.first-table td
	{
		width: 70%;
	}
	.first-table th,
	.first-table td
	{
		padding: 5px 10px;  
	}
	.af-div
	{
		padding-bottom: 15px;
		padding-right: 10px;
		padding-left: 10px;
	}
	/*********************************
	目次
	*********************************/
	.page-contents-nav
	{
		top: 40px;
		margin-bottom: 10px;
	}
	.page-contents-div
	{
		width: auto;
	}
	.page-contents-ul
	{
		font-size: 12px;
		display: flex;
	}
	.page-contents-ul li a
	{
		line-height: 20px;
		font-weight: lighter;
	}
	/*********************************
	あらすじ
	*********************************/
	.video
	{
		height: 350px;
		margin-bottom: 0;
	}
	/* あらすじ */
	.summary-text
	{
		line-height: 26px;
		border: none;
		border-radius: 0;
		border: none;
		border-top: none;
		border-bottom: none;
		padding: 20px;
	}
	/*********************************
	キャスト
	*********************************/
	/* スタッフテーブルの下のマージン */
	.first-table:nth-child(2)
	{
		margin-bottom: 0;
	}
		/* 役ボタン */
	.role-btn
	{
		font-size: 11px;
		width: 20px;
		height: 20px;
	}
	/*********************************
	配信先
	*********************************/
	.table-10
	{
		margin-bottom: 0;
	}
	
	.table-10 img
	{
		width: 120px;
        height: 34px;
	}
	/* 必須メモ */
	.vod-memo
	{
		font-size: 12px;
		line-height: 26px;
		padding: 10px 10px;
		text-align: left;
		margin-bottom: 0;
	}
	/*********************************
	受賞歴
	*********************************/
	/* 必須メモ */
	#award .vod-memo
	{
		text-align: left;
	}
	/* 受賞部門 */
	.intro2
	{
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	/*********************************
	特集
	*********************************/
	#articles
	{
		padding-top: 0px;

	}
	.container20
	{
		display: block;
	}
	.container20-box
	{
		width: 100%;
		font-size: 14px;
		padding-right: 10px;
		padding-left: 10px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	/* 画像 */
	#articles-ranking-div .container-box-feature-img img
	{
		height: 100px;
	}
	/* テキスト部分 */
	.container20-box-text
	{
		text-align: left;
	}
	/* タイトル */
	.container20-box-text-title
	{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.container20-box-text-title a
	{
		color: #333;
	}
}