@charset "UTF-8";
/* リキッドレイアウト対応 */

body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #08070d;
  color: #f4f2fb;
  line-height: 1.8;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-break: break-word;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===== 空気感（背景アトモスフィア） ===== */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(48vw 42vh at 8% -8%, rgba(123, 63, 228, .28), transparent 60%), radial-gradient(46vw 40vh at 102% 2%, rgba(224, 33, 138, .2), transparent 58%), radial-gradient(60vw 50vh at 50% 118%, rgba(123, 63, 228, .16), transparent 60%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
  background-image: linear-gradient(rgba(168, 85, 247, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(168, 85, 247, .045) 1px, transparent 1px);
  background-size: 64px 64px, 64px 64px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, #000 30%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, #000 30%, transparent 90%);
}

::-moz-selection {
  background: #e0218a;
  color: #fff;
}

::selection {
  background: #e0218a;
  color: #fff;
}

:focus-visible {
  outline: 2px solid #a855f7;
  outline-offset: 3px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  word-wrap: break-word;
}

.inner {
  max-width: 1450px;
  max-width: 90.625rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}

.p-lp .container {
  max-width: 800px;
  max-width: 50rem;
  margin-inline: auto;
  padding: 80px 25px 56px;
  padding: 5rem 25px 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-lp .container {
    padding: 3rem 20px 2.5rem;
  }
}

.sub-page__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(24px, 5vw, 34px);
  font-size: clamp(1.5rem, 5vw, 2.125rem);
  font-weight: 700;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  background: linear-gradient(100deg, #b89dff, #ff66ad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .sub-page__title {
    margin-bottom: 1.75rem;
  }
}

.sub-page__section {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.sub-page__heading {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  border-left: 3px solid #a855f7;
  border-left: 0.1875rem solid #a855f7;
}
@media screen and (max-width: 767px) {
  .sub-page__heading {
    font-size: 1.125rem;
  }
}

.sub-page__subheading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 20px 0 8px;
  margin: 1.25rem 0 0.5rem;
  color: #a855f7;
}

.sub-page__text {
  line-height: 2;
  color: #bcb7cf;
}
.sub-page__text a {
  color: #a855f7;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sub-page__text a:hover {
  color: #ec4899;
}

.sub-page > .sub-page__text {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.sub-page__list {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
  padding-left: 22px;
  padding-left: 1.375rem;
  list-style: disc;
  color: #bcb7cf;
  line-height: 2;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(168, 85, 247, .22);
  border-radius: 0.75rem;
  overflow: hidden;
}
.legal-table th,
.legal-table td {
  text-align: left;
  padding: 15px 18px;
  padding: 0.9375rem 1.125rem;
  border-bottom: 1px solid rgba(168, 85, 247, .22);
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85;
}
.legal-table tr:last-child th,
.legal-table tr:last-child td {
  border-bottom: none;
}
.legal-table th {
  width: 34%;
  background: #15121f;
  font-weight: 700;
  color: #f4f2fb;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .legal-table th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding-bottom: 0.25rem;
  }
}
.legal-table td {
  color: #bcb7cf;
}
.legal-table td a {
  color: #a855f7;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .legal-table td {
    display: block;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .legal-table tr {
    display: block;
    border-bottom: 1px solid rgba(168, 85, 247, .22);
    padding: 0.625rem 0;
  }
  .legal-table tr:last-child {
    border-bottom: none;
  }
}

.sub-page__back {
  margin-top: 48px;
  margin-top: 3rem;
}
.sub-page__back a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-size: 0.875rem;
  color: #a855f7;
}
.sub-page__back a:hover {
  color: #ec4899;
}

.p-lp .footer {
  border-top: 1px solid rgba(168, 85, 247, .22);
  text-align: center;
  padding: 28px 20px;
  padding: 1.75rem 20px;
}
.p-lp .footer p {
  font-family: 'JetBrains Mono', monospace;
  color: #bcb7cf;
  font-size: 12px;
  font-size: 0.75rem;
}

.l-section {
  position: relative;
  padding-block: 120px;
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 4.5rem;
  }
}

.l-section--tight {
  padding-block: 80px;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-section--tight {
    padding-block: 3rem;
  }
}

.c-head {
  text-align: center;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-head {
    margin-bottom: 2.5rem;
  }
}

