@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 */
#loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: #e1e1e1;
}
#loading .jvc {
  position: absolute;
  left: 10px;
  top: 25px;
}
#loading .image {
  margin-top: -192px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
}
#loading p {
  color: #000;
  font-size: 45px;
  font-weight: 700;
  padding-top: 26px;
}

#nav {
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -125px;
  z-index: 100;
}
#nav li a {
  display: block;
  background: url("../img/nav.png") no-repeat;
  width: 25px;
  height: 25px;
  text-decoration: none;
  font-size: 10px;
}
#nav li.on a {
  background: url("../img/nav_on.png") no-repeat;
}

#container {
  overflow: hidden;
  min-width: 960px;
}

.section {
  position: relative;
  text-align: center;
}

.inner {
  margin: 0 auto;
  min-width: 960px;
}

#section0 {
  z-index: 0;
  background: #fff;
  height: 3600px;
}
#section0 .bg {
  position: fixed;
  left: 0;
  top: 574px;
  width: 100%;
  background: #e1e1e1;
}
#section0 .inner {
  margin: 0;
  width: 960px;
  position: fixed;
  left: 0;
  top: 0;
}
#section0 .jvc {
  position: absolute;
  left: 10px;
  top: 25px;
}
#section0 .txt1 {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
#section0 .txt1 p {
  margin-bottom: 5px;
  font-size: 26.1px;
  font-weight: 700;
}
#section0 .txt1 h1 {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 102.6px;
  font-weight: 700;
  letter-spacing: -2px;
}
#section0 .logo .nfc {
  margin-right: 15px;
}
#section0 .txt2 {
  position: absolute;
  left: 0;
  top: 400px;
  width: 100%;
  font-size: 45px;
  color: #76cebf;
  font-weight: 500;
  letter-spacing: -1px;
}
#section0 .speaker {
  position: absolute;
  left: 100px;
  top: 280px;
}
#section0 .speaker2 {
  display: none;
}
#section0 .hand1 {
  position: absolute;
  left: 710px;
  top: -2020px;
}
#section0 .hand2 {
  position: absolute;
  left: 710px;
  top: -2020px;
}
#section0 .hand3 {
  position: absolute;
  left: 710px;
  top: -2020px;
}

#section1 {
  z-index: 1;
  background: #e1e1e1;
  height: 1805px;
}
#section1 .bg {
  background: #8edbcf;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 393px;
}
#section1 .inner {
  margin: 0;
  width: 960px;
  position: fixed;
  left: 0;
  top: 0;
}
#section1 h2 {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  font-size: 72px;
  color: #7b8680;
  font-weight: 500;
  letter-spacing: -3px;
}
#section1 .speaker {
  position: absolute;
  left: 0;
  top: 210px;
  width: 100%;
}
#section1 p.txt1 {
  position: absolute;
  left: 0;
  top: 480px;
  width: 100%;
  font-size: 72px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -2px;
}
#section1 .hand {
  position: absolute;
  left: 1360px;
  top: 115px;
}

#section2 {
  z-index: 2;
  background: #e1e1e1;
  height: 1805px;
}
#section2 .bg {
  position: absolute;
  left: 0;
  top: 350px;
  width: 100%;
  height: 300px;
  background: #8acfe9;
}
#section2 p.txt2 {
  position: absolute;
  left: 0;
  top: -18px;
  width: 100%;
  font-size: 81px;
  color: #fff;
}
#section2 .inner {
  margin: 0;
  width: 960px;
  position: fixed;
  left: 0;
  top: 0;
}
#section2 .txt1 {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
#section2 h2 {
  margin-bottom: 10px;
  font-size: 72px;
  color: #333;
  font-weight: 500;
  letter-spacing: -2px;
}
#section2 p {
  color: #4d4d4d;
  font-size: 18.9px;
  line-height: 28px;
}
#section2 .slider {
  position: absolute;
  left: 0;
  top: 190px;
  width: 100%;
}
#section2 .slider_image {
  height: 380px;
}
#section2 .slider_image li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#section2 .slider_pager {
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
#section2 .slider_pager li {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
#section2 .change {
  font-size: 10.8px;
  color: #fff;
}

#sub1 {
  z-index: 4;
  background: #8acfe9;
  text-align: center;
  position: relative;
  height: 2800px;
}
#sub1 .inner {
  margin: 0;
  width: 960px;
  position: fixed;
  left: 0;
  top: 0;
}
#sub1 .txt1 {
  width: 960px;
  text-align: center;
}
#sub1 .txt1 p {
  color: #fff;
}
#sub1 .txt1 span {
  line-height: 1;
}
#sub1 .txt1 .font1 {
  font-size: 72px;
  font-weight: 700;
}
#sub1 .txt1 .font2 {
  line-height: 1.5;
  font-size: 32.4px;
  font-weight: 500;
}
#sub1 .txt1 .font3 {
  font-size: 90px;
  font-weight: 500;
}

