/*********************************
上書き（style-header.php）
*********************************/
.h3-title
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.div-wrap-100vw
{
	position: sticky;
    top: 0;
    z-index: 1000;
    margin-bottom: 30px;
	opacity: 1;
	background-color: #eee;
	border-top: none;
	border-bottom: none;
}
.l-rank-box
{
	top: 10px;
    left: 10px;
    font-size: 12px;
    background-color: #999;
	/* border-radius: 0 0 3px 0; */
	border-radius: 50%;
}
/*********************************
上書き（style-container-cast-box.php）
*********************************/
.sns-div
{
    margin-top: 20px;
}
/*********************************
タイトル
*********************************/
.title-pop,
.title-pop2,
.title-pop3,
.title-pop4,
.title-pop5
{
	color: #fff;
	background-color: #7ab359;
    border-radius: 30px;
    width: 160px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 10px;
	text-align: center;
}
.title-pop
{
	background-color: #7ab359;
}
.title-pop2
{
	background-color: #af9b65;
}
.title-pop3
{
	background-color: #597ab3;
}
.title-pop4
{
	background-color: #b25979;
}
.title-pop5
{
	background-color: #444;
}
/*********************************
タブ
*********************************/
/* タブ切り替え */
.search-kodawari
{
	width: 1100px;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0;
}
.buttons-div{
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
/* 切り替えボタンの装飾 */
.tab-drama-li
{
	flex: 1 0 auto;
	/* width: calc(100% / 1); */
    /* width: 135px; */
    /* width: 110px; */
    font-size: 14px;
    /* border-radius: 3px; */
    text-align: center;
    display: inline-block;
    line-height: 3;
    /* margin-right: 10px; */
    border-right: thin solid #fff;
}
.tab-drama-li a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #999;
    font-weight: normal;
}
/* カーソルが重なった時 */
.tab-drama-li:hover
{
	opacity: 0.5;
}
.tab-drama-li a:hover
{
	opacity: 0.5;
}
/* 選択中 */
.tab-drama-li.selected
{
	background-color: #333;
}
.tab-drama-li.selected a
{
	color: #fff;
}
/*********************************
検索結果表示エリア
*********************************/
/* ふわっと表示させる */
@keyframes displayAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#search-result-area
{
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
	margin-bottom: 30px;
}
.cast-box:first-child, .cast-box:nth-child(2)
{
	border-top: none;
}
/* 受賞数ボタン（ドラマ・映画） */
.drama-small2
{
	width: auto;
    color: #333;
	color: #af9b65;
    border-radius: 3px;
    line-height: 1;
    padding: 5px 5px;
    font-size: 12px;
    margin-bottom: 6px;
	border: thin solid #af9b65;
	margin-left: 4px;
}
/* 主演数ボタン（俳優・女優） */
.drama-small3
{
	width: auto;
    color: #696969;
	/* color: #af9b65; */
    border-radius: 3px;
    line-height: 1;
    padding: 5px 5px;
    font-size: 12px;
    margin-bottom: 6px;
	border: thin solid #aaa;
	margin-left: 4px;
	width: 140px;
    text-align: center;
}
/* --------------------------------------------------------
レスポンシブ
最大幅820px以下の画面に対して適用
---------------------------------------------------------*/
@media (max-width: 820px) {

	/*********************************
	上書き（style-header.php）
	*********************************/
	.h3-title
	{
		padding-top: 0;
		font-size: 4.73vmin;
		line-height: 1.4;
	}
	.div-wrap-100vw
	{
		margin-bottom: 0;
		top: 40px;
	}
	.vod-memo
	{
		font-size: 12px;
		margin-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}

	/*********************************
	タイトル
	*********************************/
	.title-pop,
	.title-pop2,
	.title-pop3,
	.title-pop4
	{
		display: none;
	}
    /*********************************
    タブ
    *********************************/
    .search-kodawari
    {
		width: 100%;
    }
	.buttons-div
	{
		/* justify-content: flex-start; */
	}
	
    .tab-drama-li
	{
        font-size: 12px;
		background-color: #eee;
    }
	.tab-drama-li:selected
	{
		flex: 0 0 auto;
    }

	.tab-drama-li a
	{
		/* padding: 0 10px; */
	}
	/*********************************
	検索結果表示エリア
	*********************************/
	.display-flex
	{
		margin-bottom: 0;
	}
	.l-rank-box
	{
		font-size: 12px;
	}
}