@charset "UTF-8";

/*==================================

 Layout

==================================*/
.wrp_bg {
    background-image: url(../images/common/wrp_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

.ntv-contentsWrap {}

.teaser-main-mainImg img {
    display: block;
    width: 100%;
}

.teaser-main-onair {
    background-color: #ffde00;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px;
}

.teaser-contents {
    box-sizing: border-box;
    font-size: 1.6rem;
}

.teaser-contents a:hover,
.bnr_cast a:hover {
    transition: opacity .1s;
    text-decoration: none;
    opacity: 0.65;
}

/* ブロック */
.teaser-block {
    background: #fff;
    color: #333;
    word-break: break-all;
    border-radius: 30px;

}

.teaser-block-inner {
    padding: 16px 10px;
}

/* ブロックタイトル */
.teaser-block-title {
    font-size: 0;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}

/* ブロック内テキスト */
.teaser-block p {
    font-size: 0;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
}


#intro h3.teaser-block-title {}




/*CAST*/

ul.cast_box {
    text-align: center;
    margin-bottom: 60px;
}

ul.cast_box li.title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

ul.cast_box li.miyane {
    background-image: url(../images/common/cast_miyane.png);
    background-repeat: no-repeat;
    width: 184px;
    height: 186px;
    background-size: cover;
    margin: 0 auto;
    font-size: 0;
}


ul.cast_box li.fujii {
    background-image: url(../images/common/cast_fujii.png);
    background-repeat: no-repeat;
    width: 184px;
    height: 186px;
    background-size: cover;
    margin: 0 auto;
    font-size: 0;
    display: inline-block;
    overflow: hidden;
}

ul.cast_box li.suzue {
    background-image: url(../images/common/cast_suzue.png);
    background-repeat: no-repeat;
    width: 184px;
    height: 186px;
    background-size: cover;
    margin: 0 auto;
    font-size: 0;
    display: inline-block;
    overflow: hidden;
}

ul.cast_box li.jinnai {
    background-image: url(../images/common/cast_jinnai.png);
    background-repeat: no-repeat;
    width: 184px;
    height: 186px;
    background-size: cover;
    margin: 0 auto;
    font-size: 0;
    display: inline-block;
    overflow: hidden;
}

ul.cast_box li.udo {
    background-image: url(../images/common/cast_udo.png);
    background-repeat: no-repeat;
    width: 184px;
    height: 186px;
    background-size: cover;
    margin: 0 auto;
    font-size: 0;
}

ul.cast_box li.fukuzawa {
    background-image: url(../images/common/cast_fukuzawa.png);
    background-repeat: no-repeat;
    width: 184px;
    height: 186px;
    background-size: cover;
    margin: 0 auto;
    font-size: 0;
    display: inline-block;
    overflow: hidden;
}

ul.cast_box li.natsume {
    background-image: url(../images/common/cast_natsume.png);
    background-repeat: no-repeat;
    width: 184px;
    height: 186px;
    background-size: cover;
    margin: 0 auto;
    font-size: 0;
    display: inline-block;
    overflow: hidden;
}

ul.cast_box li.ikegami {
    background-image: url(../images/common/cast_ikegami.png);
    background-repeat: no-repeat;
    width: 184px;
    height: 186px;
    background-size: cover;
    margin: 0 auto;
    font-size: 0;
}


/*comment*/

ul.comment li.name {
    font-size: 22px;
    font-weight: bold;
}

ul.comment li.txt {
    text-align: justify;
}

ul.comment li.txt span.question {
    color: #FF7752;
}

ul.comment {
    margin-bottom: 40px;
}

ul.comment li.name {
    margin-bottom: 10px;
    border-bottom: 1px solid #ff7753;
}

/*program*/



/*kioku*/
#kioku h3.teaser-block-title {
    background-image: url(../images/common/bousai.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 212px;
    margin: 0 auto;
}

#kioku.teaser-block {
    margin-top: 50px;
}

ul.kioku li.txt {
    font-size: 16px;
}

ul.kioku li.txt span.read,
ul.kioku li.txt span.title {
    color: #d00000;
    font-weight: bold;
}

ul.kioku li.txt span.read {
    font-size: 24px;
}

ul.kioku li.txt span.title {
    font-size: 16px;
}

ul.kioku li.txt span.day {
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.kioku li.txt span.team {
    font-size: 20px;
    font-weight: bold;
}

ul.kioku li.txt span.program_list span {
    font-size: 17px;
    font-weight: bold;
    border-radius: 30px;
}


/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {

    .teaser-block-inner {
        padding: 16px 20px;
    }



    #intro.teaser-block {
        background-image: url(../images/common/introduction_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 auto;
        margin-top: 10px;
        padding-top: 129%;
        margin-left: 10px;
        margin-right: 10px;
        height: 0;
        margin-bottom: 50px;
    }


    #cast h3.teaser-block-title {
        background-image: url(../images/common/cast_title.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100px;
        height: 56px;
        margin: 0 auto;
    }

    ul.cast_box {
        margin-bottom: 60px;
    }

    ul.cast_box li.title {
        display: block;
        margin-bottom: 10px;
        font-size: 20px;
    }


    #comment h3.teaser-block-title {
        background-image: url(../images/common/comment_title.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100px;
        height: 54px;
        margin: 0 auto;
    }

    ul.comment li.name {
        font-size: 18px;
        text-align: left;
    }

    ul.comment li.txt {
        font-size: 14px;
    }

    ul.kioku li.txt span.day {
        font-size: 18px;
    }

    ul.kioku li.txt span.team {
        font-size: 16px;
    }

    ul.kioku li.txt span.program_list {
        font-size: 14px;
    }



    #program.teaser-block-inner {
        padding: 16px 10px;
    }


    #program.teaser-block {
        background-image: url(../images/common/program_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 auto;
        margin-top: 10px;
        padding-top: 205.15%;
        padding-top: 40px;
        /* padding-bottom: 40px; */
        margin-left: 10px;
        margin-right: 10px;
        /* height: 0; */
        margin-bottom: 50px;
    }


    #program h3.teaser-block-title {
        background-image: url(../images/common/program_title.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100px;
        height: 58px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #program.teaser-block li.contents_title span {
        background-color: #ffde00;
        padding: 10px 15px;
        font-weight: bold;
        border-radius: 30px;
        display: block;
        font-size: 14px;
    }

    #program.teaser-block li.contents_title em.small {
        font-size: 80%;
    }

    #program.teaser-block li.txt {
        padding: 10px 20px;
        display: block;
        font-size: 14px;
        color: #fff;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #program.teaser-block li.txt a:link {
        text-decoration: underline;
        font-weight: bold;
    }

    ul.kioku li.txt {
        font-size: 14px;
        margin-bottom: 40px;
    }


    li.bc_movie {
        position: relative;
        width: 100%;
        padding-top: 60%;
        margin: 0 auto;
    }

    ul.kioku li.txt {
        margin-bottom: 20px;
    }

    ul.kioku li.txt span.read {
        font-size: 20px;
        display: block;
        line-height: 1.5;
        margin-bottom: -10px;
    }

    li.kiroku_movie {
        position: relative;
        width: 100%;
        padding-top: 49%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    
        #kiroku .teaser-block-title {
        background-image: url(../images/common/record_title.png);
        background-repeat: no-repeat;
        background-size: cover;
    width: 140px;
    height: 48px;
        margin: 0 auto;
        margin-bottom: 34px;
        margin-top: 60px;
    }


}

