@charset "UTF-8";

/* background
========================================== */
.d-contentsBox {
	background-image: url(../images/common/bg-darkblue.png);
	padding-top: calc(934 / 640 * 100%) center / contain;
}



/* staff　title img
========================================== */
.d-box-title {
	background: url(../images/staff/title-staff-pc.png) no-repeat;
	padding-top: calc(50 / 860 * 100%);
	margin: 60px auto;
	display: block;
	text-indent: -9999em;
	font-size: 0;
	background-size: contain;
	max-width: 820px;
}

/* staff-article
------------------------------------------ */
.staff-article-body {
	margin: 0 auto;
	background-color: #fff;
}

.staff-article-mainImg {
	width: 100%;
	max-width: 960px;
	height: 0;
	margin: 0 auto;
	padding-top: calc(667 / 1000 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.staff-article-contents {}

.staff-article-contents p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.12em;
}

.staff-article-contents figure {
	width: 100%;
	max-width: 840px;
	height: 0;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.staff-article-contents figure.fig-l {
	float: left;
	width: 50%;
	padding-top: calc(667 / 1000 * 50%);
	margin: 0 2em 1em 0;
}

.staff-article-contents figure.fig-r {
	float: right;
	width: 50%;
	padding-top: calc(667 / 1000 * 50%);
	margin: 0 0 1em 2em;
}

.staff-article-contents figure.fig-col2 {
	float: left;
	width: 49%;
	margin-left: 2%;
}

.staff-article-contents figure.fig-col2:nth-of-type(2n+1) {
	clear: both;
	margin-left: 0;
}

.staff-article-contents br.cb {
	clear: both;
}

.staff-article-title {
	display: block;
	text-align: center;
}

.staff_name div.number {
	font-size: 26px;
	letter-spacing: 1px;
	color: #fddb6a;
	margin-right: 21px;
	width: 50%;
	text-align: right;
	margin-top: 4px;
}

.staff_name div.date {
	margin-left: 0.8rem;
	color: #ffffff;
	font-size: 30px;
	margin-left: 21px;
	width: 50%;
	text-align: left;
}
.staff_name div.date > span {
	font-size: .7em;
}

.staff_name {
	display: flex;
	margin-bottom: 40px;
}

.d-icon-chara {
	position: relative;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {}

@media only screen and (max-width: 600px) {

	.staff-area {
		padding: 0 20px;
		margin: 0;
	}

	.d-box-title {
		background: url(../images/staff/title-staff-sp.png) no-repeat;
		padding-top: calc(56 /560 * 100%);
		text-indent: -9999em;
		font-size: 0;
		background-size: contain;
		margin: 25px auto;
	}

	.staff-article-body {
		margin: 0 3%;
		padding: 0;
		background-color: #fff;
		overflow: hidden;
	}

	.staff-article-mainImg {
		width: calc(100% + 1px);
		height: 0;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.staff-article-contents {
		padding: 0 3%;
	}

	.staff-article-contents p {
		font-size: 1.4rem;
		line-height: 1.7;
	}

	.staff-article-contents figure.fig-l {
		float: none;
		width: 100%;
		padding-top: calc(667 / 1000 * 100%);
		margin: 0 auto 1.5em;
	}

	.staff-article-contents figure.fig-r {
		float: none;
		width: 100%;
		padding-top: calc(667 / 1000 * 100%);
		margin: 0 auto 1.5em;
	}

	.staff-article-contents br.cb {
		display: none;
	}

	.staff-article-title {
		margin: 20px auto 10px;
		padding: 0;
	}

	.staff_name div.number {
		font-size: 10px;
		letter-spacing: 0;
		margin-left: 0;
		margin-top: 3px;
		margin-right: 0;
	}

	.staff_name div.date {
		font-size: 14px;
	}

	.staff_name {
		margin-bottom: 5px;
	}

	.d-icon-chara {
		margin-left: 20px;
		width: 40px;
		height: 60px;
	}
}


/* staff-share
------------------------------------------ */
.staff-share {
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 30px auto 40px;
	border-radius: 2px;
	overflow: hidden;
}

.staff-share-title,
.staff-share-body {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #efefef;
	padding: 20px 0;
}

.staff-share-title {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1;
	width: 170px;
}

.staff-share-title br {
	display: none;
}

.staff-share-body {
	border-left: 1px solid #fff;
}

.staff-share-body>ul:after {
	content: "";
	display: block;
	clear: both;
}

.staff-share-body>ul>li {
	vertical-align: middle;
	display: inline-block;
	padding: 0 5px;
}

.staff-share-body>ul>li>a {
	display: block;
	width: 123px;
	text-align: center;
	padding: 7px 0;
	border-radius: 2px;
	color: #fff;
}

.staff-share-body>ul>li>a.facebook {
	background-color: #3b5998;
}

.staff-share-body>ul>li>a.twitter {
	background-color: #55acee;
}

.staff-share-body>ul>li>a.line {
	background-color: #00b900;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.staff-share {
		max-width: 100%;
	}

	.staff-share-body>ul>li {
		margin: 5px 0;
	}

	.staff-share-body>ul>li>a {
		width: 100px !important;
	}
}

@media only screen and (max-width: 600px) {
	.staff-share {
		max-width: 94%;
		margin: 6% auto;
	}

	.staff-share-title,
	.staff-share-body {
		padding: 15px 0;
	}

	.staff-share-title {
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.1;
		width: 85px;
	}

	.staff-share-title br {
		display: block;
	}

	.staff-share-body>ul>li {
		padding: 0 10px;
	}

	.staff-share-body>ul>li>a {
		display: block;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
		font-size: 0;
		width: 30px;
		height: 30px;
		background-color: transparent !important;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.staff-share-body>ul>li>a.facebook {
		background-image: url("../images/sns/sns-facebook-square.png") !important;
	}

	.staff-share-body>ul>li>a.twitter {
		background-image: url("../images/sns/sns-twitter-square.png") !important;
	}

	.staff-share-body>ul>li>a.line {
		background-image: url("../images/sns/sns-line-square.png") !important;
	}
}


/* staff-channel
------------------------------------------ */
.staff-channel-area {}

.staff-channel-inner {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.staff-channel-title {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

.staff-channel-list {
	width: 100%;
	font-size: 0;
	text-align: center;
}

.staff-channel-item {
	display: inline-block;
	width: 48.45%;
	vertical-align: top;
}

.staff-channel-item:not(:first-child) {
	margin-left: 3.1%;
}

.staff-channel-item a {
	width: 100%;
	padding: 13px 10px;
	border-radius: 3px;
}

.staff-channel-item a span {
	display: block;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}

.staff-channel-item.tada a {
	background-color: #ff005a;
}

.staff-channel-item.tada a span {
	background-image: url("../images/staff/staff-channel-tada-pc.png");
}

.staff-channel-item.hulu a {
	background-color: #67ae3e;
}

.staff-channel-item.hulu a span {
	background-image: url("../images/staff/staff-channel-hulu-pc.png");
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.staff-channel-inner {
		max-width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.staff-channel-inner {
		max-width: 100%;
		margin: 0 3%;
	}

	.staff-channel-title {
		margin-bottom: 10px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	.staff-channel-list {
		width: 100%;
		font-size: 0;
	}

	.staff-channel-item {
		width: 47%;
	}

	.staff-channel-item:not(:first-child) {
		margin-left: 6%;
	}

	.staff-channel-item a {
		padding: 13px 10px;
	}

	.staff-channel-item a span {
		height: 43px;
	}

	.staff-channel-item.tada a span {
		background-image: url("../images/staff/staff-channel-tada-sp.png");
	}

	.staff-channel-item.hulu a span {
		background-image: url("../images/staff/staff-channel-hulu-sp.png");
	}
}


/* backnumber
========================================== */
.backnumber-area {
	margin-bottom: 20px;
}

.backnumber-title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.6px;
	color: #333;
	padding: 9px 9px;
	position: relative;
	font-weight: bold;
	line-height: 1.0;
}

.backnumber-body {
	margin: 0 auto;
	background-color: transparent;
}

.backnumber-num {
	/* preload for Webfont */
	display: none;
	font-family: "";
}

.backnumber-list {
	width: 100%;
	counter-reset: num;
}

.backnumber-list:after {
	content: '';
	display: block;
	clear: both;
}

.backnumber-list-item {
	width: 24%;
	margin-left: 1.333%;
	margin-top: 0.8%;
	margin-bottom: 0.8%;
	position: relative;
	float: left;
}

.backnumber-list-item:nth-child(4n+1) {
	margin-left: 0;
}

.backnumber-list-item:before {
	counter-increment: num;
	content: "#"counter(num);
	position: absolute;
	display: inline-block;
	width: 4rem;
	height: 4rem;
	background-color: #000;
	border-radius: 100%;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: 1px;
	text-align: center;
	left: -5px;
	top: -10px;
	z-index: 10;
}

.backnumber-list-item.is-current:before {
	background-color: #999;
}

.backnumber-list-item a {
	display: block;
}

.backnumber-list-item.is-current a {
	pointer-events: none;
}

.backnumber-list-item-img {
	width: 100%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.backnumber-area {
		margin: 35px auto 0 !important;
	}
}

@media only screen and (max-width: 600px) {
	.backnumber-area {
		margin: 3%;
	}

	.backnumber-title {}

	.backnumber-body {
		margin: 0 auto;
		padding: 0 0 3%;
	}

	.backnumber-list {
		width: 100%;
		overflow-y: hidden;
		overflow-x: scroll;
		white-space: nowrap;
		font-size: 0;
		-webkit-overflow-scrolling: touch;
		padding: 3% 3% 0;
	}

	.backnumber-list-item {
		display: inline-block;
		width: 43.8%;
		position: relative;
		vertical-align: bottom;
		float: none;
	}

	.backnumber-list-item:not(:first-child) {
		margin-left: 3%;
	}

	.backnumber-list-item:before {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.2rem;
		line-height: 2.2;
		letter-spacing: 1px;
		left: -5px;
		top: -10px;
	}

	.backnumber-list-item-img {
		width: 100%;
		padding-top: 56.25%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}