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

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


/* d-contents
========================================== */
.d-contentsWrap {
	width: 100%;
}
.d-main {
	width: 100%;
	font-family: 'FOT-セザンヌ Pro M', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


/* utility - color
------------------------------ */
.d-main .fc-red { color: #d10106; }
.d-main .fc-vred { color: #df0000; }
.d-main .fc-dred { color: #ae0000; }
.d-main .fc-dblue { color: #1c34bb; }


/* utility - webfont
------------------------------ */
.d-main .wf-gothic { font-family: 'FOT-セザンヌ Pro M'; }
.d-main .wf-mincho { font-family: 'FOT-テロップ明朝 Pro D'; }


/* utility - layout
------------------------------ */
.d-main .l-center { text-align: center; }
.d-main .l-right { text-align: right; }
.d-main .l-left { text-align-last: left; }



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



/* d-btn
========================================== */
.d-btn {
	display: block;
	width: 61%;
	max-width: 465px;
	margin: 0 auto;
	padding: 13px;
	border: 1px solid #000;
	background-color: #000;
	border-radius: 10px;
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	word-break: break-all;
	position: relative;
}



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

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

.d-mainV-img a{
	width: 100%;
	padding-top: calc(263 / 1280 * 100%);
	background-image: url(../images/common/mainv-2nd-pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}



/* d-nav
========================================== */
.d-nav-area {
	width: 100%;
	background-image: url(../images/common/d-nav-bg-pc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: cover;
}
.d-nav-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}


/* d-nav-list
------------------------------ */
.d-nav-list {
	width: 100%;
	margin: 0 auto;
	padding: 8px 0;
	font-size: 0;
	text-align: center;
	position: relative;
}
.d-nav-list:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	border-bottom: 1px dotted #fff;
}
.d-nav-item {
	display: inline-block;
	width: 25%;
	background-color: #1b1b1b;
	vertical-align: top;
	position: relative;
}
.d-nav-item:not(:nth-last-of-type(4n)):after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}
.d-nav-item a {
	display: block;
	width: 100%;
	padding-top: 32%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	overflow: hidden;
}

/* d-nav - status */
.d-nav-item.is-new {}
.d-nav-item.is-new:before {
	content: '';
	display: block;
	width: 23.2%;
	height: 72.5%;
	background: url(../images/common/d-nav-icon-new.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -2%;
	right: 0.5%;
	z-index: 30;
}
.d-nav-item.is-coming {
	background-color: #2d2d2d;
}
.d-nav-item.is-coming a {
	opacity: 0.3;
	pointer-events: none;
}

/* d-nav - contents */
.d-nav-item.intro a { background-image: url(../images/common/d-nav-intro.png); }
.d-nav-item.story a { background-image: url(../images/common/d-nav-story.png); }
.d-nav-item.chart a { background-image: url(../images/common/d-nav-chart.png); }
.d-nav-item.caststaff a { background-image: url(../images/common/d-nav-caststaff.png); }
.d-nav-item.music a { background-image: url(../images/common/d-nav-music.png); }
.d-nav-item.goods a { background-image: url(../images/common/d-nav-goods.png); }
.d-nav-item.hulu a { background-image: url(../images/common/d-nav-hulu.png); }
.d-nav-item.spcontent a { background-image: url(../images/common/d-nav-spcontent.png); }
.d-nav-item.sns a { background-image: url(../images/common/d-nav-sns.png); }
.d-nav-item a span {
	width: 100%;
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}



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

}
.d-contentsBox-inner {
	overflow: hidden;
	position: relative;
}
.second_page .d-contentsBox-inner {
	background: url(../images/common/bg-dot-01.png) repeat center transparent;
	background-size: 4px auto;
	box-shadow: 0 16px 45px -6px rgba(0, 0, 0, 0.5) inset;
}



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



/* box
========================================== */
.d-box {
	word-break: break-all;
	position: relative;
}
.d-box-title {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}

/* d-box-title - second_page */
.second_page .d-box-title {
	width: 100%;
	height: 215px;
	background-size: contain;
}
.intro-area .d-box-title { background-image: url(../images/common/d-box-title-intro.png); }
.story-area .d-box-title { background-image: url(../images/common/d-box-title-story.png); }
.chart-area .d-box-title { background-image: url(../images/common/d-box-title-chart.png); }
.caststaff-area .d-box-title { background-image: url(../images/common/d-box-title-caststaff.png); }
.music-area .d-box-title { background-image: url(../images/common/d-box-title-music.png); }

.d-box-title-01 {}
.d-box-title-02 {}

.d-box-body {}



/* d-link
========================================== */
.d-link-area {
	margin: 80px auto;
}
.d-link-inner {
	max-width: 1000px;
	margin: 0 auto;
}
.d-link-text {
	margin-bottom: 10px;
	padding: 0 60px;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
}
.d-link-list {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	align-content: stretch;
	width: 100%;
	margin: 0;
	padding: 0 60px;
}
.d-link-item {
	width: 50%;
}
.d-link-item:nth-child(even) { margin-left: 1px; }

.d-link-item a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: cover;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.d-link-item:nth-child(odd) a { background-color: #d10201; background-image: url(../images/common/d-link-bg-01.png); }
.d-link-item:nth-child(even) a { background-color: #1b1b1b; background-image: url(../images/common/d-link-bg-02.png); }

.d-link-item a span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: calc(100 / 440 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: cover;
}
.d-link-item a.story span { background-image: url(../images/common/d-link-story.png); }
.d-link-item a.chart span { background-image: url(../images/common/d-link-chart.png); }
.d-link-item a.caststaff span { background-image: url(../images/common/d-link-caststaff.png); }



/* d-banner
========================================== */
.d-banner-area {
	margin: 80px auto;
}
.d-banner-area a { display: inline-block; }
.d-banner-inner {
	max-width: 1000px;
	margin: 0 auto;
}
.d-banner-text {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
}

/* d-banner-list
------------------------------------------ */
.d-banner-list {
	width: 100%;
	margin: 0 auto;
	padding: 0 60px;
	font-size: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.d-banner-item {
	text-align: center;
}
.d-banner-item:not(:first-child) {
	margin-top: 45px;
}
.d-banner-item a {
	flex: 0 0 86%;
	max-width: 86%;
	max-width: 512px;
}

.d-banner-img {
	margin: 0 auto;
}
.d-banner-img img {
	width: 100%;
}





/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	/* d-contentsWrap
	========================================== */
	.d-contentsWrap {
		background-position: 10% center;
		background-size: 5% auto;
	}

	/* utility - none
	------------------------------ */
	.d-main .sp-none { display: none; }


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


	/* d-btn
	========================================== */
	.d-btn {
		display: block;
		width: 73%;
		margin: 0 auto;
		padding: 7px;
		border-radius: 5px;
		font-size: 1.4rem;
	}


	/* d-mainV（第2階層用ヘッダー　記事ページ含む）
	========================================== */
	.d-mainV-img a{
		padding-top: calc(266 / 640 * 100%);
		background-image: url(../images/common/mainv-2nd-sp.jpg);
	}


	/* d-nav
	========================================== */
	.d-nav-area {
		background-image: url(../images/common/d-nav-bg-sp.png);
	}

	/* d-nav-list
	------------------------------------------ */
	.d-nav-list { margin: 0 auto; padding: 1.6% 0; }
	.d-nav-item a { padding-top: 52.5%; background-size: auto 80%; }
	.d-nav-item.is-new:before { width: 30%; height: 57%; }
	.d-nav-list:after { border-bottom: 1px solid #fff; }


	/* contentsBox
	========================================== */
	.second_page .d-contentsBox-inner {
		background-size: 2px auto;
		box-shadow: 0 16px 20px -10px rgba(0, 0, 0, 0.5) inset;
	}


	/* area
	========================================== */
	.second_page .d-area {
		margin: 0 auto 12% !important;
	}


	/* box
	========================================== */
	/* d-box-title - second_page */
	.second_page .d-box-title { height: 0; padding-top: calc(200 / 640 * 100%); background-size: cover; }


	/* d-link
	========================================== */
	.d-link-area {
		margin: 8% auto;
	}
	.d-link-inner {}
	.d-link-text {
		margin-bottom: 5px;
		padding: 0 3%;
		font-size: 1.4rem;
	}
	.d-link-list {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
		align-content: stretch;
		width: 100%;
		margin: 0;
		padding: 0 3%;
	}
	.d-link-item { width: 100%; }
	.d-link-item:nth-child(even) { margin-top: 0.25%; margin-left: 0; }
	.d-link-item a span { padding-top: calc(140 / 600 * 100%); }


	/* d-banner
	========================================== */
	.d-banner-area { margin: 8% auto; }
	.d-banner-inner {}
	.d-banner-text {
		margin-bottom: 5px;
		padding: 0 3%;
		font-size: 1.4rem;
	}

	/* d-banner-list
	------------------------------------------ */
	.d-banner-list {
		width: 100%;
		margin: 0;
		padding: 0 3%;
	}
	.d-banner-item a {
		flex-basis: 100%;
		max-width: 100%;
	}
	.d-banner-item:not(:first-child) { margin-top: 20px; }
}





/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (min-width: 601px) and (max-width: 992px) {
	/* box
	========================================== */
	/* d-box-title - second_page */
	.second_page .d-box-title {
		background-size: cover;
	}

	/* d-banner
	========================================== */
	.d-banner-item a { flex: 0 0 60%; max-width: 60%; }
}

@media screen and (max-width: 992px) {
	/* area
	========================================== */
	.second_page .d-area {
		margin: 0 auto 120px;
	}
}




/* ------------------------------------------------------------------
 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){
	/* utility - none
	------------------------------ */
	.d-main .pc-none { display: none; }
}