.c-head__eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #c9b8ff;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.c-head__eyebrow::before {
  content: "";
  width: 26px;
  width: 1.625rem;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#c9b8ff));
  background: linear-gradient(90deg, transparent, #c9b8ff);
}
.c-head__eyebrow::after {
  content: "";
  width: 26px;
  width: 1.625rem;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#c9b8ff), to(transparent));
  background: linear-gradient(90deg, #c9b8ff, transparent);
}

.c-head__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(26px, 4.4vw, 40px);
  font-size: clamp(1.625rem, 4.4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.u-grad {
  background: linear-gradient(100deg, #b89dff, #ff66ad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
  padding: 20px 44px;
  padding: 1.25rem 2.75rem;
  border-radius: 999px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background: linear-gradient(100deg, #7b3fe4, #e0218a);
  -webkit-box-shadow: 0 10px 30px -8px rgba(224, 33, 138, .5), 0 0 0 1px rgba(255, 255, 255, .06) inset;
          box-shadow: 0 10px 30px -8px rgba(224, 33, 138, .5), 0 0 0 1px rgba(255, 255, 255, .06) inset;
  overflow: hidden;
  isolation: isolate;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.c-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, .35) 50%, transparent 80%);
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.c-btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 16px 40px -8px rgba(224, 33, 138, .5), 0 0 0 1px rgba(255, 255, 255, .1) inset;
          box-shadow: 0 16px 40px -8px rgba(224, 33, 138, .5), 0 0 0 1px rgba(255, 255, 255, .1) inset;
}
.c-btn:hover::before {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 1.125rem 2rem;
    font-size: 1rem;
  }
}

.c-btn--ghost {
  background: transparent;
  color: #f4f2fb;
  border: 1px solid rgba(168, 85, 247, .45);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn--ghost::before {
  display: none;
}
.c-btn--ghost:hover {
  background: rgba(168, 85, 247, .1);
  border-color: #a855f7;
  -webkit-box-shadow: 0 0 26px -10px rgba(123, 63, 228, .55);
          box-shadow: 0 0 26px -10px rgba(123, 63, 228, .55);
}

.c-card {
  position: relative;
  background: #15121f;
  border: 1px solid rgba(168, 85, 247, .22);
  border-radius: 1.125rem;
  padding: 32px;
  padding: 2rem;
}

.mv {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 60px 20px 88px;
  padding: 3.75rem 20px 5.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    min-height: 92svh;
    padding: 2.5rem 20px 5rem;
  }
}

.mv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 880px;
  max-width: 55rem;
}

.mv__badge {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  color: #a855f7;
  padding: 8px 18px;
  padding: 0.5rem 1.125rem;
  border: 1px solid rgba(168, 85, 247, .45);
  border-radius: 999px;
  background: rgba(168, 85, 247, .07);
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .mv__badge {
    margin-bottom: 1.75rem;
    font-size: 0.625rem;
  }
}

.mv__visual {
  margin: 0 auto 36px;
  margin: 0 auto 2.25rem;
  max-width: 560px;
  max-width: 35rem;
  -webkit-mask-image: radial-gradient(125% 125% at 50% 50%, #000 56%, transparent 100%);
  mask-image: radial-gradient(125% 125% at 50% 50%, #000 56%, transparent 100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="70" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(123,63,228,0.5)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 70px rgba(123, 63, 228, .5));
          filter: drop-shadow(0 0 70px rgba(123, 63, 228, .5));
}
.mv__visual img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .mv__visual {
    max-width: 26.875rem;
    margin-bottom: 1.75rem;
  }
}

.mv__copy {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 8.4vw, 66px);
  font-size: clamp(2.125rem, 8.4vw, 4.125rem);
  line-height: 1.16;
  letter-spacing: 0.015em;
  text-shadow: 0 0 44px rgba(123, 63, 228, .45);
}

.mv__copy-lead {
  display: inline-block;
  font-size: 0.62em;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.mv__sub {
  margin-top: 26px;
  margin-top: 1.625rem;
  color: #f4f2fb;
  font-size: clamp(14px, 2.3vw, 17px);
  font-size: clamp(0.875rem, 2.3vw, 1.0625rem);
  line-height: 1.95;
}

.mv__cta {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.empathy {
  text-align: center;
}

.empathy .c-head__eyebrow {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

.empathy__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(21px, 4.2vw, 32px);
  font-size: clamp(1.3125rem, 4.2vw, 2rem);
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}

.empathy__mark {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(224, 33, 138, .4)));
  background-image: linear-gradient(transparent 60%, rgba(224, 33, 138, .4) 60%);
  padding-inline: 2px;
  padding-inline: 0.125rem;
}

