
#innovative-product-launch .blur-up {
    filter: blur(5px);
    transition: filter 0.4s;
    -moz-transition: -webkit-filter 0.4s;
    -ms-transition: -webkit-filter 0.4s;
    -o-transition: -webkit-filter 0.4s;
  }
  #innovative-product-launch .blur-up.lazyloaded {
    filter: blur(0);
  }
#innovative-product-launch video,
#innovative-product-launch img{
    display: block;
    width: 100%;
}
#innovative-product-launch{
    background-color: #f5f5f5;
    padding: 4.166667vw 0;
}
#innovative-product-launch .nowrap{
    white-space: nowrap;
}
#innovative-product-launch .kv-content{
    width: 91.666667vw;
    margin: 0 auto;
    height: 37.5vw;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: .833333vw;
    overflow: hidden;
}
#innovative-product-launch .kv-content .title{
    position: absolute;
    color: #000000;
    text-align: center;
    top: 2.645833vw;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
#innovative-product-launch .kv-content .title h2{
    font-size: min(72px, 3.75vw);
    line-height: 1.25;
}
#innovative-product-launch .kv-content .title h2 img{
    width: 17.708333vw;
    margin: 0 auto;
}
#innovative-product-launch .kv-content .title span{
    color: #000000;
    font-weight: 500;
    display: block;
    margin-top: 1.041667vw;
    line-height: 1.25;
}
#innovative-product-launch .kv-content .desc{
    position: absolute;
    color: #000000;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    top: 21%;
}
#innovative-product-launch .kv-content .desc p{
    font-size: 1.979167vw;
    line-height: 1.6;
    color: #000000;
}
#innovative-product-launch .kv-content .desc a{
    font-size: 13px;
    line-height: 18px;
    padding: 8px 15px 7px;
    background: #000;
    display: inline-block;
    border-radius: 6px;
    transition: .3s ease-out;
    text-decoration: none;
    color: initial;
    margin: 1.197917vw .416667vw 0;
    color: #fff;
}
#innovative-product-launch .kv-content .desc a:hover{
    opacity: .8;
}
#innovative-product-launch .kv-content .video-pop-play{
    position: absolute;
    bottom: 3.333333vw;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
#innovative-product-launch .kv-content .video-pop-play img{
    width: 2.5vw;
    height: 2.5vw;
}
#innovative-product-launch .module-title h2{
    color: #000000;
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    padding: 4.166667vw 0 3.4375vw;
}
#innovative-product-launch .section-shelve{
    width: 91.666667vw;
    margin: 0 auto;
}
#innovative-product-launch .section-shelve .one-module{
    width: 100%;
    height: 37.5vw;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: .833333vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
#innovative-product-launch .section-shelve .one-module:not(:nth-last-child(1)){
    margin-bottom: .416667vw;
}
#innovative-product-launch .section-shelve .one-module .inline-video{
    width: 29.427083vw;
}
#innovative-product-launch .section-shelve .picture{
    width: 100%;
}
#innovative-product-launch .section-shelve .two-module{
    display: flex;
}
#innovative-product-launch .section-shelve .two-module .two-module-content{
    width: 100%;
    height: 37.5vw;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: .833333vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
