::-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-header {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.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: 216px 0 120px;
}

@media only screen and (min-width: 1800px) and (max-width: 2600px) {
  .hero-section-padding {
    padding: 330px 0 480px;
  }
}

@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";
  justify-content: right;
  position: relative;
}

.hero-content .hero-content-left {
  position: absolute;
  left: 0;
  transform: translate(-360px, -340px);
}

.hero-content .hero-content-left img {
  width: 80%;
}

.hero-content .hero-content-right {
  width: 36%;
  display: flex;
  flex-direction: column;
}
.hero-content .hero-content-right .border {
  width: 20px;
  height: 20px;
  background-color: #f88341;
  border-radius: 90px;
  margin-bottom: 30px;
}

.hero-content .hero-content-right .content-right-center {
  display: flex;
  justify-content: space-between;
  width: 50%;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-content .hero-content-right .content-right-center .list {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
}

.hero-content .hero-content-right .text2 {
  width: 90%;
  font-size: 15px;
  color: #666666;
  line-height: 27px;
}

.hero-content .hero-content-right .text3 {
  color: #36299a;
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  font-family: "Proxima Nova Rg";
}

.hero-content .hero-content-right .text4 {
  color: #333333;
  font-weight: bold;
  font-size: 15px;
  margin-top: 26px;
}

.hero-content .hero-content-right .text5 {
  color: #36299a;
  font-weight: bold;
  font-size: 18px;
  margin-top: 6px;
}

.body-dark-mode-wrap.dark-visible .hero-content .hero-content-right .text2 {
  color: #9b9b9b;
}
.body-dark-mode-wrap.dark-visible .hero-content .hero-content-right .text3 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .hero-content .hero-content-right .text4 {
  color: #d1d1d1;
}
.body-dark-mode-wrap.dark-visible .hero-content .hero-content-right .text5 {
  color: #9b9b9b;
}

.body-dark-mode-wrap.dark-visible .hero-content .hero-content-right .border {
  background-color: #ff711f;
}

.body-dark-mode-wrap.dark-visible .hero-content .hero-content-left {
  opacity: 0.6;
}

@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .hero-content .hero-content-right .text2 {
    font-size: 13px;
    line-height: 23px;
    margin-top: 26px;
  }

  .hero-content .hero-content-right .text3 {
    font-size: 28px;
    margin-bottom: 50px;
    margin-top: 8px;
    letter-spacing: 2px;
  }

  .hero-content .hero-content-right .text4 {
    font-size: 15px;
    margin-top: 20px;
  }

  .hero-content .hero-content-right .text5 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content .hero-content-right .text2 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 22px;
  }

  .hero-content .hero-content-right .text3 {
    font-size: 26px;
    margin-bottom: 40px;
    margin-top: 8px;
    letter-spacing: 2px;
  }

  .hero-content .hero-content-right .text4 {
    font-size: 14px;
    margin-top: 16px;
  }

  .hero-content .hero-content-right .text5 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .hero-content-right .text2 {
    font-size: 10px;
    line-height: 18px;
    margin-top: 16px;
  }

  .hero-content .hero-content-right .text3 {
    font-size: 22px;
    margin-bottom: 34px;
    margin-top: 6px;
    letter-spacing: 2px;
  }

  .hero-content .hero-content-right .text4 {
    font-size: 12px;
    margin-top: 14px;
    line-height: 12px;
    margin-bottom: 8px;
  }

  .hero-content .hero-content-right .text5 {
    font-size: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content .hero-content-right .text2 {
    font-size: 8px;
    line-height: 16px;
    margin-top: 10px;
  }

  .hero-content .hero-content-right .text3 {
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 6px;
  }

  .hero-content .hero-content-right .text4 {
    font-size: 10px;
    margin-top: 10px;
    line-height: 16px;
    margin-bottom: 0;
  }

  .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: 30px 15px;
    margin-bottom: 40px;
  }

  .hero-content .hero-content-right {
    width: 100%;
    display: flex;
    margin-left: 0;
    margin-top: 20px;
  }

  .hero-content .hero-content-right .content-right-center {
    width: 100%;
  }

  .hero-content .hero-content-right .text2 {
    width: 100%;
  }

  .hero-content .hero-content-right .text3 {
    margin-bottom: 14px;
  }

  .hero-content .hero-content-right .text4 {
    margin-top: 10px;
  }
}
