@charset "UTF-8";

/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*flex*/
.ntv-wrapper {
    background: #fed8e3 url(../images/common/bg.gif);
}
fed8e3
.teaser-main-mainImg img {
    display: block;
    width: 100%;
}

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

.ntv-main a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.ntv-main {
    margin: 0 0 10% 0;
    line-height: 1.5;
    background: #f7f7eb;
    box-shadow: 50px rgba(0, 0, 0, 0.4);
}

.ntv-main h2 {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    font-size: 0;
}



ul.gnav li {
    width: 33%;
}


ul.gnav li.nav01 {
    border-right: solid 1px #fff;
}


ul.gnav li.nav02 {
    border-right: solid 1px #fff;
}

ul.nav li ul.nav li :hover img {
    opacity: .8;
}

.teaser-contents .block {
    padding: 2% 0;
}

.teaser-contents .block h3 {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    padding-top: 11.74%;
    height: 0px;
}

.bannerArea {
    display: block;
    margin: 4% auto 2%;
    text-align: center;
}

.bannerArea img {
    width: 96%;
}

#about h3 {
    background: url(../images/common/about/h3_tit.png) no-repeat center top;
    background-size: contain;
}


#about .about-read p {
    text-indent: -9999px;
    font-size: 0;
}

#about .about-read p.txt01 {
    padding: 30px 30px 10px 30px;
    font-size: 1.2em;
    font-weight: bold;
    color: #4f4732;
}

#about .about-read p.txt02 {
    padding: 0px 30px 40px 30px;
    font-size: 1em;
    font-weight: bold;
    color: #a6000d;
}

#about .about-list {
    border: 3px solid #A98630;
    background-color: #FFF;
    width: auto;
    margin: 20px;
    padding: 20px;
}

#about .about-list ul li {
    border-bottom: 1px solid #ccc;
    padding: 2%;
    overflow: hidden;
}

#about .about-list ul li:last-child {
    border-bottom: 0px solid #ccc;
}

#about .about-list ul li span {
    margin-bottom: 1%;
    display: block;
}

#about .about-list ul li span.icon {
    width: 55px;
    display: inline-block;
    float: left;
}

#about .about-list ul li span.onair {
    font-size: 1em;
    margin-left: 90px;
}

#about .about-list ul li span.tit {
    font-size: 1.4em;
    font-weight: bold;
    color: #a6000d;
    margin-left: 90px;
}

#about .about-list ul li span.subtit {
    font-size: 1em;
    font-weight: bold;
    /*    margin-left: 90px;*/
}

#about .about-list ul li span.mc {
    font-size: 1em;
    margin-left: 90px;
}

#cast h3 {

}

/*2022追記箇所*/

#cast .cast_first-half{/*前半*/
    background: url(../images/common/cast/h3_tit_01.png) no-repeat center top;
    background-size: contain;
}
#cast .cast_second-half{/*後半*/
    background: url(../images/common/cast/h3_tit_02.png) no-repeat center top;
    background-size: contain;
}
#cast .cast-list ul .w100{/*アナウンサー*/
    width: 100% !important;
}

#cast .cast-list {
    border: 3px solid #A98630;
    background-color: #FFF;
    width: auto;
    margin: 20px;
    padding: 20px 20px 30px;/*20px*/
}

#cast .cast-list ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2%;
}

#cast .cast-list ul li {
    margin: 2% 5%;
    list-style-image: url(../images/common/star.gif);
    list-style-position: outside;
    width: 40%;
}

#cast .cast-list ul li span.red {
    color: #DD0000;
}

#cast .cast-list ul li.tit {
    margin: 5% 0 0 0;
    font-weight: bold;
    font-size: 1.2em;
    list-style: none;
    width: 100%;
}

#program h3 {
    background: url(../images/common/program/h3_tit.png) no-repeat center top;
    background-size: contain;
}

#program .program-list {
    border: 3px solid #A98630;
    background-color: #FFF;
    width: auto;
    margin: 20px;
    padding: 20px;
}

