@charset "UTF-8";
/*
 main.css
 本サイト用共通CSS（記事ページにも読み込まれる）

 主に「.d-*」など、番組のみに使用するクラスを記述するCSS
 ※「.drama-*」などの色を変更したい場合は「style.css」に記述
*/


/* d-contents
========================================== */
.d-contentsWrap,
.drama-contentsWrap {
	width: 100%;
	position: relative;
	background-color: rgba(228,184,135,1);
}
.d-contentsWrap.second,
body.second .drama-contentsWrap{
	background: linear-gradient(to bottom, rgba(254,217,123,1) 0%,rgba(245,205,127,1) 30%,rgb(255, 211, 160) 50%,rgb(255, 211, 160) 100%);
}
.d-main {
	width: 100%;
	position: relative;
	z-index: 1;
}
.d-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(../images/top/mainV-bg-pc.png) repeat-x;
	background-size: contain;
	background-position: bottom center;
	width: 100%;
}
.d-bg.second{
	background: url(../images/common/mainV-2nd-bg-all-pc.png) repeat-x;
	background-size: contain;
	background-position: top center;
}
.d-bg .d-bg-inner{
	width: 100%;
	max-width: 1348px;
	height: 988px;
	margin: 0 auto;
	background: url(../images/top/mainV-top-bg-pc.png) no-repeat;
	background-size: cover;
	background-position: center top;
}
.d-bg.second .d-bg-inner{
	max-width: 1307px;
	height: 872px;
	margin: 0 auto;
	background: url(../images/common/mainV-2nd-bg-pc.png) no-repeat;
	background-size: cover;
	background-position: center top;
}

/* img
========================================== */
.d-contentsWrap [class*="-img"] img {
	display: block;
	width: 100%;
}

/* d-btn
========================================== */
.d-btn {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	border-radius: 3px;
	color: #fff;
	background: #998e83;
	font-weight: normal;
	text-align: center;
	word-break: break-all;
	position: relative;
	font-weight: bold;
	font-size: 1.8rem;
	font-size: 18px;
}
.d-btn:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	margin: auto 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* drama-mainV（第2階層用ヘッダー　記事ページ含む）
========================================== */
.d-mainV-area {
	width: 100%;

}
.d-mainV-area a { display: block; }
.d-mainV-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.d-mainV-inner a{
	-webkit-display: flex;
	display: flex;
	padding: .7% 0 0 .5%;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
}
.d-mainV-inner .d-mainV-img{
	width: 37.8%;
	padding-top: 19.4%;
	background: url(../images/common/mainV-2nd-pc.png) no-repeat;
	background-size: cover;
}
.d-mainV-inner .d-mainV-data{
	margin-left: 1.2%;
	width: 62.2%;
	text-align: center;
}
.d-mainV-inner .d-mainV-data .pc{
	display: inline;
}
.d-mainV-inner .d-mainV-data .sp{
	display: none;
}
.d-mainV-inner .d-mainV-title{
	text-indent: -9999px;
	width: 98%;
	padding-top: 11%;
	height: 0;
	background: url(../images/common/mainV-2nd-title-pc.png) no-repeat;
	background-size: cover;
	margin-bottom: 2.31%;
}
.d-mainV-inner .d-mainV-date img{
	width: 48.11%;
	height: auto;
}


/* d-nav
========================================== */
#d-nav{
	display: block;
}
#d-nav.second{
	max-width: 1000px;
	margin: .5% auto 0;
}
.d-nav-area {
	width: 100%;
	background: url(../images/common/drama-nav-bg.png) no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding: 4.8% 0 1.2%;
}
.d-nav-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}


