@charset "utf-8";


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

<link href="https://fonts.googleapis.com/css?family=M+PLUS+1p"rel="stylesheet">#tv-head-area * {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "メイリオ", Meiryo, "Noto Sans Japanese", "Noto Sans CJK", "Noto Sans CJK JP", "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#tv-head-area{
    background-color: #FFF;
}
#tv-head-area img {
    border: none;
    vertical-align: middle;
}

#tv-head-area {
    font-size: 16px;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

#tv-head-area ul {
    margin: 0;
    padding: 0;
}

#tv-head-area ol {
    margin-top: 0;
    margin-bottom: 0;
}

#tv-head-area .bold {
    font-weight: bold;
    font-weight: 900;
}

#tv-head-area .text10 {
    font-size: 10pt;
}

#tv-head-area .text11 {
    font-size: 11pt;
}

#tv-head-area .text12 {
    font-size: 12pt;
}

#tv-head-area .text-small80 {
    font-size: 80%;
}

#tv-head-area .text-small90 {
    font-size: 90%;
}

#tv-head-area .text-lh12 {
    line-height: 1.2em;
}

#tv-head-area .text-lh14 {
    line-height: 1.4em;
}

#tv-head-area .text-lh16 {
    line-height: 1.6em;
}

#tv-head-area .fclear {
    clear: both;
}

#tv-head-area .fleft {
    float: left;
}

#tv-head-area .fright {
    float: right;
}

#tv-head-area .tleft {
    text-align: left;
}

#tv-head-area .tright {
    text-align: right;
}

#tv-head-area .tcenter {
    text-align: center;
}

#tv-head-area .pad3 {
    padding: 3px;
}

#tv-head-area .pad5 {
    padding: 5px;
}

#tv-head-area .pad8 {
    padding: 8px;
}

#tv-head-area .pad10 {
    padding: 10px;
}

#tv-head-area .pad12 {
    padding: 12px;
}

#tv-head-area .pad14 {
    padding: 14px;
}

#tv-head-area .pad3_w {
    padding: 0px 3px;
}

#tv-head-area .pad5_w {
    padding: 0px 5px;
}

#tv-head-area .pad8_w {
    padding: 0px 8px;
}

#tv-head-area .pad10_w {
    padding: 0px 10px;
}

#tv-head-area .pad12_w {
    padding: 0px 12px;
}

#tv-head-area .pad14_w {
    padding: 0px 14px;
}

#tv-head-area .pad3_h {
    padding: 3px 0px;
}

#tv-head-area .pad5_h {
    padding: 5px 0px;
}

#tv-head-area .pad8_h {
    padding: 8px 0px;
}

#tv-head-area .pad10_h {
    padding: 10px 0px;
}

#tv-head-area .pad12_h {
    padding: 12px 0px;
}

#tv-head-area .pad14_h {
    padding: 14px 0px;
}

#tv-head-area .margin3 {
    margin: 3px;
}

#tv-head-area .margin5 {
    margin: 5px;
}

#tv-head-area .margin8 {
    margin: 8px;
}

#tv-head-area .margin10 {
    margin: 10px;
}

#tv-head-area .margin12 {
    margin: 12px;
}

#tv-head-area .margin14 {
    margin: 14px;
}

#tv-head-area .margin3_w {
    margin: 0px 3px;
}

#tv-head-area .margin5_w {
    margin: 0px 5px;
}

#tv-head-area .margin8_w {
    margin: 0px 8px;
}

#tv-head-area .margin10_w {
    margin: 0px 10px;
}

#tv-head-area .margin12_w {
    margin: 0px 12px;
}

#tv-head-area .margin14_w {
    margin: 0px 14px;
}

#tv-head-area .margin3_h {
    margin: 3px 0px;
}

#tv-head-area .margin5_h {
    margin: 5px 0px;
}

#tv-head-area .margin8_h {
    margin: 8px 0px;
}

