@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');



/**
 * Top Page Style
 * ================================================================================
 * Table of Contents:
 *
 * Basic Structure
 * Parts Settings
 * Content Settings
 * ================================================================================
 */






/**
 * ================================================================================
 * Basic Structure
 * ================================================================================
 */


/* -- Layout-- */
.header {
  background-color: #fff;
  position: relative;
  z-index: 500;
  }
#headerNavArea {
  position: relative;
  z-index: 499;
  }
.dirpath { margin-top: 0; }
.footer { margin-top: 0 !important; }

#productsSpPremiumxTop {
  background-color: #000;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }

  #productsSpPremiumxTop *,
  #productsSpPremiumxTop *::before,
  #productsSpPremiumxTop *::after { box-sizing: border-box; }

  #productsSpPremiumxTop #loader {
    background-color: #000;
    background-image: url("/files/cdb/ZZ/products/speaker/top/2210/zz_products_speaker_top_loader.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 35px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    }

#productsSpPremiumxTop img { width: 100%; }

#productsSpPremiumxTop a {
  display: inline-block;
  opacity: 1;
  color: #bb9c5c;
  transition: opacity 0.2s ease-in;
  text-decoration: underline;
  }

#productsSpPremiumxTop a:hover { opacity: 0.6; }






/**
 * ================================================================================
 * Parts Settings
 * ================================================================================
 */


/**
 * Wrapper
 * -------------------------------
 */

#productsSpPremiumxTop .p-wrapper {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  }



/**
 * Column
 * -------------------------------
 */

#productsSpPremiumxTop .p-cols {
  list-style: none;
  letter-spacing: -.40em;
  }

  #productsSpPremiumxTop .p-cols .p-col {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    }



/**
 * Lists / Comments
 * -------------------------------
 */

#productsSpPremiumxTop .p-lists,
#productsSpPremiumxTop .p-comments { list-style: none; }

  #productsSpPremiumxTop .p-lists > li,
  #productsSpPremiumxTop .p-comments > li {
    padding-left: 1em;
    text-indent: -1em;
    }



/**
 * Title
 * -------------------------------
 */

#productsSpPremiumxTop .p-secTtl01 {
  margin-bottom: 80px;
  text-align: center;
  }

  #productsSpPremiumxTop .p-secTtl01 > span {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    }

  #productsSpPremiumxTop .p-secTtl01 > span.c-ffRobotoCond {
    margin-bottom: 20px;
    font-size: 10.0rem;
    font-weight: 300;
    letter-spacing: -0.04em;
    }

    #productsSpPremiumxTop .p-secTtl01 > span.c-ffRobotoCond > strong {
      color: #bb9c5c;
      font-weight: 700;
      }



/**
 * Button
 * -------------------------------
 */

#productsSpPremiumxTop .p-btns {
  margin: -20px 0 0 -20px;
  list-style: none;
  letter-spacing: -.40em;
  text-align: center;
  }

  #productsSpPremiumxTop .p-btns .p-btn { padding: 20px 0 0 20px; }


#productsSpPremiumxTop .p-btn {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  }

  #productsSpPremiumxTop .p-btn > * {
    display: block;
    min-width: 450px;
    padding: 15px;
    border: 2px solid #bb9c5c;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    }

    #productsSpPremiumxTop .p-btn > * > span {
      display: inline-block;
      padding: 0 15px;
      position: relative;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.4;
      }

      #productsSpPremiumxTop .p-btn > * > span::after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #bb9c5c;
        border-right: 1px solid #bb9c5c;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(45deg);
        }



/**
 * Link
 * -------------------------------
 */

#productsSpPremiumxTop .p-linkYoutube { text-align: center; }

  #productsSpPremiumxTop .p-linkYoutube > a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    }

  #productsSpPremiumxTop .p-linkYoutube dl {
    display: inline-block;
    padding-left: 100px;
    position: relative;
    text-align: left;
    line-height: 1.4;
    }

    #productsSpPremiumxTop .p-linkYoutube dl:before {
      content: "";
      background-image: url("/files/cdb/ZZ/products/d-mirror/top/2210/zz_products_d-mirror_top_icon-youtube.svg");
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 80px;
      height: 80px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      }

    #productsSpPremiumxTop .p-linkYoutube dl > dt {
      display: block;
      margin-bottom: 7px;
      font-size: 13px;
      }

    #productsSpPremiumxTop .p-linkYoutube dl > dd {}

      #productsSpPremiumxTop .p-linkYoutube dl > dd > p {
        font-size: 14px;
        font-weight: 700;
        }

      #productsSpPremiumxTop .p-linkYoutube dl > dd > p > * {
        color: #ed0038;
        font-size: 18px;
        font-weight: 700;
        text-decoration: underline;
        }



/**
 * More
 * -------------------------------
 */

#productsSpPremiumxTop .p-more { display: inline-block; }

  #productsSpPremiumxTop .p-more > * {
    display: block;
    color: #fff;
    }

    #productsSpPremiumxTop .p-more > * > span {
      display: inline-block;
      padding-right: 15px;
      position: relative;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.4;
      }

      #productsSpPremiumxTop .p-more> * > span::after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #bb9c5c;
        border-right: 1px solid #bb9c5c;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(45deg);
        }

    




/**
 * ================================================================================
 * Content Settings
 * ================================================================================
 */


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

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

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

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

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

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

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



/**
 * Lead
 * -------------------------------
 */

#productsSpPremiumxTop #lead {
  position: relative;
  z-index: 2;
  text-align: center;
  }

  #productsSpPremiumxTop #lead .leadInner {
    padding-top: 115px;
    position: relative;
    z-index: 1;
    }

    #productsSpPremiumxTop #lead .leadInner > h2 {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 180px;
      height: 180px;
      border: 1px solid #bb9c5c;
      }

      #productsSpPremiumxTop #lead .leadInner > h2 img { width: 111px; }

    #productsSpPremiumxTop #lead .leadInner > p {
      margin-top: 65px;
      font-size: 2.5rem;
      font-weight: 900;
      }



