@charset "UTF-8";

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

 Layout

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






.bg-wrap {
    background-image: url(../images/common/main_bg.png), url(../images/common/footer.png);
    background-repeat: repeat-x, repeat-x;
    background-position: center top, left bottom;
}

.ntv-wrapper {
    background-color: #000;
}



#second h1.teaser-main-mainImg {
    height: 220px;
    position: relative;
    margin: 0 0 0;
    margin-top: -10px;
    margin-bottom: 96px;
}

#second h1.teaser-main-mainImg img {
    width: 400px;
    height: 400px;
    margin-top: -99px;
}

#second h1.teaser-main-mainImg img:hover {
    opacity: 0.8;
}

#second .bg-wrap {
    background-image: url(../images/common/second_header.png), url(../images/common/footer.png);
    background-repeat: repeat-x, repeat-x;
    background-position: center top, left bottom;
}




.teaser-main-onair {
    background: rgb(137, 185, 46);
    background: linear-gradient(0deg, rgba(137, 185, 46, 1) 0%, rgba(164, 204, 57, 1) 100%);
    color: #fff;
    text-align: center;
    padding: 10px;
}


.teaser-main-mainImg {
    display: block;
    width: 100%;
    height: 449px;
}

.teaser-main-mainImg img {
    display: block;
    width: 500px;
    margin: auto;
    margin-top: -100px;
}

.teaser-main-onair {
    background-color: #000;
    color: #fff;
    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;
    margin-bottom: 40px;
}

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



h3.onair,
h3.about,
h3.network,
h3.backnumber {
    font-size: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 120px;
}

h3.onair {
    background-image: url(../images/common/h3_onair.png);
    position: relative;
}

h3.about {
    background-image: url(../images/common/h3_about.png);
}

h3.network {
    background-image: url(../images/common/h3_network.png);
}

h3.backnumber {
    background-image: url(../images/common/h3_backnumber.png);
}





/*ON AIR*/
.onair h4 {
    width: 100%;
    padding: 20px 20px 0;
    color: #413017;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
}

.onair h4 span.day {
    display: block;
    text-align: left;
    color: #00a8ff;
    font-size: 16px;
    margin: 20px 0 0 10px;
    font-family: sans-serif;
}

.onair h4 span.title {
    display: block;
    text-align: center;
    color: #000618;
    font-size: 26px;
    margin-bottom: 30px;
}

.onair h4::before,
.onair h4::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #95d4ff, #fff222);
}

/*BACK NUMBER*/
.backnumber h4 {
    width: 100%;
    padding: 20px 20px 0;
    color: #413017;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
}

.backnumber h4 span.day {
    display: block;
    text-align: left;
    color: #00a8ff;
    font-size: 16px;
    margin: 20px 0 10px 10px;
    font-family: sans-serif;
}

.backnumber h4 span.title {
    display: block;
    text-align: center;
    color: #000618;
    font-size: 26px;
    margin-bottom: 30px;
}

.backnumber h4::before,
.backnumber h4::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #95d4ff, #fff222);
}


span.copy {
    display: block;
    font-size: 12px;
    text-align: center;

}

span.hulu_bnr {
    text-align: center;
    display: block;
}

.hulu_bnr a:hover {
    opacity: 0.8
}

/*ABOUT*/
#about p {
    font-size: 0
}

#about p {
    background-image: url(../images/common/about_txt.png);
    background-size: contain;
    width: 100%;
    padding-top: 58.05%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
}



/*navigator*/

.navigator {
    background-color: #000618;
    font-size: 0;
    margin-bottom: 0;
}


/*NETWORK*/
.network .inner {
    background: #fff;
    padding: 40px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    margin: auto;
    width: 90%;
}

.network dt::before {
    padding: 0 8px 0 0;
    content: url(../images/common/net_ico.png);
    display: inline-block;
    position: absolute;
    left: -18px;
}

.network dt,
.network dt {
    padding-left: 2%;
    text-indent: 1em;
    color: #003cb5;
    font-weight: bold;
    position: relative;

}

.network dt,
.network dd {
    width: 49%;
    padding: 10px 0;
    display: inline-block;

    border-bottom: solid 1px #00afff;
}


/* ブロックタイトル */
.teaser-block-title {
    font-size: 2rem;
    letter-spacing: 0.6px;
    color: #222;
    padding: 20px 10px 10px;
    position: relative;
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
}

#backnumber_link {
    background-color: #000;
    text-align: center;
    margin-bottom: 0;
}


.innerlink-head {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 120px;
}

/* ブロック内テキスト */
.teaser-block p {
    color: #333;
    line-height: 1.8;
    font-size: 1.85rem;
    margin-bottom: 15px;
}

.teaser-block p.read_txt {
    font-size: 2rem;
    text-align: center;
    line-height: 1.8;
    margin: 0;
}

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

    .bg-wrap {



        background-image: url(../images/common/main_bg_sp.png);
        background-repeat: repeat-x;
        background-position: center top;
    }

    #second .bg-wrap {
        background-image: url(../images/common/main_bg_sp.png);
        background-repeat: repeat-x;
        background-position: center top;
    }

    #second h1.teaser-main-mainImg {
        margin-top: 0;
        margin-bottom: 0;
        height: 243px;
                margin: 0 auto;
    }

    #second h1.teaser-main-mainImg img {
        width: 309px;
        height: 274px;
        margin-top: -25px;
    }



    .teaser-contents {
        margin: 0 10px;
    }

    .teaser-main-mainImg {
    width: 309px;
        height: 243px;
        margin: 0 auto;
    }

    .teaser-main-mainImg img {
     width: 309px;
        height: 274px;
        margin-top: -25px;
    }

    .teaser-main-onair {
        padding-bottom: 0
    }

    .onair h4 span.day {
        margin: 10px 0 10px 10px;
        font-size: 1.3rem;
    }

    .onair h4 span.title {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }

    span.copy {
        font-size: 1rem;
    }

    .network .inner {
        padding: 0;
        font-size: 1rem;
        padding-bottom: 10px;
    }


    h3.onair,
    h3.about,
    h3.network,
    h3.backnumber {
        padding-top: 18.83%;
    }

    .innerlink-head {
        margin: 40px 0
    }

    .backnumber h4 span.day {
        margin: 10px 0 10px 10px;
        font-size: 1.3rem;
    }

    .backnumber h4 span.title {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .backnumber h4 span.line {
        display: block;
    }

    .innerlink-head {
        margin-top: 20px;
        margin-bottom: 0
    }

    .pc_link {
        display: none
    }

}

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

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

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

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

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

    .teaser-main-onair {

        width: 100%;


    }

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

    .sp_link {
        display: none
    }

}


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

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

.ntv-box-title.title-base {
    background: #000;
}


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

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

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


/* ---------------------------------
 メニュー（UNIT04タイプ）設定
--------------------------------- */
.teaser-main-nav {
    background-color: #222;
    position: fixed;
    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% / 5);
    width: calc(100% / 5);
    padding: 0;
}

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

.teaser-main-nav ul li {
    margin-left: auto;
    left: auto;
    right: auto;
}

.teaser-main-nav ul li a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    -webkit-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
    font-size: 8px;
    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;
}

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

    .teaser-main-nav {
        height: 60px;
    }



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

    .teaser-block p.read_txt {
        font-size: 1.1rem;
        text-align: center;
        line-height: 1.8;
        font-weight: bold;
    }




}

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

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

    .teaser-main-nav ul li a {
        font-size: 12px;
        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;
    }

}

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

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

/* ---------------------------------
 バナー
--------------------------------- */
.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%;
    }

}
