@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
.worksans {
  font-family: 'Work Sans', sans-serif;
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}
.wrap960 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .wrap960 {
    width: 100%;
  }
}
header {
  -webkit-animation: header 4s;
  -moz-animation: header 4s;
  -o-animation: header 4s;
  -ms-animation: header 4s;
  animation: header 4s;
}
@-webkit-keyframes header {
  0% {
    top: -115px;
  }
  75% {
    top: -115px;
  }
  100% {
    top: 0;
  }
}
@keyframes header {
  0% {
    top: -115px;
  }
  75% {
    top: -115px;
  }
  100% {
    top: 0;
  }
}
.quickLink {
  -webkit-animation: quickLink 4s;
  -moz-animation: quickLink 4s;
  -o-animation: quickLink 4s;
  -ms-animation: quickLink 4s;
  animation: quickLink 4s;
}
@-webkit-keyframes quickLink {
  0% {
    right: -92px;
  }
  75% {
    right: -92px;
  }
  100% {
    right: 0;
  }
}
@keyframes quickLink {
  0% {
    right: -92px;
  }
  75% {
    right: -92px;
  }
  100% {
    right: 0;
  }
}
.heroBanner {
  width: 100%;
  height: 120vh;
  position: relative;
}
.heroBanner .titleWrap {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -250px;
  z-index: 4;
}
.heroBanner .titleWrap h1 {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px #103861 solid;
  font-size: 40px;
  font-weight: normal;
  color: #103861;
  text-align: center;
  letter-spacing: 1px;
}
.heroBanner .titleWrap h1 .red {
  color: #d7092f;
}
.heroBanner .titleWrap h1 .en {
  font-size: 25px;
  color: #29a5dc;
  display: block;
  text-align: center;
  margin-top: 0px;
  letter-spacing: 10px;
}
@media only screen and (max-width: 640px) {
  .heroBanner .titleWrap h1 {
    font-size: 34px;
  }
  .heroBanner .titleWrap h1 .en {
    font-size: 20px;
    letter-spacing: 9px;
  }
}
@media only screen and (max-width: 420px) {
  .heroBanner .titleWrap h1 {
    font-size: 27px;
  }
  .heroBanner .titleWrap h1 .en {
    font-size: 18px;
    letter-spacing: 5px;
  }
}
.heroBanner .titleWrap h2 {
  color: #103861;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: justify;
  text-shadow: 0px 1px 2px white;
}
@media only screen and (max-width: 640px) {
  .heroBanner .titleWrap {
    width: calc(100% - 40px);
    margin-left: 0;
    left: 20px;
    top: 15%;
  }
  .heroBanner .titleWrap h2 {
    font-size: 14px;
    line-height: 1.4;
  }
}
.heroBanner .scene {
  width: 100%;
  height: 105vh;
  position: absolute;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.heroBanner .scene.bg {
  background-image: url(../images/heroBanner_bg.jpg);
  z-index: 1;
  -webkit-animation: scene_bg 3s;
  -moz-animation: scene_bg 3s;
  -o-animation: scene_bg 3s;
  -ms-animation: scene_bg 3s;
  animation: scene_bg 3s;
}
.heroBanner .scene.people {
  background-image: url(../images/heroBanner_people.png);
  z-index: 2;
  -webkit-animation: scene_people 5s;
  -moz-animation: scene_people 5s;
  -o-animation: scene_people 5s;
  -ms-animation: scene_people 5s;
  animation: scene_people 5s;
}
.heroBanner .scene.car {
  top: auto;
  background-image: url(../images/heroBanner_car.png);
  z-index: 3;
  bottom: 0;
  overflow: hidden;
}
.heroBanner .numbers {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: url(../images/numbersBg.png) repeat-x left bottom;
  padding: 120px 0 45px 0;
  text-align: center;
}
.heroBanner .numbers .item {
  display: inline-block;
  vertical-align: top;
  border-right: 1px white solid;
  text-align: center;
  color: white;
  font-size: 14px;
  padding: 0 20px;
}
.heroBanner .numbers .item .num {
  font-family: 'Work Sans', sans-serif;
  color: #fabe00;
  font-weight: 200;
  font-size: 60px;
  letter-spacing: 0px;
}
.heroBanner .numbers .item .num span {
  color: white;
  font-size: 14px;
  margin-left: 5px;
}
.heroBanner .numbers .item:last-child {
  border-right: 0;
}
@media only screen and (max-width: 960px) {
  .heroBanner .numbers {
    padding-bottom: 20px;
  }
  .heroBanner .numbers .item {
    margin-bottom: 10px;
    border-right: 0;
    padding: 0 30px;
  }
  .heroBanner .numbers .item .num {
    font-size: 42px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .heroBanner .numbers .item {
    padding: 0 10px;
  }
  .heroBanner .numbers .item .num {
    font-size: 30px;
  }
}
.heroBanner .scrollDown {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 3;
  bottom: 25%;
  left: 50%;
  margin-left: -40px;
  background: url(../images/scrolldown.svg) no-repeat center;
  -webkit-animation: 2s scroll_down infinite;
  -moz-animation: 2s scroll_down infinite;
  -o-animation: 2s scroll_down infinite;
  -ms-animation: 2s scroll_down infinite;
  animation: 2s scroll_down infinite;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .heroBanner .scrollDown {
    width: 60px;
    height: 60px;
    background-size: contain;
    margin-left: -20px;
  }
}
@-webkit-keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes scene_bg {
  from {
    opacity: 0;
    top: 10%;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes scene_bg {
  from {
    opacity: 0;
    top: 10%;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes scene_people {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scene_people {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.compare {
  padding: 100px 0;
}
@media only screen and (max-width: 640px) {
  .compare {
    padding: 50px 0;
  }
}
.compare .column {
  width: calc(50% - 12px);
  display: inline-block;
  vertical-align: top;
}
.compare .column:nth-child(2) {
  margin-right: 20px;
}
@media only screen and (max-width: 960px) {
  .compare .column {
    width: calc(100% - 20px);
    display: block;
    margin: 0 auto 20px auto;
  }
  .compare .column:nth-child(2) {
    margin-right: auto;
  }
}
.compare .column table {
  width: 100%;
}
.compare .column table caption {
  color: #0079ba;
  text-align: center;
  font-size: 20px;
  display: table-caption;
  margin-bottom: 20px;
}
.compare .column table caption:before {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  margin: 0 auto 15px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.compare .column table caption.saveMoney:before {
  background-image: url(../images/saveMoney.svg);
}
.compare .column table caption.saveTime:before {
  background-image: url(../images/saveTime.svg);
}
.compare .column table th,
.compare .column table td {
  padding: 20px 30px;
}
.compare .column table th:first-child,
.compare .column table td:first-child {
  width: 65%;
}
.compare .column table th:nth-child(2),
.compare .column table td:nth-child(2),
.compare .column table th:nth-child(3),
.compare .column table td:nth-child(3) {
  padding: 20px 15px;
}
@media only screen and (max-width: 420px) {
  .compare .column table th:nth-child(2),
  .compare .column table td:nth-child(2),
  .compare .column table th:nth-child(3),
  .compare .column table td:nth-child(3) {
    padding: 20px 5px;
  }
}
.compare .column table th {
  background: #103861;
  color: white;
  font-size: 15px;
  letter-spacing: 5px;
  font-weight: normal;
  text-align: left;
}
.compare .column table th:nth-child(2),
.compare .column table th:nth-child(3) {
  text-align: center;
}
.compare .column table td {
  font-size: 16px;
  line-height: 1.4;
}
.compare .column table td .yes,
.compare .column table td .no {
  display: block;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  text-indent: -9999px;
}
.compare .column table td .yes {
  width: 40px;
  background-image: url(../images/yes.svg);
}
.compare .column table td .no {
  width: 30px;
  background-image: url(../images/no.svg);
}
.compare .column table tr:nth-child(even) td {
  background: #f9f9f9;
}
.compare .column table tr:nth-child(odd) td {
  background: #f1f1f1;
}
@media only screen and (max-width: 640px) {
  .compare .column table th {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .compare .column table td {
    font-size: 14px;
  }
  .compare .column table th,
  .compare .column table td {
    padding: 20px 15px;
  }
}
.advantage {
  background: url(../images/advantageBg.png) no-repeat #f6f6f6 bottom center;
  padding: 100px 0 285px 0;
}
@media only screen and (max-width: 640px) {
  .advantage {
    padding: 50px 0 100px 0;
    background-image: none;
  }
}
.advantage .wrap960 {
  text-align: center;
}
.advantage .item {
  width: 175px;
  height: 175px;
  background: #103861;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 95px;
  margin-top: 50px;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 1.4;
}
.advantage .item:nth-child(3n+1) {
  margin-right: 0;
}
.advantage .item img {
  display: block;
  margin: 20px auto 10px auto;
}
@media only screen and (max-width: 960px) {
  .advantage .item {
    margin-right: calc(50% - 360px);
  }
}
@media only screen and (max-width: 800px) {
  .advantage .item {
    margin-right: calc(50% - 310px);
  }
}
@media only screen and (max-width: 640px) {
  .advantage .item {
    width: 160px;
    height: 160px;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 30px;
  }
  .advantage .item:nth-child(3n+1) {
    margin-right: 10px;
  }
  .advantage .item img {
    width: 60px;
  }
}
@media only screen and (max-width: 420px) {
  .advantage .item {
    width: 140px;
    height: 140px;
  }
}
.tesla {
  border-top: 7px #df1736 solid;
}
.tesla .banner {
  width: 100%;
  height: 660px;
  background: url(../images/teslaBg.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .tesla .banner {
    background-image: url(../images/teslaBg2.jpg);
  }
}
.tesla .banner .logo,
.tesla .banner .textWrap {
  float: left;
}
@media only screen and (max-width: 960px) {
  .tesla .banner .logo {
    margin-left: 10px;
  }
}
.tesla .banner .textWrap {
  margin: 85px 0 0 55px;
}
.tesla .banner .textWrap .title {
  display: block;
  margin: 0 0 30px 0;
}
.tesla .banner .textWrap .title img {
  width: 100%;
}
.tesla .banner .textWrap .title span {
  display: none;
}
.tesla .banner .textWrap p {
  font-size: 22px;
  font-weight: bold;
  color: #808080;
}
@media only screen and (max-width: 800px) {
  .tesla .banner .textWrap {
    margin: 40px 0 0 30px;
    width: calc(100% - 185px);
  }
  .tesla .banner .textWrap .title {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .tesla .banner .textWrap {
    clear: both;
    width: calc(100% - 50px);
  }
  .tesla .banner .textWrap .title {
    margin-bottom: 10px;
  }
  .tesla .banner .textWrap p {
    font-size: 16px;
  }
}
.tesla .info {
  padding-bottom: 100px;
}
@media only screen and (max-width: 960px) {
  .tesla .info {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.tesla .info:before {
  content: "";
  display: block;
  width: 100px;
  height: 7px;
  background: #df1736;
}
.tesla .info .column {
  margin-top: 70px;
  margin-bottom: 80px;
  float: left;
  width: calc(50% - 20px);
}
.tesla .info .column:first-child {
  margin-right: 40px;
}
@media only screen and (max-width: 640px) {
  .tesla .info .column {
    float: none;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .tesla .info .column:first-child {
    margin-right: 0;
  }
}
.tesla .info .column h4 {
  font-size: 21px;
  font-weight: bold;
  color: #a9acae;
  margin: 0 0 30px 0;
}
.tesla .info .column h4 span {
  font-weight: normal;
}
@media only screen and (max-width: 420px) {
  .tesla .info .column h4 {
    font-size: 20px;
  }
}
.tesla .info .column table {
  width: 100%;
  border-top: 2px #c7c7c7 solid;
  border-bottom: 1px #c7c7c7 solid;
}
.tesla .info .column table th,
.tesla .info .column table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px #c7c7c7 solid;
  font-size: 16px;
}
.tesla .info .column table th:first-child,
.tesla .info .column table td:first-child {
  border-right: 2px #c7c7c7 solid;
}
@media only screen and (max-width: 420px) {
  .tesla .info .column table th,
  .tesla .info .column table td {
    font-size: 14px;
  }
}
.tesla .info .column table td {
  color: #808080;
}
.tesla .info .column table td .black {
  color: black;
  margin: 0 5px;
}
.tesla .info .column table td .red {
  color: #df1736;
}
.tesla .info .column ol {
  margin-top: 20px;
}
.tesla .info .column ol li {
  font-size: 16px;
  color: #808080;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media only screen and (max-width: 420px) {
  .tesla .info .column ol {
    padding-left: 20px;
  }
  .tesla .info .column ol li {
    font-size: 14px;
  }
}
.tesla .info .column ul {
  padding-left: 15px;
}
.tesla .info .column ul li {
  font-size: 16px;
  list-style: none;
  margin-bottom: 25px;
  background: url(../images/listStyle.svg) no-repeat 0px 9px;
  padding-left: 13px;
  line-height: 1.4;
}
@media only screen and (max-width: 420px) {
  .tesla .info .column ul {
    padding-left: 5px;
  }
  .tesla .info .column ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.tesla .info .button {
  clear: both;
  display: block;
  width: 240px;
  margin: 0 auto;
  border: 0;
  font-size: 20px;
  color: white;
  text-align: center;
  background: #df1736;
  padding: 12px 0;
  letter-spacing: 2px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  cursor: pointer;
}
.tesla .info .button:focus {
  outline: 0;
}
.tesla .info .button:hover {
  background: #103861;
}
.re-lease {
  background: url(../images/re-leaseBg.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0 310px 0;
}
@media only screen and (max-width: 960px) {
  .re-lease {
    padding: 100px 0 180px 0;
  }
}
.re-lease .mainTitle h3,
.re-lease .mainTitle .en {
  color: white;
}
.re-lease .logo {
  display: block;
  margin: 180px auto 45px auto;
}
@media only screen and (max-width: 960px) {
  .re-lease .logo {
    margin-top: 80px;
  }
}
.re-lease h4 {
  display: block;
  text-align: center;
  color: white;
  font-weight: normal;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  font-size: 36px;
  letter-spacing: 10px;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .re-lease h4 {
    font-size: 30px;
    letter-spacing: 6px;
  }
}
@media only screen and (max-width: 640px) {
  .re-lease h4 {
    font-size: 24px;
  }
  .re-lease h4 span {
    display: block;
  }
}
.re-lease .button {
  display: block;
  width: 200px;
  margin: 40px auto 0 auto;
  border: 2px white solid;
  font-size: 18px;
  color: white;
  text-align: center;
  background: transparent;
  padding: 12px 0;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.re-lease .button:focus {
  outline: 0;
}
.re-lease .button:hover {
  background: white;
  color: #103861;
  text-shadow: none;
}