/**
 * Overview
 * -------------------------------
 */

#productsSpPremiumxTop #overview {
  background-image: url("/files/cdb/ZZ/products/speaker/top/2210/zz_products_speaker_top_bg01.jpg");
  background-repeat: repeat;
  background-size: 100px auto;
  margin-top: -45px;
  height: 1700px;
  position: relative;
  z-index: 1;
  }

  #productsSpPremiumxTop #overview::before {
    content: "";
    background-image: url("/files/cdb/ZZ/products/speaker/top/2210/zz_products_speaker_top_bg01.jpg");
    background-repeat: repeat;
    background-size: 100px auto;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -25%;
    z-index: -3;
    }

  #productsSpPremiumxTop #overview .p-wrapper { height: 100%; }

  #productsSpPremiumxTop #overview .overviewBg {
    width: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
    }

    #productsSpPremiumxTop #overview .overviewBg::before,
    #productsSpPremiumxTop #overview .overviewBg::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      }

    #productsSpPremiumxTop #overview .overviewBg::before {
      background-repeat: repeat;
      background-size: 100px auto;
      }

    #productsSpPremiumxTop #overview .overviewBg::after {
      content: "";
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-size: 2265px auto;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      }

  #productsSpPremiumxTop #overview .overviewBg01 {
    height: calc(635px + 200px);
    top: 0;
    z-index: -2;
    }

    #productsSpPremiumxTop #overview .overviewBg01::before { background-color: #000; }
    #productsSpPremiumxTop #overview .overviewBg01::after { background-image: url("/files/cdb/ZZ/products/speaker/top/2210/zz_products_speaker_top_overview-bg01.jpg"); }

  #productsSpPremiumxTop #overview .overviewBg02 {
    height: 1345px;
    top: calc(635px - 80px);
    z-index: -1;
    transform: skewY(3deg);
    }

    #productsSpPremiumxTop #overview .overviewBg02::before,
    #productsSpPremiumxTop #overview .overviewBg02::after { transform: skewY(-3deg); }
    #productsSpPremiumxTop #overview .overviewBg02::before {
      /*background-image: url("/files/cdb/ZZ/products/speaker/top/2210/zz_products_speaker_top_bg01.jpg");
      top: -20%;*/
      }
    #productsSpPremiumxTop #overview .overviewBg02::after {
      background-image: url("/files/cdb/ZZ/products/speaker/top/2210/zz_products_speaker_top_overview-bg02.jpg");
      top: -8%;
      }

  #productsSpPremiumxTop #overview .overviewInner {
    position: absolute;
    top: 240px;
    }

  #productsSpPremiumxTop #overview .overviewTtl { margin-bottom: 60px; }

    #productsSpPremiumxTop #overview .overviewTtl > span {
      display: block;
      line-height: 0.8;
      }

    #productsSpPremiumxTop #overview .overviewTtl > span:nth-of-type(1) {
      margin-left: -10px;
      color: #bb9c5c;
      font-size: 22.4rem;
      font-weight: 700;
      letter-spacing: -0.04em;
      }

    #productsSpPremiumxTop #overview .overviewTtl > span:nth-of-type(2) {
      margin-top: 30px;
      font-size: 5.7rem;
      letter-spacing: -0.03em;
      }

  #productsSpPremiumxTop #overview .overviewTxt {
    font-size: 2.5rem;
    font-weight: 900;
    }

    #productsSpPremiumxTop #overview .overviewTxt > strong { color: #bb9c5c; }

  #productsSpPremiumxTop #overview .overviewAnchor {
    width: 100%;
    position: absolute;
    bottom: 240px;
    letter-spacing: -.40em;
    text-align: center;
    }

    #productsSpPremiumxTop #overview .overviewAnchor > li {
      display: inline-block;
      margin: 0 70px;
      letter-spacing: normal;
      vertical-align: top;
      }

      #productsSpPremiumxTop #overview .overviewAnchor > li > a {
        display: block;
        padding-bottom: 85px;
        position: relative;
        text-decoration: none;
        }

        #productsSpPremiumxTop #overview .overviewAnchor > li > a::after {
          content: "";
          background-image: url("/files/cdb/ZZ/products/speaker/top/2210/zz_products_speaker_top_icon-arrow-anchor.svg");
          background-repeat: no-repeat;
          background-position: 50% 50%;
          width: 8px;
          height: 58px;
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%);
          }

        #productsSpPremiumxTop #overview .overviewAnchor > li > a > span {
          display: block;
          color: #fff;
          font-size: 1.6rem;
          font-weight: 700;
          line-height: 1;
          text-decoration: underline;
          }

        #productsSpPremiumxTop #overview .overviewAnchor > li > a > span.c-ffRobotoCond {
          margin-bottom: 15px;
          color: #bb9c5c;
          font-size: 3.0rem;
          font-weight: 700;
          letter-spacing: -0.04em;
          text-decoration: none;
          }



/**
 * Technology
 * -------------------------------
 */

