@charset "UTF-8";
/**
 * COMMON
-----------------------------------------------------------*/
html, body {
  /* overflow: hidden; */
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.7;
  color: #424242;
}


#contents-c70 {
  /** CATEGORY_BANNER
==============================================*/
  /* Text meant only for screen readers. */
}

#contents-c70 .brandconcept {
  color: #fff;
}

#contents-c70 .brandconcept .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .brandconcept .grid {
    display: block;
  }
}

#contents-c70 .brandconcept .cell {
  width: calc(100% / 3);
  height: 490px;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contents-c70 .brandconcept .cell.center {
  background-color: #000;
  text-align: center;
  padding-top: 140px;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .brandconcept .cell.center {
    padding-top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-image: url(../images/brand_concept-img_spn.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #contents-c70 .brandconcept .cell.center .headline__title {
    line-height: 1;
    font-size: 12px;
  }
  #contents-c70 .brandconcept .cell.center .headline__title img {
    height: 40px;
    width: auto;
  }
}

#contents-c70 .brandconcept .cell.left {
  background-image: url(../images/brand_concept-01.jpg);
}

@media only screen and (max-width: 767px) {
  #contents-c70 .brandconcept .cell.left {
    display: none;
  }
}

#contents-c70 .brandconcept .cell.right {
  background-image: url(../images/brand_concept-02.jpg);
}

@media only screen and (max-width: 767px) {
  #contents-c70 .brandconcept .cell.right {
    display: none;
  }
}

#contents-c70 .brandconcept .btn.more {
  margin: 0;
}

#contents-c70 .brandconcept .btn a {
  margin: 0 auto;
}

#contents-c70 .btn.more {
  margin-top: 3em;
}

@media (min-width: 768px) and (max-height: 800px) {
  #contents-c70 .btn.more {
    margin-top: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .btn.more {
    margin-top: 20px;
  }
}

#contents-c70 .btn.more a {
  font-size: 15px;
  display: block;
  max-width: 230px;
  text-align: center;
  border: 1px solid #424242;
  padding: 0.75em 0;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-bk.png);
  background-position: 95% 50%;
}

@media only screen and (min-width: 768px) {
  #contents-c70 .btn.more a:hover {
    color: #fff;
    background-color: #424242;
    background-image: url(../images/arrow-wh.png);
  }
}

@media (min-width: 768px) and (max-height: 800px) {
  #contents-c70 .btn.more a {
    font-size: 13px;
    padding: 0.5em 0;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .btn.more a {
    font-size: 12px;
    text-align: center;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px 0;
  }
}

#contents-c70 .category_banner {
  border-top: 1px #ddd solid;
}

@media only screen and (min-width: 768px) {
  #contents-c70 .category_banner {
    border-bottom: 1px #ddd solid;
  }
}

#contents-c70 .category_banner .content {
  padding: 65px 0;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .category_banner .content {
    padding: 20px 0 20px;
    margin: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  #contents-c70 .category_banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  #contents-c70 .category_banner li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 0 30px;
    margin: 15px 0;
  }
}
#contents-c70 .notes {
    font-size: 12px;
    padding: 15px 0 0 30px;
}
@media only screen and (max-width: 767px) {
  #contents-c70 .category_banner li {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .category_banner .banner:last-child {
    margin-bottom: 0;
  }
  #contents-c70 .notes {
    padding-left: 0;
  }
}

#contents-c70 .category_banner .banner a {
  font-size: 15px;
  text-decoration: none;
  background-color: #4E4E4E;
  color: #fff;
  display: block;
  padding: 25px;
  position: relative;
  background-image: url(../images/arrow-wh-m2x.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: auto 24px;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .category_banner .banner a {
    background-size: 15px auto;
    line-height: 1;
    padding: 18px 20px;
  }
}

@media only screen and (min-width: 768px) {
  #contents-c70 .category_banner .banner a:hover {
    background-color: #999;
  }
}

#contents-c70 .category_banner .banner a span {
  font-size: 12px;
}

#contents-c70 .category_banner .banner a span:before {
  content: "/";
  margin: 0 6px;
  font-size: 15px;
}

#contents-c70 .site-main {
  position: relative;
}

#contents-c70 .section {
  position: relative;
}

#contents-c70 .section span.bg {
  display: none;
}
#contents-c70 .iScrollIndicator {
    background: rgba(0, 0, 0, 0) !important;
    border: none !important;
}
@media only screen and (max-width: 767px) {
  #contents-c70 .section span.bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #contents-c70 .section .column {
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  #contents-c70 .section-present {
    visibility: hidden;
    display: none !important;
  }
}

