@charset "UTF-8";

.ntv-wrapper {
    background:url(../images/common/bg.png), linear-gradient(180deg, #36127F 0%, #8E0743 100%);
}

.ntv-box-title {
    background: #222;
}

.br_sp {
    display: none;
}

.text-blue {
    color: #00D1FF;
}

.text-pink {
    color: #ff2de4;
}

img {
    width: 100%;
}

#gaiyou,
#cast,
#naiyou
 {
    color: #fff;
    background: #000;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 30px;
    font-size: 16px;
    line-height:1.7rem
}

section h3 {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    position:relative;
    margin-bottom: 20px;
}

/* 番組概要ーーーーーーーーーーーーーー */
#gaiyou {
    border: 3px solid #00D1FF;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

#gaiyou h3 {
    height: 50px;
    background: url(../images/common/ttl-gaiyou.png) no-repeat center top;
    background-size: contain;
}

#gaiyou .gaiyou-text {
    margin-bottom: 20px;
}

/* 出演者ーーーーーーーーーーーーーー */
#cast {
    border: 3px solid #ff2de4;
    line-height: 2em;
}

#cast h3 {
    height: 50px;
    background: url(../images/common/ttl-cast.png) no-repeat center top;
    background-size: contain;
}

#cast dl {
    display: flex;
}

#cast dl:not(:last-child) {
    margin-bottom: 20px;
}

#cast dl dt {
    font-weight: bold;
    width: 8em;
    color: #00D1FF  ;
}

#cast dl dd {
    flex: 1;
    line-height: 170%;
}

#cast dl dd span {
    font-size: 1.2rem;
    margin-left: 1em;
}

/* 番組内容ーーーーーーーーーーーーーー */
#naiyou {
    border: 3px solid #00D1FF;
    line-height: 1.5em;
}

.block:not(:last-child) {
    margin-bottom: 60px;
}

#naiyou h3 {
    /* padding-top: 9%; */
    height: 50px;
    background: url(../images/common/ttl-naiyou.png) no-repeat center top;
    background-size: contain;
}

#naiyou h4 {
    color: #000;
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}

#naiyou .naiyou_1 h4 {
    background-color: #ff2de4;
}

#naiyou .naiyou_2 h4 {
    background-color: #00D1FF;
}

#naiyou dl {
    margin-bottom: 2em;
}

#naiyou dl dt{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

#naiyou .naiyou_1 dl dt {
    color: #00D1FF;
    border-bottom: 1px solid #00D1FF;
    padding-bottom: 5px;
}

#naiyou .naiyou_2 dl dt {
    color: #ff2de4;
    border-bottom: 1px solid #ff2de4;
    padding-bottom: 5px;
}

#naiyou p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-top: 1px solid #fff;
    line-height:1.7em;
    padding: 30px 0 0;
}

@media screen and (max-width: 992px){
    #gaiyou {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px){
    .br_sp {
        display: block;
    }
    
    .ntv-wrapper {
        margin-bottom: 0;
    }

    .ntv-mainv-banners--2column[data-v-aac5723c] {
        margin-top: -50px;
        background: #36127F;
        padding: 15px 0 5px;
    }
    

    #gaiyou,
    #cast,
    #naiyou {
        padding: 30px 15px 20px;
    }

    dl dd {
        margin-left: 0;
    }
    
    #gaiyou h3,
    #cast h3,
    #naiyou h3 {
        /* padding-top: 14%; */
        height: 50px;
    }

    #gaiyou {
        font-size: 16px;
    }

    #cast dl {
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }

    #cast dl dt{
        text-align: center;
        width: 100%;
    }
    
}