@charset "utf-8";


/**
 * Top Page Style
 * ================================================================================
 * Table of Contents:
 *
 * Top Page Settings
 * ================================================================================
 */






/**
 * ================================================================================
 * Top Page Settings
 * ================================================================================
 */

/**
 * Common
 * -------------------------------
 */

/* -- .secTtl -- */
#productsNvTop .secTtl { position: relative; }



/**
 * UCL
 * -------------------------------
 */

#productsNvTop #ucl {
  background-color: #000;
  display: flex;
  height: 73px;
  align-items: center;
  justify-content: center;
  text-align: center;
  }

  #productsNvTop #ucl > dl {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    }

    #productsNvTop #ucl > dl > dt { display: block; }

      #productsNvTop #ucl > dl > dt img { width: 264px; }

    #productsNvTop #ucl > dl > dd {
      padding-left: 25px;
      margin-left: 25px;
      position: relative;
      color: #f08c00;
      font-size: 17px;
      font-weight: 700;
      }

      #productsNvTop #ucl > dl > dd:before {
        content: "";
        background-color: #f08c00;
        width: 2px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        }


  
/**
 * Main Visual
 * -------------------------------
 */

#productsNvTop #mv {
  padding-top: calc(100vw * (605 / 1600));
  padding-bottom: 95px;
  position: relative;
  z-index: 1;
  }


  /* -- .mvImg -- */
	#productsNvTop #mv .mvImg {
		width: 100%;
		height: calc(100vw * (650 / 1600));
		position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    }

    #productsNvTop #mv .mvImg img { width: 100%; }


  /* -- .mvTtl -- */
  #productsNvTop #mv .mvTtl {
    margin-bottom: 75px;
    text-align: center;
    }

    #productsNvTop #mv .mvTtl > span {
      display: inline-block;
      position: relative;
      }

      #productsNvTop #mv .mvTtl > span img:nth-of-type(1) {
        width: calc(100vw * (743 / 1600));
        transform: translateX(calc(100vw * (-70 / 1600)));
        }

      #productsNvTop #mv .mvTtl > span img:nth-of-type(2) {
        width: calc(100vw * (180 / 1600));
        margin-top: calc(100vw * (15 / 1600));
        position: absolute;
        right: calc(100vw * (-130 / 1600));
        top: 50%;
        transform: translateY(-50%);
        }


  /* -- .mvBtns -- */
  #productsNvTop #mv .mvBtns { padding: 0 40px; }

    #productsNvTop #mv .mvBtns > .mvBanner {
      display: flex;
      flex-wrap: wrap;
      margin: -30px -55px 70px -55px;
      }

      #productsNvTop #mv .mvBtns > .mvBanner > li {
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        }
      #productsNvTop #mv .mvBtns > .mvBanner > li.col01 { width: 100%; }
      #productsNvTop #mv .mvBtns > .mvBanner > li.col02 { width: 50%; }
      #productsNvTop #mv .mvBtns > .mvBanner > li.col03 { width: 33.3333%; }
      #productsNvTop #mv .mvBtns > .mvBanner > li.col04 { width: 25%; }
      #productsNvTop #mv .mvBtns > .mvBanner > li.col05 { width: 20%; }
      #productsNvTop #mv .mvBtns > .mvBanner > li.col06 { width: 16.6666%; }

    #productsNvTop #mv .mvBtns > .cntBtns {}

      #productsNvTop #mv .mvBtns > .cntBtns .cntBtn { width: 100%; }

        #productsNvTop #mv .mvBtns > .cntBtns .cntBtn > a {
          height: 100px;
          font-size: 25px;
          font-weight: bold;
          }

          #productsNvTop #mv .mvBtns > .cntBtns .cntBtn > a:after {
            width: 30px;
            height: 30px;
            right: 25px;
            }

    #productsNvTop #mv .mvBtns > dl { margin-top: 65px; }

      #productsNvTop #mv .mvBtns > dl > dt {
        display: block;
        margin-bottom: 50px;
        position: relative;
        text-align: center;
        }

        #productsNvTop #mv .mvBtns > dl > dt:after {
          content: "";
          background-color: #f08c00;
          width: 100%;
          height: 1px;
          position: absolute;
          left: 0;
          top: 50%;
          z-index: 1;
          }

        #productsNvTop #mv .mvBtns > dl > dt > span {
          background-color: #000;
          display: inline-block;
          padding: 0 60px;
          color: #fff;
          font-size: 25px;
          font-weight: bold;
          position: relative;
          z-index: 2;
          }

      #productsNvTop #mv .mvBtns > dl > dd {}

        #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn { width: 50%; }

        #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn.col01 { width: 100%; }

          #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn > a {
            height: 120px;
            }

          #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn > a > span > span {
            display: block;
            width: 100%;
            }
          #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn > a > span > span.model { font-size: 19px; }
          #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn > a > span > span.name {
            color: #f08c00;
            font-size: 19px;
            }
            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn > a > span > span.name > small {
              font-size: 65%;
              font-weight: 700;
              }
          #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn > a > span > span.caption {
            margin-top: 2px;
            color: #cbcbcb;
            font-size: 15px;
            font-weight: normal;
            }
          #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn.cntBtnColorLineGray > a > span > span.caption { margin-top: 10px; }

          #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn > a > p {
            width: 113px;
            position: absolute;
            top: -1px;
            right: -1px;
            }

            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn > a > p img {
              display: block;
              width: 100%;
              }

        #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .mvBtnsNx2s {
          width: 100%;
          margin-bottom: 25px;
          }

            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .mvBtnsNx2s > a {
              height: auto;
              padding: 0;
              }

            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .mvBtnsNx2s > a > span {
              display: flex;
              width: 50%;
              }

            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .mvBtnsNx2s > a > span:nth-of-type(2) > span:nth-of-type(1) {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              font-size: 17px;
              font-weight: 400;
              }

            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .mvBtnsNx2s > a > span:nth-of-type(2) > span:nth-of-type(2) img { width: 100%; }

        #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtnColorGray {
          width: 100%;
          padding-top: 65px;
          }

            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtnColorGray > a { height: auto; }

              #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtnColorGray > a > span { font-size: 22px; }




/**
 * Features
 * -------------------------------
 */