#program .program-list ul {
    display: flex;
    flex-wrap: wrap;
}

#program .program-list ul li {
    margin: 2% 5%;
    list-style-image: url(../images/common/star.gif);
    list-style-position: outside;
    width: 40%;
}

#data h3 {
    background: url(../images/data/h3_tit.png) no-repeat center top;
    background-size: contain;
}

#data .data-read {
    position: relative;
    padding: 0.2em 0.5em;
    margin: 5%;
    background: #eec964;
    box-shadow: 0px 0px 0px 5px #eec964;
    border: solid 2px #a47c27;
    border-radius: 5px;
    filter: drop-shadow(1px 1px 1px rgba(136, 105, 29, 0.9));
    background: #eec964;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eec964 0%, #ebd896 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eec964 0%, #ebd896 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eec964 0%, #ebd896 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#data .data-read:before {
    content: url(../images/common/ribbon_top.png);
    display: block;
    position: absolute;
    width: 152px;
    height: 154px;
    top: -27px;
    right: -24px;
    z-index: 1;
}

#data .data-read:after {
    content: url(../images/common/ribbon_bottom.png);
    display: block;
    position: absolute;
    width: 152px;
    height: 154px;
    bottom: -27px;
    left: -24px;
    z-index: 1;
}

#data .data-read p {
    text-align: left;
}

#data .data-read p.txt01 {
    padding: 30px 20px 10px 30px;
    font-size: 1.2em;
    font-weight: bold;
    color: #4f4732;
}

#data .data-read ul.txt02 {
    padding: 10px 20px 40px 40px;
    font-size: 0.9em;
    font-weight: bold;
    color: #a6000d;
}

#data .data-read ul.txt02 li {
    list-style-type: disc;
    padding-bottom: 0.5em;
}

#data .data-detail {
    position: relative;
    padding: 5%;
    margin: 5%;
    background: #eeeed5;
}

#data .data-detail .entry {
    display: block;
    background: #DD0000 url(../images/common/arrow.gif) no-repeat 10px center;
    background-size: auto 25%;
    color: #FFF;
    width: 90%;
    padding: 1.6em;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-align: center;
    margin: 5% auto 7%;
    font-size: 1.2em;
}

#data .data-detail .close {
    font-size: 1.6em;
    font-weight: bold;
    color: #a6000d;
    text-align: center;
}

#data .data-detail .attention {
    padding: 5%;
    margin: 5% auto;
    border: #DD0000 solid 1px;
    background-color: #FFF;
    color: #DD0000;
}

#data .data-detail .attention h4 {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}

#data .data-detail .attention p {
    font-size: 1em;
}

#data .data-detail .attention p.closing {
    font-weight: bold;
    text-align: center;
    border-top: #DD0000 solid 1px;
    border-bottom: #DD0000 solid 1px;
    padding: 2% 0;
    width: 85%;
    margin: 5% auto 0;
}

#data .data-detail .present {
    padding: 2%;
    margin: 5% auto;
    border: #A98630 solid 2px;
    background: #eec964;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eec964 0%, #ebd896 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eec964 0%, #ebd896 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eec964 0%, #ebd896 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 5px;
}

#data .data-detail .present .ribbon {
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 7px 0;
    font-size: 1.4em;
    background: #a6000d;
    color: #FFF;
    box-sizing: border-box;
    margin: 0 auto 5%;
    font-weight: bold;
}

#data .data-detail .present .ribbon h4 {
    margin: 0;
    padding: 0 30px;
    border-top: dashed 1px #691510;
    border-bottom: dashed 1px #691510;
    line-height: 46px;
}

#data .data-detail .present .ribbon:before,
#data .data-detail .present .ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

#data .data-detail .present .ribbon:before {
    /*左端の山形*/
    top: 0;
    left: 0;
    border-width: 30px 0px 30px 15px;
    border-color: transparent transparent transparent #eec964;
    border-style: solid;
}