/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px) {

    .teaser-main-onair {
        font-size: 2rem;
    }

    #intro.teaser-block {
        padding-top: 93%;
    }

    /*
    #program.teaser-block {
        padding-top: 153.5%;
    }
*/

    /*intro*/
    #intro.teaser-block {
        background-image: url(../images/common/introduction.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 60px;
    }

    #program.teaser-block {
        background-image: url(../images/common/program_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 60px;
    }

    #cast h3.teaser-block-title {
        background-image: url(../images/common/cast_title.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 166px;
        height: 93px;
        margin: 0 auto;
    }

    #comment h3.teaser-block-title {
        background-image: url(../images/common/comment_title.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 166px;
        height: 93px;
        margin: 0 auto;
    }

    #program h3.teaser-block-title {
        background-image: url(../images/common/program_title.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 166px;
        height: 96px;
        margin: 0 auto;
        margin-bottom: 34px;
        margin-top: 30px;
    }




    #kiroku .teaser-block-title {
        background-image: url(../images/common/record_title.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 273px;
        height: 93px;
        margin: 0 auto;
        margin-bottom: 34px;
        margin-top: 60px;
    }



    /*記憶*/
    ul.kioku li.txt span.read {
        font-size: 24px;
    }

    ul.kioku li.txt span.day {
        font-size: 24px;
    }
}

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


    /*intro*/
    #intro.teaser-block {
        background-image: url(../images/common/introduction.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 634px;
        padding-top: 0;
        margin-bottom: 60px;
    }

    #program.teaser-block {
        background-image: url(../images/common/program_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 1550px;
        padding-top: 0;
        margin-bottom: 60px;
        padding-top: 80px;
    }

    #program h3.teaser-block-title {
        background-image: url(../images/common/program_title.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 166px;
        height: 96px;
        margin: 0 auto;
        margin-bottom: 54px;
    }

    #cast h3.teaser-block-title {
        background-image: url(../images/common/cast_title.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 166px;
        height: 93px;
        margin: 0 auto;
    }

    #comment h3.teaser-block-title {
        background-image: url(../images/common/comment_title.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 166px;
        height: 93px;
        margin: 0 auto;
    }


    #program.teaser-block li.contents_title span {
        background-color: #ffde00;
        padding: 10px 15px;
        font-weight: bold;
        border-radius: 30px;
        display: block;
    }

    #program.teaser-block li.txt {
        padding: 10px 20px;
        display: block;
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #program.teaser-block li.txt a:link {
        text-decoration: underline;
        font-weight: bold;
    }

    #program.teaser-block li.contents_title em.small {
        font-size: 80%;
    }


    /* ブロック */
    .teaser-block {
        margin-top: 20px;
        /*        margin-bottom: 60px;*/
    }

    .teaser-block-inner {
        padding: 20px;
    }

    /* ブロックタイトル */
    .teaser-block-title {
        font-size: 0;
        /*        padding: 30px 20px 10px;*/
    }

    .teaser-main-onair {
        font-size: 1.8rem;
        color: #000000;
        background-color: #ffde00;
    }

    .teaser-contents {
        margin-top: 20px;
    }

    li.bc_movie {
        position: relative;
        width: 500px;
        height: 300px;
        margin: 0 auto;
    }

    ul.kioku li.txt {
        font-size: 16px;
        margin-bottom: 40px;
    }

    ul.kioku li.txt span.read {
        font-size: 24px;
        display: block;
        margin-bottom: -10px;
    }

    li.kiroku_movie {
        position: relative;
        width: 500px;
        height: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }


}

