html {
    scrollbar-gutter: stable;
    overflow-y: scroll;
}

@media screen and (min-width: 1280px) {

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

    html {
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    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;
        background-attachment: fixed;
        position: relative;
        overflow-x: hidden;
    }

    body::before {
        content: "";
        position: fixed;
        top: -100%;
        left: -100%;
        width: 300%;
        height: 300%;
        background-image: url("../Img/nikkunWOW.webp");
        background-size: 50vw;
        background-repeat: repeat;
        transform: rotate(20deg);
        animation: backgroundTransform 20s 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(50vw, 0);
        }
    }

    .thumbnail {
        position: relative;
        width: 100%;
        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: 440px;
        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 {
        max-width: 900px;
        width: calc(50% - 16px);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 64px;
        bottom: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;

        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: 32px;
        font-size: 220px;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
    }

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

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

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

    .AboutContainer {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        max-width: 1152px;
        width: calc(100% - 80px);
        margin: 0 auto;
        /* border: solid 3px rgba(230, 230, 230, 30%); */
        border-radius: 64px;
        background-color: rgba(255, 255, 255, 100%);
        position: relative;
        z-index: 2;
        padding: 32px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03);
    }

    .Icon {
        margin-left: 0;
        min-width: 0;
        width: calc(50% - 64px);
    }

    .IconImage {
        margin-left: 0;
        display: flex;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1/1.2;
        border-radius: 32px;
    }

    .AboutDetails {
        display: flex;
        flex-direction: column;
        margin: auto auto auto 64px;
        gap: 32px;
        min-width: 0;
        /* width: calc(70% - 64px *2); */
        height: 100%;
    }

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

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

    .Name {

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

    .Introduction {

        font-size: 18px;
        color: #1B1B1B;
        text-align: left;
        line-height: 32px;
    }

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

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

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

    .MyChip {
        max-width: 712px;
        min-width: 200px;
        height: 168px;
        /* border: solid 3px rgba(230, 230, 230, 30%); */
        border-radius: 32px;
        background-color: rgba(255, 255, 255, 100%);
        padding: 16px;
        display: flex;
        margin-top: 24px;
        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: 32px;
        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: 32px;
        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: 16px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Light);
        color: #8E8E8E;
        text-align: center;
    }

    .ChipSubText {
        font-size: 18px;
        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 1fr;
        gap: 24px;
        width: calc(100% - 80px);
        max-width: 1152px;
        margin: 0 auto;
    }



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

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

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

    .CategoryCreationBigTitle {
        color: #1B1B1B;
        text-align: center;
        font-size: 104px;
        font-weight: 500;
        font-family: 'Google Sans Flex', sans-serif;
        font-optical-sizing: auto;
        font-variation-settings:
            "slnt" 0,
            "wdth" 65,
            "GRAD" 0,
            "ROND" 0;
        display: flex;
        align-items: center;
        justify-content: center;
        /* padding-left: 168px; */
        /* padding-right: 168px; */
        width: 100%;
        max-width: 1152px;
        box-sizing: border-box;
        margin: auto auto 0px auto;
    }

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

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

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

    .CategoryInfo {
        line-height: 32px;
        color: #272727;
        text-align: center;
        margin: 64px auto 0 auto;
        font-size: 18px;
        font-weight: var(--this-site-Regular);
    }

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

    .ContactBigButton {
        text-align: center;
        margin: 64px auto;
        width: fit-content;
    }

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

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

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

    .PickupTitle {
        margin: auto;
        font-size: 48px;
        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: 1.2;
    }

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

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

    .PickupText {
        display: none;
        margin-top: 16px;
        font-size: 18px;
        height: 104px;
        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: 64px;
        font-weight: 500;
        font-family: 'Google Sans Flex', sans-serif;
        font-optical-sizing: auto;
        font-variation-settings:
            "slnt" 0,
            "wdth" 65,
            "GRAD" 0,
            "ROND" 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 128px;
        padding-right: 128px;
        width: 100%;
        box-sizing: border-box;
    }

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

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

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

    .CategoryInfo_NoTopPadding {
        color: #1B1B1B;
        text-align: center;
        font-size: 18px;
        margin-top: 16px;
    }

    .PickupContainer {
        min-width: 440px;
        margin: 0px auto 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;
    }

    #left {
        margin-left: calc((100% - 1152px) / 2);
    }

    #right {
        margin-right: calc((100% - 1152px) / 2);
    }

    .CarouselItem {
        flex-shrink: 0;
        height: 100%;
        position: relative;
        will-change: width;
        pointer-events: none;
        box-sizing: border-box;
        width: 100%;
        min-width: 400px;
        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%;
        aspect-ratio: 1.4/1;
        height: auto;
        object-fit: cover;
        border-radius: 24px;
        pointer-events: none;
        display: block;
        flex-shrink: 0;
        transition: all 0.2s;
    }

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

    .ItemWorksContainerTextArea {
        padding: 38px 24px;
        gap: 16px;
        border-radius: 0 0 24px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transition: opacity 0.3s;
        flex: 1;
        justify-content: space-between;
    }

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

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

    .CarouselWrapper {
        position: relative;
        width: 100%;
        margin: 0 auto 32px auto;
    }

    .CarouselWrapper .CarouselGrid {
        margin-bottom: 0;
    }

    .ScrollButton {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 48px;
        height: 104px;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        z-index: 10;
        transition: all 0.15s ease;
    }

    .ScrollButton:hover {
        width: 56px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }

    .ScrollButton:active {
        border-radius: 32px;
        width: 64px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }

    .ScrollButton span {
        transition: all 0.15s ease;
        color: #1B1B1B;
        font-size: 32px;
        margin: 0;
    }

    .ScrollLeft span {
        margin-right: 2px;
    }

    .ScrollRight span {
        margin-left: 2px;
    }

    .ScrollLeft {
        border-radius: 12px 32px 32px 12px;
        left: 16px;
    }

    .ScrollRight {
        border-radius: 32px 12px 12px 32px;
        right: 16px;
    }


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

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

    .OtherCarouselGrid {
        display: grid;
        margin: 104px auto 0 auto;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
        width: calc(100% - 80px);
        max-width: 1152px;
        height: 440px;
        transition: grid-template-columns 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .OtherCarouselGrid:has(.OtherContent:nth-child(1) .OtherContent:active) {
        grid-template-columns: 1.1fr 0.95fr 0.95fr;
    }

    .OtherCarouselGrid:has(.OtherContent:nth-child(2) .OtherContent:active) {
        grid-template-columns: 0.95fr 1.1fr 0.95fr;
    }

    .OtherCarouselGrid:has(.OtherColumnGroup :active) {
        grid-template-columns: 0.95fr 0.95fr 1.1fr;
    }

    .OtherContent,
    .OtherMiniContent {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03);
        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: 100%;
        border-radius: 24px;
        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: 12px;
    }

    .OtherMiniContent {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-ExtraLight);
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 24px;
        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: 12px;
    }

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

    HeroSubText .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: 96px;
        left: 28px;
        font-size: 32px;
        z-index: 3;
        color: #ffffff;
    }

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


    .OtherTowGrid {
        display: grid;
        grid-template-rows: 1fr 1fr;
        gap: 24px;
        height: 100%;
    }

    .WhatDoYouAimFor {
        color: #1B1B1B;
        text-align: center;
        font-size: 128px;
        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;
        padding-top: 712px;
        width: 100%;
        box-sizing: border-box;
    }

    .WhatDoYouAimForImg {
        width: 100vw;
        height: auto;
        display: block;
        position: relative;
    }

    .WorksAndCreationContainer {
        margin: 168px auto 168px auto;
    }

    .Pickup {
        color: #1B1B1B;
        text-align: center;
        margin: auto;
        padding: 96px 0px 32px 0px;
        font-size: 40px;
        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;
        display: flex;
        width: calc(100% - 80px);
        max-width: 1152px;
        padding: 24px;
        border-radius: 72px;
        margin: 104px auto 24px auto;
        background-image: url("../Img/AllViewBackground2.webp");
        background-size: cover;
        background-position: left;
    }

    .AllViewContainerText {
        user-select: none;
        color: #1B1B1B;
        text-align: center;
        font-size: 38px;
        font-weight: var(--this-site-Medium);
        margin: auto;
        width: calc(100% - 440px);
    }

    .ContactBig:active span {
        transform: skewX(-15deg) scale(0.95);
    }

    footer {
        background-color: #FFFFFF;
        height: auto;
        padding-top: 64px;
        padding-bottom: 64px;
        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: 400px;
        height: auto;
        aspect-ratio: 4 / 1;
        display: block;
        margin: 0 auto;
    }

    .FooterMenu {
        display: flex;
        flex-wrap: wrap;
        gap: 32px 16px;
        width: calc(100% - 80px);
        margin: 0 auto;
        margin: 104px auto 0 auto;
        justify-content: center;
    }

    .MenuText {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        font-size: 48px;
        font-family: 'Roboto Flex', sans-serif;
        font-weight: 600;
        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;
        text-align: center;
    }

    .MenuText:hover {
        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;
    }

    .MenuText::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;
    }

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

    .Copyright {
        color: #272727;
        text-align: center;
        padding: 64px 0 0 0;
        margin: 104px 0 0 0;
        width: 70%;
        font-size: 21px;
        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: 40px;

        right: calc(40px + var(--scrollbar-width, 0px));
        z-index: 1000;
        pointer-events: none;

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

    .NavContainer {
        cursor: url("../Img/Cursor/Cursor.svg"), auto;
        display: flex;
        flex-direction: row-reverse;
        width: 340px;
        height: 94px;
        background: #e6e6e67c;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1.5px solid #ffffff3d;
        border-radius: 48px;
        pointer-events: auto;
        overflow: hidden;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
        transform: translateZ(0);
        will-change: width, height;
        transition: width 0.6s cubic-bezier(0.16, 1.12, 0.3, 1),
            height 0.6s cubic-bezier(0.16, 1.12, 0.3, 1),
            background 0.4s ease,
            backdrop-filter 0.4s ease,
            border-radius 0.2s ease;
        /* 視覚効果を抑えるがONのときのアニメーション設定にも目を向ける */
    }

    .MenuList {
        overflow-y: auto;
    }

    .NavLogo {
        margin: 0px 24px 0px 24px;
        width: 10vw;
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .NavLogo img {
        transition: opacity 0.4s ease;
        max-width: 120px;
        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: 138px;
        height: 75px;
        border-radius: 40px;
        border: none;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: url("../Img/Cursor/Point.svg"), auto;

        transition: all 0.2s;
    }

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

    .MenuButton:hover {
        background: #ffffff83;
        width: 168px;
    }

    .MenuButton:active {
        border-radius: 24px;
        width: 138px;
    }

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

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



    .FloatingNav.is-open .NavContainer {
        cursor: url("../Img/Cursor/Cursor.svg"), auto;
        width: 820px;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
        height: calc(100dvh - 80px);
        box-shadow: none;
        background: rgba(10, 10, 10, 0.95);
    }

    .NavRightContent {
        width: 340px;
        height: 100%;
        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: 8px;
        gap: 8px;
        box-sizing: border-box;
    }

    .NavSideImage {
        flex-grow: 1;
        margin: 0 16px 16px 0;
        overflow: hidden;
        border-radius: 28px;
        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 {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 64px 24px 64px 64px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s;
    }

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

    .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: 64px;
        margin-right: 20px;
        font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
        transition: all 0.2s;
    }

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

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

    .MenuLink:hover .icon {
        font-variation-settings: 'FILL' 1, 'wght' 500;
        transform: scale(1.1);
    }

    .MenuLink:hover .text {
        font-variation-settings: "wdth" 200, "wght" 1000;
    }

    .MenuLink:active .text {
        font-variation-settings: "wdth" 10, "wght" 200;
    }

    .MenuDescription {
        overflow: hidden;
        color: #ffffff;
        font-size: 2dvh;
        line-height: 1.6;
        display: none;
    }

    .NavOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100dvh;
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(8px);
        -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 {
        position: fixed;
        top: 40px;
        left: 40px;
        z-index: 950;
        font-family: 'Roboto Flex', sans-serif;
        font-size: 104px;
        font-weight: 1000;
        font-variation-settings: "wdth" 1000;
        color: transparent;
        -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
        opacity: 0;
        height: 100dvh;
        transform: translateY(-64px);
        visibility: hidden;

        transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
            transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
            visibility 0.5s cubic-bezier(0.16, 1, 0.3, 1),
            -webkit-text-stroke 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;

        cursor: url("../Img/Cursor/Point.svg"), auto;
        background-color: #FFFFFF;
        border-radius: 24px;
        padding: 24px;
        box-sizing: border-box;
        transition: all 0.2s;
        gap: 16px;
    }

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

    }

    .WorksContainer:hover {
        transition: all 0.2s;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
        transform: scale(1.01);
    }

    .WorksContainer:active {
        transition: all 0.2s;
        box-shadow: none;
        transform: scale(0.99);
    }

    .WorksContainerTime {

        color: #8E8E8E;
        display: flex;
        place-items: center;
        gap: 4px;
    }

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

    .WorksContainerTitle {

        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: 18px;
        color: #1B1B1B;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .BlockContainer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        max-width: 1152px;
        width: calc(100% - 80px);
        margin: 0 auto 104px auto;
    }

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




    .ModalOverlay {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1000;

        touch-action: none;
    }

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

    .ModalActions {

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

    .ActionBtn {
        user-select: none;
        background: white;
        border: none;
        width: 100px;
        height: 48px;
        border-radius: 24px;
        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: 75px;
        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 {
        position: relative;
        z-index: 2050;
        width: calc(100% - 168px);
        height: calc(100dvh - 96px);
        max-height: 85dvh;
        background: #b1b1bb;
        border-radius: 32px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .ModalBody {
        display: flex;
        flex-direction: row;
        box-sizing: border-box;
        gap: 16px;
        padding: 16px;
        margin: 0 auto;
        height: 100%;
    }

    .ModalLeft {
        width: 70%;
        box-sizing: border-box;
        height: 100%;

        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex-shrink: 0;
    }

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

    .ModalMainImage {
        width: 100%;
        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;
        height: 50%;
    }

    .BoxLabel {
        display: none;
        font-size: 18px;
        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: 15px;
    }

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

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

    .ModalRight {
        overflow-y: scroll;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        width: 30%;
        flex-shrink: 0;
        gap: 0;
    }

    .SlideItem {
        background: white;
        border-radius: 16px;
        padding: 8px;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        transition: all 0.2s;
        border: 4px solid transparent;
        margin: 0 auto 16px auto;
        aspect-ratio: 16 / 9;
        width: calc(100% - 16px);
        box-sizing: border-box;

    }

    .SlideItem.active {
        box-sizing: border-box;
        border: 4px solid #007AFF;
        border-radius: 48px;
        transition: all 0.2s;
        animation: SlideItemActive 0.35s ease;
    }

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

        30% {
            border-radius: 72px;
        }

        60% {
            border-radius: 40px;
        }

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

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

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

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

        30% {
            border-radius: 60px;
        }

        60% {
            border-radius: 28px;
        }

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

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

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

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

    .InfoBox {
        width: 100%;
        padding: 24px;
        border-radius: 24px 24px 4px 4px;
        min-height: 64px;
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    .DetailTextBox {
        width: 100%;
        box-sizing: border-box;
        margin-top: 4px;
        padding: 16px 20px;
        border-radius: 4px 4px 24px 24px;
        flex: 1 1 0;
        overflow-y: auto;
        display: block;
    }

    .ThumbnailWrapper {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 8px;
    }

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

    .YoutubeBadge img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.45));
        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;
        max-width: 1152px;
        width: calc(100% - 80px);
        margin: 272px auto 104px auto;
    }

    .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;
        width: 100%;
    }

    .CreationText {
        color: #1B1B1B;
        font-size: 18px;
        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;
        max-width: 1152px;
        width: calc(100% - 80px);
        margin: 0 auto;
    }


    .iframeVideo {
        aspect-ratio: 16 / 9;
        border-radius: 24px;
        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: 18px;
        white-space: normal;
    }

    .CreationVideoText {
        color: #1B1B1B;
        text-align: left;
        gap: 4px;
        justify-content: center;
        align-items: center;
        line-height: 32px;
        font-size: 18px;
    }

    .MainImgGame {
        user-select: none;
        height: 272px;
        width: auto;
        object-fit: cover;
        border-radius: 24px;
        pointer-events: none;
        display: block;
        flex-shrink: 0;
        transition: all 0.2s;
        margin: auto;
        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: 24px;
        height: 38px;
        margin-bottom: 40px;
        color: #1B1B1B;
        text-align: center;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: var(--this-site-Bold);
    }

    .AIPreview {
        display: none;
        max-width: 1152px;
        width: calc(100% - 80px);
        height: 272px;
        background-image: url("../Img/Comingsoon.webp");
        background-size: cover;
        margin: 0 auto;
        border-radius: 24px;
    }

    .CreationAIContainerTitle {
        border-bottom: solid 3px rgba(230, 230, 230, 30%);

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

    .WorldContainer {
        height: 440px;
        display: grid;
        grid-template-columns: 0.85fr 1.15fr;
        grid-template-rows: 1fr;
        gap: 24px;
        padding: 24px;
        background-color: rgba(255, 255, 255, 100%);
        border-radius: 24px;
        margin: 24px auto;
        max-width: 1152px;
        width: calc(100% - 80px);
        overflow: hidden;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        transition: all 0.2s;
    }

    .WorldContainer:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        transform: scale(1.01);
    }

    .WorldContainer:active {
        box-shadow: none;
        transform: scale(0.99);
    }

    /* タイトルと画像のコンテナを Flexbox 化 */
    .WorldContainer>div:nth-child(2) {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

    .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.05);
        transition: all 0.2s;
    }

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

    .WorldImageMixs {
        width: 100%;
        flex: 1;
        /* 残りのスペースをすべて埋める */
        height: auto;
        position: relative;
        object-fit: cover;
        border-radius: 24px;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 0.65fr 0.35fr;
        gap: 24px;
    }

    .WorldText {
        height: auto;
        /* コンテンツに合わせて可変に */
        min-height: 15%;
        margin: 0px auto 24px 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 {
        display: flex;
        flex-direction: column;
        margin: auto 0px auto 0px;
        gap: 16px;
        width: 100%;
    }

    .CreationTitleText::after {
        margin: auto 16px auto 64px;
        content: "";
        border-top: 2.5px solid #1B1B1B;
        flex-grow: 1;
        height: 0;
    }

    .CarouselGridGame {
        display: flex;
        overflow-x: auto;
        margin: 0 auto;
        gap: 24px;
        max-width: 1152px;
        width: calc(100% - 80px);
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 16px;
    }

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

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

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

    .MainImgOther {
        width: 100%;
        border-radius: 24px;
        height: 272px;
        transition: all 0.2s;
    }

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

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

    .PickupContainerOther {
        position: relative;
        width: 100%;
        margin: 0px auto 0 auto;
        overflow: hidden;
        display: block;
        transition: all 0.2s;
    }

    .CreationOtherText {
        display: none;
        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 {
        max-width: 1152px;
        width: calc(100% - 80px);
        margin: 272px auto 272px auto;
    }

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

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

    .SeparatorLine {
        border-bottom: 2px solid #8E8E8E;
        max-width: 712px;
        margin: auto;
    }

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

    .PolicyOK {
        width: 712px;
        height: auto;
        margin: auto;
    }

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

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

    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: 40px;
        text-align: center;
        border: none;
        border-radius: 64px;
        display: flex;
        width: 440px;
        height: 104px;
        padding: 16px;
        transition: all 0.35s ease;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .ButtonBig.is-active {
        font-size: 48px;
        background-image: linear-gradient(143deg, #ff1c55 15%, #ff52c2);
        transition: all 0.35s ease;
    }

    .ButtonBigArrowBox {
        margin: 0 0 auto 0;
        background-color: #FFFFFF;
        height: 100%;
        width: 104px;
        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: 24px;
        }
    }

    @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: 24px;
        text-align: center;
        border: none;
        border-radius: 32px;
        display: flex;
        width: 304px;
        height: 64px;
        padding: 8px;
        transition: all 0.35s ease;
        align-items: center;
        justify-content: space-between;
    }

    .ButtonMini:hover {
        background-position: right center;
        transition: all 0.35s;
    }

    .ButtonMini:disabled {
        cursor: url("../Img/Cursor/Block.svg"), auto;
    }

    .ButtonMini:hover .ButtonMiniArrowBox {
        transition: all 0.35s;
    }

    .ButtonMiniArrowBox {
        right: 8px;
        color: #FFFFFF;
        height: 100%;
        width: 50px;
        border-radius: 24px;
        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: 24px;
        }

        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 {
        font-size: 18px;
        max-width: 1152px;
        width: calc(100% - 80px);
        grid-template-rows: 1fr;
    }

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

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

    .Info {
        line-height: 32px;
        padding: 24px;
        color: #1B1B1B;
        opacity: 0;
        min-height: 0;
    }

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

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

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

    details[open] .InfoText {
        border-radius: 24px 24px 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: 1152px;
        width: calc(100% - 80px);
        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: 64px;
        margin-bottom: 48px;
        font-family: 'Plus Jakarta Sans', 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 64px;
        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: 24px;

        --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: 18px;
    }

    .material-symbols-outlined {
        font-family: 'Material Symbols Outlined' !important;
        font-size: 24px !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: 'Plus Jakarta Sans', 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: 24px;
    }

    .loader-percentage::after {
        content: '%';
        font-size: 24px;
        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: 18px;
        color: #8E8E8E;
    }

    .loader-skip-btn {
        margin-top: 24px;
        padding: 14px 24px;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 100px;
        color: #1B1B1B;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
        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-img {
        height: 100%;
        position: absolute;
        left: 50;
        bottom: 0;
        margin: 0;
    }

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

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

    .NotFoundFooterMenu {
        display: flex;
        flex-wrap: wrap;
        gap: 16px 16px;
        width: calc(100% - 80px);
        margin: 0 auto;
        margin: 32px auto 0 auto;
        justify-content: center;
    }

    .NotFoundMenuText {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        cursor: url("../Img/Cursor/Point.svg"), auto;
        font-size: 48px;
        font-family: 'Roboto Flex', sans-serif;
        font-weight: 600;
        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;
        text-align: center;
    }

    .NotFoundMenuText:hover {
        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::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 {
        color: #1B1B1B;
        text-align: center;
        font-family: "Roboto Flex", sans-serif;
        font-optical-sizing: auto;
        font-weight: 10;
        font-style: normal;
        font-stretch: normal;
        font-variation-settings:
            "slnt" 0,
            "wdth" 70,
            "GRAD" 0,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712;
        transition: all 0.15s;
    }

    .NotFoundText {
        width: calc(100% - 80px);
        max-width: 1152px;
        color: #272727;
        text-align: center;
        margin: auto;
        font-size: 18px;
        font-weight: var(--this-site-Regular);
    }

    .NotFoundTitle {
        width: calc(100% - 80px);
        max-width: 1152px;
        color: #1B1B1B;
        text-align: center;
        font-size: 128px;
        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: 104px auto 0px auto;
    }

    .NotFoundinfo {
        margin: 16px auto auto auto;
        width: calc(100% - 80px);
        max-width: 1152px;
        color: #8E8E8E;
        display: flex;
        align-items: center;
        text-align: center;
        gap: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
    }

    .Quote {
        color: #1B1B1B;
        display: flex;
        align-items: center;
        text-align: center;
        gap: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 21px;
        margin: 64px auto;
        width: calc(100% - 80px);
        max-width: 1152px;
    }

    .NotFoundImage {
        user-select: none;
        width: auto;
        height: 35dvh;
        margin: auto;
        display: block;
        image-rendering: pixelated;
    }

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

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

    .MyFriendsAbout {
        width: 100%;
        display: grid;
        gap: 32px;
    }

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

    .MyFriendsProfileText {
        font-size: 18px;
        /* margin: auto 0 auto 16px; */
        color: #8E8E8E;
        text-align: center;
        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: 8px;
        display: block;
        min-height: 0;
        cursor: url("../Img/Cursor/Point.svg"), auto;
    }

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

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

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

    .MyFriendsContainer:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
        transform: scale(1.01);
    }

    .MyFriendsContainer:active {
        box-shadow: none;
        transform: scale(0.99);
    }

    p {
        margin-bottom: 8px;
    }

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

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

    .AboutMain {
        max-width: 1152px;
        margin: 0 auto;
        padding: 100px 24px;
    }

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

        margin: 0 auto 168px auto;
    }

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

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

    .HeroDescription {
        font-size: 18px;
        line-height: 2;
        color: #1B1B1B;

        margin: 0 auto;
    }

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

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

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

    .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;
    }

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


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

    }

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

    .AboutFeatures {
        width: calc(100% - 80px);
        max-width: 1152px;
        margin: 0 auto 168px auto;
        font-size: 18px;
    }

    .FeatureItem {
        display: flex;
        align-items: center;
        gap: 40px;
        margin-bottom: 80px;
    }

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

    .FeatureImage {
        position: relative;
        width: 512px;
        height: auto;
        aspect-ratio: 16/9;
        border-radius: 24px;
        overflow: hidden;
        flex-shrink: 0;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    }

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

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

    .FeatureText h3 {
        font-family: 'Plus Jakarta Sans', sans-serif;
        margin: auto auto 24px auto;
        font-size: 38px;
        font-weight: 700;
        line-height: 1.3;

        color: #1B1B1B;
    }

    .FeatureText p {
        font-size: 18px;
        line-height: 1.8;
        color: #666;
    }

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

    @media screen and (max-height: 780px) {
        .ModalLeft {
            overflow-y: auto;
            height: 100%;
            display: block;
            /* Disable flex column behavior so elements stack naturally */
        }

        .ModalBox.MainImageBox {
            height: auto;
            margin-bottom: 12px;
        }

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

        .ModalLeft {
            width: 60%;
        }

        .ModalRight {
            width: 40%;
        }
    }












    /* ここからーーーーーーーーーーーーーーーーーーーーーーーーーー */

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

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

    .DesignContent {
        max-width: 1152px;
        width: calc(100% - 80px);
        margin: 272px auto;
        gap: 64px;
        display: flex;
        flex-direction: column;
    }

    .ItemFrame {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        border-radius: 24px;
        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: 24px;
        box-sizing: border-box;
        grid-template-columns: 1fr 1fr;
    }

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

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

    .ToggleSwitch input:checked+.ToggleSlider:active::before {
        transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1), height 0.2s cubic-bezier(0.4, 0, 0.2, 1), left 0.2s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        /* background: #787880; */
        width: 38px;
        height: 26px;
        left: -7px;
        bottom: 3px;
    }

    .ModalLoader {
        position: fixed;
        bottom: 38px;
        left: 50%;
        transform: translateX(-50%) translateY(150px);
        width: 100%;
        max-width: 720px;
        background: #e6e6e67c;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1.5px solid #ffffff3d;
        border-radius: 48px;
        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: 16px 24px 16px 8px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .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: 38px;
        color: #1b1b1b;
        min-width: 80px;
        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;
    }
}

