/**/
.wiFull {
    padding-top: 0;
    padding-bottom: 2em;
}
.uq_cleanovation__clean_synergy__txtArea--lead{
    margin-bottom: 1em;
}
.uq_cleanovation__clean_synergy__txtArea--lead span{
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.uq_cleanovation--link__inner ul li a.is-wachlet::before {
    top: 0;
}
.movie2 {
    padding-top: 9vw;
    padding-bottom: 9vw;
}
    .uq_cleanovation__clean_synergy__txtArea--lead li{
        text-indent:-1em;
        margin-left:1em;
    }
.kv--logo{
    position: absolute;
}
.cs{
    
}
.pc-only{
    display: none !important;
}
.sp-only{
    display: inline !important;
}
@media screen and (min-width: 768px) {
    .pc-only{
        display: inline !important;
    }
    .sp-only{
        display: none !important;
    }
    .kv--mv{
        position: relative;
        height: 100vh;
    }
/*
    .kv--mv .kv--mv__image img{
        width: auto;
         max-width: inherit; 
         height: 100%; 
         position: absolute; 
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
*/
    .kv_cs{
        background: url(../images/clean_synergy__mv.jpg) center center no-repeat;
        background-size: cover;
    }
    .cs{
        width: 30%;
        top: 76%;
        left: 7vw;
    }
    .kv_wh{
        background: url(../images/washlet__mv.jpg) center center no-repeat;
        background-size: cover;
    }
    .wh{
        width: 37%;
        top: 72%;
        left: 3vw;
        }
    .kv_tl{
        background: url(../images/touchless__mv.jpg) center center no-repeat;
        background-size: cover;
    }
    .tl{
        width: 43%;
        top: 29%;
        left: 6vw;
    }
    .kv_cl{
        background: url(../images/mv.jpg) center center no-repeat;
        background-size: cover;
    }
    .cl{
        width: 55%;
        top: 9%;
        left: 5vw;
    }
    
    .movie2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .wiFull {
        padding-top: 3.57143em;
        padding-bottom: 2.85714em;
    }
    .uq_cleanovation__clean_synergy__txtArea--lead{
        margin-bottom: 0;
    }
    .uq_cleanovation__clean_synergy__txtArea--lead span{
        padding-top: 1em;
    }
    .uq_cleanovation--link__inner ul li a::before {
        position: absolute;
        content: "";
        display: inline-block;
        width: 3.3rem;
        height: 2rem;
        background: url(../images/icon_down_arrow.svg) no-repeat center center;
        background-size: 2.5rem;
        top: 0;
        /* left: 0; */
        right: .5rem;
        margin: auto 0 auto auto;
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: 0.35s;
        transition: 0.35s;
    }
    .uq_cleanovation--link__inner ul li a:hover::before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: -.3rem;
    }
    #link{
        margin-bottom: 6em;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .kv--mv{
        position: relative;
        height: 42vh;
    }
}