:root {
  color-scheme: dark light;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

html,
body,
#root {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: clip;
}

body,
button,
a,
input,
textarea,
select,
h1,
h2,
h3,
p,
blockquote {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", sans-serif !important;
}

body {
  font-size: 15px;
  font-weight: 400;
}

.font-black,
.font-bold,
.font-semibold,
strong,
h1,
h2,
h3 {
  font-weight: 600 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-light {
  font-weight: 400 !important;
}

h1 .font-light,
h2 .font-light,
h3 .font-light,
footer .font-light {
  font-weight: 600 !important;
}

.italic,
em,
blockquote {
  font-style: normal !important;
}

.font-light.italic,
.italic.font-light {
  font-weight: 400 !important;
}

h1 .font-light,
h2 .font-light,
h3 .font-light,
h1 .font-light.italic,
h2 .font-light.italic,
h3 .font-light.italic,
footer .font-light {
  font-weight: 600 !important;
}

.tracking-\[0\.4em\] {
  letter-spacing: 0.16em !important;
}

.tracking-\[0\.35em\] {
  letter-spacing: 0.14em !important;
}

.tracking-\[0\.3em\] {
  letter-spacing: 0.12em !important;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

main h1 {
  font-size: clamp(27px, 2.8vw, 30px) !important;
  line-height: 1.3 !important;
  letter-spacing: -0.035em !important;
}

h2 {
  font-size: clamp(22px, 2.4vw, 26px) !important;
  line-height: 1.28 !important;
  letter-spacing: -0.025em !important;
}

h3 {
  font-size: 16px !important;
  line-height: 1.28 !important;
}

p,
li {
  text-wrap: pretty;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #4cc4bb;
  outline-offset: 4px;
}

#pricing {
  scroll-margin-top: 0;
}

#pricing figure:focus-visible {
  outline: 2px solid #2fa8a0;
  outline-offset: 4px;
}

#pricing figure.is-flipped > div > div:nth-child(2),
#pricing figure:focus-visible > div > div:nth-child(2) {
  transform: rotateY(-168deg) !important;
}

#pricing
  > div
  > div
  > div[class*="top-8"][class*="left-8"][class*="z-20"] {
  top: 72px !important;
}

footer a[href="#"] {
  display: none !important;
}

body[data-spotlink-route="pricing"] footer a[href="/pricing/"],
body[data-spotlink-route="requests"] footer a[href="/requests/"] {
  display: none !important;
}

.spotlink-language-toggle {
  appearance: none;
  min-height: 36px;
  margin-left: auto;
  padding: 8px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(240, 237, 228, 0.08);
  color: inherit;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  opacity: 0.74;
  cursor: pointer;
}

.spotlink-language-toggle:hover {
  opacity: 1;
}

.spotlink-language-toggle + a {
  margin-left: 12px;
}

.spotlink-language-short {
  display: none;
}

.spotlink-generated-section,
.spotlink-requests-page {
  position: relative;
  width: 100%;
  color: #14232e;
}

.spotlink-section-inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 88px clamp(24px, 4vw, 56px);
}

.spotlink-section-heading {
  max-width: 650px;
  margin-bottom: 44px;
}

.spotlink-kicker {
  margin: 0 0 14px;
  color: #2b817b;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.spotlink-section-heading h2 {
  margin: 0 0 16px;
  color: #14232e;
}

.spotlink-section-heading > p:last-child {
  margin: 0;
  color: rgba(20, 35, 46, 0.72);
  font-size: 14px;
  line-height: 1.9;
}

.spotlink-payment-section {
  border-top: 1px solid rgba(20, 35, 46, 0.12);
  background: #f7f4ec;
}

.spotlink-payment-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.payment-mark {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(20, 35, 46, 0.13);
  border-radius: 10px;
  background: #fff;
  color: #14232e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-align: center;
}

.payment-mark.visa {
  color: #1434cb;
  font-size: 20px;
  font-style: italic;
  letter-spacing: -0.06em;
}

.payment-mark.mastercard {
  flex-direction: column;
  gap: 4px;
  font-size: 9px;
}

.payment-mark.mastercard i {
  position: relative;
  width: 38px;
  height: 23px;
}

.payment-mark.mastercard i::before,
.payment-mark.mastercard i::after {
  position: absolute;
  top: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  content: "";
}

.payment-mark.mastercard i::before {
  left: 0;
  background: #eb001b;
}

.payment-mark.mastercard i::after {
  right: 0;
  background: rgba(247, 158, 27, 0.9);
}