#productsSpPremiumxTop #tech {
  background-image: url("/files/cdb/ZZ/products/speaker/top/2210/zz_products_speaker_top_bg01.jpg");
  background-repeat: repeat;
  background-size: 100px auto;
  padding-top: 180px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  }

  #productsSpPremiumxTop #tech::before {
    content: "";
    background-color: #000;
    width: 100vw;
    height: 1000px;
    position: absolute;
    top: -730px;
    left: 50%;
    transform: translateX(-50%) skewY(8deg);
    z-index: -1;
    }

  #productsSpPremiumxTop #tech .techAnchor {
    margin-left: -50px;
    margin-bottom: 160px;
    letter-spacing: -.40em;
    text-align: center;
    }

    #productsSpPremiumxTop #tech .techAnchor > li {
      display: inline-block;
      margin-left: 50px;
      letter-spacing: normal;
      vertical-align: top;
      }

      #productsSpPremiumxTop #tech .techAnchor > li > * {
        background-image: url("/files/cdb/ZZ/products/speaker/top/2210/zz_products_speaker_top_tech-anchor-bg.png");
        background-repeat: repeat;
        background-size: 20px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 238px;
        height: 154px;
        border: 1px solid #4d4d4d;
        position: relative;
        color: #fff;
        text-decoration: none;
        text-align: center;
        border-radius: 20px;
        }

        #productsSpPremiumxTop #tech .techAnchor > li > *::after {
          content: "";
          background-image: url("/files/cdb/ZZ/products/speaker/top/2210/zz_products_speaker_top_icon-arrow-anchor.svg");
          background-repeat: no-repeat;
          background-position: 50% 50%;
          width: 8px;
          height: 58px;
          position: absolute;
          left: 50%;
          bottom: -40px;
          transform: translateX(-50%);
          }

        #productsSpPremiumxTop #tech .techAnchor > li > * span { display: block; }

        #productsSpPremiumxTop #tech .techAnchor > li > * > span > span {
          color: #aaa;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 1;
          }

        #productsSpPremiumxTop #tech .techAnchor > li > * > span > span.c-ffRobotoCond {
          margin-bottom: 10px;
          color: #fff;
          font-size: 3.0rem;
          }

  #productsSpPremiumxTop #tech .techLists {}

    #productsSpPremiumxTop #tech .techLists > li { position: relative; }

      #productsSpPremiumxTop #tech .techLists > li::before,
      #productsSpPremiumxTop #tech .techLists > li::after {
        content: "";
        background-color: #000;
        width: 100vw;
        height: 100%;
        margin-left: -50vw;
        position: absolute;
        left: 50%;
        z-index: -1;
        }

    #productsSpPremiumxTop #tech .techLists .techListsSlider {
      position: relative;
      margin: 0 -150px 105px -150px;
      }

      #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderInner {
        position: absolute;
        z-index: 2;
        top: 100px;
        left: 140px;
        }

      #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderTtl { margin-bottom: 25px; }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderTtl > span {
          display: inline-block;
          vertical-align: middle;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 1;
          }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderTtl > span.c-ffRobotoCond {
          margin-right: 30px;
          font-size: 7.0rem;
          }

      #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderTxt {
        color: #aaa;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.8;
        }

      #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain {
        position: relative;
        z-index: 1;
        }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-slide {
          border-radius: 20px;
          overflow: hidden;
          }

          #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-slide img { width: 100%; }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-arrow {
          background: none;
          width: 40px;
          height: 40px;
          margin-top: 0;
          position: absolute;
          top: auto;
          bottom: 25px;
          border-radius: 1000px;
          transition: 0.2s ease-out;
          transform: translateY(-50%);
          }
        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-prev { left: 200px; }
        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-next {
          left: 375px;
          right: auto;
          }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-arrow:hover { opacity: 0.7; }

          #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-arrow:after {
            content: "";
            width: 18px;
            height: 18px;
            border-top: 1px solid #bb9c5c;
            border-right: 1px solid #bb9c5c;
            position: absolute;
            top: 50%;
            left: 50%;
            }

          #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-prev:after { transform: translate(-50%, -50%) rotate(-135deg); }
          #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-next:after { transform: translate(-50%, -50%) rotate(45deg); }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots {
          display: inline-block;
          width: 176px;
          list-style: none;
          position: absolute;
          left: 220px;
          bottom: 55px;
          letter-spacing: -.40em;
          text-align: center;
          }

          #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots > li {
            display: inline-block;
            letter-spacing: normal;
            vertical-align: top;
            margin: 0 2px;
            line-height: 1;
            }

            #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots > li > button {
              background-color: transparent;
              width: 20px;
              height: 20px;
              border: none;
              position: relative;
              font-size: 0;
              text-indent: -9999px;
              border-radius: 0;
              transition: 0.2s ease-out;
              }

            #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots > li > button:hover { opacity: 0.6; }
            #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots > li.slick-active > button:hover { opacity: 1; }

              #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots > li > button:after {
                content: "";
                background-color: #aaa;
                width: 5px;
                height: 5px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 1000px;
                }

              #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots > li.slick-active > button:after { background-color: #bb9c5c; }

      #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderNav {
        width: 100%;
        letter-spacing: -.40em;
        margin-left: -5px;
        position: absolute;
        left: 140px;
        bottom: 120px;
        z-index: 2;
        }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderNav > li {
          display: inline-block;
          width: 100px;
          margin-left: 10px;
          letter-spacing: normal;
          vertical-align: top;
          border-radius: 5px;
          overflow: hidden;
          opacity: 0.3;
          cursor: pointer;
          transition: 0.2s all;
          }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderNav > li:hover,
        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderNav > li.slick-current { opacity: 1; }

    #productsSpPremiumxTop #tech .techLists .techListsTtl01 {
      margin-bottom: 80px;
      text-align: center;
      position: relative;
      }

      #productsSpPremiumxTop #tech .techLists .techListsTtl01::before,
      #productsSpPremiumxTop #tech .techLists .techListsTtl01::after {
        content: "";
        background-color: #e6e6e6;
        width: 35%;
        height: 1px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        }

      #productsSpPremiumxTop #tech .techLists .techListsTtl01::before { left: 0; }
      #productsSpPremiumxTop #tech .techLists .techListsTtl01::after { right: 0; }

      #productsSpPremiumxTop #tech .techLists .techListsTtl01 > span {
        display: block;
        line-height: 1.15;
        }

      #productsSpPremiumxTop #tech .techLists .techListsTtl01 > span:nth-of-type(1) {
        font-size: 3.7rem;
        font-weight: 300;
        }

        #productsSpPremiumxTop #tech .techLists .techListsTtl01 > span:nth-of-type(1) > strong {
          display: block;
          color: #bb9c5c;
          font-weight: 700;
          }

      #productsSpPremiumxTop #tech .techLists .techListsTtl01 > span:nth-of-type(2) {
        font-size: 5.2rem;
        font-weight: 700;
        }

    #productsSpPremiumxTop #tech .techLists .techListsTtl02 {
      margin-bottom: 60px;
      text-align: center;
      }

      #productsSpPremiumxTop #tech .techLists .techListsTtl02 > span {
        display: inline-block;
        font-size: 3.5rem;
        font-weight: 900;
        line-height: 1.4;
        }

    #productsSpPremiumxTop #tech .techLists .techListsTtl03 { margin-bottom: 20px; }

      #productsSpPremiumxTop #tech .techLists .techListsTtl03 > span {
        display: inline-block;
        font-size: 2.5rem;
        font-weight: 900;
        line-height: 1.4;
        }

    #productsSpPremiumxTop #tech .techLists .techListsTxt {
      color: #aaa;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.8;
      }

      #productsSpPremiumxTop #tech .techLists .techListsTxt > span { letter-spacing: -0.03em; }

    #productsSpPremiumxTop #tech .techLists .techListsNew {
      position: relative;
      z-index: 1;
      }

      #productsSpPremiumxTop #tech .techLists .techListsNew::after {
        content: "";
        background-image: url("/files/cdb/ZZ/products/speaker/top/2210/zz_products_speaker_top_icon-new.svg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 80px;
        height: 80px;
        position: absolute;
        }

    #productsSpPremiumxTop #tech .techLists .techLists01 {
      margin-bottom: 200px;
      z-index: 2;
      overflow: hidden;
      }

      #productsSpPremiumxTop #tech .techLists .techLists01::before {
        top: 1220px;
        transform: skewY(5deg);
        }

      #productsSpPremiumxTop #tech .techLists .techLists01::after { display: none; }

      #productsSpPremiumxTop #tech .techLists .techLists01-01 {
        margin-bottom: 100px;
        text-align: center;
        }

        #productsSpPremiumxTop #tech .techLists .techLists01-01 > dt {
          display: block;
          margin-bottom: 40px;
          }

          #productsSpPremiumxTop #tech .techLists .techLists01-01 > dt::after {
            top: -27px;
            left: -27px;
            }

      #productsSpPremiumxTop #tech .techLists .techLists01-02 {
        display: flex;
        align-items: center;
        margin-bottom: 45px;
        }

        #productsSpPremiumxTop #tech .techLists .techLists01-02 > dt {
          display: block;
          width: 38%;
          }

          #productsSpPremiumxTop #tech .techLists .techLists01-02 > dt::after {
            top: -27px;
            right: -27px;
            }

        #productsSpPremiumxTop #tech .techLists .techLists01-02 > dd {
          width: 62%;
          padding-left: 130px;
          }

      #productsSpPremiumxTop #tech .techLists .techLists01-03 { text-align: center; }

        #productsSpPremiumxTop #tech .techLists .techLists01-03 > dt {
          display: block;
          margin-bottom: 80px;
          }

        #productsSpPremiumxTop #tech .techLists .techLists01-03 > dd > dl {
          background-color: #202428;
          margin: 70px 75px 0 75px;
          padding: 50px 50px 55px 50px;
          text-align: center;
          border-radius: 20px;
          }

          #productsSpPremiumxTop #tech .techLists .techLists01-03 > dd > dl > dt {
            display: block;
            margin-bottom: 45px;
            font-size: 2.0rem;
            font-weight: 900;
            line-height: 1.4;
            }

          #productsSpPremiumxTop #tech .techLists .techLists01-03 > dd > dl > dd img { width: 587px; }

    #productsSpPremiumxTop #tech .techLists .techLists02 {
      padding-bottom: 120px;
      position: relative;
      z-index: 1;
      }

      #productsSpPremiumxTop #tech .techLists .techLists02::before {
        height: 1000px;
        top: -760px;
        transform: skewY(-8deg);
        }

      #productsSpPremiumxTop #tech .techLists .techLists02::after {
        /* top: 1400px; */
        top: 1200px;
        transform: skewY(7deg);
        }

      #productsSpPremiumxTop #tech .techLists .techLists02 .techListsTtl01 { /* margin-bottom: 145px; */ }

      #productsSpPremiumxTop #tech .techLists .techLists02 .techListsTtl02 { margin-bottom: 30px; }

        #productsSpPremiumxTop #tech .techLists .techLists02 .techListsTtl02 > span::after {
          position: absolute;
          left: -110px;
          top: 50%;
          transform: translateY(-50%);
          }

      #productsSpPremiumxTop #tech .techLists .techLists02 .techListsTxt { text-align: center; }

      #productsSpPremiumxTop #tech .techLists .techLists02-01 {
        padding: 0 75px;
        margin-bottom: 130px;
        text-align: center;
        }

        #productsSpPremiumxTop #tech .techLists .techLists02-01 .techListsTxt { margin-bottom: 80px; }

        #productsSpPremiumxTop #tech .techLists .techLists02-01 > dl > dt { display: block; }

        #productsSpPremiumxTop #tech .techLists .techLists02-01 > dl > dd { margin-top: 35px; }

          #productsSpPremiumxTop #tech .techLists .techLists02-01 > dl > dd > dl {
            background-color: #202428;
            padding: 40px 55px 70px 55px;
            border-radius: 20px;
            }

            #productsSpPremiumxTop #tech .techLists .techLists02-01 > dl > dd > dl > dt {
              display: block;
              margin-bottom: 30px;
              color: #e6e6e6;
              font-size: 1.8rem;
              font-weight: 500;
              text-align: left;
              }

            #productsSpPremiumxTop #tech .techLists .techLists02-01 > dl > dd > dl > dd { background-color: #e6e6e6; }

              #productsSpPremiumxTop #tech .techLists .techLists02-01 > dl > dd > dl > dd img { width: 645px; }

      #productsSpPremiumxTop #tech .techLists .techLists02-02 {
        padding: 0 75px;
        text-align: center;
        }

        #productsSpPremiumxTop #tech .techLists .techLists02-02 .techListsTxt { margin-bottom: 60px; }

        #productsSpPremiumxTop #tech .techLists .techLists02-02 > dl {
          background-color: #202428;
          padding: 60px 120px 100px 120px;
          border-radius: 20px;
          }

          #productsSpPremiumxTop #tech .techLists .techLists02-02 > dl > dt {
            display: block;
            margin-bottom: 65px;
            color: #e6e6e6;
            font-size: 1.8rem;
            font-weight: 500;
            }

            #productsSpPremiumxTop #tech .techLists .techLists02-02 > dl > dd > ul {
              margin-left: -55px;
              letter-spacing: -.40em;
              }

              #productsSpPremiumxTop #tech .techLists .techLists02-02 > dl > dd > ul > li {
                display: inline-block;
                width: 50%;
                padding-left: 55px;
                letter-spacing: normal;
                vertical-align: top;
                }

                #productsSpPremiumxTop #tech .techLists .techLists02-02 > dl > dd > ul > li > p {
                  margin-top: 15px;
                  color: #bb9c5c;
                  font-size: 1.8rem;
                  font-weight: 700;
                  }



