@charset "UTF-8";
/* drama-box-body
========================================== */
@media only screen and (max-width: 600px) {
	body.second .drama-main .drama-box-body {
		padding-top: 0;
		padding-bottom: 20px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	body.second .drama-main .drama-box-body {
		padding: 20px;
	}
}

@media only screen and (min-width: 993px) {
	body.second .drama-main .drama-box-body {
		padding-bottom: 50px;
	}
	body.second .drama-main .drama-article {
		/* padding: 50px 70px; */
		margin-top: 0;
	}
}


/* story
========================================== */
.story-area { margin: 20px auto; }
.story-area a { display: block; }
.story-inner {}

.story-area .drama-article-mainImg img{
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
	margin-bottom: 1em;
}

.story-area .drama-share {
	margin-top: 20px;
}

.story-area .drama-article-contents img{
	display: block;
	width: 100%;
	margin: 0 auto 1em;
}


.story-area .drama-article-contents.is-more{
	overflow: hidden;
	display: none;
}

.story-area .drama-box-subTitle > span.title-01{
	font-size: 1.6rem;
}


.story-area .drama-article-contents p {
	margin: 0;
}
.story-area .drama-article-contents figure{
	width: 100%;
	max-width: none;
	margin: 0;
}
.story-area .drama-article-contents figure img {
	margin: 0;
}

.story-area .drama-article-contents figure.fig-l {
	float: left;
	width: 50%;
	margin: 0 1em 1em 0;
}

.story-area .drama-article-contents figure.fig-r {
	float: right;
	width: 50%;
	margin: 0 0 1em 1em;
}

.story-area .drama-article-contents figure.fig-col2 {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.story-area .drama-article-contents figure.fig-col2:nth-of-type(2n+1) {
	clear: both;
	margin-left: 0;
}


.story-area .drama-article-contents br.cb {
	clear: both;
}

@media only screen and (min-width: 601px) {
	.story-area .drama-article-contents figure.fig-l {
		width: 55%;
	}
	.story-area .drama-article-contents figure.fig-r {
		width: 55%;
	}
}



.drama-article-body>h1 {
	margin-top: 15px;
}
@media only screen and (max-width: 600px) {
	.drama-article-body{
		padding: 0 10px;
	}
}
@media only screen and (min-width: 601px) {
	.drama-article-body {
		padding: 0;
	}

	.drama-article-body>h1 {
		font-size: 2.8rem;
	}
}

/* btn-more
========================================== */
.story-area .drama-btn-more-wrap {
	position: relative;
	padding: 30px 0;
}

.story-area .story-btn-more {
	position: relative;
	font-size: 1.6rem;
	padding: 20px 35px 20px 10px;
	line-height: 1;
	width: 100%;
	max-width: none;
}
.story-area .story-btn-more:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	bottom: auto;
	margin-top: -8px;
}

@media only screen and (min-width: 601px) {
	.story-area .drama-btn-more-wrap {
		padding: 80px 0;
	}
	.story-area .story-btn-more {
		font-size: 2.5rem;
		max-width: 600px;
	}
	.story-area .story-btn-more:after {
		width: 14px;
		height: 14px;
		border-right-width: 3px;
		border-bottom-width: 3px;
		margin-top: -10px;
	}
}


/* backnumber
========================================== */
.drama-main .drama-box-title {
	font-size: 1.6rem;
	padding: 10px;
}

.backnumber-list{
	counter-reset: num;
}
.backnumber-list-item:before {
	counter-increment: num;
	content: "#" counter(num);
	position: absolute;
	display: inline-block;
	padding: 5px;
	background-color: #000;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
}

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



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

	.backnumber-area {
		width: 100%;
		margin-top: 30px;
	}
	.backnumber-area .drama-box-subTitle {
		margin-bottom: 0;
	}
	.backnumber-area .drama-article-body{
		padding: 0;
	}
	.backnumber-list{
		width: 100%;
		overflow-y: hidden;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		padding: 20px 20px 0;
	}
	.backnumber-list-item{
		display: inline-block;
		width: 43.8%;
		position: relative;
		vertical-align: bottom;
	}
	.backnumber-list-item:not(:first-child){
		margin-left: 0.5%;
	}
	.backnumber-list-item-img{
		width: 100%;
		padding-top: 56.25%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.backnumber-link {
		margin-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 601px) {
	.backnumber-area {
		width: 100%;
		padding: 0;
		margin-top: 50px;
	}
	.backnumber-list{
		width: 100%;
		overflow: hidden;
	}
	.backnumber-list-item{
		width: 24%;
		margin-left: 1.333%;
		margin-top: 0.6%;
		margin-bottom: 0.6%;
		position: relative;
		float: left;
	}
	.backnumber-list-item:nth-child(4n+1) {
		margin-left: 0;
	}
	.backnumber-list-item-img{
		width: 100%;
		padding-top: 56.25%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.backnumber-link {
		margin-top: 50px;
	}
}

/* btn */
.btn-hulu {
	display: block;
	width: 100%;
	max-width: 465px;
	height: 75px;
	background: #67ae3e url(/assets/images/drama/channel-hulu-pc.png) no-repeat center;
	background-size: auto 45px;
	border-radius: 3px;
	margin: 0 auto;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}



/* drama-article 記事内容
  => main.cssにマージした方がいいかも
========================================== */

/* .drama-article-story-title */
.drama-article-story-title {
	font-size: 1.6rem;
	color: #0162b1;
	font-family: 'ヒラギノ明朝 StdN W4', 'Hiragino Mincho StdN', 'serif' !important;
}
.drama-article-story-title > b {
	font-size: 2.8rem;
	color: #000;
}
@media only screen and (max-width: 600px) {
	.drama-article-story-title {
		padding: 10px 8px;
	}
}
@media only screen and (min-width: 601px) {
	.drama-article-story-title {
		font-size: 2rem;
	}
	.drama-article-story-title > b {
		font-size: 3.6rem;
	}
}


/* setting
========================================== */
.drama-tag{
	border-color: #333;
	background-color: #333;
	color: #fff;
}
.drama-tag.tag-default:hover{
	border-color: #333;
	background-color: #333;
}

.story-btn-more {
	width: 100%;
	max-width: 300px;
	color: #fff;
	font-weight: normal;
	background-color: #0162b1;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}









/* ------------------------------------------------------------------
	small-screen-up to medium-screen
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) and (max-width: 992px) {
}



/* ------------------------------------------------------------------
	medium-screen
------------------------------------------------------------------ */
@media only screen and (max-width: 992px) {
}



/* ------------------------------------------------------------------
	medium-screen-up
------------------------------------------------------------------ */
@media only screen and (min-width: 993px) {

}



/* ------------------------------------------------------------------
	small-screen-up
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) {
}



