
:root {
    --paper: #fff;
    --ink: #111317;
--coral: #ff4d4f;
    --coral-deep: #e23c3f;
    --blush: #ffe6e8;
    --gray-100: #f2f4f7;
    --gray-300: #e5e9f0;
    --gray-400: #c3c9d2;
    --gray-600: #5a626f;
    --charcoal: #111317
}
.site-shell::before,
.site-shell::after {
    content: "";
    z-index: 20;
    background: var(--coral);
    pointer-events: none;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
position: fixed;
    inset: 0 -30%;
    will-change: transform
}
.site-shell::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M 0 0 L 1600 0 L 1600 253 C 1180 300, 970 442, 720 566 C 470 690, 260 786, 0 750 Z'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M 0 0 L 1600 0 L 1600 253 C 1180 300, 970 442, 720 566 C 470 690, 260 786, 0 750 Z'/%3E%3C/svg%3E");
    animation: introTop 3.3s both
}
.site-shell::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M 0 750 C 260 786, 470 690, 720 566 C 970 442, 1180 300, 1600 253 L 1600 900 L 0 900 Z'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M 0 750 C 260 786, 470 690, 720 566 C 970 442, 1180 300, 1600 253 L 1600 900 L 0 900 Z'/%3E%3C/svg%3E");
    animation: introBottom 3.3s both
}
@keyframes introTop {
      0%,
     52% { transform: none;                     animation-timing-function: cubic-bezier(.3, .6, .4, 1) }
     63% { transform: translate(6%, -48%);      animation-timing-function: cubic-bezier(.25, .9, .35, 1) }
     76%,
    100% { transform: translate(15%, -122%) }
}
@keyframes introBottom {
      0%,
     52% { transform: none;                     animation-timing-function: cubic-bezier(.3, .6, .4, 1) }
     63% { transform: translate(-6%, 48%);      animation-timing-function: cubic-bezier(.25, .9, .35, 1) }
     76%,
    100% { transform: translate(-15%, 122%) }
}
@keyframes introRibbon {
      0%,
     52% { scale: 1.55; translate: -7% 2.5%; rotate: -.8deg }
     88%,
    100% { scale: 1;    translate: 0 0;      rotate: 0deg }
}
.ribbon-scene,
.ribbon-cast-shadow-scene {
    animation: introRibbon 3.3s cubic-bezier(.22, 1, .36, 1) both
}
body::after {
    content: "Tilto\B0";
    z-index: 21;
    color: #fff;
    font-family: Didot, "Bodoni 72", Times New Roman, serif;
    font-size: clamp(34px, 5vw, 92px);
    font-weight: 500;
    pointer-events: none;
    place-items: center;
    display: grid;
    position: fixed;
    inset: 0;
    animation: introLogo 3.3s both
}
@keyframes introLogo {
      0%,
      9% { opacity: 0; letter-spacing: .24em; animation-timing-function: cubic-bezier(.16, .6, .2, 1) }
     35% { opacity: 1; letter-spacing: -.03em }
     52% { opacity: 1; letter-spacing: -.03em; animation-timing-function: cubic-bezier(.4, 0, .3, 1) }
     60%,
    100% { opacity: 0; letter-spacing: -.05em }
}
html.intro-done .site-shell::before,
html.intro-done .site-shell::after,
html.intro-done body::after {
    display: none
}
html.no-intro .site-shell::before,
html.no-intro .site-shell::after,
html.no-intro body::after {
    content: none
}
html.no-intro .ribbon-scene,
html.no-intro .ribbon-cast-shadow-scene {
    animation: none
}
@media (prefers-reduced-motion: reduce) {
    .site-shell::before,
    .site-shell::after,
    body::after {
        animation: introFade .35s ease-out both
    }
.ribbon-scene,
    .ribbon-cast-shadow-scene {
        animation: none
    }
}
@keyframes introFade {
      0% { opacity: 1 }
    100% { opacity: 0 }
}
.lead-br {
    display: none
}
#top h1 {
    line-height: 1.24
}
.site-shell {
    background: radial-gradient(circle at 52% 31%, #ffffffee, #0000 33%), radial-gradient(circle at 7% 23%, #ffe6e880, #0000 26%), linear-gradient(115deg, #fff 0%, #fbfcfd 47%, var(--gray-100) 100%)
}
.hero-canvas {
    background: radial-gradient(circle at 52% 31%, #ffffffee, #0000 33%), radial-gradient(circle at 7% 23%, #ffe6e880, #0000 26%), linear-gradient(115deg, #fff 0%, #fbfcfd 47%, var(--gray-100) 100%)
}
.brand {
    color: var(--charcoal)
}
.site-nav a, .site-nav button {
    color: var(--charcoal)
}
.site-nav .header-cta {
    color: #fff;
    background: var(--coral);
    transition: background .22s ease, color .22s ease, box-shadow .22s ease
}
.site-nav .header-cta:hover {
    color: var(--coral);
    background: #fff;
    box-shadow: inset 0 0 0 1.5px var(--coral)
}
#top h1 span {
    position: relative
}
.hl-band {
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    position: absolute;
    inset: -.06em -.02em
}
.hl-band:nth-child(4) { background: var(--blush) }
.hl-band:nth-child(3) { background: var(--coral) }
.hl-band:nth-child(2) { background: var(--coral-deep) }
.hl-band:nth-child(1) { background: var(--charcoal) }
@keyframes hlWipe {
    from { transform: scaleX(1) }
    to   { transform: scaleX(0) }
}
#top h1 span .hl-band {
    animation: hlWipe .9s cubic-bezier(.19, 1, .22, 1) both
}
#top h1 span:nth-of-type(1) .hl-band:nth-child(4) { animation-delay: 2.80s }
#top h1 span:nth-of-type(1) .hl-band:nth-child(3) { animation-delay: 2.91s }
#top h1 span:nth-of-type(1) .hl-band:nth-child(2) { animation-delay: 3.02s }
#top h1 span:nth-of-type(1) .hl-band:nth-child(1) { animation-delay: 3.13s }
#top h1 span:nth-of-type(2) .hl-band:nth-child(4) { animation-delay: 2.90s }
#top h1 span:nth-of-type(2) .hl-band:nth-child(3) { animation-delay: 3.01s }
#top h1 span:nth-of-type(2) .hl-band:nth-child(2) { animation-delay: 3.12s }
#top h1 span:nth-of-type(2) .hl-band:nth-child(1) { animation-delay: 3.23s }
@media (prefers-reduced-motion: reduce) {
    #top h1 span .hl-band { animation: none }
}
html.no-intro #top h1 span:nth-of-type(1) .hl-band:nth-child(4) { animation-delay: .30s }
html.no-intro #top h1 span:nth-of-type(1) .hl-band:nth-child(3) { animation-delay: .41s }
html.no-intro #top h1 span:nth-of-type(1) .hl-band:nth-child(2) { animation-delay: .52s }
html.no-intro #top h1 span:nth-of-type(1) .hl-band:nth-child(1) { animation-delay: .63s }
html.no-intro #top h1 span:nth-of-type(2) .hl-band:nth-child(4) { animation-delay: .40s }
html.no-intro #top h1 span:nth-of-type(2) .hl-band:nth-child(3) { animation-delay: .51s }
html.no-intro #top h1 span:nth-of-type(2) .hl-band:nth-child(2) { animation-delay: .62s }
html.no-intro #top h1 span:nth-of-type(2) .hl-band:nth-child(1) { animation-delay: .73s }
.eyebrow {
    color: var(--gray-600)
}
.eyebrow-line {
    background: var(--coral)
}
.eyebrow-dash {
    background: var(--gray-400)
}
.hero-copy h1 {
    color: var(--charcoal)
}
.hero-copy h1 .accent {
    color: var(--coral)
}
.service-chip {
    color: #fff;
    background: var(--charcoal)
}
.service-chip b {
    color: var(--coral)
}
.upper-red-ribbon #upperRibbonRed stop:nth-of-type(1) {
    stop-color: var(--coral-deep)
}
.upper-red-ribbon #upperRibbonRed stop:nth-of-type(2) {
    stop-color: var(--coral)
}
.upper-red-ribbon #upperRibbonRed stop:nth-of-type(3) {
    stop-color: #ff8a7d
}
.upper-red-ribbon {
    filter: drop-shadow(0 2px 3px #ff4d4f1f)
}
.webgl-film {
    filter: drop-shadow(4px 6px 4px #1113171f) drop-shadow(12px 16px 11px #1113172b) drop-shadow(32px 42px 42px #11131736)
}
.webgl-film--upper {
    filter: drop-shadow(4px 6px 4px #11131721) drop-shadow(11px 15px 10px #1113172e) drop-shadow(30px 40px 40px #1113173b)
}
.webgl-film--lower {
    filter: drop-shadow(3px 6px 4px #1113171c) drop-shadow(10px 17px 12px #11131729) drop-shadow(27px 43px 44px #11131736)
}
.price-card:first-child {
    padding-left: 3.88cqw
}
.pricing-strip {
    height: 23%;
grid-template-columns: 30.07% 21.89% 22.12% 25.92%
}
.price-value strong {
    font-size: calc(4.62 * var(--fv-u))
}
.price-value--ink strong {
    font-size: calc(4.92 * var(--fv-u))
}
.price-value {
    height: calc(6.1 * var(--fv-u))
}
.pricing-strip {
    background: rgba(255, 77, 79, .93);
    border-top: 0
}
.price-card {
    border-left: 1px solid #ffffff40
}
.price-label {
    color: #ffffffe6
}
.price-value {
    color: #fff
}
.price-value small {
    color: #ffffffcc
}
.price-value--ink {
    color: #fff
}
.price-note {
    color: #ffffffe6
}
.pricing-cta {
    color: #fff;
    background: 0 0;
    grid-template-rows: 1fr 1fr;
    gap: calc(.75 * var(--fv-u));
    padding: calc(1.15 * var(--fv-u)) 3.88cqw calc(1.15 * var(--fv-u)) 1.7cqw
}
.pricing-cta-main {
    background: var(--charcoal);
    border-bottom: 0;
    padding: 0 1.5cqw;
    transition: background .22s ease, color .22s ease
}
.pricing-cta-main:hover {
    color: var(--charcoal);
    background: #fff
}
.pricing-cta-sub {
    color: #fff;
    border: 1px solid #ffffff8c;
    padding: 0 1.5cqw;
    transition: background .22s ease, color .22s ease, border-color .22s ease
}
.pricing-cta:hover {
    box-shadow: none
}
.pricing-cta-sub:hover {
    color: var(--coral);
    background: #fff;
    border-color: #fff
}
.site-nav a:focus-visible, .site-nav button:focus-visible, .pricing-cta:focus-visible {
    outline: 3px solid var(--coral-deep)
}
@media (max-width: 700px) {
html,
    body {
        height: auto
    }
.site-shell {
        height: auto;
        min-height: 100svh;
        display: block;
        overflow: visible
    }
.hero-canvas {
        aspect-ratio: auto;
        flex-direction: column;
        width: 100%;
        height: auto;
        display: flex;
overflow-x: clip;
        overflow-y: visible
    }
.site-header {
        position: relative;
        inset: auto;
        order: 0;
        height: auto;
        padding: 18px 20px 0
    }
.site-nav {
        display: none
    }
.brand {
        font-size: 30px
    }
#top.hero-copy {
        position: relative;
        inset: auto;
        order: 1;
        width: auto;
        margin: 40px 22px 0;
        text-align: center
    }
.eyebrow {
        display: none
    }
#top h1 {
        white-space: normal;
letter-spacing: -1.15px;
margin: 16px 0 -.427em;
        padding-left: 5.6vw;
        font-size: 11.6vw;
        line-height: 1.4
    }
.lead {
        white-space: normal;
        text-align: center;
        margin: 16px auto 0;
        font-size: 14.5px;
        line-height: 1.9
    }
.lead-br {
        display: inline
    }
.service-chip {
        color: var(--charcoal);
        letter-spacing: .04em;
        background: none;
        margin: 18px auto 0;
        padding: 0;
        font-size: 14px;
        font-weight: 700
    }
.pricing-strip {
        display: contents
    }
.pricing-cta {
        order: 2;
        flex-direction: column;
        gap: 11px;
        width: min(78%, 300px);
        margin: 26px auto 6px;
        padding: 0;
        display: flex
    }
.pricing-cta-main,
    .pricing-cta-sub {
        border-radius: 8px;
        justify-content: center;
        font-family: Hiragino Kaku Gothic ProN, Yu Gothic, sans-serif;
        font-weight: 600;
        letter-spacing: .02em;
        min-height: 54px;
        padding: 0 18px;
        font-size: 15.5px;
        position: relative
    }
.pricing-cta-main b,
    .pricing-cta-sub b {
        font-size: 17px;
        font-weight: 400;
        position: absolute;
        right: 18px
    }
.pricing-cta-sub b {
        text-indent: -9999px;
        overflow: hidden;
        width: 1em
    }
.pricing-cta-sub b::after {
        content: "↗";
        text-indent: 0;
        float: left
    }
.pricing-cta-main {
        background: var(--coral)
    }
.pricing-cta-sub {
        color: var(--charcoal);
        background: #fff;
        border: 1.5px solid #11131766
    }
.ribbon-scene {
        position: relative;
        inset: auto;
        order: 3;
        width: 175vw;
        height: 98.6vw;
        margin: 10px 0 0 -64vw
    }
.ribbon-cast-shadow-scene {
        display: none
    }
.pricing-strip::before {
        content: "";
        border-right: 2px solid var(--coral);
        border-bottom: 2px solid var(--coral);
        transform: rotate(45deg);
        order: 4;
        width: 11px;
        height: 11px;
        margin: -37px auto 2px;
        animation: scrollNudge 1.9s ease-in-out infinite
    }
@keyframes scrollNudge {
          0%,
         72%,
        100% { translate: 0 0 }
         28% { translate: 0 7px }
    }
@media (prefers-reduced-motion: reduce) {
        .pricing-strip::before { animation: none }
    }
.pricing-strip::after {
        content: "SCROLL";
        color: var(--charcoal);
        letter-spacing: .3em;
        text-align: center;
        order: 4;
        margin: 6px auto 26px;
        font-size: 11px;
        font-weight: 700
    }
.price-card {
        background: rgba(255, 77, 79, .93);
        border-left: 0;
        border-top: 1px solid #ffffff40;
        order: 5;
        width: 100%;
        padding: 22px 26px 26px
    }
.price-label {
        font-size: 12px
    }
.price-label span {
        margin-right: 12px;
        font-size: 12px
    }
.price-value {
        height: auto;
        margin: 8px 0 0
    }
.price-value strong {
        font-size: 44px
    }
.price-value--ink strong {
        font-size: 46px
    }
.price-value span {
        margin-left: 8px;
        font-size: 14px
    }
.price-value small {
        font-size: 10px
    }
.price-note {
        white-space: normal;
        margin: 10px 0 0;
        font-size: 12px;
        line-height: 1.8
    }
.price-value {
        white-space: normal
    }
.hero-canvas {
        --ribbon-drop: 0px;
        --lower-drop: 0px;
        --ribbon-shift-x: 0px
    }
.site-shell::before,
    .site-shell::after {
        animation: introFade .6s ease-out 1.9s both
    }
body::after {
        font-size: 44px
    }
}
.sp-menu-toggle,
.sp-menu {
    display: none
}
@media (max-width: 700px) {
.sp-menu-toggle {
        z-index: 32;
        background: none;
        border: 0;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
        width: 44px;
        height: 30px;
        padding: 0;
        display: flex;
position: fixed;
        top: 16px;
        right: 20px
    }
.sp-menu-toggle i {
        background: var(--charcoal);
        width: 34px;
        height: 2px;
        margin-left: auto;
        display: block;
        transition: transform .34s cubic-bezier(.2, .8, .2, 1),
                    opacity .2s ease,
                    background-color .34s ease
    }
html.sp-menu-open .sp-menu-toggle i {
        background: #fff
    }
html.sp-menu-open .sp-menu-toggle i:first-child {
        transform: translateY(9px) rotate(45deg)
    }
html.sp-menu-open .sp-menu-toggle i:nth-child(2) {
        opacity: 0
    }
html.sp-menu-open .sp-menu-toggle i:last-child {
        transform: translateY(-9px) rotate(-45deg)
    }
.sp-menu {
        z-index: 31;
        background: var(--coral);
        flex-direction: column;
        justify-content: center;
        padding: 0 30px;
        display: flex;
        position: fixed;
        inset: 0;
        opacity: 0;
        transform: translateY(-14px);
        transition: opacity .34s ease, transform .34s cubic-bezier(.2, .8, .2, 1);
        pointer-events: none
    }
html.sp-menu-open .sp-menu {
        opacity: 1;
        transform: none;
        pointer-events: auto
    }
.sp-menu__nav {
        flex-direction: column;
        display: flex
    }
.sp-menu__nav a {
        color: #fff;
        border-bottom: 1px solid #ffffff45;
        align-items: baseline;
        gap: 16px;
        padding: 22px 2px;
        font-size: 21px;
        font-weight: 700;
        text-decoration: none;
        display: flex;
opacity: 0;
        transform: translateY(10px);
        transition: opacity .3s ease, transform .3s cubic-bezier(.2, .8, .2, 1)
    }
.sp-menu__nav a b {
        color: #ffffffa8;
        letter-spacing: .1em;
        font-family: Didot, "Bodoni 72", Times New Roman, serif;
        font-size: 13px;
        font-weight: 500
    }
html.sp-menu-open .sp-menu__nav a { opacity: 1; transform: none }
    html.sp-menu-open .sp-menu__nav a:nth-child(1) { transition-delay: .10s }
    html.sp-menu-open .sp-menu__nav a:nth-child(2) { transition-delay: .16s }
    html.sp-menu-open .sp-menu__nav a:nth-child(3) { transition-delay: .22s }
.sp-menu__cta {
        color: var(--coral);
        background: #fff;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        min-height: 56px;
        margin: 34px 0 0;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        display: flex;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity .3s ease, transform .3s cubic-bezier(.2, .8, .2, 1)
    }
html.sp-menu-open .sp-menu__cta {
        opacity: 1;
        transform: none;
        transition-delay: .3s
    }
html.sp-menu-open,
    html.sp-menu-open body {
        overflow: hidden
    }
.sp-menu__brand {
        color: #fff;
        letter-spacing: -.045em;
        font-family: Didot, "Bodoni 72", Times New Roman, serif;
        font-size: 30px;
        font-weight: 500;
        line-height: 1;
        text-decoration: none;
        position: absolute;
        top: 18px;
        left: 20px
    }
.sp-menu__brand sup {
        vertical-align: baseline;
        margin-left: .06em;
        font-size: .62em;
        position: relative;
        top: -.62em
    }
}
@media (prefers-reduced-motion: reduce) {
    .sp-menu,
    .sp-menu__nav a,
    .sp-menu__cta,
    .sp-menu-toggle i {
        transition-duration: .01ms
    }
}
.service-chip {
    padding-top: .29cqw;
    padding-bottom: .31cqw
}
.experience {
    background: var(--paper);
    padding: clamp(96px, 12vw, 200px) 0 clamp(96px, 12vw, 200px);
    position: relative;
    overflow: hidden
}
.exp-cloud {
    pointer-events: none;
    position: absolute;
    inset: clamp(40px, 5vw, 90px) clamp(16px, 4vw, 90px);
opacity: .42;
    transition: scale 1.15s cubic-bezier(.22, 1, .36, 1), opacity .9s ease
}
html.exp-anim.exp-in .exp-cloud {
    opacity: 1
}
.exp-thought {
    color: #b6afa6;
    white-space: nowrap;
    font-family: Yu Mincho, Hiragino Mincho ProN, Noto Serif JP, serif;
    position: absolute;
    translate: -50% -50%;
    rotate: var(--tilt);
transition: opacity .9s ease, translate 1.15s cubic-bezier(.22, 1, .36, 1),
                filter .9s ease, color .9s ease
}
.exp-thought--1 { font-size: clamp(11px, 1.05vw, 15px) }
.exp-thought--2 { font-size: clamp(12px, 1.28vw, 19px) }
.exp-thought--3 { font-size: clamp(13px, 1.55vw, 23px) }
html.exp-anim .exp-thought {
    opacity: 0
}
html.exp-anim.exp-in .exp-thought {
    opacity: 1
}
html.exp-anim.exp-gather .exp-thought {
    color: #d8d2ca;
    translate: calc(-50% + (50% - 1px) * 0) calc(-50% + 0px);
    opacity: .5;
    filter: blur(1.5px)
}
html.exp-anim.exp-gather .exp-cloud {
    scale: .72;
    transition: scale 1.15s cubic-bezier(.22, 1, .36, 1)
}
.exp-thought:nth-child(1)  { transition-delay: .00s }
.exp-thought:nth-child(2)  { transition-delay: .07s }
.exp-thought:nth-child(3)  { transition-delay: .14s }
.exp-thought:nth-child(4)  { transition-delay: .21s }
.exp-thought:nth-child(5)  { transition-delay: .28s }
.exp-thought:nth-child(6)  { transition-delay: .35s }
.exp-thought:nth-child(7)  { transition-delay: .42s }
.exp-thought:nth-child(8)  { transition-delay: .49s }
.exp-thought:nth-child(9)  { transition-delay: .56s }
.exp-thought:nth-child(10) { transition-delay: .63s }
.exp-thought:nth-child(11) { transition-delay: .70s }
.exp-thought:nth-child(12) { transition-delay: .77s }
.exp-thought:nth-child(13) { transition-delay: .84s }
.exp-thought:nth-child(14) { transition-delay: .91s }
html.exp-anim.exp-gather .exp-thought {
    transition-delay: 0s
}
.exp-center {
    text-align: center;
    position: relative;
    z-index: 1
}
.exp-step {
    color: var(--coral);
    letter-spacing: .06em;
    margin: clamp(22px, 2.2vw, 34px) 0 0;
    font-family: Yu Mincho, Hiragino Mincho ProN, Noto Serif JP, serif;
    font-size: clamp(12px, 1.1vw, 16px);
    font-style: normal;
    font-weight: 600;
    display: block
}
.exp-en {
    color: #a49c92;
    letter-spacing: .18em;
    margin: clamp(10px, 1vw, 15px) 0 0;
    font: 700 clamp(9px, .74vw, 11px)/1 Arial, sans-serif;
    display: block
}
.exp-title {
    color: #0a0a09;
    letter-spacing: -.03em;
    margin: clamp(20px, 2vw, 32px) 0 0;
    font-family: Yu Mincho, Hiragino Mincho ProN, Noto Serif JP, serif;
    font-size: clamp(27px, 4.1vw, 62px);
    font-weight: 600;
    line-height: 1.5
}
.exp-title em {
    color: var(--coral);
    font-style: normal
}
.exp-center .sec-label,
.exp-step,
.exp-en,
.exp-title,
.exp-body {
    transition: opacity .8s ease, translate .8s cubic-bezier(.22, 1, .36, 1)
}
html.exp-anim .exp-center .sec-label,
html.exp-anim .exp-step,
html.exp-anim .exp-en,
html.exp-anim .exp-title,
html.exp-anim .exp-body {
    opacity: 0;
    translate: 0 14px
}
.exp-center .sec-label {
    justify-content: center
}
html.exp-anim.exp-gather .exp-center .sec-label { opacity: 1; translate: 0; transition-delay: .10s }
html.exp-anim.exp-gather .exp-step             { opacity: 1; translate: 0; transition-delay: .18s }
html.exp-anim.exp-gather .exp-en               { opacity: 1; translate: 0; transition-delay: .24s }
html.exp-anim.exp-gather .exp-title            { opacity: 1; translate: 0; transition-delay: .32s }
html.exp-anim.exp-gather .exp-body             { opacity: 1; translate: 0; transition-delay: .46s }
.exp-body {
    color: #56534e;
    max-width: 34em;
    margin: clamp(20px, 2vw, 32px) auto 0;
    font-size: clamp(12.5px, 1.05vw, 15.5px);
    line-height: 2.1
}
@media (prefers-reduced-motion: reduce) {
    .exp-thought,
    .exp-cloud,
    .exp-center .sec-label,
    .exp-step,
    .exp-en,
    .exp-title,
    .exp-body {
        transition-duration: .01ms
    }
}
@media (max-width: 700px) {
    .experience {
        padding: 74px 0
    }
.exp-thought:nth-child(n+9) {
        display: none
    }
.exp-cloud {
        opacity: .3
    }
.exp-thought {
        font-size: 11px !important
    }
.exp-thought:nth-child(-n+4) {
        top: 4% !important
    }
.exp-thought:nth-child(n+5) {
        top: 94% !important
    }
.exp-title {
        font-size: 25px;
        line-height: 1.62
    }
.exp-body {
        font-size: 13px
    }
}
.showcase {
    background: #f4f1ec;
    justify-self: stretch;
    width: auto;
    padding: clamp(78px, 9vw, 150px) 0 clamp(84px, 9.5vw, 158px);
    overflow: hidden
}
.sw-lead {
    max-width: 40em
}
.sw-filters {
    flex-wrap: wrap;
    gap: 7px;
    margin: clamp(24px, 2.6vw, 40px) 0 0;
    display: flex
}
.sw-filters button {
    color: #56534e;
    cursor: pointer;
    background: #0000;
    border: 1px solid #d5d0c8;
    border-radius: 999px;
    padding: 7px 14px;
    font-size: clamp(11px, .86vw, 13px);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease
}
.sw-filters button:hover {
    border-color: var(--coral);
    color: var(--coral)
}
.sw-filters button[aria-pressed="true"] {
    color: #fff;
    background: var(--charcoal);
    border-color: var(--charcoal)
}
.sw-marquee {
    gap: clamp(26px, 3vw, 46px);
    margin: clamp(30px, 3.4vw, 54px) 0 0;
    display: grid
}
.sw-lane {
    overflow: hidden
}
.sw-track {
    --sw-gap: clamp(18px, 1.8vw, 30px);
    align-items: flex-start;
    gap: var(--sw-gap);
    width: max-content;
    display: flex;
    animation: swLeft 62s linear infinite
}
.sw-lane--2 .sw-track {
    animation-name: swRight;
    animation-duration: 74s
}
.sw-group {
    gap: var(--sw-gap);
    flex: none;
    display: flex
}
@keyframes swLeft {
      0% { translate: 0 }
    100% { translate: calc(-50% - var(--sw-gap) / 2) }
}
@keyframes swRight {
      0% { translate: calc(-50% - var(--sw-gap) / 2) }
    100% { translate: 0 }
}
.sw-lane:hover .sw-track,
.sw-lane:focus-within .sw-track {
    animation-play-state: paused
}
.sw-item {
    text-align: left;
    cursor: pointer;
    background: #0000;
    border: 0;
    flex: none;
    flex-direction: column;
    gap: 9px;
    width: var(--sw-w, clamp(300px, 30vw, 460px));
    padding: 0;
    display: flex;
    rotate: var(--sw-rot, 0deg);
    transition: opacity .28s ease, translate .4s cubic-bezier(.2, .8, .2, 1)
}
.sw-item--wide    { --sw-w: clamp(360px, 36vw, 560px); --sw-rot: -.9deg }
.sw-item--compact { --sw-w: clamp(260px, 24vw, 370px); --sw-rot: 1.05deg }
.sw-item--tall    { --sw-w: clamp(290px, 27vw, 410px); --sw-rot: -1.35deg }
.sw-item--medium  { --sw-w: clamp(320px, 30vw, 450px); --sw-rot: .65deg }
.sw-meta {
    color: #a49c92;
    letter-spacing: .12em;
    align-items: baseline;
    gap: 9px;
    font: 700 clamp(8.5px, .7vw, 10px)/1 Arial, sans-serif;
    display: flex
}
.sw-meta b {
    color: #56534e;
    letter-spacing: .04em;
    font-family: Hiragino Kaku Gothic ProN, Yu Gothic, sans-serif;
    font-size: clamp(10px, .8vw, 11.5px)
}
.sw-visual {
    aspect-ratio: 3/2;
    background-image: url("../images/showroom-atlas.webp");
    background-size: 600% 600%;
    background-repeat: no-repeat;
    border: 1px solid #dbd5cc;
    width: 100%;
    display: block;
    box-shadow: 6px 9px 20px #32271a1f;
    transition: box-shadow .4s ease, filter .4s ease
}
.sw-item:hover .sw-visual,
.sw-item:focus-visible .sw-visual {
    filter: saturate(1.06);
    box-shadow: 10px 16px 32px #32271a2e
}
.sw-item:hover,
.sw-item:focus-visible {
    translate: 0 -6px
}
.sw-view {
    color: #a49c92;
    align-items: center;
    gap: 5px;
    font-size: clamp(10px, .78vw, 11.5px);
    display: flex;
    transition: color .25s ease
}
.sw-view i {
    color: var(--coral);
    font-style: normal
}
.sw-item:hover .sw-view {
    color: var(--coral)
}
.sw-item[data-off="1"] {
    display: none
}
.sw-box {
    z-index: 20000;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: #0f0d0ce8;
    place-items: center;
    padding: clamp(16px, 4vw, 56px);
    display: grid;
    position: fixed;
    inset: 0;
    animation: swFade .24s ease both
}
@keyframes swFade {
      0% { opacity: 0 }
    100% { opacity: 1 }
}
.sw-box__inner {
    width: min(1220px, 94vw);
    position: relative
}
.sw-box__inner img {
    object-fit: contain;
    background: #0d0c0b;
    width: 100%;
    max-height: calc(92vh - 48px);
    display: block;
    box-shadow: 0 30px 90px #00000080
}
.sw-box__meta {
    color: #f2ece3;
    letter-spacing: .14em;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    height: 34px;
    font: 700 9px/1 Arial, sans-serif;
    display: flex
}
.sw-box__meta b {
    color: var(--coral)
}
.sw-box__meta em {
    color: #ffffff8a;
    letter-spacing: .02em;
    flex: 1;
    font-family: Hiragino Kaku Gothic ProN, Yu Gothic, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-align: right
}
.sw-box__close {
    color: #1c1a18;
    letter-spacing: .12em;
    cursor: pointer;
    background: #f8f3eb;
    border: 0;
    padding: 10px 13px;
    font: 700 9px/1 Arial, sans-serif;
    position: absolute;
    top: 44px;
    right: 8px
}
@media (prefers-reduced-motion: reduce) {
    .sw-track {
        animation: none
    }
.sw-box {
        animation: none
    }
}
@media (max-width: 700px) {
    .showcase {
        padding: 62px 0 66px
    }
.sw-item--wide    { --sw-w: 76vw }
    .sw-item--compact { --sw-w: 60vw }
    .sw-item--tall    { --sw-w: 64vw }
    .sw-item--medium  { --sw-w: 70vw }
.sw-filters {
        gap: 6px
    }
.sw-box__close {
        top: 40px;
        right: 6px
    }
}
.bim-transition {
    background: #fdfcf9;
    border-top: 1px solid #d5d0c8;
    border-bottom: 1px solid #d5d0c8;
    justify-self: stretch;
    width: auto;
    height: 320vh;
    min-height: 2100px;
    position: relative
}
.bim-sticky {
flex-direction: column;
    height: 100vh;
    min-height: 560px;
    padding: clamp(64px, 8vh, 96px) 5vw clamp(16px, 2.4vh, 26px);
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden
}
.bim-head {
    z-index: 2;
    justify-content: space-between;
    align-items: flex-end;
    gap: 26px;
width: min(1080px, 84vw);
    margin-inline: auto;
    display: flex;
    position: relative
}
.bim-head small {
    color: var(--coral);
    letter-spacing: .2em;
    font: 700 clamp(9px, .74vw, 11px)/1 Arial, sans-serif
}
.bim-head h2 {
    color: #1c1a17;
    letter-spacing: .01em;
    margin: clamp(8px, 1.4vh, 14px) 0 0;
    font-family: Yu Mincho, Hiragino Mincho ProN, Noto Serif JP, serif;
    font-size: clamp(24px, 2.7vw, 42px);
    font-weight: 600;
    line-height: 1.45
}
.bim-lead {
    color: #5c554b;
    letter-spacing: .04em;
    text-align: right;
    margin: 0;
    font-family: Yu Mincho, Hiragino Mincho ProN, Noto Serif JP, serif;
    font-size: clamp(11px, .88vw, 13px);
    line-height: 2
}
.bim-stage {
    flex: 1;
    min-height: 0;
    margin-top: clamp(6px, 1.4vh, 14px);
    position: static
}
.bim-stage::before {
    content: "";
    pointer-events: none;
    background: repeating-linear-gradient(0deg, #1d1b1809 0 1px, #0000 1px 64px),
                repeating-linear-gradient(90deg, #1d1b1809 0 1px, #0000 1px 64px);
    position: absolute;
    inset: 0
}
.bim-canvas {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}
@media (max-width: 700px) {
.bim-transition {
        height: auto;
        min-height: 0
    }
.bim-sticky {
        height: auto;
        min-height: 0;
        padding: 58px 22px 26px;
        position: relative;
        overflow: visible
    }
.bim-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px
    }
.bim-head h2 {
        font-size: 23px
    }
.bim-lead {
        text-align: left
    }
.bim-stage {
        flex: none;
        height: 100vw;
        max-height: 470px;
        margin-top: 12px
    }
}
.about-lead,
.faq-list details p,
.foot-lead,
.price-note {
text-wrap: pretty;
    word-break: auto-phrase
}
.solve-body,
.exp-body,
.sw-lead,
.col-lead,
.plan-note,
.faq-list details p span,
.worries-list li,
.solve-title,
.exp-title,
.worries-title {
text-wrap: balance;
    word-break: auto-phrase
}
.sr-only {
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}
.sec-no {
    margin: 0;
    line-height: 1.35;
    display: block
}
.sec-no b {
    color: var(--charcoal);
    letter-spacing: .02em;
    font: 700 clamp(15px, 1.25vw, 19px)/1 Arial, sans-serif;
    display: block
}
.sec-no span {
    color: var(--charcoal);
    letter-spacing: .1em;
    margin-top: 5px;
    font: 700 clamp(9px, .76vw, 11.5px)/1 Arial, sans-serif;
    display: block
}
.sec-no--light b,
.sec-no--light span {
    color: #fff
}
.plan {
    background: #f2f1ee;
    justify-self: stretch;
    width: auto;
min-height: 27.8vw;
    padding: clamp(24px, 2.5vw, 38px) 0
}
.plan-inner {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    gap: clamp(30px, 4vw, 72px);
    width: min(1330px, 92vw);
    margin-inline: auto;
    display: grid
}
.plan-left {
    min-width: 0;
    overflow: hidden
}
.plan-figs {
    align-items: flex-end;
    gap: clamp(16px, 2.1vw, 36px);
    margin: clamp(14px, 1.6vw, 26px) 0 0;
    display: flex;
    flex-wrap: nowrap
}
.plan-figs > * {
    min-width: 0
}
.pfig {
    align-items: baseline;
    gap: clamp(6px, .7vw, 12px);
    display: flex
}
.pfig--init {
    border-left: 1px solid #cfcbc4;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-left: clamp(20px, 2.6vw, 46px)
}
.pfig--init .pfig-num,
.pfig--init .pfig-unit {
    display: inline-block
}
.pfig-cap {
    color: var(--charcoal);
    letter-spacing: .04em;
    flex-shrink: 0;
    font-size: clamp(13px, 1.15vw, 17px);
    font-weight: 700
}
.pfig-cap--top {
    margin-bottom: clamp(4px, .5vw, 8px);
    display: block
}
.pfig-num {
    color: var(--charcoal);
    letter-spacing: -.045em;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: clamp(58px, 8.9vw, 128px);
    font-weight: 700;
    line-height: .82;
    display: inline-block
}
.pfig-num--coral {
    color: #e8261e
}
.pfig-unit {
    color: var(--charcoal);
    font-size: clamp(15px, 1.6vw, 24px);
    font-weight: 700
}
.pfig-unit em {
    color: var(--charcoal);
    letter-spacing: .06em;
    margin-top: 6px;
    font: 700 clamp(10px, .95vw, 14px)/1 Arial, sans-serif;
    font-style: normal;
    display: block
}
.plan-note {
    color: #6d6a64;
    margin: clamp(14px, 1.6vw, 26px) 0 0;
    font-size: clamp(10.5px, .87vw, 13px);
    line-height: 1.75
}
.faq-col {
    min-width: 0
}
.faq-head {
    color: var(--charcoal);
    letter-spacing: .1em;
    border-bottom: 1px solid #cfcbc4;
    margin: 0;
    padding-bottom: clamp(8px, .9vw, 13px);
    font: 700 clamp(11px, .95vw, 14px)/1 Arial, sans-serif
}
.faq-list details {
    border-bottom: 1px solid #dedad3
}
.faq-list summary {
    cursor: pointer;
    align-items: baseline;
    gap: clamp(7px, .8vw, 12px);
    padding: clamp(7px, .8vw, 12px) 0;
    list-style: none;
    display: flex
}
.faq-list summary::-webkit-details-marker {
    display: none
}
.faq-list summary b {
    color: var(--charcoal);
    flex-shrink: 0;
    font: 700 clamp(9.5px, .8vw, 12px)/1.7 Arial, sans-serif
}
.faq-list summary strong {
    color: var(--charcoal);
    flex: 1;
    font-size: clamp(11px, .93vw, 14px);
    font-weight: 700;
    line-height: 1.7
}
.faq-list summary i {
    border-top: 1.5px solid var(--charcoal);
    flex-shrink: 0;
    width: 13px;
    height: 1.5px;
    margin-top: .55em;
    position: relative
}
.faq-list summary i::after {
    content: "";
    background: var(--charcoal);
    width: 1.5px;
    height: 13px;
    transition: opacity .2s ease;
    position: absolute;
    top: -7.5px;
    left: 5.75px
}
.faq-list details[open] summary i::after {
    opacity: 0
}
.faq-list details p {
    align-items: baseline;
    gap: clamp(7px, .8vw, 12px);
    margin: 0 0 clamp(8px, .9vw, 13px);
    display: flex
}
.faq-list details p b {
    color: var(--charcoal);
    flex-shrink: 0;
    font: 700 clamp(9.5px, .8vw, 12px)/1.8 Arial, sans-serif
}
.faq-list details p span {
    color: #4a4741;
    flex: 1;
    font-size: clamp(10.5px, .87vw, 13px);
    line-height: 1.8
}
.faq-more {
    color: #a09c95;
    letter-spacing: .04em;
    text-align: right;
    margin: clamp(8px, .9vw, 13px) 0 0;
    font: 400 clamp(10px, .82vw, 12.5px)/1 Arial, sans-serif
}
.site-foot {
background: #e8261e;
    justify-self: stretch;
    width: auto;
    min-height: 37.9vw;
    padding: clamp(28px, 3.05vw, 46px) 0 clamp(20px, 2.2vw, 34px);
    display: flex;
    flex-direction: column
}
.foot-inner {
    flex-direction: column;
    flex: 1;
    width: min(1330px, 92vw);
    margin-inline: auto;
    display: flex
}
.foot-main {
    justify-content: space-between;
    align-items: center;
    gap: clamp(24px, 3vw, 56px);
    flex: 1;
    margin: clamp(10px, 1.2vw, 20px) 0 0;
    display: flex
}
.foot-title {
    color: #fff;
    letter-spacing: -.02em;
    margin: 0;
    font-family: Yu Mincho, Hiragino Mincho ProN, Noto Serif JP, serif;
    font-size: clamp(38px, 6.6vw, 96px);
    font-weight: 600;
    line-height: 1.28
}
.foot-cta {
    color: #fff;
    background: var(--charcoal);
    justify-content: space-between;
    align-items: center;
    gap: clamp(30px, 4vw, 74px);
    width: min(480px, 34vw);
    min-height: clamp(78px, 9vw, 132px);
    padding: 0 clamp(20px, 2.4vw, 38px);
    font-size: clamp(13px, 1.15vw, 17px);
    font-weight: 700;
    text-decoration: none;
    display: flex;
    transition: background-color .22s ease, color .22s ease
}
.foot-cta span {
    font-size: clamp(16px, 1.5vw, 22px);
    font-weight: 400
}
.foot-cta:hover {
    color: var(--charcoal);
    background: #fff
}
.foot-bottom {
    align-items: center;
    gap: clamp(14px, 2vw, 34px);
    margin: clamp(18px, 2.2vw, 36px) 0 0;
    display: flex
}
.foot-brand {
    color: #fff;
    letter-spacing: -.045em;
    flex-shrink: 0;
    font-family: Didot, "Bodoni 72", Times New Roman, serif;
    font-size: clamp(24px, 2.3vw, 34px);
    font-weight: 500;
    line-height: 1;
    text-decoration: none
}
.foot-brand sup {
    vertical-align: baseline;
    margin-left: .06em;
    font-size: .62em;
    position: relative;
    top: -.62em
}
.foot-nav {
    gap: clamp(12px, 1.7vw, 30px);
    display: flex
}
.foot-nav a {
    color: #fff;
    letter-spacing: .06em;
    text-decoration: none;
    font: 700 clamp(9.5px, .82vw, 12.5px)/1 Arial, sans-serif;
    transition: opacity .2s ease
}
.foot-nav a:hover {
    opacity: .7
}
.foot-corp {
    color: #ffffffdb;
    flex-direction: column;
    flex: 1;
    gap: 3px;
    margin-left: auto;
    font-size: clamp(9.5px, .78vw, 11.5px);
    line-height: 1.6;
    display: flex;
    align-items: flex-end
}
.foot-corp b {
    font-weight: 700
}
.foot-corp a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #ffffff59
}
.foot-corp a:hover {
    border-color: #fff
}
.foot-copy {
    color: #ffffffc4;
    flex-shrink: 0;
    font-size: clamp(9px, .74vw, 11px)
}
@media (max-width: 700px) {
    .plan {
        min-height: 0;
        padding: 46px 0
    }
.plan-inner {
        grid-template-columns: 1fr;
        gap: 38px;
        width: calc(100% - 44px)
    }
.plan-figs {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px
    }
.pfig--init {
        border-top: 1px solid #cfcbc4;
        border-left: 0;
        width: 100%;
        padding: 20px 0 0
    }
.pfig-num {
        font-size: 82px
    }
.site-foot {
        min-height: 0;
        padding: 46px 0 24px
    }
.foot-inner {
        width: calc(100% - 44px)
    }
.foot-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 26px
    }
.foot-title {
        font-size: 40px
    }
.foot-cta {
        justify-content: space-between;
        width: 100%;
        min-height: 66px
    }
.foot-bottom {
        flex-wrap: wrap;
        gap: 12px
    }
.foot-corp {
        align-items: flex-start;
        flex-basis: 100%;
        margin-left: 0
    }
}
.about {
    background: #fbfaf8;
    justify-self: stretch;
    width: auto;
    min-height: 36.1vw;
    padding: clamp(30px, 3.3vw, 50px) 0;
    display: flex;
    align-items: center
}
.about-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: clamp(14px, 1.6vw, 26px) clamp(20px, 2.6vw, 46px);
    width: min(1330px, 92vw);
    margin-inline: auto;
    display: grid
}
.about-inner .sec-no {
    grid-area: 1 / 1 / 2 / 3
}
.about-rail {
    color: var(--charcoal);
    letter-spacing: .22em;
    writing-mode: vertical-rl;
    align-self: center;
    margin: 0;
    font: 700 clamp(9px, .78vw, 11.5px)/1 Arial, sans-serif;
    grid-area: 2 / 1 / 3 / 2
}
.about-main {
    align-self: center;
    grid-area: 2 / 2 / 3 / 3
}
.about-title {
    color: var(--charcoal);
    letter-spacing: -.01em;
    margin: 0;
    font-family: Yu Mincho, Hiragino Mincho ProN, Noto Serif JP, serif;
    font-weight: 400;
    line-height: 1.45
}
.at-1 {
    font-size: clamp(34px, 4.65vw, 67px)
}
.at-2 {
    font-size: clamp(26px, 3.5vw, 50px)
}
.at-3 {
    font-size: clamp(30px, 4.1vw, 59px)
}
.about-lead {
    color: #4a4741;
    letter-spacing: .01em;
    margin: clamp(14px, 1.7vw, 28px) 0 0;
    font-family: Yu Mincho, Hiragino Mincho ProN, Noto Serif JP, serif;
    font-size: clamp(11.5px, .95vw, 14px);
    line-height: 1.9
}
.about-specs {
    align-self: start;
    width: min(240px, 19vw);
    margin: 0;
    padding: 0;
    list-style: none;
    grid-area: 2 / 3 / 3 / 4
}
.about-specs li {
    border-bottom: 1px solid #c9c5be;
    justify-content: space-between;
    gap: 10px;
    padding: clamp(9px, 1vw, 15px) 0;
    display: flex
}
.about-specs li:first-child {
    padding-top: 0
}
.about-specs b,
.about-specs span {
    color: var(--charcoal);
    letter-spacing: .06em;
    font: 700 clamp(9px, .78vw, 11.5px)/1.4 Arial, sans-serif
}
.worries {
    background: #050505;
    justify-self: stretch;
    width: auto;
    min-height: 43.1vw;
    padding: clamp(22px, 2.4vw, 36px) 0 clamp(16px, 1.8vw, 28px);
    display: flex;
overflow-x: clip
}
.worries-inner {
    flex-direction: column;
    width: min(1330px, 92vw);
    margin-inline: auto;
    display: flex
}
.prob-row {
    justify-content: space-between;
    align-items: center;
    flex: 1;
    gap: clamp(10px, 1.4vw, 26px);
    margin: clamp(4px, .6vw, 10px) 0 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative
}
.prob {
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative
}
.prob-word {
    color: #fff;
    letter-spacing: -.02em;
    white-space: nowrap;
    font-family: Yu Mincho, Hiragino Mincho ProN, Noto Serif JP, serif;
    font-size: clamp(56px, 11.4vw, 164px);
    font-weight: 400;
    line-height: 1.02
}
.prob--3 .prob-word {
    writing-mode: vertical-rl;
    font-size: clamp(28px, 4.2vw, 60px);
    line-height: 1.04;
    white-space: nowrap
}
.prob--1 {
    margin-left: clamp(-40px, -3.6vw, -20px)
}
.prob-line {
    background: #e8261e;
    transform-origin: 0 0;
    width: clamp(90px, 11vw, 168px);
    height: 1px;
    position: absolute;
    rotate: -20deg
}
.prob--1 .prob-line { top: 34%; left: calc(100% - clamp(30px, 3.4vw, 52px)) }
.prob--2 .prob-line { top: 30%; left: calc(100% - clamp(30px, 3.4vw, 52px)) }
.prob--3 .prob-line { top: 58%; right: calc(100% - clamp(20px, 2.4vw, 36px)); left: auto;
                      rotate: 8deg; width: clamp(60px, 7vw, 106px) }
