@charset "UTF-8";
/*
 story.css（ファイル名変更可）
 本サイト各ページ用CSS
*/

/* story-inner
========================================== */
.story-inner{
	padding: 43px 0 63px;
}
.story-inner .d-box-title{
	background: url(../images/story/story-title.png) no-repeat;
	background-size: cover;
	background-position: left bottom;
	height: 0;
	padding-top: 9.4%;
}
.story-inner .story-box-body{
	margin-top: 58px;
	font-size: 1.8rem;
	overflow: hidden;
}
.story-inner .story-movie{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    border: 4px solid #1f140d;
    position: relative;
    margin-bottom: 16px;
}
.story-inner .story-movie iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.story-inner .drama-article{
    border: 4px solid #1f140d;
    background: #fff;
}
.story-inner .drama-article-body figure.first_img{
	border-bottom: 4px solid #1f140d;
}
.story-inner .drama-article-body figure img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.story-inner .drama-article-contents{
	margin: 0 55px;
}
.drama-article-story-title {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    justify-content: space-between;
    align-content: stretch;
    margin: 40px auto 30px;
    font-size: 0;
    line-height: 1;
    vertical-align: baseline;
    color: #fd428d;
    font-weight: bold;
}
.drama-article-story-title span.number{
    font-size: 8.5rem;
    letter-spacing: 1px;
}
.drama-article-story-title span.date {
    margin-top: 0.3rem;
    font-size: 2.5rem;
}
.drama-article-contents p{
	color: #373737;
    line-height: 1.86;
    font-size: 1.6rem;
}
.drama-article-contents p .c-pink{color:#fd428d;}
.drama-article-contents p .c-blue{color:#0293ef;}
.drama-article-contents figure.fig-l{
	float: left;
    width: 47.7%;
    margin: 0 2em 1em 0;
}
.drama-article-contents figure.fig-r {
    float: right;
    width: 47.7%;
    margin: 0 1em 1em 2em;
}
.drama-article-contents br.cb {
    clear: both;
}
.guest-area {
    max-width: 890px;
    margin: 84px 55px 0;
    padding: 40px 0 0;
    border-top: 1px solid #ccc;
}
.guest-title {
    font-size: 3.5rem;
    text-align: center;
    color: #fd428d;
    letter-spacing: 3px;
    font-weight: bold;
}
.guest-list {
    margin: 30px auto 40px;
    padding: 0 4.5%;
    font-size: 0;
    text-align: center;
}
.guest-list-item {
    width: 21%;
    margin: 2%;
    display: inline-block;
    vertical-align: top;
}
.guest-list-item-img img {
    border-radius: 100%;
}
.guest-list-item-text {
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}
.guest-list-item-text span {
    display: block;
    margin-top: 5px;
}
.guest-list-item-text span.cast{
	color: #fd428d;
	font-size: 2rem;
	margin-top: 0;
}
.story-channel-inner {
    max-width: 890px;
    margin: 0 55px 40px;
    padding: 40px 0 0;
    border-top: 1px solid #ccc;
    overflow: hidden;
}
.story-channel-title {
    margin-bottom: 30px;
    font-size: 3.2rem;
    text-align: center;
    color: #fd428d;
    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 40px;
    padding: 40px 35px 0;
    border-top: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.backnumber-area {
    width: 100%;
    padding: 0 55px;
    margin: 40px auto 56px;
}
.backnumber-area .drama-box-subTitle {
	background: #8fd0c7;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
    line-height: 1.0;
    padding: 16px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.7rem;
    letter-spacing: 1px;
    text-align: center;
}
.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: #fd428d;
	border-radius: 100%;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: 1px;
	text-align: center;
	left: -5px;
	top: -10px;
	z-index: 10;
}
.backnumber-list-item a {
	display: block;
}
.backnumber-list-item {
	width: 24%;
	margin-left: 1.333%;
	margin-top: 0.8%;
	margin-bottom: 0.8%;
	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;
}
/* ---------------------------------
 SP用
--------------------------------- */
@media only screen and (max-width: 600px) {
    .story-inner{
        padding: 4.6875% 3.125% 6.25%;
    }
    .story-inner .d-box-title{
        background: url(../images/story/story-title-sp.png) no-repeat;
        background-size: cover;
        background-position: left bottom;
        padding-top: 15.4%;
    }
    .story-inner .story-box-body{
        margin-top: 1.5625%;
    }
    .story-inner .story-movie{
        margin-bottom: 3.125%;
        border: 2px solid #1f140d;
    }
    .story-inner .drama-article{
        border: 2px solid #1f140d;
    }
    .story-area .drama-article-contents {
        padding: 0 20px;
        margin: 0;
    }
    .drama-article-story-title {
        margin: 20px auto 10px;
        padding: 0;
    }
    .drama-article-story-title span.number {
        font-size: 4rem;
        letter-spacing: 5px;
        margin-left: 0;
    }
    .drama-article-story-title span.date {
        margin-top: 0;
        font-size: 1.2rem;
    }
    .story-area .drama-article-contents p {
        font-size: 1.2rem;
    }
    .story-area .drama-article-contents figure.fig-l,
    .story-area .drama-article-contents figure.fig-r{
        float: none;
        width: 100%;
        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;
        padding: 15px 0 0;
    }
    .backnumber-area {
        width: 100%;
        margin: 20px auto 30px;
        padding: 0;
    }
    .backnumber-area .drama-box-subTitle {
        margin: 0 3%;
    }
    .backnumber-area .drama-article-body {
        padding: 0;
    }
    .story-inner .drama-article-body figure.first_img{
    border-bottom: 2px solid #1f140d;
}
    .backnumber-list {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 20px 15px 0;
    }
    .backnumber-list-item {
        display: inline-block;
        width: 43.8%;
        position: relative;
        vertical-align: bottom;
        float: none;
    }
    .backnumber-list-item:not(:first-child) {
        margin-left: 3%;
    }
    .backnumber-list-item:before {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.2rem;
        line-height: 2.2;
        letter-spacing: 1px;
        left: -5px;
        top: -10px;
    }
    .backnumber-list-item-img {
        width: 100%;
        padding-top: 56.25%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .backnumber-area .drama-box-subTitle {
        margin: 0 3%;
        padding: 6px 20px;
        border-radius: 3px;
    }

}

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

/* ---------------------------------
 tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px){
    .story-area .drama-share {
        max-width: 84%;
        margin: 30px auto;
    }
    .story-area .drama-share-body > ul > li {
        margin: 5px 0;
    }
}
