@charset "utf-8";

#contact .subpage-header .subpage-header__bg {
  background-image: var(--bg-contact-mv);
}

/* thanksページ */
#thanks .subpage-header__bg {
  background-image: var(--bg-thanks-mv);
  background-position: right center;
}
#thanks .section {
  margin-top: 92px;
}

#thanks .description {
  font-family: var(--font-ibmplex);
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 16px;
  max-width: 800px;
}

#thanks .line__content {
  padding-top: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}

#thanks .line__content .line__link-wrapper .line-link {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  background-color: #bee8bb;
  border-radius: 20px;
  padding: 24px 40px;
  font-family: var(--font-ibmplex);
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--color-gray-medium);
  font-weight: 500;
  line-height: 1.3rem;
  transition: all 0.3s ease;
}

#thanks .line__content .line__link-wrapper .line-link:hover {
  transform: translateY(-5px);
}

#thanks .line__content .line__link-wrapper .line-link .line-icon {
  width: 40px;
}

#thanks .line__content .line__qr .line__qr-title {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  #thanks .section {
    margin-top: 40px;
  }

  #thanks .description {
    font-size: 14px;
  }

  #thanks .line__content {
    flex-direction: column;
    padding-top: 40px;
  }

  #thanks .line__content .line__link-wrapper {
    width: 100%;
  }

  #thanks .line__content .line__link-wrapper .line-link {
    width: 100%;
  }

  #thanks .line__content .line__qr .line__qr-image {
    margin: 0 auto;
  }

  /*===========max-width:768px============*/
}
