/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
            "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --text-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --font-weight-normal: 400;
        --font-weight-bold: 700;
        --font-weight-extrabold: 800;
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --color-beige-300: #fff7e8;
        --color-black-400: #0c0c0c;
    }
}
@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: var(
            --default-font-family,
            ui-sans-serif,
            system-ui,
            sans-serif,
            "Apple Color Emoji",
            "Segoe UI Emoji",
            "Segoe UI Symbol",
            "Noto Color Emoji"
        );
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-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;
    }
    ::-webkit-calendar-picker-indicator {
        line-height: 1;
    }
    :-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 {
    .visible {
        visibility: visible;
    }
    .absolute {
        position: absolute;
    }
    .fixed {
        position: fixed;
    }
    .relative {
        position: relative;
    }
    .static {
        position: static;
    }
    .sticky {
        position: sticky;
    }
    .top-0 {
        top: calc(var(--spacing) * 0);
    }
    .top-16 {
        top: calc(var(--spacing) * 16);
    }
    .right-8 {
        right: calc(var(--spacing) * 8);
    }
    .bottom-16 {
        bottom: calc(var(--spacing) * 16);
    }
    .left-0 {
        left: calc(var(--spacing) * 0);
    }
    .left-16 {
        left: calc(var(--spacing) * 16);
    }
    .z-9999 {
        z-index: 9999;
    }
    .mx-auto {
        margin-inline: auto;
    }
    .my-30 {
        margin-block: calc(var(--spacing) * 30);
    }
    .mr-4 {
        margin-right: calc(var(--spacing) * 4);
    }
    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }
    .mb-10 {
        margin-bottom: calc(var(--spacing) * 10);
    }
    .mb-12 {
        margin-bottom: calc(var(--spacing) * 12);
    }
    .mb-24 {
        margin-bottom: calc(var(--spacing) * 24);
    }
    .ml-9 {
        margin-left: calc(var(--spacing) * 9);
    }
    .block {
        display: block;
    }
    .contents {
        display: contents;
    }
    .flex {
        display: flex;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .inline {
        display: inline;
    }
    .inline-block {
        display: inline-block;
    }
    .table {
        display: table;
    }
    .aspect-\[1\/1\] {
        aspect-ratio: 1/1;
    }
    .aspect-\[2\/1\] {
        aspect-ratio: 2/1;
    }
    .aspect-\[3\/4\] {
        aspect-ratio: 3/4;
    }
    .aspect-\[709\/473\] {
        aspect-ratio: 709/473;
    }
    .h-1 {
        height: calc(var(--spacing) * 1);
    }
    .h-16 {
        height: calc(var(--spacing) * 16);
    }
    .h-18 {
        height: calc(var(--spacing) * 18);
    }
    .h-30 {
        height: calc(var(--spacing) * 30);
    }
    .h-33 {
        height: calc(var(--spacing) * 33);
    }
    .h-250 {
        height: calc(var(--spacing) * 250);
    }
    .h-full {
        height: 100%;
    }
    .w-15 {
        width: calc(var(--spacing) * 15);
    }
    .w-18 {
        width: calc(var(--spacing) * 18);
    }
    .w-30 {
        width: calc(var(--spacing) * 30);
    }
    .w-33 {
        width: calc(var(--spacing) * 33);
    }
    .w-44 {
        width: calc(var(--spacing) * 44);
    }
    .w-100 {
        width: calc(var(--spacing) * 100);
    }
    .w-fit {
        width: fit-content;
    }
    .w-full {
        width: 100%;
    }
    .cursor-pointer {
        cursor: pointer;
    }
    .resize {
        resize: both;
    }
    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .flex-col {
        flex-direction: column;
    }
    .flex-wrap {
        flex-wrap: wrap;
    }
    .items-center {
        align-items: center;
    }
    .items-end {
        align-items: flex-end;
    }
    .items-start {
        align-items: flex-start;
    }
    .justify-between {
        justify-content: space-between;
    }
    .justify-center {
        justify-content: center;
    }
    .gap-0 {
        gap: calc(var(--spacing) * 0);
    }
    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }
    .gap-5 {
        gap: calc(var(--spacing) * 5);
    }
    .gap-6 {
        gap: calc(var(--spacing) * 6);
    }
    .gap-10 {
        gap: calc(var(--spacing) * 10);
    }
    .gap-12 {
        gap: calc(var(--spacing) * 12);
    }
    .gap-16 {
        gap: calc(var(--spacing) * 16);
    }
    .gap-20 {
        gap: calc(var(--spacing) * 20);
    }
    .gap-25 {
        gap: calc(var(--spacing) * 25);
    }
    .gap-30 {
        gap: calc(var(--spacing) * 30);
    }
    .gap-70 {
        gap: calc(var(--spacing) * 70);
    }
    .gap-x-5 {
        column-gap: calc(var(--spacing) * 5);
    }
    .gap-x-40 {
        column-gap: calc(var(--spacing) * 40);
    }
    .gap-y-0 {
        row-gap: calc(var(--spacing) * 0);
    }
    .gap-y-30 {
        row-gap: calc(var(--spacing) * 30);
    }
    .divide-y-2 {
        :where(& > :not(:last-child)) {
            --tw-divide-y-reverse: 0;
            border-bottom-style: var(--tw-border-style);
            border-top-style: var(--tw-border-style);
            border-top-width: calc(2px * var(--tw-divide-y-reverse));
            border-bottom-width: calc(
                2px * calc(1 - var(--tw-divide-y-reverse))
            );
        }
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .rounded-full {
        border-radius: calc(infinity * 1px);
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .bg-beige-300 {
        background-color: var(--color-beige-300);
    }
    .bg-black {
        background-color: var(--color-black);
    }
    .bg-black-400 {
        background-color: var(--color-black-400);
    }
    .bg-white {
        background-color: var(--color-white);
    }
    .object-contain {
        object-fit: contain;
    }
    .object-cover {
        object-fit: cover;
    }
    .object-\[30\%\] {
        object-position: 30%;
    }
    .px-0 {
        padding-inline: calc(var(--spacing) * 0);
    }
    .px-14 {
        padding-inline: calc(var(--spacing) * 14);
    }
    .px-16 {
        padding-inline: calc(var(--spacing) * 16);
    }
    .px-20 {
        padding-inline: calc(var(--spacing) * 20);
    }
    .px-30 {
        padding-inline: calc(var(--spacing) * 30);
    }
    .py-5 {
        padding-block: calc(var(--spacing) * 5);
    }
    .py-30 {
        padding-block: calc(var(--spacing) * 30);
    }
    .py-40 {
        padding-block: calc(var(--spacing) * 40);
    }
    .pt-30 {
        padding-top: calc(var(--spacing) * 30);
    }
    .pr-2 {
        padding-right: calc(var(--spacing) * 2);
    }
    .pb-16 {
        padding-bottom: calc(var(--spacing) * 16);
    }
    .pb-30 {
        padding-bottom: calc(var(--spacing) * 30);
    }
    .text-center {
        text-align: center;
    }
    .text-left {
        text-align: left;
    }
    .text-\[12px\] {
        font-size: 12px;
    }
    .text-\[20px\] {
        font-size: 20px;
    }
    .text-\[25px\] {
        font-size: 25px;
    }
    .text-nowrap {
        text-wrap: nowrap;
    }
    .text-black {
        color: var(--color-black);
    }
    .text-white {
        color: var(--color-white);
    }
    .not-italic {
        font-style: normal;
    }
    .opacity-25 {
        opacity: 25%;
    }
    .blur {
        --tw-blur: blur(8px);
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
            var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
            var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    }
    .filter {
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
            var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
            var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    }
    .select-none {
        -webkit-user-select: none;
        user-select: none;
    }
    .hover\:bg-beige-300 {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-beige-300);
            }
        }
    }
    .hover\:bg-black {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-black);
            }
        }
    }
    .hover\:text-black {
        &:hover {
            @media (hover: hover) {
                color: var(--color-black);
            }
        }
    }
    .hover\:text-white {
        &:hover {
            @media (hover: hover) {
                color: var(--color-white);
            }
        }
    }
    .m\:right-16 {
        @media (width >= 850px) {
            right: calc(var(--spacing) * 16);
        }
    }
    .m\:mx-0 {
        @media (width >= 850px) {
            margin-inline: calc(var(--spacing) * 0);
        }
    }
    .m\:my-60 {
        @media (width >= 850px) {
            margin-block: calc(var(--spacing) * 60);
        }
    }
    .m\:block {
        @media (width >= 850px) {
            display: block;
        }
    }
    .m\:flex {
        @media (width >= 850px) {
            display: flex;
        }
    }
    .m\:hidden {
        @media (width >= 850px) {
            display: none;
        }
    }
    .m\:grid-cols-2 {
        @media (width >= 850px) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    .m\:flex-row {
        @media (width >= 850px) {
            flex-direction: row;
        }
    }
    .m\:items-end {
        @media (width >= 850px) {
            align-items: flex-end;
        }
    }
    .m\:items-start {
        @media (width >= 850px) {
            align-items: flex-start;
        }
    }
    .m\:gap-0 {
        @media (width >= 850px) {
            gap: calc(var(--spacing) * 0);
        }
    }
    .m\:gap-10 {
        @media (width >= 850px) {
            gap: calc(var(--spacing) * 10);
        }
    }
    .m\:gap-12 {
        @media (width >= 850px) {
            gap: calc(var(--spacing) * 12);
        }
    }
    .m\:gap-15 {
        @media (width >= 850px) {
            gap: calc(var(--spacing) * 15);
        }
    }
    .m\:gap-20 {
        @media (width >= 850px) {
            gap: calc(var(--spacing) * 20);
        }
    }
    .m\:gap-40 {
        @media (width >= 850px) {
            gap: calc(var(--spacing) * 40);
        }
    }
    .m\:p-0 {
        @media (width >= 850px) {
            padding: calc(var(--spacing) * 0);
        }
    }
    .m\:px-0 {
        @media (width >= 850px) {
            padding-inline: calc(var(--spacing) * 0);
        }
    }
    .m\:px-25 {
        @media (width >= 850px) {
            padding-inline: calc(var(--spacing) * 25);
        }
    }
    .m\:pr-25 {
        @media (width >= 850px) {
            padding-right: calc(var(--spacing) * 25);
        }
    }
    .m\:pb-60 {
        @media (width >= 850px) {
            padding-bottom: calc(var(--spacing) * 60);
        }
    }
    .m\:pl-125 {
        @media (width >= 850px) {
            padding-left: calc(var(--spacing) * 125);
        }
    }
    .m\:text-left {
        @media (width >= 850px) {
            text-align: left;
        }
    }
    .m\:text-\[12px\] {
        @media (width >= 850px) {
            font-size: 12px;
        }
    }
    .t\:top-25 {
        @media (width >= 1440px) {
            top: calc(var(--spacing) * 25);
        }
    }
    .t\:left-40 {
        @media (width >= 1440px) {
            left: calc(var(--spacing) * 40);
        }
    }
    .t\:mb-30 {
        @media (width >= 1440px) {
            margin-bottom: calc(var(--spacing) * 30);
        }
    }
    .t\:ml-0 {
        @media (width >= 1440px) {
            margin-left: calc(var(--spacing) * 0);
        }
    }
    .t\:block {
        @media (width >= 1440px) {
            display: block;
        }
    }
    .t\:hidden {
        @media (width >= 1440px) {
            display: none;
        }
    }
    .t\:inline {
        @media (width >= 1440px) {
            display: inline;
        }
    }
    .t\:aspect-\[1720\/845\] {
        @media (width >= 1440px) {
            aspect-ratio: 1720/845;
        }
    }
    .t\:h-auto {
        @media (width >= 1440px) {
            height: auto;
        }
    }
    .t\:w-120 {
        @media (width >= 1440px) {
            width: calc(var(--spacing) * 120);
        }
    }
    .t\:max-w-285 {
        @media (width >= 1440px) {
            max-width: calc(var(--spacing) * 285);
        }
    }
    .t\:grid-cols-2 {
        @media (width >= 1440px) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    .t\:grid-cols-4 {
        @media (width >= 1440px) {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }
    .t\:items-end {
        @media (width >= 1440px) {
            align-items: flex-end;
        }
    }
    .t\:gap-20 {
        @media (width >= 1440px) {
            gap: calc(var(--spacing) * 20);
        }
    }
    .t\:px-150 {
        @media (width >= 1440px) {
            padding-inline: calc(var(--spacing) * 150);
        }
    }
    .t\:pr-50 {
        @media (width >= 1440px) {
            padding-right: calc(var(--spacing) * 50);
        }
    }
    .t\:pl-170 {
        @media (width >= 1440px) {
            padding-left: calc(var(--spacing) * 170);
        }
    }
    .t\:text-right {
        @media (width >= 1440px) {
            text-align: right;
        }
    }
    .xl\:grid-cols-\[55\%_45\%\] {
        @media (width >= 80rem) {
            grid-template-columns: 55% 45%;
        }
    }
    .xl\:items-end {
        @media (width >= 80rem) {
            align-items: flex-end;
        }
    }
    .\32 xl\:gap-x-50 {
        @media (width >= 96rem) {
            column-gap: calc(var(--spacing) * 50);
        }
    }
}
:root {
    --spacing: 0.125rem;
}
html,
body {
    color: inherit;
    background-color: var(--color-beige-300);
}
* {
    line-height: 1.6;
    white-space: normal;
    word-break: keep-all;
}
@layer utilities {
    .txt-jp {
        font-family: "ShipporiMincho";
    }
    .txt-pr {
        font-family: "Pretendard";
    }
    .txt-ver {
        writing-mode: vertical-lr;
        letter-spacing: 0.25rem;
        .num {
            text-orientation: upright;
        }
    }
    .txt-ver-title {
        writing-mode: vertical-lr;
        text-orientation: upright;
        text-align: center;
        letter-spacing: 0.75rem;
    }
    .txt-h1 {
        font-size: 20px;
        --tw-font-weight: var(--font-weight-extrabold);
        font-weight: var(--font-weight-extrabold);
        @media (width >= 1440px) {
            font-size: 40px;
        }
    }
    .txt-h2,
    .txt-h3 {
        font-size: 20px;
        --tw-font-weight: var(--font-weight-extrabold);
        font-weight: var(--font-weight-extrabold);
        @media (width >= 1440px) {
            font-size: 28px;
        }
    }
    .txt-h4 {
        font-size: 20px;
        --tw-font-weight: var(--font-weight-extrabold);
        font-weight: var(--font-weight-extrabold);
        @media (width >= 1440px) {
            font-size: 24px;
        }
    }
    .txt-b-40-32 {
        font-size: 32px;
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        @media (width >= 1440px) {
            font-size: 40px;
        }
    }
    .txt-b-20-16 {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        @media (width >= 1440px) {
            font-size: 20px;
        }
    }
    .txt-r-16-14 {
        font-size: 14px;
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
        @media (width >= 1440px) {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height));
        }
    }
    .txt-r-16-12 {
        font-size: 12px;
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
        @media (width >= 1440px) {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height));
        }
    }
    .txt-r-16-10 {
        font-size: 10px;
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
        @media (width >= 1440px) {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height));
        }
    }
    .txt-r-14-12 {
        font-size: 12px;
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
        @media (width >= 1440px) {
            font-size: 14px;
        }
    }
    .set-banner {
        width: 100%;
        @media (width >= 1440px) {
            padding-inline: calc(var(--spacing) * 50);
        }
        @media (width >= 1440px) {
            padding-top: calc(var(--spacing) * 30);
        }
        @media (width >= 1440px) {
            padding-bottom: calc(var(--spacing) * 40);
        }
    }
    .set-menu {
        display: flex;
        width: 100%;
        gap: calc(var(--spacing) * 0);
        :where(& > :not(:last-child)) {
            --tw-divide-x-reverse: 0;
            border-inline-style: var(--tw-border-style);
            border-inline-start-width: calc(4px * var(--tw-divide-x-reverse));
            border-inline-end-width: calc(
                4px * calc(1 - var(--tw-divide-x-reverse))
            );
        }
    }
    .set-bottom {
        margin-top: calc(var(--spacing) * 30);
        margin-bottom: calc(var(--spacing) * 90);
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: calc(var(--spacing) * 30);
        padding-inline: calc(var(--spacing) * 0);
        @media (width >= 850px) {
            margin-top: calc(var(--spacing) * 80);
        }
        @media (width >= 850px) {
            gap: calc(var(--spacing) * 90);
        }
        @media (width >= 850px) {
            padding-inline: calc(var(--spacing) * 25);
        }
        @media (width >= 1440px) {
            padding-inline: calc(var(--spacing) * 120);
        }
        .set-box {
            width: 100%;
            @media (width >= 1440px) {
                min-width: calc(var(--spacing) * 670);
            }
        }
    }
    .hr-1 {
        margin-block: calc(var(--spacing) * 30);
        width: 100%;
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
        @media (width >= 850px) {
            margin-block: calc(var(--spacing) * 60);
        }
        @media (width >= 850px) {
            border-bottom-style: var(--tw-border-style);
            border-bottom-width: 2px;
        }
    }
    .hr-2 {
        margin-inline: auto;
        margin-block: calc(var(--spacing) * 30);
        width: calc(100% - 80px);
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 2px;
        @media (width >= 850px) {
            margin-block: calc(var(--spacing) * 60);
        }
        @media (width >= 850px) {
            width: 100%;
        }
    }
    .l-point,
    .r-point,
    .t-point {
        position: relative;
        &::after {
            position: absolute;
            display: block;
            background-color: var(--color-black);
            --tw-content: "";
            content: var(--tw-content);
        }
    }
    .l-point,
    .r-point {
        &::after {
            height: 100%;
            width: calc(var(--spacing) * 4);
        }
    }
    .l-point::after {
        top: calc(var(--spacing) * 0);
        left: -18px;
    }
    .r-point::after {
        top: calc(var(--spacing) * 0);
        right: -18px;
        @media screen and (max-width: 1440px) {
            left: -18px;
        }
    }
    .t-point::after {
        top: -2px;
        left: calc(var(--spacing) * 0);
        height: calc(var(--spacing) * 1);
        width: calc(var(--spacing) * 11);
        @media screen and (max-width: 1440px) {
            top: -12px;
            height: calc(var(--spacing) * 2);
            width: calc(var(--spacing) * 14);
        }
    }
    .line {
        > div {
            position: relative;
            &::after {
                position: absolute;
                top: calc(var(--spacing) * 0);
                right: -40px;
                display: block;
                height: 100%;
                width: calc(var(--spacing) * 1);
                background-color: var(--color-black);
                --tw-content: "";
                content: var(--tw-content);
                @media (width >= 96rem) {
                    right: -50px;
                }
            }
            &:last-child::after {
                display: none;
            }
            @media screen and (max-width: 1440px) {
                &:nth-child(even)::after {
                    display: none;
                }
            }
            @media screen and (max-width: 850px) {
                &::after {
                    display: none;
                }
            }
        }
    }
    .slide-active {
        cursor: default;
        opacity: 60%;
    }
    .slide-img {
        transition-property: color, background-color, border-color,
            outline-color, text-decoration-color, fill, stroke,
            --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity,
            box-shadow, transform, translate, scale, rotate, filter,
            -webkit-backdrop-filter, backdrop-filter, display,
            content-visibility, overlay, pointer-events;
        transition-timing-function: var(
            --tw-ease,
            var(--default-transition-timing-function)
        );
        transition-duration: var(
            --tw-duration,
            var(--default-transition-duration)
        );
        --tw-duration: 300ms;
        transition-duration: 300ms;
    }
}
@property --tw-divide-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-blur {
    syntax: "*";
    inherits: false;
}
@property --tw-brightness {
    syntax: "*";
    inherits: false;
}
@property --tw-contrast {
    syntax: "*";
    inherits: false;
}
@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}
@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}
@property --tw-invert {
    syntax: "*";
    inherits: false;
}
@property --tw-opacity {
    syntax: "*";
    inherits: false;
}
@property --tw-saturate {
    syntax: "*";
    inherits: false;
}
@property --tw-sepia {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
}
@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}
@property --tw-divide-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-content {
    syntax: "*";
    inherits: false;
    initial-value: "";
}
@property --tw-duration {
    syntax: "*";
    inherits: false;
}
@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-divide-y-reverse: 0;
            --tw-border-style: solid;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-font-weight: initial;
            --tw-divide-x-reverse: 0;
            --tw-content: "";
            --tw-duration: initial;
        }
    }
}