#contents-c70 .anim {
  /* opacity: 0; */
}

@media (min-width: 768px) and (max-height: 800px) {
  #contents-c70 .figure img {
    vertical-align: bottom;
  }
  #contents-c70 p:not(.product-name) {
    line-height: 1.8;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 #page-footer {
    padding: 28px 0 28px;
  }
  #contents-c70 .pageTop {
    max-width: 35px;
  }
  #contents-c70 .pageTop p {
    float: none;
    margin: 0 0 0 auto;
    width: 100%;
  }
}

#contents-c70 .view.concept {
  color: #fff;
}

#contents-c70 .view.concept a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .view.concept .headline__title {
    text-align: center;
    font-size: 30px;
  }
}

#contents-c70 .view.concept .headline__title span {
  display: inline-block;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-image: url(../images/concept-line.png);
  background-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .view.concept .headline__title span {
    background-size: auto 80px;
  }
}

#contents-c70 .view.concept .content .btn.playmovie {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .view.concept .content .btn.playmovie {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 768px) {
  #contents-c70 .view.concept .content .btn.playmovie a {
    display: inline-block;
    margin-top: 1em;
    opacity: 1;
    padding: 10px 0;
    padding-left: 3em;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    background-repeat: no-repeat;
    background-image: url(../images/concept-movie-btn.png);
    background-position: 0 50%;
  }
  #contents-c70 .view.concept .content .btn.playmovie a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 768px) and (max-height: 800px) {
  #contents-c70 .view.concept .content .btn.playmovie a {
    font-size: 13px;
    padding: 0.5em 0;
    padding-left: 3em;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .view.concept .content .btn.playmovie a {
    font-size: 12px;
    text-align: center;
    display: block;
    max-width: 170px;
    margin: 0 auto;
    padding: 10px 0;
    border: 1px solid #ccc;
  }
}

#contents-c70 .section-content {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
}

#contents-c70 .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #contents-c70 .section-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-height: 800px) {
  #contents-c70 .section-content {
    padding-top: 20px;
  }
}

#contents-c70 .headline__title {
  font-size: 40px;
  letter-spacing: -0.025ch;
  font-family: "DIN Light", Arial, Helvetica, sans-serif;
  position: relative;
}
@media (min-width: 768px) and (max-height: 800px) {
  #contents-c70 .headline__title {
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 800px) {
    .tablet-mobile #contents-c70 .space .headline__title img {
        opacity: .4;
    }
}
@media only screen and (max-width: 767px) {
  #contents-c70 .headline__title {
    font-size: 10px;
    line-height: 1;
    text-align: center;
  }
  #contents-c70 .headline__title img {
    height: 150px;
  }
  #contents-c70 .space .headline__title img {
    opacity: .06;
  }
  #contents-c70 .headline__title img.headline__title-txt {
    height: 24px;
  }
}

#contents-c70 .headline__title span {
  position: relative;
  display: inline-block;
}

#contents-c70 .headline__title-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#contents-c70 .content .lead {
  font-size: 22px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .tablet-mobile #contents-c70 .content .lead {
        font-size: 20px;
    }
}
@media screen and (min-width: 641px) and (max-width: 800px) {
    .tablet-mobile #contents-c70 .content .lead,
    .tablet-mobile #contents-c70 .content .txt_area{
        padding-right: 1em;
    }
    
    .tablet-mobile #contents-c70 .content .txt_area {
        display: none;
    }
}
@media (min-width: 768px) and (max-height: 800px) {
  #contents-c70 .content .lead {
    font-size: 18px;
  }
  #contents-c70 .section-wireless .content .lead {
    padding: 1em 4em 1em 1em;
  }
  .section-wireless .content .lead > br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #contents-c70 .content .lead {
    font-size: 18px;
    padding: 1em 0;
    line-height: 1.4;
  }
}

#contents-c70 .content .txt_area {
  line-height: 2.4;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .content .txt_area {
    line-height: 1.6;
    font-size: 14px;
  }
  #contents-c70 .content .txt_area br {
    display: none;
  }
}

#contents-c70 .section-hero {
  color: #fff;
}

#contents-c70 .section-hero .section-content {
  padding-bottom: 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-hero .section-content {
    display: block;
    width: 81.3%;
    margin: 0 auto;
  }
}

#contents-c70 .section-hero .content {
  font-size: 16px;
  position: absolute;
  bottom: 20%;
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
#contents-c70 .section-hero .content {
  font-size: 16px;
  position: absolute;
  bottom: 10%;
}


}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-hero .content {
    padding-top: 2vw;
    position: initial;
  }
  #contents-c70 .section-hero .content .brand-logo img {
  }
}

