@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    textlive_pc.css
*
*
------------------------------------------------------------------------------------------ */
.pswp__bg{
    opacity: .7 !important;
}

#contents_wrap br + br{
    display: table-row !important;
}

.post__text a{
    text-decoration: underline;
}

.nav_textlive{ opacity: 0;}

footer .credit p{ line-height: 1.6em;}


.yt_movie{
    display: block;
    margin: 30px 0 !important;
    position: relative;
}

.yt_movie,
.yt_movie iframe,
.yt_movie video{
    width: 560px !important;
    height: calc(560px * .5625) !important;
    max-width: 560px !important;
    max-height: calc(560px * .5625) !important;
}

.movie{
    display: block;
    margin: 30px 0 !important;
    position: relative;
}

.movie,
.movie iframe,
.movie video{
    width: 560px !important;
    height: calc(560px * .5625) !important;
    max-width: 560px !important;
    max-height: calc(560px * .5625) !important;
}

/* footer .credit .col_l,
footer .credit .col_r{
    line-height: inherit;
} */



#yodogawa{
    margin: 0 0 50px 0;
    text-align: center;
}

#yodogawa .inner{
    text-align: left;
    display: inline-block;
    font-size: 18px;
    line-height: 2em;
}


/* --------------------------------------------------
*
    .nav_textlive
*
-------------------------------------------------- */
.nav_textlive{
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-color: #4495d1;
}
.nav_textlive-bottom {
    border-radius: 0 0 40px 40px;
}
.event .nav_textlive{
    background-color: #32b200;
}

.nav_textlive .nav_inner{
    position: relative;
    letter-spacing: .1em;
}

.nav_textlive .first{
    position: absolute;
    top: 19px;
    left: 0;
}

.nav_textlive .new{
    position: absolute;
    top: 19px;
    right: 0;
}

.nav_textlive .first a,
.nav_textlive .new a{
    font-size: 14px;
    letter-spacing: .1em;
    color: #fff;
    transition: opacity .1s ease .0s;
}

.nav_textlive .first a:hover,
.nav_textlive .new a:hover,
.nav_textlive .first a.touch,
.nav_textlive .new a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

.nav_textlive .first a span{
    display: inline-block;
}

.nav_textlive .new a span{
    display: inline-block;
}

.nav_textlive .first a span + span{
    margin: 0 10px 0 -10px;
}

.nav_textlive .new a span{
    margin: 0 0 0 8px;
}
.nav_textlive .new a span + span{
    margin: 0 0 0 -10px;
}

.nav_textlive ul{
    padding: 10px 0 0 0;
    letter-spacing: -.40em;
}

.nav_textlive li{
    margin: 0 1px;
    display: inline-block;
    letter-spacing: normal;
    position: relative;
}

.nav_textlive li a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
    background-color: #fff;
    color: #4495d1;
    letter-spacing: .1em;
    transition: opacity .1s ease .0s;
}

.nav_textlive li a.disabled{ opacity: .5 !important;}
.nav_textlive .disabled a{ opacity: .5 !important;}

.nav_textlive li.prev a{ border-radius: 40px 0 0 40px; text-indent: -.5em;}
.nav_textlive li.next a{ border-radius: 0 40px 40px 0; text-indent: .5em;}

.nav_textlive li.prev a span{ display: inline-block; margin: 0 7px 0 0;}
.nav_textlive li.next a span{display: inline-block; margin: 0 0 0 0;}

.nav_textlive li a:hover,
.nav_textlive li a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}



/* --------------------------------------------------
*
    .post
*
-------------------------------------------------- */
#post_list{
    padding: 60px 0 20px 0;
    background-color: #ede7df;
}

.post{
    margin: 0 auto 40px auto;
    box-sizing: border-box;
    border-radius: 25px;
    background-color: #fff;
    padding: 40px;
    position: relative;
}

.post:before,
.post:after{
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 0 25px 0 0;
    background-repeat: no-repeat;
    background-size: 64px;
    background-position: center;
    position: absolute;
}

.post:before{
    background-image:url(../images/textlive/parts_corner_right.png);
    top: 0;
    right: 0;
}

/* .event .post:before{ background-image:url(https://seikatsunotanoshimi.1101.com/textlive/images/seikatsunotanoshimi_2017_autumn/parts_corner_right_g.png); }
.event .post:after{ background-image:url(https://seikatsunotanoshimi.1101.com/textlive/images/seikatsunotanoshimi_2017_autumn/parts_corner_left_g.png);} */

.post-header{
    width: 100%;
    margin: 0 0 20px 0;
    display: table;
    position: relative;
}

.post-header__icon{
    width: 110px;
    box-sizing: border-box;
    padding: 0 0 0 35px;
    display: table-cell;
    vertical-align: top;
}

.post-header a{
    width: 100%;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: bold;
    letter-spacing: .1em;
    color: #000;
    position: relative;
}

.post .time{
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .1em;
    color: #4495d1;
}

.post .slide{
    margin: 0 0 15px 0;
}

.post .slide img{
    width: 100%;
    height: auto;
    line-height: 0;
    margin: 0 0 20px 0;
}

.post__text{
    padding: 0 40px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .1em;
}

