html {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  color: #4f2e39;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
*, :after, :before {
  box-sizing: border-box;
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
}
small {
  font-size: unset;
}
button, input {
  outline: 0;
}
a {
  color: #000;
  color: initial;
}
button, summary {
  cursor: pointer;
}
#lp {
  scroll-behavior: smooth;
  position: relative;
}

/* margin */
#lp .mt16 {
  margin-top: 16px;
}
#lp .mt32 {
  margin-top: 32px;
}

#lp .max-width-1120 {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
#lp .font-accent {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
#lp .anchorlink, #lp .check-hf {
  text-decoration: none;
  font-weight: 700;
}
#lp .anchorlink {
  color: #636fdb;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
#lp .anchorlink-2 {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
#lp .anchorlink:hover,
#lp .anchorlink-2:hover,
#lp .anchorlink-3:hover {
  text-decoration: underline;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px)
  }
  to {
    opacity: 1;
    transform: none
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px)
  }
  to {
    opacity: 1;
    transform: none
  }
}
#lp .section-links {
  text-align: center;
}
#lp .links-flex {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 16px;
}
#lp .links-tiktok {
  margin-bottom: 9px;
}
#lp .links-icon {
  margin: 8px;
  width: 70px;
  height: 70px;
}
#lp .links-icon a {
  text-decoration: none;
}
#lp .links-fa {
  font-size: 32px;
  margin-bottom: 16px;
  color: #fff;
}
#lp .heading-links {
  margin: 24px 0 8px
}
#lp .mt0 {
  margin-top: 0px;
}
#lp .pa96 {
  padding: 96px;
}
#lp .max-width-960,
#lp .max-width-960-pc-only {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#lp .line-height-175 {
  line-height: 1.75;
}
/* sticky button */
@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@media screen and (max-width:540px) {
  #lp .mt32 {
    margin-top: 16px;
  }
  #lp .max-width-960 {
    max-width: none;
  }
  #lp .section-links {
    padding-top :64px;
    padding-bottom :64px;
  }
  #lp .heading-links:first-of-type {
    margin-top: 0;
  }
}