#tv-head-area .margin10_h {
    margin: 10px 0px;
}

#tv-head-area .margin12_h {
    margin: 12px 0px;
}

#tv-head-area .margin14_h {
    margin: 14px 0px;
}

#tv-head-area .dgray {
    color: #333333;
}

#tv-head-area .white {
    color: #ffffff;
}

#tv-head-area .red {
    color: #e13333;
}

#tv-head-area .green {
    color: #1c9652;
}

#tv-head-area .orange {
    color: #e14833;
}

#tv-head-area .blue {
    color: #0084be;
}

#tv-head-area .pink {
    color: #de7791;
}

#tv-head-area .purple {
    color: #b646df;
}

#tv-head-area .aqua {
    color: #41c1e8;
}

#tv-head-area .yellow {
    color: #fda005;
}

#tv-head-area .hide {
    display: none;
}

#tv-head-area-pc .btn-light a:hover img {
    /* マウスオーバーで画像を明るく */
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


/* 通常リンク関連 */
#tv-head-area a:link {
    color: #2147a1;
}

#tv-head-area a:hover {
    color: #e97500;
}

#tv-head-area a:visited {
    color: #2147a1;
}

#tv-head-area a:visited:hover {
    color: #e97500;
}

#tv-head-area-pc, #tv-head-area-sp {
    display: none;
}

@media print, screen and (min-width:851px) {
    #tv-head-area-pc {
        display: block;
    }
}