#data .data-detail .present .ribbon:after {
    /*右端の山形*/
    top: 0;
    right: 0;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #eec964 transparent transparent;
    border-style: solid;
}

#data .data-detail .present dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#data .data-detail .present dl dt {
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    color: #a6000d;
    width: 100%;
    margin-bottom: 2%;
}

#data .data-detail .present dl dd {
    width: 45%;
    margin: 2% 0;
}

#data .data-detail .present dl dd img {
    padding: 2px;
    background-color: #fff;
    width: 100%;
}

#data .data_img {
    margin: 5%;
    text-align: right;
}

#data .data_img img {
    width: 100%;
    border: solid 1px #a6000d;
}

#data .data_howto {
    margin: 5%;
}

#data .data_howto h4 {
    padding: 2%;
    margin: 5% auto 2%;
    text-align: center;
    background: #4f4732;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4f4732 0%, #6f6446 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4f4732 0%, #6f6446 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4f4732 0%, #6f6446 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 5px;
    color: #feefaa;
    font-weight: bold;
    text-shadow: 1px 1px 1px #111;
    font-size: 1.4em;
}

#data .data_howto .howtoarea {
    background-color: #FFF;
    text-align: left;
    padding: 20px;
    margin: 0 0 20px;
    width: auto;
    border: 3px solid #A98630;
    font-size: 90%;
    overflow: hidden;
}

#data .data_howto .howtoarea ul {
    border-bottom: 1px solid #ccc;
    padding: 1% 0;
    overflow: hidden;
}

#data .data_howto .howtoarea ul .red {
    color: #a6000d;
}

#data .data_howto .howtoarea ul:last-child {
    padding-top: 5%;
    border-bottom: 0px solid #ccc;
}

#data .data_howto .howtoarea ul.rulelist li {
    list-style-position: outside;
    margin-left: 20px;
    margin-bottom: 8px;
    text-indent: -1em;
}

#data .data_howto .howtoarea ul.rulelist li a {
    text-decoration: underline;
    color: #DD0000;
}

#data .data_howto .howtoarea ul.hintlist li {
    margin-left: 20px;
    padding-bottom: 10px;
    list-style-type: disc;
    list-style-position: outside;
}

#data .data_info {
    margin: 5%;
}

#data .data_info h4 {
    margin: 5% auto 1%;
    font-weight: bold;
    color: #a6000d;
    font-size: 1.2em;
}

#data .data_info h5 {
    margin: 5% auto 1%;
    font-weight: bold;
    color: #a6000d;
    font-size: 1em;
}

#data .data_info ul {
    padding: 2%;
    overflow: hidden;
}

#data .data_info ul .red {
    color: #a6000d;
}

#data .data_info ul.bn {
    border-bottom: 0px solid #ccc;
    padding: 2% 2% 0% 2%;
}

#data .data_info ul:last-child {
    border-bottom: 0px solid #ccc;
}

#data .data_info ul.infolist li {
    margin-left: 20px;
    padding-bottom: 10px;
    list-style-type: disc;
    list-style-position: outside;
}

