@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* ----- reset ----- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/* ----- tag ----- */
body {
  background: #ffffff;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

th, td {
  vertical-align: top;
}

body {
  font-size: 20px;
  font-family: Roboto,'Franklin Gothic Medium',Arial,Helvetica,Verdana,sans-serif;
  font-weight: 400;
  color: #333;
}

table, textarea, select {
  font-size: inherit;
  font: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #333;
}

p, li, td, th, dt, dd {
  font-size: 100%;
  line-height: 1;
  color: #333;
}

input, textarea, option {
  font-size: 100%;
  line-height: 1.5;
  color: #333;
}

a {
  color: #0077bf;
}

a:hover {
  color: #0027bb;
}

.clear {
  clear: both;
}

/* ----- clearfix ----- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

/* layout */
/* ================================================================================

	汎用CSS

================================================================================ */
/* ----- font ----- */
.fs3l {
  font-size: 20px !important;
}

.fs2l {
  font-size: 18px !important;
}

.fsl {
  font-size: 16px !important;
}

.fsm {
  font-size: 14px !important;
}

.fss {
  font-size: 12px !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.fwn {
  font-weight: normal !important;
}

/* ----- margin ----- */
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ma0auto {
  margin: 0 auto !important;
}

.ma0 {
  margin: 0 !important;
}

/* ----- padding ----- */
.pa0 {
  padding: 0 !important;
}

.pa5 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl1em {
  padding-left: 1em !important;
}

.pl2em {
  padding-left: 2em !important;
}

.pl3em {
  padding-left: 3em !important;
}

/* ----- line-height ----- */
.lh100 {
  line-height: 1 !important;
}

.lh150 {
  line-height: 1.5 !important;
}

.lh167 {
  line-height: 1.67 !important;
}

.lh200 {
  line-height: 2 !important;
}

/* ----- min-height ----- */
/* ----- text-indent ----- */
.ti-1em {
  text-indent: -1em;
}

.ti-2em {
  text-indent: -2em;
}

.ti-3em {
  text-indent: -3em;
}

/* ----- vertical-align ----- */
.vat {
  vertical-align: top !important;
}

.vatb {
  vertical-align: text-bottom !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

/* ----- border ----- */
.bb0 {
  border-bottom: 0 !important;
}

.ba0 {
  border: 0 !important;
}

/* ----- background ----- */
/* ----- color ----- */
/* ----- float ----- */
.left {
  float: left !important;
}

.right {
  float: right !important;
}

/* ----- width ----- */
/* ----- icon ----- */
/* ----- other ----- */
/* index */
#wrapper {
  min-width: 980px;
}

#container {
  width: 100%;
  min-width: 980px;
  position: fixed;
  left: 0;
  top: 0;
}

.section {
  zoom: 1;
}

.section:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.inner {
  margin: 0 auto;
  width: 980px;
  position: relative;
}

p {
  line-height: 1.5;
  font-size: 17px;
}

#section1 {
  height: 517px;
  position: relative;
}
#section1 .bg {
  background: #f2f2f2;
  width: 100%;
  height: 487px;
  position: absolute;
  left: 0;
  top: 0;
}
#section1 .image {
  position: absolute;
  right: 0;
  top: 150px;
}
#section1 .image img {
  margin-right: -206px;
}
#section1 .txt1 {
  margin-top: 20px;
  padding-left: 10px;
  /*padding: 60px 0 0;*/
  width: 362px;
  float: left;
}
#section1 .txt1 .jvc {
  margin-bottom: 70px;
}
#section1 .txt1 p {
  font-size: 22px;
  font-weight: 500;
}
#section1 .txt1 h1 {
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 700;
}
#section1 .txt1 .bluetooth {
  margin-left: 30px;
}
#section1 .buynow a {
  margin-top: 20px;
  background: #8edbcf;
  display: block;
  width: 250px;
  margin: 20px 0 0;
  padding: 5px 10px;
  border-radius: 15px;
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.25s;
}
#section1 .buynow a:hover {
  background: #8acfe9;
}