.empathy__list {
  max-width: 680px;
  max-width: 42.5rem;
  margin-inline: auto;
  display: grid;
  gap: 14px;
  gap: 0.875rem;
}

.empathy__list li {
  position: relative;
  padding: 18px 24px 18px 58px;
  padding: 1.125rem 1.5rem 1.125rem 3.625rem;
  text-align: left;
  background: #15121f;
  border: 1px solid rgba(168, 85, 247, .22);
  border-radius: 0.875rem;
  color: #f4f2fb;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.empathy__list li::before {
  content: "?";
  position: absolute;
  left: 16px;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(100deg, #7b3fe4, #e0218a);
}
@media screen and (max-width: 767px) {
  .empathy__list li {
    font-size: 0.875rem;
    padding: 1rem 1.125rem 1rem 3.25rem;
  }
}

.solution__lead {
  text-align: center;
  font-size: clamp(16px, 2.4vw, 20px);
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  line-height: 2;
  color: #f4f2fb;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.solution__lead b {
  color: #a855f7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .solution__lead {
    margin-bottom: 2.5rem;
  }
}

.bridge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  max-width: 980px;
  max-width: 61.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .bridge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}

.bridge__node {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 10px;
  gap: 0.625rem;
  padding: 28px 16px;
  padding: 1.75rem 1rem;
  background: #15121f;
  border: 1px solid rgba(168, 85, 247, .22);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .bridge__node {
    width: 100%;
    max-width: 20rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
    text-align: left;
    padding: 1.125rem 1.375rem;
  }
}

.bridge__icon {
  width: 54px;
  width: 3.375rem;
  height: 54px;
  height: 3.375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 0.875rem;
  color: #a855f7;
  background: rgba(168, 85, 247, .08);
  border: 1px solid rgba(168, 85, 247, .22);
}
.bridge__icon svg {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.bridge__icon--code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}

.bridge__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .bridge__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bridge__label {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.bridge__desc {
  font-size: 12px;
  font-size: 0.75rem;
  color: #bcb7cf;
  line-height: 1.6;
}

.bridge__node--core {
  background: linear-gradient(150deg, rgba(123, 63, 228, .22), rgba(224, 33, 138, .16));
  border: 1px solid rgba(168, 85, 247, .45);
  -webkit-box-shadow: 0 0 40px -6px rgba(123, 63, 228, .55);
          box-shadow: 0 0 40px -6px rgba(123, 63, 228, .55);
  -webkit-animation: corePulse 3s ease-in-out infinite;
          animation: corePulse 3s ease-in-out infinite;
}
.bridge__node--core .bridge__icon {
  color: #fff;
  background: linear-gradient(100deg, #7b3fe4, #e0218a);
  border: none;
  -webkit-box-shadow: 0 0 24px rgba(224, 33, 138, .5);
          box-shadow: 0 0 24px rgba(224, 33, 138, .5);
}

@-webkit-keyframes corePulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 40px -10px rgba(123, 63, 228, .55);
            box-shadow: 0 0 40px -10px rgba(123, 63, 228, .55);
  }
  50% {
    -webkit-box-shadow: 0 0 52px -4px rgba(224, 33, 138, .5);
            box-shadow: 0 0 52px -4px rgba(224, 33, 138, .5);
  }
}