.prob-note {
    color: #ffffffe0;
    white-space: nowrap;
    margin: 0;
    font-family: Yu Mincho, Hiragino Mincho ProN, Noto Serif JP, serif;
    font-size: clamp(10.5px, .92vw, 13.5px);
    line-height: 1.85;
    position: absolute;
    top: clamp(4px, .6vw, 10px);
    left: calc(100% + clamp(10px, 1.4vw, 24px))
}
.prob--3 .prob-note {
    top: auto;
    bottom: clamp(44px, 5.2vw, 80px);
    left: auto;
    right: calc(100% + clamp(10px, 1.4vw, 24px))
}
.prob-tag {
    color: #e8261e;
    letter-spacing: .06em;
    margin: clamp(8px, 1vw, 16px) 0 0;
    font: 700 clamp(9px, .8vw, 12px)/1.65 Arial, sans-serif
}
.prob--3 .prob-tag {
    text-align: right;
    position: absolute;
    bottom: clamp(4px, .5vw, 9px);
    right: calc(100% + clamp(10px, 1.4vw, 24px))
}
.prob-closing {
    color: #e8261e;
    letter-spacing: .02em;
    text-align: center;
    margin: clamp(8px, 1vw, 18px) 0 0;
    font-family: Yu Mincho, Hiragino Mincho ProN, Noto Serif JP, serif;
    font-size: clamp(22px, 3.35vw, 48px);
    font-weight: 400
}
@media (max-width: 700px) {
    .about {
        min-height: 0;
        padding: 52px 0
    }
.about-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 24px;
        width: calc(100% - 44px)
    }