/* ---------------------------------
 右カラム設定
--------------------------------- */

/* 右カラム　タイトル */
.ntv-box-title {
    /* background: #e90d28; */
}

.ntv-box-title.title-base {
    /* background: #e90d28; */
}

.drama-box-title.title-base {
    /* background-color: #e90d28; */
}


/*==================================

 Template-Module
 不使用の場合は削除してください

==================================*/


/* ---------------------------------
 メニュー（UNIT04タイプ）設定
--------------------------------- */
.teaser-main-nav {
    /*  background-color: #222;*/
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.teaser-main-nav .row {
    margin-bottom: 0;
}

.teaser-main-nav .row .col {
    width: -webkit-calc(100% / 4);
    width: calc(33.33333333% - 60.5px);
    padding: 0;
    border-radius: 30px;
    margin-top: 30px;
    margin-right: 5px;
    margin-bottom: 30px;
}

.teaser-main-nav .row .nolink {
    display: block;
    text-align: center;
    color: #8c8c8c;
    font-weight: bold;
    padding: 10px 0;
    -webkit-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
    font-size: 12px;
    letter-spacing: 0.8px;
    background-color: #bbbbbb;
    opacity: 1;


}

.teaser-main-nav ul {
    width: 100%;
}

.teaser-main-nav ul li {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
    background-color: #fe692a;

}

.teaser-main-nav ul li:hover {
    opacity: 0.8;
}

.teaser-main-nav ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    -webkit-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
    font-size: 12px;
    letter-spacing: 0.8px;
    cursor: pointer;
}

.teaser-main-nav ul li span {
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 8px;
    letter-spacing: 0.8px;
    opacity: 0.6;
}