.post__text a{
    color: #4495d1;
    padding-bottom: 2px;
    border-bottom: 1px solid #4495d1;
    text-decoration: none;
}

.post__text a:hover,
.post__text a.touch{
    border-bottom: 1px solid transparent;
}

.post_share{
    border-top: 1px solid #eeeeee;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
    text-align: right;
}

.post_share .title,
.post_share ul,
.post_share li{
    display: inline-block;
    vertical-align: middle;
}

.post_share .title{
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #7d7d7d;
}

.post_share li{
    margin: 0 5px;
}

.post_share li img{
    width: 33px;
}


/* .post_nav */
.post_nav{
    padding: 25px 0;
    text-align: center;
}

.post_nav .nav__date{
    display: inline-block;
}

.post_nav input{
    width: 165px !important;
    height: 29px;
    padding: 0 0 0 20px;
    border-radius: 29px 0 0 29px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 20px center;
    border: 1px solid #333333;
    border-right: 0;
    position: relative;
    transition: border .1s ease .0s;
    cursor: pointer;
}

.post_nav input:focus,
.post_nav input:hover,
.post_nav input.touch{
    opacity: 1 !important;
    background-color: rgba(68, 149, 209, .1);
    transition: background .15s ease .05s;
}

.post_nav .btn{
    height: 29px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 0 12px 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(51, 51, 51, .9);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #333333;
    border-radius: 0 29px 29px 0;
    cursor: pointer;
    transition: background .1s ease .0s;
}

.post_nav .btn:hover,
.post_nav .btn.touch{
    opacity: 1 !important;
    background-color: rgba(51, 51, 51, 1);
    transition: background .15s ease .05s;
}

@media screen and (min-width : 751px){
    .movie{
        left: -40px;
    }
    .nav_textlive{
        height: 60px;
    }    
    .nav_textlive .nav_inner{
        width: 680px;
        display: inline-block;
    }    
    .post{
        width: 640px;
    }
} /* ----- min-width : 751px ----- */
@media screen and (max-width : 750px){
    .yt_movie{
        margin: 25px 0 !important;
    }
    
    .yt_movie,
    .yt_movie iframe,
    .yt_movie video{
        width: calc(100vw - 105px) !important;
        height: calc((100vw - 105px) * .5625) !important;
        max-width: calc(100vw - 105px) !important;
        max-height: calc((100vw - 105px) * .5625) !important;
    }
    
    .movie{
        margin: 25px 0 !important;
    }
    
    .movie,
    .movie iframe,
    .movie video{
        width: calc(100vw - 105px) !important;
        height: calc((100vw - 105px) * .5625) !important;
        max-width: calc(100vw - 105px) !important;
        max-height: calc((100vw - 105px) * .5625) !important;
    }
    
    
    
    #yodogawa{
        margin: 0 0 30px 0;
        padding: 0 15px;
    }
    
    #yodogawa .inner{
        font-size: 14px;
    }
    
    
    
    /* --------------------------------------------------
    *
        .nav_textlive
    *
    -------------------------------------------------- */

    .nav_textlive-bottom {
        border-radius: 0 0 20px 20px;
    }
    
    .nav_textlive .nav_inner{
        display: block;
    }
    
    .nav_textlive .first{
        left: 5px;
    }
    
    .nav_textlive .new{
        right: 5px;
    }
    
    .nav_textlive .first a,
    .nav_textlive .new a{
        font-size: 12px;
    }
    
    
    .nav_textlive ul{
        padding: 55px 0 15px 0;
    }
    
    .nav_textlive li a{
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    
    
    
    
    /* --------------------------------------------------
    *
        .post
    *
    -------------------------------------------------- */
    #post_list{
        padding: 20px 0 20px 0;
    }
    
    .post{
        min-height: auto !important;
        height: auto !important;
        margin: 0 10px 20px 10px;
        border-radius: 15px;
        padding: 15px;
    }
    
    .post:before,
    .post:after{
        width: 38px;
        height: 38px;
        border-radius: 0 15px 0 0;
        background-size: 38px;
    }
    
    .post:before{
        background-image:url(../images/textlive/parts_corner_right.png);
        top: 0;
        right: 0;
    }
    .post-header__icon{
        width: 54px;
        padding: 0 0 0 5px;
    }
    
    .post-header__icon img{
        width: 100%;
    }
    
    .post-header a{
        padding: 0 10px;
        font-size: 15px;
    }
    
    .post .time{
        font-size: 11px;
    }
    
    .post .slide{
        text-align: center;
    }
    
    .post .slide img{
        max-width: 420px;
        margin: 0 auto 20px auto;
    }
    
    .post__text{
        padding: 0 10px;
        font-size: 14px;
    }
    
    .post_share{
        margin: 30px 0 0 0;
        padding: 30px 0 10px 0;
    }
    
    
    
    /* .post_nav */
    .post_nav input{
        width: 140px !important;
        padding: 0 0 0 15px;
        font-size: 14px;
    }
    
    
    .post_nav .btn{
        font-size: 14px;
    }

    .xdsoft_datetimepicker, .xdsoft_noselect{ left: 0 !important;}

} /* ----- min-width : 751px ----- */