#productsNvTop #features {
  background-image: url("/files/cdb/ZZ/products/navi/top/2311/zz_products_navi_top_features-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  padding-top: calc(100vw * (885 / 1600));
  }


  /* -- .secTtl -- */
  #productsNvTop #features .secTtl {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
    }

    #productsNvTop #features .secTtl > span { display: block; }

    #productsNvTop #features .secTtl > span:nth-of-type(1) { margin-bottom: 20px; }

      #productsNvTop #features .secTtl > span:nth-of-type(1) img { width: 258px; }

    #productsNvTop #features .secTtl > span:nth-of-type(2) {
      color: #f08c00;
      font-size: 29px;
      font-weight: bold;
      }

    #productsNvTop #features .secTtl > span:nth-of-type(3) {
      background-color: #fff;
      width: 1px;
      height: calc(100vw * (95 / 1600));
      position: absolute;
      left: 50%;
      bottom: calc(100vw * (-130 / 1600));
      }


  /* -- .featuresLists -- */
  #productsNvTop #features .featuresLists {
    list-style: none;
    position: relative;
    z-index: 1;
    }

    #productsNvTop #features .featuresLists > li {
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-size: 100% auto;
      list-style: none;
      position: relative;
      }

      #productsNvTop #features .featuresLists > li .cntWrapper:before {
        content: "";
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 100% auto;
        display: block;
        position: absolute;
        }

      #productsNvTop #features .featuresLists > li:nth-child(odd) .featuresListsHeadline { float: left; }
      #productsNvTop #features .featuresLists > li:nth-child(even) .featuresListsHeadline { float: right; }
      #productsNvTop #features .featuresLists > li:nth-child(odd) .featuresListsDetail { float: right; }
      #productsNvTop #features .featuresLists > li:nth-child(even) .featuresListsDetail { float: left; }

      /* .cntCols */
      #productsNvTop #features .featuresLists > li .cntCols { margin-left: -15px; }

        #productsNvTop #features .featuresLists > li .cntCols .cntCol { padding-left: 15px; }

          #productsNvTop #features .featuresLists > li .cntCols .cntCols img { width: 100%; }

      /* .featuresListsTtl  */
      #productsNvTop #features .featuresLists > li .featuresListsTtl { margin-bottom: 30px; }

        #productsNvTop #features .featuresLists > li .featuresListsTtl > div {
          margin-bottom: 35px;
          color: #008cff;
          letter-spacing: -.40em;
          }

          #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span {
            display: inline-flex;
            height: 195px;
            align-items: flex-start;
            flex-wrap: wrap;
            letter-spacing: normal;
            vertical-align: top;
            }

            #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span > span { display: block; }

          #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span:nth-of-type(1) {
            width: 30px;
            margin-right: 35px;
            }

            #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span:nth-of-type(1) img { width: 100%; }

          #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span:nth-of-type(2) {
            background-color: #f08c00;
            width: 1px;
            }

          #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span:nth-of-type(3) { padding-left: 45px; }

            #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span:nth-of-type(3) img { height: 195px; }

        #productsNvTop #features .featuresLists > li .featuresListsTtl > h3 {
          font-size: 30px;
          font-weight: bold;
          }

      /* .featuresListsTxt */
      #productsNvTop #features .featuresLists > li .featuresListsTxt {
        font-size: 18px;
        line-height: 1.6;
        }

      /* .featureListsImgDList */
      #productsNvTop #features .featuresLists > li .featuresListsImgDLists {}

        #productsNvTop #features .featuresLists > li .featuresListsImgDLists > dt {
          display: block;
          margin-bottom: 15px;
          }

      /* .featureListsBanner */
      #productsNvTop #features .featuresLists > li .featuresListsBanner { margin-top: 60px; }

      /* .featuresListsSpplement */
      #productsNvTop #features .featuresLists > li .featuresListsSpplement {
        display: flex;
        align-content: center;
        align-items: center;
        width: 100%;
        padding-top: 40px;
        }

        #productsNvTop #features .featuresLists > li .featuresListsSpplement > dt {
          display: block;
          width: 25%;
          }

          #productsNvTop #features .featuresLists > li .featuresListsSpplement > dt img { width: 100%; }

        #productsNvTop #features .featuresLists > li .featuresListsSpplement > dd {
          width: 75%;
          padding-left: 50px;
          }

      /* .featureListsApp */
      #productsNvTop #features .featuresLists > li .featuresListsApp {
        position: relative;
        margin-top: 70px;
        padding-top: 70px;
        border-top: 1px solid #b2b2b2;
        }

      #productsNvTop #features .featuresLists > li .featuresListsApp:nth-of-type(1) {
        margin-top: -40px;
        border-top: none;
        }

        #productsNvTop #features .featuresLists > li .featuresListsApp > dt {
          display: block;
          margin-bottom: 40px;
          }

          #productsNvTop #features .featuresLists > li .featuresListsApp > dt > span { display: block; }

          #productsNvTop #features .featuresLists > li .featuresListsApp > dt > span:nth-of-type(1) {
            border-left: 7px solid #f08c00;
            padding-left: 25px;
            margin-bottom: 30px;
            font-size: 30px;
            font-weight: bold;
            }

          #productsNvTop #features .featuresLists > li .featuresListsApp > dt > span:nth-of-type(2) {
            font-size: 18px;
            line-height: 1.6;
            }

        #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(1) {
          width: 560px;
          position: absolute;
          top: 70px;
          right: 0;
          }

          #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(1) > .cntCols { margin-left: 25px; }

            #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(1) > .cntCols .cntCol { padding-left: 25px; }

        #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(2) {}

          #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(2) > dl {
            display: flex;
            align-content: center;
            align-items: center;
            }

            #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(2) > dl > dt {
              display: block;
              width: 20%;
              }

              #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(2) > dl > dt img { width: 100%; }

            #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(2) > dl > dd {
              width: 80%;
              padding-left: 50px;
              }

      /* .featureListsBigxConnect */
      #productsNvTop #features .featuresLists > li .featuresListsBigxconnect {
        width: calc(100% + 120px);
        margin-top: 115px !important;
        margin-left: -60px;
        padding: 35px 675px 30px 60px;
        border: none;
        color: #000;
        border-radius: 10px;
        position: relative;
        }

        #productsNvTop #features .featuresLists > li .featuresListsBigxconnect:before {
          content: "";
          background-color: #989898;
          width: 100vw;
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          z-index: -1;
          transform: translateX(-50%);
          }

        #productsNvTop #features .featuresLists > li .featuresListsBigxconnect:after {
          content: "";
          background-image: url("/files/cdb/ZZ/products/navi/top/2311/zz_products_navi_top_featureslists06-bigxconnect-bg.png");
          background-repeat: no-repeat;
          background-position: 50% 0;
          background-size: 100% auto;
          width: 489px;
          height: 466px;
          position: absolute;
          bottom: 0;
          right: 85px;
          z-index: 2;
          }

        #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dt { margin-bottom: 15px; }

          #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dt > span:nth-of-type(1) {
            width: 120%;
            border-left: 7px solid #808080;
            margin-bottom: 15px;
            font-size: 24px;
            }

          #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dt > span:nth-of-type(2) { line-height: 1.5; }

        #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(1) {
          background-color: #fff;
          width: 100%;
          padding: 10px 15px;;
          margin-bottom: 15px;
          position: static;
          }

        #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(1) > p {
          color: #0085df;
          font-size: 17px;
          font-weight: bold;
          line-height: 1.4;
          }

        #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) {}

          #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) > dl { display: block; }

            #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) > dl > dt {
              display: block;
              width: 100%;
              margin-bottom: 5px;
              font-size: 16px;
              }

            #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) > dl > dd {
              width: 100%;
              padding-left: 0;
              }

              #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) > dl > dd > .cntCols { margin-left: -20px; }

                #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) > dl > dd > .cntCols > .cntCol { padding-left: 20px; }

                  #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) > dl > dd > .cntCols > .cntCol img { width: 205px; }

      /* .featureListsPlayBtn */
      #productsNvTop #features .featuresLists > li .featuresListsPlayBtn {
        display: inline-block;
        position: relative;
        padding: 20px 25px 20px 70px;
        background-color: #F08C02;
        color: #000;
        font-weight: 700;
        line-height: 1.4;
        }

        #productsNvTop #features .featuresLists > li .featuresListsPlayBtn::before {
          position: absolute;
          top: 50%;
          left: 15px;
          transform: translateY(-50%);
          width: 40px;
          height: 40px;
          background-image: url("/files/cdb/ZZ/products/navi/top/2410/zz_products_navi_top_icon-play.svg");
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: 100% auto;
          content: '';
          }

    /* .featuresLists01 */
    #productsNvTop #features .featuresLists > li.featuresLists01 {
      background-image: url("/files/cdb/ZZ/products/navi/top/2311/zz_products_navi_top_featureslists01-bg.jpg");
      padding-top: calc(100vw * (640 / 1600));
      padding-bottom: 70px;
      }

      #productsNvTop #features .featuresLists > li.featuresLists01 .cntWrapper {
        margin-top: 60px;
        padding-top: 60px;
        border-top: 1px solid #fff;
        }

      #productsNvTop #features .featuresLists > li.featuresLists01 .cntWrapper:nth-of-type(1) {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        }

      #productsNvTop #features .featuresLists > li.featuresLists01 .featuresListsHeadline {}

        #productsNvTop #features .featuresLists > li.featuresLists01 .featuresListsHeadline p:nth-last-of-type(1) { margin-top: 50px; }

          #productsNvTop #features .featuresLists > li.featuresLists01 .featuresListsHeadline p:nth-last-of-type(1) img { width: 267px; }

      #productsNvTop #features .featuresLists > li.featuresLists01 .featuresListsDetail { width: 640px;}

      #productsNvTop #features .featuresLists > li.featuresLists01 .cntWrapper:nth-of-type(1) .featuresListsDetail { padding-top: 255px; }

        #productsNvTop #features .featuresLists > li.featuresLists01 .cntWrapper:nth-of-type(2) .featuresListsHeadline p:nth-last-of-type(1)  { margin-top: 30px; }

    /* .featuresLists02 */
    #productsNvTop #features .featuresLists > li.featuresLists02 {
      background-image: url("/files/cdb/ZZ/products/navi/top/2311/zz_products_navi_top_featureslists02-bg.jpg");
      padding-top: calc(100vw * (495 / 1600));
      padding-bottom: 100px;
      }

      #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsHeadline { padding-top: 100px; }

      #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail { width: 640px; }

        #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > dl:nth-of-type(1) {
          display: flex;
          align-content: center;
          align-items: center;
          }

          #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > dl:nth-of-type(1) > dt {
            display: block;
            width: 200px;
            padding-left: 5px;
            }

            #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > dl:nth-of-type(1) > dt img { width: 100%; }

          #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > dl:nth-of-type(1) > dd {
            padding-left: 45px;
            }

        #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > .cntCols:nth-of-type(1) { padding-top: 75px; }
          
          #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > .cntCols:nth-of-type(1) .cntCol:nth-of-type(3) { margin-top: 15px; }

        #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > .cntCols:nth-of-type(2) { padding-top: 55px; }

          #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > .cntCols:nth-of-type(2) .cntCol:nth-of-type(1) { position: relative; }

            #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > .cntCols:nth-of-type(2) .cntCol:nth-of-type(1):after {
              content: "";
              background-image: url("/files/cdb/ZZ/products/navi/top/2311/zz_products_navi_top_featureslists02-img03-new.png");
              background-repeat: no-repeat;
              background-position: 50% 0;
              background-size: 100% auto;
              width: 388px;
              height: 73px;
              position: absolute;
              z-index: 2;
              top: -20px;
              left: 270px;
              }

          #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > .cntCols:nth-of-type(2) .cntCol:nth-of-type(2) {
            padding-top: 80px;
            padding-left: 60px;
            }

    /* .featuresLists03 */
    #productsNvTop #features .featuresLists > li.featuresLists03 {
      background-image: url("/files/cdb/ZZ/products/navi/top/2311/zz_products_navi_top_featureslists03-bg.jpg");
      padding-top: calc(100vw * (800 / 1600));
      padding-bottom: 190px;
      }

      #productsNvTop #features .featuresLists > li.featuresLists03 .featuresLists03Fuki {
        width: calc(100vw * (290 / 1600));
        position: absolute;
        top: calc(100vw * (245 / 1600));
        right: calc(100vw * (287 / 1600));
        }

        #productsNvTop #features .featuresLists > li.featuresLists03 .featuresLists03Fuki img { width: 100%; }

      #productsNvTop #features .featuresLists > li.featuresLists03 .featuresListsHeadline {}

      #productsNvTop #features .featuresLists > li.featuresLists03 .featuresListsDetail {
        width: 640px;
        margin-top: 45px;
        }

        #productsNvTop #features .featuresLists > li.featuresLists03 .featuresListsDetail > p:nth-of-type(1) { text-align: right; }

          #productsNvTop #features .featuresLists > li.featuresLists03 .featuresListsDetail > p:nth-of-type(1) img { width: 432px; }

        #productsNvTop #features .featuresLists > li.featuresLists03 .featuresListsDetail > .cntCols:nth-of-type(1) { padding-top: 50px; }

    /* .featuresLists04 */
    #productsNvTop #features .featuresLists > li.featuresLists04 {
      background-image: url("/files/cdb/ZZ/products/navi/top/2311/zz_products_navi_top_featureslists04-bg.jpg");
      padding-top: calc(100vw * (600 / 1600));
      padding-bottom: 295px;
      }

      #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsHeadline {}

      #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsDetail {
        width: 640px;
        margin-top: 70px;
        }

        #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsDetail .cntCols:nth-of-type(2) {
          padding-top: 55px;
          margin-left: -40px;
          text-align: center;
          }

          #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsDetail .cntCols:nth-of-type(2) .cntCol {
            display: inline-flex;
            padding-left: 40px;
            align-items: flex-end;
            align-content: flex-end;
            height: 76px;
            }

            #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsDetail .cntCols:nth-of-type(2) .cntCol:nth-of-type(1) img {
              width: 133px;
              padding-bottom: 10px;
              }
            #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsDetail .cntCols:nth-of-type(2) .cntCol:nth-of-type(2) img { width: 127px; }
            #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsDetail .cntCols:nth-of-type(2) .cntCol:nth-of-type(3) img { width: 82px; }

    /* .featuresLists05 */
    #productsNvTop #features .featuresLists > li.featuresLists05 { padding-bottom: 140px; }

      #productsNvTop #features .featuresLists > li.featuresLists05 .cntWrapper:before {
        background-image: url("/files/cdb/ZZ/products/navi/top/2311/zz_products_navi_top_featureslists05-bg.jpg");
        width: 820px;
        height: 355px;
        top: -140px;
        right: -65px;
        }

    /* .featuresLists06 */
    #productsNvTop #features .featuresLists > li.featuresLists06 { padding-bottom: 190px; }

      #productsNvTop #features .featuresLists > li.featuresLists06 .cntWrapper:before {
        background-image: url("/files/cdb/ZZ/products/navi/top/2311/zz_products_navi_top_featureslists06-bg.png");
        width: 956px;
        height: 530px;
        top: 0;
        right: -220px;
        }

      #productsNvTop #features .featuresLists > li.featuresLists06 .featuresLists06Logo {
        width: 240px;
        position: absolute;
        top: 500px;
        right: 0;
        z-index: 2;
        }

        #productsNvTop #features .featuresLists > li.featuresLists06 .featuresLists06Logo img { width: 100%; }

      #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsHeadline {
        width: 450px;
        float: left;
        margin-bottom: 70px;
        }

        #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsHeadline p:nth-last-of-type(1) {
          display: inline-block;
          width: 100%;
          padding: 10px 5px;
          margin-top: 40px;
          background-color: #00caff;
          color: #000;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          }

      #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail {
        width: 100%;
        float: right;
        }

        #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) { margin: -50px 0 0 -50px; }

          #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol { padding: 50px 0 0 50px; }

          #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols > .cntCol:nth-last-of-type(1) { padding-top: 20px; }

            #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol > dl > dt {
              display: block;
              padding-bottom: 7px;
              margin-bottom: 20px;
              border-bottom: 1px solid #b2b2b2;  
              font-size: 18px;
              font-weight: bold;
              }
            #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol:nth-of-type(1) > dl > dt { color: #00caff; }

            #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol:nth-of-type(1) > dl > dd { padding-top: 11px; }

              #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol:nth-of-type(1) > dl > dd > .cntCols { margin-left: -30px; }

                #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol:nth-of-type(1) > dl > dd > .cntCols > .cntCol {
                  width: 242px !important;
                  margin-left: 30px;
                  padding-left: 0;
                  }

                #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol:nth-of-type(1) > dl > dd > .cntCols > .cntCol:nth-of-type(1) { margin-right: 20px; }

              #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol:nth-of-type(1) > dl > dd .featuresListsImgDLists > dd > p > img { width: 137px; }

        #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCaution { margin-top: 35px; }


    /* .featuresLists07 */
    #productsNvTop #features .featuresLists > li.featuresLists07 { padding-bottom: 165px; }

      #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsHeadline {
        width: 315px;
        float: right;
        }

        #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsHeadline p:nth-of-type(2) { margin-top: 40px; }

          #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsHeadline p:nth-last-of-type(2) img { width: 205px; }

        #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsHeadline p:nth-of-type(3) { margin-top: 25px; }

          #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsHeadline p:nth-of-type(3) img { width: 137px; }

      #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsDetail {
        width: 660px;
        float: left;
        }

        #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsDetail > dl > dt { display: block; }

        #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsDetail > dl > dd { margin-top: -190px; }

          #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsDetail > dl > dd > dl { padding-left: 20px; }

          #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsDetail > dl > dd > dl > dt {
            display: block;
            margin-bottom: 20px;
            color: #f08c00;
            font-size: 24px;
            font-weight: bold;
            line-height: 1.7;
            }

          #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsDetail > dl > dd > dl > dd {
            font-size: 18px;
            line-height: 1.7;
            }

    /* .featuresLists08 */
    #productsNvTop #features .featuresLists > li.featuresLists08 { padding-bottom: 210px; }

      #productsNvTop #features .featuresLists > li.featuresLists08 .cntWrapper:before {
        background-image: url("/files/cdb/ZZ/products/navi/top/2402/zz_products_navi_top_featureslists08-bg.png");
        width: 720px;
        height: 600px;
        top: -10px;
        right: -40px;
        z-index: 2;
        }

      #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsHeadline {
        width: 100%;
        margin-bottom: 110px;
        }

      #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsDetail { width: 100%; }

        #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsDetail > .cntCols:nth-of-type(1) { margin: -50px 0 0 -6px; }

          #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol { padding: 50px 0 0 6px; }

            #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol .featuresListsImgDLists > dt img { width: 100%; }

            #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol .featuresListsImgDLists > dd { padding: 0 10px; }

              #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol .featuresListsImgDLists > dd > p:nth-of-type(1) {
                color: #fff;
                font-size: 20px;
                font-weight: bold;         
                }

              #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol .featuresListsImgDLists > dd > p:nth-of-type(2) {
                color: #f08c00;
                font-size: 18px;        
                }



