/*
Theme Name: 日本放映プロ
Theme URI: http://www.nihonhoeipro.co.jp/
Author: 日本放映プロ株式会社
Author URI: http://www.nihonhoeipro.co.jp/
Description: 日本放映プロ株式会社の公式サイトです。有能な新人を短期間でプロのタレントとしてデビューさせるために、「新人養成部」と「芸能部」並びに「劇団部」を併設し、さらにテレビ番組やＣＭの企画制作及び、ミュージカルや各種イベントなどを製作実施する、「企画制作部」を加えた強力な体制をととのえています。
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: NHP
*/

/* 映画cast */
.static.content .cast p {
    margin-bottom: 0px;
}

/* movie open ボタン */
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #6BA086;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

/* 表示ボタン */
.openBtn {
cursor: pointer;
padding: 10px;
border: 1px solid #9FD6D2;
color: #666;
}
.openBtn:hover {
opacity: 0.7;
}
/* 説明文 */
.textArea {
display: none;
padding: 10px 10px 30px 50px !important;
color: #666;
}
/* 表示ボタン ー 逆三角アイコン */
.faColor {
color: #9FD6D2;
}


