@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : director.css
Description : ディレクターのこぼれ話ページ用レイアウトCSS
===================================================================== */

#story_list_area {}

section#story_list_area h1 {
    width: 410px;
}

#story_list {
    width: 100%;
    background: url(../../common/images/bg_stripe.png);
    margin-top: 52px;
    padding: 10px;
}

#story_list>dl {}

#story_list>dl>dt {
    width: 175px;
    height: 148px;
    padding-top: 50px;
    float: left;
    font-size: 1.6em;
    text-align: center;
    background: #fff;
    position: relative;
}

#story_list>dl>dt #year_list {
    display: inline-block;
    height: 20px;
    margin-top: 5px;
    padding-right: 30px;
    background: url(../../common/images/ico_pulldown.png) no-repeat right 0px;
    background-size: 20px auto;
    cursor: pointer;
    line-height: 1.4;
    overflow: hidden;
    font-size: 90%;
    font-weight: bold;
    color: #6bb7ce;
}

#story_list>dl>dt #year_list:hover {
    background-position: right -20px;
}

#story_list>dl>dt #year_list.open {
    background-position: right -40px;
}

#story_list>dl>dt #year_list.open:hover {
    background-position: right -60px;
}

#year_pulldown {
    width: 120px;
    height: 160px;
    padding: 5px 10px 10px 15px;
    position: absolute;
    top: 105px;
    left: 28px;
    background: #fff;
    border-left: solid 1px #282221;
    border-right: solid 1px #282221;
    border-bottom: solid 1px #282221;
    z-index: 99;
    font-size: 0.875em;
    text-align: left;
    display: none;
}

#year_pulldown ul {
    width: 95px;
    height: 145px;
    overflow: auto;
    overflow-y: scroll;
}

#year_pulldown ul::-webkit-scrollbar {
    width: 7px;
}


/*バーの太さ*/

#year_pulldown ul::-webkit-scrollbar-track {
    background: #d9d6d4;
}


/*バーの背景色*/

#year_pulldown ul::-webkit-scrollbar-thumb {
    background: #e56b7e;
}


/*バーの色*/

#year_pulldown li {
    margin-bottom: 4px;
}

#year_pulldown li a:link {
    text-decoration: none;
    color: #282221;
}

#year_pulldown li a:visited {
    text-decoration: none;
    color: #282221;
}

#year_pulldown li a:hover {
    text-decoration: none;
    color: #e56b7e;
}

#story_list>dl>dd {
    width: 500px;
    height: 148px;
    padding: 10px;
    float: right;
    font-size: 1.4em;
    background: #fff;
}

#story_list>dl dd .list_inner {
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-y: scroll;
}

#story_list>dl dd .list_inner::-webkit-scrollbar {
    width: 7px;
}


/*バーの太さ*/

#story_list>dl dd .list_inner::-webkit-scrollbar-track {
    background: #d9d6d4;
}


/*バーの背景色*/

#story_list>dl dd .list_inner::-webkit-scrollbar-thumb {
    background: #e56b7e;
}


/*バーの色*/

.list_inner dl {
    padding: 10px;
    position: relative;
}

.list_inner dl::after {
    width: 453px;
    height: 1px;
    overflow: hidden;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 10px;
    background: url(../../common/images/bg_line_bottom_pc.png) no-repeat;
}

.list_inner dt {
    color: #5c9fb2;
    display: inline-block;
}

.list_inner dt span {
    position: relative;
    top: -0.1em;
    width: 70px;
    padding: 0.2em 0;
    margin-right: 10px;
    display: inline-block;
    background: #6bb7ce;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8571em;
}

.list_inner a:link {
    text-decoration: none;
    color: #282221;
}

.list_inner a:visited {
    text-decoration: none;
    color: #282221;
}

.list_inner a:hover {
    text-decoration: none;
    color: #e56b7e;
}

.list_inner dd {
    margin-top: 5px;
}

#story .line_plane {
    margin-top: 80px;
    padding: 10px 0 17px 20px;
}

#story .line_plane {
    color: #5c9fb2;
    font-size: 1.4em;
}

#story .line_plane span {
    position: relative;
    top: -0.1em;
    width: 70px;
    padding: 0.2em 0;
    margin-right: 10px;
    display: inline-block;
    background: #6bb7ce;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8571em;
}

#story .line_plane h2 {
    font-size: 1.285em;
    color: #282221;
    margin-top: 8px;
}

.story_honbun {
    padding: 50px 20px 35px;
    font-size: 1.4em;
    line-height: 1.4;
}

