@charset "UTF-8";
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
.d-area {
    margin: 0 auto;
    padding: 0 20px;
}
.original-inner {
    padding: 0;
}
.d-box-title {
    background: url(../images/story/tit_story.png) no-repeat center 0;
    background-size: contain;
    font-size: 0;
    max-width:  196px;
    height: 71px;
    margin: 0 auto;
}
.d-box-body {
    margin-top: 45px;
    border: 3px solid #000;
    border-top-width: 3px;
    border-bottom-width: 5px;
	box-shadow: 2px 1px 0 0 #000;
	border-radius: 5px;
    background-color: #fff;
    padding: 0 0 35px;
}
/* story-inner
========================================== */
.story-inner{
	/* padding: 43px 0 63px; */
}
.story-inner .story-box-body{
	margin-top: 58px;
	font-size: 1.8rem;
	overflow: hidden;
}
.story-inner .drama-article{
}
.story-inner .drama-article-body figure.first_img{
    position: relative;
}
.story-inner .drama-article-body figure.first_img:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -9%;
    left: 4%;
    width: 18%;
    height: 26%;
    max-width: 149px;
    min-width: 60px;
    max-height: 143px;
    min-height: 58px;
    background: url(../images/story/icon_story_01.png) no-repeat 0 0;
    background-size: contain;
}
.story-inner .drama-article-body figure.first_img.sharp02:before {
    background-image: url(../images/story/icon_story_02.png);
}
.story-inner .drama-article-body figure.first_img.sharp03:before {
    background-image: url(../images/story/icon_story_03.png);
}
.story-inner .drama-article-body figure.first_img.sharp04:before {
    background-image: url(../images/story/icon_story_04.png);
}
.story-inner .drama-article-body figure.first_img.sharp05:before {
    background-image: url(../images/story/icon_story_05.png);
}
.story-inner .drama-article-body figure.first_img.sharp06:before {
    background-image: url(../images/story/icon_story_06.png);
}
.story-inner .drama-article-body figure.first_img.sharp07:before {
    background-image: url(../images/story/icon_story_07.png);
}
.story-inner .drama-article-body figure.first_img.sharp08:before {
    background-image: url(../images/story/icon_story_08.png);
}
.story-inner .drama-article-body figure.first_img.sharp09:before {
    background-image: url(../images/story/icon_story_09.png);
}
.story-inner .drama-article-body figure.first_img.sharp10:before {
    background-image: url(../images/story/icon_story_10.png);
}
.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: block;
    margin: 40px auto 30px;
    font-size: 0;
    line-height: 1;
    color: #ff46b7;
    font-weight: bold;
    text-align: right;
}
.drama-article-story-title span.date {
    font-size: 2.4rem;
}
.drama-article-story-title span.date-time {
    margin-left: 10px;
    font-size: 1.8rem;
    font-weight: normal;
}
.drama-article-contents p{
	color: #373737;
    line-height: 1.86;
    font-size: 1.6rem;
}
.drama-article-contents p .c-pink{color:#ff46b7;}
.drama-article-contents p .c-blue{color:#02dd8d;}
.drama-article-contents .fig-box {
    margin: 30px 0 40px;
}
.drama-article-contents .fig-box:after {
    display: block;
    clear: both;
    width: 100%;
    content: "";
}
.drama-article-contents figure.fig-l{
	float: left;
    width: 47.5%;
}
.drama-article-contents figure.fig-r {
    float: right;
    width: 47.5%;
}
.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: 15px 0 30px;
    border-top: 1px solid #ff46b7;
    overflow: hidden;
    border-bottom: 1px solid #ff46b7;
}
.story-channel-title {
    margin-bottom: 30px;
    font-size: 2.8rem;
    text-align: center;
    color: #ff46b7;
    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/channel-tada-pc.png"); }
.story-channel-item.hulu a { background-color: #67ae3e; }
.story-channel-item.hulu a span { background-image: url("../images/story/channel-hulu-pc.png"); }
.story-area .drama-share {
    max-width: calc(100% - 110px);
    margin: 0 55px 40px;
    border-radius: 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.backnumber-area {
    width: 100%;
    padding: 0;
    margin: 40px auto 0;
}
.backnumber-area .drama-box-subTitle {
    margin-bottom: 30px;
    height: 43px;
    font-size: 0;
    background: url(../images/story/story_tit_backnumber.png) no-repeat center #ff46b7;
}
.backnumber-list {
    width: calc(100% - 18%);
    counter-reset: num;
    margin: 0 auto;
}
.backnumber-list:after { content: ''; display: block; clear: both; }
.backnumber-list-item:before {
	counter-increment: num;
	content: "#" counter(num);
	position: absolute;
	display: inline-block;
	width: 24%;
    min-width: 35px;
	height: 40%;
    min-height: 34px;
    background: url(../images/story/icon_story_01.png) no-repeat 0 0;
    background-size: contain;
	font-size: 0;
	left: -9%;
	top: -21%;
	z-index: 10;
}
.backnumber-list-item:nth-of-type(2):before {
    background-image: url(../images/story/icon_story_02.png);
}
.backnumber-list-item:nth-of-type(3):before {
    background-image: url(../images/story/icon_story_03.png);
}
.backnumber-list-item:nth-of-type(4):before {
    background-image: url(../images/story/icon_story_04.png);
}
.backnumber-list-item:nth-of-type(5):before {
    background-image: url(../images/story/icon_story_05.png);
}
.backnumber-list-item:nth-of-type(6):before {
    background-image: url(../images/story/icon_story_06.png);
}
.backnumber-list-item:nth-of-type(7):before {
    background-image: url(../images/story/icon_story_07.png);
}
.backnumber-list-item:nth-of-type(8):before {
    background-image: url(../images/story/icon_story_08.png);
}
.backnumber-list-item:nth-of-type(9):before {
    background-image: url(../images/story/icon_story_09.png);
}
.backnumber-list-item:nth-of-type(10):before {
    background-image: url(../images/story/icon_story_10.png);
}
.backnumber-list-item a {
	display: block;
}
.backnumber-list-item {
	width: 31%;
	margin-left: 3.5%;
	margin-top: 2%;
	margin-bottom: 2%;
	position: relative;
	float: left;
}
.backnumber-list-item:nth-child(3n+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) {
    .d-area {
        margin-bottom: 20px;
        padding: 0 3%;
    }
    .second .d-contentsBox.d-contentsBox-story {
        padding-top: 4%;
    }
    .d-contentsBox-inner {
        padding-top: 20px;
    }
    .d-box-body {
        margin-top: 20px;
        padding: 0;
    }
    .d-box-title {
        /* padding-top: 12.5%;
        height: 0;
        min-width: 18%;
        max-width: 115px;
        max-height: 77px; */
    }
    .story-inner{
        /* padding: 4.6875% 3.125% 6.25%; */
    }
    .story-inner .story-box-body{
        margin-top: 1.5625%;
    }
    .story-inner .drama-article{
    }
    .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.7rem;
    }
    .drama-article-story-title span.date-time {
        margin-left: 10px;
        font-size: 1.4rem;
        font-weight: normal;
    }
    .story-area .drama-article-contents p {
        font-size: 1.7rem;
    }
    .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 20px;
        padding: 15px 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/channel-tada-sp.png"); }
    .story-channel-item.hulu a span { background-image: url("../images/story/channel-hulu-sp.png"); }
    .story-area .drama-share {
        max-width: calc(100% - 40px);
        margin: 15px auto;
        padding: 15px 0 0;
    }
    .backnumber-area {
        width: 100%;
        margin: 20px auto 30px;
        padding: 0;
    }
    .backnumber-area .drama-box-subTitle {
        margin: 0;
    }
    .backnumber-area .drama-article-body {
        padding: 0;
    }
    .story-inner .drama-article-body figure.first_img{
}
    .backnumber-list {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 30px 15px 0 5%;
    }
    .backnumber-list-item {
        display: inline-block;
        width: 36%;
        position: relative;
        vertical-align: bottom;
        float: none;
    }
    .backnumber-list-item:not(:first-child) {
        margin-left: 5%;
    }
    .backnumber-list-item:before {
    }
    .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;
        height: 40px;
        background-size: auto 20px;
    }
}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
    .d-contentsBox {
        padding: 80px 0 0;
    }
}

/* ---------------------------------
 tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px){
     .d-contentsBox {
        padding: 40px 0 0;
    }
    .story-area .drama-share-body > ul > li {
        margin: 5px 0;
    }
}