.teaser-main-nav > ul > li > a > [class*=icon-],
.teaser-main-nav > ul > li > span > [class*=icon-] {
    display: block;
    font-size: 28px;
}

.teaser-main-nav ul li:nth-child(even) {
    background-color: #2dd496;
    color: #fff;
}





@media screen and (max-width: 992px) {

    .teaser-main-nav {
        height: 60px;
        margin-right: 1px;
        margin-left: 4px;
        margin-top: 10px;
    }

    .teaser-main-nav .row .col {
        width: calc(92%/4);

    }

    .teaser-main-nav .row .col {
        margin-top: 10px;
    }

}


@media screen and (min-width : 601px) {
    .teaser-main-nav .row .col {
        width: calc(96%/4);
    }

}

@media screen and (min-width: 993px) {

    .teaser-main-nav {
        position: relative;
        z-index: 9999;
    }

    .teaser-main-nav .row .nolink {
        font-size: 18px;
        letter-spacing: 1.2px;
        padding: 15px 0;
        -webkit-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease;
        background-color: #bbbbbb;
    }

    .teaser-main-nav ul li a {
        font-size: 18px;
        letter-spacing: 1.2px;
        padding: 15px 0;
        -webkit-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease;
    }

    .teaser-main-nav ul li span {
        font-size: 12px;
        letter-spacing: 1.2px;
        padding: 15px 0;
    }

    .teaser-main-nav ul li a:hover {
        opacity: 0.6;
    }

    .teaser-main-nav > ul > li > a > [class*=icon-],
    .teaser-main-nav > ul > li > span > [class*=icon-] {
        font-size: 40px;
    }


    .teaser-main-nav .row .col {
        width: calc(33.33333333% - 60.5px);
    }


}

@media only screen and (max-width: 992px) and (min-width: 601px) {
    .ntv-wrapper {
        /*        margin-bottom: 60px;*/
    }
}

@media only screen and (max-width: 600px) {
    .ntv-wrapper {
        /*        margin-bottom: 60px;*/
    }
}

/* ---------------------------------
 バナー
--------------------------------- */
.teaser-banner-area {
    width: 100%;
    padding: 10px 0;
}

.teaser-banner-area ul li {
    margin: 10px;
    line-height: 0;
}

.teaser-banner-area ul li a {}

.teaser-banner-area ul li a img {
    width: 100%;
}

@media screen and (min-width: 993px) {
    .teaser-banner-area {
        padding: 0;
    }

    .teaser-banner-area ul li {
        margin: 10px 0;
    }
}

/* ---------------------------------
 動画
--------------------------------- */
.teaser-contents .movie-player {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin: 0 auto;
}

.teaser-contents .movie-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---------------------------------
 Twitter
--------------------------------- */

/* タイムライン */
.teaser-contents .twitter-area {}

.teaser-contents .twitter-area .twitter-timeline {}

/* ボタン */
.teaser-contents .teaser-btn {
    margin-top: 20px;
}

.teaser-contents .teaser-btn a {
    width: 100%;
    display: block;
}

.teaser-contents .teaser-btn#btn-follow-twitter a {
    background-color: #1da1f2;
    padding: 1.3em 0 1.2em;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}

/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */

#topics.drama-area {
    padding: 0;
    margin: 0;
}

#topics .drama-box-title {
    display: none;
}

/* ボタン */
#topics .drama-btn.btn-more {
    /* color: #ffffff; */
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    word-break: break-all;
    position: relative;
    background: transparent;
    border: 1px solid #222;
    padding: 1.3em 0 1.2em;
    font-size: 1.4rem;
    line-height: 1;
}

#topics .drama-btn.btn-more i {
    font-size: 1.5em;
    margin-right: 5px;
    vertical-align: middle;
}

@media screen and (max-width: 992px) {

    #topics .topics-btn {
        padding: 10px;
        margin: 0;
    }

}

/* リスト */
@media screen and (min-width: 993px) {

    #topics .topics-item {
        width: 49%;
    }

    #topics .topics-item:nth-of-type(n+3) {
        margin-top: 15px;
    }

    #topics .topics-item:nth-of-type(2n+1) {
        margin-left: 0;
    }

    #topics .topics-item:nth-of-type(2n) {
        margin-left: 2%;
    }

}