/**
 * Manual
 * -------------------------------
 */

#productsNvTop #manual {
  background-image: url("/files/cdb/ZZ/products/navi/top/2311/zz_products_navi_top_manual-bg.jpg");
  background-repeat: repeat;
  padding: 45px 0 80px 0;
  }

  #productsNvTop #manual .cntBtns {
    margin-left: -30px;
    text-align: center;
    }

    #productsNvTop #manual .cntBtns .cntBtn {
      width: 50%;
      padding-left: 30px;
      }

    #productsNvTop #manual .cntBtns .cntBtn > a {
      width: 100%;
      height: 96px;
      font-size: 18px;
      }

  #productsNvTop #manual .manualLogo {
    margin-top: 50px;
    text-align: center;
    }

    #productsNvTop #manual .manualLogo img { width: 373px; }



/**
 * Floating
 * -------------------------------
 */

#productsNvTop #m-floating > ul { margin-top: -10px; }

  #productsNvTop #m-floating > ul > li {
    display: block;
    margin-top: 10px;
    }


/* -- .nv-m-floatingYoutube -- */
#productsNvTop .nv-m-floatingYoutube {
  background-image: url("/files/cdb/ZZ/products/navi/top/2311/zz_products_navi_top_floating-youtube-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  }

  #productsNvTop .nv-m-floatingYoutube > a {
    display: block;
    height: 150px;
    position: relative;
    }

    #productsNvTop .nv-m-floatingYoutube > a > span { padding: 0 10px; }

      #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(1) {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        height: 75px;
        margin: 0;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        }

        #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(1) > strong {
          display: block;
          margin-top: 2px;
          font-size: 18px;
          font-weight: 900;
          line-height: 1;
          }

          #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(1) > strong > span { display: inline-block; }

          #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(1) > strong > .ffRobotoCond {
            color: #ed0038;
            font-size: 24px;
            font-weight: 700;
            }

          #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(1) > strong > span:nth-of-type(2) {
            font-size: 14px;
            font-weight: 700;
            }

          #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(1) > strong > span:nth-of-type(3) {
            font-size: 18px;
            font-weight: 900;
            }

      #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(2) { display: none; }

      #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(3) {
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        height: 75px;
        padding-right: 45px;
        
        text-align: left;
        }

        #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(3) > span {
          font-size: 17px;
          font-weight: 700;
          line-height: 1.2;
          position: relative;
          }

          #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(3) > span:after {
            content: "";
            background-image: url("/files/cdb/ZZ/products/navi/top/2311/zz_products_navi_top_floating-icon_arrow01.svg");
            background-repeat: no-repeat;
            background-position: 50% 0;
            background-size: 100% auto;
            display: inline-block;
            width: 25px;
            height: 25px;
            position: absolute;
            bottom: -3px;
            right: 0;
            }

          #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(3) > span > span {
            display: inline;
            font-size: 10px;
            font-weight: 700;
            }

      #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(4) {
        width: 47px;
        height: 66px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 5px;
        bottom: 2px;
        }


        #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(4) img { width: 100%; }



