
.mv__top_list li a {
    display: block;
    position: relative;
}
.mv__top_txt {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    max-width: 350px;
    width: 100%;
    text-align: center;
    text-shadow: 1px 2px #00000059;
}
.mv__top .note {
    width: 85%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
}
.mv__link_btn {
    font-size: 12px;
    font-weight: bold;
    background-color: #333;
    border-radius: 20px;
    color: #fff;
    width: 102px;
    text-align: center;
    padding: 8px 0;
    position: absolute;
    top: 110px;
    right: 50%;
    transform: translateX(50%);
}
.top_lead {
    font-weight: 500;
    text-align: center;
    margin: 30px 0;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.5;
}

.mv__txt_bg {
    width: 100%;
    height: 400px;
    background: linear-gradient(rgba(63,63,63),rgba(0,0,0,0));
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tags {
    margin-bottom: 40px;
}
/* .tag-cloud-link {
    background-color: #fff;
} */
.ad_area {
    margin-bottom: 40px;
}
/*slider*/
.mv__top {
    position: relative;
    overflow: hidden;
    margin-top: 55px !important;
}
.mv__top_img_area img {
    margin: 0 auto;
}
.mv__top_list.slick-slide {
    overflow: hidden;
}
.mv__top_list.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv_arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    z-index: 1;
}
.mv_prev_icon {
    left: 16px;
}
.mv_next_icon {
    right: 16px;
}
.progress_bar {
    width: 100%;
    background: #ebebeb;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.progress_bar .bar {
    width: 0%;
    height: 4px;
    background: #3e3e3e;
    position: relative;
    z-index: 2;
}

/* news */
.topnews {
    background-color: #000;
}
.topnews__wrap {
    display: flex;
    align-items: center;
    padding: 5px 0;
    justify-content: space-between;
}
.topnews__ttl h2 {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
.topnews__more {
    width: 15%;
    text-align: center;
}
.topnews__list_wrap {
    width: 85%;
    padding: 5px 10px;
    overflow: hidden;
}
.topnews__list li p {
    font-size: 12px;
    color: #fff;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.topnews__list li p a {
    color: #fff;
}
.topnews__more a {
    color: #fff;
    font-size: 12px;
    display: block;
}

/* @media screen and (min-width: 768px) and (max-width: 1023px) {
    .news__list {
        display: flex;
        flex-wrap: wrap;
    }
    .news__list>li {
        width: calc((100% - 20px)/2);
        margin-right: 20px;
    }
    .news__list>li:nth-child(2n) {
        margin-right: 0;
    }
    .latest__box {
        width: calc((100% - 30px)/4);
    }
    .latest__box:nth-child(2n) {
        margin-right: 10px;
    }
    .latest__box:nth-child(4n) {
        margin-right: 0;
    }
    .dai_cat {
        padding: 50px 0;
    }
} */

@media screen and (min-width: 768px) {
    .mv__top {
        margin-top: 58px !important;
    }
    .mv__top_txt {
        font-size: 34px;
        max-width: 850px;
        width: 100%;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .mv__link_btn {
        font-size: 16px;
        padding: 10px 0;
        width: 165px;
        top: 190px;
    }
    .mv__txt_bg {
        height: 420px;
        top: 15%;
    }
    .top_lead {
        font-size: 22px;
    }
    .tag {
        padding: 0;
        max-width: 789px;
        margin: 0 auto 50px;
    }
    .mv_arrows {
        width: 45px;
        height: 45px;
        cursor: pointer;
    }
    .mv_prev_icon {
        left: 26px;
    }
    .mv_next_icon {
        right: 26px;
    }

    .topnews__wrap {
        max-width: 1000px;
        margin: 0 auto;
    }
    .topnews__ttl h2,
    .topnews__list li p,
    .topnews__more a {
        font-size: 14px;
    }
    .topnews__list_wrap {
        width: 85%;
        padding: 10px 20px;
    }
    .category_link {
        margin-bottom: 40px;
    }
    /* .latest .cmn_sub_ttl_area,
    .category_link .cmn_sub_ttl_area {
        margin-bottom: 20px;
    } */
}