@media print, screen and (max-width:850px) {
    #tv-head-area-sp {
        display: block;
    }

    /* ＝＝＝＝＝＝＝＝＝＝＝＝＝　メニュー開閉ボタン　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

    #tv-head-area-sp .scroll-prevent {
        overflow: hidden;
    }

    #tv-head-area-sp .menu-btn {

        position: fixed;
        top: 32px;
        right: 10px;
        z-index: 10002;
        width: 52px;
        height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: #FFF;
        opacity: 0.8;
    }



    #tv-head-area-sp .menu-btn span {
        display: block;
        position: absolute;
        /* .navToggleに対して */
        width: 30px;
        border-bottom: solid 3px #333;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 10px;
        opacity: 1;
    }

    #tv-head-area-sp .menu-btn span:nth-child(1) {
        top: 9px;
    }

    #tv-head-area-sp .menu-btn span:nth-child(2) {
        top: 18px;
    }

    #tv-head-area-sp .menu-btn span:nth-child(3) {
        top: 27px;
    }

    #tv-head-area-sp .menu-btn span:nth-child(4) {
        border: none;
        color: #333;
        font-size: 9px;
        font-weight: bold;
        top: 34px;
        width: 50px;
        left: 1px;
    }

    #tv-head-area-sp .menu-btn.active {
        position: fixed;
    }

    /* 最初のspanをマイナス45度に */
    #tv-head-area-sp .menu-btn.active span:nth-child(1) {
        top: 18px;
        left: 9px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* 2番目と3番目のspanを45度に */
    #tv-head-area-sp .menu-btn.active span:nth-child(2),
    #tv-head-area-sp .menu-btn.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #tv-head-area-sp .menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10000;
        height: 100%;
        overflow: hidden;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #eee;

    }


    #tv-head-area-sp .menu__item {
        width: 100%;
        height: auto;
        padding: .5em 1em;
        text-align: center;
        color: #fff;
        box-sizing: border-box;
    }

    /* アニメーション前のメニューの状態 */
    #tv-head-area-sp .menu {
        transform: translateX(100vw);
        transition: all .3s linear;
        opacity: 0;
    }

    /* アニメーション後のメニューの状態 */
    #tv-head-area-sp .menu.is-active {
        transform: translateX(0);
        opacity: 1;
    }

    #tv-head-area-sp .menu-header-area {
        border-bottom: 3px #0075c1 solid;
        background: #FFF;
        padding-right: 70px;
        padding-left: 10px;
        padding-top: 29px;
        padding-bottom: 10px;
    }

    #tv-head-area-sp .menu-header-area1 {
        display: table;
        width: 100%;
    }

    #tv-head-area-sp .menu-header-area2 {
        display: table;
        width: 100%;
        vertical-align: middle;
        height: 48px;
    }

    #tv-head-area-sp .header-date {
        font-weight: bold;
        text-align: left;
        width: 150px;
    }

    #tv-head-area-sp .header-date-color {
        color: #0075c1;
    }

    #tv-head-area-sp .header-date-big {
        font-size: 20px;
    }

    #tv-head-area-sp .header-weather-select {
        display: table-cell;
        vertical-align: middle;
        width: 140px;
        text-align: center;
    }

    #tv-head-area-sp .header-weather-select-area {
        overflow: hidden;
        text-align: center;
    }

    #tv-head-area-sp .header-weather-select-area select {
        width: 100%;
        padding-right: 1em;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
    }

    #tv-head-area-sp .header-weather-select-area select::-ms-expand {
        display: none;
    }

    #tv-head-area-sp .header-weather-select-area {
        position: relative;
        border-radius: 2px;
        border-radius: 5px;
        background: #e1e1e1;
    }

    #tv-head-area-sp .header-weather-select-area::before {
        position: absolute;
        top: 8px;
        right: 10px;
        width: 6px;
        height: 6px;
        padding: 0;
        content: '';
        border-top: solid 2px #555555;
        border-right: solid 2px #555555;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        pointer-events: none;
    }

    #tv-head-area-sp .header-weather-select-area select {
        padding: 5px 20px 5px 10px;
        color: #555555;
        font-weight: bold;
        font-size: 16px;
    }


    #tv-head-area-sp .header-weather-icon {
        display: table-cell;
        vertical-align: middle;
        width: 60px;
        text-align: center;
        padding-left: 10px;
    }

    #tv-head-area-sp .header-weather-data {
        display: table-cell;
        vertical-align: middle;
        font-weight: bold;
        padding-left: 10px;
        font-size: 14px;
        line-height: 15px;
    }


    #tv-head-area-sp .header-menu-base {
        float: left;
        width: 50%;
    }

    #tv-head-area-sp .header-menu-base a {
        /* 個別メニューサイズ */
        display: block;
        position: relative;
        font-weight: bold;
        height: 80px;
        line-height: 80px;
        text-align: left;
        padding-left: 5px;
        /*	padding-right: 35px;*/

    }

    #tv-head-area-sp .header-menu-base a::before {
        position: absolute;
        top: 50%;
        /*    right: 10px;*/
        right: 5px;
        width: 6px;
        height: 6px;
        padding: 0;
        content: '';
        border-top: solid 2px #FFF;
        border-right: solid 2px #FFF;
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        pointer-events: none;
    }

    #tv-head-area-sp .header-icon {
        display: inline-block;
        background-repeat: no-repeat;
        /* 背景を繰り返さない */
        background-position: left center;
        /* アイコン位置指定 */
        padding: 0 0 0 50px;
        /* アイコンに合わせてテキスト寄せ */
        background-size: 40px;
        /* アイコンサイズ */
        color: #FFF;
        /*	font-size: 16px;*/
        font-size: 14px;
    }

    #tv-head-area-sp .header-menu1 {
        background-color: #e34788;
    }

    #tv-head-area-sp .header-icon1 {
        background-image: url("https://kry.co.jp/images/pic_icon_tv_w@3x.png");
        /* アイコンを背景指定 */
    }

    #tv-head-area-sp .header-menu2 {
        background-color: #2db2c1;
    }

    #tv-head-area-sp .header-icon2 {
        background-image: url("https://kry.co.jp/images/pic_icon_radio_w@3x.png");
        /* アイコンを背景指定 */
    }

    #tv-head-area-sp .header-menu3 {
        background-color: #47b31c;
    }

    #tv-head-area-sp .header-icon3 {
        background-image: url("https://kry.co.jp/images/pic_icon_news_w@3x.png");
        /* アイコンを背景指定 */
    }

    #tv-head-area-sp .header-menu4 {
        background-color: #118ddd;
    }

    #tv-head-area-sp .header-icon4 {
        background-image: url("https://kry.co.jp/images/pic_icon_weather_w@3x.png");
        /* アイコンを背景指定 */
    }

    #tv-head-area-sp .header-menu5 {
        background-color: #b89c2b;
    }

    #tv-head-area-sp .header-icon5 {
        background-image: url("https://kry.co.jp/images/pic_icon_event_w@3x.png");
        /* アイコンを背景指定 */
    }

    #tv-head-area-sp .header-menu6 {
        background-color: #9b5fca;
    }

    #tv-head-area-sp .header-icon6 {
        background-image: url("https://kry.co.jp/images/pic_icon_announcer_w@3x.png");
        /* アイコンを背景指定 */
    }

    #tv-head-area-sp .header-menu7 {
        background-color: #3474de;
    }

    #tv-head-area-sp .header-icon7 {
        background-image: url("https://kry.co.jp/images/pic_icon_sns_w@3x.png");
        /* アイコンを背景指定 */
    }

    #tv-head-area-sp .header-menu8 {
        background-color: #2147a1;
    }

    #tv-head-area-sp .header-icon8 {
        background-image: url("https://kry.co.jp/images/pic_icon_sdgs_w@3x.png");
        /* アイコンを背景指定 */
    }

    #tv-head-area-sp .header-menu9 {
        background-color: #FF602F;
    }

    #tv-head-area-sp .header-icon9 {
        background-image: url("https://kry.co.jp/images/pic_icon_post_w@3x.png");
        /* アイコンを背景指定 */
    }

    #tv-head-area-sp .menu-fotter-area {
        position: fixed;
        bottom: 10px;
        left: 0px;
        right: 0px;
        text-align: center;
    }

    #tv-head-area-sp .menu-fotter-area img {
        max-width: 230px;
    }


    /* ヘッダー */
    #tv-head-area-sp .header-line {
        border-bottom: 3px #0075c1 solid;
    }

    #tv-head-area-sp .header-logo {
        /* 右・ロゴ */
        width: 220px;
        padding: 10px 10px;
    }

    #tv-head-area-sp .header-menu {
        /*	width: 980px; */
        /* メニュー中央寄せサイズ指定 */
        width: 100%;
        margin: auto;
    }

    #tv-head-area-sp .header-menu li {
        display: inline;
        padding: 12px;
    }

    #tv-head-area-sp .header-logo2 {
        /* 右・ロゴ */
        width: 200px;
    }
}