/**
 * Modal
 * -------------------------------
 */

#cboxContent { padding: 0 !important; }

#cboxClose {
  top: 0 !important;
  right: 0 !important;
  }






@media only screen and (min-width: 768px) and (max-width: 1279px) {
  

/**
 * ================================================================================
 * Top Page Settings
 * ================================================================================
 */


/**
 * Main Visual
 * -------------------------------
 */

#productsNvTop #mv { padding-top: calc(1280px * (605 / 1600)); }


  /* -- .mvImg -- */
	#productsNvTop #mv .mvImg { height: calc(1280px * (650 / 1600)); }
  
  
  /* -- .mvTtl -- */
  #productsNvTop #mv .mvTtl {}

    #productsNvTop #mv .mvTtl > span img:nth-of-type(1) {
      width: calc(1280px * (743 / 1600));
      transform: translateX(calc(100vw * (-70 / 1600)));
      }

    #productsNvTop #mv .mvTtl > span img:nth-of-type(2) {
      width: calc(1280px * (180 / 1600));
      margin-top: calc(1280px * (15 / 1600));
      right: calc(1280px * (-130 / 1600));
      }

  
  
/**
 * Features
 * -------------------------------
 */

#productsNvTop #features { padding-top: calc(1280px * (885 / 1600)); }
  
  
  /* -- .secTtl -- */
  #productsNvTop #features .secTtl > span:nth-of-type(3) {
    height: calc(95px * (1280 / 1600));
    bottom: calc(-130px * (1280 / 1600));
    }
  
  
  /* -- .featureLists -- */
  #productsNvTop #features .featuresLists {}
  
    /* .featuresLists01 */
    #productsNvTop #features .featuresLists > li.featuresLists01 { padding-top: calc(640px * (1280 / 1600)); } 

    /* .featuresLists02 */
    #productsNvTop #features .featuresLists > li.featuresLists02 { padding-top: calc(495px * (1280 / 1600)); }
  
    /* .featuresLists03 */
    #productsNvTop #features .featuresLists > li.featuresLists03 { padding-top: calc(800px * (1280 / 1600)); }

      #productsNvTop #features .featuresLists > li.featuresLists03 .featuresLists03Fuki {
        width: calc(290px * (1280 / 1600));
        top: calc(245px * (1280 / 1600));
        right: calc(287px * (1280 / 1600));
        }
  
    /* .featuresLists04 */
    #productsNvTop #features .featuresLists > li.featuresLists04 { padding-top: calc(600px * (1280 / 1600)); }
  
  
}