@keyframes corePulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 40px -10px rgba(123, 63, 228, .55);
            box-shadow: 0 0 40px -10px rgba(123, 63, 228, .55);
  }
  50% {
    -webkit-box-shadow: 0 0 52px -4px rgba(224, 33, 138, .5);
            box-shadow: 0 0 52px -4px rgba(224, 33, 138, .5);
  }
}
.bridge__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44px;
          flex: 0 1 44px;
  -ms-flex: 0 1 2.75rem;
      flex: 0 1 2.75rem;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  height: 2px;
  min-width: 28px;
  min-width: 1.75rem;
  background: rgba(168, 85, 247, .45);
  border-radius: 2px;
  overflow: hidden;
}
.bridge__link::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 45%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#a855f7), color-stop(#ec4899), to(transparent));
  background: linear-gradient(90deg, transparent, #a855f7, #ec4899, transparent);
  -webkit-animation: flowX 2s linear infinite;
          animation: flowX 2s linear infinite;
}
@media screen and (max-width: 767px) {
  .bridge__link {
    width: 2px;
    height: 1.625rem;
    min-width: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0.125rem 0;
  }
  .bridge__link::after {
    width: 100%;
    height: 45%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#a855f7), color-stop(#ec4899), to(transparent));
    background: linear-gradient(180deg, transparent, #a855f7, #ec4899, transparent);
    -webkit-animation: flowY 2s linear infinite;
            animation: flowY 2s linear infinite;
  }
}

@-webkit-keyframes flowX {
  from {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  to {
    -webkit-transform: translateX(360%);
            transform: translateX(360%);
  }
}

@keyframes flowX {
  from {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  to {
    -webkit-transform: translateX(360%);
            transform: translateX(360%);
  }
}
@-webkit-keyframes flowY {
  from {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  to {
    -webkit-transform: translateY(360%);
            transform: translateY(360%);
  }
}
@keyframes flowY {
  from {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  to {
    -webkit-transform: translateY(360%);
            transform: translateY(360%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bridge__node--core {
    -webkit-animation: none;
            animation: none;
  }
  .bridge__link::after {
    -webkit-animation: none;
            animation: none;
  }
}
.accuracy__lead {
  text-align: center;
  color: #bcb7cf;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .accuracy__lead {
    font-size: 0.875rem;
  }
}

.accuracy__claim {
  text-align: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.accuracy__claim span {
  display: inline-block;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 4vw, 34px);
  font-size: clamp(1.375rem, 4vw, 2.125rem);
  letter-spacing: 0.01em;
  position: relative;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.accuracy__claim span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  height: 0.1875rem;
  border-radius: 999px;
  background: linear-gradient(100deg, #7b3fe4, #e0218a);
}
@media screen and (max-width: 767px) {
  .accuracy__claim {
    margin-bottom: 2rem;
  }
}

.accuracy__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .accuracy__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.accuracy__item {
  position: relative;
  border: 1px solid rgba(168, 85, 247, .22);
  border-radius: 0.875rem;
  overflow: hidden;
  background: #15121f;
  -webkit-box-shadow: 0 24px 56px -28px rgba(0, 0, 0, .7);
          box-shadow: 0 24px 56px -28px rgba(0, 0, 0, .7);
}
.accuracy__item::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 8px;
  right: 0.5rem;
  bottom: 0;
  height: 56px;
  height: 3.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(21, 18, 31, .9)));
  background: linear-gradient(transparent, rgba(21, 18, 31, .9));
  pointer-events: none;
}

.accuracy__item--after {
  border-color: rgba(168, 85, 247, .45);
  -webkit-box-shadow: 0 0 46px -12px rgba(224, 33, 138, .5);
          box-shadow: 0 0 46px -12px rgba(224, 33, 138, .5);
}

.winbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  padding: 11px 15px;
  padding: 0.6875rem 0.9375rem;
  background: rgba(255, 255, 255, .03);
  border-bottom: 1px solid rgba(168, 85, 247, .22);
  position: relative;
  z-index: 1;
}

.winbar__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
}
.winbar__dots i {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-radius: 50%;
  background: rgba(168, 85, 247, .45);
}
.winbar__dots i:nth-child(1) {
  background: #ff5f57;
  opacity: 0.7;
}
.winbar__dots i:nth-child(2) {
  background: #febc2e;
  opacity: 0.7;
}
.winbar__dots i:nth-child(3) {
  background: #28c840;
  opacity: 0.7;
}

.winbar__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-size: 0.75rem;
  color: #bcb7cf;
}

.accuracy__item--after .winbar__label {
  color: #ec4899;
}

.accuracy__frame {
  height: 520px;
  height: 32.5rem;
  overflow-y: auto;
}
.accuracy__frame img {
  width: 100%;
  height: auto;
  display: block;
}
.accuracy__frame {
  scrollbar-width: thin;
  scrollbar-color: #a855f7 transparent;
}
.accuracy__frame::-webkit-scrollbar {
  width: 8px;
  width: 0.5rem;
}
.accuracy__frame::-webkit-scrollbar-track {
  background: transparent;
}
.accuracy__frame::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#7b3fe4), to(#e0218a));
  background: linear-gradient(#7b3fe4, #e0218a);
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .accuracy__frame {
    height: 25rem;
  }
}

.accuracy__note {
  margin-top: 22px;
  margin-top: 1.375rem;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #bcb7cf;
}

.demo-video {
  text-align: center;
}

.demo-video__text {
  color: #bcb7cf;
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .demo-video__text {
    margin-bottom: 1.75rem;
    font-size: 0.875rem;
  }
}

.demo-video__window {
  max-width: 920px;
  max-width: 57.5rem;
  margin-inline: auto;
  border: 1px solid rgba(168, 85, 247, .45);
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 64px -18px rgba(123, 63, 228, .55);
          box-shadow: 0 0 64px -18px rgba(123, 63, 228, .55);
}

.demo-video__player {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 279/125;
  background: #000;
}

.voices__search {
  display: block;
  max-width: 440px;
  max-width: 27.5rem;
  margin-inline: auto;
  text-align: center;
  border-radius: 1.375rem;
  padding: 36px 32px 28px;
  padding: 2.25rem 2rem 1.75rem;
  border: 2px solid transparent;
  background: linear-gradient(#15121f, #15121f) padding-box, linear-gradient(100deg, #7b3fe4, #e0218a) border-box;
  -webkit-box-shadow: 0 0 52px -22px rgba(123, 63, 228, .55);
          box-shadow: 0 0 52px -22px rgba(123, 63, 228, .55);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.voices__search:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 24px 56px -22px rgba(224, 33, 138, .5);
          box-shadow: 0 24px 56px -22px rgba(224, 33, 138, .5);
}
.voices__search:hover .voices__searchbtn {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0 0 26px rgba(224, 33, 138, .5);
          box-shadow: 0 0 26px rgba(224, 33, 138, .5);
}
.voices__search:hover .voices__hint {
  color: #c9b8ff;
}

.voices__xmark {
  display: block;
  width: 54px;
  width: 3.375rem;
  height: 54px;
  height: 3.375rem;
  margin: 0 auto 14px;
  margin: 0 auto 0.875rem;
  color: #f4f2fb;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="18" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,0.22)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 18px rgba(255, 255, 255, .22));
          filter: drop-shadow(0 0 18px rgba(255, 255, 255, .22));
}
.voices__xmark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.voices__label {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  color: #bcb7cf;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.voices__searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  padding: 9px 9px 9px 22px;
  padding: 0.5625rem 0.5625rem 0.5625rem 1.375rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  border: 1px solid rgba(168, 85, 247, .45);
  border-radius: 999px;
  background: #1c1830;
}

.voices__keyword {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: left;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #f4f2fb;
  letter-spacing: 0.02em;
}

.voices__searchbtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(100deg, #7b3fe4, #e0218a);
  -webkit-box-shadow: 0 0 16px -2px rgba(224, 33, 138, .5);
          box-shadow: 0 0 16px -2px rgba(224, 33, 138, .5);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.voices__searchbtn svg {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}

.voices__hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  color: #bcb7cf;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.pricing__card {
  position: relative;
  max-width: 560px;
  max-width: 35rem;
  margin-inline: auto;
  text-align: center;
  border-radius: 1.5rem;
  padding: 56px 44px 48px;
  padding: 3.5rem 2.75rem 3rem;
  border: 1px solid transparent;
  background: linear-gradient(#15121f, #15121f) padding-box, linear-gradient(100deg, #7b3fe4, #e0218a) border-box;
  -webkit-box-shadow: 0 0 80px -24px rgba(123, 63, 228, .55);
          box-shadow: 0 0 80px -24px rgba(123, 63, 228, .55);
}
@media screen and (max-width: 767px) {
  .pricing__card {
    padding: 2.75rem 1.375rem 2.25rem;
  }
}

.pricing__ribbon {
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 7px 20px;
  padding: 0.4375rem 1.25rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(100deg, #7b3fe4, #e0218a);
  -webkit-box-shadow: 0 8px 22px -6px rgba(224, 33, 138, .5);
          box-shadow: 0 8px 22px -6px rgba(224, 33, 138, .5);
  white-space: nowrap;
}

.pricing__name {
  font-family: 'JetBrains Mono', monospace;
  color: #bcb7cf;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.pricing__coupon {
  position: relative;
  z-index: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 9px 20px;
  padding: 0.5625rem 1.25rem;
  border-radius: 999px;
  overflow: hidden;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  -webkit-box-shadow: 0 0 22px -6px rgba(123, 63, 228, .55);
          box-shadow: 0 0 22px -6px rgba(123, 63, 228, .55);
}
.pricing__coupon::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  width: 440px;
  width: 27.5rem;
  height: 440px;
  height: 27.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: conic-gradient(from 0deg, #7b3fe4, #ec4899, #ffffff, #a855f7, #e0218a, #7b3fe4);
  -webkit-animation: couponSpin 4s linear infinite;
          animation: couponSpin 4s linear infinite;
}
.pricing__coupon::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 2px;
  border-radius: inherit;
  background: #0d0b16;
}
.pricing__coupon b {
  padding-left: 9px;
  padding-left: 0.5625rem;
  border-left: 1px solid rgba(255, 255, 255, .35);
}

@-webkit-keyframes couponSpin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
            transform: translate(-50%, -50%) rotate(1turn);
  }
}

@keyframes couponSpin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
            transform: translate(-50%, -50%) rotate(1turn);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pricing__coupon::before {
    -webkit-animation: none;
            animation: none;
  }
}
.pricing__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  gap: 0.125rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.pricing__was {
  display: none;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  color: #bcb7cf;
  text-decoration: line-through;
  -webkit-text-decoration-color: #ec4899;
          text-decoration-color: #ec4899;
  text-decoration-thickness: 2px;
}

