@charset "UTF-8";
/*
 topics.css（ファイル名変更不可）
 本サイト記事ページ用CSS（記事ページのみ読み込まれる）
*/
.drama-main {
	background: url(../images/pages/bg.jpg);
}

.d-mainV-area {
	width: 100%;
	background: #000;
}
.d-mainV-area a { display: block; }
.d-mainV-inner {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}
.d-mainV-img a{
	width: 100%;
	padding-top: 24.45%;
	background: url(../images/common/subMain.png)center no-repeat;
	background-size: cover;
	overflow: hidden;
}
div#d-nav:after {
    content: "";
    display: block;
    width: 2000px;
    height: 1.54vw;
    background: url(../images/common/navBg_bottom.jpg);
    background-size: cover;
    position: relative;
    top: 0px;
}



/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	.d-mainV-img a{
	width: 100%;
	padding-top: 62.7%;
	background: url(../images/common/subMain_sp.png)center no-repeat;
	background-size: cover;
	overflow: hidden;
	}
}

/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	.d-mainV-img a{
	/*padding-top: 34.7%;*/
	}
}


/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
}