body {
  overflow-x: hidden;
}

:root {
  --animate-delay: 0.5s;
}

.wrap {
  width: 87.5%;
  margin: 0 auto;
  position: relative;
}

.w1440 {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.goTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.goTop img {
  display: block;
}
.goTop::after {
  content: "";
  position: absolute;
  left: 5px;
  top: -20px;
  width: 55px;
  height: 16px;
  background: url(../images/top02.png) no-repeat;
  transition: all 0.5s;
}
.goTop:hover::after {
  top: -30px;
}

.leftMenu_z {
  display: none;
}

#leftMenu {
  display: none;
}

.subNavMain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
.subNavMain .logo {
  float: left;
  line-height: 118px;
}
.subNavMain .logo img {
  display: inline-block;
  vertical-align: middle;
}
.subNavMain ul {
  float: right;
  margin-top: 35px;
}
.subNavMain ul li {
  float: left;
  margin-right: 36px;
  font: normal 16px/48px "NOTOSANSJP-REGULAR";
  color: #3a3528;
  position: relative;
}
.subNavMain ul li a {
  display: block;
  color: #3a3528;
  position: relative;
}
.subNavMain ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #3a3528;
  transition: all 0.3s;
}
.subNavMain ul li a:hover::after {
  width: 100%;
}
.subNavMain ul li:last-child {
  margin-right: 0;
}
.subNavMain .phoneNavBtn {
  display: none;
}

.subfooterBox {
  position: relative;
  padding: 66px 0 30px;
  background-color: #383028;
}
.subfooterBox .bottomLogo img {
  display: block;
}
.subfooterBox .footerNav {
  margin-top: 22px;
}
.subfooterBox .footerNav li {
  display: inline-block;
  margin-right: 30px;
  font: normal 14px/44px "NOTOSANSJP-REGULAR";
}
.subfooterBox .footerNav li a {
  display: block;
  color: #fff;
}
.subfooterBox .footerNav li a:last-child {
  margin-right: 0;
}
.subfooterBox .footerNav li a:hover {
  color: #868990;
}
.subfooterBox .share {
  position: absolute;
  right: 0;
  top: 44px;
}
.subfooterBox .share a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  border-radius: 50%;
  transition: all 0.5s;
}
.subfooterBox .share a img {
  display: block;
  width: 100%;
}
.subfooterBox .share a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
.subfooterBox .copyRight {
  font: normal 14px/52px "NOTOSANSJP-REGULAR";
  color: #fff;
}

.subBannerMain03 {
  margin-top: 118px;
}
.subBannerMain03 .txt {
  padding: 14px 0 18px;
  background-color: #f4f1e9;
  text-align: center;
}
.subBannerMain03 .txt .p01 {
  font: normal 20px/42px "LiHei Pro";
  color: #393029;
}
.subBannerMain03 .txt .p02 {
  font: normal 32px/96px "YUMIN";
  color: #393029;
}
.subBannerMain03 .txt .p02 span {
  color: #323f6b;
  font-weight: bold;
  font-family: "fdsb";
  font-size: 50px;
}
.subBannerMain03 .img {
  position: relative;
}
.subBannerMain03 .img .bg {
  display: block;
  width: 100%;
}
.subBannerMain03 .img .img01 {
  position: absolute;
  right: 50%;
  bottom: 2.24%;
  width: 26.09%;
  transition: all 0.5s;
}
.subBannerMain03 .img .img01:hover {
  transform: translateX(-15px);
}
.subBannerMain03 .img .img02 {
  position: absolute;
  left: 50.94%;
  bottom: 7.39%;
  width: 28.59%;
  transition: all 0.5s;
}
.subBannerMain03 .img .img02:hover {
  transform: translateX(15px);
}
.subBannerMain03 .img .text {
  position: absolute;
  left: 32.97%;
  top: 29.29%;
  width: 34.06%;
}

.scooter01 {
  padding-bottom: 80px;
}
.scooter01 .title {
  position: relative;
  padding-top: 66px;
  margin-bottom: 64px;
  color: #3c3c3c;
}
.scooter01 .title > span {
  display: block;
  font: normal 48px/44px "NOTOSANSJP-REGULAR";
  text-transform: uppercase;
}
.scooter01 .title h2 {
  font: bold 60px/110px "NOTOSANSJP-BOLD";
}
.scooter01 .title h2 span {
  display: block;
  width: 340px;
  font: normal 28px/54px "LiHei Pro";
  border: 5px solid #3c3c3c;
  text-align: center;
}
.scooter01 .title p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 1em;
  padding-bottom: 8px;
  font: normal 18px/25px "LiHei Pro";
  color: #c09f46;
}
.scooter01 .title p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-color: #f4f1e9;
  z-index: -1;
}
.scooter01 ul li {
  float: left;
  width: 31.25%;
  margin-bottom: 18px;
}
.scooter01 ul li .img {
  overflow: hidden;
  border-radius: 10px;
}
.scooter01 ul li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.scooter01 ul li .img img:hover {
  transform: scale(1.1);
}
.scooter01 ul li .txt h3 {
  padding: 10px 0;
  font: bold 24px/60px "NOTOSANSJP-BOLD";
  color: #393029;
  text-align: center;
}
.scooter01 ul li .txt h3 span {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}
.scooter01 ul li .txt p {
  height: 84px;
  font: normal 16px/28px "LiHei Pro";
  color: #393029;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.scooter01 ul li:nth-child(3n+2) {
  margin-left: 3.125%;
  margin-right: 3.125%;
}