#tv-head-area-pc .block-padding-01 {
    padding: 1%;
}

#tv-head-area-pc .block-padding-02 {
    padding: 2%;
}

#tv-head-area-pc .block-padding-04 {
    padding: 4%;
}

#tv-head-area-pc .block-contents-area {
    padding: 2% 1px;

}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#kry-pc-header {
    position: relative;
    min-width: 980px;
    z-index: 100;

}

/* 最少サイズ */
@media print, screen and (max-width:980px) {
    #kry-pc-header-top, #kry-pc-header-in {
        width: 980px;
        position: relative;
    }
}

/* 中間サイズ */
@media screen and (min-width: 981px) and (max-width: 1024px) {
    #kry-pc-header-top, #kry-pc-header-in {
        width: 100%;
        position: relative;
    }
}

/* 最大サイズ */
@media print, screen and (min-width:1025px) {
    #kry-pc-header-top, #kry-pc-header-in {
        width: 1024px;
        margin: auto;
        position: relative;
    }
}

#kry-pc-header-top{
    max-width: 1024px;
    margin: auto;
}

/* ヘッダー */
#tv-head-area-pc .header-line {
    min-width: 980px;
    border-bottom: 3px #0075c1 solid;
}

#tv-head-area-pc .header-line-top {
    min-width: 980px;
    border-bottom: 2px solid rgb(0, 117, 193);
}