#contents-c70 .section-hero .content .lead {
  padding-bottom: 1.6em;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-hero .content .lead {
    font-size: 5.5vw;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-hero .content .number dt {
    font-size: 13px;
  }
}

#contents-c70 .section-hero .content .number dd {
  font-size: 34px;
  line-height: 1.4;
  font-family: "DIN Regular", Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-hero .content .number dd {
    font-size: 7vw;
    margin-top: -1.5%;
  }
}



@media only screen and (max-width: 767px) {
  #contents-c70 .section-hero .content .price {
    margin-top: 1em;
    font-size: 12px;
    font-weight: normal;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  }

  #contents-c70 .section-hero .content .price dt {
    margin-right: 5px;
  }
}

#contents-c70.viewDidLoaded .localnav {
  pointer-events: auto;
  opacity: 1;
}

#contents-c70 .localnav {
  font-family: "DIN Light", Arial, Helvetica, sans-serif;
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 100;
  margin: 0 0 13px;
  text-align: right;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 14px;
  -webkit-transition: opacity 600ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 600ms cubic-bezier(0.42, 0, 0.58, 1);
  pointer-events: none;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .localnav {
    right: 8px;
  }
}

@media only screen and (min-width: 768px) {
  #contents-c70 .localnav .nav-present {
    display: none;
  }
}

#contents-c70 .localnav li {
  margin: 20px 0;
  height: 40px;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .localnav li {
    height: auto;
  }
}

#contents-c70 .localnav li a {
  color: #adadad;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents-c70 .localnav li a {
    height: 20px;
  }
}

#contents-c70 .localnav li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -3px;
  width: 6px;
  height: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #adadad;
  border-radius: 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  #contents-c70 .localnav li a:after {
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
}

@media only screen and (min-width: 768px) {
  #contents-c70 .localnav li a:after {
    content: "";
    width: 6px;
    height: 6px;
    cursor: pointer;
  }
}

#contents-c70 .localnav li span {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 600ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  #contents-c70 .localnav li span {
    display: none !important;
  }
}

#contents-c70 .localnav li.active a:after {
  right: -6px;
  width: 12px;
  height: 12px;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .localnav li.active a:after {
    width: 10px;
    height: 10px;
    right: -5px;
  }
}

#contents-c70 .localnav li.active span {
  opacity: 1;
}

#contents-c70 .masthead {
  padding: 25px 0 0 25px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  #contents-c70 .masthead {
    padding: 15px;
    height: auto;
  }
  #contents-c70 .masthead .brand-logo {
    line-height: 1;
  }
  #contents-c70 .masthead img {
    height: 15px;
  }
}

#contents-c70 .tm {
  position: relative;
  top: -0.35em;
  font-size: 75%;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-concept .view.present {
    display: none !important;
  }
}

#contents-c70 .view.present .section-content {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .view.present .section-content {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-height: 800px) {
  #contents-c70 .view.present .section-content {
    padding-top: 20px;
  }
}

#contents-c70 .view.present .column {
  width: 330px;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .view.present .column {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .view.present .headline__title {
    font-size: 30px;
  }
}

#contents-c70 .view.present .headline__title span {
  display: inline-block;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-image: url(../images/present-line.png);
  background-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .view.present .headline__title span {
    background-size: auto 80px;
  }
}

#contents-c70 .view.present .content .lead {
  padding-top: 20px;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .view.present .content .lead {
    padding: 30px 0 110px;
  }
}

#contents-c70 .view.present .content .btn.more {
  margin: 2em 0 0;
}

@media (min-width: 768px) and (max-height: 800px) {
  #contents-c70 .view.present .content .btn.more {
    margin-top: 1.5em;
  }
}

#contents-c70 .section-sound .txt_area .figure {
  margin-top: 2em;
}

@media (min-width: 768px) and (max-height: 800px) {
  #contents-c70 .section-sound .txt_area .figure {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-sound .txt_area .figure {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-sound .txt_area {
    font-size: 14px;
  }
  #contents-c70 .section-sound .txt_area br {
    display: none;
  }
  #contents-c70 .section-sound .txt_area p {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-sound .content {
      padding: 5% 30px 10%;
  }
  #contents-c70 .section-sound .content .lead {
    padding-top: 0;
  }
  #contents-c70 .section-sound .figure {
    text-align: center;
    line-height: 1;
  }
  #contents-c70 .section-sound .figure img {
    width: 50px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-space span.bg {
  }
  #contents-c70 .section-space .content {
    padding: 0 30px;
    color: #fff;
  }
  #contents-c70 .section-space .content .lead br {
    display: none;
  }
  #contents-c70 .section-space .figure {
    text-align: center;
    line-height: 1;
  }
  #contents-c70 .section-space .figure img {
    width: 50px;
    height: auto;
  }
  #contents-c70 .section-space .btn.more a {
    border: 1px solid #fff;
    color: #fff;
    background-image: url(../images/arrow-wh.png);
  }
}