#section3 {
  z-index: 4;
  background: #8acfe9;
}
#section3 .inner {
  position: relative;
  height: 580px;
}
#section3 .slider {
  margin-left: -1440px;
  position: absolute;
  left: 50%;
  top: 0;
  width: 2880px;
}
#section3 .control {
  margin: 0 auto;
  width: 960px;
  height: 580px;
  position: relative;
}
#section3 .next {
  margin: -38px -74px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
}
#section3 .next a {
  display: block;
  width: 76px;
  height: 76px;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/next.png") no-repeat;
}
#section3 .prev {
  margin: -38px 0 0 -78px;
  position: absolute;
  left: 0;
  top: 50%;
}
#section3 .prev a {
  display: block;
  width: 76px;
  height: 76px;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/prev.png") no-repeat;
}

#section4 {
  z-index: 3;
  height: 785px;
  background: url("../img/bg1.png") repeat 50% 0;
  overflow: hidden;
}
#section4 .inner {
  margin: 0;
  width: 960px;
  position: fixed;
  left: 0;
  top: 0;
}
#section4 .txt1 {
  position: absolute;
  left: 10px;
  top: 156px;
  width: 500px;
}
#section4 .hours {
  margin-bottom: 20px;
  display: block;
  width: 500px;
  height: 330px;
  background: url("../img/10hours.png") no-repeat 0 0;
  text-indent: -600px;
  overflow: hidden;
}
#section4 h2 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 34.2px;
  font-weight: 500;
  color: #7d8880;
}
#section4 p {
  font-size: 19.8px;
  line-height: 1.5;
  color: #7d8880;
  text-align: left;
}
#section4 .speaker {
  position: absolute;
  left: 595px;
  top: 125px;
}

#section5 {
  z-index: 5;
  height: 600px;
  background: #fe6f5e;
  overflow: hidden;
}
#section5 .inner {
  margin: 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 2000px;
  overflow: hidden;
}
#section5 .speaker {
  position: absolute;
  right: 50%;
  top: 0;
}
#section5 .sound {
  position: absolute;
  top: 600px;
  left: 470px;
  width: 60px;
  height: 380px;
  background: url("../img/sound.png") no-repeat 0 0;
  overflow: hidden;
}
#section5 .txt1 {
  position: absolute;
  top: 170px;
  left: 50%;
  padding-left: 90px;
  width: 390px;
  text-align: left;
}
#section5 h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 117px;
  font-weight: 500;
  letter-spacing: -2px;
}
#section5 h3 {
  margin-bottom: 20px;
  font-size: 39.6px;
  font-weight: 500;
}
#section5 h3 .font1 {
  color: #000;
}
#section5 h3 .font2 {
  color: #fff;
}
#section5 p {
  color: #983e31;
  font-size: 17.1px;
  line-height: 1.5;
}

#section6 {
  z-index: 6;
  height: 1200px;
  background: #fff;
}
#section6 .bg {
  position: absolute;
  left: 0;
  top: 608px;
  width: 100%;
  background: #a3e3cb;
  z-index: 1;
}
#section6 .inner {
  margin: 0;
  width: 960px;
  position: fixed;
  left: 0;
  top: 0;
}
#section6 h2 {
  margin-bottom: 20px;
  padding-top: 30px;
  color: #78c9c9;
  font-weight: 500;
}
#section6 h2 .font1 {
  font-size: 72px;
  letter-spacing: -2px;
}
#section6 h2 .font2 {
  font-size: 51.3px;
  letter-spacing: -1px;
}
#section6 .txt2 {
  margin: 0 auto;
  width: 960px;
}
#section6 .txt2 h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
#section6 .txt2 p {
  font-size: 12.6px;
  line-height: 1.5;
}
#section6 .logo {
  margin-left: -380px;
  position: absolute;
  top: 260px;
  left: 50%;
}
#section6 .logo .nfc {
  margin-right: 15px;
}
#section6 .speaker {
  position: absolute;
  left: 0;
  top: 315px;
  width: 100%;
}
#section6 .hand {
  position: absolute;
  left: 365px;
  top: 295px;
  display: none;
}
#section6 .hand img {
  position: absolute;
  left: 0;
  top: 0;
}
#section6 .hand_txt2 {
  display: none;
}

#section7 {
  z-index: 7;
  height: 1800px;
  background: #a3e3cb;
}
#section7 .bg {
  position: absolute;
  left: 0;
  top: 355px;
  width: 100%;
  height: 365px;
  background: #baf2dd;
}
#section7 .inner {
  margin: 0;
  width: 960px;
  position: fixed;
  left: 0;
  top: 0;
}
#section7 .txt1 {
  padding-left: 10px;
  text-align: left;
}
#section7 h2 {
  padding-top: 80px;
  margin-bottom: 50px;
  font-size: 72px;
  font-weight: 500;
  color: #fff;
}
#section7 p {
  font-size: 21.6px;
  line-height: 1.5;
  color: #fff;
}
#section7 .speaker {
  position: absolute;
  left: 141px;
  top: 225px;
}
#section7 .balloon1 {
  position: absolute;
  left: -30px;
  top: 322px;
}
#section7 .balloon2 {
  position: absolute;
  left: 710px;
  top: 160px;
}