#tv-head-area-pc .bousai-line {
    background: #0075c1;
    color: #ffffff;
    height: 50px;
}

#tv-head-area-pc .bousai-block {
    max-width: 1200px;
    min-width: 980px;
    margin: auto;
    margin-bottom: 1%;
    padding: 10px;
    color: #ffffff;
    width: 100%;
}

#tv-head-area-pc .top-bousai-icon {
    display: table-cell;
    background: #FFF;
    color: #0075c1;
    border-radius: 20px;
    line-height: 24px;
    width: 30px;
    text-align: center;
    font-weight: bold;
}

#tv-head-area-pc .bousai-txt {
    line-height: 24px;
    display: table-cell;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

#tv-head-area-pc .bousai-txt a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}


#kry-pc-header-top {
    display: table;
}

#tv-head-area-pc .header-logo {
    /* 右・ロゴ */
    width: 253px;
    display: table-cell;
    vertical-align: middle;
    height: 70px;

}



#tv-head-area-pc .header-top-right {
    /* 左・天気・検索窓 */
    padding: 0 0 0 14px;
    display: table-cell;
    vertical-align: middle;
    width: calc(100vw - 305px);
}

/* 最大サイズ */
@media print, screen and (min-width:1025px) {
    #tv-head-area-pc .header-top-right {
        width: calc(100% - 267px);
    }
}

#tv-head-area-pc .header-top-right-area {
    /* 左・天気・検索窓 */
    display: table;
    width: 100%;
}

#tv-head-area-pc .header-date {
    display: table-cell;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    vertical-align: middle;
}

#tv-head-area-pc .header-date-color {
    color: #0075c1;
}

#tv-head-area-pc .header-date-big {
    font-size: 25px;
}

#tv-head-area-pc .header-weather-select {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    text-align: center;
    padding: 0px 10px;
}

#tv-head-area-pc .header-weather-select-area {
    overflow: hidden;
    text-align: center;
}

#tv-head-area-pc .header-weather-select-area select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

#tv-head-area-pc .header-weather-select-area select::-ms-expand {
    display: none;
}

#tv-head-area-pc .header-weather-select-area {
    position: relative;
    border-radius: 2px;
    border-radius: 5px;
    background: #e1e1e1;
}

#tv-head-area-pc .header-weather-select-area::before {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 6px;
    height: 6px;
    padding: 0;
    content: '';
    border-top: solid 2px #555555;
    border-right: solid 2px #555555;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
}

#tv-head-area-pc .header-weather-select-area select {
    padding: 5px 20px 5px 10px;
    color: #555555;
    font-weight: bold;
    font-size: 14px;
}


#tv-head-area-pc .header-weather-icon {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    text-align: center;
}

#tv-head-area-pc .header-weather-data {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

#tv-head-area-pc .header-search-form {
    display: table-cell;
    vertical-align: middle;
    width: 210px;
    padding-left: 5px;
}

#tv-head-area-pc .header-search-form-area {
    border: 2px solid #dedede;
    border-radius: 25px;
    padding-left: 15px;
}

#tv-head-area-pc .header-search-form-input {
    width: 140px;
    border-width: 0px;
    border-style: None;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    margin-right: 5px;
}

#tv-head-area-pc .header-search-form-btn {
    vertical-align: bottom;
    outline: none;
}



#tv-head-area-pc .header-menu {
    margin: auto;
}


#tv-head-area-pc .header-menu-base {
    /* 個別メニューサイズ */
    font-size: 100%;
    font-weight: bold;
    margin: 0 15px 0 0;
    position: relative;
    color: #999;
    cursor: pointer;
    padding: 6px 0px;

}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　header-menu テキストアンダーライン　＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* https://www.nxworld.net/tips/css-hover-underline-animation-examples-and-sass-mixin.html */

