@charset "UTF-8";

@import url(https://db.onlinewebfonts.com/c/f5150c90308b4f19f093944346a2670a?family=ITC+Machine);

@font-face {
    font-family: "ITC Machine";
    src: url("https://db.onlinewebfonts.com/t/f5150c90308b4f19f093944346a2670a.eot");
    src: url("https://db.onlinewebfonts.com/t/f5150c90308b4f19f093944346a2670a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/f5150c90308b4f19f093944346a2670a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/f5150c90308b4f19f093944346a2670a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/f5150c90308b4f19f093944346a2670a.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/f5150c90308b4f19f093944346a2670a.svg#ITC Machine")format("svg");
}

body {
    margin: -20px auto 0;
    min-height: 7800px;
}

img {
    width: 100%;
}

main p {
    color: #fff;
}

.camera-systems,
.global-shutter,
.compact-form,
.robust,
.lens-mount,
.accessories,
.specifications,
.specifications-sp {
    background-color: #000;
}

.komodo-x__section-title {
    color: #fff;
    font-size: 2.3em;
    font-family: 'ITC Machine', sans-serif;
    text-align: center;
    letter-spacing: 0.02em;
    transform: scale(1.7, 1);
    font-weight: normal;
    margin: 0;
    padding: 20px 0 40px;
}
.pc_inline{display: inline !important;}
.sp_inline{display: none;}

.footer {
    margin-top: 0;
}

@media screen and (max-width: 600px) {
    .komodo-x__section-title {
        font-size: 1.4em;
    }

    .komodo-x__section-title span {
        display: inline-block;
    }

}
h1,h2,h3,h4,p,ul,li,figure{
    margin-block: 0;
    margin-inline: 0;
}
li{
    list-style: none;
}

/* -------- top-sec -------- */
.top-sec {
    position: relative;
    width: 100%;
}

.kv {
    /* padding: 17vh 0; */
    padding: 200px 0 125px;
    justify-content: center;
}

.kv figure {
    margin: 0 auto;
}

.kv .kv-skull {
    width: 180px;
    margin-bottom: 20px;
}

.kv .kv-title {
    width: 500px;
}

.kv span,
.section-main-text span {
    display: inline-block;
    padding-right: 5px;
}

.top-sec h1 {
    text-align: center;
    padding-bottom: 45px;
}

.main-title {
    color: #fff;
    font-size: 3em;
    font-family: 'ITC Machine', sans-serif;
    text-align: center;
    letter-spacing: 0.02em;
    transform: scale(1.7, 1);
    font-weight: normal;
}

.top-sec p {
    max-width: 900px;
    margin: 0 auto 10px;
    text-align: center;
}

.video-area {
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 0;
    transform: none;
    width: 100%;
    height: auto;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /*縦横幅指定*/
    /* width: 177.77777778vh; */
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    /* height: 56.25vw; */
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

@media screen and (max-width: 1700px) {
    .kv {
        padding: 80px 0 150px;
    }
}

@media screen and (max-width: 1500px) {
    .kv {
        padding: 35px 0;
    }
}

@media screen and (max-width: 600px) {
    .video {
        width: 261vw;
    transform: translate(-10%, -25%);
    left: -59%;
    top: 130px;
    }

    .kv {
        padding: 80px 0 80px;
    }

    .kv .kv-title {
        width: 80%;
    }

    .kv figure {
        display: none;
    }

    .top-sec p {
        max-width: 100%;
        padding: 0 10px;
    }

    .sp-display-none {
        display: none;
    }
.sp_inline{display: inline !important;}
.pc_inline{display: none;}

    .top-sec h1 {
        text-align: center;
        padding-bottom: 0px;
    }
    .main-title {
    font-size: 1.3em;
    }
}

/* -------- camera-systems -------- */
.camera-systems,
.global-shutter,
.accessories,
.specifications {
    padding: 120px 0 !important;
    margin-top: -15px;
}

.camera-systems h3,
.global-shutter h3 {
    color: #fff;
    font-size: 1.5em;
    font-family: 'ITC Machine', sans-serif;
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: normal;
    transform: scale(1.7, 1);
}



.section-main-text {
    max-width: 900px;
    text-align: center;
    margin: 0 auto 10px;
}

.camera-systems__flexbox,
.accessories__flexbox {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    justify-content: space-around;
}

.camera-systems__flexbox li,
.accessories__flexbox li {
    padding: 20px;
    position: relative;
    list-style-type: none;
}
.camera-systems__flexbox li {
    width: 50%;
    padding-left: 70px;
    padding-right: 70px;
}
.camera-systems__flexbox li h3{
    opacity: .5;
}

.camera-systems__flexbox figure {
    width: 380px;
    height: 300px;
    margin: 0 auto;
}

.camera-systems__flexbox p,
.accessories__flexbox p {
    text-align: center;
    font-size: 0.85em;
}

.camera-systems__flexbox a,
.accessories__flexbox a,
.accessories__flexbox {
    color: #fff;
}

/*
.camera-systems__flexbox a:hover,
.accessories__flexbox a:hover {
    color: #c0bfbf;
}
*/

.new-tag {
    position: absolute;
    top: 18px;
    left: 245px;
    width: 100%;
    max-width: 384px;
    margin: 60px auto;
    aspect-ratio: 16/9;
}

.new-tag::before {
    content: "SALE!";
    background-color: #EA5504;
    padding: 2px 15px;
    color: #fff;
    font-weight: bold;
}

/*きらっと光る*/

.btnshine {
    /*キラッと光る基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
    content: '';
    /*絶対配置でキラッと光るの位置を決める*/
    position: absolute;
    top: 0;
    left: -75%;
    /*キラッと光る形状*/
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション
.btnshine:hover::before {
    animation: shine 0.7s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}*/

.camera-systems__flexbox img:hover,
.accessories__flexbox img:hover {
    filter: drop-shadow(0 0 12px #777);
}

.camera-systems__btn{
    margin: 40px auto 0;
    width: 30%;
    max-width: 100%;
    border: 1px solid #fff;
    text-align: center;
}
.camera-systems__btn:hover {
    background-color: #fff;
}


.camera-systems__btn a {
    text-decoration: none;
    color: #fff;
}
.camera-systems__btn p {
    margin-bottom: 0 !important;
    padding: 20px 0 !important;
}
.camera-systems__btn p:hover {
    color: #000;
}

.btn-content {
    padding: 20px;
    margin: 0;
}
.btn-content:hover {
    color:#000;
}

@media screen and (max-width: 1200px) {

    .camera-systems__flexbox,
    .accessories__flexbox {
        max-width: 1000px;
    }

    .camera-systems__flexbox figure {
        height: auto;
    }
}

@media screen and (max-width: 1000px) {
    .btnshine {
        padding: 10px 0px;
    }

    .new-tag {
        left: 200px;
    }

    .section-main-text {
        max-width: 750px;
    }

    .new-tag::before {
        padding: 1px 10px;
    }
}

@media screen and (max-width: 850px) {
    .new-tag {
        left: 180px;
    }

    .new-tag::before {
        padding: 1px 7px;
    }
}

@media screen and (max-width: 750px) {
    .new-tag {
        left: 150px;
        top: 113px;
    }

    .new-tag::before {
        padding: 0 5px;
    }

    .new-tag::before {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 768px) {
    .camera-systems__flexbox figure {
        width: 100%;
        text-align: center;
    }

    .camera-systems__flexbox,
    .accessories__flexbox {
        max-width: 100%;
    }

    .accessories__flexbox li {
        width: 39%;
    }

    .new-tag {
        left: 70%;
        top: -15px;
        width: 100%;
        max-width: 100%;
    }

    .camera-systems__flexbox {
        display: block;
    }

    .section-main-text {
        padding: 0 10px !important;
    }

    .camera-systems__flexbox li,
    .accessories__flexbox li {
        padding: 0;
    }
    .camera-systems__flexbox li {
        width: 90%;
        margin: 0 auto;
    }
    .camera-systems__flexbox p {
        padding: 10px;
        margin: 0 auto;
    }

    .camera-systems h3,
    .global-shutter h3 {
        font-size: 1.2em;
    }

    .camera-systems h3 {
        margin: 0 auto;
    }

    .pc-display-none {
        display: block;
    }
    .camera-systems__btn {
        width: 75%;
        margin: 60px auto 0;
    }
    .btn-content {
        padding: 5px;
    }
    .camera-systems__btn:visited {
        background-color: #fff;
    }
    
    .camera-systems__btn a:visited {
        color: #000;
    }

}




/* -------- limited time sale ------- */
.limited_time_sale{
    text-align: center;
    padding: 120px 0 !important;
}
.limited_time_sale h2{opacity: 1;}
.limited_time_sale a {
    display: block;
    width: 80%;
    margin: 0 auto;
    background-color: #FFF;
}
.limited_time_sale a:hover{
    opacity: .7;
}
.limited_time_sale img.limited_pc {display: block;}
.limited_time_sale img.limited_sp {display: none;}
@media screen and (max-width: 768px) {
.limited_time_sale{padding: 80px 0;}
.limited_time_sale img.limited_pc {display: none;}
.limited_time_sale img.limited_sp {display: block;}
.limited_time_sale span.limited_sp {display: inline;}
}





/* -------- global-shutter -------- */
.global-shutter-wrap {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    justify-content: space-around;
    margin: 50px auto 0;
}

.global-shutter-wrap figure {
    margin: 0 auto;
}

.global-shutter-wrap__text_l,
.global-shutter-wrap__text_r {
    padding: 0 10px;
    margin: 0;
}

.global-shutter-wrap__text_l,
.global-shutter-wrap__text_l h3 {
    text-align: right;
    display: inline-block;
}

.global-shutter-wrap__text_l h3 {
    margin-bottom: 0;
}

.global-shutter-wrap__text_r,
.global-shutter-wrap__text_r h3 {
    text-align: left;
    display: inline-block;
}

.global-shutter-wrap__text_r h3 {
    margin-bottom: 0;
}

.pc-display-none {
    display: none !important;
}

.sp-display-none {
    display: block;
}
/* 左から */

.fadeLeft{
    animation-name:fadeLeftAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeLeftAnime{
      from {
        opacity: 0;
      transform: translateX(-100px);
      }
    
      to {
        opacity: 1;
      transform: translateX(0);
      }
    }
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeLeftTrigger{
    opacity: 0;
}
    
    /* 右から */
    
    .fadeRight{
    animation-name:fadeRightAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeRightAnime{
      from {
        opacity: 0;
      transform: translateX(100px);
      }
    
      to {
        opacity: 1;
      transform: translateX(0);
      }
    }

    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeRightTrigger{
    opacity: 0;
} 

@media screen and (max-width: 600px) {
    .global-shutter-wrap {
        display: block;
    }

    .pc-display-none {
        display: block;
        width: 75%;
    }

    .sp-display-none {
        display: none !important;
    }

    .global-shutter-wrap__text_l,
    .global-shutter-wrap__text_l h3,
    .global-shutter-wrap__text_r,
    .global-shutter-wrap__text_r h3 {
        text-align: left;
    }

    .global-shutter-wrap__text_r h3 {
        padding-left: 15px;
        padding-right: 0;
        margin-bottom: 0;
    }

    .global-shutter-wrap__text_l h3 {
        padding-left: 30px;
        padding-right: 0;
        margin-bottom: 0;
    }

    .global-shutter-wrap__text_l {
        margin-bottom: 0;
    }

    .global-shutter-wrap__text_r {
        margin-top: 0;
    }


}


/* -------- specifications -------- */
.komodox__spec-grp {
    max-width: 1200px;
    margin: 30px auto 0;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 2fr;
    text-align: center;
    align-items: center;
}

.komodox__spec-grp dl {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 0;
    width: 100%;
}

.under-line dl {
    border-bottom: 1px solid #fff;
    padding: 0 0 20px 0;
}

.komodox__spec-table {
    width: 25%;
}

.komodox__spec-grp dt,
.komodox__spec-grp dd {
    margin: 0 auto;
}

.komodox__spec-grp dd {
    align-items: center;
    height: 110px;
    display: grid;
}

.komodox__spec-grp dt {
    font-weight: bold;
    padding: 15px 0 10px;
}

.specifications-sp {
    display: none;
}

.spec-grp__figure-wrap figure {
    width: 65%;
    margin: 0 auto;
}
.spec-grp__figure-wrap figure img:hover {
    filter: drop-shadow(0 0 12px #777);
}

@media screen and (max-width: 1200px) {
    .komodox__spec-grp dd {
        height: 130px;
    }
}

@media screen and (max-width: 1000px) {
    .komodox__spec-table {
        width: 31%;
    }

    .komodox__spec-grp dd {
        height: 110px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 700px) {
    .komodox__spec-table {
        width: 47%;
    }

    .komodox__spec-grp dd {
        height: 85px;
    }
}

@media screen and (max-width: 600px) {
    .specifications {
        display: none;
    }

    .specifications-sp {
        display: block;
    }

    .specifications-sp dl {
        margin: 30px auto 0;
        color: #fff;
        text-align: center;
            
    }

    .komodox__spec-table {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
        margin: 5px 0 5px;
        border-bottom: 1px solid #6e6e6e;
    }

    .komodox__spec-table dt {
        align-items: center;
        display: grid;
    }

    .komodox__spec-table dd {
        margin: 0 auto;
        align-items: center;
        display: grid;
        
    }

    .under-line dl {
        padding-bottom: 60px;
    }

    .spec-grp__figure-wrap figure {
        margin: 10px auto;
        padding: 0 5px;
    }

    .pc-display-none {
        display: block !important;
    }
}

/* -------- accessories -------- */
.accessories__flexbox figure {
    width: 100%;
    margin: 0 auto;
}

.accessories__flexbox {
    flex-wrap: wrap;
}

.accessories__flexbox li {
    width: 21%;
    list-style-type: none;
}

.accessories__flexbox h5 {
    font-size: 1em;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .accessories__flexbox li {
        padding: 10px;
    }
}

@media screen and (max-width: 600px) {
    .accessories__flexbox figure {
        height: auto;
    }

    .accessories__flexbox li {
        width: 39%;
        list-style-type: none;
    }

    .btnshine {
        padding: 0;
    }
}




/* -------- start 2025.02.17 Z mount -------- */
                                .cms-marketing-content {
                                    --font-size: 1;
                                    font-size: 15px;
                                    background-color: rgb(var(--rgb-background, 0 0 0));
                                    width: 100%;
                                    min-width: 360px;
                                    background-color: #000;
                                    background-attachment: fixed;
                                    color: #fff
                                }

                                .cms-marketing-content h1,.cms-marketing-content h2,.cms-marketing-content h3,.cms-marketing-content h4,.cms-marketing-content p,.cms-marketing-content ul,.cms-marketing-content th,.cms-marketing-content a {
                                    margin-bottom: .66667em;
                                    padding: 0
                                }

                                .cms-marketing-content h1,.cms-marketing-content h2,.cms-marketing-content h3,.cms-marketing-content h4 {
                                    text-transform: uppercase;
                                    color: #fff;
                                    font-family: "ITC Machine",Arial Black,sans-serif;
                                    transform: scale(1.7, 1);
                                    font-weight: 400;
                                    line-height: 1.33334;
                                    -moz-osx-font-smoothing: grayscale;
                                    -webkit-font-smoothing: antialiased
                                }
                                .cms-marketing-content h4.txt_trans {
                                    transform: translate(30%,0) scale(1.7, 1) !important;
                                }

                                .cms-marketing-content h1 b,.cms-marketing-content h2 b,.cms-marketing-content h3 b,.cms-marketing-content h4 b {
                                    font-family: "ITC Machine",Arial Black,sans-serif;
                                    transform: scale(1.7, 1);
                                    font-weight: 400
                                }

                                .cms-marketing-content h1 .condense,.cms-marketing-content h2 .condense,.cms-marketing-content h3 .condense,.cms-marketing-content h4 .condense {
                                    display: inline-block;
                                    transform: scaleX(.6);
                                    margin: 0 -.25em
                                }

                                .cms-marketing-content h1 {
                                    line-height: 1.2;
                                    margin-bottom: .25em;
                                    -webkit-text-stroke-width: 1.7px;
                                    -webkit-text-stroke-color: #fff;
                                    -webkit-text-fill-color: rgba(0,0,0,.1);
                                    font-size: 75px;
                                    font-size: calc(75px * var(--font-size))
                                }

                                .cms-marketing-content h2 {
                                    font-size: 50px;
                                    font-size: calc(50px * var(--font-size))
                                }

                                .cms-marketing-content h3 {
                                    font-size: 26px;
                                    font-size: max(19px,26px * var(--font-size))
                                }

                                .cms-marketing-content h4 {
                                    font-size: 20px;
                                    font-size: max(16px,20px * var(--font-size))
                                }

                                .cms-marketing-content h5 {
                                    font-size: 18px;
                                    font-size: max(15px,18px * var(--font-size))
                                }

                                .cms-marketing-content p,.cms-marketing-content li,.cms-marketing-content th,.cms-marketing-content a,.cms-marketing-content caption {
                                    font-size: 15px;
                                    font-size: max(14px,15px * var(--font-size))
                                }

                                .cms-marketing-content h5,.cms-marketing-content p,.cms-marketing-content li,.cms-marketing-content th,.cms-marketing-content a,.cms-marketing-content caption {
                                    color: #fff;
                                    line-height: 1.66667;
                                    letter-spacing: .015em
                                }

                                .cms-marketing-content a {
                                    text-decoration: underline
                                }

                                :root {
                                    --header-height: 80px;
                                    --sub-nav-height: 48px;
                                    --vh100: 100vh
                                }

                                .cms-marketing-content section,.cms-marketing-content article {
                                    background-repeat: no-repeat;
                                    background-position: center;
                                    background-size: cover
                                }

                                .cms-marketing-content section {
                                    width: 100%;
                                    max-width: 100%;
                                    margin: 0;
                                    padding: 0;
                                    overflow: hidden;
                                    font-size: inherit;
                                    position: relative
                                }

                                .cms-marketing-content section article {
                                    margin: 0;
                                    /*width: 100%;*/
                                    height: 100%;
                                    padding-top: calc(var(--sub-nav-height) * 2);
                                    padding-left: 150px;
                                    padding-right: 150px;
                                    padding-bottom: var(--sub-nav-height);
                                    text-align: left
                                }

                                .no-case {
                                    text-transform: none!important
                                }

                                .nowrap {
                                    white-space: nowrap
                                }

                                html {
                                    background-color: #000
                                }

                                .tab-line {
                                    display: flex;
                                    justify-content: space-evenly;
                                    background: 0 bottom/100% 1px no-repeat linear-gradient(to right,transparent,white,white,transparent)
                                }

                                .tab-line>* {
                                    white-space: nowrap;
                                    text-transform: uppercase;
                                    margin: 0;
                                    transition: border .25s cubic-bezier(.65,0,.35,1);
                                    border-bottom-width: 4px;
                                    border-bottom-style: solid;
                                    border-bottom-color: #9000;
                                    cursor: pointer
                                }

                                .tab-line>*:hover {
                                    border-bottom-color: #fff
                                }

                                .tab-line>*.active {
                                    border-bottom-color: #900
                                }

                                h1.outline {
                                    -webkit-text-stroke-width: 1.7px !important;
                                    -webkit-text-stroke-color: rgb(var(--rgb-foreground));
                                    -webkit-text-fill-color: transparent
                                }
                                h2.outline {
                                    -webkit-text-stroke-width: 1.5px !important;
                                    -webkit-text-stroke-color: rgb(var(--rgb-foreground));
                                    -webkit-text-fill-color: transparent
                                }

                                #site-footer {
                                    z-index: 1
                                }

                                .cms-marketing-content h1,.cms-marketing-content h2,.cms-marketing-content h3 {
                                    opacity: .5
                                }

                                .cms-marketing-content .top-nav {
                                    box-shadow: 0 3px 6px #00000029
                                }

                                .cms-marketing-content .head {
                                    text-align: center
                                }

                                /*.cms-marketing-content .head p {
                                    max-width: 675px
                                }*/

                                .cms-marketing-content .head h1,.cms-marketing-content .head h2,.cms-marketing-content .head h3,.cms-marketing-content .head p {
                                    margin: 0 auto
                                }

                                .cms-marketing-content section .bullets li {
                                    list-style-type: "- ";
                                    list-style-position: outside;
                                    margin-left: 1ex
                                }

                                .cms-marketing-content button {
                                    line-height: 38px;
                                    text-align: center;
                                    background: transparent;
                                    border: 1px solid white;
                                    padding: 0 2em;
                                    color: #fff;
                                    outline: none;
                                    margin-bottom: 5px
                                }

                                .cms-marketing-content button:hover {
                                    color: #000;
                                    background-color: #fff
                                }

                                .cms-marketing-content section.intro {
                                    height: calc(1280px - var(--header-height));
                                    display: flex;
                                    flex-direction: column;
                                    justify-content: center
                                }
@media screen and (max-width: 600px) {
.cms-marketing-content section.intro {
                                    height: calc(800px - var(--header-height));
                                }
.cms-marketing-content section.intro video {
                                    height: 1280px;
                                }
}

                                .cms-marketing-content section.intro h1,.cms-marketing-content section.intro h2 {
                                    opacity: 1
                                }

                                .cms-marketing-content section.intro video {
                                    position: fixed;
                                    top: 0;
                                    width: 100%;
                                    height: 1400px;
                                    -o-object-fit: cover;
                                    object-fit: cover;
                                    transition: opacity .2s cubic-bezier(.37,0,.63,1);
                                    will-change: opacity
                                }

                                .cms-marketing-content section.intro article {
                                    display: flex;
                                    flex-direction: column;
                                    justify-content: center;
                                    padding-top: 48px;
                                    z-index: 1
                                }

                                .cms-marketing-content section.intro article .logo-komodo-x {
                                    margin: .6em 0 1.5em .1em;
                                    filter: drop-shadow(5px 5px 7px rgba(0,0,0,.5));
                                    width: calc(818px * var(--font-size));
                                    height: auto
                                }

                                .cms-marketing-content section.intro article h2 {
                                    color: #fff;
                                    margin: 0;
                                    filter: drop-shadow(4px 4px 4px rgba(0,0,0,.4))
                                }

                                .cms-marketing-content section.intro article p {
                                    color: #fff;
                                    max-width: 55%;
                                    font-size: max(14px,18px * var(--font-size));
                                    filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3))
                                }

                                .cms-marketing-content section.z-mount {
                                    min-height: 1280px;
                                    background-image: url(https://gigaplus.makeshop.jp/raidjapan/images/ReadFile/RED/KOMODO-X/images/komodo-x-z-mount-bg.jpg)
                                }

                                .cms-marketing-content section.z-mount article {
                                    min-height: 1280px;
                                    display: flex;
                                    align-items: center;
                                    justify-content: flex-end;
                                    padding: 5% 11%;
                                }
@media screen and (max-width: 600px) {
.cms-marketing-content section.z-mount {min-height: 800px !important;}
.cms-marketing-content section.z-mount article {min-height: 800px !important;}
}
                                .cms-marketing-content section.z-mount article .copy {
                                    width: -moz-min-content;
                                    width: min-content;
                                    text-align: center
                                }

                                .cms-marketing-content section.z-mount article .copy h1,.cms-marketing-content section.z-mount article .copy h2,.cms-marketing-content section.z-mount article .copy h3 {
                                    opacity: 1;
                                    white-space: nowrap;
                                    margin-bottom: max(5px,10px * var(--font-size))
                                }

                                .cms-marketing-content section.z-mount article .copy h1 {
                                    font-size: max(38px,72px * var(--font-size));
                                    line-height: 1
                                }

                                .cms-marketing-content section.z-mount article .copy h2 {
                                    font-size: max(32px,60px * var(--font-size));
                                    line-height: 1.06667
                                }

                                .cms-marketing-content section.z-mount article .copy h3 {
                                    line-height: 1.2
                                }

                                .cms-marketing-content section.z-mount article .copy img {
                                    width: 69%
                                }

                                .cms-marketing-content section.z-mount article .copy a {
                                    display: block;
                                    margin-top: calc(116px * var(--font-size));
                                    margin-bottom: 0
                                }

                                .cms-marketing-content section.z-mount article .copy a button {
                                    font-size: max(15px,20px * var(--font-size));
                                    line-height: 2.1;
                                    padding: 0 4.5em
                                }

                                .cms-marketing-content section.main-features article {
                                    display: grid !important;
                                    gap: 0 10px;
                                    height: 100%;
                                    /*min-height: 100vh;*/
                                    text-align: left;
                                    align-items: center;
                                    grid-template-rows: auto 1fr;
                                    grid-template-columns: 4fr 7fr 4fr;
                                    grid-template-areas: "hed hed hed" "lft vis rgt"
                                }

                                .cms-marketing-content section.main-features article .head {
                                    grid-area: hed;
                                    align-self: flex-start
                                }

                                .cms-marketing-content section.main-features article .visual {
                                    grid-area: vis;
                                    width: 100%;
                                    height: 100%;
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center;
                                    justify-content: center;
                                    gap: clamp(25px,4vh,45px);
                                    transition: all 333ms cubic-bezier(.37,0,.63,1);
                                    transform: scale(.9);
                                    /*opacity: 0*/
                                }

                                .cms-marketing-content section.main-features article .visual img {
                                    width: 100%;
                                    height: auto;
                                    max-width: 550px
                                }

                                .cms-marketing-content section.main-features article .visual .cam-kx img {
                                    transition: all .25s cubic-bezier(.61,1,.88,1);
                                    opacity: 0
                                }

                                .cms-marketing-content section.main-features article .visual .tab-line {
                                    gap: 0 2em;
                                    padding: 0 4em
                                }

                                .cms-marketing-content section.main-features article .visual.z-mount .cam-z {
                                    opacity: 1
                                }

                                .cms-marketing-content section.main-features article .visual.z-mount .z-link {
                                    border-bottom-color: #900
                                }

                                .cms-marketing-content section.main-features article .visual.rf-mount .cam-rf {
                                    opacity: 1
                                }

                                .cms-marketing-content section.main-features article .visual.rf-mount .rf-link {
                                    border-bottom-color: #900
                                }

                                .cms-marketing-content section.main-features article .col-left ul,.cms-marketing-content section.main-features article .col-left li,.cms-marketing-content section.main-features article .col-right ul,.cms-marketing-content section.main-features article .col-right li {
                                    list-style: none
                                }

                                .cms-marketing-content section.main-features article .col-left li,.cms-marketing-content section.main-features article .col-right li {
                                    /*opacity: 0;*/
                                    margin-bottom: 2em
                                }

                                .cms-marketing-content section.main-features article .col-left li h4,.cms-marketing-content section.main-features article .col-right li h4 {
                                    margin: 0
                                }

                                .cms-marketing-content section.main-features article .col-left {
                                    grid-area: lft;
                                    justify-self: flex-end
                                }

                                /*.cms-marketing-content section.main-features article .col-left li {
                                    transform: translate(-150%)
                                }*/

                                .cms-marketing-content section.main-features article .col-right {
                                    grid-area: rgt
                                }

                                /*.cms-marketing-content section.main-features article .col-right li {
                                    transform: translate(150%)
                                }*/

                                .cms-marketing-content section.main-features article li {
                                    transition: all 333ms cubic-bezier(.65,0,.35,1)
                                }

                                .cms-marketing-content section.main-features article li:nth-child(1) {
                                    transition-delay: 0ms
                                }

                                .cms-marketing-content section.main-features article li:nth-child(2) {
                                    transition-delay: 50ms
                                }

                                .cms-marketing-content section.main-features article li:nth-child(3) {
                                    transition-delay: .1s
                                }

                                .cms-marketing-content section.main-features article li:nth-child(4) {
                                    transition-delay: .15s
                                }

                                .cms-marketing-content section.main-features article li:nth-child(5) {
                                    transition-delay: .2s
                                }

                                .cms-marketing-content section.main-features article li:nth-child(6) {
                                    transition-delay: .25s
                                }

                                .cms-marketing-content section.main-features article li:nth-child(7) {
                                    transition-delay: .3s
                                }

                                .cms-marketing-content section.main-features article li:nth-child(8) {
                                    transition-delay: .35s
                                }

                                .cms-marketing-content section.main-features.active .visual {
                                    transform: scale(1);
                                    opacity: 1
                                }

                                .cms-marketing-content section.main-features.active ul li {
                                    transform: translate(0);
                                    opacity: 1
                                }

                                .cms-marketing-content section.product-test {
                                    position: relative;
                                    height: 100vh;
                                    padding-top: 48px
                                }

                                .cms-marketing-content section.product-test video {
                                    width: 100%;
                                    height: 100%;
                                    -o-object-fit: contain;
                                    object-fit: contain
                                }

                                .cms-marketing-content section.product-test article {
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    z-index: 1;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    padding: max(20px,6.667%)
                                }

                                .cms-marketing-content section.product-test article h1 {
                                    white-space: nowrap;
                                    -webkit-text-fill-color: rgba(0,0,0,.1)
                                }

                                .cms-marketing-content section.product-test article h1,.cms-marketing-content section.product-test article h2,.cms-marketing-content section.product-test article h3 {
                                    opacity: 1
                                }

                                .cms-marketing-content section.product-test article h2,.cms-marketing-content section.product-test article h3,.cms-marketing-content section.product-test article p {
                                    text-shadow: 0 3px .75em rgba(0,0,0,.5)
                                }

                                .cms-marketing-content section.product-test article button {
                                    background-color: #0000001a;
                                    margin: 1em 0
                                }

                                .cms-marketing-content section.product-test article button:hover {
                                    background-color: #fff
                                }

                                .cms-marketing-content section.production-ready {
                                    height: 100vh
                                }

                                @keyframes swap-battery1 {
                                    0% {
                                        transform: translateY(-100%);
                                        opacity: 0
                                    }

                                    2.5% {
                                        opacity: 1
                                    }

                                    5%,45% {
                                        transform: translateY(0)
                                    }

                                    47.5% {
                                        opacity: 1
                                    }

                                    50%,to {
                                        transform: translateY(-100%);
                                        opacity: 0
                                    }
                                }

                                @keyframes swap-battery2 {
                                    0%,50% {
                                        transform: translateY(-100%);
                                        opacity: 0
                                    }

                                    52.5% {
                                        opacity: 1
                                    }

                                    55%,95% {
                                        transform: translateY(0)
                                    }

                                    97.5% {
                                        opacity: 1
                                    }

                                    to {
                                        transform: translateY(-100%);
                                        opacity: 0
                                    }
                                }

                                @keyframes rf-camera-mount {
                                    0%,30% {
                                        transform: scale(.85)
                                    }

                                    40%,90% {
                                        transform: scale(.925)
                                    }

                                    to {
                                        transform: scale(1)
                                    }
                                }

                                @keyframes rf-camera-unmount {
                                    0% {
                                        transform: scale(1)
                                    }

                                    to {
                                        transform: scale(.85)
                                    }
                                }

                                @keyframes rf-camera-reset {
                                    0% {
                                        transform: scale(1)
                                    }

                                    to {
                                        transform: scale(.85)
                                    }
                                }

                                @keyframes ring-lock {
                                    0%,70% {
                                        transform: rotate(-62.5deg)
                                    }

                                    90%,to {
                                        transform: rotate(0)
                                    }
                                }

                                @keyframes ring-unlock {
                                    0% {
                                        transform: rotate(0)
                                    }

                                    25%,to {
                                        transform: rotate(-62.5deg)
                                    }
                                }

                                @keyframes ring-reset {
                                    0% {
                                        transform: rotate(0)
                                    }

                                    25%,to {
                                        transform: rotate(-62.5deg)
                                    }
                                }

                                @keyframes lens-mount {
                                    0%,20% {
                                        transform: translate3d(0,-5em,75em) rotateX(20deg) rotate(-62.5deg);
                                        opacity: 0;
                                        filter: blur(.25em)
                                    }

                                    22.5% {
                                        opacity: 1
                                    }

                                    30%,50% {
                                        transform: rotate(-62.5deg);
                                        filter: none;
                                        opacity: 1
                                    }

                                    70%,to {
                                        transform: none;
                                        opacity: 1
                                    }
                                }

                                @keyframes lens-mount-inside {
                                    0%,20% {
                                        transform: translate3d(0,-5em,75em) rotateX(20deg) rotate(0);
                                        opacity: 0;
                                        filter: blur(.25em)
                                    }

                                    22.5% {
                                        opacity: 1
                                    }

                                    30%,50% {
                                        transform: rotate(0);
                                        filter: none;
                                        opacity: 1
                                    }

                                    70%,to {
                                        transform: none;
                                        opacity: 1
                                    }
                                }

                                @keyframes lens-unmount {
                                    0%,25% {
                                        transform: none
                                    }

                                    50%,75% {
                                        transform: rotate(-62.5deg);
                                        filter: none
                                    }

                                    87.5% {
                                        opacity: 1
                                    }

                                    to {
                                        transform: translate3d(0,-4em,60em) rotateX(20deg) rotate(-62.5deg);
                                        opacity: 0;
                                        filter: blur(.1em)
                                    }
                                }

                                @keyframes lens-unmount-inside {
                                    0%,25% {
                                        transform: none
                                    }

                                    50%,75% {
                                        transform: rotate(0);
                                        filter: none
                                    }

                                    87.5% {
                                        opacity: 1
                                    }

                                    to {
                                        transform: translate3d(0,-4em,60em) rotateX(20deg) rotate(0);
                                        opacity: 0;
                                        filter: blur(.1em)
                                    }
                                }

                                @keyframes lens-reset {
                                    0%,25% {
                                        transform: none
                                    }

                                    50%,75% {
                                        transform: rotate(-62.5deg);
                                        filter: none
                                    }

                                    87.5% {
                                        opacity: 1
                                    }

                                    to {
                                        transform: translate3d(0,-4em,60em) rotateX(20deg) rotate(-62.5deg);
                                        opacity: 0;
                                        filter: blur(.1em)
                                    }
                                }

                                @keyframes lens-reset-inside {
                                    0%,25% {
                                        transform: none
                                    }

                                    50%,75% {
                                        transform: rotate(0);
                                        filter: none
                                    }

                                    87.5% {
                                        opacity: 1
                                    }

                                    to {
                                        transform: translate3d(0,-4em,60em) rotateX(20deg) rotate(0);
                                        opacity: 0;
                                        filter: blur(.1em)
                                    }
                                }

                                .cms-marketing-content section.production-ready.active article .red-slider .slide .locking-rf-animation {
                                    animation-name: rf-camera-unmount
                                }

                                .cms-marketing-content section.production-ready.active article .red-slider .slide .locking-rf-animation .rf-ring {
                                    animation-timing-function: cubic-bezier(.12,0,.39,0);
                                    animation-name: ring-unlock
                                }

                                .cms-marketing-content section.production-ready.active article .red-slider .slide .locking-rf-animation .rf-lens,.cms-marketing-content section.production-ready.active article .red-slider .slide .locking-rf-animation .rf-lens-inside {
                                    animation-timing-function: cubic-bezier(.12,0,.39,0)
                                }

                                .cms-marketing-content section.production-ready.active article .red-slider .slide .locking-rf-animation .rf-lens {
                                    animation-name: lens-unmount
                                }

                                .cms-marketing-content section.production-ready.active article .red-slider .slide .locking-rf-animation .rf-lens-inside {
                                    animation-name: lens-unmount-inside
                                }

                                .cms-marketing-content section.production-ready.active article .red-slider .slide .battery-animation .battery1 img {
                                    animation-name: swap-battery1
                                }

                                .cms-marketing-content section.production-ready.active article .red-slider .slide .battery-animation .battery2 img {
                                    animation-name: swap-battery2
                                }

                                .cms-marketing-content section.production-ready.active article .red-slider .slide.active .locking-rf-animation {
                                    animation-timing-function: cubic-bezier(.65,0,.35,1);
                                    animation-duration: 4s;
                                    animation-name: rf-camera-mount
                                }

                                .cms-marketing-content section.production-ready.active article .red-slider .slide.active .locking-rf-animation .rf-ring {
                                    animation-timing-function: cubic-bezier(.65,0,.35,1);
                                    animation-duration: 4s;
                                    animation-name: ring-lock
                                }

                                .cms-marketing-content section.production-ready.active article .red-slider .slide.active .locking-rf-animation .rf-lens,.cms-marketing-content section.production-ready.active article .red-slider .slide.active .locking-rf-animation .rf-lens-inside {
                                    animation-timing-function: cubic-bezier(.61,1,.88,1);
                                    animation-duration: 4s
                                }

                                .cms-marketing-content section.production-ready.active article .red-slider .slide.active .locking-rf-animation .rf-lens {
                                    animation-name: lens-mount
                                }

                                .cms-marketing-content section.production-ready.active article .red-slider .slide.active .locking-rf-animation .rf-lens-inside {
                                    animation-name: lens-mount-inside
                                }

                                .cms-marketing-content section.production-ready article {
                                    padding-left: 0;
                                    padding-right: 0
                                }

                                .cms-marketing-content section.production-ready article .head {
                                    height: auto;
                                    margin-bottom: 1em
                                }

                                .cms-marketing-content section.production-ready article .red-slider {
                                    height: calc(100% - 8.5em)
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slides {
                                    overflow-y: hidden
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide {
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    padding: 0 6.667%;
                                    max-height: calc(100% - 5em)
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide h1 {
                                    line-height: 1
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide h1,.cms-marketing-content section.production-ready article .red-slider .slide h2 {
                                    margin: 0
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide>div {
                                    width: -moz-min-content;
                                    width: min-content;
                                    min-width: 30em
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide .visual {
                                    position: relative;
                                    max-width: 833px;
                                    width: 43.3854vw;
                                    height: 27.2222vw;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide .locking-rf-animation {
                                    font-size: 10px;
                                    perspective: 1000px;
                                    backface-visibility: hidden;
                                    animation-fill-mode: forwards;
                                    animation-duration: 667ms;
                                    animation-name: rf-camera-reset
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide .locking-rf-animation .overlay {
                                    position: absolute
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide .locking-rf-animation .shadow {
                                    opacity: .5;
                                    margin-left: -.5%;
                                    margin-bottom: -2%
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide .locking-rf-animation .shadow.rf-ring {
                                    filter: blur(.5em) brightness(0)!important
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide .locking-rf-animation .rf-ring,.cms-marketing-content section.production-ready article .red-slider .slide .locking-rf-animation .rf-lens,.cms-marketing-content section.production-ready article .red-slider .slide .locking-rf-animation .rf-lens-inside {
                                    backface-visibility: inherit;
                                    animation-fill-mode: inherit;
                                    animation-duration: inherit
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide .locking-rf-animation .rf-ring {
                                    animation-name: ring-reset
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide .locking-rf-animation .rf-lens {
                                    animation-name: lens-reset
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide .locking-rf-animation .rf-lens-inside {
                                    animation-name: lens-reset-inside
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide .battery-animation {
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    position: relative
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide .battery-animation .battery1,.cms-marketing-content section.production-ready article .red-slider .slide .battery-animation .battery2 {
                                    position: absolute
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide .battery-animation .battery1 img,.cms-marketing-content section.production-ready article .red-slider .slide .battery-animation .battery2 img {
                                    opacity: 0;
                                    transform: translateY(-100%);
                                    animation: 5s 10 forwards cubic-bezier(.65,0,.35,1);
                                    animation-play-state: paused
                                }

                                .cms-marketing-content section.production-ready article .red-slider .slide.active .battery-animation .battery1 img,.cms-marketing-content section.production-ready article .red-slider .slide.active .battery-animation .battery2 img {
                                    animation-play-state: running
                                }

                                .cms-marketing-content section.production-ready article .red-slider .controls {
                                    padding-bottom: 10px
                                }

                                .cms-marketing-content section.production-ready article .red-slider .controls .indicator.menu {
                                    gap: 3em;
                                    padding: 0 3em;
                                    justify-content: space-evenly;
                                    background: 0 bottom/100% 1px no-repeat linear-gradient(to right,transparent,white,white,transparent)
                                }

                                .cms-marketing-content section.production-ready article .red-slider .controls .indicator.menu li {
                                    transition: border .25s cubic-bezier(.65,0,.35,1);
                                    text-transform: uppercase;
                                    white-space: nowrap;
                                    border-bottom-width: 4px;
                                    border-bottom-style: solid;
                                    border-bottom-color: #9000
                                }

                                .cms-marketing-content section.production-ready article .red-slider .controls .indicator.menu li.active {
                                    border-bottom-color: #900
                                }

                                .cms-marketing-content section.interface {
                                    position: relative;
                                    height: 100vh
                                }

                                .cms-marketing-content section.interface .line {
                                    position: absolute;
                                    border: 1px solid white;
                                    filter: drop-shadow(1px 1px 0 black)
                                }

                                .cms-marketing-content section.interface article {
                                    position: relative;
                                    height: 100%;
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center;
                                    justify-content: flex-start;
                                    gap: 6vh
                                }

                                .cms-marketing-content section.interface .visual {
                                    position: relative;
                                    display: flex;
                                    justify-content: center;
                                    width: 100%;
                                    height: 66.667vh
                                }

                                .cms-marketing-content section.interface .visual picture,.cms-marketing-content section.interface .visual img {
                                    height: 100%;
                                    width: auto
                                }

                                .cms-marketing-content section.interface .visual .specs {
                                    position: absolute;
                                    display: grid;
                                    grid-template-areas: "a . b" "c . d";
                                    grid-template-rows: 5fr 3fr;
                                    grid-template-columns: 2fr 5fr 2fr;
                                    width: 100%;
                                    height: 100%
                                }

                                .cms-marketing-content section.interface .visual .specs h4,.cms-marketing-content section.interface .visual .specs p {
                                    padding: 0 10px
                                }

                                .cms-marketing-content section.interface .visual .specs h4 {
                                    white-space: nowrap;
                                    line-height: 1;
                                    display: inline-block
                                }

                                .cms-marketing-content section.interface .visual .specs p {
                                    margin-bottom: 2em
                                }

                                .cms-marketing-content section.interface .visual .display,.cms-marketing-content section.interface .visual .monitor,.cms-marketing-content section.interface .visual .tactile {
                                    max-width: 350px
                                }

                                .cms-marketing-content section.interface .visual .display {
                                    grid-area: a
                                }

                                .cms-marketing-content section.interface .visual .monitor {
                                    grid-area: b
                                }

                                .cms-marketing-content section.interface .visual .tactile {
                                    grid-area: d;
                                    padding-left: 2em
                                }

                                .cms-marketing-content section.interface .visual .tactile .line {
                                    --h4: calc(20px * var(--font-size));
                                    position: relative;
                                    top: calc(var(--h4) * .4);
                                    left: calc(var(--h4) * -2.5);
                                    width: calc(var(--h4) * 2.5);
                                    height: 1px;
                                    border-bottom: none;
                                    vertical-align: .333em
                                }

                                .cms-marketing-content section.comparison {
                                    position: relative;
                                    height: 100%;
                                    /*min-height: 100vh;*/
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center;
                                    justify-content: center;
                                    background-image: linear-gradient(#000 10%,#0006 66.67%,#000 90%),url(https://gigaplus.makeshop.jp/raidjapan/images/ReadFile/RED/KOMODO-X/images/grain-dark.png);
                                    background-size: auto;
                                    background-repeat: repeat
                                }

                                .cms-marketing-content section.comparison article {
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center;
                                    justify-content: flex-start
                                }

                                .cms-marketing-content section.comparison ul li {
                                    text-align: left;
                                    list-style-type: "- ";
                                    list-style-position: outside
                                }

                                .cms-marketing-content section.comparison .camera {
                                    position: relative;
                                    text-align: center;
                                    width: 50%;
                                    /*margin-top: -50px*/
                                }

                                .cms-marketing-content section.comparison .camera h4 {
                                    font-size: 20px;
                                    transition: all .125s cubic-bezier(0,.55,.45,1)
                                }

                                .cms-marketing-content section.comparison .camera p,.cms-marketing-content section.comparison .camera ul {
                                    display: inline-block;
                                    margin-right: -5%
                                }

                                .cms-marketing-content section.comparison .camera .scene {
                                    position: relative;
                                    min-width: 550px;
                                    width: 550px;
                                    max-width: 100%;
                                    height: 450px;
                                    perspective: 1000px;
                                    left: 50%;
                                    transform: translate(-50%)
                                }

                                .cms-marketing-content section.comparison .camera .cube {
                                    pointer-events: none;
                                    width: 100%;
                                    height: 100%;
                                    position: relative;
                                    transform-style: preserve-3d;
                                    transform-origin: 50% 50%;
                                    transform: translateZ(-275px);
                                    transition: all 333ms cubic-bezier(.65,0,.35,1)
                                }

                                .cms-marketing-content section.comparison .camera .cube .side {
                                    position: absolute;
                                    width: 550px;
                                    height: 450px;
                                    backface-visibility: hidden;
                                    background-size: contain;
                                    background-position: center;
                                    transition: inherit
                                }

                                .cms-marketing-content section.comparison .camera.komodo .cube .side.front {
                                    background-image: url(https://gigaplus.makeshop.jp/raidjapan/images/ReadFile/RED/KOMODO-X/images/cube-komodo-front-blk.png);
                                    transform: rotateY(0) translateZ(142px)
                                }

                                .cms-marketing-content section.comparison .camera.komodo .cube .side.right {
                                    transform: rotateY(-90deg) translateZ(150px)
                                }

                                .cms-marketing-content section.comparison .camera.komodo .cube .side.back {
                                    transform: rotateY(180deg) translateZ(145px)
                                }

                                .cms-marketing-content section.comparison .camera.komodo .cube .side.left {
                                    background-image: url(https://gigaplus.makeshop.jp/raidjapan/images/ReadFile/RED/KOMODO-X/images/cube-komodo-left-blk.png);
                                    transform: rotateY(90deg) translateZ(142px)
                                }

                                .cms-marketing-content section.comparison .camera.komodo-x .cube .side.front {
                                    background-image: url(https://gigaplus.makeshop.jp/raidjapan/images/ReadFile/RED/KOMODO-X/images/cube-komodo-xz-front-blk.png);
                                    transform: rotateY(0) translateZ(142px)
                                }

                                .cms-marketing-content section.comparison .camera.komodo-x .cube .side.right {
                                    transform: rotateY(-90deg) translateZ(150px)
                                }

                                .cms-marketing-content section.comparison .camera.komodo-x .cube .side.back {
                                    transform: rotateY(180deg) translateZ(145px)
                                }

                                .cms-marketing-content section.comparison .camera.komodo-x .cube .side.left {
                                    background-image: url(https://gigaplus.makeshop.jp/raidjapan/images/ReadFile/RED/KOMODO-X/images/cube-komodo-xz-left-blk.png);
                                    transform: rotateY(90deg) translateZ(142px) translate(33px)
                                }

                                .cms-marketing-content section.comparison .visual {
                                    display: flex;
                                    position: relative;
                                    align-items: flex-start;
                                    justify-content: center;
                                    gap: 5%;
                                    width: 100%;
                                    max-width: 1024px;
                                    cursor: pointer
                                }

                                .cms-marketing-content section.comparison .visual:hover .hint {
                                    opacity: 1
                                }

                                .cms-marketing-content section.comparison .visual .hint {
                                    pointer-events: none;
                                    position: absolute;
                                    text-transform: uppercase;
                                    display: flex;
                                    justify-content: center;
                                    align-items: flex-end;
                                    left: 50%;
                                    top: 27.5%;
                                    transform: translate(-50%,-50%);
                                    width: 64px;
                                    height: 64px;
                                    padding: 8px;
                                    border-radius: 25%;
                                    border: 1px solid #ccc;
                                    background: top/40px 40px no-repeat #0003 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAbFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+T+BWAAAAI3RSTlMAJ+XvHTEQxIC2BemOPfjy1Fmdd07MZbtsQTa/qqOTiHJhRshGCQAAAAF+SURBVHhe7dTbjpswGATgwSeMwQQIELI5Z97/Hdu1UEVRNgnOXct3i/7xGNnGP2+1WrnEt/11+9u1b33isIC+nQ+CMyI99xqvqSGT/JHMBoUnzNBNl9wdm/Plcm6Ou3RSqBsMHkuaksEms7U2s+yv2mYbBmWTPOp+YpBa7/AD523K4KQwsw3pwiq8oKwILbeYUiF41+It7SFUnZTQgmS1x9vuFUmhMdIbktZhAWdJbsYElZO5x0J7SQqFbzsy11hM52QGADVZekTYk2wBdOQFUQoyBRRZGkQxJWlQkxkiZWSLK1kgUkH2nwbcPt3C/bOfGEa76D0UoTxqkvvYg+THoyw1FkskecI3JUh5x0wiqgTPnMjKINDywXW2pHia0E++65xkdZ81fJWgzPxJS+tpi68x4T1u8qjGJUA1DKqLj0xA0mwYyENx0y4iAWZI+UdeHY4pFyYAqj9K/q3DUsmtyER8wMgp39bNuIVYWpL5fzw/XqZ4Nn5+/qC8tlr9Ar7DMp5GgIlLAAAAAElFTkSuQmCC);
                                    opacity: .4;
                                    transition: opacity 333ms linear;
                                    box-shadow: 2px 2px 10px #0003
                                }

                                .cms-marketing-content section.comparison .visual.show-right .cube.komodo {
                                    transform: translateZ(-275px) rotateY(-90deg)
                                }

                                .cms-marketing-content section.comparison .visual.show-right .cube.komodo-x {
                                    transform: translate(-32px) translateZ(-275px) rotateY(-90deg)
                                }

                                .cms-marketing-content section.connectivity {
                                    height: 100vh;
                                    background-image: linear-gradient(#000 10%,#0006 66.67%,#000 90%),url(https://gigaplus.makeshop.jp/raidjapan/images/ReadFile/RED/KOMODO-X/images/grain-dark.png);
                                    background-size: auto;
                                    background-repeat: repeat
                                }

                                .cms-marketing-content section.connectivity article {
                                    height: 100%;
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center;
                                    justify-content: space-between
                                }

                                .cms-marketing-content section.connectivity .outline {
                                    -webkit-text-stroke-color: white;
                                    -webkit-text-fill-color: rgba(0,0,0,.1);
                                    -webkit-text-stroke-width: 1px
                                }

                                .cms-marketing-content section.connectivity .red-slider {
                                    width: 100%;
                                    height: 100%;
                                    display: flex;
                                    justify-content: center
                                }

                                .cms-marketing-content section.connectivity .red-slider .slides {
                                    overflow-y: hidden;
                                    overscroll-behavior-x: none;
                                    display: grid;
                                    grid-auto-flow: column;
                                    grid-auto-columns: 1fr;
                                    align-items: center;
                                    max-width: 1880px;
                                    width: 100%;
                                    height: auto;
                                    text-align: left;
                                    gap: 18px
                                }

                                .cms-marketing-content section.connectivity .red-slider .slides .slide {
                                    position: relative;
                                    background-size: contain;
                                    background-position: top;
                                    background-repeat: no-repeat;
                                    text-align: center;
                                    display: flex;
                                    flex-direction: column;
                                    height: auto;
                                    gap: 2vh
                                }

                                .cms-marketing-content section.connectivity .red-slider .slides .slide h3 {
                                    opacity: 1;
                                    margin-bottom: 5px
                                }

                                .cms-marketing-content section.connectivity .red-slider .slides .slide a {
                                    text-decoration: none
                                }

                                .cms-marketing-content section.connectivity .red-slider .slides .slide .visual-spacer {
                                    opacity: 0
                                }

                                .cms-marketing-content section.connectivity .red-slider .slides .slide .img-link {
                                    margin: 0 15px;
                                    font-size: 0
                                }

                                .cms-marketing-content section.connectivity .red-slider .slides .slide .icon {
                                    display: block;
                                    margin: 1em 0;
                                    height: 56px;
                                    background-size: contain;
                                    background-position: center;
                                    background-repeat: no-repeat
                                }

                                .cms-marketing-content section.connectivity .red-slider .slides .slide .content {
                                    position: relative;
                                    min-height: 16em
                                }

                                .cms-marketing-content section.connectivity .red-slider .controls .arrow-left,.cms-marketing-content section.connectivity .red-slider .controls .arrow-right,.cms-marketing-content section.connectivity .red-slider .controls .dots {
                                    z-index: 10
                                }

                                .cms-marketing-content section.connectivity .red-slider .controls .arrow-left {
                                    transform: translate(-125%)
                                }

                                .cms-marketing-content section.connectivity .red-slider .controls .arrow-right {
                                    transform: translate(125%)
                                }

                                .cms-marketing-content section.tech-specs {
                                    background-color: #ffffff1a;
                                    display: flex;
                                    flex-direction: column;
                                    justify-content: center;
                                    align-items: center;
                                    height: auto
                                }

                                .cms-marketing-content section.tech-specs article {
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center
                                }

                                .cms-marketing-content section.tech-specs h2,.cms-marketing-content section.tech-specs h3,.cms-marketing-content section.tech-specs h4,.cms-marketing-content section.tech-specs p,.cms-marketing-content section.tech-specs th,.cms-marketing-content section.tech-specs td {
                                    opacity: 1;
                                    color: #fff
                                }

                                .cms-marketing-content section.tech-specs h2,.cms-marketing-content section.tech-specs h3,.cms-marketing-content section.tech-specs h4 {
                                    text-align: center
                                }

                                .cms-marketing-content section.tech-specs h3 {
                                    margin: 0
                                }

                                .cms-marketing-content section.tech-specs h4 {
                                    margin: 1em 0 0;
                                    text-align: left
                                }

                                .cms-marketing-content section.tech-specs p {
                                    text-align: left;
                                    text-transform: none;
                                    margin: 1em 0 .33334em
                                }

                                .cms-marketing-content section.tech-specs a {
                                    text-transform: none;
                                    text-decoration: none;
                                    color: #ccc
                                }

                                .cms-marketing-content section.tech-specs a:hover {
                                    text-decoration: underline
                                }

                                .cms-marketing-content section.tech-specs table {
                                    width: 100%;
                                    max-width: 1024px
                                }

                                .cms-marketing-content section.tech-specs table [colspan] {
                                    opacity: .5;
                                    text-align: right;
                                    font-size: max(17px,20px * var(--font-size));
                                    text-transform: uppercase;
                                    border-bottom: 1px solid rgba(255,255,255,.5);
                                    margin: 0;
                                    padding: 2em 72% .5em 0;
                                    font-family: "ITC Machine",Arial Black,sans-serif;
                                    transform: scale(1.7, 1);
                                    font-weight: 400;
                                    -moz-osx-font-smoothing: grayscale;
                                    -webkit-font-smoothing: antialiased
                                }

                                .cms-marketing-content section.tech-specs table th,.cms-marketing-content section.tech-specs table td {
                                    padding: 0
                                }

                                .cms-marketing-content section.tech-specs table th {
                                    width: 33%;
                                    max-width: 200px;
                                    text-transform: uppercase;
                                    font-size: max(14px,15px * var(--font-size));
                                    font-weight: 600;
                                    padding: 1em 5% .33334em 0;
                                    text-align: right
                                }

                                .cms-marketing-content section.tech-specs table td {
                                    width: 67%;
                                    max-width: 720px
                                }

                                .cms-marketing-content section.tech-specs table .split {
                                    display: grid;
                                    grid-template-columns: 1fr 1fr;
                                    gap: 10%;
                                    background-image: linear-gradient(to right,transparent calc(50% - .5px),rgba(255,255,255,.1) calc(50% - .5px),rgba(255,255,255,.1) calc(50% + .5px),transparent calc(50% + .5px))
                                }

                                .cms-marketing-content section.tech-specs .disclaimer {
                                    margin: 2em 0
                                }

                                .cms-marketing-content section.tech-specs .disclaimer p {
                                    color: #999;
                                    line-height: 1.2;
                                    letter-spacing: .0333em;
                                    font-size: 13px;
                                    font-size: max(11px,13px * var(--font-size))
                                }

                                @media (max-width: 1800px) {
                                    .cms-marketing-content {
                                        --font-size: .93334
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .slides .slide .content {
                                        min-height: 18em
                                    }
                                }

                                @media (max-width: 1600px) {
                                    .cms-marketing-content h1 {
                                        font-size:calc(72px * var(--font-size))
                                    }

                                    .cms-marketing-content h2 {
                                        font-size: calc(44px * var(--font-size))
                                    }

                                    .cms-marketing-content section.interface article {
                                        padding-left: 5%;
                                        padding-right: 5%
                                    }

                                    .cms-marketing-content section.interface .visual .monitor h4 {
                                        white-space: normal
                                    }

                                    .cms-marketing-content section.interface .visual .tactile {
                                        padding-left: 6em
                                    }
                                }

                                @media (max-width: 1440px) {
                                    .cms-marketing-content h1 {
                                        font-size:calc(70px * var(--font-size))
                                    }

                                    .cms-marketing-content h2 {
                                        font-size: calc(42px * var(--font-size))
                                    }
                                }

                                @media (max-width: 1280px) {
                                    .cms-marketing-content section article {
                                        padding-left:6.667%;
                                        padding-right: 6.667%
                                    }
                                }

                                @media (max-width: 1200px) and (max-height: 860px) {
                                    .cms-marketing-content section.interface {
                                        height:auto
                                    }

                                    .cms-marketing-content section.interface .visual {
                                        height: auto
                                    }
                                }

                                @media (max-width: 1200px) {
                                    .cms-marketing-content {
                                        --font-size: .86667
                                    }

                                    .cms-marketing-content section.product-test {
                                        height: 56.25vw
                                    }

                                    .cms-marketing-content section.product-test video {
                                        min-height: 360px;
                                        -o-object-fit: cover;
                                        object-fit: cover
                                    }

                                    .cms-marketing-content section.interface .line:after {
                                        content: attr(data-num);
                                        position: absolute;
                                        text-align: center;
                                        left: calc(-10px + var(--x));
                                        top: calc(-10px + var(--y));
                                        width: 18px;
                                        height: 18px;
                                        border-radius: 50%;
                                        border: 1px solid white;
                                        background: #000
                                    }

                                    .cms-marketing-content section.interface .visual .tactile .line {
                                        display: none
                                    }

                                    .cms-marketing-content section.interface .visual {
                                        flex-direction: column;
                                        align-items: center
                                    }

                                    .cms-marketing-content section.interface .visual img {
                                        height: 50vh;
                                        width: auto
                                    }

                                    .cms-marketing-content section.interface .visual .specs {
                                        display: flex;
                                        position: relative;
                                        flex-direction: column;
                                        max-width: unset
                                    }

                                    .cms-marketing-content section.interface .visual .specs .display,.cms-marketing-content section.interface .visual .specs .monitor,.cms-marketing-content section.interface .visual .specs .tactile {
                                        max-width: unset;
                                        padding: 0
                                    }

                                    .cms-marketing-content section.interface .visual .specs .display h4,.cms-marketing-content section.interface .visual .specs .display p,.cms-marketing-content section.interface .visual .specs .monitor h4,.cms-marketing-content section.interface .visual .specs .monitor p,.cms-marketing-content section.interface .visual .specs .tactile h4,.cms-marketing-content section.interface .visual .specs .tactile p {
                                        padding: 0
                                    }

                                    .cms-marketing-content section.interface .visual .specs .display h4:before {
                                        content: "1. "
                                    }

                                    .cms-marketing-content section.interface .visual .specs .monitor h4:before {
                                        content: "2. "
                                    }

                                    .cms-marketing-content section.interface .visual .specs .tactile h4:before {
                                        content: "3. "
                                    }

                                    .cms-marketing-content section.connectivity {
                                        height: auto
                                    }

                                    .cms-marketing-content section.connectivity .red-slider {
                                        padding: 0;
                                        width: 66.667%
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .slides {
                                        gap: 6.667vw;
                                        padding: 0;
                                        background-image: none;
                                        display: flex
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .slides:not(.cloned) {
                                        opacity: 0
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .slides.cloned .slide {
                                        opacity: .333;
                                        transition: opacity .15s cubic-bezier(.65,0,.35,1)
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .slides.cloned .slide.active {
                                        opacity: 1
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .slides .slide {
                                        width: 100%
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .slides .slide .content {
                                        min-height: 20em
                                    }
                                }

                                @media (max-width: 1024px) {
                                    .cms-marketing-content {
                                        --font-size: .8
                                    }

                                    .cms-marketing-content h1 {
                                        font-size: calc(64px * var(--font-size));
                                        -webkit-text-stroke-width: 1.5px
                                    }

                                    .cms-marketing-content h2 {
                                        font-size: calc(40px * var(--font-size))
                                    }

                                    .cms-marketing-content section.product-test {
                                        height: auto
                                    }

                                    .cms-marketing-content section.production-ready {
                                        height: auto
                                    }

                                    .cms-marketing-content section.production-ready article {
                                        padding-left: 6.667%;
                                        padding-right: 6.667%
                                    }

                                    .cms-marketing-content section.production-ready article .red-slider .slides {
                                        padding-bottom: 4em
                                    }

                                    .cms-marketing-content section.production-ready article .red-slider .slide {
                                        flex-direction: column;
                                        justify-content: flex-start;
                                        text-align: left;
                                        padding: 0
                                    }

                                    .cms-marketing-content section.production-ready article .red-slider .slide>div {
                                        min-width: 100%
                                    }

                                    .cms-marketing-content section.production-ready article .red-slider .slide .visual {
                                        height: 37.647vw;
                                        max-height: 376px;
                                        order: -1
                                    }

                                    .cms-marketing-content section.production-ready article .red-slider .slide .visual picture,.cms-marketing-content section.production-ready article .red-slider .slide .visual img {
                                        width: 60vw;
                                        max-width: 600px
                                    }

                                    .cms-marketing-content section.comparison .camera p,.cms-marketing-content section.comparison .camera ul {
                                        padding: 0
                                    }
                                }

                                @media (max-width: 960px) {
                                    .cms-marketing-content {
                                        --font-size: .73334
                                    }

                                    .cms-marketing-content section.main-features article {
                                        grid-template-rows: auto 1fr auto;
                                        gap: 60px 20px;
                                        grid-template-columns: 1fr 1fr;
                                        grid-template-areas: "hed hed" "vis vis" "lft rgt";
                                        align-items: flex-start
                                    }

                                    .cms-marketing-content section.main-features article .visual {
                                        margin-top: -1em;
                                        gap: 2em
                                    }

                                    .cms-marketing-content section.comparison .visual .hint {
                                        top: 50%;
                                        opacity: .75
                                    }

                                    .cms-marketing-content section.comparison .visual {
                                        flex-direction: column;
                                        gap: 0
                                    }

                                    .cms-marketing-content section.comparison .visual .camera {
                                        width: 100%
                                    }

                                    .cms-marketing-content section.comparison .visual .camera p,.cms-marketing-content section.comparison .visual .camera ul {
                                        display: none
                                    }

                                    .cms-marketing-content section.comparison .visual .camera h4 {
                                        margin-top: -1.25em
                                    }

                                    .cms-marketing-content section.connectivity .red-slider {
                                        width: 80%
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .controls .arrow-left {
                                        transform: translate(-75%)
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .controls .arrow-right {
                                        transform: translate(75%)
                                    }
                                }

                                @media (max-width: 768px) {
                                    .cms-marketing-content {
                                        --font-size: .66667
                                    }

                                    .cms-marketing-content h1 {
                                        font-size: max(40px,60px * var(--font-size));
                                        line-height: 1;
                                        -webkit-text-stroke-width: 1px
                                    }

                                    .cms-marketing-content h2 {
                                        font-size: max(21px,36px * var(--font-size))
                                    }

                                h1.outline {
                                    -webkit-text-stroke-width: 1px !important;
                                    -webkit-text-stroke-color: rgb(var(--rgb-foreground));
                                    -webkit-text-fill-color: transparent
                                }
                                h2.outline {
                                    -webkit-text-stroke-width: 0.7px !important;
                                    -webkit-text-stroke-color: rgb(var(--rgb-foreground));
                                    -webkit-text-fill-color: transparent
                                }

                                    .cms-marketing-content section article {
                                        text-align: center
                                    }
.cms-marketing-content section article .visual .cam-kx {
                                        margin: 30px 0;
                                    }

                                    .desktop-only {
                                        display: none!important
                                    }

                                    .cms-marketing-content section.intro {
                                        background-attachment: initial;
                                        background-position: right bottom;
                                        justify-content: flex-start
                                    }

                                    .cms-marketing-content section.intro article {
                                        align-items: center;
                                        text-align: center
                                    }

                                    .cms-marketing-content section.intro article .logo-komodo-x {
                                        width: 100%;
                                        max-width: 450px;
                                        filter: drop-shadow(0 0 0 white) drop-shadow(2px 2px 4px rgba(0,0,0,.667))
                                    }

                                    .cms-marketing-content section.intro article p {
                                        max-width: unset
                                    }

                                    .cms-marketing-content section.z-mount {
                                        background-image: url(https://gigaplus.makeshop.jp/raidjapan/images/ReadFile/RED/KOMODO-X/images/komodo-x-z-mount-bg-mob.jpg)
                                    }

                                    .cms-marketing-content section.z-mount article {
                                        align-items: flex-end;
                                        justify-content: center
                                    }

                                    .cms-marketing-content section.main-features article {
                                        display: flex;
                                        flex-direction: column;
                                        gap: 40px
                                    }

                                    .cms-marketing-content section.main-features article .col-left li,.cms-marketing-content section.main-features article .col-right li {
                                        margin-bottom: 0
                                    }

                                    .cms-marketing-content section.main-features article .visual {
                                        /*margin-top: -3em;
                                        gap: 1em;*/
                                        min-height: 240px
                                    }

                                    .cms-marketing-content section.product-test article h1 {
                                        font-size: max(36px,60px * var(--font-size));
                                        line-height: 1
                                    }

                                    .cms-marketing-content section.production-ready article .red-slider .slide .visual {
                                        height: 62.745vw;
                                        max-height: unset
                                    }

                                    .cms-marketing-content section.production-ready article .red-slider .slide .visual picture,.cms-marketing-content section.production-ready article .red-slider .slide .visual img {
                                        width: 100vw
                                    }

                                    .cms-marketing-content section.interface {
                                        height: auto
                                    }

                                    .cms-marketing-content section.interface .visual {
                                        height: auto;
                                        text-align: left
                                    }

                                    .cms-marketing-content section.interface .visual img {
                                        width: 100%;
                                        height: auto
                                    }

                                    .cms-marketing-content section.connectivity .red-slider {
                                        width: 100%
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .slides {
                                        padding-bottom: 4em
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .controls {
                                        padding-bottom: 10px
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .controls .arrow-left,.cms-marketing-content section.connectivity .red-slider .controls .arrow-right {
                                        display: none
                                    }

                                    .cms-marketing-content section.tech-specs table [colspan] {
                                        text-align: center;
                                        padding: 2em 0 .5em
                                    }

                                    .cms-marketing-content section.tech-specs table th {
                                        padding-right: 8px
                                    }

                                    .cms-marketing-content section.tech-specs table th,.cms-marketing-content section.tech-specs table p {
                                        line-height: 1.33334
                                    }
                                }

                                @media (max-height: 768px) and (min-aspect-ratio: 1/1) {
                                    .cms-marketing-content section article {
                                        padding-top:calc(var(--sub-nav-height) + 1.5%);
                                        padding-bottom: 0
                                    }

                                    .cms-marketing-content section.production-ready article .red-slider .slide {
                                        max-height: unset
                                    }

                                    .cms-marketing-content section.production-ready article .red-slider .slide h1 {
                                        white-space: nowrap
                                    }
                                }

                                @media (max-width: 600px) {
                                    .cms-marketing-content {
                                        --font-size: .6
                                    }

                                    .cms-marketing-content section article {
                                        padding-top: calc(var(--sub-nav-height) * 1.5);
                                        padding-bottom: 0;
                                        padding-left: 25px;
                                        padding-right: 25px
                                    }

                                    .cms-marketing-content section.production-ready article {
                                        padding-left: 25px;
                                        padding-right: 25px
                                    }

                                    .cms-marketing-content section.comparison {
                                        height: auto;
                                        min-height: unset
                                    }
.cms-marketing-content section.comparison article {
width: 100%;
                                    }
.cms-marketing-content section.comparison article .head {
margin: 20px;
                                    }
                                    .cms-marketing-content section.comparison .camera .scene {
                                        height: 338px;
                                        transform: translate(-50%) translateY(-12.5%) scale(.75)
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .slides {
                                        gap: 25px
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .slides .slide .content {
                                        min-height: 16em
                                    }

                                    .cms-marketing-content section.tech-specs table th {
                                        text-align: left
                                    }
                                }

                                @media (max-width: 425px) {
                                    .cms-marketing-content {
                                        --font-size: .53334
                                    }

                                    .cms-marketing-content section.comparison .camera .scene {
                                        height: 300px;
                                        transform: translate(-50%) translateY(-16.667%) scale(.6667)
                                    }
                                }

                                @media (max-width: 390px) {
                                    .cms-marketing-content section article {
                                        padding-left:15px;
                                        padding-right: 15px
                                    }
                                }

                                @media (max-width: 385px) {
                                    .cms-marketing-content section.tech-specs table th,.cms-marketing-content section.tech-specs table td,.cms-marketing-content section.tech-specs table p {
                                        font-size:13px
                                    }
                                }

                                @media (max-width: 375px) {
                                    .cms-marketing-content {
                                        --font-size: .46667
                                    }
                                }

                                @media (min-width: 769px) {
                                    .mobile-only {
                                        display:none!important
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .controls .dots {
                                        display: none
                                    }
                                }

                                @media (min-width: 1201px) {
                                    .cms-marketing-content section.connectivity article {
                                        padding-left:100px;
                                        padding-right: 100px
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .slides.cloned {
                                        display: none
                                    }

                                    .cms-marketing-content section.connectivity .red-slider .controls {
                                        display: none
                                    }
                                }

                                @keyframes fade-in {
                                    0% {
                                        opacity: 0
                                    }

                                    to {
                                        opacity: 1
                                    }
                                }

                                @keyframes fade-out {
                                    0% {
                                        opacity: 1
                                    }

                                    to {
                                        opacity: 0
                                    }
                                }

                                #section-nav nav.top-nav {
                                    background-color: #fff;
                                    width: 100%;
                                    top: 0;
                                    position: fixed;
                                    z-index: 5;
                                    height: 48px;
                                    padding: 0 25px;
                                    display: flex;
                                    align-items: center;
                                    justify-content: space-between;
                                    visibility: hidden;
                                    opacity: 0;
                                    transition: opacity .25s cubic-bezier(.65,0,.35,1)
                                }

                                #section-nav nav.top-nav:before {
                                    content: "";
                                    display: block;
                                    position: absolute;
                                    z-index: -1;
                                    left: 0;
                                    top: 0;
                                    width: 100%;
                                    height: 48px;
                                    background-color: #fff
                                }

                                #section-nav nav.top-nav.visible {
                                    visibility: visible;
                                    opacity: 1
                                }

                                #section-nav nav.top-nav.open ul.top-nav-list {
                                    transform: translateY(0)
                                }

                                #section-nav nav.top-nav.open .nav-arrow {
                                    transform: rotate(180deg)
                                }

                                #section-nav .nav-title {
                                    font-size: 19px;
                                    color: #555;
                                    font-family: "ITC Machine",Arial Black,sans-serif;
                                    transform: scale(1.7, 1);
                                    font-weight: 400;
                                    margin: 0 0 -.3em;
                                    white-space: nowrap;
                                    pointer-events: none
                                }

                                #section-nav ul.top-nav-list {
                                    display: flex;
                                    flex-grow: 1;
                                    gap: 2.5%;
                                    padding: 0 2.5%;
                                    margin: 0;
                                    max-height: calc(100vh - 48px);
                                    overflow-x: hidden;
                                    overflow-y: auto
                                }

                                #section-nav ul.top-nav-list li,#section-nav ul.top-nav-list a {
                                    margin: inherit;
                                    white-space: nowrap
                                }

                                #section-nav ul.top-nav-list li.active a,#section-nav ul.top-nav-list a.active a {
                                    color: #700
                                }

                                #section-nav ul.top-nav-list a {
                                    display: block;
                                    color: #707070;
                                    text-transform: uppercase;
                                    font-size: 14px;
                                    line-height: 20px;
                                    text-decoration: none
                                }

                                #section-nav .nav-arrow {
                                    width: 20px;
                                    height: 20px;
                                    background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 1024 1024" class="icon" version="1.1" xmlns="http://www.w3.org/2000/svg" stroke="%234c4c4c" stroke-width="75"%3E%3Cpath d="M903.232 256l56.768 50.432L512 768 64 306.432 120.768 256 512 659.072z" fill="%234c4c4c"%3E%3C/path%3E%3C/svg%3E');
                                    background-size: contain;
                                    background-repeat: no-repeat;
                                    margin: 0 2.5% 0 auto;
                                    cursor: pointer;
                                    transition: transform .25s cubic-bezier(.65,0,.35,1)
                                }

                                #section-nav .cta-btn {
                                    padding: 0 18px;
                                    margin: 0;
                                    font-weight: 600;
                                    font-size: 18px;
                                    line-height: 1;
                                    white-space: nowrap;
                                    text-transform: uppercase;
                                    text-decoration: none;
                                    background-color: #900;
                                    border: none;
                                    color: #fff;
                                    height: 36px;
                                    display: flex;
                                    align-items: center
                                }

                                #section-nav .cta-btn:not(:first-of-type) {
                                    margin-left: .5em
                                }

                                #section-nav nav.side-nav {
                                    position: fixed;
                                    z-index: 5;
                                    top: 48px;
                                    height: calc(100vh - 48px);
                                    display: flex;
                                    align-items: center;
                                    margin-left: 10px;
                                    pointer-events: none;
                                    -webkit-user-select: none;
                                    -moz-user-select: none;
                                    user-select: none
                                }

                                #section-nav nav.side-nav ul li {
                                    text-transform: uppercase;
                                    line-height: 2;
                                    line-height: clamp(1.5em,2.75vh,2em);
                                    margin: 8px 0;
                                    margin: clamp(5px,.75vh,8px) 0;
                                    padding-left: 10px;
                                    color: #fff0;
                                    border-left: 2px solid white;
                                    transition: border-color .15s
                                }

                                #section-nav nav.side-nav ul li.link-out {
                                    display: none
                                }

                                #section-nav nav.side-nav ul li:active {
                                    color: maroon
                                }

                                #section-nav nav.side-nav ul li.active {
                                    color: #fff;
                                    border-color: maroon;
                                    border-width: 4px;
                                    padding-left: 8px
                                }

                                #section-nav nav.side-nav ul li.active a {
                                    animation: fade-out .5s cubic-bezier(.65,0,.35,1) 1.5s forwards
                                }

                                #section-nav nav.side-nav ul li a {
                                    color: inherit;
                                    transition-duration: inherit;
                                    transition-property: color,text-shadow;
                                    text-decoration: none;
                                    white-space: nowrap;
                                    text-shadow: none;
                                    pointer-events: auto
                                }

                                #section-nav.desktop .nav-arrow {
                                    visibility: hidden
                                }

                                #section-nav.desktop ul.top-nav-list li:not(.top-level) {
                                    display: none
                                }

                                #section-nav.mobile nav.side-nav {
                                    display: none
                                }

                                #section-nav.mobile ul.top-nav-list {
                                    position: absolute;
                                    z-index: -2;
                                    left: 0;
                                    top: 48px;
                                    transform: translateY(-100%);
                                    width: 100%;
                                    display: block;
                                    padding: 0 25px;
                                    background-color: #fff;
                                    background-image: linear-gradient(#900 2px,rgba(0,0,0,.2) 2px,rgba(0,0,0,.1) 4px,transparent 9px);
                                    transition: transform .25s cubic-bezier(.65,0,.35,1)
                                }

                                #section-nav.mobile ul.top-nav-list li {
                                    padding: 10px 0;
                                    padding: clamp(7.5px,1vh,10px) 0;
                                    border-bottom: 1px solid rgba(112,112,112,.5)
                                }

                                #section-nav.mobile ul.top-nav-list li:first-child {
                                    padding-top: 15px;
                                    padding-top: clamp(11.25px,1.3125vh,15px)
                                }

                                #section-nav.mobile ul.top-nav-list li:last-child {
                                    padding-bottom: 15px;
                                    padding-bottom: clamp(11.25px,1.3125vh,15px);
                                    border: none
                                }

                                #section-nav.mobile ul.top-nav-list li.active a {
                                    color: #700
                                }

                                #section-nav.mobile ul.top-nav-list li a {
                                    color: #000;
                                    text-transform: uppercase;
                                    font-size: 16px;
                                    line-height: 19px;
                                    text-decoration: none
                                }

                                #section-nav.mobile .cta-btn {
                                    font-size: 12px;
                                    height: 28px
                                }

                                @media (max-width: 1200px) {
                                    #section-nav .cta-btn {
                                        padding:0 15px;
                                        font-size: 15px
                                    }
                                }

                                @media (max-width: 480px) {
                                    #section-nav .cta-btn {
                                        padding:0 10px
                                    }
                                }

                                @media (max-width: 425px) {
                                    #section-nav .nav-title {
                                        font-family:"ITC Machine",Arial Black,sans-serif;
                                        transform: scale(1.7, 1);
                                        font-weight: 400
                                    }
                                }

                                @media (max-width: 375px) {
                                    #section-nav nav.top-nav {
                                        padding:0 15px
                                    }
                                }

                                @media (max-width: 360px) {
                                    #section-nav .nav-title {
                                        font-size:17px;
                                        margin: 3px 0
                                    }
                                }

                                @media (hover: hover) {
                                    #section-nav nav.side-nav ul li:hover {
                                        color:#fff;
                                        border-color: #fff;
                                        border-width: 4px;
                                        padding-left: 8px
                                    }

                                    #section-nav nav.side-nav ul li:hover a {
                                        opacity: 1!important;
                                        text-shadow: 0 0 6px rgba(0,0,0,.25)
                                    }
                                }

                                :root {
                                    --rs-color-main: white;
                                    --rs-color-active: maroon;
                                    --rs-color-background: transparent;
                                    --rs-dot-size: 10px;
                                    --rs-arrow-size: 16px;
                                    --rs-arrow-thickness: 2px
                                }

                                .red-slider {
                                    position: relative;
                                    height: 100%
                                }

                                .red-slider .slides {
                                    height: 100%;
                                    display: flex;
                                    overflow-x: scroll;
                                    overflow-y: hidden;
                                    scrollbar-width: none;
                                    -ms-overflow-style: none;
                                    scroll-snap-type: x mandatory
                                }

                                .red-slider .slides::-webkit-scrollbar {
                                    display: none
                                }

                                .red-slider .slides .slide {
                                    overflow: hidden;
                                    flex-shrink: 0;
                                    width: 100%;
                                    height: 100%;
                                    position: relative;
                                    scroll-snap-align: start
                                }

                                .red-slider .controls {
                                    position: absolute;
                                    display: grid;
                                    grid-template-columns: calc(var(--rs-arrow-size) * 8) 1fr calc(var(--rs-arrow-size) * 8);
                                    grid-template-areas: "arrow-left pagination arrow-right";
                                    justify-content: center;
                                    align-items: center;
                                    color: var(--rs-color-main);
                                    top: 0;
                                    width: 100%;
                                    height: 100%;
                                    padding: var(--rs-dot-size) 0;
                                    pointer-events: none
                                }

                                .red-slider .controls ul {
                                    margin: 0;
                                    padding: 0
                                }

                                .red-slider .controls .arrow-left,.red-slider .controls .arrow-right,.red-slider .controls .indicator {
                                    z-index: 1
                                }

                                .red-slider .controls .arrow-left,.red-slider .controls .arrow-right,.red-slider .controls li {
                                    pointer-events: all;
                                    cursor: pointer
                                }

                                .red-slider .controls .arrow-left:active,.red-slider .controls .arrow-right:active,.red-slider .controls li:active {
                                    border-color: var(--rs-color-active)
                                }

                                .red-slider .controls .arrow-left.disabled,.red-slider .controls .arrow-right.disabled,.red-slider .controls li.disabled {
                                    cursor: default;
                                    opacity: .25
                                }

                                .red-slider .controls .arrow-left,.red-slider .controls .arrow-right {
                                    position: relative;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    width: calc(var(--rs-arrow-size) * 8);
                                    height: calc(var(--rs-arrow-size) * 8);
                                    border-radius: 50%;
                                    background-color: var(--rs-color-background);
                                    margin-top: calc(var(--rs-arrow-size) * -4);
                                    font-size: var(--rs-arrow-size)
                                }

                                .red-slider .controls .arrow-left:active:after,.red-slider .controls .arrow-right:active:after {
                                    border-color: var(--rs-color-active)
                                }

                                .red-slider .controls .arrow-left {
                                    grid-area: arrow-left
                                }

                                .red-slider .controls .arrow-left:after {
                                    content: "";
                                    margin-left: var(--rs-arrow-size);
                                    border-color: var(--rs-color-main);
                                    border-style: solid;
                                    border-width: 0 var(--rs-arrow-thickness) var(--rs-arrow-thickness) 0;
                                    display: inline-block;
                                    padding: var(--rs-arrow-size);
                                    transform: rotate(135deg)
                                }

                                .red-slider .controls .arrow-right {
                                    grid-area: arrow-right
                                }

                                .red-slider .controls .arrow-right:after {
                                    content: "";
                                    margin-right: var(--rs-arrow-size);
                                    border-color: var(--rs-color-main);
                                    border-style: solid;
                                    border-width: 0 var(--rs-arrow-thickness) var(--rs-arrow-thickness) 0;
                                    display: inline-block;
                                    padding: var(--rs-arrow-size);
                                    transform: rotate(-45deg)
                                }

                                .red-slider .controls .indicator {
                                    grid-area: pagination;
                                    margin: 0;
                                    display: flex;
                                    align-items: center;
                                    justify-self: center;
                                    align-self: end;
                                    width: -moz-fit-content;
                                    width: fit-content;
                                    gap: calc(var(--rs-dot-size) * 2);
                                    background-color: var(--rs-color-background)
                                }

                                .red-slider .controls .indicator.dots {
                                    padding: var(--rs-dot-size);
                                    border-radius: calc(var(--rs-dot-size) * 1.5);
                                    justify-content: center
                                }

                                .red-slider .controls .indicator.dots li {
                                    font-size: 0;
                                    color: transparent;
                                    list-style: none!important;
                                    background-color: var(--rs-color-main);
                                    opacity: .4;
                                    border-radius: 50%;
                                    width: var(--rs-dot-size);
                                    height: var(--rs-dot-size)
                                }

                                .red-slider .controls .indicator.dots li:before,.red-slider .controls .indicator.dots li:after {
                                    content: ""
                                }

                                .red-slider .controls .indicator.dots li:active,.red-slider .controls .indicator.dots li.active {
                                    background-color: var(--rs-color-active);
                                    opacity: 1
                                }

                                .red-slider .controls .indicator.menu {
                                    top: calc(100% - 4em)
                                }

                                .modal-video-player {
                                    position: fixed;
                                    overflow: hidden;
                                    display: flex;
                                    z-index: 10;
                                    top: 0;
                                    left: 0;
                                    width: 100vw;
                                    height: 100vh;
                                    background: #1e1e1ede
                                }

                                .modal-video-player:after {
                                    content: "";
                                    position: absolute;
                                    right: 1.25em;
                                    top: 1.25em;
                                    width: 2.5em;
                                    height: 2.5em;
                                    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M10,10 L30,30 M30,10 L10,30" stroke="%23ffffff" stroke-width="2" stroke-linecap="butt"></path></svg>');
                                    opacity: .75;
                                    cursor: pointer
                                }

                                .modal-video-player iframe,.modal-video-player video {
                                    margin: auto;
                                    width: 96vw;
                                    height: 54vw;
                                    max-width: 1920px;
                                    max-height: 1080px
                                }

                                .hide-nav nav {
                                    display: none!important
                                }



/* -------- end 2025.02.17 Z mount -------- */