/* ntv-wrapper
========================================== */
.ntv-wrapper {}


/* drama-wrapper
========================================== */
.drama-wrapper {
	background-color: #f7f7f7;
	margin-bottom: 60px;
}



/* drama-contentsWrap
========================================== */
.drama-contentsWrap {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
.drama-contentsWrap:after {
	content: "";
	clear: both;
}


/* drama-main
========================================== */
.drama-main {
	color: #1a110b;
}


/* drama-info
========================================== */
.drama-info {
	margin: 10px;
	font-size: 1.4rem;
}
.drama-info a {
	display: block;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
}


/* drama-main-mainImg
========================================== */
.drama-main-mainImg a {
	display: block;
}
.drama-main-mainImg img {
	display: block;
	width: 100%;
}



/* drama-main-onair
========================================== */
.drama-main-onair {
	background-color: #fff;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px;
	color: #f7f7f7;
}



/* drama - setting
========================================== */
.drama-area {
	width: 100%;
	margin: 0 auto;
}
.drama-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}


/* drama - box layout
------------------------------------------ */
.drama-adjustBox {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.drama-contentsBox {
	margin: 0 auto 30px;
	background-image: url(../images/common/drama-box-bg-brown.jpg);
}
.drama-contentsBox-inner {
	padding: 0 0 5%;
	background-repeat: repeat-x, no-repeat;
	background-position: center top, left bottom;
	background-size: auto, 34% auto;
	overflow: hidden;
}


/* drama - btn
------------------------------------------ */
.drama-btn {
	display: block;
	width: 24.5%;
	margin: 0 auto;
	padding: 10px;
	background-color: #a3352b;
	color: #ffffff;
	text-align: center;
	word-break: break-all;
	position: relative;
}
.drama-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 1px solid #882c24;
}
.drama-btn:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	margin: auto 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.drama-btn.hulu {
	border: 1px solid #ec557c;
	background-color: #ec557c;
	color: #fff;
	font-weight: normal;
}
.drama-btn.hulu:after { display: none; }
.drama-btn.btn-more {
	background: transparent;
	border: 1px solid #fff;
	padding: 8px 0;
	letter-spacing: .3rem;
}
.drama-btn.btn-more:before {
	display: none;
}




/* drama-mainV
========================================== */
.drama-mainV-area {
	width: 100%;
	background-image: url("../images/common/drama-box-bg-red.jpg");
	border-bottom: 11px solid #4f0906;
}
.drama-mainV-area a { display: block; }
.drama-mainV-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.drama-mainV-img {}


/* drama-nav
========================================== */
.drama-nav-area {
	width: 100%;
	position: relative;
	background: #25170b;
	/*box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);*/
}
.drama-nav-area:before {
	content: '';
	display: block;
	top: 0;
	width: 100%;
	height: 4px;
	background: rgba(241,231,103,1);
	background: linear-gradient(to right, rgba(169,141,80,1) 0%, rgba(112,83,24,1) 26%, rgba(145,121,84,1) 39%, rgba(212,181,115,1) 53%, rgba(145,121,84,1) 65%, rgba(115,85,28,1) 74%, rgba(175,147,88,1) 100%);
}
.drama-nav-inner {
	width: 100%;
	max-width: 1000px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto;
}

/* drama-nav-logo
------------------------------------------ */
.drama-nav-logo {
	width: 12%;
}
.drama-nav-logo a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	color: #fdf0df;
	font-size: 0;
	text-indent: -9999px;
	white-space: nowrap;
	background-image: url("../images/common/drama-nav-logo.png");
}

/* drama-nav-list
------------------------------------------ */
.drama-nav-list {
	display: block;
	width: 88%;
	margin-left: auto;
	text-align: center;
}
.drama-nav-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.drama-nav-item a {
	display: block;
	width: 100%;
	padding-top: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	color: #fdf0df;
	font-size: 1.8rem;
	transform: rotate(0.028deg);
}
.drama-nav-item a:hover {
	opacity: 1;
	color: #b39967;
}

/* drama-nav - status */
.drama-nav-item.is-new {}
.drama-nav-item.is-new:before {
	content: '';
	display: block;
	width: 27.5%;
	height: 27.5%;
	background: url("../images/common/drama-nav-icon-new.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: -10%;
	right: -3%;
	z-index: 30;
}
.drama-nav-item.hulu.is-coming {
	display: none;
}
.drama-nav-item.is-coming a {
	opacity: 0.5;
	pointer-events: none;
}

/* drama-nav - contents */
.drama-nav-item a span {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



/* drama-news
========================================== */
.drama-news {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 1.2rem;
	letter-spacing: 0.2px;
}


/* drama-news-lists
------------------------------------------ */
.drama-news-lists {
	max-height: 200px;
	overflow-y: scroll;
}
.drama-news-lists li + li {
	border-top: 1px solid #efefef;
}
.drama-news-list {
	background-color: #fff;
	padding: 10px;
	display: table;
	width: 100%;
}
.drama-news-list > span {
	display: table-cell;
	vertical-align: middle;
}

.drama-news-date {
	padding-right: 10px;
	color: #9b9b9b;
	white-space: nowrap;
	width: 10px;
}



/* drama-pickup
========================================== */
.drama-pickup {
	position: relative;
	background-color: #fff;
}
.drama-pickup a {
	display: block;
}


/* drama-pickup - pickup-img
------------------------------------------ */
.drama-pickup .pickup-img {
	display: block;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.drama-pickup .pickup-img:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.85) 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.85) 100%);
	position: absolute;
	top: 0;
	left: 0;
}


/* drama-pickup - pickup-movie
------------------------------------------ */
.drama-pickup .pickup-movie {
	padding-top: 56%;
	overflow: hidden;
	position: relative;
}
.drama-pickup .pickup-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* drama-pickup - pickup-text
------------------------------------------ */
.drama-pickup .pickup-text {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	line-height: 1.3;
}


/* drama-pickup - pickup-data
------------------------------------------ */
.drama-pickup .pickup-data {
	position: absolute;
	top: 0;
	left: 0;
}
.drama-pickup .pickup-data .genre,
.drama-pickup .pickup-data .date {
	display: block;
	padding: 2px 5px;
	font-size: 1.0rem;
	letter-spacing: 0.4px;
	float: left;
	color: #fff;
}
.drama-pickup .pickup-data .genre {
	background-color: rgba(247, 247, 247, 0.7);
}
.drama-pickup .pickup-data .date {
	background-color: rgba(0, 0, 0, 0.7);
}



/* drama-article
========================================== */
.drama-article {
	background-color: #fff;
}


/* drama-article-mainImg
------------------------------------------ */
.drama-article-mainImg {
	background-color: transparent;
	margin-bottom: 1em;
}
.drama-article-mainImg img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

/* drama-article-mainMovie
------------------------------------------ */
.drama-article-mainMovie {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	margin-bottom: 2em;
}
.drama-article-mainMovie > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* drama-article-body
------------------------------------------ */
.drama-article-body {
	padding: 20px;
}
.drama-article-body > h1 {
	font-size: 1.8rem;
	letter-spacing: 0.2px;
	font-weight: bold;
	margin-bottom: 15px;
}
.drama-article-body .article-data {
	font-size: 1.0rem;
	letter-spacing: 0.4px;
	margin-bottom: 15px;
	color: #9b9b9b;
}


/* drama-article-contents
------------------------------------------ */
.drama-article-contents {
	padding-top: 0;
	overflow: hidden;
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	line-height: 1.47;
}
.drama-article-contents a {
	text-decoration: underline;
}
.drama-article-contents figure {
	width: 50%;
	max-width: 500px;
	margin: 20px auto;
}
.drama-article-contents figure img {
	max-width: 100%;
	display: block;
}
.drama-article-contents figure figcaption {
	font-size: 1.0rem;
	color: #9b9b9b;
}


/* drama-article-tag
------------------------------------------ */
.drama-article-tag {
	padding: 20px 20px 0;
}

.drama-article-aside {
	padding: 20px;
	background-color: #ececec;
}



/* drama-share
========================================== */
.drama-share {
	display: table;
	width: 100%;
	border-radius: 2px;
	overflow: hidden;
}

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

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

.drama-share-body {
	border-left: 1px solid #fff;
}
.drama-share-body > ul:after {
	content: "";
	display: block;
	clear: both;
}
.drama-share-body > ul > li {
	vertical-align: middle;
	display: inline-block;
	padding: 0 5px;
}



/* drama-aside
========================================== */
.drama-aside a {
	color: inherit;
}
.drama-aside img {
	width: 100%;
	display: block;
}
.drama-aside .drama-box-title {
	letter-spacing: 0.6px;
	padding: 9px;
	position: relative;
	font-weight: bold;
	line-height: 1.0;
}
.drama-aside .drama-inner {
	padding: 0;
}


/* drama-box
========================================== */
.drama-box {
	word-break: break-all;
}

.drama-aside .drama-box {
	margin-top: 0;
}

.drama-box.box-mt0 {
	margin-top: 0;
}
.drama-box.box-mt1 {
	margin-top: 1px;
}

