/* =================================
early-warning
================================= */


/* early-warning
---------------------------------------------------------- */

#early-warning .warning-block a.warning-link {
    text-decoration: none;
}

#early-warning .warning-block.warning-block .warning-list dd {
    color: #fff;
    text-decoration: none;
}


/* =================================
2020.11　more
================================= */

.grad-btn {
    width: 8em;
    display: block;
    margin: 0 auto;
    padding: 0 .5rem;
    background-color: #f9b903;
    color: #fff;
    border-radius: 2em;
    text-align: center;
}

.grad-item {
    position: relative;
    overflow: hidden;
    height: 0px;
    /*隠した状態の高さ*/
}

.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    content: "";
}

.grad-trigger {
    display: none;
    /*チェックボックスは常に非表示*/
}

.grad-trigger:checked+.grad-btn {
    display: none;
    /*チェックされていたら、grad-btnを非表示にする*/
}

.grad-trigger:checked~.grad-item {
    height: auto;
    /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked~.grad-item::before {
    display: none;
    /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


/* =================================
PC+TABLET
================================= */

@media screen and (min-width: 768px) {
    /* early-warning
  ---------------------------------------------------------- */
    #early-warning .warning-block.warning-block .warning-list dd {
        font-size: 18px;
        line-height: 1em;
    }
    .infoEbox {
        width: 100%;
        max-width: 900px;
        margin: 5px auto;
        padding: .5rem;
        border: 1px solid #000;
        text-align: center;
        overflow-wrap: break-word;
    }
    .infoEbox h4 {
        font-weight: bold;
        font-size: .9rem;
        text-align: center;
    }
    .infoEbox p {
        width: 65%;
        margin: 0 auto;
        line-height: 1.4rem;
        text-align: left;
    }
    .infoEbox a {
        display: inline;
    }
    .dateName {
        text-align: right;
    }
    .infoBoxS {
        width: 88%;
        margin: 1rem auto;
        padding: 1rem;
        border: 1px solid #000;
    }
    .infoBoxS h4 {
        font-weight: bold;
        text-align: left;
    }
    .spOnly {
        display: none;
    }
}

@media screen and (min-width: 800px) {
    .infoBoxS {
        width: 980px;
        margin: 1rem auto;
    }
}


/* =================================
SP
================================= */

@media screen and (max-width: 767px) {
    /* early-warning
  ---------------------------------------------------------- */
    #early-warning .warning-block.warning-block .warning-list dd {
        font-size: 1.0rem;
        line-height: 1em;
    }
    /* 2019.02.21add
  ---------------------------------------------------------- */
    .infoEbox {
        width: 94%;
        margin: .5rem auto;
        padding: .5rem;
        border: 1px solid #000;
    }
    .infoEbox h4 {
        font-weight: 700;
        font-size: .8rem;
    }
    .infoEbox p {
        width: 100%;
        line-height: 1.4rem;
    }
    .infoEbox a {
        display: inline;
    }
    .infoBoxS h4 {
        font-weight: bold;
        text-align: left;
    }
    .dateName {
        text-align: right;
    }
    .infoBoxS {
        width: 90%;
        margin: 1rem auto;
        padding: 1rem;
        border: 1px solid #000;
    }
    .spOnly {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    /* =================================
  early-warning
  ================================= */
    /* early-warning
  ---------------------------------------------------------- */
    #early-warning .warning-block a.warning-link {
        margin: 0 auto;
        padding: 6px;
        width: 1024px;
        display: block;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    #early-warning .warning-block a.warning-link:hover {
        opacity: 0.7;
    }
    #early-warning .warning-block.warning-block {
        min-width: 1024px;
    }
    #early-warning .warning-block.warning-block .warning-list {
        padding: 6px 0;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
    #early-warning .warning-block.warning-block .warning-list:after {
        content: "";
        background: url(/press/images/parts/arrow_warning.svg) no-repeat center center;
        background-size: 18px;
        width: 50px;
        height: 32px;
        display: block;
        display: inline-block;
        vertical-align: middle;
        float: right;
    }
    #early-warning .warning-block.warning-block .warning-list .tit {
        background-position: center center;
        background-repeat: no-repeat;
        /*width: 134px;*/
        width: 220px;
        height: 32px;
        text-indent: -9999px;
        display: block;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }
    #early-warning .warning-block.warning-block .warning-list dd {
        padding-left: 20px;
        /*width: 780px;*/
        width: 694px;
        display: inline-block;
        vertical-align: middle;
    }
    #early-warning .warning-block#early-caution {
        background-color: #a300a3;
    }
    #early-warning .warning-block#early-caution .warning-list {
        background-color: #cc00cc;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCC00CC', endColorstr='#FFCC00CC');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDBjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjMDBjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cc00cc), color-stop(100%, #cc00cc));
        background-image: -moz-linear-gradient(top, #cc00cc 0%, #cc00cc 100%);
        background-image: -webkit-linear-gradient(top, #cc00cc 0%, #cc00cc 100%);
        background-image: linear-gradient(to bottom, #cc00cc 0%, #cc00cc 100%);
        border: 2px solid #920092;
    }
    #early-warning .warning-block#early-caution .warning-list .tit {
        background-image: url(/press/images/warning/tit_caution.png);
        border-right: 1px solid #a300a3;
    }
    #early-warning .warning-block#early-caution .warning-list:after {
        border-left: 1px solid #a300a3;
    }
    #early-warning .warning-block#early-disaster {
        background-color: #cc0000;
    }
    #early-warning .warning-block#early-disaster .warning-list {
        background-color: red;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF0000', endColorstr='#FFFF0000');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #ff0000));
        background-image: -moz-linear-gradient(top, #ff0000 0%, #ff0000 100%);
        background-image: -webkit-linear-gradient(top, #ff0000 0%, #ff0000 100%);
        background-image: linear-gradient(to bottom, #ff0000 0%, #ff0000 100%);
        border: 2px solid #b70000;
    }
    #early-warning .warning-block#early-disaster .warning-list .tit {
        background-image: url(/press/images/warning/tit_disaster.png);
        border-right: 1px solid #cc0000;
    }
    #early-warning .warning-block#early-disaster .warning-list:after {
        border-left: 1px solid #cc0000;
    }
}