.pricing__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  gap: 0.375rem;
}

.pricing__num {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  background: linear-gradient(100deg, #b89dff, #ff66ad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .pricing__num {
    font-size: 3.5rem;
  }
}

.pricing__num--sale {
  display: none;
}

.pricing__unit {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #f4f2fb;
}
.pricing__unit small {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #bcb7cf;
  font-weight: 400;
}

body.is-coupon .pricing__coupon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body.is-coupon .pricing__was {
  display: block;
}
body.is-coupon .pricing__num--normal {
  display: none;
}
body.is-coupon .pricing__num--sale {
  display: inline-block;
}

.pricing__sub {
  color: #bcb7cf;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}

.pricing__cta {
  width: 100%;
  max-width: 380px;
  max-width: 23.75rem;
}

.pricing__incl {
  display: grid;
  gap: 12px;
  gap: 0.75rem;
  max-width: 330px;
  max-width: 20.625rem;
  margin: 36px auto 0;
  margin: 2.25rem auto 0;
  text-align: left;
}
.pricing__incl li {
  position: relative;
  padding-left: 32px;
  padding-left: 2rem;
  font-size: 14.5px;
  font-size: 0.90625rem;
  font-weight: 500;
}
.pricing__incl li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 1.3125rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(100deg, #7b3fe4, #e0218a);
}

.pricing__note {
  display: grid;
  gap: 8px;
  gap: 0.5rem;
  max-width: 440px;
  max-width: 27.5rem;
  margin: 28px auto 0;
  margin: 1.75rem auto 0;
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(168, 85, 247, .22);
  text-align: left;
}
.pricing__note li {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-size: 12.5px;
  font-size: 0.78125rem;
  color: #bcb7cf;
  line-height: 1.7;
}
.pricing__note li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #a855f7;
}