.about-inner .sec-no { grid-area: auto }
    .about-rail { display: none }
    .about-main { grid-area: auto }
    .about-specs { grid-area: auto; width: 100% }
.at-1 { font-size: 30px }
    .at-2 { font-size: 23px }
    .at-3 { font-size: 26px }
.worries {
        min-height: 0;
        padding: 48px 0 34px
    }
.worries-inner {
        width: calc(100% - 44px)
    }
.prob-row {
        flex-direction: column;
        gap: 30px
    }
.prob--1 { margin-left: 0 }
.prob-word { font-size: 62px }
    .prob--3 .prob-word { writing-mode: horizontal-tb; font-size: 48px }
.prob-line { display: none }
.prob-note,
    .prob--3 .prob-note {
        margin: 6px 0 0;
        position: static;
        inset: auto
    }
.prob--3 .prob-tag {
        text-align: left;
        position: static;
        inset: auto
    }
.prob-closing {
        font-size: 24px;
        margin-top: 26px
    }
}
.ink-cursor {
    z-index: 9999;
    pointer-events: none;
    position: fixed;
    inset: 0
}
.ink-cursor__ball {
    opacity: 0;
    mix-blend-mode: difference;
    will-change: transform;
    transition: opacity .18s;
    position: fixed;
    top: 0;
    left: 0
}
.ink-cursor__ball.is-visible {
    opacity: 1
}
.ink-cursor__ball svg {
    display: block;
    overflow: visible
}
.ink-cursor__ball circle {
    fill: #fff
}
.ink-cursor__ball--big {
    z-index: 2
}
.ink-cursor__ball--small {
    z-index: 3
}
.ink-cursor__ball--big svg {
    transform-origin: 50%;
    transition: transform .28s cubic-bezier(.2, .78, .18, 1)
}
.ink-cursor__ball--big::after {
    content: attr(data-label);
    color: #000;
    letter-spacing: .08em;
    opacity: 0;
    place-items: center;
    width: 30px;
    height: 30px;
    font: 900 7px/1 Arial, sans-serif;
    transition: opacity .18s, transform .28s cubic-bezier(.2, .78, .18, 1);
    display: grid;
    position: absolute;
    inset: 0;
    transform: scale(.45)
}
.ink-cursor__ball--big.is-hovering:not([data-label=""])::after {
    opacity: 1;
    transform: scale(1)
}
.ink-cursor__ball--big.is-pressed::after {
    transform: scale(.82)
}
.ink-cursor__ball--big.is-hovering svg {
    transform: scale(2.1)
}
.ink-cursor__ball--big.is-hovering.is-cta svg {
    transform: scale(3.35)
}
.ink-cursor__ball--big.is-pressed svg {
    transform: scale(1.75)
}
.ink-cursor__ball--big.is-pressed.is-cta svg {
    transform: scale(2.75)
}
@media (hover: none), (pointer: coarse) {
    .ink-cursor {
        display: none
    }
}
@media (min-width: 701px) {
    .ribbon-scene,
    .ribbon-cast-shadow-scene {
width: 100%;
        height: 98%;
        inset: 1% 0
    }
}
@media (max-width: 700px) {
    html:not(.no-intro) .ribbon-scene,
    html:not(.no-intro) .ribbon-cast-shadow-scene {
        animation: spRibbonIn .95s cubic-bezier(.22, 1, .36, 1) 3.9s both
    }
}
@keyframes spRibbonIn {
      0% { opacity: 0; translate: 0 7% }
    100% { opacity: 1; translate: 0 0 }
}
@media (max-width: 700px) and (prefers-reduced-motion: reduce) {
    html:not(.no-intro) .ribbon-scene,
    html:not(.no-intro) .ribbon-cast-shadow-scene {
        animation: none
    }
}