.payment-mark.amex {
  background: #1675b9;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.05em;
}

.payment-mark.jcb {
  background: linear-gradient(90deg, #1678bd 0 33%, #d82333 33% 66%, #1d8b58 66%);
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.payment-mark.diners {
  color: #1767a7;
  font-size: 10px;
}

.payment-mark.discover {
  border-bottom: 5px solid #ee7f22;
  font-size: 12px;
}

.payment-mark.unionpay {
  background: linear-gradient(118deg, #d3313b, #1e6da5 48%, #19856f);
  color: #fff;
}

.payment-mark.applepay {
  gap: 5px;
  color: #000;
  font-size: 18px;
}

.payment-mark.googlepay {
  gap: 5px;
  font-size: 17px;
  font-weight: 500;
}

.payment-mark.googlepay b {
  color: #4285f4;
}

.payment-mark.paypay {
  gap: 7px;
}

.payment-mark.paypay b {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 8px;
  background: #ff003c;
  color: #fff;
}

.payment-mark.linkpay {
  background: #00d66f;
  color: #071f16;
  font-size: 17px;
}

.spotlink-payment-note {
  max-width: 780px;
  margin: 20px 0 0;
  color: rgba(20, 35, 46, 0.62);
  font-size: 11px;
  line-height: 1.8;
}

.spotlink-requests-page {
  min-height: 100vh;
  background: #f0ede4;
}

.spotlink-legal-page {
  min-height: 100vh;
  background: #f0ede4;
}

.spotlink-requests-intro {
  padding-top: 86px;
  border-bottom: 1px solid rgba(20, 35, 46, 0.12);
}

.spotlink-legal-intro {
  padding-top: 86px;
  border-bottom: 1px solid rgba(20, 35, 46, 0.12);
}

.spotlink-legal-intro .spotlink-section-inner {
  padding-top: 88px;
  padding-bottom: 66px;
}

.spotlink-legal-intro h1 {
  margin: 0 0 16px;
  color: #14232e;
  font-size: 30px !important;
}

.spotlink-legal-intro .spotlink-section-inner > p:not(.spotlink-kicker) {
  max-width: 660px;
  margin: 0;
  color: rgba(20, 35, 46, 0.68);
  font-size: 14px;
  line-height: 1.9;
}

.spotlink-legal-intro .spotlink-legal-date {
  margin-top: 20px !important;
  font-size: 10px !important;
}

.spotlink-requests-intro .spotlink-section-inner {
  padding-top: 88px;
  padding-bottom: 66px;
}

.spotlink-requests-intro h1 {
  margin: 0 0 16px;
  color: #14232e;
  font-size: 30px !important;
}

.spotlink-requests-intro .spotlink-section-inner > p:last-child {
  max-width: 600px;
  margin: 0;
  color: rgba(20, 35, 46, 0.68);
  font-size: 14px;
  line-height: 1.9;
}

.spotlink-requests-content {
  background: #f7f4ec;
}

.spotlink-legal-content {
  background: #f7f4ec;
}

.spotlink-legal-list {
  display: grid;
  gap: 0;
}

.spotlink-legal-list article {
  display: grid;
  grid-template-columns: minmax(100px, 0.24fr) minmax(0, 0.76fr);
  gap: 12px 44px;
  padding: 56px 0;
  border-bottom: 1px solid rgba(20, 35, 46, 0.16);
  scroll-margin-top: 100px;
}

.spotlink-legal-number {
  grid-column: 1;
  grid-row: 1 / span 4;
  margin: 5px 0 0;
  color: #2b817b;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.spotlink-legal-list article h2,
.spotlink-legal-list article > p:not(.spotlink-legal-number),
.spotlink-legal-table {
  grid-column: 2;
}

.spotlink-legal-list article h2 {
  margin: 0 0 12px;
  color: #14232e;
  font-size: 18px !important;
}

.spotlink-legal-list article > p:not(.spotlink-legal-number) {
  max-width: 820px;
  margin: 0;
  color: rgba(20, 35, 46, 0.72);
  font-size: 13px;
  line-height: 2;
}

.spotlink-legal-table {
  margin: 6px 0 10px;
  border-top: 1px solid rgba(20, 35, 46, 0.14);
}

.spotlink-legal-table > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 0.72fr);
  gap: 22px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(20, 35, 46, 0.14);
}

.spotlink-legal-table dt,
.spotlink-legal-table dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.spotlink-legal-table dt {
  color: rgba(20, 35, 46, 0.6);
}

.spotlink-legal-table dd {
  color: #14232e;
}

.spotlink-legal-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 56px 0 12px;
}

.spotlink-legal-contact p {
  margin: 0;
  color: rgba(20, 35, 46, 0.72);
  font-size: 13px;
}

.spotlink-legal-contact a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 999px;
  background: #14232e;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

.spotlink-requests-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: start;
}

