@media screen and (max-width: 719px) {

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

    html {
        overflow-x: hidden;
        scroll-behavior: auto;
        scrollbar-gutter: auto;
    }

    a {
        text-decoration: none;
        color: inherit;
        cursor: url("../Img/Cursor/Point.svg"), auto;
    }

    :root {
        --this-site-ExtraLight: 200;
        --this-site-Light: 300;
        --this-site-Regular: 400;
        --this-site-Medium: 500;
        --this-site-SemiBold: 600;
        --this-site-Bold: 700;
        --this-site-ExtraBold: 800;
    }

    body {
        font-family: 'Roboto', sans-serif;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
        cursor: url("../Img/Cursor/Cursor.svg"), auto;
        position: relative;
    }

    body::before {
        content: "";
        position: fixed;
        top: -125%;
        left: -125%;
        width: 300%;
        height: 300%;
        background-image: url("../Img/nikkunWOW.webp");
        background-size: 100vw;
        background-repeat: repeat;
        transform: rotate(20deg);
        animation: backgroundTransform 10s linear infinite;
        z-index: -1;
        opacity: 0.5;
        pointer-events: none;
        will-change: transform;
    }

    body.is-menu-open::before,
    body.is-menu-open .Square {
        animation-play-state: paused !important;
    }


    @keyframes backgroundTransform {
        from {
            transform: rotate(20deg) translate(0, 0);
        }

        to {
            transform: rotate(20deg) translate(100vw, 0);
        }
    }

    .thumbnail {
        position: relative;
        width: 100%;
        min-height: 720px;
        height: 100dvh;
        background-image: url("../Img/Thumbnail.webp");
        background-image: -webkit-image-set(url("../Img/Thumbnail@1x.webp") 1x,
                url("../Img/Thumbnail@2x.webp") 2x,
                url("../Img/Thumbnail@3x.webp") 3x);
        background-image: image-set(url("../Img/Thumbnail@1x.webp") 1x,
                url("../Img/Thumbnail@2x.webp") 2x,
                url("../Img/Thumbnail@3x.webp") 3x);
        background-size: cover;
        background-position: left bottom;
        filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
    }

    .Minithumbnail {
        position: relative;
        width: 100%;
        height: 300px;
        background-image: url("../Img/MiniThumbnail.webp");
        background-size: cover;
        background-position: left bottom;
        margin-bottom: 64px;
        filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    }

    .MainTitle {
        width: calc(100% - 32px);
        margin: 0 16px;
        position: absolute;
        top: auto;
        transform: none;

        bottom: 128px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;

        color: #ffffff;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .MiniMainTitle {
        width: 100vw;
        font-family: 'Google Sans Flex', sans-serif;
        font-optical-sizing: auto;
        font-variation-settings:
            "slnt" 0,
            "wdth" 65,
            "GRAD" 0,
            "ROND" 0;
        position: absolute;
        top: 104px;
        font-size: 64px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
    }

    .SubText {
        margin-top: 16px;
        font-size: 16px;
        line-height: 28px;
        font-weight: var(--this-site-Medium);
        opacity: 0.9;
        text-align: left;
        position: static;
        width: 100%;
    }

    .MiniSubText {
        width: 100vw;
        position: absolute;
        bottom: 56px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }

    .AboutText {
        color: #1B1B1B;
        text-align: center;
        padding: 64px 0;
        font-size: 48px;
        font-family: 'Google Sans Flex', sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-variation-settings:
            "slnt" 0,
            "wdth" 65,
            "GRAD" 0,
            "ROND" 10;
    }

    .AboutContainer {
        width: calc(100% - 32px);
        margin: 0 auto;
        border-radius: 220px;
        position: relative;
        z-index: 2;
        background-color: transparent !important;
    }

    .Icon {
        margin: auto;
        width: 168px;
        height: 168px;
    }

    .IconImage {
        margin-left: 0;
        float: left;
        height: 100%;
        border-radius: 50%;
    }

    .AboutDetails {
        width: 100%;
        margin: 32px auto;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .ProfileText {
        text-align: center;
        font-size: 16px;
        color: #8E8E8E;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Light);
    }

    .ProfileSubText {
        font-size: 16px;
        color: #8E8E8E;
        text-align: left;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Light);
    }

    .Name {
        font-size: 51px;
        color: #1B1B1B;
        text-align: center;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
    }

    .Introduction {
        font-size: 16px;
        color: #1B1B1B;
        text-align: center;
        line-height: 28px;
    }

    .SNS1 {
        width: 40px;
        height: 40px;
        filter: invert(1);
    }

    .SNS2 {
        width: 40px;
        height: 40px;
        filter: invert(1);
    }

    .UseTool-Achievement {
        color: #8E8E8E;
        text-align: center;
        margin-top: 104px;
        font-size: 16px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-SemiBold);
        letter-spacing: 8px;
    }

    .MyChip {
        max-width: 712px;
        min-width: 200px;
        height: 136px;
        /* border: solid 3px rgba(230, 230, 230, 30%); */
        border-radius: 32px;
        background-color: rgba(255, 255, 255, 100%);
        padding: 16px;
        display: flex;
        margin-top: 16px;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03);
    }

    .MyChipIconBackground {
        border-radius: 16px;
        width: auto;
        height: 100%;
    }

    .ChipMainText {
        position: relative;
        top: -4px;
        font-size: 24px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-SemiBold);
        color: #1B1B1B;
        text-align: center;
        margin: auto;
    }

    .ChipAchievementMainText {
        position: relative;
        font-size: 20px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-SemiBold);
        color: #1B1B1B;
        text-align: center;
        margin: auto;
    }

    .ChipAchievementSubText {
        position: relative;
        bottom: 8px;
        font-size: 12px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Light);
        color: #8E8E8E;
        text-align: center;
    }

    .ChipSubText {
        font-size: 16px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Light);
        color: #8E8E8E;
        text-align: center;
    }

    .items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .CategoryCreationBigTitle {
        position: relative;
        color: #1B1B1B;
        text-align: center;
        font-size: 64px;
        font-family: 'Google Sans Flex', sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-variation-settings:
            "slnt" 0,
            "wdth" 65,
            "GRAD" 0,
            "ROND" 10;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .CategoryCreationBigTitle:before,
    .CategoryCreationBigTitle:after {
        content: "";
        border-top: 2.5px solid #1B1B1B;
        flex-grow: 1;
    }

    .CategoryCreationBigTitle:before {
        margin-right: 24px;
    }

    .CategoryCreationBigTitle:after {
        margin-left: 24px;
    }

    .CategoryWorksBigTitle:before,
    .CategoryWorksBigTitle:after {
        content: "";
        border-top: 2.5px solid #1B1B1B;
        flex-grow: 1;
    }

    .CategoryWorksBigTitle:before {
        margin-right: 16px;
    }

    .CategoryWorksBigTitle:after {
        margin-left: 16px;
    }


    .CategoryInfo {
        line-height: 28px;
        color: #272727;
        text-align: center;
        margin: 24px auto;
        width: calc(100% - 32px);
        font-size: 16px;
        font-weight: var(--this-site-Regular);
        text-align: left;
    }

    .BigButton {
        user-select: none;
        text-align: right;
        width: fit-content;
        margin: auto;
    }

    .ContactBigButton {
        user-select: none;
        text-align: center;
        margin: 40px auto;
        width: fit-content;
    }

    .GoTop {
        text-align: center;
        margin: 168px auto;
        width: fit-content;
    }

    .Pickup {
        font-size: 38px;
        margin: 0 24px 32px 24px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .PickupImage {
        border-radius: 32px;
        width: 100%;
        margin: 0;
        display: block;
        transition: all 0.2s
    }

    .Location {
        display: none;
        user-select: none;
        font-size: 16px;
        color: #8E8E8E;
        text-align: center;
    }

    .PickupTitle {
        margin: auto;
        font-size: 38px;
        color: #1B1B1B;
        text-align: center;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
        white-space: normal;
        word-break: break-word;
        line-height: 48px;
    }

    .PickupTitleVideo {
        font-size: 38px;
        color: #1B1B1B;
        text-align: center;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
    }

    .PickupDayTime {
        margin: 8px auto 16px auto;
        font-size: 16px;
        color: #1B1B1B;
        text-align: center;
    }

    .PickupText {
        display: none;
        margin-top: 8px;
        font-size: 16px;
        height: 84px;
        width: 100%;
        color: #8E8E8E;
        text-align: center;
    }

    .PickupContainer::-webkit-scrollbar {
        display: none;
    }

    .PickupSpace {
        flex: 0 0 160px;
    }

    .CategoryOtherBigTitle {
        color: #1B1B1B;
        text-align: center;
        font-size: 48px;
        font-family: 'Google Sans Flex', sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-variation-settings:
            "slnt" 0,
            "wdth" 65,
            "GRAD" 0,
            "ROND" 10;
        display: flex;
        align-items: center;
        justify-content: center;

        box-sizing: border-box;
        margin: 168px 24px 24px 24px;
    }

    .CategoryOtherBigTitle:before,
    .CategoryOtherBigTitle:after {
        content: "";
        border-top: 2.5px solid #1B1B1B;
        flex-grow: 1;
    }

    .CategoryOtherBigTitle:before {
        margin-right: 24px;
    }

    .CategoryOtherBigTitle:after {
        margin-left: 24px;
    }

    .CategoryInfo_NoTopPadding {
        line-height: 28px;
        color: #1B1B1B;
        text-align: center;
        font-size: 16px;
        margin: 16px 24px 0px 24px;
    }

    .PickupContainer {
        /* outline: solid 3px rgba(240, 240, 240, 20%); */
        box-sizing: border-box;
        border-radius: 32px;
        min-width: 304px;
        margin: 0 auto;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: all 0.2s;
        pointer-events: auto;
    }

    .PickupContainer>a {
        display: flex;
        flex-direction: column;
        flex: 1;
        text-decoration: none;
    }

    .PickupContainer:active {
        box-shadow: 0px 2px 8px 1px #1b1b1b20;
        transform: scale(1.02);
    }

    #left {
        margin-left: 16px;
    }

    #right {
        margin-right: 16px;
    }

    .CarouselItem {
        flex-shrink: 0;
        height: 100%;
        position: relative;
        will-change: width;
        pointer-events: none;
        box-sizing: border-box;
        width: 100%;
        margin-right: 16px;
        display: flex;
        flex-direction: column;
    }

    .ItemInnerContent {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .CarouselItem img.MainImg {
        user-select: none;
        width: 100%;
        height: auto;
        aspect-ratio: 1.5/1;
        object-fit: cover;
        pointer-events: none;
        display: block;
        flex-shrink: 0;
        transition: all 0.2s;
    }

    .ItemTextArea {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transition: opacity 0.3s;
    }

    .ItemWorksContainerTextArea {
        box-shadow: 0px 0px 12px #1b1b1b14;
        padding: 16px;
        gap: 16px;
        border-radius: 0 0 24px 24px;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transition: opacity 0.3s;
        flex: 1;
        justify-content: space-between;
    }

    html[data-theme="dark"] .ItemWorksContainerTextArea {
        background-color: #2A2A2A;
    }

    .scroll-content-rail {
        height: 100%;
        pointer-events: none;
    }

    .scroll-content-rail {
        height: 100%;
        pointer-events: none;
    }

    .ScrollButton {
        display: none !important;
    }

    .CarouselGrid {
        padding: 16px 0;
        gap: 16px;
        margin: 0 auto;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        align-items: stretch;
    }

    .CarouselGridt::-webkit-scrollbar {
        display: none;
    }


    .OtherCarouselGrid {
        display: grid;
        margin: 24px auto 0 auto;
        grid-template-columns: 1fr;
        gap: 16px;
        height: auto;
        width: calc(100% - 32px);
        transition: grid-template-columns 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        padding-bottom: 64px;
    }

    .OtherContent,
    .OtherMiniContent {
        position: relative;
        width: 100%;
        border-radius: 16px;
        overflow: hidden;

        background-color: #D9D9D9;

        cursor: url("../Img/Cursor/Point.svg"), auto;
    }

    .OtherContent {
        display: block;
        text-decoration: none;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-ExtraLight);
        position: relative;
        width: 100%;
        height: 160px;
        border-radius: 32px;
        overflow: hidden;
        transition: all 0.2s ease;
        background-size: cover;
        background-position: center center;
    }

    .OtherContent::before,
    .OtherMiniContent::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
        pointer-events: none;

        z-index: 1;
    }

    .OtherContent:hover {
        font-weight: var(--this-site-Medium);
    }


    .OtherContent:active {
        font-weight: var(--this-site-Bold);
        border-radius: 8px;
    }

    .OtherMiniContent {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-ExtraLight);
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 32px;
        overflow: hidden;
        transition: all 0.2s ease;
        background-size: cover;
        background-position: center center;
    }

    .OtherMiniContent:hover {
        font-weight: var(--this-site-Medium);
    }

    .OtherMiniContent:active {
        font-weight: var(--this-site-Bold);
        border-radius: 8px;
    }

    .OtherIMG {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        z-index: 1;
    }

    .OtherBLACK {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(transparent 35%, #00000090);
        z-index: 2;
        pointer-events: none;
    }

    .OtherText {
        user-select: none;
        position: absolute;
        bottom: 80px;
        left: 26px;
        font-size: 24px;
        z-index: 3;
        color: #ffffff;
    }

    .OtherTitle {
        user-select: none;
        position: absolute;
        bottom: 24px;
        left: 24px;
        font-size: 48px;
        z-index: 3;
        color: #ffffff;
    }


    .OtherTowGrid {
        display: grid;
        grid-template-rows: 1fr 1fr;
        gap: 16px;
        height: 336px;
    }

    .WhatDoYouAimFor {
        margin-top: 256px;
        color: #1B1B1B;
        text-align: center;
        font-size: 48px;
        font-family: 'Google Sans Flex', sans-serif;
        font-optical-sizing: auto;
        font-variation-settings:
            "slnt" -10,
            "wdth" 65,
            "GRAD" 100,
            "ROND" 0;
        font-weight: var(--this-site-Medium);
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .WhatDoYouAimForImg {
        height: 256px;
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .WorksAndCreationContainer {
        margin: 168px auto;
    }

    .Pickup {
        color: #1B1B1B;
        text-align: center;
        margin: auto;
        padding: 32px 0px;
        font-size: 38px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-SemiBold);
        max-width: 1152px;
    }

    .Detail {

        background-color: rgb(255, 255, 255);
        background-image: url("../Img/Background3.svg");
        background-position: top;
        background-size: 150%;
        border-radius: 24px 24px 0px 0px;
        margin: 40px 0px 0px 0px;
        padding: 40px 0px 0px 0px;
        z-index: -5;
    }

    .AllViewContainer {
        user-select: none;
        padding: 32px 24px 24px 24px;
        border-radius: 32px;
        width: calc(100% - 32px);
        margin: 0 auto;
        background-image: url("../Img/AllViewBackground2.webp");
        background-size: cover;
        background-position: left;
    }

    .AllViewContainerText {
        user-select: none;
        color: #1B1B1B;
        text-align: center;
        font-size: 24px;
        font-weight: var(--this-site-Medium);
        margin-bottom: 24px;
    }

    .ContactBig:active span {

        transform: skewX(-15deg) scale(0.95);
    }

    footer {
        background-color: #FFFFFF;
        height: auto;
        padding-top: 32px;
        padding-bottom: 24px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        filter: drop-shadow(4px 0 16px rgba(0, 0, 0, 0.05));
    }

    .CreatedbynikkunIcon {
        width: 272px;
        height: auto;
        display: block;
    }

    .FooterMenu {
        width: calc(100% - 32px);
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px 24px;
        margin: 32px 24px 0 24px;
        justify-content: left;
    }

    .MenuText {
        cursor: url("../Img/Cursor/Point.svg"), auto;
        user-select: none;
        color: #1B1B1B;
        text-align: left;
        font-size: 28px;
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        font-variation-settings:
            "slnt" 0,
            "wdth" 10,
            "GRAD" 0,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712;
        transition: all 0.1s;
    }

    .MenuText:active {
        color: #1B1B1B;
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        font-weight: 1000;
        font-style: normal;
        font-stretch: normal;
        font-variation-settings:
            "slnt" 0,
            "wdth" 150,
            "GRAD" 0,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712;
        transition: all 0.1s;
    }

    .Copyright {
        color: #272727;
        text-align: center;
        padding: 16px 0 0 0;
        margin: 24px 0 0 0;
        width: 80%;
        font-size: 16px;
        font-weight: var(--this-site-Regular);
        border-top: solid 1.5px #B5B5B5;
    }

    .ParallaxContainer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100dvh;
        z-index: -5;
        overflow: hidden;
        pointer-events: none;
    }

    .Square {
        position: absolute;


        border-radius: 0px;
        will-change: transform;
    }

    @keyframes moveDiagonal {
        0% {
            transform: translate(0, 0) rotate(0deg);
            opacity: 0;
        }

        10% {
            opacity: 1;
        }

        90% {
            opacity: 1;
        }

        100% {
            transform: translate(110vw, -400px) rotate(360deg);
            opacity: 0;
        }
    }


    .PickupContainer.child-active {
        transform: scale(1) !important;
    }

    .AllViewContainer.child-active {
        transform: scale(1) !important;
        box-shadow: none !important;
    }


    .FloatingNav {
        position: fixed;
        top: 16px;
        left: 16px;
        box-sizing: border-box;
        z-index: 1000;
        width: calc(100% - 32px);
        margin: auto;
        pointer-events: none;
        transition: opacity 0.4s ease,
            transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
            background-color 0.3s ease;
    }

    .NavContainer {
        cursor: url("../Img/Cursor/Cursor.svg"), auto;
        display: grid;
        /* height: 64px; */
        grid-template-rows: auto 0fr;
        background: #e6e6e67c;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1.5px solid #ffffff3d;
        border-radius: 32px;
        pointer-events: auto;
        overflow: hidden;
        box-shadow: 0 5px 24px #00000020;

        /* 描画コスト最適化 (GPUアクセラレーションの強制) */
        transform: translateZ(0);
        backface-visibility: hidden;
        perspective: 1000px;
        contain: paint;
        /* レンダリング時の再計算を内部に留める */
        will-change: width, background, backdrop-filter, border-radius;

        transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1),
            grid-template-rows 0.6s cubic-bezier(0.16, 1, 0.3, 1),
            background 0.4s ease,
            backdrop-filter 0.4s ease,
            border-radius 0.2s ease;
    }

    .NavLogo {
        margin: 0px 0px 0px 16px;
        max-width: 104px;
        width: 22vw;
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .NavLogo img {
        transition: opacity 0.4s ease;
        max-width: 104px;
        width: auto;
        height: auto;
    }

    .logo-white {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
    }

    .is-open .logo-black {
        opacity: 0;
    }

    .is-open .logo-white {
        opacity: 1;
        pointer-events: auto;
    }

    .MenuButton {
        user-select: none;
        width: 200px;
        max-width: 100%;
        min-width: 0;
        height: 54px;
        border-radius: 26px;
        border: none;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: url("../Img/Cursor/Point.svg"), auto;

        /* transition: all を避けてGPU処理に特化 */
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
            background-color 0.2s ease, width 0.2s ease, border-radius 0.2s ease;
        will-change: transform, background-color, width, border-radius;
    }

    .MenuButton span {
        color: #1B1B1B;
        font-size: 24px;
        font-variation-settings: 'wght' 500;
        line-height: 1;
    }

    .MenuButton:hover {
        background: #ffffff83;
        transition: all 0.2s;
    }

    .MenuButton:active {
        width: 168px;
        max-width: 100%;
        border-radius: 16px;
        transition: all 0.2s;
    }

    .NavContainer:has(.MenuButton:active) {
        border-radius: 20px;
    }

    .FloatingNav.is-open .NavContainer:has(.MenuButton:active) {
        border-radius: 32px 20px 32px 32px;
    }


    .FloatingNav.is-open .NavContainer {
        cursor: url("../Img/Cursor/Cursor.svg"), auto;
        grid-template-rows: auto 1fr;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
        background: rgba(10, 10, 10, 0.95);
        box-shadow: none;
        max-height: calc(100dvh - 32px);
    }


    .NavRightContent {
        width: 100%;
        min-width: 0;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;

    }

    .NavTopRow {
        cursor: url("../Img/Cursor/Cursor.svg"), auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4px;
        gap: 8px;
        box-sizing: border-box;
    }

    .NavSideImage {
        display: none;
        flex-grow: 1;
        margin: 8px 16px;
        height: 20dvh;
        overflow: hidden;
        border-radius: 32px;

        opacity: 0;
        transform: scale(0.95);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .FloatingNav.is-open .NavSideImage {
        opacity: 1;
        transform: scale(1);

        transition: opacity 0.4s ease 0.3s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
    }

    .NavSideImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .NavLeftContent {
        box-sizing: border-box;
        padding: 0;
        min-height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s;
    }

    .MenuList {
        padding: 24px 24px 8px 24px;
        display: flex;
        flex-direction: column;
    }

    .MenuDescription {
        padding: 0 24px 24px 24px;
    }

    .FloatingNav.is-open .NavLeftContent {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.4s ease 0.2s;
        overflow-y: auto;
    }

    .MenuLink {
        user-select: none;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #ffffff;
        font-family: 'Roboto Flex', sans-serif;
        margin-bottom: 16px;
        transition: transform 0.3s ease;
    }

    .MenuLink .icon {
        font-size: 48px;
        margin-right: 16px;

        font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
        transition: all 0.2s;
    }

    .MenuLink .text {
        font-size: 38px;
        font-variation-settings: "wdth" 10, "wght" 200;
        transition: font-variation-settings 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }



    .MenuLink:active .icon {
        font-variation-settings: 'FILL' 1;
        transform: scale(1.2);
        transition: all 0.2s;
    }

    .MenuLink:active .text {

        font-variation-settings: "wdth" 200, "wght" 1000;
    }

    .MenuDescription {
        overflow: hidden;
        color: #ffffff;
        font-size: 16px;
        line-height: 1.6;
        margin-top: 24px;
        display: none;
    }


    .NavOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100dvh;
        background: rgba(0, 0, 0, 0.2);

        backdrop-filter: blur(4px);

        /* -webkit-backdrop-filter: blur(8px); */
        opacity: 0;
        visibility: hidden;
        z-index: 900;

        transition: opacity 0.5s ease, visibility 0.5s ease;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;

        will-change: opacity;
    }


    .FloatingNav.is-open~.NavOverlay,

    .NavOverlay.active {
        opacity: 1;
        visibility: visible;
    }


    .GlobalMenuBackgroundLabel {
        position: fixed;
        top: 60px;

        left: 60px;

        z-index: 500;


        font-family: 'Roboto Flex', sans-serif;
        font-size: 12vw;

        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;


        color: transparent;
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);


        opacity: 0;
        pointer-events: none;

        transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        transform: translateX(-20px);
    }


    .GlobalMenuBackgroundLabel.active {
        opacity: 1;
        transform: translateX(0);
    }


    .GlobalMenuLabel {
        display: none;
        position: fixed;
        top: 40px;
        left: 40px;
        z-index: 950;


        font-family: 'Roboto Flex', sans-serif;
        font-size: 48px;

        font-weight: 1000;
        font-variation-settings: "wdth" 1000;



        color: transparent;

        -webkit-text-stroke: 1px rgba(255, 255, 255, 1);



        opacity: 0;
        transform: translateY(-20px);
        visibility: hidden;
        transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        pointer-events: none;

    }


    .GlobalMenuLabel.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition-delay: 0.1s;

    }

    .WorksContainer {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin: 0 auto 0 auto;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        background-color: #FFFFFF;
        border-radius: 32px;
        padding: 16px;
        box-sizing: border-box;
        transition: all 0.2s;
    }

    .WorksContainerImage {
        border-radius: 16px;
        width: 100%;
        aspect-ratio: 16 / 11;
        object-fit: cover;

    }

    .WorksContainer:active {
        transition: all 0.2s;
        transform: scale(1.02);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .WorksContainerTime {
        padding: 0px 0px 0px 8px;
        color: #8E8E8E;
        display: flex;
        place-items: center;
        gap: 4px;
    }

    .WorksContainerTime span {
        font-size: 16px;
    }

    .WorksContainerTitle {
        padding: 0 0 0 8px;
        font-size: 38px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
        color: #1B1B1B;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .WorksContainerText {
        font-size: 16px;
        line-height: 28px;
        padding: 0 0 0 8px;
        color: #1B1B1B;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .BlockContainer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        width: calc(100% - 32px);
        margin: 0 auto 16px auto;
    }



    .WorksModal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2000;
        background: transparent;
        pointer-events: none;
    }



    .WorksModal.active {
        pointer-events: auto;
    }


    .ModalActions {

        position: relative;
        width: calc(100% - 32px);
        display: flex;
        gap: 10px;
        z-index: 2100;
        padding: 12px 0 8px 0;
        flex-shrink: 0;
        justify-content: flex-end;
    }

    .ActionBtn {
        user-select: none;
        background: white;
        border: none;
        width: 72px;
        height: 40px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        cursor: url("../Img/Cursor/Point.svg"), auto;
        transition: all 0.2s;
        color: #1B1B1B;
    }

    .ActionBtn:active {
        width: 56px;
        border-radius: 8px;
        transition: all 0.2s;
    }

    .ActionBtn.Close {
        background: #1B1B1B;
        color: white;
        cursor: url("../Img/Cursor/Point.svg"), auto;
    }

    .ActionBtn.Close:active {
        background: #c61a1a;
    }


    .ModalContent {
        width: calc(100% - 32px);
        height: calc(95dvh - 104px);
        max-height: 92dvh;
        background: #b1b1bb;
        border-radius: 24px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        box-sizing: border-box;
        flex-shrink: 0;
    }


    .ModalBody {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        gap: 8px;
        padding: 12px 12px 8px 12px;
        margin: 0 auto;
        height: 100%;
        overflow: hidden;
    }

    .ModalLeft {
        width: 100%;
        box-sizing: border-box;
        flex: 1 1 0;
        /* min-height: 0; */
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 6px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin: auto;
    }

    .ModalLeft::-webkit-scrollbar {
        display: none;
    }

    .ModalBox {
        background: white;
        border-radius: 16px;
        box-sizing: border-box;
    }

    .ModalMainImage {
        width: auto;
        height: 100%;
        margin: auto;
        object-fit: contain;
    }


    .ModalBox.MainImageBox {
        width: 100%;
        flex-shrink: 0;
        overflow: hidden;
        line-height: 0;
        font-size: 0;
        background: #202020;
        aspect-ratio: 16 / 9;
        min-height: 0;
    }

    .BoxLabel {
        display: none;
        font-size: 16px;
        color: #aaa;
        margin: 0 0 12px 0;
        font-family: 'Plus Jakarta Sans';
    }

    .InfoGrid {
        display: grid;
        grid-template-columns: 0.3fr 1fr;
        gap: 12px;
    }

    .InfoItem {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #666;
        font-size: 16px;
    }

    .DetailTitle {
        color: #1b1b1b;
        margin: 0;
        font-size: 24px;
        font-weight: 800;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
    }

    .DetailDescription {
        line-height: 24px;
        color: #1b1b1b;
        font-size: 14px;
    }


    .ModalSlider {
        display: flex;
        flex-direction: row;
        gap: 8px;
        box-sizing: border-box;
        padding: 0 4px;
    }

    .ModalRight {

        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;

        padding-bottom: 4px;

        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .ModalRight::-webkit-scrollbar {
        display: none;
    }

    .SlideItem {

        flex: 0 0 calc(75vw - 40px);
        max-width: 280px;
        aspect-ratio: 16/9;
        background: white;
        border-radius: 16px;
        padding: 4px;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        transition: all 0.2s;
        border: 3px solid transparent;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        scroll-snap-align: start;
    }

    .SlideItem.active {
        border: 3px solid #007AFF;
        border-radius: 16px;
        transition: all 0.2s;
        animation: SlideItemActive 0.35s ease;
    }

    @keyframes SlideItemActive {
        0% {
            border-radius: 16px;
        }

        30% {
            border-radius: 32px;
        }

        60% {
            border-radius: 12px;
        }

        100% {
            border-radius: 16px;
        }
    }

    .SlideItem img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
        transition: all 0.2s;
        display: block;
    }

    .SlideItem.active img {
        border-radius: 10px;
        transition: all 0.2s;
        animation: SlideItemImgActive 0.35s ease;
    }

    @keyframes SlideItemImgActive {
        0% {
            border-radius: 4px;
        }

        30% {
            border-radius: 26px;
        }

        60% {
            border-radius: 6px;
        }

        100% {
            border-radius: 10px;
        }
    }

    .SlideLabel {
        display: none;
        font-size: 16px;
        color: #888;
        margin-bottom: 8px;
    }


    .TitleTimeRow {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .ModalTimeDisplay {
        display: none;
        align-items: center;
        gap: 8px;
        color: #8E8E8E;
        font-size: 16px;
    }


    .InfoBox {
        width: 100%;
        padding: 12px 16px;
        border-radius: 16px 16px 4px 4px;
        min-height: 44px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
    }

    .DetailTextBox {
        min-height: 0;
        width: 100%;
        box-sizing: border-box;
        margin-top: 4px;
        padding: 16px 8px 16px 16px;
        border-radius: 4px 4px 16px 16px;
        background: white;

        flex: 1 1 0;
        overflow-y: auto;
        display: block;
    }

    .page-creation .DetailTextBox {
        margin-top: 2px;
    }


    .ThumbnailWrapper {
        position: relative;
        width: 100%;
        border-radius: 8px;
    }

    .YoutubeBadge {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        box-sizing: border-box;
    }

    .YoutubeBadge img {
        filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.45));
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        border-radius: 0 !important;
    }




    #works-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        display: flex;

        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
        will-change: opacity, backdrop-filter;
    }

    #works-modal.active {
        opacity: 1;
        visibility: visible;
        background-color: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }


    .ModalContent {
        transform: scale(0.95);
        transition: transform 0.3s ease;
    }

    #works-modal.active .ModalContent {
        transform: scale(1);
    }

    .CreationTitle {
        display: flex;
        width: calc(100% - 32px);
        margin: 168px auto 104px auto;
        align-items: center;
        place-content: center;
    }

    .CreationTitle:before {
        margin-right: 16px;
    }

    .CreationTitle:after {
        margin-left: 16px;
    }

    .CreationTitle:before,
    .CreationTitle:after {
        content: "";
        border-top: 2.5px solid #1B1B1B;
        flex-grow: 1;
    }

    .CreationTitleText {
        font-size: 64px;
        margin: auto 0px auto 16px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-SemiBold);
        display: flex;
        align-items: center;

    }

    .CreationText {
        display: none;
        color: #1B1B1B;
        font-size: 16px;
        margin: auto auto auto 16px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Light);
    }

    .CreationVideoBlockContainer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        width: calc(100% - 80px);
    }


    .iframeVideo {
        aspect-ratio: 16 / 9;
        border-radius: 32px;
        border: solid 4px #000000;
        width: 100%;
        box-sizing: border-box;
        margin: auto auto 24px auto;
    }

    .CreationContainerTime {
        color: #8E8E8E;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        font-size: 16px;
        white-space: normal;
    }

    .CreationVideoText {
        line-height: 40px;
        color: #1B1B1B;
        text-align: left;
        gap: 4px;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        margin-bottom: 48px;
    }

    .MainImgGame {
        user-select: none;
        width: 168px;
        height: auto;
        object-fit: cover;
        border-radius: 32px;
        pointer-events: none;
        display: block;
        flex-shrink: 0;
        margin: auto;
        transition: all 0.2s;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    }

    .PickupContainerGame {
        width: 100%;
        margin: 0px auto 0 auto;
        overflow: hidden;
        display: block;

    }

    .PickupTitleGame {
        font-size: 38px;
        margin-top: 24px;
        margin-bottom: 24px;
        color: #1B1B1B;
        text-align: center;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
    }

    .AIPreview {
        display: none;
        height: 272px;
        background-image: url("../Img/Comingsoon.webp");
        background-size: cover;
        margin: 24px;
        border-radius: 32px;
    }

    .CreationAIContainerTitle {
        border-bottom: solid 2px rgba(230, 230, 230, 30%);
        padding: 16px;
        font-size: 38px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
        color: #1B1B1B;
        display: flex;
        gap: 4px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .WorldContainer {
        width: calc(100% - 32px);
        background-color: #FFFFFF;
        background-size: cover;
        margin: 16px auto 16px auto;
        border-radius: 32px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px;
        overflow: hidden;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        transition: all 0.2s;
    }

    .WorldContainer:active {
        transform: scale(1.02);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }


    .WorldContainer>div:first-child,
    .WorldImageMixs>div {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 16px;
    }

    .WorldImage {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        transition: all 0.2s;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        pointer-events: auto;
    }

    .WorldImage:hover {
        /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); */
        transition: all 0.2s;
    }

    .WorldImage:active {
        border-radius: 40px;
        transition: all 0.2s;
    }

    .WorldImageMixs {
        width: 100%;
        position: relative;
        object-fit: cover;
        border-radius: 32px;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 0fr 0fr;

    }

    .WorldText {
        margin: 0px auto 16px 0px;
        font-size: 38px;
        display: flex;
        align-items: center;
        text-align: left;

        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
    }

    .CreationTextBox {
        margin: 16px 0px;
    }

    .CarouselGridGame {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 1fr;
        gap: 64px;
        width: calc(100% - 32px);
    }

    .CarouselGridOther {
        display: grid;
        margin: 0 auto;
        grid-template-columns: 1fr;
        gap: 32px;
        width: calc(100% - 32px);
    }

    .MainImgOther {
        width: 100%;
        border-radius: 32px;
        height: 168px;
        transition: all 0.2s;
        margin-bottom: 16px;
    }

    .PickupContainerOther:active .MainImgOther {
        border-radius: 84px;
    }

    .CarouselItem img.MainImgOther {
        user-select: none;
        width: 100%;
        object-fit: cover;
        pointer-events: none;
        display: block;
        flex-shrink: 0;
        border-radius: 32px;
    }

    .PickupContainerOther {
        position: relative;
        width: 100%;


        margin: 0px auto 0 auto;
        overflow: hidden;
        display: block;
        transition: all 0.2s;

    }

    .CreationOtherText {
        display: none;
        font-size: 16px;
        padding: 16px;
        color: #1B1B1B;
        align-items: center;
        text-align: center;
        gap: 4px;
        justify-content: center;
        align-items: center;
    }

    .PickupTitleOther {
        font-size: 38px;
        color: #1B1B1B;
        text-align: center;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
    }

    .PolicyContainer {
        width: calc(100% - 32px);
        max-width: 720px;
        margin: 168px auto 168px auto;
    }

    .PolicyTitle {
        font-size: 38px;
        color: #1B1B1B;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: var(--this-site-Medium);
        margin-bottom: 16px;
    }

    .PolicyText {
        font-size: 16px;
        color: #1B1B1B;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: var(--this-site-Regular);
        line-height: 38px;
    }

    .SeparatorLine {
        border-bottom: 2px solid #8E8E8E;
        width: calc(100vw - 80px);
        margin: auto;
    }

    .PolicyOKSpace {
        width: calc(100vw - 80px);
        margin: auto;
        text-align: center;
    }

    .PolicyOK {
        height: auto;
        margin: auto 16px;
    }

    .PolicyOKTitle {
        font-size: 38px;
        color: #1B1B1B;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
    }

    .PolicyOKText {
        font-size: 16px;
        margin-top: 16px;
        color: #8E8E8E;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: var(--this-site-Regular);
    }

    a:has(> .PickupButton) {
        display: flex;
        justify-content: center;
        width: 100%;
        text-decoration: none;
    }

    .LinkText {
        color: #1c5cff;
    }

    .ButtonBig {
        position: relative;
        z-index: 10;
        margin: auto;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        color: #ffffff;

        background-image: linear-gradient(150deg,
                #1c5cff 0%,
                #52e0ff 50%,
                #ff1c55 50%,
                #ff52c2 100%);
        background-size: 260% auto;

        background-position: left center;

        font-size: 24px;
        text-align: center;
        border: none;
        border-radius: 64px;
        display: flex;
        width: 272px;
        height: 64px;
        padding: 8px;
        transition: all 0.35s ease;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .ButtonBig.is-active {


        font-size: 24px;
        background-image: linear-gradient(143deg, #ff1c55 15%, #ff52c2);
        transition: all 0.35s ease;

    }

    .ButtonBigArrowBox {
        margin: 0 0 auto 0;
        font-size: 28px;
        background-color: #FFFFFF;
        height: 100%;
        width: 72px;
        border-radius: 36px;
        align-items: center;
        display: flex;
        justify-content: center;
        transition: all 0.35s;
    }

    .ButtonBigText {
        position: relative;
        margin: auto;
        color: #FFFFFF;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
        align-items: center;
        justify-items: center;
    }

    .ButtonBig:hover .ButtonBigArrowBox {

        transition: all 0.35s;

    }

    .ButtonBig:hover {
        background-position: right center;


        transition: all 0.35s;

    }

    .ButtonBig:hover:not(:disabled) .ButtonIcon {
        transform: translateX(8px);
        display: inline-block;
        background-position: right center;
        animation: ButtonArrowAnimation 0.35s ease;
    }

    .ButtonBig:hover:not(:disabled) .ButtonIcon-Top {
        transform: translateX(-8px);
        display: inline-block;
        background-position: right center;
        animation: ButtonArrow-TopAnimation 0.35s ease;
    }

    @keyframes ButtonArrowAnimation {
        0% {
            transform: translateX(0px);
        }

        30% {
            transform: translateX(12px);
        }

        60% {
            transform: translateX(6px);
        }

        100% {
            transform: translateX(8px);
        }
    }

    @keyframes ButtonArrow-TopAnimation {
        0% {
            transform: translateX(0px);
        }

        30% {
            transform: translateX(-12px);
        }

        60% {
            transform: translateX(-6px);
        }

        100% {
            transform: translateX(-8px);
        }
    }

    @keyframes ButtonBigAnimation {
        0% {
            border-radius: 48px;
        }

        30% {
            border-radius: 18px;
        }

        60% {
            border-radius: 32px;
        }

        100% {
            border-radius: 32px;
        }
    }

    @keyframes ButtonBigArrowBoxAnimation {
        0% {
            border-radius: 36px;
        }

        30% {
            border-radius: 2px;
        }

        60% {
            border-radius: 16px;
        }

        100% {
            border-radius: 8px;
        }
    }

    .ButtonMini {
        user-select: none;
        position: relative;
        z-index: 10;
        margin: auto auto 0 auto;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        color: #ffffff;
        background-image: linear-gradient(150deg,
                #1c5cff 0%,
                #52e0ff 50%,
                #ff1c55 50%,
                #ff52c2 100%);
        background-size: 260% auto;
        background-position: left center;
        font-size: 16px;
        text-align: center;
        border: none;
        border-radius: 32px;
        display: flex;
        width: 272px;

        padding: 10px 8px;
        transition: all 0.35s ease;
        align-items: center;
        justify-content: space-between;
    }

    .ButtonMini:hover {
        background-position: right center;


        transition: all 0.35s;

    }

    .ButtonMini:hover .ButtonMiniArrowBox {

        transition: all 0.35s;

    }

    .ButtonMiniArrowBox {
        right: 8px;
        color: #FFFFFF;
        height: 100%;
        width: 50px;
        border-radius: 32px;
        align-items: center;
        display: flex;
        justify-content: center;
        transition: all 0.35s;
        position: absolute
    }

    @keyframes ButtonMiniAnimation {
        0% {
            border-radius: 32px;
        }

        30% {
            border-radius: 6px;
        }

        60% {
            border-radius: 22px;
        }

        100% {
            border-radius: 16px;
        }
    }

    @keyframes ButtonMiniArrowBoxAnimation {
        0% {
            border-radius: 32px;
        }

        30% {
            border-radius: 2px;
        }

        60% {
            border-radius: 16px;
        }

        100% {
            border-radius: 8px;
        }
    }

    .ButtonMini:hover .ButtonMiniIcon {
        transform: translateX(8px);
        display: inline-block;
        background-position: right center;
        animation: ButtonArrowAnimation 0.35s ease;
    }

    .ButtonMiniText {
        position: relative;
        right: 8px;
        margin: auto;
        color: #FFFFFF;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
        align-items: center;
        justify-items: center;
    }

    .Pickup,
    .PickupImage,
    .ItemInnerContent,
    .CarouselItem {
        pointer-events: auto;
    }

    .ModalTextBoxGroup {
        flex: 1 1 0;
        /* min-height: 0; */
        display: flex;
        flex-direction: column;
    }

    summary {
        user-select: none;
        display: block;
        list-style: none;
    }

    summary::-webkit-details-marker {
        display: none;
    }

    .InfoWrapper {
        position: relative;
        top: 2px;
        height: 100%;
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: grid-template-rows 0.35s ease-out;
    }

    details[open] .InfoWrapper {
        max-width: 1024px;
        width: calc(100% - 32px);
        grid-template-rows: 1fr;
    }

    .animated-details .InfoWrapper {
        overflow: hidden;
        height: 0px;
        visibility: hidden;
        background-color: #FFFFFF;
        border-radius: 4px 4px 32px 32px;
        width: 720px;
        margin: auto;
        will-change: height, opacity;
    }

    .animated-details[open] .InfoWrapper {
        visibility: visible;
    }

    .Info {
        font-size: 16px;
        line-height: 28px;
        padding: 24px;
        color: #1B1B1B;
        opacity: 0;
        min-height: 0;
    }

    .InfoText {
        font-size: 16px;
        user-select: none;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        background-color: #FFFFFF;
        max-width: 1024px;
        width: calc(100% - 32px);
        margin: auto;
        padding: 16px;
        color: #8E8E8E;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border-radius: 32px;
        transition: all 0.2s;
    }

    .InfoText:active {
        max-width: 1056px;
        width: calc(100% - 16px);
        border-radius: 16px !important;
    }

    summary:active .InfoText {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    }

    details[open] .InfoText {
        border-radius: 32px 32px 4px 4px;
    }

    :root {
        --md-sys-color-primary: #3c69ff;
        --md-sys-color-surface-container: #f7f2fa;
        --md-outlined-text-field-container-shape: 24px;
        --md-outlined-text-field-top-space: 24px;
        --md-outlined-text-field-bottom-space: 24px;
        --md-outlined-text-field-label-text-size: 18px;
        --md-outlined-text-field-input-text-size: 20px;
        --md-outlined-select-text-field-container-shape: 24px;
        --md-outlined-select-label-text-size: 18px;
        --md-outlined-select-input-text-size: 20px;
        --md-menu-container-color: #ffffff;
        --md-menu-item-label-text-color: #1d1b20;
        --md-menu-item-selected-container-color: #f0f0f0;
        --md-menu-item-focus-container-color: #f5f5f5;
        --md-menu-item-hover-container-color: #f5f5f5;
        --md-outlined-text-field-label-text-color: #757575;
        --md-outlined-select-label-text-color: #757575;
        --md-outlined-text-field-leading-icon-color: #757575;
        --md-outlined-select-leading-icon-color: #757575;
    }

    .contact-section {
        max-width: 720px;
        width: calc(100% - 32px);
        margin: 60px auto;
        display: flex;
        justify-content: center;
        background-color: transparent;
    }

    .form-card {
        border-radius: 16px;
        width: 100%;
        box-sizing: border-box;
    }

    .Contact {
        margin-top: 32px;
        margin-bottom: 32px;
        font-family: 'Plus Jakarta Sans', 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 48px;
        text-align: center;
    }

    form.m3-form {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .field-group {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    md-outlined-text-field,
    md-outlined-select {
        width: 100%;
        background-color: #FFFFFF;
        border-radius: 32px;

        --md-outlined-text-field-outline-width: 0px;
        --md-outlined-text-field-focus-outline-width: 0px;
        --md-outlined-text-field-hover-outline-width: 0px;

        --md-outlined-select-text-field-outline-width: 0px;
        --md-outlined-select-text-field-focus-outline-width: 0px;
        --md-outlined-select-text-field-hover-outline-width: 0px;
    }

    md-outlined-select {
        height: 80px;
        display: flex;
        align-items: center;
    }

    md-select-option {
        background-color: #ffffff;
        --md-menu-item-container-color: #ffffff;
    }

    label.group-label {
        font-weight: 600;
        color: #1d1b20;
        margin-bottom: 8px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 16px;
    }

    .material-symbols-outlined {
        font-family: 'Material Symbols Outlined' !important;
        font-size: 20px !important;
    }

    .submit-button-container {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

    #site-loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        z-index: 100000;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.8s ease, visibility 0.8s;
    }

    .loader-content {
        text-align: center;
        width: 320px;
    }

    .loader-percentage {
        /* font-family: 'Google Sans Flex', sans-serif; */
        font-family: 'Google Sans Flex', sans-serif;
        font-weight: 200;
        font-variation-settings:
            "slnt" 10,
            "wdth" 40,
            "GRAD" 100,
            "ROND" 0;
        font-size: 64px;
        color: #1B1B1B;
        line-height: 1;
        margin-bottom: 20px;
    }

    .loader-percentage::after {
        content: '%';
        font-size: 18px;
        margin-left: 4px;
    }

    .loader-bar-container {
        position: relative;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .track-mask,
    .progress-mask {
        position: absolute;
        height: 100%;
        overflow: hidden;
        transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .track-mask {
        right: 0;
        z-index: 1;
    }

    .progress-mask {
        left: 0;
        z-index: 2;
        border-radius: 100px;
    }

    .wavy-wrapper {
        width: 2100px;
        display: flex;
        align-items: center;
        height: 100%;
    }

    @keyframes wave-scroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-60px);
        }
    }

    .animate-wavy {
        animation: wave-scroll 0.6s linear infinite;
        will-change: transform;
    }

    .loader-text {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #8E8E8E;
    }

    .loader-skip-btn {
        margin-top: 30px;
        padding: 10px 24px;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 100px;
        color: #1B1B1B;
        font-size: 12px;
        font-weight: 600;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
    }

    .loader-skip-btn.show {
        opacity: 1;
        visibility: visible;
    }

    .loader-skip-btn:hover {
        background: #1B1B1B;
        color: #fff;
    }

    .Thumbnail-nikkun-Portfolio {
        width: 100%;
        height: auto;
        display: block;
    }

    .Thumbnail-nikkun-img {
        height: 100%;
        position: absolute;
        bottom: 0;
        left: -168px;
    }

    #navOverlay {
        transform: translateZ(0);
    }

    .NotFoundfooter {
        width: 100%;
        background-color: #FFFFFF;
        height: auto;
        padding-top: 104px;
        padding-bottom: 104px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .NotFoundFooterMenu {
        width: calc(100% - 32px);
        display: grid;
        grid-template-columns: 1fr;

        gap: 8px 40px;
        margin: 32px 24px 0 24px;
        justify-content: left;
    }

    .NotFoundMenuText {
        cursor: url("../Img/Cursor/Point.svg"), auto;
        user-select: none;
        color: #1B1B1B;
        text-align: left;
        font-size: 38px;
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        font-variation-settings:
            "slnt" 0,
            "wdth" 10,
            "GRAD" 0,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712;
        transition: all 0.1s;
    }

    .NotFoundMenuText::after {
        content: attr(data-text);
        height: 0;
        visibility: hidden;
        overflow: hidden;
        user-select: none;
        pointer-events: none;
        font-weight: 1000;
        font-variation-settings:
            "slnt" 0, "wdth" 150, "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
    }

    .NotFoundMenuText:active {
        font-weight: 1000;
        font-variation-settings:
            "slnt" 0, "wdth" 150, "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
    }

    .NotFoundText {
        width: calc(100% - 32px);
        color: #272727;
        text-align: left;
        margin: auto;
        font-size: 16px;
        font-weight: var(--this-site-Regular);
    }

    .NotFoundTitle {
        color: #1B1B1B;
        text-align: center;
        font-size: 64px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
        font-style: italic;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 272px 24px 0px 24px;
        overflow-wrap: break-word;
    }

    .NotFoundinfo {
        margin: 4px 24px auto 24px;
        color: #8E8E8E;
        display: flex;
        align-items: center;
        text-align: center;
        gap: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }

    .Quote {
        color: #1B1B1B;
        display: flex;
        align-items: center;
        text-align: center;
        gap: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        margin: 64px 24px;
    }

    .NotFoundImage {
        user-select: none;
        width: calc(100% - 32px);
        height: auto;
        margin: auto;
        display: block;
        image-rendering: pixelated;
    }

    .PolicyContactText {
        font-size: 16px;
        color: #1B1B1B;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: var(--this-site-Regular);
        margin: 64px auto 168px auto;
        width: calc(100% - 32px);
    }

    .MyFriendsimg {
        width: 104px;
        height: 104px;
        margin: auto;
        aspect-ratio: 1/1;
        border-radius: 50%;
    }

    .MyFriendsAbout {
        display: flex;
    }

    .MyFriendsName {
        font-size: 38px;
        margin: auto 0px 16px 16px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-SemiBold);
        display: flex;
        align-items: center;
        width: 100%;
    }

    .MyFriendsProfileText {
        font-size: 16px;
        margin: auto 0 auto 16px;
        color: #8E8E8E;
        text-align: left;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Light);
    }

    .MyFriendsAboutContainer {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .MyFriendsPortfolioimg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
        display: block;
        min-height: 0;
        cursor: url("../Img/Cursor/Point.svg"), auto;
    }

    .MyFriendsPortfolioimg:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
        transition: all 0.2s;
    }

    .MyFriendsPortfolioimg:active {
        border-radius: 40px;
        transition: all 0.2s;
    }

    .MyFriendsContainer {
        height: 440px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 24px;
        padding: 16px;
        background-color: rgba(255, 255, 255, 100%);
        border-radius: 32px;
        margin: 24px auto;
        max-width: 1152px;
        width: calc(100% - 32px);
        overflow: hidden;
        transition: all 0.2s;
    }

    .MyFriendsContainer:active {
        transform: scale(1.02);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    p {
        margin-bottom: 8px;
    }

    .ContactSvgdiv {
        display: flex;
        width: 100%;
    }

    .ContactSvg {
        margin: 64px auto 0 auto;
        height: auto;
        width: 104px;
    }

    .SNSIcons {
        display: flex;
        align-items: center;
        gap: 16px;
        justify-content: center;
    }

    .loader-bubble {
        font-size: 16px;
        width: max-content;
        max-width: calc(100dvw - 48px);
    }

    #Creation_World_Thumbnail {
        display: none;
    }

    .AboutMain {
        max-width: 1152px;
        margin: 104px 16px;
        /* padding: 100px 16px; */
    }

    .VideoContainer {
        max-width: 1152px;
        margin: 0 16px;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .AboutHero {
        text-align: center;
        max-width: 1152px;

        margin: 0 auto 120px auto;
    }

    .HeroText {
        font-size: 64px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 800;
        font-style: italic;
        margin-bottom: 40px;
        color: #1B1B1B;
        text-align: left;
    }

    .HeroSubText {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 60px;
        color: #1B1B1B;
        text-align: left;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .HeroDescription {
        font-size: 16px;
        line-height: 2;
        color: #1B1B1B;
        max-width: 800px;
        margin: 0 auto;
        text-align: left;
    }

    .HeroDescription p {
        margin-bottom: 24px;
    }

    .AboutTimeline {
        margin-bottom: 160px;
        display: flex;
        justify-content: center;
    }

    .TimelineContainer {
        overflow-wrap: break-word;
        position: relative;
        padding-left: 40px;
        max-width: 1152px;
        width: calc(100% - 48px);
    }

    .TimelineContainer::before {
        content: '';
        position: absolute;
        left: 7.5px;
        top: 10px;
        bottom: 10px;
        width: 3px;
        background: #ccc;
    }

    .TimelineItem {
        position: relative;
        margin-bottom: 60px;
        padding-left: 20px;
    }

    .TimelineItem:last-child {
        margin-bottom: 0;
    }

    .TimelineDot {
        position: absolute;
        left: -40px;
        top: 6px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: white;
        border: 3px solid #2cadff;
        z-index: 2;
    }

    .TimelineItem--Special .TimelineDot {
        width: 64px;
        height: 64px;
        left: -64px;
        bottom: 64px;
        border-radius: 0;
        background-color: transparent !important;
        background-image: url("../Img/About_Point.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        border: none;
        clip-path: none;
        z-index: 3;
    }


    .TimelineDate {
        font-size: 16px;
        color: #999;
        margin-bottom: 12px;

    }

    .TimelineContent {
        font-size: 24px;
        font-weight: 600;
        color: #5b5b5b;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .TimelineItem--Special .TimelineContent {
        font-size: 38px;
        font-weight: 600;
        color: #1B1B1B;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .AboutFeatures {

        max-width: 1152px;
        margin: 0 auto 120px auto;
        font-size: 16px;
    }

    .FeatureItem {
        flex-direction: column;
        align-items: flex-start;

        margin-bottom: 64px;
    }

    .FeatureItem:last-child {
        margin-bottom: 0;
    }

    .FeatureImage {
        position: relative;
        width: 100%;

        height: auto;
        border-radius: 32px;
        overflow: hidden;
        flex-shrink: 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        aspect-ratio: 16/9;
    }

    .FeatureImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .FeatureText h3 {
        font-family: 'Plus Jakarta Sans', sans-serif;

        font-size: 38px;
        font-weight: 700;
        line-height: 1.3;

        color: #1B1B1B;
    }

    .FeatureText {
        gap: 40px;
        line-height: 28px;
    }

    .iframeVideoAbout {
        border-radius: 32px;
        border: solid 4px #000000;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        margin: auto auto 24px auto;
    }

    /* スマホなどで縦幅が狭い場合（例：正方形に近い、分割画面、横長の比率）のレイアウト調整 */
    @media screen and (min-aspect-ratio: 1/1.3) {
        .ModalContent {
            height: calc(100dvh - 80px);
            /* 上下の余白を縮める */
            max-height: calc(100dvh - 80px);
        }

        .ModalBody {
            overflow-y: auto;
            padding: 12px 0px 8px 12px;
            display: block;
            height: 100%;
        }

        .ModalLeft {
            display: flex;
            flex: none;
            overflow: visible;
            min-height: auto;
            margin-bottom: 16px;
        }

        .ModalBox.MainImageBox {
            height: auto;
            width: 100%;
            margin: 0 auto 8px auto;
            /* aspect-ratio: 16 / 9; */
            flex-shrink: 0;
            display: flex;
            justify-content: center;
        }

        .ModalBox.MainImageBox img {
            object-fit: contain;
        }

        .DetailTextBox {
            overflow: visible;
            height: auto;
            flex: none;
            display: block;
        }
    }

    .ItemTitle {
        font-size: 38px;
        color: #1B1B1B;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
    }

    .ItemText {
        font-size: 16px;
        color: #1B1B1B;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: var(--this-site-Regular);
        line-height: 28px;
    }

    .DesignContent {
        width: calc(100% - 32px);
        margin: 272px auto;
        gap: 48px;
        display: flex;
        flex-direction: column;
    }

    .ItemFrame {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        border-radius: 32px;
        overflow: hidden;
        flex-shrink: 0;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    }

    .ItemFrame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ItemFrameGroup1 {
        width: 100%;
        height: auto;
        display: grid;
        gap: 16px;
        box-sizing: border-box;
        grid-template-columns: 1fr;
    }

    .ItemFrameGroup2 {
        width: 100%;
        height: auto;
        display: grid;
        /* gap: 38px; */
        box-sizing: border-box;
        grid-template-columns: 1fr;
    }

    .ItemFrameText {
        align-items: center;
        margin: auto auto 104px auto;
        width: 100%;
        font-size: 16px;
    }

    .MenuSettings {
        margin-top: 16px;
        padding: 16px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    #Credit {
        left: 16px;
    }

    .loader-gif-container {
        width: 144px;
        height: 144px;
        margin-bottom: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        user-select: none;
        cursor: url("../Img/Cursor/Point.svg"), auto;
    }

    .ModalLoader {
        position: fixed;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%) translateY(150px);
        width: calc(100% - 32px);
        background: #e6e6e67c;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1.5px solid #ffffff3d;
        border-radius: 32px;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
    }

    .ModalLoader.active {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    .ModalLoaderContent {
        padding: 10px 8px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .ModalLoaderText {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #1b1b1b;
    }

    .ModalLoaderRow {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .ModalLoaderBarContainer {
        flex: 1;
        position: relative;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .ModalLoaderBarContainer svg {
        height: 40px;
        display: block;
    }

    .modal-track-mask,
    .modal-progress-mask {
        position: absolute;
        height: 100%;
        overflow: hidden;
        transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .modal-track-mask {
        right: 0;
        z-index: 1;
    }

    .modal-progress-mask {
        left: 0;
        z-index: 2;
        border-radius: 100px;
    }

    .ModalLoaderPercentage {
        font-family: 'Google Sans Flex', sans-serif;
        font-size: 24px;
        color: #1b1b1b;
        min-width: 64px;
        text-align: right;
        font-variation-settings: "slnt" 10, "wdth" 40, "wght" 200, "GRAD" 100, "ROND" 0;
        white-space: nowrap;
    }

    .ModalLoaderPercentUnit {
        font-size: 14px;
        margin-left: 2px;
        opacity: 0.6;
        color: #1b1b1b;
    }
}

img {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
    -webkit-touch-callout: none;
}