/* drama-nav-list
------------------------------ */
.d-nav-list {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
.d-nav-item {
	display: inline-block;
	width: 12.5%;
	padding-top: 10.6%;
	vertical-align: top;
	position: relative;
}
.d-nav-item a {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	height: 0;
	background: url(../images/common/drama-nav-all.png) no-repeat;
	background-size: cover;
}

/* d-nav - status */
.d-nav-item.is-new {}
.d-nav-item.is-new:before {
	content: '';
	display: block;
	width: 27.5%;
	height: 27.6%;
	background: url("../images/common/drama-nav-icon-new.png") no-repeat center; /* NEWマーク　左上固定の場合は left top */
	background-size: contain;
	position: absolute;
	top: -10%;
	left: -3%;
	z-index: 30;
}
.d-nav-item.is-coming {
}
.d-nav-item.is-coming a {
	opacity: 0.6;
	pointer-events: none;
}

/* d-nav - contents */
.d-nav-item.intro a {
	width: 80%;
	padding-top: 37%;
	background-position: 0 50%;
}
.d-nav-item.story a {
	width: 70.4%;
	padding-top: 16%;
	background-position: 14.7% 50%;
	background-size: 1000%;
}
.d-nav-item.cast a {
	width: 64%;
	padding-top: 34%;
	background-position: 29.1% 50%;
}
.d-nav-item.chart a {
	width: 49%;
    padding-top: 18%;
    background-position: 43.1% 50%;
    background-size: 1580%;
}
.d-nav-item.music a {
	width: 49.6%;
    padding-top: 37%;
    background-position: 56.7% 50%;
}
.d-nav-item.goods a {
	width: 49%;
    padding-top: 18%;
    background-position: 70.8% 50%;
    background-size: 1580%;
}
.d-nav-item.sns a {
	width: 33.6%;
    padding-top: 18%;
    background-position: 83.7% 50%;
    background-size: 2250%;
}
.d-nav-item.hulu a {
	width: 74.8%;
    padding-top: 35.1%;
    background-position: 100% 50%;
}
.d-nav-item a span {}

/* contentsBox
========================================== */
.d-contentsBox {

}
.d-contentsBox-inner {
	overflow: hidden;
}

/* area
========================================== */
.d-area {
	width: 100%;
	margin: 60px auto;
}
.d-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

/* box
========================================== */
.d-box {
	word-break: break-all;
}
.d-box-title {}
.d-box-title-01 {}
.d-box-title-02 {}

.d-box-body {position: relative;}

.spTopBtn{
	display: none;
}



/* ------------------------------------------------------------------
	SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {


	/* drama-contentsWrap
	========================================== */
	.d-contentsWrap,
	.drama-contentsWrap {
		background-position: 10% center;
		background-size: 5% auto;
	}


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


	/* drama-mainV（第2階層用ヘッダー　記事ページ含む）
	========================================== */
	.d-mainV-inner a{
		padding: 0;
		background: linear-gradient(to bottom, rgba(233,191,134,1) 0%,rgba(233,191,134,1) 70%,rgba(235,193,134,1) 100%);
		margin-bottom: 2%;
	}
	.d-mainV-inner .d-mainV-img{
		width: 41.25%;
		padding-top: 21.1%;
	}
	.d-mainV-inner .d-mainV-data{
		width: 58.75%;
		margin-left: 0;
	}
	.d-mainV-inner .d-mainV-data .pc{
		display: none;
	}
	.d-mainV-inner .d-mainV-data .sp{
		display: block;
	}
	.d-mainV-inner .d-mainV-date{
		width: 61.96%;
		margin: 3% auto 0;
	}
	.d-mainV-inner .d-mainV-date img{
		width: 100%;
		vertical-align: bottom;
	}
	.d-mainV-inner .d-mainV-title{
		width: 93.61%;
		padding-top: 10.7%;
		margin-bottom: 0;
		margin: 0 auto;
	}


  /* drama-nav
	========================================== */
	/* d-nav
	------------------------------ */
	#d-nav{
		width: 100%;
		background: url(../images/common/drama-nav-bg-sp.png);
		background-size: cover;
    	z-index: 110;
	}
	#d-nav.second{
		margin: 0 auto;
	}

	/* drama-nav-list
	------------------------------------------ */
	.d-nav-area{
		background:inherit;
		padding: 0;
	}
	.d-nav-inner{
		padding: 0;
	}
	.d-nav-list {
		margin: 0 auto;
		padding: 0;
		border-top: 4px double #00529e;
	}
	.d-nav-item {
		width: 25%;
		border-bottom: 4px double #00529e;
		padding-top: 0;
	}
	.d-nav-item:after{
		display: block;
		content: '';
		position: absolute;
	}
	.d-nav-item.intro:after{
		width: 53.125%;
		padding-top: 40.4%;
		bottom: -5%;
		left: 15%;
		background: url(../images/common/drama-nav-sp-cat.png) no-repeat;
		background-size: cover;
	}
	.d-nav-item.cast:after{
		width: 46.875%;
		padding-top: 68.8%;
		bottom: -5%;
		left: -12.5%;
		background: url(../images/common/drama-nav-sp-dog.png) no-repeat;
		background-size: cover;
	}
	.d-nav-item.chart:after{
		width: 42.35%;
		padding-top: 40.8%;
		bottom: -5%;
		left: 35.29%;
		background: url(../images/common/drama-nav-sp-duck.png) no-repeat;
		background-size: cover;
	}
	.d-nav-item.goods:after{
		width: 79.41%;
		padding-top: 58.7%;
		bottom: -2%;
		right: 3.52%;
		background: url(../images/common/drama-nav-sp-bear.png) no-repeat;
		background-size: cover;
	}
	.d-nav-item.hulu:after{
		width: 41.17%;
		padding-top: 40.2%;
		bottom: -4.5%;
		right: 11.17%;
		background: url(../images/common/drama-nav-sp-hedgehog.png) no-repeat;
		background-size: cover;
	}
	.d-nav-item a{
		padding-top: 78.5% !important;
		background: url(../images/common/drama-nav-sp.png) no-repeat;
		background-size: 400% 220% !important;
		width: 100% !important;
		z-index: 40;
		position: relative;
	}
	.d-nav-item a span { font-size: 0; }
	.d-nav-item.intro a{
		background-position-x: 0;
    	background-position-y: 5%;
	}
	.d-nav-item.story a {
		background-position-x: 32%;
	    background-position-y: 5%;
	}
	.d-nav-item.chart a {
		background-position-x: 100%;
	    background-position-y: 5%;
	}
	.d-nav-item.cast a {
		background-position-x: 67%;
	    background-position-y: 5%;
	}
	.d-nav-item.music a {
		background-position-x: 0;
	    background-position-y: 93%;
	}
	.d-nav-item.goods a {
		background-position-x: 32%;
	    background-position-y: 93%;
	}
	.d-nav-item.sns a {
		background-position-x: 67%;
	    background-position-y: 93%;
	}
	.d-nav-item.hulu a {
		background-position-x: 100%;
	    background-position-y: 93%;
	}
	.d-nav-item.is-new:before{
		background: url(../images/common/drama-nav-icon-new_sp.png) no-repeat;
		background-size: cover;
		height:0;
		width: 36.25%;
		padding-top: 36.25%;
		top: -13%;
    	left: 0;
	}
	.d-nav-item:not(:nth-of-type(4n+1)) a:after{
		display: block;
		width: 1px;
		height: 63%;
		content: '';
		background: #00529e;
		position: absolute;
		left: 0;
		bottom: 12.5%;
	}
}


/* ------------------------------------------------------------------
 SP 〜 tablet　（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	#top-mainV{
		background: linear-gradient(to bottom, rgb(255, 218, 109) 0%,rgb(235, 184, 133) 100%);
	}
	.d-bg{
	  	display: none;
	  }
	.d-bg.second{
		padding-top: 87%;
		display: block;
	}
	.d-bg.second .d-bg-inner{
		display: none;
	}
	.spTopBtn{
		display: block;
		position: fixed;
		bottom: -50px;
		right: 20px;
		background: url(../images/common/kemo_toppage_icon.png) no-repeat;
		background-size: cover;
		z-index: 5;
		cursor: pointer;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
	}
}

/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
	.d-main a {
		transition: opacity .1s ease;
	}
	.d-main a:hover {
		opacity: 0.6;
	}
}

/* ------------------------------------------------------------------
 tablet FONT調整用（601px〜）
------------------------------------------------------------------ */
@media screen and (min-width : 601px){

}