#site-loader .loader-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 80% !important;
    max-width: 720px;
    text-align: center !important;
}


.loader-gif-container {
    position: relative;
    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;
}

.loader-gif {
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
}

#floatingNav,
#navOverlay {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
}

#menuToggle {

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateZ(0);
}

.loader-bubble {
    width: max-content;
    max-width: calc(100dvw - 80px);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%) translateY(0px);
    background: #FFFFFF;
    padding: 10px 20px;
    border-radius: 24px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #1B1B1B;
    white-space: normal;
    text-align: center;
    width: max-content;
    max-width: 440px;
    z-index: 999;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s;
    opacity: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.loader-bubble.show {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
}

@keyframes bubble-pop {
    0% {
        transform: translateX(-50%) translateY(-0px);
    }

    25% {
        transform: translateX(-50%) translateY(-8px);
    }

    50% {
        transform: translateX(-50%) translateY(4px);
    }

    100% {
        transform: translateX(-50%) translateY(0px);
    }
}

.loader-bubble.pop {
    animation: bubble-pop 0.25s ease-out;
}

.loader-bubble::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.loader-bar-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 40px;
    margin: 20px auto;
}

.loader-bar-container svg {
    height: 40px;
    display: block;
}

.progress-mask,
.track-mask {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    transition: none !important;
}