@media screen and (max-width: 767px) {
    /* =================================
  early-warning
  ================================= */
    /* early-warning
  ---------------------------------------------------------- */
    #early-warning .warning-block {
        margin: 0 auto;
    }
    #early-warning .warning-block a.warning-link {
        padding: 6px;
        display: block;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    #early-warning .warning-block a.warning-link:active {
        opacity: 0.8;
    }
    #early-warning .warning-block.warning-block .warning-list {
        padding: 6px 0;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
    #early-warning .warning-block.warning-block .warning-list:after {
        content: "";
        background: url(/press/images/parts/arrow_warning.svg) no-repeat center center;
        background-size: 18px;
        width: 36px;
        height: 20px;
        display: block;
        display: inline-block;
        vertical-align: middle;
        float: right;
    }
    #early-warning .warning-block.warning-block .warning-list .tit {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 16px;
        /*width: 80px;*/
        width: 170px;
        height: 20px;
        text-indent: -9999px;
        display: block;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }
    #early-warning .warning-block.warning-block .warning-list dd {
        padding-left: 10px;
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (max-width: 767px) and (max-width: 420px) {
    #early-warning .warning-block.warning-block .warning-list:after {
        display: none;
    }
    #early-warning .warning-block.warning-block .warning-list dd {
        padding: 10px 10px 0;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #early-warning .warning-block#early-caution {
        background-color: #a300a3;
    }
    #early-warning .warning-block#early-caution .warning-list {
        background-color: #cc00cc;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCC00CC', endColorstr='#FFCC00CC');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDBjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjMDBjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cc00cc), color-stop(100%, #cc00cc));
        background-image: -moz-linear-gradient(top, #cc00cc 0%, #cc00cc 100%);
        background-image: -webkit-linear-gradient(top, #cc00cc 0%, #cc00cc 100%);
        background-image: linear-gradient(to bottom, #cc00cc 0%, #cc00cc 100%);
        border: 2px solid #920092;
    }
    #early-warning .warning-block#early-caution .warning-list .tit {
        background-image: url(/press/images/warning/tit_caution.png);
        border-right: 1px solid #a300a3;
    }
    #early-warning .warning-block#early-caution .warning-list:after {
        border-left: 1px solid #a300a3;
    }
    #early-warning .warning-block#early-disaster {
        background-color: #cc0000;
    }
    #early-warning .warning-block#early-disaster .warning-list {
        background-color: red;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF0000', endColorstr='#FFFF0000');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #ff0000));
        background-image: -moz-linear-gradient(top, #ff0000 0%, #ff0000 100%);
        background-image: -webkit-linear-gradient(top, #ff0000 0%, #ff0000 100%);
        background-image: linear-gradient(to bottom, #ff0000 0%, #ff0000 100%);
        border: 2px solid #b70000;
    }
    #early-warning .warning-block#early-disaster .warning-list .tit {
        background-image: url(/press/images/warning/tit_disaster.png);
        border-right: 1px solid #cc0000;
    }
    #early-warning .warning-block#early-disaster .warning-list:after {
        border-left: 1px solid #cc0000;
    }
}


