body .rulebook-section-ttl {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Dela Gothic One", Avenir, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #fe5d2c;
  line-height: 1.4;
  text-align: center;
  margin: 100px 0 40px;
}
@media (max-width: 1024px) {
  body .rulebook-section-ttl {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  body .rulebook-section-ttl {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fe5d2c;
    margin: 60px 0 30px;
  }
  body .rulebook-section-ttl.secound {
    margin-top: 20px;
  }
}
body .rulebook-section-ttl .small {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  body .rulebook-section-ttl .small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
body .rulebook-section-ttl.first {
  color: #fff;
  padding-top: 0;
  margin-top: 0;
  text-align: left;
  position: relative;
  left: -20px;
}
@media (max-width: 768px) {
  body .rulebook-section-ttl.first {
    padding-top: 0;
    left: -5px;
  }
}
body .rulebook-section-ttl.first:before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/common/clawmark.svg) no-repeat;
  background-size: contain;
  width: 55px;
  height: 100px;
  margin: 0 auto 20px;
  position: relative;
  top: 50px;
  left: 20px;
  z-index: -1;
}
@media (max-width: 768px) {
  body .rulebook-section-ttl.first:before {
    width: 28px;
    top: 57px;
    left: 5px;
  }
}

body .rulebook-section-subttl {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Dela Gothic One", Avenir, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #fff;
  margin-top: 60px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  body .rulebook-section-subttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  body .rulebook-section-subttl {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 50px;
    padding-top: 0;
  }
}
body .rulebook-section-subttl .small {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  body .rulebook-section-subttl .small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.main-visual-txt .main-visual-copy {
  font-size: 42px;
  font-size: 2.625rem;
  color: #fff;
  font-weight: bold;
  margin: 50px 0;
  padding-top: 25vh;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

body .main-tool-col2 li {
  background: #444 !important;
}

.main-tool-col2 li {
  background: #444 !important;
}

.main-terms {
  background-color: #252525 !important;
}

.main-tool-ttl:before, .main-terms-ttl:before, .main-staff-ttl:before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/common/clawmark.svg) no-repeat;
  background-size: contain;
  width: 45px;
  height: 70px;
  margin: 0 auto 20px;
  position: absolute;
  top: -12px;
  left: -30px;
  z-index: -1;
}

.main-tool-ttl, .main-terms-ttl, .main-staff-ttl {
  color: #fff;
  margin-left: 20px;
  position: relative;
  z-index: 10;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

.main-tool, .main-staff {
  background-color: rgba(37, 37, 37, 0.75);
}

.main-visual-txt .main-visual-scroll a {
  color: #fff !important;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

.main-visual-logo img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all var(--microtip-transition-duration, 0.8s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
}

.main-visual-logo {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
/*# sourceMappingURL=index-override.css.map */