.progress-mask {
    left: 0;
    z-index: 2;
}

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

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

.SNSIcons {
    display: flex;
    gap: 32px;
}

a,
button,
[role="button"] {
    -webkit-tap-highlight-color: transparent;
    /* -webkit-tap-highlight-color: rgba(255, 0, 0, 0.4); */
}

#opening-video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

#opening-video-overlay.slide-up {
    transform: translateY(-100%);
}

.video-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

.video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
}

/* 操作パネル（ボタン群のコンテナ） */
.opening-controls {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    gap: 12px;
    z-index: 10000;
    opacity: 0;
    animation: fadeIn 1s ease 0.5s forwards;
}

.control-btn {
    user-select: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 16px 24px;
    border-radius: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    cursor: url("../Img/Cursor/Point.svg"), auto;
    backdrop-filter: blur(5px);
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px);
}

#Credit {
    position: absolute;
    top: calc(100% - 104px);
    left: 24px;
    z-index: 10;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.control-btn:hover {
    background: rgba(122, 122, 122, 0.566);
    border-color: #fff;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

body.video-playing {
    overflow: hidden;
}

@media (max-width: 1024px) {
    #opening-video-overlay {
        display: none !important;
    }

    body.video-playing {
        overflow: auto !important;
    }
}

#Credit {
    overflow: hidden;
    justify-content: center;
    padding: 0 24px;
    transition: width 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), border-radius 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: auto;
    height: 64px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}

.control-btn.expanded {
    border-radius: 16px;
}

.credit-content {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    height: 100%;
    transition: opacity 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Initial state elements */
#credit-initial {
    position: absolute;
    opacity: 1;
    transform: translateX(0);
}

/* Expanded state elements */
#credit-expanded {
    position: absolute;
    opacity: 0;
    transform: translateX(24px);
    pointer-events: none;
}

/* Visible state overrides */
#Credit.expanded #credit-initial {
    opacity: 0;
    transform: translateX(-24px);
    pointer-events: none;
}

#Credit.expanded #credit-expanded {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

/* Social Icons */
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s, transform 0.2s;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.social-icon:active {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1);
    border-radius: 8px;
}

.social-icon img {
    width: 18px;
    height: 18px;
    display: block;
}