/**
 * Bottom
 * -------------------------------
 */

#productsSpPremiumxTop #bottom {
  padding-bottom: 120px;
  position: relative;
  z-index: 3;
  text-align: center;
  }

  #productsSpPremiumxTop #bottom .bottomTtl {
    display: inline-block;
    margin-bottom: 80px;
    text-align: left;
    }

    #productsSpPremiumxTop #bottom .bottomTtl > span {
      display: block;
      line-height: 0.8;
      }

    #productsSpPremiumxTop #bottom .bottomTtl > span:nth-of-type(1) {
      margin-left: -5px;
      color: #bb9c5c;
      font-size: 14.4rem;
      font-weight: 700;
      letter-spacing: -0.04em;
      }

    #productsSpPremiumxTop #bottom .bottomTtl > span:nth-of-type(2) {
      margin-top: 15px;
      font-size: 3.7rem;
      letter-spacing: -0.03em;
      }

  #productsSpPremiumxTop #bottom .bottomLogo {}

    #productsSpPremiumxTop #bottom .bottomLogo img { width: 160px; }



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

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

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


/* -- .sp-m-floatingYoutube -- */
#productsSpPremiumxTop .sp-m-floatingYoutube {
  background-image: url("/files/cdb/ZZ/products/speaker/top/2210/zz_products_speaker_top_floating-youtube-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  }

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

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

      #productsSpPremiumxTop .sp-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;
        }

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

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

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

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

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

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

      #productsSpPremiumxTop .sp-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;
        }

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

          #productsSpPremiumxTop .sp-m-floatingYoutube > a > span > span:nth-of-type(3) > span:after {
            content: "";
            background-image: url("/files/cdb/ZZ/products/speaker/top/2210/zz_products_speaker_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: 7px;
            }

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

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

        #productsSpPremiumxTop .da-m-floatingWebinar > a > span > span:nth-of-type(4):before,
        #productsSpPremiumxTop .da-m-floatingWebinar > a > span > span:nth-of-type(4):after { display: none; }

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