#data .data_info ul.notelist li {
    margin-left: 20px;
    padding-bottom: 10px;
    text-indent: -1em;
    color: #a6000d;
    font-size: 14px;
}

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

    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .teaser-contents {
        font-size: 1.2rem;
    }

    #toptopics {
        display: block;
    }

    #toptopics h3 {
        height: 0;
        width: 100%;
        padding-top: 4%;
        background-size: contain, 0;
        display: block;
    }

    #toptopics p {
        width: 100%;
        padding-top: 2%;
        padding-left: 0;
        display: block;
        font-size: 3vw;
    }

    #toptopics p a:hover {
        opacity: 1;
    }

    #toptopics p a img {
        width: 4.5%;
        top: 1vw;
        left: -1vw;
    }

    #about .about-read p {
        text-align: left;
    }

    #about .about-read p.txt01 {
        padding: 10px 15px 5px 15px;
    }

    #about .about-read p.txt02 {
        padding: 0px 15px 15px 15px;
    }

    #about .about-list {
        margin: 10px;
        padding: 10px;
    }

    #about .about-list ul li {
        padding: 1%;
    }

    #about .about-list ul li span {
        margin-bottom: 1%;
        display: block;
    }

    #about .about-list ul li span.icon {
        /*        float: none;*/
        float: left;
        margin-right: 10px;
    }

    #about .about-list ul li span.onair {
        margin-left: 0px;
    }

    span.ruby {
        line-height: 2
    }

    #about .about-list ul li span.tit {
        margin-left: 0px;
        overflow: hidden;
    }

    #about .about-list ul li span.subtit {
        margin-left: 0px;
        float: left;
        text-align: center;
        width: 100%;
    }

    #about .about-list ul li span.mc {
        margin-left: 0px;
    }

    /*2022追記箇所*/

    #cast .cast_first-half{/*前半*/
        background: url(../images/common/cast/h3_tit_01.png) no-repeat center top;
        background-size: contain;
    }
    #cast .cast_second-half{/*後半*/
        background: url(../images/common/cast/h3_tit_02.png) no-repeat center top;
        background-size: contain;
    }
    #cast .cast-list ul .w100{/*アナウンサー*/
        width: 100% !important;
    }
    body .teaser-contents #cast .cast-list ul li.tit-first {
        color:#f659d7;
    }
    body .teaser-contents #cast .cast-list ul li.tit-second {
        color:#e71b53;
    }
    body .teaser-contents #cast .cast-list ul li .tit-sub{
        font-size: 12px;
    }
    body .teaser-contents #cast .cast-list ul li.tit {
        font-size: 18px;/*1.2em*/
    }
    body .teaser-contents #cast .cast-list ul li .fw-b{
        font-weight: bold;
    }
    /*最後の一列*/
    /* body .teaser-contents #cast .cast-list .list-last li:last-of-type{
        margin-bottom: 7%;
    } */


    #cast .cast-list {
        margin: 10px;
        padding: 10px 10px 20px;/*10px*/
    }

    #cast .cast-list h4 {
        font-weight: bold;
        font-size: 1.4em;
    }

    #cast .cast-list ul {
        display: block;
        padding-left: 5%;
        padding-right: 5%;
    }

    #cast .cast-list ul li {
        width: 100%;
        margin: 1% 5%;
        font-size: 1.2em;
        line-height: 1.6;
    }

    #cast .cast-list ul li.tit {
        margin: 5% 0 0 0;
        font-weight: bold;
        font-size: 1.2em;
        list-style: none;
        width: 100%;
    }

    #program .program-list {
        margin: 10px;
        padding: 10px;
    }

    #program .program-list ul {
        display: block;
        padding-left: 5%;
        padding-right: 5%;
    }

    #program .program-list ul li {
        width: 100%;
        margin: 1% 5%;
        font-size: 1.2em;
    }

    #data .data-read:before {
        content: url(../images/common/ribbon_top_sp.png);
        background-size: contain;
        top: -16px;
        right: -16px;
        width: 75px;
        height: 75px;
    }

    #data .data-read:after {
        content: url(../images/common/ribbon_bottom_sp.png);
        background-size: contain;
        bottom: -16px;
        left: -16px;
        width: 75px;
        height: 75px;
    }

    #data .data-read p {
        text-align: left;
    }

    #data .data-read p.txt01 {
        padding: 10px 15px 5px 15px;
    }

    #data .data-read ul.txt02 {
        padding: 0px 15px 10px 15px;
        margin-left: 15px;
    }

    #data .data-detail .present dl dt {
        font-size: 1.2em;
    }


    ul.gnav {
        background: url(../images/common/nav_bg.png);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0px auto;
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 2%;
    }

    ul.gnav li a {
        display: block;
        text-indent: -9999px;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 0;
        padding-top: 49.24%;
    }


    ul.gnav li.nav01 a {
        background: url(../images/common/nav01.png);
        background-size: contain;
        margin-top: -2px;/*3*/
    }

    ul.gnav li.nav02 a {
        background: url(../images/common/nav02.png);
        background-size: contain;
        margin-top: -2px;/*3*/
    }

    ul.gnav li.nav03 a {
        background: url(../images/common/nav03.png);
        background-size: contain;
        margin-top: -3px;
    }



    #about .about-read {
        background-image: url(../images/common/about/about-read.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        padding-top: 100%;/*38.49%*//*46.49%*/
        

    }



}

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

    .sp{
        display: none;

    }
    .pc{
        display: block;
    }
    
    body .teaser-contents {
        font-size: 2rem;
    }

    body .teaser-contents #about h3 {
        background: url(../images/common/about/h3_tit.png) no-repeat center top;
        background-size: contain;
    }

    body .teaser-contents #about .about-list ul span {
        margin-bottom: 1%;
        display: block;
    }

    body .teaser-contents #about .about-list ul span.icon {
        width: 55px;
        display: inline-block;
        float: left;
    }

    body .teaser-contents #about .about-list ul span.onair {
        /*        margin-left: 90px;*/
    }

    span.ruby {
        line-height: 2
    }

    body .teaser-contents #about .about-list ul span.tit {
        margin-left: 90px;
        line-height: 1.5;
    }



    body .teaser-contents #about .about-list ul span.subtit {
                margin-left: 90px;
        text-align: center;
    }

    body .teaser-contents #about .about-list ul span.mc {
        margin-left: 90px;
    }

    body .teaser-contents #cast .cast-list ul {
        display: flex;
        flex-wrap: wrap;
    }

    body .teaser-contents #cast .cast-list ul li {
        font-size: 1em;
        margin: 2% 5%;
        width: 40%;
        line-height: 1.6;
    }

    body .teaser-contents #cast .cast-list ul li.tit {
        margin: 5% 0 0 0;
        font-weight: bold;
        font-size: 20px;/*1.2em*/
        list-style: none;
        width: 100%;
        color:#f659d7;
    }
    body .teaser-contents #cast .cast-list ul li.tit-first {
        color:#f659d7;
    }
    body .teaser-contents #cast .cast-list ul li.tit-second {
        color:#e71b53;
    }

    body .teaser-contents #cast .cast-list ul li .tit-sub{
        font-size: 15px;
    }

    body .teaser-contents #program .program-list ul {
        display: flex;
        flex-wrap: wrap;
    }

    body .teaser-contents #program .program-list ul li {
        font-size: 1em;
        margin: 2% 5%;
        width: 40%;
    }



}

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



    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
    body .teaser-contents {
        font-size: 1.6rem;
    }



    #about .about-read {
        background-image: url(../images/common/about/about-read.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        /*height: 306px; 256*/
        padding-top: 100%;

    }




    ul.gnav {
        background: url(../images/common/nav_bg.png);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0px auto;
        background-size: contain;
        background-repeat: no-repeat;
        height: 122px;

    }

    ul.gnav li a {
        display: block;
        text-indent: -9999px;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 0;
        padding-top: 45.24%;
    }


    ul.gnav li.nav01 a {
        background: url(../images/common/nav01.png);
        background-size: contain;
        margin-top: 10px;/*6*/
    }

    ul.gnav li.nav02 a {
        background: url(../images/common/nav02.png);
        background-size: contain;
        margin-top: 10px;
    }

    ul.gnav li.nav03 a {
        background: url(../images/common/nav03.png);
        background-size: contain;
        margin-top: 9px;
    }

    span.ruby {
        line-height: 2
    }
    body .teaser-contents #about .about-list ul span.subtit {
        text-align: left;
    }
    body .teaser-contents #cast .cast-list ul li .fw-b{
        font-weight: bold;
    }

}

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

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

/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */
/* ボタン */
#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 #000;
    padding: 15px;
    font-size: 1.4rem;
}

#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%;
    }
}

.images img {
    width: 49%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}


.ntv-aside .ntv-box-title{
    background: #f659d7;
}
.drama-box-title.title-base{
    background: #f659d7;
}