.scooter02 {
  padding-top: 52px;
  padding-bottom: 100px;
  background-color: #f4f1e9;
}
.scooter02 .title {
  position: relative;
  padding-top: 30px;
  margin-bottom: 68px;
  background: url(../images/scooter-txt02.png) no-repeat center center;
  text-align: center;
}
.scooter02 .title h2 {
  font: bold 60px/120px "Corporate Logo Rounded";
  color: #323f6b;
}
.scooter02 .title p {
  font: normal 22px/24px "LiHei Pro";
  color: #c09f46;
}
.scooter02 main {
  position: relative;
}
.scooter02 main .img {
  float: right;
  width: 50%;
  height: 660px;
  border: 18px solid #fff;
  position: relative;
  box-sizing: border-box;
}
.scooter02 main .img .imgbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.scooter02 main .img img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -400px;
  transition: all 0.5s;
}
.scooter02 main .img img:hover {
  transform: scale(1.08);
}
.scooter02 main .txt {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 5%;
  height: 540px;
  margin-top: 94px;
  border-radius: 72px 0 0 0;
  background: #e5d2ac;
  box-sizing: border-box;
}
.scooter02 main .txt .tit {
  padding-top: 80px;
  padding-bottom: 16px;
  position: relative;
}
.scooter02 main .txt .tit h3 {
  position: relative;
  margin-left: -20px;
  font: normal 46px/60px "NOTOSANSJP-BOLD";
  color: #3a3528;
  text-transform: uppercase;
}
.scooter02 main .txt .tit span {
  font: normal 24px/40px "NOTOSANSJP-REGULAR";
  color: #3a3528;
}
.scooter02 main .txt .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102px;
  height: 12px;
  border-radius: 6px;
  background-color: #323f6b;
}
.scooter02 main .txt p {
  margin-top: 46px;
  color: #393029;
  font: normal 18px/32px "NOTOSANSJP-REGULAR";
  text-align: justify;
}
.scooter02 main .txt img {
  position: absolute;
}
.scooter02 main .txt .tag01 {
  width: 22.6%;
  bottom: -10%;
  right: 5%;
}

.scooter03 {
  padding: 50px 0 65px;
}
.scooter03 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.scooter04 {
  padding: 50px 0;
}
.scooter04 h2 {
  text-align: center;
}
.scooter04 h2 img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.scooter04 h2 span {
  font: bold 60px/128px "YUMIN";
  color: #323f6b;
}
.scooter04 .picList01 .brick {
  float: left;
  width: 31.66%;
  margin-left: 0.836%;
  margin-right: 0.836%;
}
.scooter04 .picList01 .brick a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 6.818%;
  border: 20px solid #eaeaea;
  box-sizing: border-box;
  overflow: hidden;
}
.scooter04 .picList01 .brick a img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.scooter04 .picList01 .brick a img:hover {
  transform: scale(1.05);
}
.scooter04 .picList01 .brick a p {
  position: absolute;
  padding: 10px;
  background-color: #000;
  left: 0;
  right: 0;
  bottom: 0;
  font: normal 18px/30px "NOTOSANSJP-REGULAR";
  color: #fff;
}

.scooter05 main .txt .tit h3 {
  font-size: 36px;
}

.scooter07 .imgbox {
  margin-bottom: -11.77%;
}
.scooter07 .imgbox img {
  display: block;
  width: 100%;
}
.scooter07 .title {
  position: relative;
  padding-left: 50px;
  margin-bottom: 78px;
  color: #3c3c3c;
}
.scooter07 .title > span {
  display: block;
  font: normal 48px/44px "NOTOSANSJP-REGULAR";
  text-transform: uppercase;
}
.scooter07 .title h2 {
  font: bold 60px/110px "NOTOSANSJP-BOLD";
}
.scooter07 .title h2 span {
  display: block;
  width: 340px;
  font: normal 28px/54px "LiHei Pro";
  border: 5px solid #3c3c3c;
  text-align: center;
}
.scooter07 .picList01 .brick {
  float: left;
}
.scooter07 .picList01 .brick a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.scooter07 .picList01 .brick a img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.scooter07 .picList01 .brick a img:hover {
  transform: scale(1.05);
}
.scooter07 .picList01 .brick a p {
  position: absolute;
  padding: 10px 20px;
  left: 0;
  right: 0;
  bottom: 0;
  font: normal 18px/24px "NOTOSANSJP-REGULAR";
  color: #fff;
  text-align: center;
  z-index: 2;
}
.scooter07 .picList01 .brick a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 92px;
  background: url(../images/scooter-bg04.png) no-repeat;
  background-position: center bottom;
  z-index: 1;
}
.scooter07 .picList01 .brick:nth-child(1) {
  width: 32.56%;
}
.scooter07 .picList01 .brick:nth-child(1) a {
  margin-bottom: 4.022%;
}
.scooter07 .picList01 .brick:nth-child(2) {
  width: 31.43%;
  margin-left: 1.635%;
  margin-right: 1.635%;
}
.scooter07 .picList01 .brick:nth-child(2) a {
  margin-bottom: 4.545%;
}
.scooter07 .picList01 .brick:nth-child(3) {
  width: 32.74%;
}
.scooter07 .picList01 .brick:nth-child(3) a {
  margin-bottom: 4.182%;
}

