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

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

.minogashi-banner {
  width: 90%;
  max-width: 598px;
  margin: 30px auto -20px;
  display: flex;
  justify-content: center;
}
.minogashi-banner li {
  width: 48%;
  margin: 0 1%;
}
.minogashi-banner li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 992px) {
	.minogashi-banner {
		margin: 5% auto 0;
	}
}


/* ------------------------------------------------------------------
 記事ヘッダー
 （from common.js）
------------------------------------------------------------------ */
.teaser-mainV-area {
	width: 100%;
}
.teaser-mainV-area a { display: block; }
.teaser-mainV-inner {
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 0 0 50px 50px;
}
.teaser-mainV-img a{
	position: relative;
	width: 100%;
	padding-top: 25%;
	background-image: url(../template_assets/images/common/mainV-2nd-pc.png);
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
}
.teaser-mainV-inner a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 10px 40px rgb(0,0,0);
  content: "";
}
@media only screen and (max-width: 992px) {
	.teaser-mainV-inner {
		width: 92%;
		border-radius: 0 0 20px 20px;
	}
	.teaser-mainV-img a{
		padding-top: 41.33%;
		background-image: url(../template_assets/images/common/mainV-2nd-sp.png);
	}
	.teaser-mainV-inner a:after {
	  box-shadow: inset 0 0 10px rgb(0,0,0);
	}
}


/* ------------------------------------------------------------------
 記事ページ：左カラム
------------------------------------------------------------------ */
.drama-contentsBox {
	/* margin: 0; */
}
.drama-contentsBox-inner {
	/* padding: 0; */
}
@media only screen and (max-width: 992px) {
	.drama-contentsBox-inner {
		padding: 0 4% 3%;
	}
}

/* ------------------------------------------------------------------
 記事ページ：タイトル
------------------------------------------------------------------ */
.drama-main .drama-box-title {}
.drama-main .drama-box-title > span.title-01 {
	display: none;
}

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

/* 枠 */
body.second .drama-main .topics-area .drama-box-body {
	border-radius: 50px 50px 0 0;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
	background: url(../template_assets/images/common/bg03.png) repeat;
	background-size: 350px;
	word-break: break-all;
	color: #341114;
	letter-spacing: 0.1em;
	border: none; 
}

/* パディング */
body.second .drama-main .topics-area .drama-article {
	/* padding: 0; */
	background-color: initial;
}
@media only screen and (max-width: 992px) {
	body.second .drama-main .topics-area .drama-box-body {
		border-radius: 20px 20px 0 0;
		box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
		background-size: 175px;; 
	}
	body.second .drama-main .topics-area .drama-article {
		padding: 30px 5% 20px;
	}
}

/* SNS */
.drama-share {}


/* ------------------------------------------------------------------
 記事ページ：右カラム
------------------------------------------------------------------ */
.drama-aside {
	padding-top: 1px;
	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) {
}

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

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

/* ------------------------------------------------------------------
	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) {
}