.story_honbun p {
    margin-bottom: 18px;
}

.story_honbun .lead_photo {
    margin-bottom: 18px;
}

.story_honbun .story_photo {
    margin-bottom: 18px;
    letter-spacing: -.40em;
}

.story_honbun .story_photo li {
    display: inline-block;
    letter-spacing: normal;
    margin-left: 30px;
}

.story_honbun .story_photo li:first-child {
    margin-left: 0;
}

.story_honbun .story_photo li img {
    vertical-align: bottom;
}

.story_footer {
    width: 100%;
    padding: 0 20px 70px;
    overflow: hidden;
}

.story_footer .btn_prev {
    width: 140px;
    height: 30px;
    float: left;
    background: url(../images/btn_prev.png) no-repeat 0px -30px;
    background-size: 140px auto;
}

.story_footer .btn_prev a {
    display: block;
    width: 140px;
    height: 30px;
    background: url(../images/btn_prev.png) no-repeat 0px 0px;
    background-size: 140px auto;
}

.story_footer .btn_prev a:hover {
    background-position: 0px -60px;
}

.story_footer .btn_next {
    width: 140px;
    height: 30px;
    float: right;
    background: url(../images/btn_next.png) no-repeat 0px -30px;
    background-size: 140px auto;
}

.story_footer .btn_next a {
    display: block;
    width: 140px;
    height: 30px;
    background: url(../images/btn_next.png) no-repeat 0px 0px;
    background-size: 140px auto;
}

.story_footer .btn_next a:hover {
    background-position: 0px -60px;
}


/*-----------------------------------------------------

	SP layout

------------------------------------------------------*/

@media screen and (max-width: 700px) {
    section#story_list_area h1 {
        width: 285px;
    }
    #story_list {
        margin-top: 23px;
    }
    #story_list>dl>dt {
        float: none;
        width: 100%;
        height: 56px;
        padding-top: 17px;
        line-height: 1;
        font-size: 1.5em;
    }
    #story_list>dl>dt #year_list {
        margin: 0 5px 0 22px;
        padding: 0 30px 0 20px;
        background-position: right 0;
        line-height: 1.5;
        vertical-align: bottom;
        border-left: solid 1px #282221;
    }
    #story_list>dl>dd {
        width: 100%;
        height: 195px;
        float: none;
        margin-top: 5px;
    }
    #year_pulldown {
        width: 150px;
        height: 160px;
        left: inherit;
        right: 0;
        top: 42px;
        padding-left: 20px;
    }
    #year_pulldown li {
        margin-bottom: 12px;
    }
    .list_inner dl::after {
        width: 93%;
    }
    #story {}
    #story .line_plane {
        margin-top: 42px;
        padding-right: 20px;
    }
    #story .line_plane h2 {
        font-size: 1.1em;
    }
    .story_honbun {
        padding-top: 25px;
    }
    .story_honbun p {
        margin-bottom: 12px;
    }
    .story_honbun .lead_photo {
        margin-bottom: 12px;
    }
    .story_honbun .story_photo {
        overflow: hidden;
        margin-bottom: 0;
    }
    .story_honbun .story_photo li {
        width: 44%;
        float: left;
        margin-left: 12%;
        margin-bottom: 20px;
    }
    .story_honbun .story_photo li:nth-child(odd) {
        margin-left: 0;
    }
}

#year_pulldown li a,
.list_inner a {
    cursor: pointer;
}

#year_pulldown li a {
    text-decoration: none;
    color: #282221;
}

article {
    -webkit-animation: fade-in .5s ease-out;
    animation: fade-in .5s ease-out;
}

article::after {
    content: "";
    clear: both;
    display: block;
}

.story_honbun p[style*="overflow"]+p:not([style]),
.story_honbun img[style*="float"]+p:not([style]) {
    clear: both;
}

@media screen and (min-width: 701px) {
    .story_honbun img {
        width: 200px;
        margin: 0 10px 18px;
    }
    .story_honbun img[style*="float"]+img[style*="float"]+img[style*="float"]+p {
        overflow: visible !important;
    }
}

@media screen and (max-width: 700px) {
    .story_honbun img:first-of-type {
        width: 100%;
        float: none !important;
        margin-bottom: 12px;
    }
    .story_honbun img:not(:first-of-type) {
        margin: 0 3% 12px;
        width: 44%;
    }
    .story_honbun img[style*="float"]+img[style*="float"]+p {
        clear: both;
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
}