/* extracted from inline <style> #1 */


:root {
    --bg: #000000;
    --panel: #11101a;
    --line: rgba(255, 255, 255, .14);
    --text: #f8f5ff;
    --muted: #c7bfd8;
    --soft: #948aa9;
    --p: #9b5cff;
    --p2: #dcc7ff;
    --max: 1180px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    line-height: 1.8;
    letter-spacing: .02em
}

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

.bar {
    position: fixed;
    z-index: 10;
    inset: 0 0 auto;
    height: 64px;
    background: rgba(5, 5, 9, .72);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.barin {
    width: min(var(--max), calc(100% - 40px));
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em
}

.nav {
    display: flex;
    gap: 22px;
    font-size: 12px;
    color: var(--muted)
}

main {
    padding-top: 64px
}

.sec {
    width: min(var(--max), calc(100% - 40px));
    margin: auto
}

.ey {
    font-size: 12px;
    color: var(--p2);
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase
}

.ki {
    font-size: 12px;
    color: var(--soft);
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase
}

h1,
h2,
h3,
p {
    margin: 0
}

h1 {
    font-size: clamp(44px, 7vw, 94px);
    line-height: 1.05;
    letter-spacing: -.05em
}

h2 {
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1.15;
    letter-spacing: -.04em
}

h3 {
    font-size: clamp(24px, 2.4vw, 38px);
    line-height: 1.25;
    letter-spacing: -.025em
}

p {
    font-size: clamp(16px, 1.55vw, 18px);
    color: var(--muted)
}

.lead {
    font-size: clamp(18px, 2vw, 23px);
    color: #fff;
    line-height: 1.9
}

.small {
    font-size: 12px;
    color: var(--soft)
}

.hero {
    min-height: calc(100svh - 64px);
    display: grid;
    align-items: center;
    padding: 48px 0 70px
}

.hero-card {
    position: relative;
    min-height: 74vh;
    border: 1px solid var(--line);
    border-radius: 40px;
    overflow: hidden;
    background: radial-gradient(circle at 74% 40%, rgba(155, 92, 255, .36), transparent 20rem), linear-gradient(135deg, #08080f, #171328 56%, #07070c);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: clamp(30px, 5vw, 68px);
    box-shadow: 0 40px 120px rgba(0, 0, 0, .45)
}

.hero-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: .28;
    mask-image: radial-gradient(circle at 75% 35%, black, transparent 70%)
}

.hero h1 {
    position: relative;
    z-index: 1
}

.device-zone {
    position: relative;
    z-index: 1;
    min-height: 510px;
    display: grid;
    place-items: center
}

.device {
    width: min(330px, 80vw);
    aspect-ratio: .62/1;
    border-radius: 42px;
    background: linear-gradient(145deg, #302b3d, #0b0b10);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .6), 0 0 80px rgba(155, 92, 255, .22);
    transform: rotate(-5deg);
    position: relative
}

.screen {
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: 72%;
    height: 120px;
    border-radius: 22px;
    background: #050509;
    border: 1px solid rgba(155, 92, 255, .55);
    box-shadow: 0 0 38px rgba(155, 92, 255, .25);
    padding: 16px
}

.s1 {
    font-size: 10px;
    color: var(--p2);
    letter-spacing: .15em;
    font-weight: 900
}

.s2 {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
    margin-top: 13px
}

.s3 {
    font-size: 11px;
    color: var(--muted);
    display: flex;
    justify-content: space-between
}

.port {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 86px;
    height: 18px;
    border-radius: 999px;
    background: #050509;
    border: 1px solid rgba(255, 255, 255, .2)
}

.side {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(18%, -45%);
    width: 260px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(14, 12, 24, .76);
    backdrop-filter: blur(18px)
}

.side b {
    display: block;
    font-size: 22px;
    margin-bottom: 12px
}

.side span {
    display: block;
    font-size: 13px;
    color: var(--muted);
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.cue {
    position: absolute;
    left: clamp(30px, 5vw, 68px);
    bottom: 28px;
    color: var(--soft);
    font-size: 12px;
    letter-spacing: .15em;
    text-transform: uppercase
}

.cue:before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, var(--p), transparent);
    vertical-align: middle;
    margin-right: 12px
}

.problem {
    padding: 90px 0 60px
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center
}

.copy {
    display: grid;
    gap: 24px
}

.movie {
    height: 520px;
    overflow: hidden;
    position: relative;
}

.track {
    position: absolute;
    inset: 0;
    display: flex;
    width: 300%;
    height: 100%;
    animation: loop 18s linear infinite;
}

.shot {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.visual-box {
    position: absolute;
    inset: 0;
}

.visual-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.shot:nth-child(1) {
    background: linear-gradient(135deg, #171426, #09090e)
}

.shot:nth-child(2) {
    background: linear-gradient(135deg, #0b0a10, #241c32)
}

.shot:nth-child(3) {
    background: linear-gradient(135deg, #17101f, #09090e)
}

@keyframes loop {

    0%,
    28% {
        transform: translateX(0)
    }

    33%,
    61% {
        transform: translateX(-33.33%)
    }

    66%,
    94% {
        transform: translateX(-66.66%)
    }

    100% {
        transform: translateX(0)
    }
}

.mock {
    position: absolute;
    border-radius: 26px;
    background: linear-gradient(145deg, #302c3a, #09090e);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .46)
}

.m1 {
    width: 168px;
    height: 260px;
    right: 70px;
    top: 90px;
    transform: rotate(-8deg)
}

.m1:after {
    content: "";
    position: absolute;
    width: 96px;
    height: 142px;
    left: 36px;
    top: 72px;
    border-radius: 24px;
    background: #d7cdee
}

.m2 {
    width: 135px;
    height: 210px;
    left: 110px;
    top: 140px;
    transform: rotate(7deg)
}

.m2:before {
    content: "BAG";
    position: absolute;
    inset: -55px -50px -75px -80px;
    border: 2px solid rgba(255, 255, 255, .08);
    border-radius: 44px;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .15);
    font-size: 76px;
    font-weight: 900
}

.m3 {
    width: 220px;
    height: 126px;
    right: 95px;
    top: 170px
}

/*
.lab {
    position: relative;
    padding: 12px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(0, 0, 0, .28);
    font-size: 12px
}
*/

.lab {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 2;

    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .18);

    background: rgba(0, 0, 0, .45);
    color: #fff;

    font-size: 12px;
    white-space: nowrap;

    backdrop-filter: blur(2px);
}

.data {
    margin-top: 52px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025));
    padding: 30px
}

.data-head {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: end;
    margin-bottom: 24px
}

.chart {
    height: 290px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px
}

.y {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    color: var(--soft);
    font-size: 12px
}

.plot {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    background: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 100% 25%;
    overflow: hidden
}

.plot svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.x {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    color: var(--soft);
    font-size: 12px
}

.notes {
    margin-top: 18px;
    display: grid;
    gap: 4px;
    color: var(--soft);
    font-size: 12px;
    line-height: 1.65
}

.approach {
    padding: 80px 0
}

.approach-card {
    border: none;
    border-radius: 0;
    background: transparent;
    padding: clamp(30px, 5vw, 62px);
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 38px;
}

.approach-card p {
    font-size: clamp(17px, 1.8vw, 21px);
    line-height: 2
}

.safety {
    padding: 70px 0 40px
}

.safety-head {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 36px;
    align-items: end;
    margin-bottom: 44px
}

.desktop {
    display: grid;
    grid-template-columns: 44% 1fr;
    gap: 48px;
    align-items: start
}

.sticky {
    position: sticky;
    top: 92px;
    min-height: calc(100svh - 116px);
    display: flex;
    align-items: center
}

.vp {
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 28px;
}

.vdev {
    margin: 0 auto 24px;
    width: min(250px, 75%);
    aspect-ratio: .62/1;
    border-radius: 32px;
    background: linear-gradient(145deg, #302b3b, #0b0b10);
    border: 1px solid rgba(255, 255, 255, .18);
    position: relative
}

.vs {
    position: absolute;
    left: 50%;
    top: 32px;
    transform: translateX(-50%);
    width: 72%;
    height: 112px;
    border-radius: 20px;
    background: #050509;
    border: 1px solid rgba(155, 92, 255, .48);
    padding: 14px
}

.vt {
    font-size: 10px;
    color: var(--p2);
    letter-spacing: .14em;
    font-weight: 900
}

.vm {
    font-size: 30px;
    font-weight: 900;
    margin-top: 12px
}

.vb {
    font-size: 11px;
    color: var(--muted)
}

.inds {
    display: grid;
    gap: 12px
}

.ind {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 12px;
    align-items: center;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .035);
    transition: .25s
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18)
}

.ind b {
    font-size: 14px
}

.ind small {
    display: block;
    color: var(--soft);
    font-size: 12px
}

.ind.active {
    background: rgba(155, 92, 255, .14);
    border-color: rgba(155, 92, 255, .55)
}

.ind.active .dot {
    background: var(--p2);
    box-shadow: 0 0 20px rgba(155, 92, 255, .95)
}

.features {
    display: grid;
    gap: 28px
}

.fc {
    min-height: 78vh;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: clamp(28px, 4vw, 54px);
    display: grid;
    align-content: center;
    gap: 24px;
    overflow: visible;
}

.fl {
    font-size: 13px;
    color: var(--p2);
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 900
}

.fc h3 {
    font-size: clamp(30px, 3.4vw, 46px)
}

.art {
    height: 220px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 24px;
    background: rgba(0, 0, 0, .22);
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .42);
    font-size: 13px;
    letter-spacing: .15em;
    text-transform: uppercase;
    overflow: hidden
}