/**
 * ================================================================================
 * Other Settings
 * ================================================================================
 */
  

/* -- Font Family -- */
.c-ffRobotoCond { font-family: "Roboto Condensed", sans-serif !important; }
.c-ffRoboto { font-family: "Roboto", sans-serif !important; }








@media only screen and (min-width: 768px) and (max-width: 1279px) {
  
  
/**
 * ================================================================================
 * Top Settings
 * ================================================================================
 */
  
  
/**
 * Technology
 * -------------------------------
 */
  
#productsSpPremiumxTop #tech::before { width: 1280px; }
  
  #productsSpPremiumxTop #tech .techLists > li::before,
  #productsSpPremiumxTop #tech .techLists > li::after {
    width: 1280px;
    margin-left: calc(1280px / -2);
    }
  
  
}








@media only screen and (min-width: 0px) and (max-width: 767px) { 
  
  
/**
 * ================================================================================
 * Basic Structure
 * ================================================================================
 */ 
    
#headerNavArea {
  position: absolute;
  z-index: 500;
  }

#productsSpPremiumxTop { font-size: 12px; }
  
  #productsSpPremiumxTop #loader { background-size: 30px auto; }
  

 /* -- Link -- */
#productsSpPremiumxTop a:hover,
#productsSpPremiumxTop a:hover img { opacity: 1; } 
  

/* -- Image -- */
#productsSpPremiumxTop img { width: 100%; }
  
  
  
  
  
  
/**
 * ================================================================================
 * Common Settings
 * ================================================================================
 */


/**
 * Wrapper
 * -------------------------------
 */

#productsSpPremiumxTop .p-wrapper {
  width: 100%;
  padding: 0 15px;
  }

  