#section2 {
  margin-bottom: 50px;
}
#section2 h2 {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #333;
}
#section2 .image {
  overflow: hidden;
  position: relative;
}
#section2 .image img {
  position: absolute;
  left: 0;
  top: -80px;
}
#section2 .block1 {
  float: right;
  width: 362px;
}
#section2 .block1 .txt1 {
  height: 279px;
}
#section2 .block1 h2 {
  margin-top: 100px;
  margin-bottom: 25px;
  padding: 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#section2 .block1 h2 .font1 {
  color: #7ef3bb;
}
#section2 .block1 h2 .font2 {
  color: #b6b6b6;
}
#section2 .block1 .image {
  width: 362px;
  height: 520px;
}
#section2 .block1 .image img {
  top: -80px;
}
#section2 .block2 {
  margin-top: 100px;
  float: left;
  width: 568px;
}
#section2 .block2 .speaker {
  margin-bottom: 17px;
}
#section2 .block2 .txt2 {
  height: 115px;
}
#section2 .block2 h2 {
  font-size: 52px;
}
#section2 .block2 h2 .font1 {
  color: #8eb026;
}
#section2 .block2 p {
  margin-bottom: 20px;
}
#section2 .block2 .image {
  width: 568px;
  height: 320px;
}
#section2 .block2 .image img {
  top: -470px;
}

#section3 {
  margin-bottom: 210px;
}
#section3 h2 {
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #333;
}
#section3 .block1 .image,
#section3 .block2 .image {
  overflow: hidden;
  position: relative;
}
#section3 .block1 .image img,
#section3 .block2 .image img {
  position: absolute;
  left: 0;
  top: -80px;
}
#section3 .block1 {
  float: left;
  width: 362px;
}
#section3 .block1 h2 .font1 {
  color: #d80025;
}
#section3 .block1 p {
  margin-bottom: 20px;
}
#section3 .block1 .image {
  margin-bottom: 100px;
}
#section3 .block1 .image {
  width: 362px;
  height: 360px;
}
#section3 .block1 .image img {
  top: -310px;
}
#section3 .block2 {
  float: right;
  width: 568px;
}
#section3 .block2 h2 .font1 {
  color: #c4b621;
}
#section3 .block2 .image {
  margin-bottom: 40px;
}
#section3 .block2 .image {
  width: 568px;
  height: 247px;
}
#section3 .block2 .image img {
  top: -200px;
}
#section3 .block3 {
  clear: both;
  position: relative;
}
#section3 .block3 .wave {
  position: absolute;
  right: -305px;
  top: -118px;
}
#section3 .block3 .speaker {
  position: absolute;
  right: 107px;
  top: -129px;
}
#section3 .block3 .image {
  margin: 0 -210px;
}

#section4 {
  margin-bottom: 170px;
  height: 340px;
}
#section4 .image {
  position: absolute;
  top: 0;
  left: 322px;
}
#section4 .wave {
  position: absolute;
  top: 0;
  left: 343px;
}
#section4 .wave li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#section4 .wave li:first-child {
  display: block;
}
#section4 .block1 {
  position: relative;
  z-index: 1;
  width: 380px;
}
#section4 h2 {
  padding: 10px 0;
  font-size: 41px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #1dec7f;
}
#section4 p {
  margin-bottom: 5px;
}
#section4 .thumbnail li {
  margin-left: 10px;
  float: left;
  width: 120px;
}
#section4 .thumbnail li:first-child {
  margin-left: 0;
}
#section4 .thumbnail li img {
  cursor: pointer;
}
#section4 .mode {
  position: relative;
}
#section4 .mode li {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
#section4 .mode li:first-child {
  display: block;
}
#section4 h3 {
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  background: #1dec7f;
  line-height: 30px;
  font-size: 19px;
}

#section5 {
  width: 100%;
  height: 370px;
}
#section5 .images {
  float: left;
  width: 568px;
  position: relative;
}
#section5 .images li {
  position: absolute;
  left: -66px;
  top: 0;
}
#section5 .images img {
  position: absolute;
  left: 0;
  top: 0;
}
#section5 .txt1 {
  margin-top: 80px;
  float: right;
  width: 362px;
}
#section5 .txt1 h2 {
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #4d4d4d;
}
#section5 .txt1 p {
  margin-bottom: 20px;
}
#section5 .txt1 li {
  margin-right: 12px;
  float: left;
  cursor: pointer;
}
#section5 .txt1 .on-off {
  padding-top: 5px;
  border-right: 1px solid #8d8c8e;
  float: left;
  width: 77px;
  height: 33px;
}
#section5 .txt1 .on-off span {
  margin-right: 12px;
  display: inline-block;
  width: 22px;
  text-align: center;
}
#section5 .txt1 .on-off p {
  clear: both;
  padding-top: 10px;
  font-size: 12px;
}
#section5 .txt1 .color {
  padding-top: 5px;
  padding-left: 20px;
  float: left;
}
#section5 .txt1 .color p {
  clear: both;
  padding-top: 10px;
  font-size: 12px;
  width: 90px;
  text-align: center;
}