.health:before {
    content: "HEALTH 92%";
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    padding: 30px 42px;
    border-radius: 26px;
    border: 1px solid rgba(155, 92, 255, .5);
    background: #07070d
}

.flow {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 18px
}

.flow span {
    padding: 12px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .04);
    font-size: 13px;
    color: #eee
}

.flow i {
    font-style: normal;
    color: var(--p2);
    align-self: center
}

.link {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(155, 92, 255, .14);
    border: 1px solid rgba(155, 92, 255, .35);
    font-weight: 800;
    font-size: 14px
}

.link:after {
    content: "→";
    color: var(--p2)
}

.note {
    font-size: 12px;
    color: var(--soft);
    line-height: 1.65
}

.mobile-steps {
    display: none
}

.products {
    padding: 90px 0
}

.products-head {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 36px;
    align-items: end;
    margin-bottom: 34px
}

.pg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.pc {
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025));
    padding: 22px;
    min-height: 410px;
    display: flex;
    flex-direction: column;
    gap: 18px
}

.pi {
    height: 190px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 22px;
    background: radial-gradient(circle at 50% 35%, rgba(155, 92, 255, .28), transparent 10rem), #08080e;
    display: grid;
    place-items: center
}

.mini {
    width: 86px;
    height: 142px;
    border-radius: 20px;
    background: linear-gradient(145deg, #302b3b, #0b0b10);
    border: 1px solid rgba(255, 255, 255, .18)
}

.pc h3 {
    font-size: 22px
}

.pc p {
    font-size: 14px
}

.spec {
    margin-top: auto;
    display: grid;
    gap: 8px
}

.spec div {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .09);
    padding-top: 8px;
    font-size: 13px;
    color: var(--muted)
}