.drama-box.movie {
	margin-bottom: 10px;
}



/* drama-box-title
========================================== */
.drama-box-title {
	font-size: 1.4rem;
	letter-spacing: 0.6px;
	position: relative;
	line-height: 1.0;
}
.drama-box-title > i {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 1.5em;
	line-height: 0;
}
.drama-box-title > span {
	vertical-align: middle;
	line-height: 1;
}


/* drama-box-title - drama-main
------------------------------------------ */
.drama-main .drama-box-title {
	font-size: 0;
}

.drama-main .drama-box-title > span.title-01 {
	display: inline-block;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

/* drama-box-title - contents - nav - ex:hulu */
.drama-main .intro-area .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-intro.png"); }
.drama-main .cast-area .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-cast.png"); }
.drama-main .story-area .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-story.png"); }
.drama-main .chart-area .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-chart.png"); }
.drama-main .goods-area .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-goods.png"); height: 22px;}
.drama-main .sns-area .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-sns.png"); }

/* drama-box-title - contents - top */
.drama-main .news-area .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-news-pc.png"); height: 100px;}
.drama-main .trailer-area .trailer-pr .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-movie.png"); height: 40px;}
.drama-main .trailer-area .trailer-story .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-story.png"); height: 39px;}
.drama-main .movie-area .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-movie.png"); }
.drama-main .topics-area .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-topics.png"); height: 45px; background-position: center;}
.drama-main .twitter-area .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-twitter.png"); height: 21px; }
.drama-main .instagram-area .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-instagram.png"); height: 25px;}
.drama-main .instagram-area .line-inner .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-line.png"); height: 22px;}

.drama-main .sns-inner .drama-box-title,
.drama-main .goods-inner .drama-box-title {
	position: relative;
	background: #3a2618;
	height: 60px;
	padding: 23px 20px 12px;
}
.drama-main .sns-inner .drama-box-title:before,
.drama-main .goods-inner .drama-box-title:before{
    content: '';
    display: block;
		position: absolute;
    top: 2px;
		left: 0;
    width: 100%;
    height: 3px;
		background: #a98d50;
		background: linear-gradient(to right, #a98d50 0%,#705218 100%);
}


/* body.second
------------------------------------------ */
body.second .drama-main .drama-box-title > span.title-01 {
	text-align: center;
	width: 100%;
	height: 76px;
	background-size: contain;
	background-position: center;
}
body.second .drama-main .drama-box-title > span.title-02 {
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
body.second .drama-main .intro-area .drama-box-title > span.title-01 {
	background-image: url(../images/intro/drama-box-title-intro.png);
	height: 75px;
}
body.second .drama-main .story-area .drama-box-title > span.title-01 {
	background-image: url(../images/story/drama-box-title-story.png);
	height: 85px;
}
body.second .drama-main .cast-area .drama-box-title > span.title-01 {
	background-image: url(../images/cast/drama-box-title-cast.png);
}
body.second .drama-main .chart-area .drama-box-title > span.title-01 {
	background-image: url(../images/chart/drama-box-title-chart.png);
	height: 77px;
}
body.second .drama-main .music-area .drama-box-title > span.title-01 {
	background-image: url(../images/music/drama-box-title-music.png);
	height: 77px;
}



/* frame-design
========================================== */
body.second .drama-contentsBox .drama-inner {
	max-width: 960px;
}
body.second .drama-contentsBox .drama-inner .drama-box-body {
	position: relative;
	padding: 100px 110px 120px;
	border: none;
}
body.second .drama-contentsBox .drama-inner {
	position: relative;
	background-image: url("../images/common/drama-box-bg-paper.jpg");
	z-index: 1;
	padding: 0;
	background-image: url(../images/common/drama-box-bg-paper.jpg);
}
body.second .drama-contentsBox .drama-inner:before {
	position: absolute;
	z-index: -1;
	top: 15px;
	left: 15px;
	display: block;
	content: '';
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: 2px solid #604e42;
}
body.second .drama-contentsBox .drama-inner:after {
	position: absolute;
	z-index: -1;
	top: 20px;
	left: 20px;
	display: block;
	content: '';
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 1px solid #604e42;
}
body.second .drama-contentsBox .drama-inner .drama-box {
	border: none;
	background-image: url("../images/common/drama-box-ico-frame-top-left.png"),
										url("../images/common/drama-box-ico-frame-top-right.png"),
										url("../images/common/drama-box-ico-frame-bottom-left.png"),
										url("../images/common/drama-box-ico-frame-bottom-right.png");
	background-position: left 10px top 10px,
											 right 10px top 10px,
											 left 10px bottom 10px,
											 right 10px bottom 10px;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
	body.second .drama-contentsBox .drama-contentsBox-inner {
		padding: 10px 10px 12%;
	}
	body.second .drama-contentsBox .drama-inner .drama-box-body {
		padding: 60px 11px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
	body.second .drama-contentsBox .drama-contentsBox-inner {
		padding: 0 10px 5%;
	}
	body.second .drama-contentsBox .drama-inner .drama-box-body {
		padding: 90px 40px 120px;
	}
}
@media only screen and (max-width: 992px) {
	body.second .drama-contentsBox .drama-inner:before {
		position: absolute;
		top: 7px;
		left: 7px;
		display: block;
		content: '';
		width: calc(100% - 14px);
		height: calc(100% - 14px);
		border: 2px solid #604e42;
	}
	body.second .drama-contentsBox .drama-inner:after {
		position: absolute;
		z-index: -1;
		top: 11px;
		left: 11px;
		display: block;
		content: '';
		width: calc(100% - 22px);
		height: calc(100% - 22px);
		border: 1px solid #604e42;
	}
	body.second .drama-contentsBox .drama-inner .drama-box {
		background-position: left 5px top 5px,
												 right 5px top 5px,
												 left 5px bottom 5px,
												 right 5px bottom 5px;
		background-size: 52px;
	}
}



/* drama-box-title.title-arrow
------------------------------------------ */
.drama-box-title.title-arrow {
	position: relative;
}
.drama-box-title.title-arrow:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 20px;
	-webkit-transform-origin: 70% 30%;
	transform-origin: 70% 30%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}


/* drama-box-title.title-base
------------------------------------------ */
.drama-box-title.title-base {
	background-image: none;
	background-color: #a0895b;
	color: #fff;
	font-weight: normal;
}


/* drama-box-title.title-center
------------------------------------------ */
.drama-box-title.title-center {
	text-align: center;
}
.drama-box-title.title-center > span {
	font-size: 2.0rem;
	letter-spacing: 1px;
	text-decoration: underline;
}


/* drama-box-title.title-transparent
------------------------------------------ */
.drama-box-title.title-transparent {
	background-image: none;
	background-color: transparent;
	color: #3a2718;
}



/* drama-box-subTitle
========================================== */
.drama-box-subTitle {
	font-size: 1.4rem;
	letter-spacing: 0.6px;
	background-color: #3a2618;
	color: #fff;
	padding: 9px 9px;
	position: relative;
	font-weight: bold;
	line-height: 1.0;
}
.drama-box-subTitle > span {
	vertical-align: middle;
	line-height: 1;
}


/* drama-box-subTitle - drama-main
------------------------------------------ */
.drama-main .drama-box-subTitle {
	margin-bottom: 50px;
	padding: 8px 20px;
}

.drama-main .drama-box-subTitle > span.title-01,
.drama-main .drama-box-subTitle > span.title-02 {
	display: inline-block;
}
.drama-main .drama-box-subTitle > span.title-01 {
	font-size: 2.4rem;
	font-weight: normal;
}
.drama-main .drama-box-subTitle > span.title-02 {
	font-size: 1.2rem;
	font-weight: normal;
	margin-left: 1rem;
	position: relative;
}
.drama-main .drama-box-subTitle > span.title-02:before {
	content: '- ';
	display: inline-block;
	width: 1rem;
	height: auto;
	margin: 0 0.5rem;
}



/* drama-box-body
========================================== */
.drama-box-body {
	overflow: hidden;
}
body.second .drama-main .drama-box-body {
	padding: 50px 60px 100px;
}



/* drama-box-movie-channel
========================================== */
.drama-box-movie-channel-area {}
.drama-box-movie-channel-inner {}



/* drama-box-sns
========================================== */
.drama-box-sns-area {
	width: 94%;
	margin: 3% 3% 0;
	background-color: #fff;
	border: 1px solid #3a2618;
}
.drama-box-sns-inner {}


/* drama-box-sns
------------------------------------------ */
.drama-box-sns {
	text-align: center;
	line-height: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0;
}
.drama-box-sns li {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	padding-bottom: 10px;
}
.drama-box-sns li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 52px;
	padding-top: 65px;
	width: 52px;
	height: 52px;
	font-size: 0.98rem;
}
.drama-box-sns li.facebook a {
	background-image: url("../images/sns/sns-facebook.png");
	color: #415b95;
}
.drama-box-sns li.twitter a {
	background-image: url("../images/sns/sns-twitter.png");
	color: #55acee;
}
.drama-box-sns li.line a {
	background-image: url("../images/sns/sns-line.png");
	color: #00bc00;
}
.drama-box-sns li.instagram a {
	background-image: url("../images/sns/sns-instagram.png");
	color: #7970dc;
}
.drama-box-sns li.mail a {
	background-image: url("../images/sns/sns-mail.png");
	color: #e78f34;
}



/* drama-box-share
========================================== */
.drama-box-share-area {
	width: 94%;
	margin: 3% 3% 0;
	background-color: #fff;
	border: 1px solid #3a2718;
}
.drama-box-share-inner {}


/* drama-box-share
------------------------------------------ */
.drama-box-share {
	text-align: center;
	padding: 25px 10px;
	overflow: hidden;
}
.drama-box-share li {
	display: block;
	width: 31%;
	float: left;
}
.drama-box-share li:nth-child(n+2) {
	margin-left: 3.5%;
}
.drama-box-share li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	color: #fff;
	line-height: 1;
	padding: 15px 0;
	border-radius: 2px;
	font-size: 1.2rem;
}
.drama-box-share li a.facebook {
	background-color: #3b5998;
}
.drama-box-share li a.twitter {
	background-color: #55acee;
}
.drama-box-share li a.line {
	background-color: #00b900;
}



/* drama-box-officialLine
========================================== */
.drama-box-officialLine-area { margin: 45px auto; }
.drama-box-officialLine-inner {}


/* drama-box-officialLine-pc
------------------------------------------ */
.drama-box-officialLine-pc {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 515px;
	margin: 0 auto;
	color: #00b900;
	font-weight: bold;
	border: 1px solid #00b900;
	text-align: center;
}
.drama-box-officialLine-pc-title {
	width: 40%;
	padding: 0 25px;
	font-size: 2rem;
	line-height: 1.5;
	text-align: left;
}
.drama-box-officialLine-pc-list {
	width: 40%;
	padding-left: 20px;
	text-align: left;
	position: relative;
}
.drama-box-officialLine-pc-list:before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	border-left: 1px solid #00b900;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.drama-box-officialLine-pc-item {
	position: relative;
	counter-increment: count;
	padding-left: 2.7rem;
}
.drama-box-officialLine-pc-item:before {
	content: counter(count);
	display: block;
	width: 1.7rem;
	height: 1.7rem;
	background-color: #00b900;
	border-radius: 100%;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.4px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 10;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.drama-box-officialLine-pc-img {
	width: 20%;
}
.drama-box-officialLine-pc-img img {}


/* drama-box-officialLine-sp
------------------------------------------ */
.drama-box-officialLine-sp {
	display: table;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 8px 10px;
	color: #00b900;
	font-weight: bold;
	border: 1px solid #00b900;
}
.drama-box-officialLine-sp-title {
	display: table-cell;
	vertical-align: middle;
	width: 55%;
	font-size: 0;
}
.drama-box-officialLine-sp-title span {
	display: block;
	font-size: 1.6rem;
	line-height: 1.25;
}
.drama-box-officialLine-sp-title span.sub {
	font-size: 1.2rem;
	font-weight: normal;
}
.drama-box-officialLine-sp-btn {
	display: table-cell;
	vertical-align: middle;
	width: 45%;
}
.drama-box-officialLine-sp-img {}
.drama-box-officialLine-sp-img img {
	display: block;
	width: auto !important;
	height: 40px;
}



/* drama-box-recommend
========================================== */
.drama-box-recommend-area {
	margin: 20px auto 40px;
}
.drama-box-recommend-inner {}


/* drama-box-recommend
------------------------------------------ */
.drama-box-recommend {
	display: block;
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
.drama-box-recommend li {
	padding: 10px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.drama-box-recommend li:not(:last-child) {
	border-right: 1px solid #efefef;
}
.drama-box-recommend li:nth-child(2n) {
	border-right: none;
}
.drama-box-recommend li:nth-child(n+3) {
	border-top: 1px solid #efefef;
}
.drama-box-recommend li figure a {
	display: block;
}
.drama-box-recommend li figure img {
	border: 1px solid #efefef;
	margin-bottom: 4px;
}
.drama-box-recommend li figure h3 {
	margin-bottom: 1px;
	font-weight: bold;
	letter-spacing: 0.1px;
	font-size: 1.3rem;
}
.drama-box-recommend li figure p {
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	line-height: 1.4;
}



/* drama-box-adBanner
========================================== */
.drama-box-adBanner-area {
	margin: 0 auto !important;
	border-top: 1px solid #efefef;
}
.drama-box-adBanner-area .drama-box-body {}
.drama-box-adBanner-inner {}


/* drama-box-adBanner
------------------------------------------ */
.drama-box-adBanner {
	border-top: none;
	text-align: center;
}
.drama-box-adBanner li {
	padding: 10px 0;
	width: 300px;
	text-align: center;
	margin: 0 auto;
}
.drama-box-adBanner li a {
	display: block;
	max-width: 300px;
	margin: 0 auto;
}



/* drama-box-wide-adBanner
========================================== */
.drama-box-wide-adBanner-area {
	margin: 0 auto !important;
	background-color: #fff;
	border-top: 1px solid #efefef;
}
.drama-box-wide-adBanner-area .drama-box-body {
	background-color: #fff;
}
.drama-box-wide-adBanner-inner {}


/* drama-box-wide-adBanner
------------------------------------------ */
.drama-box-wide-adBanner {
	border-top: none;
	text-align: center;
}
.drama-box-wide-adBanner li {
	padding: 10px 0 0;
	width: 320px;
	text-align: center;
	margin: 0 auto;
}
.drama-box-wide-adBanner li a {
	display: block;
	max-width: 320px;
	margin: 0 auto;
}



/* drama-box-movie
========================================== */
.drama-box-movie {
	text-align: center;
	line-height: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.drama-box-movie li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.drama-box-movie li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}
.drama-box-movie li.nod a {
	background-image: url("../images/movie/movie-nod.png");
}
.drama-box-movie li.tada a {
	background-image: url("../images/movie/movie-tada.png");
}
.drama-box-movie li.hulu a {
	background-image: url("../images/movie/movie-hulu.png");
}
.drama-box-movie li.youtube a {
	background-image: url("../images/movie/movie-youtube.png");
}



/* drama-paddingBox
========================================== */
.drama-paddingBox {
	padding: 10px;
}



/* drama-textLinkBox
========================================== */
.drama-textLinkBox a {
	text-decoration: underline;
}
.drama-textLinkBox a {
	-webkit-transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
	transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
}
.drama-textLinkBox a:hover {
	background-color: transparent;
	border-color: transparent;
	color: #000000;
}
.drama-textLinkBox a:hover {
	text-decoration: none;
}



/* drama-lists
========================================== */
.drama-lists > li {
	counter-increment: ranking;
	padding: 16px 10px;
	line-height: 1.25;
}
.drama-lists > li > a {
	display: block;
}


/* drama-lists - drama-list-box
------------------------------------------ */
.drama-lists > li > a .drama-list-box {
	position: relative;
	word-break: break-all;
}
.drama-lists > li > a .drama-list-box:after {
	content: "";
	display: block;
	clear: both;
}
.drama-lists > li > a .drama-list-box .list-img {
	width: 31.25%;
	padding-top: 17.57812%;
	float: left;
	position: relative;
}
.drama-lists > li > a .drama-list-box .list-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}


/* drama-lists - drama-list-box - list-img.ranking-img
------------------------------------------ */
.drama-lists > li > a .drama-list-box .list-img.ranking-img:after {
	content: counter(ranking);
	display: block;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 1.0rem;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px;
}


/* drama-lists - drama-list-box - list-img.pr-img
------------------------------------------ */
.drama-lists > li > a .drama-list-box .list-img.pr-img:after {
	content: 'PR';
	display: inline-block;
	text-align: center;
	background-color: #9b9b9b;
	color: #fff;
	font-size: 0.8rem;
	letter-spacing: 0.4px;
	padding: 0 5px;
	position: absolute;
	top: 0;
	left: 0;
}


/* drama-lists - drama-list-box - list-text
------------------------------------------ */
.drama-lists > li > a .drama-list-box .list-text {
	margin-left: 34.375%;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	padding-bottom: 17px;
}


/* drama-lists - drama-list-box - list-data
------------------------------------------ */
.drama-lists > li > a .drama-list-box .list-data {
	position: absolute;
	left: 34.375%;
	bottom: 0;
	padding-top: 5px;
	font-size: 1.0rem;
	letter-spacing: 0.4px;
	color: #9b9b9b;
}


/* drama-lists - drama-list-box - list-nodata
------------------------------------------ */
.drama-lists > li > a .drama-list-box.list-nodata .list-img {
	border: 1px solid #dedede;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.drama-lists > li > a .drama-list-box.list-nodata .list-img.hulu {}
.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada {}
.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:before,
.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 30;
}
.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 15px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
	margin-left: 3px;
}
.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:after {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
}
.drama-lists > li > a .drama-list-box.list-nodata .list-img.nod {}

.drama-lists > li > a .drama-list-box.list-nodata .list-text {
	padding-bottom: 0;
}


/* drama-lists - adBannerWrap
------------------------------------------ */
.drama-lists > li .adBannerWrap > div > a {
	display: block;
	overflow: hidden;
	font-size: 1.4rem;
	position: relative;
}
.drama-lists > li .adBannerWrap > div > a:after {
	content: 'PR';
	display: inline-block;
	text-align: center;
	background-color: #9b9b9b;
	color: #fff;
	font-size: 0.8rem;
	letter-spacing: 0.4px;
	padding: 0 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.drama-lists > li .adBannerWrap > div > a > img {
	max-width: 100%;
	width: auto;
	max-height: 120px;
	float: left;
	margin-right: 3.125%;
}


/* drama-lists - drama-adBanner-li
------------------------------------------ */
.drama-lists > li.drama-adBanner-li {
	padding: 0;
}

.drama-lists li + li {
	border-top: 1px solid #efefef;
}



/* drama-photo-lists
========================================== */
.drama-photo-lists > li {
	display: table;
	width: 100%;
}
.drama-photo-lists > li a {
	display: block;
}
.drama-photo-lists > li figure {
	vertical-align: middle;
	width: 100px;
	height: 100px;
	border-radius: 2px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.drama-photo-lists > li .cell {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
	padding-left: 1em;
}
.drama-photo-lists > li .cell:first-child {
	padding-left: 0;
	width: 50px;
}
.drama-photo-lists > li img {
	vertical-align: middle;
	margin-right: 1em;
	width: 50px;
	height: auto;
	border-radius: 2px;
	overflow: hidden;
}
.drama-photo-lists > li + li {
	margin-top: 10px;
}



/* drama-photo-horizontal-lists
========================================== */
.drama-photo-horizontal-lists > li a {
	display: block;
}
.drama-photo-horizontal-lists > li .cell:first-child {
	font-size: 0;
}
.drama-photo-horizontal-lists > li .cell figure {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	border-radius: 2px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 8px;
}
.drama-photo-horizontal-lists > li .cell.name {
	padding: 0 8px;
}
.drama-photo-horizontal-lists > li + li {
	margin-top: 15px;
}
.drama-horizontal-lists:after {
	content: "";
	display: block;
	clear: both;
}
.drama-horizontal-lists > li {
	float: left;
	width: 33%;
	margin-left: 0.5%;
}
.drama-horizontal-lists > li:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}
.drama-horizontal-lists > li img {
	display: block;
	width: 100%;
}
.drama-horizontal-lists > li figcaption {
	padding: 5px 5px 10px;
}
.drama-horizontal-lists > li figcaption h3 {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.drama-horizontal-lists > li figcaption p {
	color: #9b9b9b;
	font-size: 1.0rem;
	line-height: 1.4;
	letter-spacing: 0.4px;
}



/* drama-btn
========================================== */
.drama-btn > i {
	margin-right: 5px;
	font-size: 1.5em;
	vertical-align: middle;
}
.drama-btn > span {
	vertical-align: middle;
}


/* drama-btn.btn-more
------------------------------------------ */
.drama-btn.btn-more:after { display: none; }
.drama-btn.btn-more {}


/* drama-btn.btn-hasFade
------------------------------------------ */
.drama-btn.btn-hasFade {
	position: relative;
}



/* drama-title
========================================== */
/* drama-title.title-box
------------------------------------------ */
.drama-title.title-box {
	font-size: 1.2rem;
	padding: 10px;
	background-color: #e6ebee;
}


/* drama-title.title-underline
------------------------------------------ */
.drama-title.title-underline {
	font-size: 1.2rem;
	padding: 10px 0;
	border-bottom: 1px solid #d8d8d8;
}


/* drama-title.title-staff
------------------------------------------ */
.drama-title.title-staff {
	margin-bottom: 8px;
}


/* drama-text.text-lead
------------------------------------------ */
.drama-text.text-lead {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: #dd1e34;
}

/* drama-tag
------------------------------------------ */
.drama-tag-wrap {
	position: relative;
	padding-left: 32px;
}

.drama-tag-wrap>i {
	display: block;
	position: absolute;
	vertical-align: middle;
	font-size: 28px;
	font-size: 2.8rem;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}

.drama-tag-wrap>i:before {
	vertical-align: middle;
}

.drama-tag {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.6px;
	color: #666;
	display: inline-block !important;
	border: 1px solid #666;
	background-color: #fff;
	border-radius: 2px;
	line-height: 1;
	padding: 8px 10px;
	margin: 4px;
}

.drama-tag {
	-webkit-transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
	transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
}

.drama-tag:hover {
	background-color: #fff;
	border-color: #666;
	color: #666;
	opacity: 1 !important;
}

.drama-tag.tag-default {
	border-color: #666;
	color: #666;
	background-color: #fff;
}

.drama-tag.tag-default {
	-webkit-transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
	transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
}

.drama-tag.tag-default:hover {
	background-color: #666;
	border-color: #666;
	color: #fff;
	opacity: 1;
}



/* drama-adBanner
========================================== */
.drama-adBanner {
	overflow: hidden;
	position: relative;
}


/* drama-adBanner - yads_ad
------------------------------------------ */
.drama-adBanner .yads_ad {
	position: relative;
	margin: 0 !important;
	padding: 16px 10px !important;
}
.drama-adBanner .yads_ad_res_s {
	overflow: hidden;
	margin: 0 !important;
	padding: 16px 10px !important;
}
.drama-adBanner .yads_ad_img_res_s {
	width: 31.25%;
	padding-top: 21.875%;
	float: left;
	overflow: hidden;
	position: relative;
}
.drama-adBanner .yads_ad_img_res_s img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.drama-adBanner .yads_ad_title_res_s,
.drama-adBanner .yads_ad_adv_res_s,
.drama-adBanner .yads_ad_info_res_s {
	margin-left: 34.375%;
}
.drama-adBanner .yads_ad_title_res_s {
	font-size: 1.4rem;
}
.drama-adBanner .yads_ad_adv_res_s,
.drama-adBanner .yads_ad_info_res_s {
	font-size: 1.0rem;
}
.drama-adBanner .yads_ad_adv_res_s {
	color: #9b9b9b;
	margin-top: 0.2em;
}
.drama-adBanner .yads_ad_info_res_s {
	position: absolute;
	right: 10px;
	bottom: 16px;
}
.drama-adBanner .yads_ad_info_res_s span {
	vertical-align: middle;
}
.drama-adBanner .yads_ad_info_res_s img {
	width: auto;
	height: 1em;
	display: inline;
	vertical-align: middle;
}
.drama-adBanner .yads_ad .yads_uv_item_wrap {
	display: inline !important;
}
.drama-adBanner .yads_ad .yads_uv_item {
	padding: 0 !important;
	margin: 0 !important;
	display: inline !important;
	position: static !important;
}
.drama-adBanner .yads_ad .yads_uv_item:hover {
	background-color: transparent !important;
}
.drama-adBanner .yads_ad .yads_uv_image {
	float: left !important;
	width: 31.25% !important;
	padding-top: 17.57812% !important;
	height: 0 !important;
	margin: 0 !important;
}
.drama-adBanner .yads_ad .yads_uv_image img {
	width: 100% !important;
	height: auto !important;
}
.drama-adBanner .yads_ad .yads_uv_texts {
	padding: 0 !important;
	margin: 0 !important;
	padding-left: 3.0% !important;
}
.drama-adBanner .yads_ad .yads_uv_texts .yads_uv_title {
	margin: 0 !important;
}
.drama-adBanner .yads_ad .yads_uv_texts .yads_uv_adv {
	margin: 0.2em 0 0 !important;
}
.drama-adBanner .yads_ad .yads_uv_title {
	font-size: 1.4rem !important;
	text-decoration: none !important;
	padding: 0 !important;
	margin: 0 0 0 34.375% !important;
	line-height: 1.25 !important;
}
.drama-adBanner .yads_ad .yads_uv_adv {
	font-size: 1.0rem !important;
	color: #9b9b9b !important;
	text-decoration: none !important;
	padding: 0 !important;
	margin: 0.2em 0 0 34.375% !important;
	line-height: 1.25 !important;
}
.drama-adBanner .yads_ad .yads_uv_label {
	clear: none !important;
	text-align: left !important;
	margin: 0 !important;
	line-height: 1.25 !important;
	position: absolute !important;
	right: 10px !important;
	bottom: 16px !important;
}
.drama-adBanner .yads_ad .yads_uv_label > span {
	font-size: 1.0rem !important;
}


/* drama-adBanner - ntvAd
------------------------------------------ */
.drama-adBanner .ntvAd {
	overflow: hidden;
	margin: 0 !important;
	padding: 16px 10px !important;
}
.drama-adBanner .ntvAd-img {
	width: 31.25%;
	padding-top: 17.57812%;
	float: left;
	position: relative;
}
.drama-adBanner .ntvAd-img img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.drama-adBanner .ntvAd-text {
	margin-left: 34.375%;
	font-size: 1.4rem;
}



/* body.second
========================================== */
body.second .drama-contentsBox .drama-box-body {
	padding: 80px 90px 100px;
}
body.second .drama-contentsBox .drama-box-title {
	text-align: center;
}

/* ------------------------------------------------------------------
	small-screen
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	/* ntv-wrapper
	========================================== */
	.ntv-wrapper { margin-bottom: 0; }


	/* drama - setting
	========================================== */
	.drama-area { margin: 0 auto; }
	.drama-inner {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	/* drama - box layout
	------------------------------------------ */
	.drama-adjustBox {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.drama-contentsBox { margin: 0 auto; }
	.drama-contentsBox-inner {
		padding: 0 0 12%;
		background-size: auto, 100% auto;
	}
	.drama-btn {
		width: 87.5%;
		margin: 0 auto;
	}
	.topics-btn a{
		width: 87.5% !important;
	}


	/* drama-nav
	========================================== */
	/* drama-nav-list
	------------------------------------------ */


	/* drama-share
	========================================== */
	.drama-share-body > ul > li {
		padding: 0 15px;
	}
	.drama-share-body > ul > li > a {
		display: block;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
		font-size: 0;
		width: 30px;
		height: 30px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.drama-share-body > ul > li > a.facebook {
		background-image: url("../images/sns/sns-facebook-square.png");
	}
	.drama-share-body > ul > li > a.twitter {
		background-image: url("../images/sns/sns-twitter-square.png");
	}
	.drama-share-body > ul > li > a.line {
		background-image: url("../images/sns/sns-line-square.png");
	}


	/* drama-box-title
	========================================== */
	/* drama-box-title - drama-main
	------------------------------------------ */
	.drama-main .drama-box-title {}
	.drama-main .drama-box-title > span.title-01 { height: 50px;}




	/* drama-box-subTitle
	========================================== */
	.drama-box-subTitle {
		font-size: 1.4rem;
		letter-spacing: 0.6px;
		background-color: #3a2618;
		color: #fff;
		padding: 9px 9px;
		position: relative;
		font-weight: bold;
		line-height: 1.0;
	}
	.drama-box-subTitle > span {
		vertical-align: middle;
		line-height: 1;
	}

	/* drama-box-subTitle - drama-main
	------------------------------------------ */
	.drama-main .drama-box-subTitle { margin-bottom: 50px; padding: 10px 20px; }

	.drama-main .drama-box-subTitle > span.title-01 { font-size: 2rem; }
	.drama-main .drama-box-subTitle > span.title-02 { font-size: 1.4rem; }


	/* drama-box-body
	========================================== */
	.drama-box-body {}
	body.second .drama-main .drama-box-body {
		padding: 50px 2px 50px;
		border: none;
	}


	/* drama-box-movie-channel
	========================================== */
	.drama-box-movie-channel-area { margin: 3% auto; }
	.drama-box-movie-channel-inner {}



	/* drama-box-sns
	========================================== */
	/* drama-box-sns
	------------------------------------------ */
	.drama-box-sns li {
		margin-left: 3px;
		margin-right: 3px;
	}


	/* drama-box-officialLine
	========================================== */
	.drama-box-officialLine-area { margin: 0 auto; }
	.drama-box-officialLine-inner {}

	/* drama-box-officialLine-pc
	------------------------------------------ */
	.drama-box-officialLine-pc { width: auto; margin: 3%;}

	/* drama-box-officialLine-sp
	------------------------------------------ */
	.drama-box-officialLine-sp { margin: 3% auto;}

	/* drama-box-recommend
	========================================== */
	.drama-box-recommend-area { margin: 6% auto 0; }
	.drama-box-recommend-inner {}

	/* drama-box-recommend
	------------------------------------------ */
	.drama-box-recommend li:nth-child(n+3) {
		display: none;
	}

	.drama-main .sns-inner .drama-box-title,
	.drama-main .goods-inner .drama-box-title {
		height: 50px;
		padding: 18px 20px 0;
	}

	/* drama-article-contents
	------------------------------------------ */
	.drama-article-contents h1 {
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.drama-article-contents h2 {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.drama-article-contents h3,
	.drama-article-contents h4,
	.drama-article-contents h5,
	.drama-article-contents h6 {
		font-size: 1.4rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.drama-article-contents h3 {
		text-decoration: underline;
	}
	.drama-article-contents strong {
		font-weight: bold;
	}
	.drama-article-contents img {
		width: 100%;
	}
	.drama-article-contents p {
		color: #4a4a4a;
		line-height: 1.86;
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	.drama-article-contents blockquote p {
		font-style: italic;
		color: #999;
	}
	.drama-article-contents address {
		color: #999;
	}
	.drama-article-contents table {
		border-collapse: separate;
		border-spacing: 1px;
		background: #eee;
		margin-bottom: 15px;
	}
	.drama-article-contents table th,
	.drama-article-contents table td {
		padding: 5px 10px;
	}
	.drama-article-contents table th {
		background: #f4f4f4;
	}
	.drama-article-contents table td {
		background: #fff;
	}
	.drama-article-contents ul {
		list-style-type: disc;
		list-style-position: inside;
		font-size: 1.4rem;
		padding-left: 0.1em;
	}
	.drama-article-contents ol {
		list-style-type: decimal;
		list-style-position: inside;
		font-size: 1.4rem;
	}
	.drama-article-contents hr {
		border-width: 1px 0px 0px 0px;
		border-style: solid;
		border-color: #cccccc;
		height: 1px;
	}
	.drama-article-contents iframe {
		display: block;
		width: 280px;
		height: 157.5px;
		margin: 0 auto;
	}


	/* body.second
	========================================== */
	body.second .drama-area h2.drama-box-title {
		margin-bottom: 35px;
	}
	body.second .drama-main .drama-box-title > span.title-01 { height: 43px; }
	body.second .drama-main .intro-area .drama-box-title > span.title-01 {
		height: 43px;
	}
	body.second .drama-main .story-area .drama-box-title > span.title-01 {
		height: 43px;
	}
	body.second .drama-main .cast-area .drama-box-title > span.title-01 {
		height: 43px;
	}
	body.second .drama-main .chart-area .drama-box-title > span.title-01 {
		height: 43px;
	}
	body.second .drama-main .music-area .drama-box-title > span.title-01 {
		height: 43px;
	}


}



/* ------------------------------------------------------------------
	small-screen-up to medium-screen.drama-box-title > span.title-01
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) and (max-width: 992px) {
	/* ntv-wrapper
	========================================== */
	.ntv-wrapper { margin-bottom: 0; }


	/* drama - setting
	========================================== */
	/* drama - box layout
	------------------------------------------ */
	.drama-aside .drama-adjustBox {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}

	body.second .drama-area { margin: 40px auto 20px; }


	/* drama-share
	========================================== */
	.drama-share-body > ul > li > a {
		width: 100px !important;
	}


	/* drama-box-movie-channel
	========================================== */
	.drama-box-movie-channel-area { margin: 40px auto; border-bottom: 1px solid #efefef; }
	.drama-box-movie-channel-inner {}



	/* drama-box-sns
	========================================== */
	.drama-box-sns-area { width: 100%; margin: 3% 0 0; }
	.drama-box-sns-inner {}

	/* drama-box-sns
	------------------------------------------ */
	.drama-box-sns {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.drama-box-sns li {
		margin-left: 20px;
		margin-right: 20px;
	}


	/* drama-box-share
	========================================== */
	.drama-box-share-area { width: 100%; margin: 3% 0 0; }
	.drama-box-share-inner {}

	/* drama-box-share
	------------------------------------------ */
	.drama-box-share {
		padding: 25px 65px;
	}
	.drama-box-share li {
		display: block;
		width: 29%;
		float: left;
	}
	.drama-box-share li:nth-child(n+2) {
		margin-left: 6.5%;
	}


	/* drama-box-recommend
	========================================== */
	.drama-box-recommend-area { margin: 40px auto 0; }
	.drama-box-recommend-inner {}

	/* drama-box-recommend
	------------------------------------------ */
	.drama-box-recommend li:nth-child(n+3) {
		display: none;
	}
	.drama-box-recommend li figure {
		display: block;
		width: 195px;
		margin: 0 auto;
	}


	/* drama-box-adBanner
	========================================== */
	.drama-box-adBanner-area {
		margin: 0 auto !important;
		background: #fff;
		border-top: 1px solid #efefef;
	}
	.drama-box-adBanner-area .drama-box-body {
		background-color: #fff;
	}
	.drama-box-adBanner-inner {}


	/* drama-box-movie
	========================================== */
	.drama-box-movie li {
		margin-left: 40px;
		margin-right: 40px;
	}


	/* drama-lists
	========================================== */
	.drama-lists > li > a .drama-list-box .list-img {
		width: 195px;
		padding-top: 109px;
	}

	/* drama-lists - drama-list-box - list-nodata
	------------------------------------------ */
	.drama-lists > li > a .drama-list-box.list-nodata .list-img {}

	.drama-lists > li > a .drama-list-box.list-nodata .list-img.hulu {}
	.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada {}
	.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:before {
		border-width: 12px 0 12px 20px;
		margin-left: 4px;
	}
	.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:after {
		width: 50px;
		height: 50px;
	}
	.drama-lists > li > a .drama-list-box.list-nodata .list-img.nod {}

	.drama-lists > li > a .drama-list-box.list-nodata .list-text {}


	/* drama-adBanner
	========================================== */
	/* drama-adBanner - yads_ad
	------------------------------------------ */
	.drama-adBanner .yads_ad_img_res_s {
		width: 195px;
		padding-top: 136px;
	}
	.drama-adBanner .yads_ad_title_res_s,
	.drama-adBanner .yads_ad_adv_res_s,
	.drama-adBanner .yads_ad_info_res_s {
		margin-left: 215px;
	}
	.drama-adBanner .yads_ad .yads_uv_image {
		width: 195px !important;
		padding-top: 109px !important;
	}
	.drama-adBanner .yads_ad .yads_uv_texts {
		padding-left: 20px !important;
	}
	.drama-adBanner .yads_ad .yads_uv_title {
		margin-left: 215px !important;
	}
	.drama-adBanner .yads_ad .yads_uv_adv {
		margin-left: 215px !important;
	}

	/* drama-adBanner - ntvAd
	------------------------------------------ */
	.drama-adBanner .ntvAd-img {
		width: 195px;
		padding-top: 109px;
	}
	.drama-adBanner .ntvAd-text {
		margin-left: 215px;
	}

	/* drama-article-contents
	------------------------------------------ */
	.drama-article-contents h1 {
		font-size: 2.0rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.drama-article-contents h2 {
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 8px;
	}
	.drama-article-contents h3 {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 8px;
		text-decoration: underline;
	}
	.drama-article-contents h4,
	.drama-article-contents h5,
	.drama-article-contents h6 {
		font-size: 1.4rem;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.drama-article-contents strong {
		font-weight: bold;
	}
	.drama-article-contents img {
		width: 100%;
	}
	.drama-article-contents p {
		color: #4a4a4a;
		line-height: 1.86;
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	.drama-article-contents blockquote p {
		font-style: italic;
		color: #999;
	}
	.drama-article-contents address {
		color: #999;
	}
	.drama-article-contents table {
		border-collapse: separate;
		border-spacing: 1px;
		background: #eee;
		margin-bottom: 15px;
	}
	.drama-article-contents table th,
	.drama-article-contents table td {
		padding: 5px 10px;
	}
	.drama-article-contents table th {
		background: #f4f4f4;
	}
	.drama-article-contents table td {
		background: #fff;
	}
	.drama-article-contents ul {
		list-style-type: disc;
		list-style-position: inside;
		font-size: 1.4rem;
		padding-left: 0.1em;
	}
	.drama-article-contents ol {
		list-style-type: decimal;
		list-style-position: inside;
		font-size: 1.4rem;
	}
	.drama-article-contents hr {
		border-width: 1px 0px 0px 0px;
		border-style: solid;
		border-color: #cccccc;
		height: 1px;
	}
	.drama-article-contents iframe {
		display: block;
		width: 530px;
		height: 298.125px;
		margin: 0 auto;
	}

	/* drama-nav
	========================================== */
	body.second .drama-contentsBox .drama-box-body {
		padding: 50px 0 50px;

	}


}



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

	.drama-btn.btn-more {
		border: 1px solid #3a2618;
		color: #3a2618;
		font-weight: bold;;
	}

	/* drama-nav
	========================================== */
	.drama-nav-area {
		position: relative;
	}
	.drama-nav-area:before {
	}
	.drama-nav-inner {
		display: block;
		transition: all .4s;
	}

	/* drama-nav-logo
	------------------------------------------ */
	.drama-nav-logo {
		width: 100%;
		padding: 10px;
		background: #25170b;
		box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
	}
	.drama-nav-logo a {
		width: 68px;
		height: 48px;
		padding-top: 0;
		margin: 0 auto;
	}

	/* drama-box-title - drama-main
	------------------------------------------ */
	.drama-main .topics-area .drama-box-title {
		position: relative;
		background: #3a2618;
		height: 50px;
    padding: 18px 20px 12px;
	}
	.drama-main .topics-area .drama-box-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #a98d50;
    background: linear-gradient(to right, #a98d50 0%,#705218 100%);
	}


	.drama-main .news-area .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-news-sp.png"); height: 35px;}
	.drama-main .trailer-area .trailer-pr .drama-box-title > span.title-01 { height: 23.5px; margin-left: 10px;}
	.drama-main .trailer-area .trailer-story .drama-box-title > span.title-01 { height: 22.5px; margin-left: 10px;}
	.drama-main .topics-area .drama-box-title > span.title-01 { background-image: url("../images/common/drama-box-title-topics.png"); height: 22.5px; background-position: left center;}
	.drama-main .twitter-area .drama-box-title > span.title-01 { height: 18.5px; }
	.drama-main .instagram-area .drama-box-title > span.title-01 { height: 21.5px; }
	.drama-main .instagram-area .line-inner .drama-box-title > span.title-01 { height: 18.5px; }



	/* drama-nav-btn
	------------------------------------------ */
	.drama-nav-btn {
		text-align: center;
		position: absolute;
		top: 15px;
		right: 10px;
		width: 45px;
		height: 45px;
	}
	.drama-nav-btn a {
		position: relative;
		display: block;
		width: 100%;
		padding-top: 100%;
	}
	.drama-nav-btn a:after {
		display: block;
		position: absolute;
		width: 100%;
		bottom: 0;
		content: 'MENU';
		color: #c1a368;
		font-size: 12px;
		transform: rotate(0.028deg);
	}
	.drama-nav-inner.active .drama-nav-btn a:after{
		content: 'CLOSE';
	}

	.drama-nav-btn span {
		display: inline-block;
		width: 25px;
		height: 2px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		transition: all .4s;
	}
	.drama-nav-btn span:nth-child(1) { top: 5px; }
	.drama-nav-btn span:nth-child(2) { top: 12px; }
	.drama-nav-btn span:nth-child(3) { top: 19px; }

	.drama-nav-inner.active .drama-nav-btn span:nth-child(1){
		transform: translate(-50%, 7px) rotate(-45deg);
	}
	.drama-nav-inner.active .drama-nav-btn span:nth-child(2){
		opacity: 0;
	}
	.drama-nav-inner.active .drama-nav-btn span:nth-child(3){
		transform: translate(-50%, -7px) rotate(45deg);
	}



	/* drama-nav-list
	------------------------------------------ */
	.drama-nav-list {
		display: none;
    width: 100%;
    /*height: 100%;*/
		/*width: 100vw;*/
		height: 100vh;
		padding: 0 10px 220px;
		background-image: url("../images/common/drama-box-bg-brown.jpg");
		overflow-y: scroll;
	}
	.drama-nav-inner.active .drama-nav-list{
		display: block;
	}
	.drama-nav-item {
		position: relative;
		width: 100%;
		border-bottom: 1px solid rgba(111, 101, 91, 0.5);
	}
	.drama-nav-item:before {
		position: absolute;
		display: block;
		content: '';
		width: 20px;
		height: 11px;
		bottom: -12px;
		left: 50%;
		transform: translate(-50%, -50%);
		background-image: url("../images/common/drama-box-bg-brown.jpg");
	}

	.drama-nav-item:after {
		position: absolute;
		display: block;
		content: '';
		width: 16px;
		height: 11px;
		bottom: -12px;
		left: 50%;
		transform: translate(-50%, -50%);
		background: url("../images/common/drama-box-ico-01.png") no-repeat;
		background-size: contain;
		opacity: 0.5;
	}
	/*.drama-nav-item.intro { width: 14%; }
	.drama-nav-item.story { width: 12%; }
	.drama-nav-item.cast { width: 14%; }
	.drama-nav-item.chart { width: 10%; }
	.drama-nav-item.music { width: 9%; }
	.drama-nav-item.hulu { width: 15%; }
	.drama-nav-item.goods { width: 10%; }
	.drama-nav-item.sns { width: 9%; }*/

	.drama-nav-item a {
		color: #1a110b;
		font-weight: bold;
		padding-top: 80px;
	}
	.drama-nav-item a:hover {
		color: #1a110b;
	}
	.drama-nav-item a span {
		width: 100%;
	}
	.drama-nav-item a:hover span:before,
	.drama-nav-item a:hover span:after{
		content: '';
		display: inline-block;
		width: 12px;
		height: 22px;
		transform: translate(0px, 4px);
		background: url("../images/common/drama-box-ico-02.png") no-repeat center;
		background-size: contain;
	}
	.drama-nav-item a:hover span:before{
		margin-right: 1.5rem;
	}
	.drama-nav-item a:hover span:after{
		margin-left: 1.5rem;
	}

	.drama-nav-item a span > br{
		display: none;
	}



	/* drama-box
	========================================== */
	.drama-box.box-top-sm {
		margin-top: 0;
	}
	.drama-box.sm-mt0 {
		margin-top: 0px;
	}
	.drama-box.sm-mt1 {
		margin-top: 1px;
	}
	.drama-box.sm-mb1 {
		margin-bottom: 1px;
	}


	/* drama-box-adBanner
	========================================== */
	/* drama-box-adBanner
	------------------------------------------ */
	.drama-box-adBanner.drama-common-adBanner {
		background-color: #f0f0f0;
	}


	/* drama-btn
	========================================== */
	.drama-btn.btn-hasFade:before {
		content: "";
		display: block;
		width: 100%;
		height: 100px;
		position: absolute;
		left: 0;
		top: -101px;
		pointer-events: none;
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
	}

}



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

	html.active,
	body.active{
		overflow: visible;
		height: auto;
	}
	/* ntv-pageTop
	========================================== */
	.ntv-pageTop {}
	.ntv-pageTop a {
		z-index: 2;
		border-radius: 0;
		background: url("../images/common/ntv-pageTop.png") no-repeat center;
		background-color: transparent;
		background-size: contain;
		cursor: pointer;
	}
	.ntv-pageTop a:after { content: none; margin-top: 0; }
	.ntv-pageTop a:hover {
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}


	/* drama-wrapper
	========================================== */
	.drama-wrapper {
		min-width: 1000px;
		margin-bottom: 0;
	}


	/* drama-contentsWrap
	========================================== */
	.drama-contentsWrap {
		width: 100%;
		padding-bottom: 0;
	}


	/* drama - setting
	========================================== */
	body.second .drama-contentsWrap { padding-top: 0; }

	body.second .drama-area { margin: 60px auto 20px; }


	/* drama-info
	========================================== */
	.drama-info {
		margin: 0 0 20px;
	}
	.drama-info a {
		-webkit-transition: opacity 0.1s ease;
		transition: opacity 0.1s ease;
	}
	.drama-info a:hover {
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}
	.drama-info a {
		padding: 20px;
	}


	/* drama-main
	========================================== */
	.drama-main {
		width: 100%;
	}

	/* drama-nav
	========================================== */
	.drama-nav-btn { display: none; }
	.drama-nav-item.intro { width: 14%; }
	.drama-nav-item.story { width: 12%; }
	.drama-nav-item.cast { width: 14%; }
	.drama-nav-item.chart { width: 10%; }
	.drama-nav-item.music { width: 9%; }
	.drama-nav-item.hulu { width: 15%; }
	.drama-nav-item.goods { width: 10%; }
	.drama-nav-item.sns { width: 9%; }

	.drama-nav-item.hulu a span{ letter-spacing: 0.2rem; }
	.drama-nav-item.chart a span{ letter-spacing: 0.4rem; }
	.drama-nav-item.music a span{ letter-spacing: 0.5rem; }
	.drama-nav-item.sns a span{ letter-spacing: 0.4rem; }

	.drama-nav-item.hulu.is-coming{
		display: inline-block;
		width: 7%;
		position: relative;
	}
	.drama-nav-item.hulu.is-coming:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 26px;
		height: 18px;
		display: inline-block;
		background: url("../images/common/drama-box-ico-05.png") no-repeat center;
		background-size: contain;
	}



	/* drama-news
	========================================== */
	.drama-news {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}



	/* drama-pickup
	========================================== */
	.drama-pickup a {
		-webkit-transition: opacity 0.1s ease;
		transition: opacity 0.1s ease;
	}
	.drama-pickup a:hover {
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}

	/* drama-pickup - pickup-text
	------------------------------------------ */
	.drama-aside .drama-pickup .pickup-text {
		font-size: 1.4rem;
		padding: 10px;
	}

	/* drama-pickup - pickup-data
	------------------------------------------ */
	.drama-aside .drama-pickup .pickup-data .genre,
	.drama-aside .drama-pickup .pickup-data .date {
		font-size: 1.0rem;
		letter-spacing: 0.4px;
		padding: 2px 5px;
	}


	/* drama-article
	========================================== */
	.drama-article {
		margin-top: 20px;
	}

	/* drama-article-body
	------------------------------------------ */
	.drama-article-body > h1 {
		font-size: 1.8rem;
		letter-spacing: 0.3px;
	}
	.drama-article-body .article-data {
		font-size: 1.2rem;
		letter-spacing: 0.6px;
	}

	/* drama-article-contents
	------------------------------------------ */
	.drama-article-contents {
		height: auto;
		font-size: 1.4rem;
		letter-spacing: 0.6px;
		line-height: 1.86;
	}


	/* drama-aside
	========================================== */
	.drama-aside {
		width: 100%;
	}
	.drama-aside .drama-inner {
		padding: 0 20px;
	}


	/* drama-box
	========================================== */
	.drama-box {}

	.drama-aside .drama-box {}
	.drama-aside .drama-box:first-child {
		margin-top: 0;
	}

	.drama-box.lg-mt0 {
		margin-top: 0px;
	}
	.drama-box.lg-mt1 {
		margin-top: 1px;
	}
	.drama-box.lg-mb1 {
		margin-bottom: 1px;
	}

	.drama-box.movie {
		margin-bottom: 20px;
	}


	/* drama-box-title
	========================================== */
	/* drama-box-title.title-base
	------------------------------------------ */
	.drama-box-title.title-base {
		margin-bottom: 20px;
	}


	/* drama-box-movie-channel
	========================================== */
	.drama-box-movie-channel-area { margin: 60px auto 20px; }
	.drama-box-movie-channel-inner {}


	/* drama-box-sns
	========================================== */
	.drama-box-sns-area { width: 49%; margin: 20px 0 0; }
	.drama-box-sns-inner {}

	/* drama-box-sns
	------------------------------------------ */
	.drama-box-sns {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.drama-box-sns li {
		margin-left: 5px;
		margin-right: 5px;
	}
	.drama-box-sns li a {
		-webkit-transition: opacity 0.1s ease;
		transition: opacity 0.1s ease;
	}
	.drama-box-sns li a:hover {
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}


	/* drama-box-share
	========================================== */
	.drama-box-share-area { width: 49%; margin: 20px 0 0; }
	.drama-box-share-inner {}

	/* drama-box-share
	------------------------------------------ */
	.drama-box-share {
		padding: 25px 65px;
	}
	.drama-box-share li {
		display: block;
		width: 29%;
		float: left;
	}
	.drama-box-share li:nth-child(n+2) {
		margin-left: 6.5%;
	}
	.drama-box-share li a {
		-webkit-transition: opacity 0.1s ease;
		transition: opacity 0.1s ease;
	}
	.drama-box-share li a:hover {
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}


	/* drama-box-recommend
	========================================== */
	.drama-box-recommend-area {}
	.drama-box-recommend-inner {}

	/* drama-box-recommend
	------------------------------------------ */
	.drama-box-recommend {
		display: table;
	}
	.drama-box-recommend li {
		width: 25%;
		display: table-cell;
		padding-top: 0;
	}
	.drama-box-recommend li:last-child {
		border-right: none !important;
	}
	.drama-box-recommend li:nth-child(2n) {
		border-right: 1px solid #efefef;
	}
	.drama-box-recommend li:nth-child(n+3) {
		border-top: none;
	}
	.drama-box-recommend li figure a {
		-webkit-transition: opacity 0.1s ease;
		transition: opacity 0.1s ease;
	}
	.drama-box-recommend li figure a:hover {
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}
	.drama-box-recommend li figure h3 {
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.drama-box-recommend li figure p {
		font-size: 1.2rem;
		margin-top: 5px;
	}


	/* drama-box-adBanner
	========================================== */
	.drama-box-adBanner-area { margin: 0 auto; padding: 20px 0; border-top: none; }
	.drama-box-adBanner-area { background: url("../images/common/drama-box-bg-brown.jpg"); }


	/* drama-box-adBanner
	------------------------------------------ */
	.drama-box-adBanner li {
		display: inline-block !important;
		margin: 0 10px;
		padding: 10px 0;
		vertical-align: top;
	}


	/* drama-box-movie
	========================================== */
	.drama-box-movie li a {
		-webkit-transition: opacity 0.1s ease;
		transition: opacity 0.1s ease;
	}
	.drama-box-movie li a:hover {
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}


	/* drama-paddingBox
	========================================== */
	.drama-paddingBox {
		padding: 20px;
	}


	/* drama-lists
	========================================== */
	.drama-lists {
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		justify-content: space-between;
		align-content: stretch;
		width: 100%;
	}
	.drama-lists > li {
		width: 32%;
		margin: 0;
		padding: 0;
		background-color: #fff;
		border: none;
		vertical-align: top;
		line-height: 1.25;
	}
	.drama-lists > li:not(:first-child) {
		margin-left: 2%;
	}
	.drama-lists > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.drama-lists > li > a {
		display: block;
		-webkit-transition: opacity 0.1s ease;
		transition: opacity 0.1s ease;
	}
	.drama-lists > li > a:hover {
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}

	/* drama-lists - drama-list-box
	------------------------------------------ */
	.drama-lists > li > a .drama-list-box .list-img {
		width: 100% !important;
		padding-top: 56.57894% !important;
		float: none;
		position: relative;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #efefef;
	}

	/* drama-lists - drama-list-box - list-img.pr-img
	------------------------------------------ */
	.drama-lists > li > a .drama-list-box .list-img.pr-img:after {
		font-size: 1.2rem;
		letter-spacing: 0.7px;
		padding: 5px 15px;
	}

	/* drama-lists - drama-list-box - list-text
	------------------------------------------ */
	.drama-lists > li > a .drama-list-box .list-text {
		margin: 15px 10px 15px 10px !important;
		font-size: 1.6rem !important;
		line-height: 1.25;
		letter-spacing: 0.7px;
		padding-bottom: 30px !important;
	}

	/* drama-lists - drama-list-box - list-data
	------------------------------------------ */
	.drama-lists > li > a .drama-list-box .list-data {
		position: absolute;
		left: 10px !important;
		bottom: 5px;
		padding-top: 0;
		font-size: 1.2rem !important;
		letter-spacing: 0.6px !important;
		color: #9b9b9b;
	}

	/* drama-lists - drama-list-box - list-nodata
	------------------------------------------ */
	.drama-lists > li > a .drama-list-box.list-nodata .list-img {}

	.drama-lists > li > a .drama-list-box.list-nodata .list-img.hulu {}
	.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada {}
	.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:before {
		border-width: 17px 0 17px 29px;
		margin-left: 7px;
	}
	.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:after {
		width: 76px;
		height: 76px;
	}
	.drama-lists > li > a .drama-list-box.list-nodata .list-img.nod {}

	.drama-lists > li > a .drama-list-box.list-nodata .list-text {
		font-size: 1.4rem !important;
		padding-bottom: 0 !important;
	}

	/* drama-lists - adBannerWrap
	------------------------------------------ */
	.drama-lists > li .adBannerWrap > div > a {
		font-size: 1.8rem;
	}
	.drama-lists > li .adBannerWrap > div > a:after {
		font-size: 1.2rem;
		letter-spacing: 0.7px;
		padding: 5px 15px;
	}

	.drama-lists li + li {
		border-top: none;
	}

	/* drama-horizontal-lists
	========================================== */
	.drama-horizontal-lists > li {
		width: 30%;
		margin-left: 5%;
	}
	.drama-horizontal-lists > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.drama-horizontal-lists > li figcaption h3 {
		font-size: 1.8rem;
	}
	.drama-horizontal-lists > li figcaption p {
		font-size: 1.2rem;
	}


	/* drama-btn
	========================================== */
	.drama-btn {
		-webkit-transition: opacity 0.1s ease;
		transition: opacity 0.1s ease;
	}
	.drama-btn:hover {
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}


	/* drama-title
	========================================== */
	/* drama-title.title-box
	------------------------------------------ */
	.drama-title.title-box {
		font-size: 1.4rem;
	}

	/* drama-title.title-underline
	------------------------------------------ */
	.drama-title.title-underline {
		font-size: 1.4rem;
	}

	/* drama-text.text-lead
	------------------------------------------ */
	.drama-text.text-lead {
		font-size: 2.2rem;
		margin-bottom: 35px;
	}

	.drama-adBanner .yads_ad {
		padding: 20px !important;
	}

	/* drama-tag
	------------------------------------------ */
	.drama-tag {
		margin: 7px;
	}


	/* drama-adBanner
	========================================== */
	/* drama-adBanner - yads_ad
	------------------------------------------ */
	.drama-aside .drama-adBanner .yads_ad {
		padding: 16px 10px !important;
	}
	.drama-adBanner .yads_ad_res_s {
		padding: 20px !important;
	}
	.drama-aside .drama-adBanner .yads_ad_res_s {
		padding: 16px 10px !important;
	}
	.drama-adBanner .yads_ad_info_res_s {
		right: 20px;
		bottom: 20px;
	}
	.drama-aside .drama-adBanner .yads_ad_info_res_s {
		right: 10px;
		bottom: 16px;
	}
	.drama-adBanner .yads_ad .yads_uv_label {
		right: 20px !important;
		bottom: 20px !important;
	}
	.drama-aside .drama-adBanner .yads_ad .yads_uv_label {
		right: 10px !important;
		bottom: 16px !important;
	}

	/* drama-adBanner - ntvAd
	------------------------------------------ */
	.drama-adBanner .ntvAd {
		padding: 20px !important;
	}
	.drama-aside .drama-adBanner .ntvAd {
		padding: 16px 10px !important;
	}


	/* drama-article-contents
	------------------------------------------ */
	.drama-article-contents h1 {
		font-size: 2.0rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.drama-article-contents h2 {
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 8px;
	}
	.drama-article-contents h3 {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 8px;
		text-decoration: underline;
	}
	.drama-article-contents h4,
	.drama-article-contents h5,
	.drama-article-contents h6 {
		font-size: 1.4rem;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.drama-article-contents strong {
		font-weight: bold;
	}
	.drama-article-contents img {
		width: 100%;
	}
	.drama-article-contents p {
		color: #4a4a4a;
		line-height: 1.86;
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	.drama-article-contents blockquote p {
		font-style: italic;
		color: #999;
	}
	.drama-article-contents address {
		color: #999;
	}
	.drama-article-contents table {
		border-collapse: separate;
		border-spacing: 1px;
		background: #eee;
		margin-bottom: 15px;
	}
	.drama-article-contents table th,
	.drama-article-contents table td {
		padding: 5px 10px;
	}
	.drama-article-contents table th {
		background: #f4f4f4;
	}
	.drama-article-contents table td {
		background: #fff;
	}
	.drama-article-contents ul {
		list-style-type: disc;
		list-style-position: inside;
		font-size: 1.4rem;
	}
	.drama-article-contents ol {
		list-style-type: decimal;
		list-style-position: inside;
		font-size: 1.4rem;
	}
	.drama-article-contents hr {
		border-width: 1px 0px 0px 0px;
		border-style: solid;
		border-color: #cccccc;
		height: 1px;
	}
	.drama-article-contents iframe {
		display: block;
		width: 530px;
		height: 298.125px;
		margin: 0 auto;
	}
}



/* ------------------------------------------------------------------
	small-screen-up
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) {
	/* drama-pickup
	========================================== */
	/* drama-pickup - pickup-text
	------------------------------------------ */
	.drama-pickup .pickup-text {
		font-size: 2.0rem;
		font-weight: normal;
		letter-spacing: 0.5px;
		padding: 20px;
	}

	/* drama-pickup - pickup-data
	------------------------------------------ */
	.drama-pickup .pickup-data .genre,
	.drama-pickup .pickup-data .date {
		font-size: 1.4rem;
		letter-spacing: 0.7px;
		padding: 5px 15px;
	}


	/* drama-share
	========================================== */
	.drama-share-title {
		width: 170px;
	}
	.drama-share-title br {
		display: none;
	}
	.drama-share-body > ul > li > a {
		display: block;
		width: 123px;
		text-align: center;
		padding: 7px 0;
		border-radius: 2px;
		color: #fff;
	}
	.drama-share-body > ul > li > a.facebook {
		background-color: #3b5998;
	}
	.drama-share-body > ul > li > a.twitter {
		background-color: #55acee;
	}
	.drama-share-body > ul > li > a.line {
		background-color: #00b900;
	}


	/* drama-lists
	========================================== */
	/* drama-lists - drama-list-box
	------------------------------------------ */
	.drama-lists > li > a .drama-list-box .list-text {
		font-size: 1.8rem;
		padding-bottom: 24px;
		margin-left: 215px;
	}
	.drama-lists > li > a .drama-list-box .list-data {
		font-size: 1.2rem;
		letter-spacing: 0.6px;
		left: 215px;
	}


	/* drama-adBanner
	========================================== */
	/* drama-adBanner - yads_ad
	------------------------------------------ */
	.drama-adBanner .yads_ad_title_res_s {
		font-size: 1.8rem;
	}
	.drama-aside .drama-adBanner .yads_ad_title_res_s {
		font-size: 1.4rem;
	}
	.drama-adBanner .yads_ad_adv_res_s,
	.drama-adBanner .yads_ad_info_res_s {
		font-size: 1.2rem;
	}
	.drama-aside .drama-adBanner .yads_ad_adv_res_s,
	.drama-aside .drama-adBanner .yads_ad_info_res_s {
		font-size: 1.0rem;
	}
	.drama-adBanner .yads_ad .yads_uv_title {
		font-size: 1.8rem !important;
	}
	.drama-aside .drama-adBanner .yads_ad .yads_uv_title {
		font-size: 1.4rem !important;
	}
	.drama-adBanner .yads_ad .yads_uv_adv {
		font-size: 1.2rem !important;
	}
	.drama-aside .drama-adBanner .yads_ad .yads_uv_adv {
		font-size: 1.0rem !important;
	}
	.drama-adBanner .yads_ad .yads_uv_label > span {
		font-size: 1.2rem !important;
	}
	.drama-aside .drama-adBanner .yads_ad .yads_uv_label > span {
		font-size: 1.0rem !important;
	}

	/* drama-adBanner - ntvAd
	------------------------------------------ */
	.drama-adBanner .ntvAd-text {
		font-size: 1.8rem;
	}
	.drama-aside .drama-adBanner .ntvAd-text {
		font-size: 1.4rem;
	}


	body.second .drama-area h2.drama-box-title {
		margin-bottom: 60px;
	}
}
