@charset "UTF-8";
/*
 staff.css（ファイル名変更可）
 本サイト各ページ用CSS
*/

.d-box-body{
	background-color: #000000;
	width: 100%;
	margin: 1.8% auto 15%;
	padding: 15% 0 10%;
	min-height: 500px;
	-webkit-transform: skewY(-10deg);
	-moz-transform: skewY(-10deg);
	-o-transform: skewY(-10deg);
}

#staff.d-area {
	margin: 30px auto 60px;
}


.staff-inner .d-box-body .staff-overview{
	color: #ffffff;
	-webkit-transform: skewY(10deg);
	-moz-transform: skewY(10deg);
	-o-transform: skewY(10deg);
}

.staff-inner h2.d-box-title{
	margin-left: auto;
	margin-right: 6%;
	width: 100%;
	max-width: 240px;
	height: auto;
	max-height: 106px;
	padding-top: calc(106 / 1000 * 100%);
	background-image: url("../images/staff/title.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	overflow: hidden;
	font-size: 0;
	position: relative;
	z-index: 100;
}

.staff-inner .d-box ul{
	text-align: center;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	transform: rotate(0.05deg);
	overflow: hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.staff-inner .d-box ul li strong{
	color: #ff0000;
	font-weight: bold;
	overflow: hidden;
}

.staff-inner .d-box ul li{
	font-size: 1.8rem;
	margin-bottom: 6%;
}

.staff-inner .d-box ul li span{
	font-size: 1.4rem;
}

/* モーダル */
.staff-inner {
    position: relative;
}

.modal {
    display: none;
    padding: 150px 20px 20px;
    height: 100%;
    width: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    position: fixed;
    overflow-y: auto;
}

div.modal-width {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.staff-overview-box{
}

.staff-overview-box a{
	border: 0;
    display: inline-block;
	cursor: pointer;
}

.staff-box-size{
    margin: 0 5%;
}
.staff-profile-box1 {
    background-color: #000;
    max-width: 1000px;
    margin: 30px auto;
	padding: 20px 20px;
    position: relative;
	color: #ffffff;
	min-height: 370px;
}

.staff-profile-box2 {
    background-color: #000;
    max-width: 1000px;
    margin: 30px auto;
	padding: 20px 10px;
    position: relative;
	color: #ffffff;
	min-height: 370px;
}
.staff-profile-box2::after {
    content: "";
    display: block;
    clear: both;
}

/* profileボックス内 */
.staff-name,
.staff-name-subtitle,
.staff-title {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	transform: rotate(0.05deg);
	font-weight: bold;
}

.staff-name {
   font-size: 32px;
    border-bottom: solid 1px #fff;
    overflow: hidden;
    padding-top: 0;
	padding-bottom: 5px;
	margin-bottom: 15px;
    font-weight: bold;
}

.staff-name-sub {
    font-size: 24px;
}

.staff-name-subtitle {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
}

.staff-title {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

.staff-profile-text-main {
    font-size: 18px;
    padding: 0 0 20px 0;
    line-height: 1.4;
    margin-top: 10px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	transform: rotate(0.05deg);
}

.staff-profile-text-main.comment-text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0;
}

.staff-profile-text {
    padding: 10px;
    font-size: 18px;
    padding-right: 15px;
    line-height: 1.4;
    margin-top: 10px;
}

.staff-overview-text a{
    border: 0;
    display: inline-block;
}

.comment-modal {
	position: relative;
	top: 5px;
    background-image: url("../images/cast-chart/btn-comment.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
    padding-top: calc(26 / 960 * 100%);
	width: 8.125%;
	margin-left: 2%;
}


/*  モーダルの閉じボタン  */
.close-btn {
    color: #fff;
    line-height: 1.6;
    font-size: 24px;
    top: 0;
    right: 0;
    position: absolute;
    transform: translateY(-100%);
    padding-right: 1.3em;
}
.close-btn i {
    display: block;
    width: 1em;
    height: 1em;
    border: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.close-btn i:before,
.close-btn i:after {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダルの背景 */
.modal::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
#staff.d-area {
	margin: 0 auto 60px;
}

.staff-inner .d-box ul li{
	font-size: 1.4rem;
}

.staff-inner .d-box ul li span{
	font-size: 1rem;
	letter-spacing: -0.5px;
}


.staff-profile-box1,
.staff-profile-box2 {
	padding: 30px 0;
	margin: 0 0 30px;
}

.staff-img {
	margin: 0 auto;
	float: none;
	width: 180px;
	padding-top: calc(279 / 220 * 180px);
	background-size: contain;
}

.staff-right {
	margin: 0 15px;
}



.staff-name {
	font-size: 21px;
}

.staff-name-sub {
	font-size: 15px;
}

.staff-name-subtitle {
	font-weight: bold;
	font-size: 14px;
}

.staff-title {
	margin: 20px 0 15px;
	font-size: 16px;
}

.staff-profile-text-main {
	font-size: 14px;
	line-height: 1.6;
	padding: 0 0 15px 0;
	margin-top: 0;
}

.staff-profile-text {
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.6;
	padding: 0;
}


/* spの調整 */
.modal {
	padding-top: 60px;
}

.comment-modal {
	width: 13%;
	top: 2px;
	padding-top: calc(26 / 600 * 100%);
	margin-left: 5%;
}

}

/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
}

/* ---------------------------------
 PC（993px〜）
--------------------------------- */
@media screen and (min-width: 993px) {
}