@charset "UTF-8";
/*
 story.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
.story-area{
	margin: 0;
}
.story-area .story-inner{
	padding: 0 10px;
}
.story-area .d-box-title{
	text-indent: -9999px;
	width: 51.12%;
	padding-top: 19.6%;
	margin-left: 25.81%;
	background: url(../images/story/story-title-pc.png) no-repeat;
	background-size:cover;
	height: 0;
}
.story-area .drama-article-contents{
	border:2px solid #d4b79b;
	background: #fbe8bf;
	padding: 2.04% 1.94% 4.2%;
	border-radius: 5px;
}
.story-area .drama-article-contents figure img{
	width: 100%;
	height: auto;
	border:2px solid #d4b79b;
	vertical-align: bottom;
	border-radius: 3px;
}
.drama-article-story-title {
    padding: 8.66% 2.13% 4.26% 6.39%;
    font-size: 0;
    line-height: 1;
    vertical-align: baseline;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
.drama-article-story-title:before{
	display: block;
	content: '';
	width: 14%;
	padding-top: 14.2%;
	height: 0;
	position: absolute;
	bottom: 14%;
	left: 0;
	background: url(../images/story/story-num-icon.png) no-repeat;
	background-size: cover;
	z-index: -1;
}
_::-webkit-full-page-media, _:future, :root .drama-article-story-title:before {
	padding-top: 15.2%;
}
.drama-article-story-title span.number {
    letter-spacing: 1px;
    float: left;
}
.drama-article-story-title span.date {
    margin-top: 4rem;
    float:right;
}
.drama-article-story-title:after{
	display: block;
	clear: both;
	content: '';
}
.story-area .drama-article-contents p{
	font-weight: 600;
	margin: 0 1em;
}
.story-area .drama-article-contents p.pre_p{
	margin: 0;
}
.story-area .drama-article-contents p:first-of-type{
	padding: 0 2.13%;
}
.story-area .drama-article-contents .color-w{
	color: #ff6f4e;
}
.story-area .drama-article-contents .color-m{
	color: #4e84ff;
}
.drama-article-contents figure.fig-l{
	float: left;
    width: 47.7%;
    margin: 0 1em 1em;
}
.drama-article-contents figure.fig-r {
    float: right;
    width: 47.7%;
    margin: 0 1em 1em;
}
.drama-article-contents br.cb {
    clear: both;
}
.story-channel-inner {
    max-width: 890px;
    margin: 0 55px 40px;
    padding: 40px 0 0;
    overflow: hidden;
}
.story-channel-title {
    margin-bottom: 30px;
    font-size: 3.2rem;
    text-align: center;
    color: #000;
    letter-spacing: 2px;
    font-weight: bold;
}
.story-channel-list {
    width: 100%;
    font-size: 0;
    text-align: center;
}
.story-channel-item {
    display: inline-block;
    width: 48.45%;
    vertical-align: top;
}
.story-channel-item:not(:first-child) { margin-left: 3.1%; }
.story-channel-item a {
	width: 100%;
	padding: 13px 10px;
	border-radius: 3px;
	display: block;
}
.story-channel-item a span {
	display: block;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.story-channel-item.tada a { background-color: #ff005a; }
.story-channel-item.tada a span { background-image: url("../images/story/story-channel-tada-pc.png"); }
.story-channel-item.hulu a { background-color: #67ae3e; }
.story-channel-item.hulu a span { background-image: url("../images/story/story-channel-hulu-pc.png"); }
.story-area .drama-share {
    max-width: 890px;
    margin: 0 55px;
    padding: 40px 35px 0;
    border-radius: 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.backnumber-area {
    width: 100%;
    padding: 0 11px;
    margin: 16.32% auto 56px;
}
.backnumber-area .drama-box-subTitle {
	background: url(../images/story/story-backnumber-title-pc.png) no-repeat;
	background-size: cover;
	width: 50.02%;
	padding-top: 4.1%;
	margin-bottom: .81%;
}
.backnumber-area .drama-box-subTitle span{
	display: none;
}
.backnumber-area .drama-article-body{
	border: 2px solid #d4b79b;
	background: #fbe8bf;
	border-radius: 5px;
	padding: 2.88% 1.33% 1.35%;
}
.backnumber-list {
    width: 100%;
    counter-reset: num;
}
.backnumber-list:after { content: ''; display: block; clear: both; }
.backnumber-list-item:before {
	counter-increment: num;
	content: "#" counter(num);
	position: absolute;
	display: inline-block;
	width: 4rem;
	height: 4rem;
	background-color: #f47a4b;
	border-radius: 100%;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: 1px;
	text-align: center;
	left: -2px;
	top: -16px;
	z-index: 10;
}
.backnumber-list-item a {
	display: block;
}
.backnumber-list-item {
	width: 24%;
	margin-left: 1.333%;
	margin-top: 0.8%;
	margin-bottom: 2%;
	position: relative;
	float: left;
}
.backnumber-list-item:nth-child(4n+1) {
	margin-left: 0;
}
.backnumber-list-item-img {
	width: 100%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 2px solid #d4b79b;
	border-radius: 3px;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media only screen and (max-width: 600px) {
	.story-area{
		background: linear-gradient(to bottom, rgb(242, 192, 124) 0%,rgba(240,199,130,1) 26%,rgba(244,203,100,1) 72%,rgba(255,211,160,1) 100%);
	}
	.story-area .story-inner{
		padding: 0 2.8125% 7.8125%;
	}
	.story-area .d-box-title{
		width: 81.42%;
		padding-top: 30.1%;
		margin-left: 10.94%;
		background: url(../images/story/story-title-sp.png) no-repeat;
		background-size:cover;
	}
	.story-area .drama-article-contents{
		padding: 2% 1.83% 11.68%;
		font-size: 3.4375vw;
	}
	.drama-article-story-title{
		padding: 7.74% 1.02% 4.09% 5.93%
	}
	.drama-article-story-title span.number {
    	font-size: 8.048vw;
	}
	.drama-article-story-title span.date {
	    font-size: 3.4375vw;
	    margin-top: 1.5rem;
	}
	.story-area .drama-article-contents p:first-of-type{
		padding: 0 2.07%;
	}
	.story-area .drama-article-contents figure.fig-l,
    .story-area .drama-article-contents figure.fig-r{
        float: none;
        width: 93%;
        margin: 0 auto 1.5em;
    }
    .story-area .drama-article-contents br.cb {
        display: none;
    }
    .story-channel { margin: 3% auto 9%; }
    .story-channel-inner {
        max-width: 100%;
        margin: 15px 3%;
        padding: 15px 0 0;
    }
    .story-channel-title {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    .story-channel-list { width: 100%; font-size: 0; }
    .story-channel-item { width: 48.2%; }
    .story-channel-item:not(:first-child) { margin-left: 3.6%; }
    .story-channel-item a { padding: 13px 10px; }
    .story-channel-item a span { height: 43px; }
    .story-channel-item.tada a span { background-image: url("../images/story/story-channel-tada-sp.png"); }
    .story-channel-item.hulu a span { background-image: url("../images/story/story-channel-hulu-sp.png"); }
    .story-area .drama-share {
        max-width: 94%;
        margin: 15px auto 0;
        padding: 15px 0 0;
    }
    .drama-share-body > ul > li {
	    padding: 0 10px;
	}
    .backnumber-area {
        width: 100%;
        margin-bottom: 0;
        padding: 0;
    }
    .backnumber-area .drama-box-subTitle {
    	margin-bottom: 2%;
    	width: 98%;
    	padding-top: 8%;
	}
    .backnumber-area .drama-article-body {
        padding: 0;
    }
    .backnumber-list {
        width: 100%;
        padding: 4% 3% 2%;
    }
    .backnumber-list-item {
        display: inline-block;
        width: 47%;
        position: relative;
        vertical-align: bottom;
        float: none;
        margin-left: 0;
        margin-bottom: 5%;
    }
    .backnumber-list-item:not(:nth-of-type(2n+1)) {
        margin-left: 3%;
    }
    .backnumber-list-item:before {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 1.2rem;
        line-height: 2.9;
        font-weight: bold;
        letter-spacing: 1px;
        left: -5px;
        top: -10px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.23);
    }
    .backnumber-list-item-img {
        width: 100%;
        padding-top: 56.25%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
	.story-area .drama-article-contents{
		font-size: 1.9rem!important;
		font-size: 19px!important;
	}
	.drama-article-story-title span.number {
    	font-size: 7rem!important;
	    font-size: 70px!important;
	}
	.drama-article-story-title span.date {
	    font-size: 2.6rem!important;
	    font-size: 26px!important;
	}
}

/* ---------------------------------
 tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px){
	.story-area .drama-article-contents{
		font-size: 1.8rem;
		font-size: 18px;
	}
	.drama-article-story-title span.number {
    	font-size: 6.6rem;
	    font-size: 66px;
	}
	.drama-article-story-title span.date {
	    font-size: 2.2rem;
	    font-size: 22px;
	}
	.story-area .drama-share {
        max-width: 84%;
        margin: 30px auto 0;
    }
    .story-area .drama-share-body > ul > li {
        margin: 5px 0;
    }
}