@media only screen and (min-width: 0px) and (max-width: 767px) {
  
  
/**
 * ================================================================================
 * Top Page Settings
 * ================================================================================
 */
  
  
/**
 * UCL
 * -------------------------------
 */

#productsNvTop #ucl {
  display: block;
  height: auto;
  padding: 5px 10px 10px 10px;
  }

  #productsNvTop #ucl > dl { display: block; }

    #productsNvTop #ucl > dl > dt {}

      #productsNvTop #ucl > dl > dt img { width: 60%; }

    #productsNvTop #ucl > dl > dd {
      padding-left: 0;
      margin-left: 0;
      padding-top: 10px;
      font-size: 12px;
      }

      #productsNvTop #ucl > dl > dd:before {
        width: 20px;
        height: 1px;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        }

  
  
/**
 * Main Visual
 * -------------------------------
 */

#productsNvTop #mv {
  padding-top: calc(100vw * (360 / 640));
  padding-bottom: 40px;
  }


  /* -- .mvImg -- */
	#productsNvTop #mv .mvImg {
		width: 140vw;
		height: calc(100vw * (650 / 1600) * 1.4);
    left: -20vw;
    }


  /* -- .mvTtl -- */
  #productsNvTop #mv .mvTtl {
    padding: 0;
    margin-bottom: 30px;
    }
  
    #productsNvTop #mv .mvTtl > span { width: 100%; }

      #productsNvTop #mv .mvTtl > span img:nth-of-type(1) {
        width: 70%;
        margin-left: -20px;
        }
  
      #productsNvTop #mv .mvTtl > span img:nth-of-type(2) {
        width: 20%;
        right: 10px;
        }   


  /* -- .mvBtns -- */
  #productsNvTop #mv .mvBtns { padding: 0 10px; }
  
    #productsNvTop #mv .mvBtns > .mvBanner { margin: -10px 0 25px -10px; }
  
      #productsNvTop #mv .mvBtns > .mvBanner > li {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 0;
        }
      #productsNvTop #mv .mvBtns > .mvBanner > li.col01SP { width: 100%; }
      #productsNvTop #mv .mvBtns > .mvBanner > li.col02SP { width: 50%; }
      #productsNvTop #mv .mvBtns > .mvBanner > li.col03SP { width: 33.3333%; }
      #productsNvTop #mv .mvBtns > .mvBanner > li.col04SP { width: 25%; }
      #productsNvTop #mv .mvBtns > .mvBanner > li.col05SP { width: 20%; }
      #productsNvTop #mv .mvBtns > .mvBanner > li.col06SP { width: 16.6666%; }

    #productsNvTop #mv .mvBtns > .cntBtns {}

      #productsNvTop #mv .mvBtns > .cntBtns .cntBtn { width: 100%; }

        #productsNvTop #mv .mvBtns > .cntBtns .cntBtn > a {
          height: 50px;
          font-size: 16px;
          }

          #productsNvTop #mv .mvBtns > .cntBtns .cntBtn > a:after {
            width: 16px;
            height: 16px;
            right: 10px;
            }

    #productsNvTop #mv .mvBtns > dl { margin-top: 30px; }

      #productsNvTop #mv .mvBtns > dl > dt { margin-bottom: 20px; }

        #productsNvTop #mv .mvBtns > dl > dt > span {
          padding: 0 20px;
          font-size: 15px;
          }

      #productsNvTop #mv .mvBtns > dl > dd {}

        #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn { width: 100%; }
  
          #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn > a { height: 95px; }
          #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn.cntBtnColorLineGray > a { height: 80px; }

            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn > a > span > span.model { font-size: 13px; }
            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn > a > span > span.name { font-size: 12px; }
            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn > a > span > span.caption {
              margin-top: 2px;
              font-size: 10px;
              }
            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn.cntBtnColorLineGray > a > span > span.caption { margin-top: 5px; }
  
            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtn > a > p { width: 65px; }
  
        #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .mvBtnsNx2s { margin-bottom: 15px; }

            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .mvBtnsNx2s > a { height: auto; }

            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .mvBtnsNx2s > a > span {
              display: block;
              width: 100%;
              }
  
            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .mvBtnsNx2s > a > span:nth-of-type(1) {
              padding-top: 15px;
              padding-bottom: 10px;
              }

              #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .mvBtnsNx2s > a > span:nth-of-type(2) > span:nth-of-type(1) { font-size: 10px; }

              #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .mvBtnsNx2s > a > span:nth-of-type(2) > span:nth-of-type(2) img { width: 100%; }
  
  
        #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtnColorGray {
          width: 100%;
          padding-top: 30px;
          }

            #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtnColorGray > a { height: auto; }

              #productsNvTop #mv .mvBtns > dl > dd > .cntBtns .cntBtnColorGray > a > span { font-size: 15px; }