.notice__box {
  max-width: 640px;
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
  background: #15121f;
  border: 1px solid rgba(236, 72, 153, .38);
  border-radius: 1.125rem;
  padding: 36px 36px 34px;
  padding: 2.25rem 2.25rem 2.125rem;
  -webkit-box-shadow: 0 0 44px -18px rgba(224, 33, 138, .5);
          box-shadow: 0 0 44px -18px rgba(224, 33, 138, .5);
}
@media screen and (max-width: 767px) {
  .notice__box {
    padding: 1.75rem 1.25rem;
  }
}

.notice__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ec4899;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.notice__title::before {
  content: "⚠";
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .notice__title {
    font-size: 1.125rem;
  }
}

.notice__thumb {
  display: block;
  max-width: 460px;
  max-width: 28.75rem;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(168, 85, 247, .22);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.notice__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.notice__thumb:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 16px 34px -14px rgba(0, 0, 0, .7);
          box-shadow: 0 16px 34px -14px rgba(0, 0, 0, .7);
}

.notice__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.95;
  color: #bcb7cf;
}
.notice__text a {
  color: #a855f7;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.notice__text a:hover {
  color: #ec4899;
}
@media screen and (max-width: 767px) {
  .notice__text {
    font-size: 0.875rem;
  }
}