/* ==========================================================
 contents
========================================================== */

.contents {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .contents {
        padding-top: 0;
    }
}


/* ttl-cmn-01
---------------------------------------------------------- */

.ttl-top-01 {
    padding-left: 42px;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.ttl-top-01:before {
    display: none;
}

.ttl-top-01.ico-01 {
    background-image: url(/img/top/ico_now_onair.png);
    background-size: 30px 25px;
}

.ttl-top-01.ico-02 {
    background-image: url(/img/top/ico_video_distribution.png);
    background-size: 30px 24px;
}

.ttl-top-01.ico-03 {
    background-image: url(/img/top/ico_hbd.png);
    background-size: 30px 32px;
}

.ttl-top-01.ico-04 {
    background-image: url(/img/top/ico_ranking.png);
    background-size: 27px 28px;
}

.ttl-top-01.ico-05 {
    background-image: url(/img/top/ico_notice.png);
    background-size: 27px 27px;
}

@media screen and (max-width: 767px) {
    .ttl-top-01 {
        padding-left: 30px;
    }
    .ttl-top-01.ico-01 {
        background-size: 22px 17px;
    }
    .ttl-top-01.ico-02 {
        background-size: 20px 15px;
    }
    .ttl-top-01.ico-03 {
        background-size: 21px;
    }
    .ttl-top-01.ico-04 {
        background-size: 18px 19px;
    }
    .ttl-top-01.ico-05 {
        background-size: 17px 17px;
    }
}


/* list-ytv-banner
---------------------------------------------------------- */

.list-ytv-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px -6px 0 -6px;
}

@media screen and (max-width: 768px) {
    .list-ytv-banner {
        margin: -20px -10px 0 -10px;
        padding: 0 15px;
    }
}