#contents-c70 .theme-dark {
  color: #fff;
}

#contents-c70 .theme-dark .btn.more a {
  border: 1px solid #fff;
  color: #fff;
  background-image: url(../images/arrow-wh.png);
}

@media only screen and (min-width: 768px) {
  #contents-c70 .theme-dark .btn.more a:hover {
    color: #424242;
    background-color: #fff;
    background-image: url(../images/arrow-bk.png);
  }
}

@media only screen and (min-width: 768px) {
  #contents-c70 .section.half,
  #contents-c70 .view.half {
    height: 50vh;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section,
  #contents-c70 .view {
    height: 100%;
  }
}

#contents-c70 .test {
  height: 4000px;
}

#contents-c70 .column {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .column {
    width: 100%;
  }
}

#contents-c70 .column.right {
  margin-left: auto;
}

#contents-c70 .view {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

#contents-c70 .view.kv {
    background-image: url(../images/kv-bg_pc.jpg);
    height: 88vh;
    height: -webkit-calc(100vh - 131px);
    height: calc(100vh - 131px);
    overflow: hidden;
    position: relative;
    z-index: -2;
    z-index: 1;
}
@media only screen and (max-width: 1024px) {

    #contents-c70 .view.kv {
        background-position: 77% 50%;
    }
}
@media only screen and (max-width: 767px) {
  #contents-c70 .view.kv {

    background-image: url(../images/kv-bg_spn.jpg);
    height: 88vh;
    background-position: 24% 50%;
  }
  #contents-c70 .kv-products {
    background: url(../images/kv-products_pc.png) 100% 40% / 160% auto no-repeat;
  }
}

#contents-c70 .fp-completely .view.concept {
    background: url(../images/dot.png) repeat-y;
    background-size: auto;
    background-position: 40% 0;
}
@media only screen and (max-width: 1100px) {
    .tablet-mobile .youtube-wrap {
        display: none;
    }
}
.tablet-mobile #contents-c70 .view.concept {
    background: url(../images/concept-img.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
@media only screen and (max-width: 767px) {
    .tablet-mobile #contents-c70 .view.concept {
    background-image: url(../images/concept-img_spn.jpg);
  }
}

#contents-c70 .view.present {
  background-image: url(../images/present-img.jpg);
}

@media only screen and (max-width: 767px) {
  #contents-c70 .view.present {
    background-image: url(../images/present-img_spn.jpg);
  }
}

#contents-c70 .view.sound {
  background-image: url(../images/sound-img.jpg);
}

@media only screen and (max-width: 767px) {
  #contents-c70 .view.sound {
    background-image: url(../images/sound-img_spn.jpg);
  }
}

#contents-c70 .view.wireless {
  background-image: url(../images/wireless-img.jpg);
}

@media only screen and (max-width: 767px) {
  #contents-c70 .view.wireless {
    background-image: url(../images/wireless-img_spn.jpg);
  }
}

#contents-c70 .view.space {
  background-image: url(../images/space-img.jpg);
}

@media only screen and (max-width: 767px) {
  #contents-c70 .view.space {
    background-image: url(../images/space-img_spn.jpg);
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-wireless span.bg {
  }
}

#contents-c70 .section-wireless .column {
  margin-left: auto;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-wireless .column {
    padding-left: 0;
    margin: 0 auto;
  }
}

#contents-c70 .section-wireless .ext-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2.5em;
}

@media (min-width: 768px) and (max-height: 800px) {
  #contents-c70 .section-wireless .ext-links {
    margin-top: 1em;
  }
  #contents-c70 .section-wireless .ext-links img {
    vertical-align: bottom;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-wireless .ext-links {
    margin-top: 20px;
    line-height: 1;
  }
}

#contents-c70 .section-wireless .ext-links li {
  margin-right: 18px;
}

@media only screen and (max-width: 767px) {
  #contents-c70 .section-wireless .content {
    padding: 0 30px;
  }
  #contents-c70 .section-wireless .content .lead {
    line-height: 1.6;
    padding-top: 10px;
  }
  #contents-c70 .section-wireless .content .lead br {
    display: none;
  }
}

