:root {
  --animate-delay: 0.5s;
}
.ex15mapimg {
  display: block;
  position: fixed;
  right: 5vw;
  bottom: 5vw;
  width: 20vw;
  z-index: 999;
}
.html,
.body {
  min-width: 280px;
  margin: 0 auto;
  font-family: "NOTOSANSJP-REGULAR";
  background-color: #f7f7f7;
  color: #333;
}

body {
  overflow-x: hidden;
}

.only-pc {
  display: none !important;
}

.indexNavMain {
  position: fixed;
  left: 0;
  top: 0;
  height: 1rem;
  width: 100%;
  margin: 0;
  background: #333;
  box-sizing: border-box;
  z-index: 99;
}
.indexNavMain .logo {
  float: left;
  height: 1rem;
  margin-left: 0.3rem;
}
.indexNavMain .logo img {
  display: block;
  height: 0.4rem;
  margin-top: 0.3rem;
}
.indexNavMain .topNav {
  display: none;
}
.indexNavMain .wrap {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  position: relative;
  overflow: hidden;
}

.section01_d {
  width: 100%;
  margin-bottom: 1.06vw;
}
.section01_d img {
  width: 100%;
  height: auto;
  margin-top: 1.06vw;
}
.d_slistpc {
  display: none;
}
.d_slistm {
  display: block;
}
.section01 {
  position: relative;
  margin-top: 1rem;
}
.section01 .bg {
  display: block;
  width: 100%;
  height: auto;
}
.section01 .txt {
  position: absolute;
  left: 6.25vw;
  top: 15.75vw;
  width: 54vw;
}
.section01 .mySwiper {
  position: absolute;
  left: 39vw;
  bottom: 0;
  width: 60vw;
}
.section01 .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.section01 .mySwiper .swiper-pagination {
  left: 0 !important;
  bottom: 0 !important;
  width: 49vw;
  height: 0.3vw;
  background-color: #dcd7cc;
}
.section01 .mySwiper .swiper-pagination span {
  float: left;
  width: 50%;
  height: 0.3vw;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.section01 .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #32a4fd;
}

.section02 {
  position: relative;
  background-image: linear-gradient(0deg, #212121, #000000);
}
.section02 .bg {
  display: none;
}
.section02 h2 {
  font: italic 0.7rem/1.66rem "NOTOSANSJP-LIGHT";
  color: #3a3a3a;
  text-align: center;
}
.section02 h3 {
  float: right;
  margin: 0.3rem 0.3rem -3rem 0;
  font-size: 0.66rem;
  line-height: 0.8rem;
  color: #fff;
  font-weight: normal;
}
.section02 h3 strong {
  font-weight: bold;
  font-size: 1.4rem;
}
.section02 .bike {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.section02 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}
.section02 ul li {
  position: relative;
  width: 42%;
}
.section02 ul li img {
  display: block;
  width: 0.8rem;
  margin: 0 auto 0.3rem;
}
.section02 ul li p {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #fff;
}
.section02 ul li:nth-child(2) {
  width: 27%;
}
.section02 ul li:nth-child(2)::before,
.section02 ul li:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #3a3a3a;
}
.section02 ul li:nth-child(2)::after {
  left: inherit;
  right: 0;
}
.section02 ul li:nth-child(3) {
  width: 31%;
}