.scooter08 {
  background: #271e17 url(../images/scooter-bg05.png) no-repeat center top;
}
.scooter08 .title {
  position: relative;
  padding-top: 55px;
  margin-bottom: 25px;
  text-align: center;
}
.scooter08 .title h2 img {
  display: block;
  margin: 0 auto;
  max-width: 70%;
}
.scooter08 .title p {
  font: normal 18px/58px "LiHei Pro";
  color: #7d7267;
}
.scooter08 .title::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: 440px;
  top: 55px;
  width: 184px;
  height: 239px;
  background: url(../images/scooter-img14.png) no-repeat;
}
.scooter08 .compare_table {
  padding-bottom: 100px;
}
.scooter08 .compare_table table {
  width: 100%;
}
.scooter08 .compare_table table th {
  background-color: #3c342c;
  padding: 20px 0;
  border: 1px dashed #4d4239;
  font: bold 28px/36px "NOTOSANSJP-REGULAR";
  color: #fff;
}
.scooter08 .compare_table table td {
  padding: 20px 0 20px 20px;
  border: 1px dashed #4d4239;
  font: normal 18px/24px "NOTOSANSJP-REGULAR";
  color: #fff;
  text-align: left;
  box-sizing: border-box;
}
.scooter08 .compare_table table td:nth-child(1), .scooter08 .compare_table table td:nth-child(3) {
  width: 15%;
}
.scooter08 .compare_table table td:nth-child(2), .scooter08 .compare_table table td:nth-child(4) {
  width: 35%;
}

@media (min-width: 1000px) and (max-width: 1680px) {
  .wrap {
    width: 92%;
  }
}
@media (min-width: 1000px) and (max-width: 1540px) {
  .w1440 {
    width: 92%;
  }
  .subNavMain ul li {
    margin-right: 20px !important;
  }
  .subBannerMain03 .txt span {
    font-size: 36px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1340px) {
  .subNavMain {
    text-align: center;
  }
  .subNavMain .logo {
    float: none;
    line-height: 60px;
  }
  .subNavMain .logo img {
    display: inline-block;
    vertical-align: middle;
  }
  .subNavMain ul {
    float: none;
    margin-top: 0;
  }
  .subNavMain ul li {
    float: none;
    display: inline-block;
    margin-right: 16px !important;
  }
  .subfooterBox .share {
    top: 0px;
  }
  .subBannerMain {
    margin-top: 109px;
  }
  .spaceBox .subBannerMain02 {
    margin-top: 108px;
  }
  .subBannerMain03 .txt span {
    font-size: 30px !important;
  }
  .scooter02 main .txt {
    padding: 0 3%;
  }
  .scooter02 main .txt .tit h3 {
    font-size: 36px;
  }
  .scooter04 .picList01 .brick a {
    border-width: 5px;
  }
  .scooter04 .picList01 .brick a p {
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
  }
  .scooter07 .picList01 .brick a p {
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
  }
  .scooter08 .title::after {
    left: initial;
    right: 20px;
    margin-left: 0;
    width: 100px;
    background-position: right top;
    background-size: 100% auto;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .w1200 {
    width: 92%;
  }
  .subNavMain ul li {
    margin-right: 14px !important;
  }
  .subBannerMain03 .txt p {
    font-size: 20px !important;
  }
  .scooter01 .title h2 {
    font-size: 52px;
  }
  .scooter01 .title h2 span {
    width: 300px;
  }
  .scooter01 ul li .txt h3 {
    font-size: 20px;
  }
  .scooter05 main .txt .tit span {
    font-size: 20px;
  }
  .scooter05 main .txt .tit h3 {
    font-size: 30px;
  }
  .scooter07 .title > span {
    font-size: 40px;
  }
  .scooter07 .title h2 {
    font-size: 52px;
  }
  .scooter09 ul, .scooter09 .txt {
    width: 100%;
  }
}
@media (min-width: 1000px) and (max-width: 1080px) {
  .wrap {
    width: 94%;
  }
  .subfooterBox .footerNav li {
    margin-right: 20px;
  }
}/*# sourceMappingURL=scooter-pc.css.map */