.bottom-banner {
  width: 100%;
  height: 686px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  padding-bottom: 200px;
  position: relative;
  overflow-x: hidden;
}
.bottom-banner__content {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
}
.bottom-banner__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.bottom-banner__top h2 {
  font-family: "schabo";
  font-size: 58px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: baseline;
  gap: 16px;
  letter-spacing: 1.16px;
}
@media (max-width: 1024px) {
  .bottom-banner__top h2 {
    font-size: 50px;
    letter-spacing: 1px;
  }
}
@media (max-width: 768px) {
  .bottom-banner__top h2 {
    font-size: 42px;
    letter-spacing: 0.84px;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
  }
  .bottom-banner__top h2 svg {
    height: 40px;
    width: auto;
  }
}
.bottom-banner__top p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .bottom-banner__top p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .bottom-banner__top p {
    font-size: 16px;
  }
}
.bottom-banner__top-input {
  width: 100%;
  max-width: 640px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 6px;
  margin-top: 16px;
  border-radius: 64px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background: linear-gradient(113.4deg, rgba(172, 172, 172, 0.2) 0%, rgba(255, 255, 255, 0.04) 100%);
  backdrop-filter: blur(10px);
}
.bottom-banner__top-input input {
  width: 100%;
  height: 100%;
  padding: 17px 24px;
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
}
.bottom-banner__top-input input::-moz-placeholder {
  color: #FFFFFF;
}
.bottom-banner__top-input input::placeholder {
  color: #FFFFFF;
}
@media (max-width: 500px) {
  .bottom-banner__top-input input {
    height: 56px;
    padding: 17px 20px;
    text-align: center;
  }
}
.bottom-banner__top-input button {
  width: 200px;
  min-width: 200px;
  height: 56px;
  padding: 8px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 60px;
  background-color: #EB4E12;
  transition: 0.3s all ease;
}
.bottom-banner__top-input button span {
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}
.bottom-banner__top-input button svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}
.bottom-banner__top-input button.loading svg {
  animation: spin 1.2s linear infinite;
}
.bottom-banner__top-input button:hover {
  background-color: #161616;
}
.bottom-banner__top-input button:disabled {
  background-color: #161616 !important;
  pointer-events: none;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .bottom-banner__top-input button {
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 800px) {
  .bottom-banner__top-input {
    max-width: 620px;
  }
}
@media (max-width: 500px) {
  .bottom-banner__top-input {
    margin-top: 8px;
    flex-direction: column;
    justify-content: unset;
    gap: 8px;
    padding: 10px;
    border-radius: 16px;
  }
}
.bottom-banner__top .subtitle {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.bottom-banner__title {
  display: flex;
}
.bottom-banner__title .red {
  color: #EB4E12;
}
.bottom-banner__title.pc {
  gap: 6px;
}
.bottom-banner__title.phone {
  display: none;
}
.bottom-banner__title.phone div {
  display: flex;
}
@media (max-width: 800px) {
  .bottom-banner__title {
    flex-direction: column;
    font-size: 40px !important;
  }
}
@media (max-width: 500px) {
  .bottom-banner__title.pc {
    display: none;
  }
  .bottom-banner__title.phone {
    display: block;
  }
  .bottom-banner__title.phone div {
    display: flex;
    align-items: center;
    gap: 4px;
    text-wrap: nowrap;
  }
}
.bottom-banner .glow {
  height: 100%;
  width: auto;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .bottom-banner .glow {
    display: none;
  }
}
.bottom-banner .grid {
  width: 100%;
  max-width: 1310px;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .bottom-banner .grid {
    display: none;
  }
}
@media (max-width: 800px) {
  .bottom-banner {
    height: 534px;
    justify-content: center;
    padding-bottom: 120px;
  }
}
@media (max-width: 500px) {
  .bottom-banner {
    height: unset;
    padding-bottom: 80px;
  }
}/*# sourceMappingURL=bottom-banner.css.map */