/**
 * Features
 * -------------------------------
 */

#productsNvTop #features {
  background-size: 140% auto;
  padding-top: calc(100vw * (500 / 640));
  }


  /* -- .secTtl -- */
  #productsNvTop #features .secTtl { margin-bottom: 25px; }

    #productsNvTop #features .secTtl > span:nth-of-type(1) { margin-bottom: 10px; }

      #productsNvTop #features .secTtl > span:nth-of-type(1) img { width: 120px; }

    #productsNvTop #features .secTtl > span:nth-of-type(2) { font-size: 13px; }

    #productsNvTop #features .secTtl > span:nth-of-type(3) {
      height: calc(100vw * (60 / 640));
      bottom: calc(100vw * (-70 / 640));
      }


  /* -- .featuresLists -- */
  #productsNvTop #features .featuresLists {}

    #productsNvTop #features .featuresLists > li {
      background-size: 150% auto;
      padding: 0 10px;
      }
  
      #productsNvTop #features .featuresLists > li .cntWrapper:before { background-size: 100% auto; }
  
      #productsNvTop #features .featuresLists > li .featuresListsDetail { margin-top: 30px !important; }
  
      #productsNvTop #features .featuresLists > li:nth-child(odd) .featuresListsHeadline,
      #productsNvTop #features .featuresLists > li:nth-child(even) .featuresListsHeadline,
      #productsNvTop #features .featuresLists > li:nth-child(odd) .featuresListsDetail,
      #productsNvTop #features .featuresLists > li:nth-child(even) .featuresListsDetail { float: none; }

      /* .cntCols */
      #productsNvTop #features .featuresLists > li .cntCols {
        margin-left: -8px;
        margin-top: -15px;
        }

        #productsNvTop #features .featuresLists > li .cntCols .cntCol {
          padding-left: 8px;
          padding-top: 15px;
          }

      /* .featuresListsTtl  */
      #productsNvTop #features .featuresLists > li .featuresListsTtl { margin-bottom: 15px; }

        #productsNvTop #features .featuresLists > li .featuresListsTtl > div { margin-bottom: 25px; }

          #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span { height: 70px; }

            #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span > span { display: block; }

          #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span:nth-of-type(1) {
            width: 10px;
            margin-right: 15px;
            }

            #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span:nth-of-type(1) > span:nth-of-type(1) { font-size: 20px; }

            #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span:nth-of-type(1) > span:nth-of-type(2) {
              margin-top: 2px;
              font-size: 10px;
              }

          #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span:nth-of-type(3) { padding-left: 20px; }

            #productsNvTop #features .featuresLists > li .featuresListsTtl > div > span:nth-of-type(3) img {
              width: auto;
              height: 70px;
              }

        #productsNvTop #features .featuresLists > li .featuresListsTtl > h3 {
          font-size: 16px;
          font-weight: bold;
          }

      /* .featuresListsTxt */
      #productsNvTop #features .featuresLists > li .featuresListsTxt { font-size: 12px; }

      /* .featureListsImgDList */
      #productsNvTop #features .featuresLists > li .featuresListsImgDLists {}

        #productsNvTop #features .featuresLists > li .featuresListsImgDLists > dt { margin-bottom: 8px; }
  
      /* .featureListsBanner */
      #productsNvTop #features .featuresLists > li .featuresListsBanner { margin-top: 30px; }
  
      /* .featuresListsSpplement */
      #productsNvTop #features .featuresLists > li .featuresListsSpplement {
        display: block;
        padding-top: 30px;
        }

        #productsNvTop #features .featuresLists > li .featuresListsSpplement > dt {
          display: block;
          width: 60%;
          }

        #productsNvTop #features .featuresLists > li .featuresListsSpplement > dd {
          width: 100%;
          padding-left: 0;
          margin-top: 15px;
          }

      /* .featureListsApp */
      #productsNvTop #features .featuresLists > li .featuresListsApp {
        margin-top: 30px;
        padding-top: 30px;
        }

        #productsNvTop #features .featuresLists > li .featuresListsApp > dt { margin-bottom: 20px; }

          #productsNvTop #features .featuresLists > li .featuresListsApp > dt > span:nth-of-type(1) {
            border-left: 3px solid #008cff;
            padding-left: 15px;
            margin-bottom: 20px;
            font-size: 15px;
            }

          #productsNvTop #features .featuresLists > li .featuresListsApp > dt > span:nth-of-type(2) { font-size: 12px; }

        #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(1) {
          width: 100%;
          position: static;
          }

          #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(1) > .cntCols { margin-left: -10px; }

            #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(1) > .cntCols .cntCol { padding-left: 10px; }

        #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(2) { margin-top: 20px;}

          #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(2) > dl { display: block; }

            #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(2) > dl > dt {
              display: block;
              width: 60%;
              }

            #productsNvTop #features .featuresLists > li .featuresListsApp > dd:nth-of-type(2) > dl > dd {
              width: 100%;
              padding-left: 0;
              margin-top: 15px;
              }

      /* .featureListsBigxConnect */
      #productsNvTop #features .featuresLists > li .featuresListsBigxconnect {
        width: 100%;
        margin-top: 50px !important;
        margin-left: 0;
        padding: 20px 0 calc(100vw * (500 / 640) * 0.8) 0;
        border-radius: 6px;
        }
  
        #productsNvTop #features .featuresLists > li .featuresListsBigxconnect:before {
          left: -25px;
          transform: translateX(0);
          }

        #productsNvTop #features .featuresLists > li .featuresListsBigxconnect:after {
          width: calc(100vw * (489 / 640) * 0.8);
          height: calc(100vw * (466 / 640) * 0.8);
          bottom: 0;
          right: calc(100vw * (110 / 640) * 0.8);
          }

        #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dt { margin-bottom: 8px; }

          #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dt > span:nth-of-type(1) {
            width: 100%;
            border-left: 3px solid #808080;
            margin-bottom: 5px;
            }

        #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(1) {
          padding: 5px 10px;
          margin-bottom: 8px;
          }

        #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(1) > p {  font-size: 12px; }

        #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) {}

          #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) > dl {}

            #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) > dl > dt {
              width: 100%;
              margin-bottom: 5px;
              font-size: 13px;
              text-align: center;
              }

            #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) > dl > dd { margin-top: 0; }

              #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) > dl > dd > .cntCols {
                margin-left: -5px;
                margin-top: -5px;
                text-align: center;
                }

                #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) > dl > dd > .cntCols > .cntCol {
                  width: 80%;
                  padding-top: 5px;
                  padding-left: 5px;
                  }

                  #productsNvTop #features .featuresLists > li .featuresListsBigxconnect > dd:nth-of-type(2) > dl > dd > .cntCols > .cntCol img { width: 100%; }
  
      /* .featureListsPlayBtn */
      #productsNvTop #features .featuresLists > li .featuresListsPlayBtn { padding: 15px 15px 15px 40px; }

        #productsNvTop #features .featuresLists > li .featuresListsPlayBtn::before {
          left: 10px;
          width: 25px;
          height: 25px;
          }

    /* .featuresLists01 */
    #productsNvTop #features .featuresLists > li.featuresLists01 {
      padding-top: calc(100vw * (440 / 640));
      padding-bottom: 50px;
      }
  
      #productsNvTop #features .featuresLists > li.featuresLists01 .cntWrapper {
        width: calc(100% - 30px);
        padding: 20px 0 0 0;
        margin: 20px 15px 0 15px;
        }

      #productsNvTop #features .featuresLists > li.featuresLists01 .featuresListsHeadline {}

        #productsNvTop #features .featuresLists > li.featuresLists01 .featuresListsHeadline p:nth-last-of-type(1) { margin-top: 25px; }

          #productsNvTop #features .featuresLists > li.featuresLists01 .featuresListsHeadline p:nth-last-of-type(1) img { width: 150px; }

      #productsNvTop #features .featuresLists > li.featuresLists01 .featuresListsDetail { width: 100%; }
  
      #productsNvTop #features .featuresLists > li.featuresLists01 .cntWrapper:nth-of-type(1) .featuresListsDetail { padding-top: 0; }

        #productsNvTop #features .featuresLists > li.featuresLists01 .cntWrapper:nth-of-type(2) .featuresListsHeadline p:nth-last-of-type(1)  { margin-top: 25px; }

    /* .featuresLists02 */
    #productsNvTop #features .featuresLists > li.featuresLists02 {
      padding-top: calc(100vw * (320 / 640));
      padding-bottom: 50px;
      }

      #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsHeadline { padding-top: 0;}

      #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail { width: 100%; }

        #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > dl:nth-of-type(1) {
          display: block;
          padding-bottom: 35px;
          }

          #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > dl:nth-of-type(1) > dt {
            display: block;
            width: 120px;
            padding-left: 0;
            margin-bottom: 20px;
            }

            #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > dl:nth-of-type(1) > dt img { width: 100%; }

          #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > dl:nth-of-type(1) > dd {
            padding-left: 0;
            }

        #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > .cntCols:nth-of-type(1) { padding-top: 0; }
  
          #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > .cntCols:nth-of-type(1) .cntCol:nth-of-type(3) { margin-top: 0; }

        #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > .cntCols:nth-of-type(2) { padding-top: calc(100vw * (180 / 640)); }

          #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > .cntCols:nth-of-type(2) .cntCol:nth-of-type(1) {}

            #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > .cntCols:nth-of-type(2) .cntCol:nth-of-type(1):after {
              content: "";
              background-image: url("/files/cdb/ZZ/products/navi/top/2311/zz_products_navi_top_featureslists02-img03-new-sp.png");
              background-repeat: no-repeat;
              background-position: 50% 0;
              background-size: 100% auto;
              width: 100%;
              height: calc(100vw * (500 / 640));
              position: absolute;
              z-index: 2;
              top: calc(100vw * (-100 / 640));
              left: 0;
              }

          #productsNvTop #features .featuresLists > li.featuresLists02 .featuresListsDetail > .cntCols:nth-of-type(2) .cntCol:nth-of-type(2) {
            padding-top: 15px;
            padding-left: 0;
            }

    /* .featuresLists03 */
    #productsNvTop #features .featuresLists > li.featuresLists03 {
      background-position: 100% 0;
      background-size: 140% auto;
      padding-top: calc(100vw * (440/ 640));
      padding-bottom: 80px;
      }

      #productsNvTop #features .featuresLists > li.featuresLists03 .featuresLists03Fuki {
        width: calc(100vw * (290 / 640));
        top: calc(100vw * (80 / 640));
        right: calc(100vw * (130 / 640));
        }

        #productsNvTop #features .featuresLists > li.featuresLists03 .featuresLists03Fuki img { width: 100%; }

      #productsNvTop #features .featuresLists > li.featuresLists03 .featuresListsHeadline {}

      #productsNvTop #features .featuresLists > li.featuresLists03 .featuresListsDetail { width: 100%; }

        #productsNvTop #features .featuresLists > li.featuresLists03 .featuresListsDetail > p:nth-of-type(1) { text-align: left; }

          #productsNvTop #features .featuresLists > li.featuresLists03 .featuresListsDetail > p:nth-of-type(1) img { width: 170px; }

        #productsNvTop #features .featuresLists > li.featuresLists03 .featuresListsDetail > .cntCols:nth-of-type(1) { padding-top: 25px; }

    /* .featuresLists04 */
    #productsNvTop #features .featuresLists > li.featuresLists04 {
      padding-top: calc(100vw * (340 / 640));
      padding-bottom: calc(100vw * (240 / 640));
      }

      #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsHeadline {}

      #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsDetail { width: 100%; }
  
        #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsDetail .cntCols:nth-of-type(2) { margin-bottom: 25px; }

        #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsDetail .cntCols:nth-of-type(2) {
          margin-left: -20px;
          text-align: center;
          }

          #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsDetail .cntCols:nth-of-type(2) .cntCol {
            padding-left: 20px;
            height: 30px;
            }

            #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsDetail .cntCols:nth-of-type(2) .cntCol:nth-of-type(1) img {
              width: 70px;
              padding-bottom: 2px;
              }
            #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsDetail .cntCols:nth-of-type(2) .cntCol:nth-of-type(2) img { width: 70px; }
            #productsNvTop #features .featuresLists > li.featuresLists04 .featuresListsDetail .cntCols:nth-of-type(2) .cntCol:nth-of-type(3) img { width: 55px; }
  
    /* .featuresLists05 */
    #productsNvTop #features .featuresLists > li.featuresLists05 { padding-bottom: 140px; }

      #productsNvTop #features .featuresLists > li.featuresLists05 .cntWrapper:before {
        width: calc(100vw * (820 / 640) * 0.9);
        height: calc(100vw * (355 / 640) * 0.9);
        top: -50px;
        right: calc(100vw * (-35 / 640) * 0.9);
        }
  
      #productsNvTop #features .featuresLists > li.featuresLists05 .featuresListsHeadline { padding-top: calc(100vw * (220 / 640) * 0.9); }

    /* .featuresLists06 */
    #productsNvTop #features .featuresLists > li.featuresLists06 { padding-bottom: 60px; }

      #productsNvTop #features .featuresLists > li.featuresLists06 .cntWrapper:before {
        width: calc(100vw * (956 / 640) * 0.8);
        height: calc(100vw * (530 / 640) * 0.8);
        top: -10px;
        right: calc(100vw * (-80 / 640) * 0.8);
        }

      #productsNvTop #features .featuresLists > li.featuresLists06 .featuresLists06Logo {
        width: calc(100vw * (240 / 640) * 0.8);
        top: calc(100vw * (-160 / 640) * 0.8);
        right: 10px;
        z-index: 3;
        }

      #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsHeadline {
        padding-top: calc(100vw * (470 / 640) * 0.8);
        width: 100%;
        margin-bottom: 35px;
        }

        #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsHeadline p:nth-last-of-type(1) {
          padding: 5px;
          margin-top: 20px;
          font-size: 12px;
          text-align: left;
          }

      #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail { width: 100%; }

        #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) { margin: -35px 0 0 0; }

          #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol { padding: 35px 0 0 0; }
          #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol:nth-last-of-type(1) { padding-top: 15px; }

            #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol > dl > dt {
              padding-bottom: 5px;
              margin-bottom: 10px;
              font-size: 14px;
              }
  
              #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol:nth-of-type(1) > dl > dd > .cntCols { margin-left: 0; }

                #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol:nth-of-type(1) > dl > dd > .cntCols > .cntCol {
                  width: 100% !important;
                  margin-left: 0;
                  }

                #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol:nth-of-type(1) > dl > dd > .cntCols > .cntCol:nth-of-type(1) { margin-right: 0; }

            #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol:nth-of-type(1) > dl > dd { padding-top: 5px; }
  
              #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol:nth-of-type(1) > dl > dd .featuresListsImgDLists > dd > p > img { width: 100px; }

        #productsNvTop #features .featuresLists > li.featuresLists06 .featuresListsDetail > .cntCaution { margin-top: 15px; }
    
    /* .featuresLists07 */
    #productsNvTop #features .featuresLists > li.featuresLists07 { padding-bottom: 60px; }

      #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsHeadline { width: 100%; }

        #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsHeadline p:nth-of-type(2) { margin-top: 20px; }

          #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsHeadline p:nth-last-of-type(2) img { width: 120px; }

        #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsHeadline p:nth-of-type(3) { margin-top: 15px; }

          #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsHeadline p:nth-of-type(3) img { width: 100px; }

      #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsDetail { width: 100%; }
  
        #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsDetail > dl > dd { margin-top: calc(100vw * (-160 / 640)); }

          #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsDetail > dl > dd > dl { padding-left: 0; }

          #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsDetail > dl > dd > dl > dt {
            margin-bottom: 10px;
            font-size: 13px;
            line-height: 1.6;
            }

          #productsNvTop #features .featuresLists > li.featuresLists07 .featuresListsDetail > dl > dd > dl > dd {
            font-size: 12px;
            line-height: 1.6;
            }

    /* .featuresLists08 */
    #productsNvTop #features .featuresLists > li.featuresLists08 { padding-bottom: 60px; }

      #productsNvTop #features .featuresLists > li.featuresLists08 .cntWrapper:before {
        width: calc(100vw * (720 / 640) * 0.8);
        height: calc(100vw * (600 / 640) * 0.8);
        top: 0;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        }

      #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsHeadline {
        padding-top: calc(100vw * (540 / 640) * 0.8);
        margin-bottom: 50px;
        }

      #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsDetail { width: 100%; }

        #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsDetail > .cntCols:nth-of-type(1) { margin: -25px 0 0 -3px; }

          #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol { padding: 25px 0 0 3px; }

            

            #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol .featuresListsImgDLists > dd { padding: 0 5px; }

              #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol .featuresListsImgDLists > dd > p:nth-of-type(1) { font-size: 13px; }

              #productsNvTop #features .featuresLists > li.featuresLists08 .featuresListsDetail > .cntCols:nth-of-type(1) > .cntCol .featuresListsImgDLists > dd > p:nth-of-type(2) { font-size: 12px; }