#innovative-product-launch .section-shelve .two-module .two-module-content:not(:nth-last-child(1)){
    margin-right: .416667vw;
}
#innovative-product-launch .section-shelve .copy-content{
    position: absolute;
    top: 2.239583vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
    pointer-events: none;
    width: 90%;
}
#innovative-product-launch .section-shelve .copy-content h2{
    color: #000000;
    font-size: 1.875vw;
    line-height: 1.25;
    font-weight: 500;
}
#innovative-product-launch .section-shelve .copy-content .button a{
    font-size: 13px;
    line-height: 18px;
    padding: 8px 15px 7px;
    background: #000;
    display: inline-block;
    border-radius: 6px;
    margin-top: 1.197917vw;
    transition: .3s ease-out;
    text-decoration: none;
    color: initial;
    pointer-events: all;
    color: #ffffff;
}
#innovative-product-launch .section-shelve .copy-content .button a:hover{
    opacity: .8;
}
#innovative-product-launch .section-shelve .two-module .copy-content .button a{
    padding: 0;
    background: none;
    color: #000000;
}
#innovative-product-launch .section-shelve .two-module .copy-content .button a::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    margin-left: 6px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
}
#innovative-product-launch .section-shelve .two-module .copy-content .button a:hover::after{
    -webkit-transform: translateX(3px) rotate(45deg);
    transform: translateX(3px) rotate(45deg);
}
#innovative-product-launch .section-shelve .all-click{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    #innovative-product-launch{
        padding: 0 0 64px;
    }
    #innovative-product-launch .kv-content{
        width: 100%;
        height: 520px;
        border-radius: 0;
        justify-content: center;
        align-items: flex-end;
    }
    #innovative-product-launch .kv-content img{
        height: 520px;
        width: auto;
    }
    #innovative-product-launch .kv-content .title{
        top: 66px;
    }
    #innovative-product-launch .kv-content .title h2{
        font-size: 24px;
    }
    #innovative-product-launch .kv-content .title h2 img{
        width: calc(220px - 0.04914004914 * (767px - 100vw));
    }
    #innovative-product-launch .kv-content .title span{
        margin-top: 26px;
    }
    #innovative-product-launch .kv-content .desc{
        bottom: 65px;
        display: flex;
        flex-direction: column;
        top: 21%;
    }
    #innovative-product-launch .kv-content .desc p{
        font-size: 22px;
    }
    #innovative-product-launch .kv-content .desc a{
        margin: 23px auto 0;
        width: max-content;
    }
    #innovative-product-launch .kv-content .desc a:hover{
        opacity: 1;
    }
    #innovative-product-launch .kv-content .video-pop-play img{
        width: 48px;
        height: 48px;
    }
    #innovative-product-launch .module-title h2{
        font-size: 22px;
        padding: 64px 0 40px;
    }
    #innovative-product-launch .section-shelve{
        width: 100%;
    }
    #innovative-product-launch .section-shelve .one-module:not(:nth-last-child(1)){
        margin-bottom: 8px;
    }
    #innovative-product-launch .section-shelve .one-module{
        height: 520px;
        border-radius: 0;
    }
    #innovative-product-launch .section-shelve .one-module .inline-video{
        width: 340px;
    }
    #innovative-product-launch .section-shelve .copy-content{
        top: 37px;
    }
    #innovative-product-launch .section-shelve .copy-content h2{
        font-size: 24px;
    }
    #innovative-product-launch .section-shelve .copy-content .button a{
        margin-top: 23px;
    }
    #innovative-product-launch .section-shelve .picture{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #innovative-product-launch .section-shelve .picture img{
        height: 520px;
        width: auto;
        max-width: fit-content;
    }
    #innovative-product-launch .section-shelve .two-module{
        flex-direction: column;
    }
    #innovative-product-launch .section-shelve .two-module .two-module-content{
        height: 520px;
        border-radius: 0;
    }
    #innovative-product-launch .section-shelve .two-module .two-module-content:not(:nth-last-child(1)){
        margin-bottom: 8px;
        margin-right: 0;
    }
    #innovative-product-launch .section-shelve .two-module .copy-content .button a{
        padding: 8px 15px 7px;
        background: #000000;
        color: #ffffff;
    }
    #innovative-product-launch .section-shelve .two-module .copy-content .button a::after{
        width: 0;
        height: 0;
        border: none;
        margin-left: 0;
    }
    #innovative-product-launch .section-shelve .copy-content .button a:hover{
        opacity: 1;
    }
    #innovative-product-launch .section-shelve .two-module .copy-content .button a:hover::after{
        -webkit-transform: none;
        transform: none;
    }
    #innovative-product-launch .kv-content .video-pop-play{
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
    }
}