.author__title {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}

.author__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  gap: 1.75rem;
  max-width: 620px;
  max-width: 38.75rem;
  margin-inline: auto;
  background: #15121f;
  border: 1px solid rgba(168, 85, 247, .22);
  border-radius: 1.125rem;
  padding: 30px 34px;
  padding: 1.875rem 2.125rem;
}
@media screen and (max-width: 767px) {
  .author__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 1.125rem;
    padding: 1.75rem 1.375rem;
  }
}

.author__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 96px;
  width: 6rem;
  height: 96px;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #a855f7;
  border: 0.125rem solid #a855f7;
  -webkit-box-shadow: 0 0 26px -2px rgba(123, 63, 228, .55);
          box-shadow: 0 0 26px -2px rgba(123, 63, 228, .55);
}
.author__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.author__text {
  line-height: 1.9;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  color: #f4f2fb;
}

.author__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .author__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.author__sns-link {
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #1c1830;
  border: 1px solid rgba(168, 85, 247, .22);
  color: #f4f2fb;
  -webkit-transition: background 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
}
.author__sns-link:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border-color: transparent;
}

.author__sns-link--x:hover {
  background: #000;
}

.author__sns-link--yt:hover {
  background: #ff0000;
}

.footer {
  position: relative;
  border-top: 1px solid rgba(168, 85, 247, .22);
  padding: 56px 20px 120px;
  padding: 3.5rem 20px 7.5rem;
  text-align: center;
}

.footer__logo {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  background: linear-gradient(100deg, #b89dff, #ff66ad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 28px;
  gap: 0.875rem 1.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.footer__nav a {
  color: #bcb7cf;
  font-size: 13.5px;
  font-size: 0.84375rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__nav a:hover {
  color: #a855f7;
}

.footer__copy {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-size: 0.75rem;
  color: #bcb7cf;
  letter-spacing: 0.05em;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  padding: 1rem;
  pointer-events: none;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.sticky-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 7, 13, .92)), to(transparent));
  background: linear-gradient(to top, rgba(8, 7, 13, .92), transparent);
  pointer-events: none;
}

.sticky-cta.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sticky-cta__button {
  pointer-events: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  gap: 0.875rem;
  text-align: center;
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
  border-radius: 999px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(100deg, #7b3fe4, #e0218a);
  -webkit-box-shadow: 0 14px 36px -8px rgba(224, 33, 138, .5), 0 0 0 1px rgba(255, 255, 255, .08) inset;
          box-shadow: 0 14px 36px -8px rgba(224, 33, 138, .5), 0 0 0 1px rgba(255, 255, 255, .08) inset;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.sticky-cta__button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 18px 44px -8px rgba(224, 33, 138, .5), 0 0 0 1px rgba(255, 255, 255, .12) inset;
          box-shadow: 0 18px 44px -8px rgba(224, 33, 138, .5), 0 0 0 1px rgba(255, 255, 255, .12) inset;
}
@media screen and (max-width: 767px) {
  .sticky-cta__button {
    width: 100%;
    max-width: 27.5rem;
    padding: 0.9375rem 1.5rem;
    font-size: 0.9375rem;
  }
}

.sticky-cta__price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  border-left: 1px solid rgba(255, 255, 255, .32);
}

.sumakore__card {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
  gap: 2.75rem;
  max-width: 960px;
  max-width: 60rem;
  margin-inline: auto;
  background: #15121f;
  border: 1px solid rgba(168, 85, 247, .22);
  border-radius: 1.5rem;
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sumakore__card {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 1.5rem;
  }
}

.sumakore__visual {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(168, 85, 247, .22);
  -webkit-box-shadow: 0 22px 50px -26px rgba(0, 0, 0, .7);
          box-shadow: 0 22px 50px -26px rgba(0, 0, 0, .7);
}
.sumakore__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.sumakore__lead {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .sumakore__lead {
    font-size: 1.375rem;
  }
}

.sumakore__text {
  color: #bcb7cf;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.9;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}
/*# sourceMappingURL=styles.css.map */
