/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,700&family=Noto+Sans+JP:wght@100..900&display=swap");
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #242a32;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-wider: 0.05em;
    --radius-2xl: 1rem;
    --default-mono-font-family: var(--font-mono);
    --color-sub: #2f241e;
    --color-background: #f8f9fe;
    --color-pink: #ff467f;
    --color-light-pink: #ff79d2;
    --color-border: #e2e9f0;
    --color-light-green: #64d8c6;
    --color-lighter-green: #bcecd3;
    --color-lightest-green: #daf3ea;
    --default-line-height: 1.875;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: Noto Sans JP, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[8\.5vw\] {
    top: 8.5vw;
  }
  .top-\[111\.2vw\] {
    top: 111.2vw;
  }
  .top-\[126\.8vw\] {
    top: 126.8vw;
  }
  .top-\[143\.55vw\] {
    top: 143.55vw;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[3\.6vw\] {
    right: 3.6vw;
  }
  .right-\[7vw\] {
    right: 7vw;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[1\.3vw\] {
    left: 1.3vw;
  }
  .left-\[calc\(42vw\+500px\)\] {
    left: calc(42vw + 500px);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .aspect-\[15\/8\] {
    aspect-ratio: 15/8;
  }
  .aspect-\[20\/17\] {
    aspect-ratio: 20/17;
  }
  .aspect-\[75\/142\] {
    aspect-ratio: 75/142;
  }
  .aspect-\[134\/97\] {
    aspect-ratio: 134/97;
  }
  .aspect-\[182\/191\] {
    aspect-ratio: 182/191;
  }
  .aspect-\[196\/171\] {
    aspect-ratio: 196/171;
  }
  .aspect-\[270\/108\] {
    aspect-ratio: 270/108;
  }
  .aspect-\[327\/244\] {
    aspect-ratio: 327/244;
  }
  .aspect-\[375\/242\] {
    aspect-ratio: 375/242;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[95px\] {
    height: 95px;
  }
  .h-\[144px\] {
    height: 144px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[35\.6vw\] {
    width: 35.6vw;
  }
  .w-\[72vw\] {
    width: 72vw;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[182px\] {
    width: 182px;
  }
  .w-\[196px\] {
    width: 196px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[468px\] {
    max-width: 468px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-3 {
    flex: 3;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[2\.13vw\] {
    gap: 2.13vw;
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-r-full {
    border-top-right-radius: calc(infinity * 1px);
    border-bottom-right-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-border {
    border-color: var(--color-border);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-current {
    background-color: currentcolor;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-\[4\.8vw\] {
    padding-inline: 4.8vw;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-\[40\%\] {
    padding-top: 40%;
  }
  .pt-\[95px\] {
    padding-top: 95px;
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-\[1px\] {
    padding-bottom: 1px;
  }
  .pb-\[72px\] {
    padding-bottom: 72px;
  }
  .text-center {
    text-align: center;
  }
  .font-en {
    font-family: Inter, Noto Sans, sans-serif;
  }
  .text-\[8px\]\/\[1\] {
    font-size: 8px;
    line-height: 1;
  }
  .text-\[10px\]\/1 {
    font-size: 10px;
    line-height: calc(var(--spacing) * 1);
  }
  .text-\[10px\]\/\[24px\] {
    font-size: 10px;
    line-height: 24px;
  }
  .text-\[15px\]\/\[1\.4\] {
    font-size: 15px;
    line-height: 1.4;
  }
  .text-\[32px\]\/\[1\.4\] {
    font-size: 32px;
    line-height: 1.4;
  }
  .text-base\/\[1\.4\] {
    font-size: var(--text-base);
    line-height: 1.4;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-lg\/\[1\.4\] {
    font-size: var(--text-lg);
    line-height: 1.4;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-xs\/\[34px\] {
    font-size: var(--text-xs);
    line-height: 34px;
  }
  .text-\[3\.7vw\] {
    font-size: 3.7vw;
  }
  .text-\[4\.8vw\] {
    font-size: 4.8vw;
  }
  .text-\[6\.4vw\] {
    font-size: 6.4vw;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.24\] {
    --tw-leading: 1.24;
    line-height: 1.24;
  }
  .leading-\[1\.46\] {
    --tw-leading: 1.46;
    line-height: 1.46;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-\[0\.04em\] {
    --tw-tracking: 0.04em;
    letter-spacing: 0.04em;
  }
  .tracking-\[0\.05em\] {
    --tw-tracking: 0.05em;
    letter-spacing: 0.05em;
  }
  .tracking-\[0\.06em\] {
    --tw-tracking: 0.06em;
    letter-spacing: 0.06em;
  }
  .tracking-\[0\.08em\] {
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
  }
  .tracking-\[0\.11em\] {
    --tw-tracking: 0.11em;
    letter-spacing: 0.11em;
  }
  .tracking-\[0\.25em\] {
    --tw-tracking: 0.25em;
    letter-spacing: 0.25em;
  }
  .tracking-\[0\.26em\] {
    --tw-tracking: 0.26em;
    letter-spacing: 0.26em;
  }
  .tracking-\[0\.0875em\] {
    --tw-tracking: 0.0875em;
    letter-spacing: 0.0875em;
  }
  .tracking-\[1\.6px\] {
    --tw-tracking: 1.6px;
    letter-spacing: 1.6px;
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-\[\#FF65B2\] {
    color: #FF65B2;
  }
  .text-\[\#FF579B\] {
    color: #FF579B;
  }
  .text-\[\#FF4780\] {
    color: #FF4780;
  }
  .text-\[rgba\(0\,0\,0\,0\.7\)\] {
    color: rgba(0,0,0,0.7);
  }
  .text-sub {
    color: var(--color-sub);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 0 10px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .text-mixed {
    text-orientation: mixed;
  }
  .text-sideways {
    text-orientation: sideways;
  }
  .text-upright {
    text-orientation: upright;
  }
  .writing-horizontal {
    writing-mode: horizontal-tb;
  }
  .writing-vertical {
    writing-mode: vertical-rl;
  }
  .group-\[\.open\]\:mt-0 {
    &:is(:where(.group):is(.open) *) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .group-\[\.open\]\:block {
    &:is(:where(.group):is(.open) *) {
      display: block;
    }
  }
  .group-\[\.open\]\:-rotate-45 {
    &:is(:where(.group):is(.open) *) {
      rotate: calc(45deg * -1);
    }
  }
  .group-\[\.open\]\:rotate-45 {
    &:is(:where(.group):is(.open) *) {
      rotate: 45deg;
    }
  }
  .maxSp\:top-\[42\.5px\] {
    @media (width >= 500px) {
      top: 42.5px;
    }
  }
  .maxSp\:top-\[556px\] {
    @media (width >= 500px) {
      top: 556px;
    }
  }
  .maxSp\:top-\[634px\] {
    @media (width >= 500px) {
      top: 634px;
    }
  }
  .maxSp\:top-\[717\.75px\] {
    @media (width >= 500px) {
      top: 717.75px;
    }
  }
  .maxSp\:right-\[18px\] {
    @media (width >= 500px) {
      right: 18px;
    }
  }
  .maxSp\:right-\[35px\] {
    @media (width >= 500px) {
      right: 35px;
    }
  }
  .maxSp\:left-\[6\.5px\] {
    @media (width >= 500px) {
      left: 6.5px;
    }
  }
  .maxSp\:w-\[178px\] {
    @media (width >= 500px) {
      width: 178px;
    }
  }
  .maxSp\:w-\[360px\] {
    @media (width >= 500px) {
      width: 360px;
    }
  }
  .maxSp\:w-\[500px\] {
    @media (width >= 500px) {
      width: 500px;
    }
  }
  .maxSp\:gap-\[10\.65px\] {
    @media (width >= 500px) {
      gap: 10.65px;
    }
  }
  .maxSp\:px-6 {
    @media (width >= 500px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .maxSp\:text-\[18\.5px\] {
    @media (width >= 500px) {
      font-size: 18.5px;
    }
  }
  .maxSp\:text-\[24px\] {
    @media (width >= 500px) {
      font-size: 24px;
    }
  }
  .maxSp\:text-\[32px\] {
    @media (width >= 500px) {
      font-size: 32px;
    }
  }
  .xs\:-ml-2 {
    @media (width >= 375px) {
      margin-left: calc(var(--spacing) * -2);
    }
  }
  .xs\:h-12 {
    @media (width >= 375px) {
      height: calc(var(--spacing) * 12);
    }
  }
  .xs\:w-12 {
    @media (width >= 375px) {
      width: calc(var(--spacing) * 12);
    }
  }
  .xs\:w-\[104px\] {
    @media (width >= 375px) {
      width: 104px;
    }
  }
  .xs\:pl-6 {
    @media (width >= 375px) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .xs\:text-\[11px\]\/\[24px\] {
    @media (width >= 375px) {
      font-size: 11px;
      line-height: 24px;
    }
  }
  .xs\:text-xl\/\[1\.4\] {
    @media (width >= 375px) {
      font-size: var(--text-xl);
      line-height: 1.4;
    }
  }
  .xs\:tracking-\[0\.08em\] {
    @media (width >= 375px) {
      --tw-tracking: 0.08em;
      letter-spacing: 0.08em;
    }
  }
  .xs\:tracking-\[0\.26em\] {
    @media (width >= 375px) {
      --tw-tracking: 0.26em;
      letter-spacing: 0.26em;
    }
  }
  .md\:relative {
    @media (width >= 768px) {
      position: relative;
    }
  }
  .md\:sticky {
    @media (width >= 768px) {
      position: sticky;
    }
  }
  .md\:inset-auto {
    @media (width >= 768px) {
      inset: auto;
    }
  }
  .md\:top-0 {
    @media (width >= 768px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:mx-0 {
    @media (width >= 768px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mx-auto {
    @media (width >= 768px) {
      margin-inline: auto;
    }
  }
  .md\:ml-0 {
    @media (width >= 768px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 768px) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:h-screen {
    @media (width >= 768px) {
      height: 100vh;
    }
  }
  .md\:max-w-\[468px\] {
    @media (width >= 768px) {
      max-width: 468px;
    }
  }
  .md\:grid-cols-\[1fr_auto\] {
    @media (width >= 768px) {
      grid-template-columns: 1fr auto;
    }
  }
  .md\:flex-col {
    @media (width >= 768px) {
      flex-direction: column;
    }
  }
  .md\:overflow-auto {
    @media (width >= 768px) {
      overflow: auto;
    }
  }
  .md\:border-0 {
    @media (width >= 768px) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .md\:bg-transparent {
    @media (width >= 768px) {
      background-color: transparent;
    }
  }
  .md\:px-12 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:py-14 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .md\:pt-0 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:text-\[15px\] {
    @media (width >= 768px) {
      font-size: 15px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 768px) {
      font-size: 32px;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:grid-cols-\[auto_auto\] {
    @media (width >= 1024px) {
      grid-template-columns: auto auto;
    }
  }
  .xl\:left-\[calc\(50\%\+500px\)\] {
    @media (width >= 1280px) {
      left: calc(50% + 500px);
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 1280px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
@layer base {
  html {
    scroll-padding-top: 95px;
    scroll-behavior: smooth;
    font-family: Noto Sans JP, sans-serif;
    --tw-leading: var(--default-line-height);
    line-height: var(--default-line-height);
    color: var(--color-black);
    @media (width >= 640px) {
      scroll-padding-top: calc(var(--spacing) * 0);
    }
  }
  a, button {
    cursor: pointer;
  }
}
@layer components {
  .list-gradient {
    list-style: none;
  }
  .list-gradient > li {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: calc(var(--spacing) * 2);
  }
  .list-gradient > li::before {
    margin-block: calc((1em * var(--default-line-height) - 0.75em) / 2);
    display: block;
    height: 0.75em;
    width: 0.75em;
    border-radius: calc(infinity * 1px);
    --tw-content: '';
    content: var(--tw-content);
    background-image: linear-gradient( 120deg, var(--color-pink) 0%, var(--color-pink) 10%, var(--color-light-pink) 100% );
  }
}
@layer utilities {
  .spacing-x {
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 375px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .arrow {
    background: url("../images/icons/ico_chevron-right.svg") no-repeat center / contain;
  }
  .text-gradient {
    background-image: linear-gradient( 120deg, var(--color-pink) 0%, var(--color-pink) 10%, var(--color-light-pink) 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .bg-gradient {
    background-image: linear-gradient( 120deg, var(--color-pink) 0%, var(--color-pink) 10%, var(--color-light-pink) 100% );
  }
  .bg-gradient-green {
    background-image: linear-gradient( to right bottom, var(--color-light-green) 0%, var(--color-lightest-green) 100% );
  }
  .bg-gradient-mirai {
    background-image: linear-gradient( to right bottom, var(--color-light-green) 0%, var(--color-lighter-green) 100% );
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-content: "";
    }
  }
}