/**
 * Lists / Comments
 * -------------------------------
 */

#productsSpPremiumxTop .p-lists,
#productsSpPremiumxTop .p-comments {}
  
  
  
/**
 * Title
 * -------------------------------
 */

/* -- .p-secTtl01 -- */
#productsSpPremiumxTop .p-secTtl01 { margin-bottom: 40px; }

  #productsSpPremiumxTop .p-secTtl01 > span { font-size: 1.2rem; }

  #productsSpPremiumxTop .p-secTtl01 > span.c-ffRobotoCond {
    margin-bottom: 8px;
    font-size: 4.2rem;
    }
  
  

/**
 * Button
 * -------------------------------
 */

#productsSpPremiumxTop .p-btns { margin: -10px 0 0 -10px; }

  #productsSpPremiumxTop .p-btns .p-btn { padding: 10px 0 0 10px; }


#productsSpPremiumxTop .p-btn {}

  #productsSpPremiumxTop .p-btn > * {
    min-width: 80vw;
    padding: 10px;
    border: 1px solid #bb9c5c;
    border-radius: 5px;
    }

    #productsSpPremiumxTop .p-btn > * > span {
      padding: 0 10px;
      font-size: 1.2rem;
      }

      #productsSpPremiumxTop .p-btn > * > span::after {
        width: 6px;
        height: 6px;
        }
  
  
  
/**
 * Link
 * -------------------------------
 */
  
#productsSpPremiumxTop .p-linkYoutube {}
  
  #productsSpPremiumxTop .p-linkYoutube dl { padding-left: 70px; }

    #productsSpPremiumxTop .p-linkYoutube dl:before {
      width: 55px;
      height: 55px;
      }

    #productsSpPremiumxTop .p-linkYoutube dl > dt {
      margin-bottom: 5px;
      font-size: 10px;
      }

    #productsSpPremiumxTop .p-linkYoutube dl > dd {}

      #productsSpPremiumxTop .p-linkYoutube dl > dd > p { font-size: 11px; }

      #productsSpPremiumxTop .p-linkYoutube dl > dd > p > * { font-size: 13px; }



/**
 * More
 * -------------------------------
 */

#productsSpPremiumxTop .p-more {}

  #productsSpPremiumxTop .p-more > * > span {
    padding-right: 10px;
    font-size: 1.1rem;
    }

    #productsSpPremiumxTop .p-more > * > span::after {
      width: 6px;
      height: 6px;
      }

  
  
  
  
  
/**
 * ================================================================================
 * Content Settings
 * ================================================================================
 */
  
  
/**
 * UCL
 * -------------------------------
 */

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

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

    #productsSpPremiumxTop #ucl > dl > dt {}

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

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

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



/**
 * Lead
 * -------------------------------
 */

#productsSpPremiumxTop #lead {}

  #productsSpPremiumxTop #lead .leadInner { padding-top: calc(100vw * (115 / 640) * 0.8); }

    #productsSpPremiumxTop #lead .leadInner > h2 {
      width: calc(100vw * (180 / 640));
      height: calc(100vw * (180 / 640));
      }

      #productsSpPremiumxTop #lead .leadInner > h2 img { width: calc(100vw * (111 / 640)); }

    #productsSpPremiumxTop #lead .leadInner > p {
      margin-top: 30px;
      font-size: 1.3rem;
      }



/**
 * Overview
 * -------------------------------
 */

#productsSpPremiumxTop #overview {
  background-size: calc(100vw * (100 / 640)) auto;
  height: calc(100vw * (1700 / 640) * 0.82);
  margin-top: calc(100vw * (-40 / 640));
  }
  
  #productsSpPremiumxTop #overview::before { background-size: calc(100vw * (100 / 640)) auto; }

  #productsSpPremiumxTop #overview .overviewBg {}

    #productsSpPremiumxTop #overview .overviewBg::before { background-size: calc(100vw * (100 / 640)) auto; }

  #productsSpPremiumxTop #overview .overviewBg01 { height: calc(100vw * (635 / 640) * 0.8); }
  
    #productsSpPremiumxTop #overview .overviewBg01::after {
      background-size: calc(100vw * (2265 / 640) * 0.7) auto;
      background-position: 55% 0;
      }

  #productsSpPremiumxTop #overview .overviewBg02 {
    height: calc(100vw * (1345 / 640) * 0.8);
    top: calc(100vw * (635 / 640) * 0.8 - 100vw * (110 / 640) * 0.8);
    transform: skewY(5deg);
    }

    #productsSpPremiumxTop #overview .overviewBg02::before,
    #productsSpPremiumxTop #overview .overviewBg02::after { top: -7%; }
  
    #productsSpPremiumxTop #overview .overviewBg02::after {
      background-size: calc(100vw * (2265 / 640) * 0.8) auto;
      background-position: 60% 0;
      }
  
  #productsSpPremiumxTop #overview .overviewInner { top: calc(100vw * (240 / 640) * 1); }

  #productsSpPremiumxTop #overview .overviewTtl { margin-bottom: 25px; }

    #productsSpPremiumxTop #overview .overviewTtl > span:nth-of-type(1) {
      margin-left: -5px;
      font-size: 8.0rem;
      }

    #productsSpPremiumxTop #overview .overviewTtl > span:nth-of-type(2) {
      margin-top: 15px;
      font-size: 2.5rem;
      }

  #productsSpPremiumxTop #overview .overviewTxt { font-size: 1.3rem; }

  #productsSpPremiumxTop #overview .overviewAnchor { bottom: calc(100vw * (170 / 640) * 1); }

    #productsSpPremiumxTop #overview .overviewAnchor > li { margin: 0 30px; }

      #productsSpPremiumxTop #overview .overviewAnchor > li > a { padding-bottom: calc(85px * 0.6); }

        #productsSpPremiumxTop #overview .overviewAnchor > li > a::after {
          width: calc(8px * 0.6);
          height: calc(58px * 0.6);
          }

        #productsSpPremiumxTop #overview .overviewAnchor > li > a > span { font-size: 1.1rem; }

        #productsSpPremiumxTop #overview .overviewAnchor > li > a > span.c-ffRobotoCond {
          margin-bottom: 10px;
          font-size: 1.8rem;
          }