.spotlink-requests-layout h2 {
  margin: 0 0 24px;
  color: #14232e;
  font-size: 18px !important;
}

.spotlink-faq-list {
  border-top: 1px solid rgba(20, 35, 46, 0.18);
}

.spotlink-faq-list details {
  border-bottom: 1px solid rgba(20, 35, 46, 0.18);
}

.spotlink-faq-list summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  list-style: none;
  cursor: pointer;
}

.spotlink-faq-list summary::-webkit-details-marker {
  display: none;
}

.spotlink-faq-list summary i {
  flex: 0 0 auto;
  color: #2b817b;
  font-size: 18px;
  transition: transform 180ms ease;
}

.spotlink-faq-list details[open] summary i {
  transform: rotate(45deg);
}

.spotlink-faq-list details > p {
  margin: -2px 0 20px;
  padding-right: 36px;
  color: rgba(20, 35, 46, 0.68);
  font-size: 12px;
  line-height: 1.9;
}

.spotlink-form-column {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(20, 35, 46, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
}

#spotlink-request-form {
  display: grid;
  gap: 18px;
}

.spotlink-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#spotlink-request-form label {
  display: grid;
  gap: 8px;
  color: rgba(20, 35, 46, 0.78);
  font-size: 11px;
  font-weight: 500;
}

#spotlink-request-form input,
#spotlink-request-form select,
#spotlink-request-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 35, 46, 0.18);
  border-radius: 9px;
  outline: none;
  background: rgba(255, 255, 255, 0.84);
  color: #14232e;
  font-size: 14px;
  font-weight: 400;
}

#spotlink-request-form input,
#spotlink-request-form select {
  min-height: 46px;
  padding: 0 13px;
}

#spotlink-request-form textarea {
  min-height: 140px;
  padding: 13px;
  resize: vertical;
}

#spotlink-request-form input:focus,
#spotlink-request-form select:focus,
#spotlink-request-form textarea:focus {
  border-color: #2b9891;
  box-shadow: 0 0 0 3px rgba(43, 152, 145, 0.12);
}

.spotlink-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.spotlink-form-footer p {
  max-width: 290px;
  margin: 0;
  color: rgba(20, 35, 46, 0.58);
  font-size: 10px;
  line-height: 1.7;
}

.spotlink-form-footer p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.spotlink-form-footer button {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #14232e;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.spotlink-form-footer button:hover {
  background: #2b817b;
}

.spotlink-form-footer button:disabled {
  opacity: 0.55;
  cursor: wait;
}

.spotlink-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.spotlink-form-status {
  min-height: 16px;
  margin: 0;
  color: #2b817b;
  font-size: 11px;
}

footer {
  background: #f0ede4 !important;
  color: #14232e !important;
}

footer > div[aria-hidden="true"] {
  background: none !important;
}

footer,
footer p,
footer a,
footer li,
footer div,
footer span,
footer i {
  color: #14232e !important;
}

footer .font-black.uppercase {
  font-size: clamp(28px, 3vw, 38px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.035em !important;
}

footer .font-black.uppercase span {
  color: #2b9891 !important;
}

footer [class*="border-[#f0ede4]"] {
  border-color: rgba(20, 35, 46, 0.18) !important;
}

footer a[class*="bg-[#2fa8a0]"] {
  background: #2fa8a0 !important;
  color: #08151d !important;
}

footer a[class*="border-[#f0ede4]"] {
  border-color: rgba(20, 35, 46, 0.3) !important;
  color: #14232e !important;
}

section.relative.w-full:has(img[alt="SpotLink アプリのホーム画面"]) {
  min-height: auto !important;
  aspect-ratio: auto !important;
}

.relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"]) {
  aspect-ratio: 16 / 9 !important;
  min-height: 560px;
}

.relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
  > .relative.z-10.h-full {
  padding-top: 38px;
  padding-bottom: 118px;
}

.relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
  div:has(> img[alt="SpotLink アプリのようこそ画面"])
  {
  width: 170px !important;
  aspect-ratio: 414 / 845 !important;
}

.relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
  div:has(> img[alt="SpotLink アプリのホーム画面"])
  {
  width: 190px !important;
  aspect-ratio: 414 / 845 !important;
}

.relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
  img[alt^="SpotLink アプリの"] {
  width: 100% !important;
  height: 106.51% !important;
  object-fit: cover !important;
  object-position: center bottom !important;
  transform: translateY(-6.1%) !important;
}

.relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
  > .absolute.left-6 {
  left: 28px;
  right: 28px;
  bottom: 24px;
  max-width: none;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(6, 10, 15, 0.78);
  text-align: center;
}

.relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
  > .absolute.left-6,
.relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
  > .absolute.left-6 * {
  color: #fff !important;
}

@media (min-width: 768px) {
  footer .grid.md\:grid-cols-4 {
    grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  main h1 {
    font-size: 25px !important;
    line-height: 1.42 !important;
  }

  h2 {
    font-size: 22px !important;
    line-height: 1.35 !important;
  }

  header a,
  footer a {
    min-height: 44px;
    display: inline-flex !important;
    align-items: center;
  }

  header {
    gap: 9px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .spotlink-language-toggle {
    min-width: 44px;
    min-height: 44px;
    padding: 0 11px;
  }

  .spotlink-language-full {
    display: none;
  }

  .spotlink-language-short {
    display: inline;
  }

  .spotlink-language-toggle + a {
    margin-left: 0;
  }

  .spotlink-section-inner {
    padding: 68px 20px;
  }

  .spotlink-payment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .payment-mark {
    min-height: 58px;
  }

  .spotlink-requests-intro {
    padding-top: 74px;
  }

  .spotlink-legal-intro {
    padding-top: 74px;
  }

  .spotlink-requests-intro .spotlink-section-inner {
    padding-top: 52px;
    padding-bottom: 46px;
  }

  .spotlink-legal-intro .spotlink-section-inner {
    padding-top: 52px;
    padding-bottom: 46px;
  }

  .spotlink-requests-intro h1 {
    font-size: 25px !important;
  }

  .spotlink-legal-intro h1 {
    font-size: 25px !important;
  }

  .spotlink-legal-list article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 44px 0;
  }

  .spotlink-legal-number,
  .spotlink-legal-list article h2,
  .spotlink-legal-list article > p:not(.spotlink-legal-number),
  .spotlink-legal-table {
    grid-column: 1;
    grid-row: auto;
  }

  .spotlink-legal-table > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .spotlink-legal-contact {
    align-items: stretch;
    flex-direction: column;
  }

  .spotlink-legal-contact a {
    justify-content: center;
  }

  .spotlink-requests-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .spotlink-form-column {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .spotlink-field-row {
    grid-template-columns: 1fr;
  }

  #spotlink-request-form input,
  #spotlink-request-form select,
  #spotlink-request-form textarea {
    font-size: 16px;
  }

  .spotlink-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .spotlink-form-footer button {
    width: 100%;
  }

  #pricing .grid.grid-cols-12 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
    height: min(80vh, 700px) !important;
  }

  #pricing figure:last-child {
    grid-column: span 12 / span 12 !important;
  }

  .relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"]) {
    min-height: 560px;
    aspect-ratio: auto !important;
  }

  .relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
    > .relative.z-10.h-full {
    min-height: 560px;
    height: auto;
    align-items: flex-start;
    gap: 12px;
    padding: 76px 20px 164px;
  }

  .relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
    img[alt="SpotLink アプリのようこそ画面"]
    {
    display: block;
  }

  .relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
    div:has(> img[alt="SpotLink アプリのようこそ画面"])
    {
    display: block !important;
    width: 132px !important;
    flex: 0 0 132px;
  }

  .relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
    div:has(> img[alt="SpotLink アプリのホーム画面"])
    {
    width: 148px !important;
    flex: 0 0 148px;
  }

  .relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
    > .absolute.left-6 {
    left: 20px;
    right: 20px;
    bottom: 28px;
    max-width: none;
  }

  .relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
    > .absolute.right-6 {
    top: 24px;
    right: 20px;
  }

  footer .tracking-\[0\.4em\],
  footer .tracking-\[0\.3em\] {
    letter-spacing: 0.1em !important;
  }

  footer .grid {
    gap: 34px !important;
  }
}

@media (max-width: 360px) {
  .relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
    div:has(> img[alt="SpotLink アプリのようこそ画面"])
    {
    width: 118px !important;
    flex-basis: 118px;
  }

  .relative.w-full[style*="aspect-ratio"]:has(img[alt="SpotLink アプリのホーム画面"])
    div:has(> img[alt="SpotLink アプリのホーム画面"])
    {
    width: 134px !important;
    flex-basis: 134px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
