::-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: 320px 0 220px;
}

@media only screen and (min-width: 1800px) and (max-width: 2600px) {
  .hero-section-padding {
    padding: 350px 0 200px;
    height: 100vh;
  }
}

@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';
}

.hero-content .text-title {
  color: #36299a;
  font-size: 30px;
  font-weight: bold;
}

/* left */
.hero-content .hero-content-left {
  width: 34%;
  display: flex;
  flex-direction: column;
  margin-left: 8%;
}

.hero-content .hero-content-left .text1 {
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  font-family: 'Proxima Nova Rg';
  line-height: 60px;
  letter-spacing: 10px;
}

.hero-content .hero-content-left .text2 {
  font-size: 15px;
  color: #333333;
  line-height: 25px;
  margin-top: 30px;
}

/* right */
.hero-content .hero-content-right {
  margin-left: 12%;
}

.hero-content .hero-content-right .text3 {
  color: #36299a;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Proxima Nova Rg';
  margin-bottom: 50px;
  margin-top: 10px;
  letter-spacing: 4px;
}

.hero-content .hero-content-right .text4 {
  color: #36299a;
  font-size: 17px;
  font-weight: bold;
  margin-top: 26px;
}

.hero-content .hero-content-right .text5 {
  color: #333333;
  font-size: 16px;
}

.body-dark-mode-wrap.dark-visible .hero-content .text-title {
  color: #d1d1d1;
}
.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 .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;
}

@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .hero-content .text-title {
    font-size: 28px;
  }

  .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 .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 .text-title {
    font-size: 26px;
  }

  .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 .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 .text-title {
    font-size: 20px;
  }

  .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 .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 .text-title {
    font-size: 14px;
  }

  .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 .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-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }

  /* right */
  .hero-content .hero-content-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .hero-content .hero-content-right .text3 {
    margin-bottom: 14px;
  }

  .hero-content .hero-content-right .text4 {
    margin-top: 10px;
  }
}