.section03 {
  position: relative;
  padding: 1rem 0.3rem;
  background: #212121;
}
.section03 .left {
  color: #fff;
  text-align: center;
}
.section03 .left h2 {
  position: relative;
  display: inline-block;
  font-size: 0.46rem;
  line-height: 0.8rem;
  letter-spacing: 0.1rem;
  margin: 0.6rem 0 1rem;
  background-image: linear-gradient(to right, #3bc5ff, #2d94fc);
  -webkit-background-clip: text;
  color: transparent;
}
.section03 .left h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.05rem;
  background-image: linear-gradient(to right, #3bc5ff, #2d94fc);
}
.section03 .left img {
  display: block;
  width: 100%;
}
.section03 .left p {
  font-size: 0.36rem;
  line-height: 0.52rem;
  letter-spacing: 0.04rem;
}
.section03 .right {
  color: #fff;
}
.section03 .right .p01 {
  font-size: 0.94rem;
  letter-spacing: 2px;
  line-height: 1.2rem;
}
.section03 .right .p01 strong {
  display: inline-block;
  font-size: 1.9rem;
  font-weight: bold;
  font-family: "NOTOSANSJP-BOLD";
}
.section03 .right .p01 span {
  display: inline-block;
  font-size: 1.35rem;
  font-weight: bold;
}
.section03 .right .p02 {
  display: inline-block;
  letter-spacing: 0.1rem;
  font-size: 0.52rem;
  line-height: 1.2rem;
  background-image: linear-gradient(to right, #3bc5ff, #2d94fc);
  -webkit-background-clip: text;
  color: transparent;
}
.section03 .right .p03 {
  font-size: 0.56rem;
  line-height: 1rem;
}
.section03 .right .p03 strong {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "NOTOSANSJP-BOLD";
}
.section03 .right .p03 span {
  display: inline-block;
  font-size: 0.56rem;
}
.section03 .right .p04 {
  font-size: 0.5rem;
  line-height: 0.6rem;
}

.section04 {
  position: relative;
  padding: 0.6rem 0;
  background-image: linear-gradient(0deg, #000, #212121);
}
.section04 h2 {
  font-size: 0.54rem;
  line-height: 1.2rem;
  text-align: center;
  color: #3a3a3a;
}
.section04 img {
  display: block;
  width: 94%;
  margin: 0 auto;
}

.section05 {
  position: relative;
  padding: 0.6rem 0;
  background-image: linear-gradient(0deg, #212121, #000000);
  text-align: center;
}
.section05 h2 {
  position: relative;
  display: inline-block;
  padding: 0 0.8rem;
  font-size: 0.48rem;
  line-height: 1.4rem;
  color: #fff;
  letter-spacing: 0.1rem;
}
.section05 h2 strong {
  display: inline-block;
  font-size: 1.2rem;
}
.section05 h2 img {
  position: absolute;
  height: 1rem;
}
.section05 h2 .icon01 {
  left: 0.3rem;
  top: 0.3rem;
}
.section05 h2 .icon02 {
  right: 0.3rem;
  bottom: 0.3rem;
}
.section05 .right {
  padding-top: 0.3rem;
}
.section05 .right .img {
  padding: 0.3rem 0;
}
.section05 .right .img img {
  float: left;
  width: 28%;
  margin-right: 8%;
}
.section05 .right .img img:first-child {
  display: none;
}
.section05 .right .img img:last-child {
  margin-right: 0;
}
.section05 .right p {
  padding: 1em 0;
  font-size: 0.32rem;
  line-height: 0.52rem;
  color: #fff;
}
.section05 .list {
  display: flex;
  margin: 0.6rem 0 0;
  flex-wrap: wrap;
}
.section05 .list li {
  width: 50%;
  margin-bottom: 0.4rem;
  text-align: center;
  color: #fff;
}
.section05 .list li .img {
  width: 1rem;
  margin: 0 auto;
}
.section05 .list li .img img {
  display: block;
  width: 100%;
}
.section05 .list li h4 {
  font-size: 0.24rem;
  line-height: 0.6rem;
  text-transform: uppercase;
}
.section05 .list li p {
  font-size: 0.24vw;
  line-height: 0.48rem;
  margin-top: 1em;
}

.section06 {
  position: relative;
  padding: 0.6rem 0;
  background-image: linear-gradient(0deg, #4e4e4e, #212121);
}
.section06 h2 {
  margin-bottom: 1rem;
  font-size: 0.78rem;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
}
.section06 h2 strong {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "NOTOSANSJP-BOLD";
  letter-spacing: 0.1rem;
}
.section06 h2 span {
  display: block;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.section06 .left img {
  display: block;
  width: 100%;
}
.section06 .left p {
  padding: 0.6rem 0.3rem;
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #fff;
}

.section07 {
  position: relative;
  padding: 0.6rem 0;
  background-image: linear-gradient(0deg, #b7b7b7, #4e4e4e);
}
.section07 h2 {
  font-size: 0.74rem;
  line-height: 1rem;
  color: #fff;
  letter-spacing: 0.1rem;
  text-align: center;
}
.section07 h2 span {
  display: inline-block;
  font-size: 0.5rem;
}
.section07 h3 {
  position: absolute;
  top: 5.5rem;
  width: 100%;
  font-size: 1.26rem;
  line-height: 1em;
  color: #969696;
  font-family: "NOTOSANSJP-BOLD";
  text-align: center;
}
.section07 p {
  padding: 1em 0 0 1rem;
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #fff;
  text-align: left;
}
.section07 .img01 {
  position: relative;
  margin-top: 2.5rem;
  margin-left: -0.5rem;
  width: 80%;
}
.section07 .img02 {
  position: absolute;
  right: -1rem;
  top: 3.6rem;
  width: 100%;
}

.section08 {
  position: relative;
}
.section08 h3 {
  padding-top: 0.6rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: center;
  color: #969696;
  font-family: "NOTOSANSJP-BOLD";
  text-transform: uppercase;
}
.section08 h4 {
  padding-top: 0.6rem;
  font-size: 0.4rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: 0.04rem;
}
.section08 h4 span {
  display: inline-block;
  font-size: 0.8rem;
}
.section08 p {
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #fff;
}
.section08 .li01 {
  padding-bottom: 1rem;
  background-color: #4e4e4e;
}
.section08 .li01 .img02 {
  display: block;
  width: 65%;
  margin-left: 35%;
}
.section08 .li01 p {
  padding-left: 0.6rem;
}
.section08 .li02 {
  padding-bottom: 1rem;
  background-color: #6b6b6b;
}
.section08 .li02 .img02 {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.section08 .li02 h3 {
  margin-left: 0.6rem;
}
.section08 .li02 p {
  text-align: center;
}
.section08 .li03 {
  padding: 0.6rem 0 1rem;
  background-color: #868686;
}
.section08 .li03 p {
  padding: 0 3.125vw;
}
.section08 .li03 img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.section09 {
  position: relative;
}
.section09 h3 {
  padding-top: 0.6rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: center;
  color: #969696;
  font-family: "NOTOSANSJP-BOLD";
  text-transform: uppercase;
}
.section09 h4 {
  padding-top: 0.6rem;
  font-size: 0.4rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: 0.04rem;
}
.section09 h4 span {
  display: inline-block;
  font-size: 0.8rem;
}
.section09 p {
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #fff;
}
.section09 .li01 {
  padding-bottom: 1rem;
  background-color: #3d3b3b;
}
.section09 .li01 img {
  display: block;
  width: 65%;
  margin-left: 35%;
}
.section09 .li01 p {
  padding-left: 0.6rem;
}
.section09 .li02 {
  padding-bottom: 1rem;
  background-color: #595858;
}
.section09 .li02 .img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.section09 .li02 p {
  text-align: center;
}
.section09 .li03 {
  padding: 0.6rem 0 1rem;
  background-color: #6c6c6c;
}
.section09 .li03 p {
  padding: 0 0.3rem 0.5rem;
}
.section09 .li03 img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.footerBox {
  position: relative;
  background: #051829 url(../images/ex15pro/footerBg.jpg) no-repeat center
    bottom;
  background-size: 150% auto;
}
.footerBox .spec {
  padding-bottom: 0.1rem;
}
.footerBox .spec h2 {
  position: relative;
  font-size: 0.88rem;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  z-index: 2;
  font-weight: normal;
}
.footerBox .spec h3 {
  font-size: 1.8rem;
  line-height: 1.4rem;
  margin-top: -0.8rem;
  color: #37445a;
  font-family: "NOTOSANSJP-BOLD";
  text-align: center;
}
.footerBox .spec ul {
  padding: 1rem 0.3rem 0;
  font-size: 0.24rem;
  line-height: 0.6rem;
  color: #fff;
  text-align: center;
}
.footerBox .spec ul li {
  text-align: center;
}
.footerBox .spec ul p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footerBox .spec ul span {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.footerBox .spec ul span:nth-child(1) {
  width: 30%;
  font-family: "NOTOSANSJP-LIGHT";
}
.footerBox .spec ul span:nth-child(2) {
  width: 68%;
}
.footerBox .gotop {
  display: none;
}
.footerBox .bottomLogo {
  display: block;
  width: 3.82rem;
  margin: 1rem auto 0.4rem;
}
.footerBox .bottomLogo img {
  display: block;
  width: 100%;
}
.footerBox .footerNav {
  margin-bottom: 0.2rem;
  text-align: center;
}
.footerBox .footerNav li {
  display: inline-block;
  margin: 0 0.3rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.6rem;
  position: relative;
  transition: all 0.5s;
}
.footerBox .footerNav li > a {
  display: block;
  color: #fff;
}
.footerBox .footerNav li .itemList {
  position: absolute;
  left: 50%;
  bottom: 0.6rem;
  width: 2rem;
  padding: 0.15rem 0;
  margin-left: -1rem;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.footerBox .footerNav li .itemList a {
  display: block;
  line-height: 0.5rem;
  color: #fff;
}
.footerBox .footerNav li:hover::before {
  width: 100%;
}
.footerBox .footerNav li:hover .itemList {
  display: block;
}
.footerBox .copyright {
  border-top: 1px solid #fff;
  font-size: 0.24rem;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
} /*# sourceMappingURL=ex15pro-phone.css.map */
 .d_mb{width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    display: flex;
	flex-direction:column;z-index:999;
    background: rgba(0, 0, 0, 0.3);
}
.d_mb>div>a>img{width:200px;}
.dmb_phre{position:relative;}
.d_mbimg1{margin-right:25px;}
.d_mbclseph{box-shadow:rgb(0 0 0 / 30%) 2px 2px 5px;
width: 32px;
    height: 32px;
    background: #fff;display:block;
   position:absolute;
   top:-20px;right:-20px;
    border-radius: 20px;
    text-align: center;cursor:pointer;
    padding: 4px;}
.d_mbpcnone{display:block;}
.d_mbpcblock{display:none;}
.d_mbclse{display:none;}

@media (min-width: 0) and (max-width: 650px) {
  .ex15mapimg {
    display: block;
    position: fixed;
    right: 5vw;
    bottom: 5vw;
    width: 33vw;
    z-index: 999;
  }
}
