::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 0;
  display: none;
}

.ac-more:hover {
  cursor: pointer;
  color: #5b63ff;
}

.hover-pointer:hover {
  cursor: pointer;
}

.bg-light-pink {
  background-color: #fcf2f0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hero-section-padding {
  padding: 300px 0 230px;
}

@media only screen and (min-width: 1800px) and (max-width: 2600px) {
  .hero-section-padding {
    padding: 400px 0 500px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .hero-section-padding {
    padding: 300px 0 143px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-padding {
    padding: 300px 0 143px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-padding {
    padding: 170px 0 140px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-section-padding {
    padding: 110px 0 70px;
  }
}

/* 文案 */
.hero-content {
  display: flex;
  font-family: "Proxima Nova Rg";
}

/* left */
.hero-content .hero-content-left {
  width: 46%;
  display: flex;
  flex-direction: column;
  margin-left: 4%;
}

.hero-content .hero-content-left .box-big {
  display: flex;
  margin-top: 40px;
}

.hero-content .hero-content-left .box-nu {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  margin-right: 22px;
}
.hero-content .hero-content-left .box-2 {
  background: #36299a;
}

.hero-content .hero-content-left .text1 {
  color: #36299a;
  font-size: 44px;
  font-weight: bold;
  font-family: "Proxima Nova Rg";
  margin-bottom: 40px;
  letter-spacing: 4px;
}

.hero-content .hero-content-left .text2 {
  font-size: 18px;
  color: #000000;
  line-height: 40px;
}

.hero-content .hero-content-left .text3 {
  margin-top: 20px;
}
.hero-content .hero-content-left .text3 a {
  font-size: 26px;
  font-weight: bold;
  color: #f88341;
  border-bottom: 1px solid #f88341;
}

/* right */
.hero-content .hero-content-right {
  margin-left: 6%;
  display: flex;
  flex-direction: column;
}

.hero-content .hero-content-right .bott-b {
  width: 180px;
  height: 55px;
  background: #f88341;
  border-radius: 22px;
}

.hero-content .hero-content-right .bott-b a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.hero-content .hero-content-right .text4 {
  color: #36299a;
  font-size: 44px;
  font-weight: bold;
  font-family: "Proxima Nova Rg";
  margin-bottom: 40px;
  letter-spacing: 4px;
}

.hero-content .hero-content-right .text5 {
  color: #898989;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 50px;
}

.body-dark-mode-wrap.dark-visible .hero-content .hero-content-left .text1 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .hero-content .hero-content-left .text2 {
  color: #9b9b9b;
}
.body-dark-mode-wrap.dark-visible .hero-content .hero-content-right .text4 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .hero-content .hero-content-right .text5 {
  color: #9b9b9b;
}

@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .hero-content .hero-content-left .text1 {
    font-size: 44px;
    line-height: 60px;
    letter-spacing: 10px;
  }

  .hero-content .hero-content-left .text2 {
    font-size: 13px;
    line-height: 23px;
    margin-top: 26px;
  }

  .hero-content .hero-content-right .text4 {
    font-size: 28px;
    margin-bottom: 50px;
    margin-top: 8px;
    letter-spacing: 2px;
  }

  .hero-content .hero-content-right .text5 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content .hero-content-left .text1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 8px;
  }

  .hero-content .hero-content-left .text2 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 22px;
  }

  .hero-content .hero-content-right .text4 {
    font-size: 26px;
    margin-bottom: 40px;
    margin-top: 8px;
    letter-spacing: 2px;
  }

  .hero-content .hero-content-right .text5 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .hero-content-left .text1 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 7px;
  }

  .hero-content .hero-content-left .text2 {
    font-size: 10px;
    line-height: 18px;
    margin-top: 16px;
  }

  .hero-content .hero-content-right .text4 {
    font-size: 22px;
    margin-bottom: 34px;
    margin-top: 6px;
    letter-spacing: 2px;
  }

  .hero-content .hero-content-right .text5 {
    font-size: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content .hero-content-left .text1 {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 6px;
  }

  .hero-content .hero-content-left .text2 {
    font-size: 8px;
    line-height: 16px;
    margin-top: 10px;
  }

  .hero-content .hero-content-right .text4 {
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 6px;
  }

  .hero-content .hero-content-right .text5 {
    font-size: 8px;
  }
}

/* wap */
@media only screen and (max-width: 767px) {
  .hero-content {
    display: flex;
    flex-direction: column;
    padding: 60px 15px;
    margin-bottom: 40px;
  }

  .hero-content .hero-content-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }

  .hero-content .hero-content-left .text1 {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }

  /* right */
  .hero-content .hero-content-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .hero-content .hero-content-right .text4 {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }

  .hero-content .hero-content-right .text5 {
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
  }
}