@media screen and (min-width: 768px) {
    .list-ytv-banner li {
        width: 172px;
        padding: 0 6px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 768px) {
    .list-ytv-banner li {
        width: 25%;
        padding: 0 10px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .list-ytv-banner li {
        width: 50%;
        padding: 0 10px;
        margin-top: 20px;
    }
}

.list-ytv-banner a {
    display: block;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.list-ytv-banner a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .list-ytv-banner a:hover {
        opacity: 1;
    }
}

.list-ytv-banner a img {
    width: 100%;
    border: 1px solid #ccc;
}


/* list-hbd-program
---------------------------------------------------------- */

.list-hbd-program {}

.list-hbd-program li {
    float: left;
}

@media screen and (min-width: 768px) {
    .list-hbd-program {
        margin: 0 -7px -30px;
    }
    .list-hbd-program li {
        width: 33.33%;
        padding: 0 7px 30px;
    }
}

@media screen and (max-width: 767px) {
    .list-hbd-program li {
        width: 50%;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #ccc;
    }
    .list-hbd-program li:nth-child(odd) {
        padding-left: 10px;
    }
    .list-hbd-program li:nth-child(even) {
        padding-right: 10px;
    }
    .list-hbd-program li:first-child {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

.recommend-wrap .box-banner-area {
    float: left;
}

@media screen and (max-width: 767px) {
    .recommend-wrap .box-banner-area {
        float: none;
    }
}


/* recommend-wrap
---------------------------------------------------------- */

@media screen and (min-width: 768px) {
    .recommend-wrap .box-banner-area {
        padding: 0 7px 30px;
    }
}


/* sec-video
---------------------------------------------------------- */

@media screen and (min-width: 768px) {
    .sec-video {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .sec-video+.sec-video .ttl-video-slider {
        padding-top: 15px;
        border-top: 1px solid #cccccc;
    }
}

.ttl-video-slider {
    padding-left: 30px;
    margin-bottom: 8px;
    line-height: 1.1;
    color: #f9b903;
}

@media screen and (max-width: 767px) {
    .ttl-video-slider {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .list-video-pickup {
        margin-bottom: 20px;
    }
    .list-video-pickup .item {
        width: 235px;
    }
    .list-video-pickup .card-cmn-01 .desc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .list-video-deliver {
        margin-bottom: 20px;
    }
}


/* mod-tab-notice
---------------------------------------------------------- */

@media screen and (min-width: 768px) {
    .mod-tab-notice {
        padding: 0 20px;
    }
}

.mod-tab-notice .list-tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mod-tab-notice .list-tab-nav li:not(:first-child) {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .mod-tab-notice .list-tab-nav li:not(:first-child) {
        margin-left: 10px;
    }
}

.mod-tab-notice .list-tab-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 200px;
    padding: 20px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #ccc;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    color: #000;
    font-weight: bold;
    line-height: 1.1;
}

.mod-tab-notice .list-tab-nav a.is-active {
    background-color: #ededed;
    border-color: #ededed;
}

.mod-tab-notice .list-tab-nav a:not(.is-active) {
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.mod-tab-notice .list-tab-nav a:not(.is-active):hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .mod-tab-notice .list-tab-nav a:not(.is-active):hover {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .mod-tab-notice .list-tab-nav a {
        min-width: 110px;
        padding: 10px 5px;
        border-width: 1px;
        border-radius: 5px 5px 0 0;
    }
}

.mod-tab-notice .box-tab-content {
    padding: 30px 20px 20px;
    background-color: #ededed;
    border-radius: 0 10px 10px 10px;
}

@media screen and (max-width: 767px) {
    .mod-tab-notice .box-tab-content {
        padding: 20px 10px 10px;
        border-radius: 0 5px 5px 5px;
    }
}

.mod-tab-notice .box-tab-content .tab-content {
    display: none;
}


/* hero-top-slider
---------------------------------------------------------- */

.hero-top-slider {
    position: relative;
    margin-bottom: 30px;
    min-height: 210px;
    opacity: 0;
}

.hero-top-slider .slider .item {
    outline: none;
}

@media screen and (min-width: 768px) {
    .hero-top-slider .slider .item {
        padding: 0 2px;
    }
}

.hero-top-slider .slider a {
    position: relative;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    outline: none;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.hero-top-slider .slider a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .hero-top-slider .slider a:hover {
        opacity: 1;
    }
}

.hero-top-slider .slider img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .hero-top-slider .btn-control {
        position: absolute;
        top: 0;
        width: 19.9%;
        height: 100%;
        z-index: 60;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.6);
        text-indent: -9999px;
        cursor: pointer;
        -webkit-transition: opacity 0.2s ease 0s;
        -o-transition: opacity 0.2s ease 0s;
        transition: opacity 0.2s ease 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .hero-top-slider .btn-control:hover {
        opacity: 0.7;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .hero-top-slider .btn-control:hover {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .hero-top-slider .btn-control:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 32px;
        height: 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-position: 0 center;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .hero-top-slider .btn-control.prev {
        left: 0;
    }
    .hero-top-slider .btn-control.prev:before {
        right: 20px;
        background-image: url(/img/top/btn_hero_prev.png);
    }
    .hero-top-slider .btn-control.next {
        right: 0;
    }
    .hero-top-slider .btn-control.next:before {
        left: 20px;
        background-image: url(/img/top/btn_hero_next.png);
    }
}

@media screen and (max-width: 767px) {
    .hero-top-slider .btn-control {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 34px;
        height: 47px;
        background-position: 0 center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        text-indent: -9999px;
        overflow: hidden;
    }
    .hero-top-slider .btn-control.prev {
        left: 15px;
        background-image: url(/img/top/btn_hero_prev_sp.png);
    }
    .hero-top-slider .btn-control.next {
        right: 15px;
        background-image: url(/img/top/btn_hero_next_sp.png);
    }
}

.hero-top-slider .box-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #ededed;
}

.hero-top-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero-top-slider .slick-dots li {
    padding: 0 5px;
}

.hero-top-slider .slick-dots li.slick-active button {
    background-color: #f8bc2c;
}

.hero-top-slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background-color: #999999;
    border-radius: 50%;
    text-indent: -9999px;
    outline: none;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hero-top-slider .slick-dots button:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .hero-top-slider .slick-dots button:hover {
        opacity: 1;
    }
}


/* mod-slider-onair
---------------------------------------------------------- */

.mod-slider-onair {
    position: relative;
    margin-top: -10px;
}

@media screen and (min-width: 768px) {
    .mod-slider-onair {
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .mod-slider-onair {
        margin: 0 -15px 0;
    }
}

@media screen and (min-width: 768px) {
    .mod-slider-onair .slider {
        width: 964px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.mod-slider-onair .slider .item {
    outline: none;
}

.mod-slider-onair .slider .item.slick-current .image:before {
    display: none;
}

.mod-slider-onair .slider .item.slick-current .title {
    /*font-size: 20px;
          @media screen and (max-width: 767px){
            font-size: 15px;
          }*/
}

.mod-slider-onair .slider .item.slick-current .desc {
    /*font-size: 16px;
          @media screen and (max-width: 767px){
            font-size: 12px;

          }*/
}

.mod-slider-onair .slider .item.is-onair .time {
    background-color: #fc292e;
}

.mod-slider-onair .slider a {
    display: block;
    outline: none;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.mod-slider-onair .slider a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .mod-slider-onair .slider a:hover {
        opacity: 1;
    }
}

.mod-slider-onair .slider .image {
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #ccc;
}

.mod-slider-onair .slider .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.mod-slider-onair .slider .image img {
    width: 100%;
}

.mod-slider-onair .slider .title {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}

.mod-slider-onair .slider .desc {
    font-size: 90%;
    color: #999999;
}

.mod-slider-onair .slider .time {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    width: 48px;
    padding: 4px;
    background-color: rgba(204, 204, 204, 0.8);
    border-radius: 3px;
    font-size: 0.8em;
    color: #fff;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .mod-slider-onair .slider .time {
        width: 35px;
        border-radius: 2px;
    }
}

.mod-slider-onair .slider .label-onair {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    width: 64px;
    height: 54px;
    padding-top: 15px;
    background-image: url(/img/top/ico_balloon_onair.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #fff;
    line-height: 1.1;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .mod-slider-onair .slider .label-onair {
        top: -7px;
        right: -7px;
        width: 48px;
        height: 41px;
        padding-top: 12px;
        font-size: 12px;
    }
}

.mod-slider-onair .btn-control {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .mod-slider-onair .btn-control {
        display: none;
    }
}

.mod-slider-onair .btn-control .btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 28px;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

@media screen and (min-width: 768px) {
    .mod-slider-onair .btn-control .btn {
        -webkit-transition: opacity 0.2s ease 0s;
        -o-transition: opacity 0.2s ease 0s;
        transition: opacity 0.2s ease 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        cursor: pointer;
        overflow: hidden;
    }
    .mod-slider-onair .btn-control .btn:hover {
        opacity: 0.7;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .mod-slider-onair .btn-control .btn:hover {
        opacity: 1;
    }
}

.mod-slider-onair .btn-control .btn.slick-disabled {
    opacity: 0.3;
    cursor: default;
}

.mod-slider-onair .btn-control.prev {
    left: 0;
}

.mod-slider-onair .btn-control.prev .btn {
    left: 0;
    background-image: url(/common/img/btn_slider_prev.png);
}

.mod-slider-onair .btn-control.next {
    right: 0;
}

.mod-slider-onair .btn-control.next .btn {
    right: 0;
    background-image: url(/common/img/btn_slider_next.png);
}

.mod-slider-onair .btn-control.slick-disabled {
    opacity: 0.3;
    cursor: default;
}

.mod-slider-onair .slick-list {
    padding-top: 10px !important;
}

@media screen and (max-width: 767px) {
    .mod-slider-onair .slick-list {
        padding-top: 7px !important;
    }
}

.mod-slider-onair .slick-track {
    margin-left: -24px;
}

@media screen and (max-width: 767px) {
    .mod-slider-onair .slick-track {
        margin-left: -19px;
    }
}

.mod-slider-onair .slick-slide {
    margin-right: -48px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.mod-slider-onair .slick-slide.slick-current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 767px) {
    .mod-slider-onair .slick-slide {
        margin-right: -38px;
    }
}


/* card-cmn-01
---------------------------------------------------------- */

.card-cmn-01 .cate a {
    display: inline;
    color: #f9b903;
}


/* mod-program-ranking
---------------------------------------------------------- */

@media screen and (min-width: 768px) {
    .mod-program-ranking {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 -12px;
    }
}

@media screen and (min-width: 768px) {
    .mod-program-ranking .area-main {
        width: 66.9%;
        padding-right: 7px;
    }
}

@media screen and (min-width: 768px) {
    .mod-program-ranking .area-banner {
        width: 33.1%;
        padding-left: 7px;
    }
}

@media screen and (min-width: 768px) {
    .mod-program-ranking .slider-wrap {
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .mod-program-ranking .slick-list {
        overflow: inherit;
    }
}

.list-program-ranking {
    margin: 0 -6px;
}

@media screen and (min-width: 768px) {
    .list-program-ranking {
        overflow: hidden;
        margin-top: -15px;
    }
}

@media screen and (max-width: 768px) {
    .list-program-ranking {
        margin: 0 -5px 20px;
    }
}

.list-program-ranking .item {
    float: left;
    padding: 0 6px;
    margin-top: 15px;
    outline: none;
}

@media screen and (min-width: 768px) {
    .list-program-ranking .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 768px) {
    .list-program-ranking .item {
        width: 168px;
        padding: 0 5px;
        margin-top: 0;
    }
}

.list-program-ranking .item img {
    width: 100%;
    border: 1px solid #ccc;
}

.list-program-ranking a {
    display: block;
    outline: none;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.list-program-ranking a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .list-program-ranking a:hover {
        opacity: 1;
    }
}

.list-program-ranking .box-ranking {
    position: relative;
}

.list-program-ranking .label-ranking {
    position: absolute;
    top: 0;
    left: 10px;
    width: 24px;
    height: 29px;
    padding-top: 7px;
    background-image: url(/common/img/ico_label_04.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .list-program-ranking .label-ranking {
        width: 20px;
        height: 24px;
        padding-top: 5px;
        font-size: 12px;
    }
}

.list-program-ranking .label-ranking.first {
    background-image: url(/common/img/ico_label_01.png);
}

.list-program-ranking .label-ranking.secound {
    background-image: url(/common/img/ico_label_02.png);
}

.list-program-ranking .label-ranking.third {
    background-image: url(/common/img/ico_label_03.png);
}

.list-program-ranking .caption-01 {
    margin-top: 5px;
    font-weight: bold;
}