/* ヘッダーメニュー・ＴＶ */
#tv-head-area-pc .header-icon1 {
    line-height: 30px;
    display: inline-block;
    background-image: url("https://kry.co.jp/images/pic_icon_tv_c.svg");
    /* アイコンを背景指定 */
    background-repeat: no-repeat;
    /* 背景を繰り返さない */
    background-position: left center;
    /* アイコン位置指定 */
    padding: 0 0 0 40px;
    /* アイコンに合わせてテキスト寄せ */
    background-size: 30px 30px;
    /* アイコンサイズ */

    color: #e34788;

}

#tv-head-area-pc .header-menu-li1:hover .header-menu1 {
    background: #e34788;
}

#tv-head-area-pc .header-menu-li1:hover .header-menu1 .header-icon1 {
    color: #FFF;
    background-image: url("https://kry.co.jp/images/pic_icon_tv_w@3x.png");
    /* アイコンを背景指定 */

}

/* ヘッダーメニュー・ラジオ */
#tv-head-area-pc .header-icon2 {
    line-height: 30px;
    display: inline-block;
    background-image: url("https://kry.co.jp/images/pic_icon_radio_c.svg");
    /* アイコンを背景指定 */
    background-repeat: no-repeat;
    /* 背景を繰り返さない */
    background-position: left center;
    /* アイコン位置指定 */
    padding: 0 0 0 36px;
    /* アイコンに合わせてテキスト寄せ */
    background-size: 30px 30px;
    /* アイコンサイズ */
    color: #2db2c1;
}

#tv-head-area-pc .header-menu-li2:hover .header-menu2 {
    background: #2db2c1;
}

#tv-head-area-pc .header-menu-li2:hover .header-menu2 .header-icon2 {
    color: #FFF;
    background-image: url("https://kry.co.jp/images/pic_icon_radio_w@3x.png");
    /* アイコンを背景指定 */

}


/* ヘッダーメニュー・ニュース */
#tv-head-area-pc .header-icon3 {
    line-height: 30px;
    display: inline-block;
    background-image: url("https://kry.co.jp/images/pic_icon_news_c.svg");
    /* アイコンを背景指定 */
    background-repeat: no-repeat;
    /* 背景を繰り返さない */
    background-position: left center;
    /* アイコン位置指定 */
    padding: 0 0 0 36px;
    /* アイコンに合わせてテキスト寄せ */
    background-size: 30px 30px;
    /* アイコンサイズ */
    color: #47b31c;
}

#tv-head-area-pc .header-menu-li3:hover .header-menu3 {
    background: #47b31c;
}

#tv-head-area-pc .header-menu-li3:hover .header-menu3 .header-icon3 {
    color: #FFF;
    background-image: url("https://kry.co.jp/images/pic_icon_news_w@3x.png");
    /* アイコンを背景指定 */

}

/* ヘッダーメニュー・天気 */
#tv-head-area-pc .header-icon4 {
    line-height: 30px;
    display: inline-block;
    background-image: url("https://kry.co.jp/images/pic_icon_weather_c.svg");
    /* アイコンを背景指定 */
    background-repeat: no-repeat;
    /* 背景を繰り返さない */
    background-position: left center;
    /* アイコン位置指定 */
    padding: 0 0 0 36px;
    /* アイコンに合わせてテキスト寄せ */
    background-size: 30px 30px;
    /* アイコンサイズ */
    color: #118ddd;
}

#tv-head-area-pc .header-menu4:hover {
    background: #118ddd;
}

#tv-head-area-pc .header-menu4:hover .header-icon4 {
    color: #FFF;
    background-image: url("https://kry.co.jp/images/pic_icon_weather_w@3x.png");
    /* アイコンを背景指定 */

}