/**
 * Manual
 * -------------------------------
 */

#productsNvTop #manual { padding: 25px 0 30px 0; }

  #productsNvTop #manual .cntBtns { text-align: center; }
  
    #productsNvTop #manual .cntBtns .cntBtn { width: 100%; }

      #productsNvTop #manual .cntBtns .cntBtn > a {
        width: 100%;
        height: 45px;
        font-size: 13px;
        }
  
  #productsNvTop #manual .manualLogo { margin-top: 20px; }

    #productsNvTop #manual .manualLogo img { width: 40%; }
  
  
  
/**
 * Floating
 * -------------------------------
 */
  
#productsNvTop #m-floating > ul {
  display: flex;
  align-items: stretch;
  margin-top: 0;
  }

  #productsNvTop #m-floating > ul > li {
    display: inline-block;
    width: 50%;
    margin-top: 0;
    border-left: 1px solid #000;
    }
  
  #productsNvTop #m-floating > ul > li:nth-of-type(1) { border-left: none; }
  
    #productsNvTop #m-floating > ul > li > a { height: 100px; }


/* -- .nv-m-floatingYoutube -- */
#productsNvTop .nv-m-floatingYoutube {
  background-image: none;
  background-color: #ed0038;
  }

  #productsNvTop .nv-m-floatingYoutube > a { height: auto; }
  
    #productsNvTop .nv-m-floatingYoutube > a > span { padding: 0; }

      #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(1) {
        background-color: #1a1a1a;
        height: 50px;
        padding: 8px 5px;
        color: #fff;
        font-size: 11px;
        }
  
        #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(1) > strong {
          margin-top: 3px;
          font-size: 13px;
          }

          #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(1) > strong > .ffRobotoCond { font-size: 20px; }

          #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(1) > strong > span:nth-of-type(2) { font-size: 10px; }

          #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(1) > strong > span:nth-of-type(3) {
            font-size: 15px;
            font-weight: 900;
            }

      #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(3) {
        display: flex;
        justify-content: center;
        height: 50px;
        padding: 8px 30px 8px 5px;
        text-align: center;
        }
  
        #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(3) br.isPC { display: none; }
        #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(3) br.isSP { display: inline; }
  
        #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(3) > span {
          font-size: 14px;
          line-height: 1.3;
          }

          #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(3) > span:after {
            width: calc(20px * 0.8);
            height: calc(20px * 0.8);
            position: relative;
            top: 3px;
            right: -5px;
            }

          #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(3) > span > span {
            display: inline;
            font-size: 11px;
            font-weight: 700;
            }
  
      #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(4) {
        width: calc(47px * 0.6);
        height: calc(66px * 0.6);
        right: 3px;
        bottom: 0;
        }
  
        #productsNvTop .nv-m-floatingYoutube > a > span > span:nth-of-type(4) img {
          width: auto;
          height: 100%;
          position: absolute;
          bottom: 0;
          right: 0;
          }



}