/**
 * Technology
 * -------------------------------
 */

#productsSpPremiumxTop #tech {
  background-size: calc(100vw * (100 / 640)) auto;
  padding-top: 80px;
  }

  #productsSpPremiumxTop #tech::before {
    content: "";
    height: calc(100vw * (1000 / 640));
    top: calc(100vw * (-780 / 640));
    }

  #productsSpPremiumxTop #tech .techAnchor {
    margin-left: -10px;
    margin-bottom: 60px;
    }

    #productsSpPremiumxTop #tech .techAnchor > li { margin-left: 10px; }

      #productsSpPremiumxTop #tech .techAnchor > li > * {
        background-size: 10px auto;
        width: calc(238px * 0.5);
        height: calc(154px * 0.5);
        border-radius: 10px;
        }

        #productsSpPremiumxTop #tech .techAnchor > li > *::after {
          width: calc(8px * 0.6);
          height: calc(58px * 0.6);
          bottom: calc(-40px * 0.6);
          }

        #productsSpPremiumxTop #tech .techAnchor > li > * > span > span { font-size: 1.1rem; }

        #productsSpPremiumxTop #tech .techAnchor > li > * > span > span.c-ffRobotoCond {
          margin-bottom: 5px;
          font-size: 1.8rem;
          }

  #productsSpPremiumxTop #tech .techLists {}

    #productsSpPremiumxTop #tech .techLists > li { position: relative; }

      #productsSpPremiumxTop #tech .techLists > li::before,
      #productsSpPremiumxTop #tech .techLists > li::after {
        content: "";
        background-color: #000;
        width: 100vw;
        height: 100%;
        margin-left: -50vw;
        position: absolute;
        left: 50%;
        z-index: -1;
        }
  
    #productsSpPremiumxTop #tech .techLists .p-wrapper { padding: 0 20px; }

    #productsSpPremiumxTop #tech .techLists .techListsSlider { margin: 0 -5px 40px -5px; }

      #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderInner {
        width: 100%;
        top: 35px;
        left: 0;
        text-align: center;
        }

      #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderTtl { margin-bottom: 10px; }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderTtl > span { font-size: 1.2rem; }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderTtl > span.c-ffRobotoCond {
          margin-right: 15px;
          font-size: 3.0rem;
          }

      #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderTxt { font-size: 1.1rem; }

      #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain {}

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-slide {
          background-color: #000;
          padding-top: 400px;
          border-radius: 10px;
          }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-arrow {
          width: calc(40px * 0.7);
          height: calc(40px * 0.7);
          top: 385px;
          bottom: auto;
          }
        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-prev { left: 90px; }
        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-next {
          left: auto;
          right: 90px;
          }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-arrow:hover { opacity: 1; }

          #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-arrow:after {
            width: calc(18px * 0.7);
            height: calc(18px * 0.7);
            }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots {
          width: 100%;
          left: 0;
          bottom: auto;
          top: 374px;
          }

          #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots > li { margin: 0 1px; }

            #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots > li > button {
              background-color: transparent;
              width: 16px;
              height: 16px;
              border: none;
              position: relative;
              font-size: 0;
              text-indent: -9999px;
              border-radius: 0;
              transition: 0.2s ease-out;
              }

            #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots > li > button:hover { opacity: 0.6; }
            #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots > li.slick-active > button:hover { opacity: 1; }

              #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots > li > button:after {
                content: "";
                background-color: #aaa;
                width: 5px;
                height: 5px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 1000px;
                }

              #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderMain .slick-dots > li.slick-active > button:after { background-color: #bb9c5c; }

      #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderNav {
        margin-left: -5px;
        left: 0;
        bottom: auto;
        top: 315px;
        text-align: center;
        }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderNav > li {
          width: 60px;
          margin-left: 5px;
          border-radius: 3px;
          }

        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderNav > li:hover { opacity: 0.3; }
        #productsSpPremiumxTop #tech .techLists .techListsSlider .techListsSliderNav > li.slick-current:hover { opacity: 1; }

    #productsSpPremiumxTop #tech .techLists .techListsTtl01 { margin-bottom: 35px; }

      #productsSpPremiumxTop #tech .techLists .techListsTtl01::before,
      #productsSpPremiumxTop #tech .techLists .techListsTtl01::after {
        width: 23%;
        margin-top: -8px;
        }

      #productsSpPremiumxTop #tech .techLists .techListsTtl01 > span:nth-of-type(1) { font-size: 2.2rem; }

      #productsSpPremiumxTop #tech .techLists .techListsTtl01 > span:nth-of-type(2) { font-size: 3.2rem; }

    #productsSpPremiumxTop #tech .techLists .techListsTtl02 { margin-bottom: 25px; }

      #productsSpPremiumxTop #tech .techLists .techListsTtl02 > span { font-size: 1.8rem; }

    #productsSpPremiumxTop #tech .techLists .techListsTtl03 { margin-bottom: 10px; }

      #productsSpPremiumxTop #tech .techLists .techListsTtl03 > span { font-size: 1.4rem; }

    #productsSpPremiumxTop #tech .techLists .techListsTxt { font-size: 1.2rem; }

      #productsSpPremiumxTop #tech .techLists .techListsTxt > span { letter-spacing: normal; }

    #productsSpPremiumxTop #tech .techLists .techListsNew {}

      #productsSpPremiumxTop #tech .techLists .techListsNew::after {
        width: calc(80px * 0.5);
        height: calc(80px * 0.5);
        }

    #productsSpPremiumxTop #tech .techLists .techLists01 { margin-bottom: 60px; }

      #productsSpPremiumxTop #tech .techLists .techLists01::before { top: calc(100vw * (1485 / 640)); }

      #productsSpPremiumxTop #tech .techLists .techLists01-01 { margin-bottom: 40px; }

        #productsSpPremiumxTop #tech .techLists .techLists01-01 > dt { margin-bottom: 20px; }

          #productsSpPremiumxTop #tech .techLists .techLists01-01 > dt::after {
            top: calc(-27px * 0.4);
            left: calc(-27px * 0.4);
            }

      #productsSpPremiumxTop #tech .techLists .techLists01-02 {
        display: block;
        margin-bottom: 10px;
        text-align: center;
        }

        #productsSpPremiumxTop #tech .techLists .techLists01-02 > dt {
          width: 100%;
          margin-bottom: 20px;
          }

          #productsSpPremiumxTop #tech .techLists .techLists01-02 > dt::after {
            top: calc(-27px * 0.5);
            right: calc(-27px * 0.5);
            }

        #productsSpPremiumxTop #tech .techLists .techLists01-02 > dd {
          width: 100%;
          padding-left: 0;
          }

      #productsSpPremiumxTop #tech .techLists .techLists01-03 { text-align: center; }

        #productsSpPremiumxTop #tech .techLists .techLists01-03 > dt { margin-bottom: 30px; }

        #productsSpPremiumxTop #tech .techLists .techLists01-03 > dd > dl {
          background-color: #202428;
          margin: 20px 0 0 0;
          padding: 15px 15px 20px 15px;
          border-radius: 10px;
          }

          #productsSpPremiumxTop #tech .techLists .techLists01-03 > dd > dl > dt {
            margin-bottom: 20px;
            font-size: 1.2rem;
            }

    #productsSpPremiumxTop #tech .techLists .techLists02 { padding-bottom: 70px; }

      #productsSpPremiumxTop #tech .techLists .techLists02::before {
        height: calc(100vw * (1000 / 640));
        top: calc(100vw * (-800 / 640));
        }

      #productsSpPremiumxTop #tech .techLists .techLists02::after {
        /* top: calc(100vw * (1695 / 640)); */
        top: calc(100vw * (1495 / 640));
        }

      #productsSpPremiumxTop #tech .techLists .techLists02 .techListsTtl01 { /* margin-bottom: 35px; */ }

      #productsSpPremiumxTop #tech .techLists .techLists02 .techListsTtl02 { margin-bottom: 15px; }

        #productsSpPremiumxTop #tech .techLists .techLists02 .techListsTtl02 > span::after { left: calc(-110px * 0.45); }

      #productsSpPremiumxTop #tech .techLists .techLists02-01 {
        padding: 0;
        margin-bottom: 40px;
        }

        #productsSpPremiumxTop #tech .techLists .techLists02-01 .techListsTxt { margin-bottom: 30px; }

        #productsSpPremiumxTop #tech .techLists .techLists02-01 > dl > dd { margin-top: 15px; }

          #productsSpPremiumxTop #tech .techLists .techLists02-01 > dl > dd > dl {
            padding: 15px 15px 20px 15px;
            border-radius: 10px;
            }

            #productsSpPremiumxTop #tech .techLists .techLists02-01 > dl > dd > dl > dt {
              margin-bottom: 15px;
              font-size: 1.1rem;
              }

      #productsSpPremiumxTop #tech .techLists .techLists02-02 { padding: 0; }

        #productsSpPremiumxTop #tech .techLists .techLists02-02 .techListsTxt { margin-bottom: 30px; }

        #productsSpPremiumxTop #tech .techLists .techLists02-02 > dl {
          padding: 25px 15px 20px 15px;
          border-radius: 10px;
          }

          #productsSpPremiumxTop #tech .techLists .techLists02-02 > dl > dt {
            margin-bottom: 15px;
            font-size: 1.1rem;
            }

            #productsSpPremiumxTop #tech .techLists .techLists02-02 > dl > dd > ul { margin-left: 0; }

              #productsSpPremiumxTop #tech .techLists .techLists02-02 > dl > dd > ul > li {
                width: 50%;
                padding-left: 0;
                }

                #productsSpPremiumxTop #tech .techLists .techLists02-02 > dl > dd > ul > li > p {
                  margin-top: 10px;
                  font-size: 1.1rem;
                  line-height: 1.4;
                  }



/**
 * Bottom
 * -------------------------------
 */

#productsSpPremiumxTop #bottom { padding-bottom: 50px; }

  #productsSpPremiumxTop #bottom .bottomTtl { margin-bottom: 30px; }

    #productsSpPremiumxTop #bottom .bottomTtl > span:nth-of-type(1) {
      margin-left: -3px;
      font-size: 6.2rem;
      }

    #productsSpPremiumxTop #bottom .bottomTtl > span:nth-of-type(2) {
      margin-top: 10px;
      font-size: 1.8rem;
      }

  #productsSpPremiumxTop #bottom .bottomLogo {}

    #productsSpPremiumxTop #bottom .bottomLogo img { width: calc(160px * 0.5); }


  
  
/**
 * Floating
 * -------------------------------
 */
  
#productsSpPremiumxTop #m-floating > ul {
  display: flex;
  align-items: stretch;
  margin-top: 0;
  }

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


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

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

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

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

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

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

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

          #productsSpPremiumxTop .sp-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;
            }

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

}