@charset "UTF-8";
/*
 ドラマティザー用CSS
*/

/* 記事背景（全体） */
.drama-contentsWrap {
	background-color: #fff;
}

/* ------------------------------------------------------------------
 記事ヘッダー
 （from common.js）
------------------------------------------------------------------ */
.teaser-mainV-area {
	width: 100%;

}
.teaser-mainV-area a { display: block; }
.teaser-mainV-inner {
	width: 100%;
	margin: 0 auto;
}
.teaser-mainV-img a{
	width: 100%;
	padding-top: 17.54%;
	background-image: url(../images/common/mainV-2nd-pc.png);
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
}


/* ------------------------------------------------------------------
 記事ページ：左カラム
------------------------------------------------------------------ */
.drama-contentsBox {
	background: url(../images/main_bg.jpg);
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
	margin: 0;
}
.drama-contentsBox-inner {
	/* padding: 0; */
}

/* ------------------------------------------------------------------
 記事ページ：タイトル
------------------------------------------------------------------ */
.drama-main .drama-box-title {
	background-image: url(../images/TitleTopicks2.png);
    background-repeat: no-repeat;
	overflow: hidden;
    background-position: center;
    height: 11vw;
	margin: 3%;
}


.drama-main .drama-box-title > span.title-01 {
	display: none;
}

/* ------------------------------------------------------------------
 記事ページ：本文
------------------------------------------------------------------ */

/* 枠 */
body.second .drama-main .topics-area .drama-box-body {
	border: none;
}

/* パディング */
body.second .drama-main .topics-area .drama-article {
	/* padding: 0; */
}

/* SNS */
.drama-share {}


/* ------------------------------------------------------------------
 記事ページ：右カラム
------------------------------------------------------------------ */
.drama-aside {
	/* background-color: #fff; */
}

/* 右カラム　タイトル */
.drama-box-title.title-base {
	/* background-color: #000; */
	/* color: #fff; */
}

/* ------------------------------------------------------------------
 記事ページ：バナーエリア
------------------------------------------------------------------ */

/* 背景 */
.drama-box-adBanner-area {
	/* background-color: #eee; */
}



/* ------------------------------------------------------------------
	small only 〜600px
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	.teaser-mainV-img a {
    padding-top: calc(220 / 750 * 100%);
    background-image: url(../images/common/mainV-2nd-sp.png);
	background-size: cover;
}
	.teaser-mainV-inner {
	height: auto;
}
	.drama-main .drama-box-title {
	background-size: contain;
}
	
	
	
	
	
}

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

/* ------------------------------------------------------------------
	medium and down 〜992px
------------------------------------------------------------------ */
@media only screen and (max-width: 992px) {
	
	.drama-main .drama-box-title {
    height: 15vw;
	background-size: 40%;
}
}

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

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