@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : story.css
Description : 【下層】ストーリーページCSS
===================================================================== */
#story {
}

#story .inner_content {
    width: 100%;
    padding-top: 0;
    margin-top: -4.6875%;
    position: relative;
    z-index: 1;
}

#story .movie_area {
    position: relative;
    background: url(../images/story/bg_movie_area_sp.png) no-repeat center top;    
    background-size: 100% auto;
}

#story .movie_area .movie {
    width: 85.9375%;
    height: auto;
    padding-top: 21.875%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#story .movie_area .movie a:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/story/img_play.png) no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 21.875%;
}

#story .movie_area .number {
    width: 25%;
    height: auto;
    padding-top: 20%;
    margin-left: auto;
    margin-right: auto;
}

#story .movie_area .onair {
    padding-top: 3.5%;
    font-size: 1.3rem;
    line-height: 1.4em;
    text-align: center;
}

#story .movie_area .onair span {
    font-size: 0.85em;
    display: block;
}

#story .story_area {
    padding-top: 7.8125%;
}

#story .story_area .text {
    width: 87.5%;
    font-size: 1.2rem;
    line-height: 1.4em;
    margin-left: auto;
    margin-right: auto;
}

#story .thumbs_box {
    margin-top: 10.9375%;
    position: relative;
}

#story .thumbs_box .thumbs_wrap {
    width: 87.5%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

#story .thumbs_box ul {
    letter-spacing: -.40em;
    position: absolute;
    top: 0;
    left: 0;
}

#story .thumbs_box ul li {
    display: inline-block;
    vertical-align: top;
}

#story .thumbs_box .thumbs_btn_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#story .thumbs_box .thumbs_btn_wrap .btn_left,
#story .thumbs_box .thumbs_btn_wrap .btn_right {
    width: 25px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

#story .thumbs_box .thumbs_btn_wrap .btn_left {
    left: 0;
}

#story .thumbs_box .thumbs_btn_wrap .btn_right {
    right: 0;
}

@media screen and (min-width:700px){

    #story .inner_content {
        width: 90%;
        padding-top: 40px;
        margin-top: 0;
    }

    #story .movie_area {
        background: url(../images/story/bg_movie_area.jpg) no-repeat center top;
        background-size: 100% auto;
    }

    #story .movie_area .movie {
        width: 67%;
        padding-top: 6.7%;
    }

    #story .movie_area .movie a:after {
        width: 100px;
        height: 100px;
        padding-top: 6.7%;
    }

    #story .movie_area .number {
        width: 15.5%;
        padding-top: 16.5%;
    }

    #story .movie_area .onair {
        padding-top: 2.2%;
        font-size: 2.5rem;
    }

    #story .story_area {
        padding-top: 4.5%;
    }

    #story .story_area .text {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.5em;
    }

    #story .thumbs_box {
        margin-top: 5.5%;
    }

    #story .thumbs_box .thumbs_wrap {
        width: 100%;
    }

    #story .thumbs_box ul {
        width: 100%;
        letter-spacing: -.40em;
        position: relative;
        text-align: center;
    }

    #story .thumbs_box ul li {
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }

    #story .thumbs_box .thumbs_btn_wrap {
        display: none;
    }
}

/* バックナンバー */
#story #backnumber {
    background: url(../images/common/bg_brown.jpg) repeat center top;
    margin-top: 10.9375%;
}

#story #backnumber.inner_content {
    padding-bottom: 0;
}

#story #backnumber h1 {
    display: none;
}

#story #backnumber ul li {
    width: 100%;
    height: 0;
    border-top: 1px dotted #d3c6bf;
    padding-top: 15.625%;
    position: relative;
}

#story #backnumber ul li.empty {
    display: none;
}

#story #backnumber ul li:first-child {
    border-top: none;
}

#story #backnumber ul li a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#story #backnumber ul li a:after {
    content: "";
    width: 100%;
    height: 40%;
    background: url(../images/story/backnumber/img_back01.png) no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#story #backnumber ul li a img {
    display: none;
}

/* 話数個別 */
#story #backnumber ul li:nth-child(2) a:after {
    background: url(../images/story/backnumber/img_back02.png) no-repeat center center;
    background-size: auto 100%;
}

#story #backnumber ul li:nth-child(3) a:after {
    background: url(../images/story/backnumber/img_back03.png) no-repeat center center;
    background-size: auto 100%;
}

#story #backnumber ul li:nth-child(4) a:after {
    background: url(../images/story/backnumber/img_back04.png) no-repeat center center;
    background-size: auto 100%;
}

#story #backnumber ul li:nth-child(5) a:after {
    background: url(../images/story/backnumber/img_back05.png) no-repeat center center;
    background-size: auto 100%;
}

#story #backnumber ul li:nth-child(6) a:after {
    background: url(../images/story/backnumber/img_back06.png) no-repeat center center;
    background-size: auto 100%;
}

#story #backnumber ul li:nth-child(7) a:after {
    background: url(../images/story/backnumber/img_back07.png) no-repeat center center;
    background-size: auto 100%;
}

#story #backnumber ul li:nth-child(8) a:after {
    background: url(../images/story/backnumber/img_back08.png) no-repeat center center;
    background-size: auto 100%;
}

#story #backnumber ul li:nth-child(9) a:after {
    background: url(../images/story/backnumber/img_back09.png) no-repeat center center;
    background-size: auto 100%;
}

#story #backnumber ul li:nth-child(10) a:after {
    background: url(../images/story/backnumber/img_back10.png) no-repeat center center;
    background-size: auto 100%;
}

#story #backnumber ul li:nth-child(11) a:after {
    background: url(../images/story/backnumber/img_back11.png) no-repeat center center;
    background-size: auto 100%;
}

#story #backnumber ul li:nth-child(12) a:after {
    background: url(../images/story/backnumber/img_back12.png) no-repeat center center;
    background-size: auto 100%;
}

@media screen and (min-width:700px){
    #story #backnumber {
        width: 90%;
        background: url(../images/story/backnumber/bg_01.jpg) no-repeat center top;
        margin-top: 10px;
    }
    #story #backnumber.inner_content {
        margin-top: 50px;
        padding-bottom: 0;
    }

    #story #backnumber h1 {
        display: block;
        padding-top: 10px;
    }

    #story #backnumber ul {
        letter-spacing: -.40em;
        text-align: center;
        padding-bottom: 40px;
    }


    #story #backnumber ul li {
        width: 19.8863636363%;
        height: auto;
        border-top: 0;
        display: inline-block;
        margin: 20px 1.7% 10px;
        padding-top: 11.2%;
    }

    #story #backnumber ul li.empty {
        display: inline-block;
        background: url(../images/story/backnumber/img_empty.jpg) no-repeat center center;
        background-size: 100% auto;
    }

    #story #backnumber ul li a {
        width: 100%;
        height: 100%;
        display: block;
    }



    #story #backnumber ul li a img {
        display: block;
        transform: scale(1,1);
    }




#story #backnumber ul li a:after {
    transition: .2s ease;
}



#story #backnumber ul li a:hover:after {
    opacity: 0.01;
    transition: .2s ease;
}

#story #backnumber ul li a:hover img {
    transform: scale(1.04,1.04);
    transition: .2s ease;
    border: #a9a9a9 solid 1px;
}

/* 話数個別 */



}