#section8 {
  z-index: 0;
  height: 900px;
  overflow: hidden;
  background: #fff;
}
#section8 .bg {
  position: absolute;
  left: 0;
  top: 500px;
  width: 100%;
  background: #bbbbbb;
}
#section8 .inner {
  margin: 0;
  width: 960px;
  position: fixed;
  left: 0;
  top: 0;
}
#section8 h2 {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #333;
}
#section8 .speaker {
  position: absolute;
  left: 100px;
  top: 290px;
}
#section8 .speaker2 {
  display: none;
}
#section8 .shadow {
  position: absolute;
  left: 180px;
  top: 560px;
}
#section8 .hand {
  position: absolute;
  left: 710px;
  top: -460px;
}

#section9 {
  z-index: 9;
  padding: 140px 0;
  background: #bbbbbb;
}
#section9 h2 {
  margin-bottom: 70px;
  color: #fff;
  font-size: 54px;
  font-weight: 500;
}
#section9 h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 21.6px;
}
#section9 table {
  margin: 0 auto 15px;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #a0a0a0;
  width: 690px;
  border-collapse: separate;
}
#section9 th, #section9 td {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #a0a0a0;
  color: #fff;
  text-align: left;
  font-size: 14.4px;
  line-height: 38px;
}
#section9 tr.even td, #section9 tr.even th {
  background: #c2c2c2;
}
#section9 th {
  padding-left: 100px;
  width: 200px;
}
#section9 td {
  width: 390px;
}
#section9 .notice1 {
  margin: 0 auto;
  padding: 0 100px 50px;
  border-bottom: 1px solid #a0a0a0;
  width: 490px;
  font-size: 10.8px;
  color: #fff;
  text-align: left;
}
#section9 .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;
}
#copyright p {
  text-align: center;
  color: #fff;
  font-size: 12px;
}

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 {
  width: 960px;
}
body.sp #nav {
  display: none;
}
body.sp #section0 {
  height: 660px;
}
body.sp #section0 .inner {
  position: static;
  margin: 0 auto;
}
body.sp #section0 .bg {
  background: #8edbcf;
  position: absolute;
  height: 86px;
}
body.sp #section1 {
  height: 700px;
}
body.sp #section1 .inner {
  position: static;
  margin: 0 auto;
}
body.sp #section1 .bg {
  top: 0;
  height: 700px;
}
body.sp #section1 .hand {
  left: 760px;
}
body.sp #section2 {
  height: 700px;
}
body.sp #section2 .inner {
  position: static;
  margin: 0 auto;
}
body.sp #section2 .txt1 {
  top: 150px;
}
body.sp #section2 .slider {
  top: 290px;
}
body.sp #section2 .slider_pager li {
  padding: 20px;
}
body.sp #section2 .slider_pager img {
  width: 40px;
}
body.sp #section2 .bg {
  top: 450px;
  height: 350px;
}
body.sp #sub1 {
  padding: 100px 0;
  height: 300px;
}
body.sp #sub1 .inner {
  position: static;
  margin: 0 auto;
}
body.sp #section4 .inner {
  position: static;
  margin: 0 auto;
}
body.sp #section4 .txt1 {
  width: 600px;
}
body.sp #section4 h2 {
  width: 600px;
  letter-spacing: -1px;
}
body.sp #section4 p {
  width: 500px;
}
body.sp #section5 .inner {
  position: static;
  margin: 0 auto;
}
body.sp #section5 .speaker {
  top: -460px;
}
body.sp #section5 .txt1 {
  padding-left: 50px;
  width: 430px;
}
body.sp #section5 h3 {
  width: 430px;
}
body.sp #section5 p {
  width: 390px;
}
body.sp #section6 {
  height: 608px;
}
body.sp #section6 .inner {
  position: static;
  margin: 0 auto;
}
body.sp #section6 bg {
  height: 0;
}
body.sp #section7 {
  height: 800px;
}
body.sp #section7 .inner {
  position: static;
  margin: 0 auto;
}
body.sp #section7 .bg {
  height: 445px;
}
body.sp #section8 {
  margin-bottom: -1px;
  height: 600px;
}
body.sp #section8 .inner {
  position: static;
  margin: 0 auto;
}
body.sp #section8 .bg {
  height: 100px;
}
body.sp #section8 .hand {
  top: -510px;
}
body.sp #section8 .speaker {
  top: 250px;
}
