.container-fluid {
    background: #000;
    color: #ffff;
}
.content-detail {
    color: #ffff;
}
.nav-head-text{
    font: 21px 'Anton-Regular';
}
.nav-head.background-00 {
    z-index: 2;
    background-color: #000000;
}

.nav-head.background-00 .nav-head-text{
    color: #FFFFFF;
}

#fullscreen-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#show_menu {
    top: 10px;
    z-index: 9;
    cursor: pointer;
    width: 32px;
    height: 32px;
    left: unset;
    right: 32px;
}
.slogan{
    text-transform: uppercase;
    letter-spacing: -1.5px;
    margin-bottom: 15px;
    line-height: .8;
    padding: 110px 0 84px 0;
    /*transform: scaleY(1.2);*/
    font: 110px 'Anton-Regular';
    line-height: 1;
}
.title-cate {
    color: #dcdcdc;

}

.relative-before:before{
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 90%;
    border-bottom: 1px solid #b7b6be !important;;
}
.relative-after:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 90%;
    border-bottom: 1px solid #b7b6be !important;;
}

.content-ratio img{
    height: 100%;
    object-fit: cover;
}

.img-count-p{
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: unset;
}

.img-count{
    width: 54.48vw;
}
.img-count img{
    width: 100%;
    height: auto;
}
.number{
    font-size: 28px ;
}
.desc{
    font-size: 13px;
}
.slogan span{
    margin-right: -20px;
}

.content-mobile{
    display: none !important;
}
.logo-web.introduction img{
    height: 25px;
}
@media (max-width: 1024.99px) {
    .line-height-1 {
        line-height: 1;
    }

    .logo-web.introduction img {
        height: 17px;
    }

    .nav-head-text {
        font: 18px 'Anton-Regular';
    }

    .nav-head {
        padding: 8px 60px 8px 16px;
    }

    #show_menu {
        right: 16px;
        width: 24px;
        height: 24px;
        top: 15px;
    }

    .content-desktop {
        display: none !important;
    }

    .content-mobile {
        display: block !important;
    }

    .leader-tit {
        padding: 30px 0;
        border-top: 1px solid #ceced0 !important;
        margin-top: 50px;
    }

    .slogan {
        padding: 90px 0 84px 15px;
        font: 96px 'Anton-Regular';
        line-height: 1;
    }

    .ratio10-42.leader-mobile {
        padding-top: 74.25%;
        margin: 0 -15px;
    }

    .ratio10-42.leader-mobile .content-ratio {
        width: calc(100% + 30px);
    }

    .ratio10-42.leader-mobile .content-ratio img {
        object-fit: cover;
    }

    .relative-before:before {
        width: calc(100% - 15px);
        border-bottom: 1px solid #ceced0 !important;
    }

    .relative-before-mobile:before {
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 15px);
        border-bottom: 1px solid #ceced0 !important;
    }

    .relative-after:after {
        all: unset;
    }

    .border-top {
        border-top: unset !important;
    }

    .border-bt {
        border-bottom: unset !important;
    }

    .pad-bot-40 {
        padding-bottom: unset !important;
    }

    .pad-bot-60 {
        padding-bottom: unset !important;
    }

    .pad-bot-100 {
        padding-bottom: unset !important;
    }

    .pad-top-100,
    .pad-top-20 {
        padding-top: unset !important;
    }

    .pad-bot-mobile-100 {
        padding-bottom: 100px !important;
    }

    .pad-bot-mobile-40 {
        padding-bottom: 40px !important;
    }

    .img-count {
        width: 90vw;
    }

    .view-sub-count {
        display: flex;
        flex-wrap: wrap;
    }

    .view-sub-count > div {
        flex-basis: 100%;
    }

    .view-count {
        text-align: end;
        margin-top: 24px
    }

    .number {
        font-size: 24px;
    }

    footer {
        height: 240px;
    }
    footer .container .f_item>div {
        flex-basis: unset;
    }
    .slogan.text-end{
        text-align: end;
        padding: 110px 15px 55px 0;
    }
    .slogan.text-end span.end{
        margin-right: unset!important; ;
    }

}

@media (min-width: 769px) and (max-width: 1024.98px){
    .row:not(.un-remove-margin){
        margin-right: 15px;
        margin-left: 15px;
    }
    .view-sub-count {
        justify-content: space-around;
    }
    .view-sub-count>div {
        flex-basis: 35%;
        text-align: start;
    }
    .sub-count {
        margin-top: 24px
    }

}