#contents-c70 .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.fp-viewing-Top #contents-c70 .localnav,
.fp-viewing-other #contents-c70 .localnav {
  pointer-events: none;
  opacity: 0;
}

.fp-viewing-Present #contents-c70 .localnav a,
.fp-viewing-Space #contents-c70 .localnav a {
  color: #777;
}

.fp-viewing-Present #contents-c70 .localnav a:after,
.fp-viewing-Space #contents-c70 .localnav a:after {
  background-color: #777;
}

.fp-viewing-Sound #contents-c70 .localnav li a {
    color: #999;
}
.fp-viewing-Sound #contents-c70 .localnav li a:after {
    background-color: #999;
}
footer {
  position: static;
  padding-bottom: 0.1em;
}
footer #page-footer::before {
    z-index: 9;
}
.inContents {
    margin-bottom: 102px;
}
@media only screen and (max-width: 600px) {
    .inContents {
        margin-bottom: 12vh;
    }
}

.test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ew-header {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ew-header #page-header {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
}
.exceptionWrap .contens {
    padding: 0 10px;
}

#productNav-fx {
    opacity: .9 !important;
    z-index: 100;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    background: rgba(255,255,255,.9);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    font-size: 12px;
}
.fp-viewing-Concept #productNav-fx,
.fp-viewing-Wireless #productNav-fx,
.fp-viewing-Space #productNav-fx,
.fp-viewing-Sound #productNav-fx,
.fp-viewing-Present #productNav-fx,
.fp-viewing-other #productNav-fx {
    visibility: visible;
}
@media all and (max-width: 640px) {
    #productNav-fx .product-name {
        padding-top: 2%;
    }
    #productNav-fx .product-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
    .product-nav .product-name::after {
        content: ' ';
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        background: url(/products/common/images/arrow_nav.png) 95% 60% no-repeat;
        background-size: 7%;
        width: 100%;
        height: 100%;
        transform-origin: center;
    }
    .product-nav .product-name.active::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        background-position: 5% 50%;
    }
    .product-nav .nav-list {
        display: none;
        margin-top: 0;
        position: absolute;
        z-index: 100;
        width: 100%;
        left: 0;
        background: rgba(255,255,255,.9);
    }
    .product-nav .nav-list li a {
        font-size: 110%;
        display: block;
    }
    .product-nav li a > br {
        display: none;
    }
    .product-nav li {
        border-right: none;
        padding: 2.5% 0;
        width: 94%;
        margin: 0 auto;
        text-align: left;
        line-height: normal;
    }
    .product-nav li + li {
        border-top: 1px solid #ccc;
    }
}

/* youtube iframe */
.youtube-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: -1;
    background-color: #b2b2b2;
}
.youtube-wrap .embed-yt {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}
.youtube-wrap .embed-yt:after {
/*  content: ' ';*/
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.fp-viewing-Concept .youtube-wrap .embed-yt iframe {
    opacity: 1;
}
.youtube-wrap .embed-yt iframe {
      position: absolute;
      opacity: 0;
      transition: opacity 500ms 1s;
}
#youtube {
    vertical-align: bottom;
}
.youtube-cover {
    width: 100%;
    height: 50vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(1,1,1,.4);
}
.youtube-cover::before {
    content: '';
    display: block;
    width: -webkit-calc( 50% - 35px);
    width: calc( 50% - 35px);
    height: 50vh;
    background-color: #707274;
    box-shadow: 40px 0px 35px 20px #707274;
    position: absolute;
}
@media only screen and (max-width: 767px) {
    #contents-c70 .fp-completely .view.concept {
        background-image: none;
    }
    .tablet-mobile #contents-c70 .fp-completely .view.concept {
        background-image: url(../images/concept-img_spn.jpg);
    }
    .youtube-wrap .embed-yt:after,
    .youtube-cover::before {
        display: none;
    }
    .youtube-cover {
        height: 100vh;
        background-color: rgba(1,1,1,.6);
    }
    .youtube-wrap .embed-yt {
        width: 100%;
    }
}
/* IE */
@media all and (-ms-high-contrast:none){
    #contents-c70 .view.concept,
    #contents-c70 .fp-completely .view.concept {
        background-image: url(../images/concept-img.jpg);
        background-size: cover;
        background-position: 50% 0;
    }
    .youtube-wrap .embed-yt:after,
    .youtube-cover::before {
        display: none;
    }
    .youtube-cover {
        height: 100vh;
        background-color: rgba(1,1,1,.6);
    }
    .youtube-wrap .embed-yt {
        width: 100%;
    }
}