.spec b {
    color: #fff
}

.notice {
    padding: 30px 0 64px
}

.notice-card {
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 28px;
}

.notice-card h3 {
    font-size: 22px;
    margin-bottom: 10px
}

.notice-card p {
    font-size: 14px
}

.closing {
    padding: 86px 0 96px;
    text-align: center
}

.closing h2 {
    max-width: 850px;
    margin: auto auto 24px
}

.closing p {
    max-width: 730px;
    margin: auto
}

.foot {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px
}

.foot a {
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    font-weight: 800;
    font-size: 14px
}

@media(max-width:900px) {
    .nav {
        display: none
    }

    .barin,
    .sec {
        width: calc(100% - 28px)
    }

    h1 {
        font-size: clamp(42px, 13vw, 62px)
    }

    h2 {
        font-size: clamp(29px, 8vw, 42px)
    }

    p {
        font-size: 16px
    }

    .hero {
        padding: 26px 0 46px
    }

    .hero-card {
        min-height: calc(100svh - 116px);
        grid-template-columns: 1fr;
        padding: 26px;
        border-radius: 28px;
        align-content: space-between
    }

    .device-zone {
        min-height: 390px
    }

    .device {
        width: min(240px, 68vw)
    }

    .screen {
        height: 102px
    }

    .s2 {
        font-size: 28px
    }

    .side {
        right: 50%;
        top: auto;
        bottom: 10px;
        transform: translateX(50%);
        width: min(310px, 92%);
        padding: 16px
    }

    .side b {
        font-size: 18px
    }

    .side span {
        font-size: 12px;
        padding: 6px 0
    }

    .problem {
        padding: 58px 0 34px
    }

    .grid {
        grid-template-columns: 1fr
    }

    .movie {
        height: 420px;
        order: -1
    }

    .m1 {
        right: 34px;
        top: 82px;
        width: 140px;
        height: 220px
    }

    .m2 {
        left: 74px;
        top: 118px
    }

    .m3 {
        right: 46px;
        top: 150px;
        width: 180px
    }

    .data {
        padding: 20px;
        margin-top: 32px
    }

    .data-head {
        display: grid
    }

.chart {
    display: block;
    height: auto;
}

    .x {
        font-size: 10px
    }

    .approach {
        padding: 48px 0
    }

    .approach-card {
        grid-template-columns: 1fr;
        padding: 26px
    }

    .safety-head {
        grid-template-columns: 1fr;
        margin-bottom: 24px
    }

    .desktop {
        display: none
    }

    .mobile-steps {
        display: block;
        position: relative;
        height: 360vh
    }

    .msticky {
        position: sticky;
        top: 64px;
        height: calc(100svh - 64px);
        border: 1px solid var(--line);
        border-radius: 28px;
        background: radial-gradient(circle at 50% 10%, rgba(155, 92, 255, .22), transparent 18rem), linear-gradient(145deg, #100e19, #06060b);
        overflow: hidden;
        padding: 22px
    }

    .mcard {
        position: absolute;
        inset: 22px;
        display: grid;
        grid-template-rows: auto 1fr auto;
        gap: 18px;
        opacity: 0;
        transform: scale(.96) translateY(20px);
        transition: .35s;
        pointer-events: none
    }

    .mcard.active {
        opacity: 1;
        transform: scale(1) translateY(0);
        pointer-events: auto
    }

    .mvis {
        min-height: 230px;
        border: 1px solid rgba(255, 255, 255, .11);
        border-radius: 24px;
        background: rgba(255, 255, 255, .035);
        display: grid;
        place-items: center;
        overflow: hidden
    }

    .mcard h3 {
        font-size: 30px
    }

    .mcard p {
        font-size: 15px
    }

    .hint {
        position: absolute;
        top: 20px;
        right: 22px;
        font-size: 11px;
        color: var(--soft);
        letter-spacing: .12em;
        text-transform: uppercase
    }

    .prog {
        position: absolute;
        left: 22px;
        right: 22px;
        bottom: 18px;
        display: grid;
        gap: 8px
    }

    .ptop {
        display: flex;
        justify-content: space-between;
        color: var(--soft);
        font-size: 12px;
        font-weight: 800
    }

    .ptrack {
        height: 4px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .14);
        overflow: hidden
    }

    .pbar {
        height: 100%;
        width: 0;
        background: linear-gradient(90deg, var(--p), var(--p2))
    }

    .products {
        padding: 58px 0
    }

    .products-head {
        grid-template-columns: 1fr
    }

    .pg {
        grid-template-columns: 1fr
    }

    .pc {
        min-height: auto
    }

    .closing {
        padding: 60px 0 72px
    }

    .foot a {
        font-size: 13px;
        padding: 10px 13px
    }
}




/* extracted from inline style attributes */

.nc-inline-style-01 {
    --hero-h1-size: 40pt;
    --hero-h1-size-sp: 24px;
}

.nc-inline-style-02 {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.nc-inline-style-03 {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0
}

.nc-inline-style-04 {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0
}

.nc-inline-style-05 {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0
}

.art.cell{
    padding:0;
    overflow:hidden;
}

.art.cell iframe{
    width:100%;
    height:100%;
    border:0;
}

body.page-novacore .vdev {
    position: relative;
    background: none;
    border: none;
    box-shadow: none;
    overflow: visible;
}

body.page-novacore .vdev::before,
body.page-novacore .vdev::after,
body.page-novacore .vs {
    display: none;
}

body.page-novacore .vdev-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity .35s ease;
}

body.page-novacore .vdev-img.active {
    opacity: 1;
}

.chart img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.chart .notes {
    margin-top: 18px;
}

.graph-chart {
    display: block;
    width: 100%;
    height: auto;
}

.graph-image {
    width: 100%;
}

.graph-image img {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
}

.graph-chart .notes {
    margin-top: 18px;
}