#section6 {
  width: 100%;
  height: 469px;
  overflow: hidden;
}
#section6 .txt1 {
  margin-top: 110px;
  float: left;
  width: 412px;
}
#section6 h2 {
  margin-bottom: 5px;
  padding-left: 45px;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #4d4d4d;
  background: url("../img/smartphone.png") no-repeat;
  height: 49px;
}
#section6 p {
  margin-bottom: 30px;
}
#section6 .image {
  float: right;
  width: 362px;
}
#section6 .download img {
  margin-right: 15px;
}

#section7 {
  margin-bottom: 180px;
  position: relative;
}
#section7 .next,
#section7 .prev {
  position: absolute;
  top: 205px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
#section7 .next a,
#section7 .prev a {
  display: block;
  width: 110px;
  height: 110px;
  text-indent: 100%;
}
#section7 .next {
  right: 0;
}
#section7 .next a {
  background: url("../img/next.png") no-repeat;
}
#section7 .prev {
  left: 0;
}
#section7 .prev a {
  background: url("../img/prev.png") no-repeat;
}
#section7 h2 {
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #333;
  text-align: center;
}
#section7 p {
  margin-bottom: 30px;
  text-align: center;
}

#section8 {
  position: relative;
  height: 701px;
  overflow: hidden;
}
#section8 .bg1 {
  width: 100%;
  height: 186px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  top: 0;
}
#section8 .bg2 {
  width: 100%;
  height: 190px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 186px;
}
#section8 .txt1 {
  position: absolute;
  left: 0;
  top: 186px;
}
#section8 .image {
  position: absolute;
  left: 476px;
  top: 147px;
}
#section8 .hand {
  position: absolute;
  left: 960px;
  top: -330px;
}
#section8 .hand .on {
  display: none;
}
#section8 h2 {
  margin-bottom: 20px;
  padding-top: 50px;
  height: 140px;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
}
#section8 h2 .font2 {
  font-size: 38px;
}
#section8 .logo {
  margin-bottom: 30px;
}
#section8 .logo .nfc {
  margin-right: 25px;
}
#section8 h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

#section9 {
  position: relative;
  height: 605px;
  overflow: hidden;
}
#section9 .bg {
  width: 100%;
  height: 255px;
  background: #87caca;
  position: absolute;
  left: 0;
  top: 0;
}
#section9 .image {
  position: absolute;
  left: -90px;
  top: 76px;
}
#section9 .txt1 {
  position: absolute;
  left: 508px;
  top: 94px;
  padding-left: 73px;
  background: url("../img/tel.png") no-repeat;
}
#section9 h2 {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
}
#section9 p {
  color: #fff;
}
#section9 .balloon1 {
  position: absolute;
  left: 50px;
  top: 10px;
  display: none;
}
#section9 .balloon2 {
  position: absolute;
  left: 730px;
  top: 230px;
  display: none;
}

#section10 {
  text-align: center;
  padding: 140px 0;
  background: #bbbbbb;
}
#section10 h2 {
  margin-bottom: 70px;
  color: #fff;
  font-size: 54px;
  font-weight: 500;
}
#section10 h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 21.6px;
}
#section10 table {
  margin: 0 auto 15px;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #a0a0a0;
  width: 690px;
  border-collapse: separate;
}
#section10 th, #section10 td {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #a0a0a0;
  color: #fff;
  text-align: left;
  font-size: 14.4px;
  line-height: 38px;
}
#section10 tr.even td, #section10 tr.even th {
  background: #c2c2c2;
}
#section10 th {
  padding-left: 100px;
  width: 205px;
}
#section10 td {
  width: 385px;
}
#section10 .notice1 {
  margin: 0 auto;
  padding: 0 100px 50px;
  border-bottom: 1px solid #a0a0a0;
  width: 490px;
  font-size: 10.8px;
  color: #fff;
  text-align: left;
}
#section10 .notice2 {
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #d0d0d0;
  width: 690px;
  font-size: 10.8px;
  color: #4b4b4b;
  text-align: left;
}

#copyright {
  z-index: 10;
  padding: 10px 0;
  background: #000;
  position: relative;
  z-index: 1;
}
#copyright p {
  text-align: center;
  color: #fff;
  font-size: 12px;
}

#pagetop {
  position: fixed;
  right: 10px;
  bottom: -40px;
  z-index: 2;
}

body.sp p, body.sp div, body.sp h1, body.sp h2, body.sp h3, body.sp h4, body.sp h5, body.sp h6 {
  background: url("../img/blank.png");
}
body.sp #container {
  margin: 0 auto;
  width: 1000px;
  overflow-x: hidden;
  position: static;
  left: auto;
  top: auto;
}
body.sp #section1 {
  overflow: hidden;
  width: 1000px;
}
body.sp #section5 {
  height: 370px;
}