/* ヘッダーメニュー・イベント */
#tv-head-area-pc .header-icon5 {
    line-height: 30px;
    display: inline-block;
    background-image: url("https://kry.co.jp/images/pic_icon_event_c.svg");
    /* アイコンを背景指定 */
    background-repeat: no-repeat;
    /* 背景を繰り返さない */
    background-position: left center;
    /* アイコン位置指定 */
    padding: 0 0 0 36px;
    /* アイコンに合わせてテキスト寄せ */
    background-size: 30px 30px;
    /* アイコンサイズ */
    color: #b89c2b;
}


#tv-head-area-pc .header-menu-li5:hover .header-menu5 {
    background: #b89c2b;
}

#tv-head-area-pc .header-menu-li5:hover .header-menu5 .header-icon5 {
    color: #FFF;
    background-image: url("https://kry.co.jp/images/pic_icon_event_w@3x.png");
    /* アイコンを背景指定 */

}


/* ヘッダーメニュー・アナウンス室 */
#tv-head-area-pc .header-icon6 {
    line-height: 30px;
    display: inline-block;
    background-image: url("https://kry.co.jp/images/pic_icon_announcer_c.svg");
    /* アイコンを背景指定 */
    background-repeat: no-repeat;
    /* 背景を繰り返さない */
    background-position: left center;
    /* アイコン位置指定 */
    padding: 0 0 0 30px;
    /* アイコンに合わせてテキスト寄せ */
    background-size: 30px 30px;
    /* アイコンサイズ */
    color: #9b5fca;
}


#tv-head-area-pc .header-menu-li6:hover .header-menu6 {
    background: #9b5fca;
}

#tv-head-area-pc .header-menu-li6:hover .header-menu6 .header-icon6 {
    color: #FFF;
    background-image: url("https://kry.co.jp/images/pic_icon_announcer_w@3x.png");
    /* アイコンを背景指定 */

}

/* ヘッダーメニュー・SNS */
#tv-head-area-pc .header-icon7 {
    line-height: 30px;
    display: inline-block;
    background-image: url("https://kry.co.jp/images/pic_icon_sns_c.svg");
    /* アイコンを背景指定 */
    background-repeat: no-repeat;
    /* 背景を繰り返さない */
    background-position: left center;
    /* アイコン位置指定 */
    padding: 0 0 0 36px;
    /* アイコンに合わせてテキスト寄せ */
    background-size: 30px 30px;
    /* アイコンサイズ */
    color: #3474de;
}

#tv-head-area-pc .header-menu-li7:hover .header-menu7 {
    background: #3474de;
}

#tv-head-area-pc .header-menu-li7:hover .header-menu7 .header-icon7 {
    color: #FFF;
    background-image: url("https://kry.co.jp/images/pic_icon_sns_w@3x.png");
    /* アイコンを背景指定 */

}

/* ヘッダーメニュー・ＳＤＧｓ */
#tv-head-area-pc .header-icon8 {
    line-height: 30px;
    display: inline-block;
    background-image: url("https://kry.co.jp/images/pic_icon_sdgs_c.svg");
    /* アイコンを背景指定 */
    background-repeat: no-repeat;
    /* 背景を繰り返さない */
    background-position: left center;
    /* アイコン位置指定 */
    padding: 0 0 0 40px;
    /* アイコンに合わせてテキスト寄せ */
    background-size: 30px 30px;
    /* アイコンサイズ */

    color: #2147a1;

}

#tv-head-area-pc .header-menu-li8:hover .header-menu8 {
    background: #2147a1;
}

#tv-head-area-pc .header-menu-li8:hover .header-menu8 .header-icon8 {
    color: #FFF;
    background-image: url("https://kry.co.jp/images/pic_icon_sdgs_w@3x.png");
    /* アイコンを背景指定 */

}

/* テキストアンダーライン */
/*
.header-menu7 a::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #3474de;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.header-menu7 a:hover::after {
	transform: scale(1, 1);
}
*/

