@charset "UTF-8";

/* --------------------------------------------------
Lenis Smooth Scroll Styles（最適化版）
------------------------------------------------ */

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* GPU加速とパフォーマンス最適化 */
.wrap-branding * {
    will-change: auto;
}

.item-flow, 
.logo-vertical,
.wrap-main h1 img,
#cursor {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
}

/* --------------------------------------------------
Common
------------------------------------------------ */

html,
body {
    scroll-behavior: auto;

}

html body._branding #wrapper header .container {
    max-width: none;
}


html body:not(._home) #wrapper header .container {
    width: calc(100% - 80px);
}


body.no-scroll {
    overflow: hidden;
}

.wrap-branding {
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    line-height: 1.8;

}



.wrap-branding *:not(.container) {
    box-sizing: border-box;
}

.wrap-branding img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.wrap-branding section {
    margin-top: 0 !important;
}

.wrap-branding section>.container {
    margin-top: 0 !important;
}

.wrap-branding section>.container>.inner {
    padding-left: 16em;
}

.wrap-branding .container-inner-padding {
    padding-left: 30%;
}

.wrap-branding small {
    font-size: 0.75em;
    text-align: center;
    padding-top: 4.2em;
    padding-bottom: 4.2em;
    display: block;

}







.wrap-branding .title-branding {
    margin-bottom: 4em;
    overflow: hidden;

}

.wrap-branding #branding-flow .title-branding {
    margin-bottom: 0;

}

.wrap-branding .title-branding>.en {

    font-size: min(3.75em, 8.0vw);
    line-height: 1.4;
    margin-bottom: 0.1em;
    font-weight: 200;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-out;
}

.wrap-branding .title-branding>.en.passing {

    font-size: min(2.5em, 6.0vw);

}


.wrap-branding .title-branding>.en::after {
    content: '';
    display: block;
    border-bottom: 1px solid #000000;
    width: 1.4em;
    position: absolute;
    left: calc(100% + 0.2em);
    bottom: 0.36em;
}


.wrap-branding .title-branding>.ja {
    display: block;


}




.wrap-branding .title-branding-paper>.en {

    font-size: 2.5em;
    font-size: min(2.5em, 8vw);
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 0.2em;
    display: inline-block;
    position: relative;
}


.wrap-branding .title-branding-paper>.en::after {
    content: '';
    display: block;
    border-bottom: 1px solid #000000;
    width: 1.4em;
    position: absolute;
    left: calc(100% + 0.2em);
    bottom: 0.36em;
}


.wrap-branding .title-branding-paper>.ja {
    display: block;

}




.wrap-branding .icon-cross {
    width: 4.4em;
    aspect-ratio: 1 / 1;
    position: relative;
    margin: auto;
}


.wrap-branding .icon-cross::before,
.wrap-branding .icon-cross::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 140%;
    border-right: 1px solid #000000;
}

.wrap-branding .icon-cross::before {
    transform: translate(0, -50%) rotate(-45deg);
}

.wrap-branding .icon-cross::after {
    transform: translate(0, -50%) rotate(45deg);

}




















.wrap-branding .icon-link {
    aspect-ratio: 1 / 1;
    display: inline-block;
    position: relative;
}

.wrap-branding .icon-link::before,
.wrap-branding .icon-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #000000;
    right: 0;
    width: 64%;

}

.wrap-branding .icon-link::before {
    transform: rotate(-45deg);
    transform-origin: right bottom;
}

.wrap-branding .icon-link::after {
    transform: rotate(45deg);
    transform-origin: right bottom;
}

#cursor {
    display: none !important;
}

#cursor {
    position: fixed;
    aspect-ratio: 1 / 1;
    border-radius: 100vh;
    background-color: rgba(220, 220, 220, 1);
    transition: all 0.3s ease-out; /* より軽快に */
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10000;
    pointer-events: none;
    width: 2.4em;
    left: -2.4em;
    top: -2.4em;
    transform-origin: center;
    border: 1px solid rgba(255, 255, 255, 0);
    will-change: transform; /* GPU加速 */
}

#cursor.flow {
    background-color: rgba(255, 255, 255, 1);
    width: 10.4em;
    left: -10.4em;
    top: -10.4em;
    mix-blend-mode: soft-light;
}


#cursor.in {
    opacity: 1;
}

#cursor.hover {
    width: 6.4em;
    left: -6.4em;
    top: -6.4em;
    background-color: rgba(220, 220, 220, 0);
    border-color: rgba(255, 255, 255, 1);
    mix-blend-mode: exclusion;

}

a {
    position: relative;
}

a .mask-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.block-branding-link {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);

}
.block-branding-link.loaded {
    opacity: 1;
    transform: translateY(0);
}

.block-branding-link.hidden {
    transform: translate(0, 102%);
}

.block-branding-link a {
    background-color: #ED4033;
    color: #ffffff;
    display: block;
    padding: 1.0em 1.2em;
    font-size: 1.5em;
    transition: all 0.2s ease-out;
}

.block-branding-link a:hover {
    background-color: #000000;
}

.block-branding-link a .arrow {
    display: inline-block;
    aspect-ratio: 3.2 / 1;
    height: 0.8em;
    border-bottom: 1px solid #ffffff;
    position: relative;
    margin-left: 0.6em;
    margin-right: 0.6em;
    transition: all 0.2s ease-out;
}

.block-branding-link a:hover .arrow {
    transform: translate(0.6em, 0);
}

.block-branding-link a .arrow::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    border-right: 1px solid #ffffff;
    transform: rotate(-45deg);
    transform-origin: right bottom;
}

.block-branding-link a .copy {
    display: block;
    font-size: 0.7em;
    padding-bottom: 0.6em;
    padding-top: 0.1em;
}

.block-branding-link a .label {
    display: block;
}

@media all and (max-width:1280px) {

    .wrap-branding section>.container>.inner {
        padding-left: 0;
    }
    
    .wrap-branding section>.container {
        padding-left: 40px;
        padding-right: 40px;
    }

}


@media all and (max-width:1024px) {
    html body:not(._home) #wrapper header .container {
        width: calc(100% - 60px);
    }

    #cursor {
        display: none;
    }

    .block-branding-link a {
        font-size: 1.2em;
    }
    
    .wrap-branding section>.container {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media all and (max-width:499px) {
    html body:not(._home) #wrapper header .container {
        width: calc(100% - 40px);
    }


    .wrap-branding {}

    .block-branding-link {
        left: 0;
        text-align: center;
    }

    .block-branding-link a>.inner {
        display: inline-block;
        text-align: left;
    }


    .block-branding-link a {
        font-size: 1.0em;
    }
    
    .wrap-branding section>.container {
        padding-left: 20px;
        padding-right: 20px;
    }

}


html body #wrapper #contents {
    -webkit-transform: none;
    transform: none;
    overflow: hidden;
}



#bg-branding {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}

#bg-branding>span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

#bg-branding>span::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    bottom: 0;
    transition: top 0.48s cubic-bezier(0.33, 1, 0.68, 1);
    transition-delay: 0.48s;

}

#bg-branding>span.bg-ourclient::before {
    background-color: #ffffff;
}

#bg-branding>span.bg-brandingflow::before {
    background-color: #F0EEEC;
}

#bg-branding>span.bg-projectflow::before {
    background-image: url(../images/pflow-bg02.jpg);
    background-size: 1000px auto;
}

#bg-branding>span.bg-project::before {
    background-color: #ffffff;
}

#bg-branding>span.bg-rebranding::before {
    background-color: #F0EEEC;
}

#bg-branding>span.bg-whitepaper::before {
    background-color: #ffffff;
}




#bg-branding>span.show::before {
    top: 0;
    bottom: 0;
    transition-delay: 0s;
}






/* ------------------------------------------------
Memu
------------------------------------------------ */


#branding-menu {
    z-index: 1;

}

#branding-menu>.container {
    position: relative;

}

.list-branding-menu {
    position: absolute;
    top: 0;
    display: grid;

}

.list-branding-menu.fix {
    position: fixed;
    top: 200px;
}


.list-branding-menu li {
    font-size: 0.8em;
    position: relative;
}

.list-branding-menu li a {
    color: #AAAAAA;
    padding-left: 1.4em;
    transition: all 0.1s ease;
    padding-bottom: 0.8em;
    display: block;
}





.list-branding-menu li::before {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #E6E6E6;
    transform: translate(0, 0.9em);
}

.list-branding-menu li:last-child:before {
    display: none;
}

.list-branding-menu li::after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0.6em;
    background-color: #AAAAAA;
    border-radius: 100vh;
    transition: all 0.1s ease;
}



.list-branding-menu li.current a {
    color: #000000;
}

.list-branding-menu li.current::after {
    background-color: #000000;
}



@media all and (max-width:1280px) {
    #branding-menu {
        display: none;

    }

}


@media all and (max-width:1024px) {}

@media all and (max-width:499px) {}


#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    background-color: #ffffff;
    z-index: 100000;
}





/* ------------------------------------------------
Main
------------------------------------------------ */


.wrap-main {
    padding: 0 25px 0 40px;
}


@media (min-width: 500px) and (max-width: 1024px) {
    .wrap-main {
        padding: 0 10px 0 30px;
    }
}

@media (max-width: 499px) {
    .wrap-main {
        padding: 0 10px 0 20px;
    }
}


.wrap-main {
    margin-bottom: 28em;
    position: relative;
}


.wrap-main h1 {
    position: fixed;
    bottom: 0;
    padding-bottom: 50px;
}

.wrap-main h1>span {
    display: flex;
}

.wrap-main h1>span img {
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}


.wrap-main h1.scroll {
    bottom: 0;
    position: absolute;
}

.wrap-main h1 img {
    width: 9vw;
    height: auto;
    transform-origin: center;
}

.wrap-main h1 img.text01 {
    margin-left: 0;
}

.wrap-main h1 img.text02 {
    margin-left: -1.8%;
}

.wrap-main h1 img.text03 {
    margin-left: -2%;
}

.wrap-main h1 img.text04 {
    margin-left: -2.4%;
}

.wrap-main h1 img.text05 {
    margin-left: -4.8%;
}

.wrap-main h1 img.text06 {
    margin-left: -0.8%;
}

.wrap-main h1 img.text07 {
    margin-left: 0;
}

.wrap-main h1 img.text08 {
    margin-left: -1.6%;
}

.wrap-main h1 img.text09 {
    margin-left: -1.8%;
}

.wrap-main h1 img.text10 {
    margin-left: -0.8%;
}

.wrap-main h1 img.text11 {
    margin-left: -1.4%;
}

.wrap-main h1 img.text12 {
    margin-left: 0%;
}

.wrap-main h1 img.text13 {
    margin-left: -1.0%;
}


.wrap-main h1 .none {
    display: none;
}




.wrap-main .copy {
    padding-top: 10vh;
    /* padding-top: 100svh; */
    padding-bottom: 50vh;
    padding-bottom: 50svh;
    display: flex;
    justify-content: flex-end;
    font-size: 2.8vw;
    line-height: 1.2;
    letter-spacing: -0.05em;

}

.wrap-main .copy p+P {
    margin-top: 0.8em;
}

.wrap-main .copy span {
    display: block;
    /* opacity: 0.06; */
    transition: all 0.3s ease-out;
}

.wrap-main .copy span.passing {
    opacity: 1.0;
}

.wrap-main .copy br.sp {
    display: none;
}

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






@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    .wrap-main h1 {
        max-width: 60%;
        padding-bottom: 115px;

    }

    .wrap-main h1 img {
        width: 11vw;
    }

    .wrap-main .copy {
        font-size: 4vw;
        padding-top: 8vh;
    }


}

@media all and (max-width:499px) {
    .wrap-main {
        margin-bottom: 24em;
    }

    .wrap-main h1 {
        max-width: 80%;
        padding-bottom: 80px;
    }

    .wrap-main h1 img {
        width: 14vw;
    }

    .wrap-main .copy {
        font-size: 5.4vw;
        padding-top: 6vh;
        padding-bottom: 40vh;
    }


    .wrap-main .copy br.sp {
        display: inline;
    }


}


.wrap-main .block-scroll {
    position: fixed;
    right: 1.5em;
    bottom: 10em;
    display: grid;
    font-size: 1em;
    gap: 0.6em;
    visibility: visible;
    transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);


}

.wrap-main .block-scroll.hide {
    opacity: 0;
    visibility: hidden;
}

.wrap-main .block-scroll .en {
    writing-mode: vertical-rl;
    font-weight: 500;
    letter-spacing: 0.12em;
}

.wrap-main .block-scroll .line {
    height: 8em;
    position: relative;
}

.wrap-main .block-scroll .line::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    left: 40%;
    border-left: 1px solid #000000;
    animation: scroll 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;

}

@keyframes scroll {
    0% {
        top: 0;
        bottom: 100%;
    }

    40% {
        top: 0;
        bottom: 0;
    }

    80% {
        top: 100%;
        bottom: 0;
    }

    100% {
        top: 100%;
        bottom: 0;
    }
}



@media all and (max-width:1024px) {
    .wrap-main .block-scroll {
        bottom: 8em;
    }

}

@media all and (max-width:499px) {
    .wrap-main .block-scroll {
        right: 1.2em;
        font-size: 0.75em;
        bottom: 9em;

    }


}







































/* --------------------------------------------------
Our Client
-------------------------------------------------- */
#our-client {
    padding-bottom: 20em;

}

.list-branding-client {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1em;
    filter: saturate(0%);
    margin-top: 6em;
    background-color: #ffffff;
    mix-blend-mode: darken;
}

/* 新しいクライアントロゴのホバーエフェクト */
.list-branding-client li {
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 4px;
}

.list-branding-client li:hover {
    /* filter: saturate(100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); */
}

.list-branding-client li img {
    transition: all 0.3s ease;
}

.list-branding-client li:hover img {
    /* transform: scale(1.05); */
}

/* 最新事例セクション */
.latest-cases-section {
    margin-top: 6em;
}

.section-divider {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    margin-bottom: 3em;
}

.latest-cases-title {
    font-size: 1.2em;
    color: #666666;
    margin-bottom: 2em;
    text-align: left;
    font-weight: normal;
}

.list-branding-client-latest {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    filter: saturate(100%);
    background-color: transparent;
    mix-blend-mode: normal;
}

.list-branding-client-latest li {
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 4px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}

.list-branding-client-latest li:hover {
    /* filter: saturate(100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); */
}

.list-branding-client-latest .case-image {
    width: 100%;
    overflow: hidden;
    /* background-color: #f8f8f8; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-branding-client-latest .case-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: none !important;
}

.list-branding-client-latest li:hover .case-image img {
    /* transform: scale(1.05); */
}

.list-branding-client-latest .case-info {
    padding: 1.2em 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.list-branding-client-latest .case-category {
    font-size: 0.75em;
    color: #000;
    margin-bottom: 0.8em;
    letter-spacing: 0.5px;
}

.list-branding-client-latest .case-title {
    font-size: 0.9em;
    color: #000;
    line-height: 1.4;
    font-weight: normal;
}

@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    #our-client {
        padding-bottom: 16em;

    }

    .list-branding-client {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .list-branding-client-latest {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5em;
    }
    
    .latest-cases-section {
        margin-top: 5em;
    }

}

@media all and (max-width:499px) {
    #our-client {
        padding-bottom: 12em;

    }

    .list-branding-client {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.6em;
    }
    
    .list-branding-client-latest {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.2em;
    }
    
    .list-branding-client-latest .case-image {
        height: 200px;
    }
    
    .list-branding-client-latest .case-info {
        padding: 0.8em 0;
    }
    
    .list-branding-client-latest .case-category {
        font-size: 0.7em;
        margin-bottom: 0.6em;
    }
    
    .list-branding-client-latest .case-title {
        font-size: 0.85em;
    }
    
    .latest-cases-section {
        margin-top: 4em;
    }
    
    .latest-cases-title {
        font-size: 1.1em;
        margin-bottom: 1.5em;
    }
    
    .section-divider {
        margin-bottom: 2em;
    }

}























/* --------------------------------------------------
Branding Flow
-------------------------------------------------- */




.block-branding-flow {
    padding-bottom: 20em;
}


.block-branding-flow .item-flow {
    display: grid;
    align-items: start;

}

.block-branding-flow .item-flow.flow01 {
    margin-bottom: 40px;
}

.block-branding-flow .item-flow.flow02 {
    margin-bottom: 180px;
    width: 100%;
    display: block;
    padding-top: 0px;
    position: relative;
    height: 100vh;
    min-height: 600px;
}

.block-branding-flow .item-flow.flow03 {
    margin-bottom: 40px;
}



.block-branding-flow .item-flow.flow01 {
    padding-top: 195px;
    display: block;
}

.block-branding-flow .item-flow.flow02 .logo-slide-container {
    position: relative;
    width: 100%;
    height: 120vh;
    overflow: hidden;
    display: flex;
    align-items: center; /* 画像を垂直中央に配置 */
}

.block-branding-flow .item-flow.flow02 .item {
    padding-right: 0;
    position: absolute;
    top: 54%; /* 垂直中央 */
    left: 0;
    width: 100%;
    height: auto; /* 自動調整 */
    transform: translateY(-50%); /* 垂直中央配置の調整 */
    opacity: 1;
    transition: none;
    display: flex;
    justify-content: flex-start; /* 水平方向は左寄せ */
    align-items: center; /* 垂直中央 */
    pointer-events: none;
}

@media all and (max-width: 499px) {
    .block-branding-flow .item-flow.flow02 .item{
        top: 44%; /* 垂直中央 */
    }
}

.block-branding-flow .item-flow.flow02 .item:first-child {

    opacity: 1;
}

.block-branding-flow .item-flow.flow02 .item:nth-child(2) {
    top: 53%;
}
@media all and (max-width: 499px) {
    .block-branding-flow .item-flow.flow02 .item:nth-child(2){
        top: 54%; /* 垂直中央 */
    }
}

.block-branding-flow .item-flow.flow02 .item.active {
    opacity: 1;
}

.block-branding-flow .item-flow.flow02 .item img {
    width: auto;
    height: 60vh; /* 統一された高さ */
    max-width: 90vw;
    object-fit: contain;
}

.block-branding-flow .item-flow.flow03 {
    width: calc(300% + 75vw);
    grid-template-columns: repeat(3, 1fr);
    padding-top: calc(180px + 8em);
}
.paragraph-flow03 {
    word-wrap: normal;
    width: 60vw;
    font-size: 0.8em;
    line-height: 1.6;
}

@media all and (max-width:1024px) {
    .paragraph-flow03 {
        width: 80vw;
        font-size: 0.8em;
    }
}

@media all and (max-width:499px) {
    .paragraph-flow03 {
        width: 100%;
        font-size: 0.8em;
        line-height: 1.7;
        margin-bottom: 1em;
        max-width: 90vw;
    }
}

.block-branding-flow .item-flow.flow03 .item {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 2.5em;
    padding-right: 25vw;
    align-items: flex-start;
}

.block-branding-flow .item-flow.flow04 {
    width: calc(200%);
    grid-template-columns: repeat(2, 1fr);
    padding-top: calc(180px + 8em);
    

}



.block-branding-flow .item-flow>.text {
    position: absolute;
    left: 0;
    z-index: 10; /* ロゴより上に表示 */
}

.block-branding-flow .item-flow.flow01>.text {
    top: calc(180px + 21em);
}

.block-branding-flow .item-flow.flow02>.text {
    top: calc(69vh + 5em); /* 画像の高さ(60vh) + 余白 */
}

.block-branding-flow .item-flow.flow03>.text {
    top: 64px; /* より上に配置 */
    position: fixed; /* リードテキストを固定 */
    left: 0;
    right: 0;
    z-index: 30; /* より高いz-index */
    padding: 50px 0;
}

.block-branding-flow .item-flow.flow04>.text {
    top: 200px;
}





.block-branding-flow .item-flow h3 {
    position: relative;
    z-index: 20; /* ロゴより確実に上に表示 */
}

.block-branding-flow .item-flow h3 .en {
    display: block;
}

.block-branding-flow .item-flow h3 .ja {
    display: block;
    font-size: min(3.5em, 6.4vw);
}





@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {


    .block-branding-flow {
        padding-bottom: 16em;
    }


    .block-branding-flow .item-flow.flow01 {
        margin-bottom: 20px;
    }

    .block-branding-flow .item-flow.flow02 {
        margin-bottom: 140px;
        min-height: 500px;
        max-height: 700px;
    }

    .block-branding-flow .item-flow.flow03 {
        margin-bottom: 20px;
    }


    .block-branding-flow .item-flow.flow01 {
        padding-top: 120px;
    }

    .block-branding-flow .item-flow.flow02 {
        padding-top: 60px;
        margin-bottom: 400px;
        min-height: 400px;
        max-height: 600px;
    }
    
    .block-branding-flow .item-flow.flow02 .logo-slide-container {
        padding-left: 40px; /* タブレット: テキストと同じ左端に合わせる */
        display: flex;
        align-items: center;
    }
    
    .block-branding-flow .item-flow.flow02 .item img {
        height: 60vh; /* デスクトップと同じ比率を維持 */
        max-width: 90vw;
    }
    

    .block-branding-flow .item-flow.flow03 {
        padding-top: calc(100px + 6em);
        width: calc(200% + 50vw);
    }

    .block-branding-flow .item-flow.flow04 {
        padding-top: calc(120px + 7em);

    }
    /* 横スクロール用の内側ラッパー */
    .block-branding-flow .item-flow.flow03 .flow03-items {
        width: 300%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        justify-items: start; /* 左寄せで並べる */
        /* padding-top: 10vh; */
    }



    .block-branding-flow .item-flow.flow01>.text {
        top: calc(120px + 21em);
    }

    .block-branding-flow .item-flow.flow02>.text {
        top: calc(120px + 60vh + 4em); /* 画像の高さ(60vh) + 余白 */
    }

    .block-branding-flow .item-flow.flow03>.text {
        top: 120px;
    }

    .block-branding-flow .item-flow.flow04>.text {
        top: 120px;
    }


}

@media all and (max-width:499px) {

    .block-branding-flow {
        padding-bottom: 12em;
    }


    .block-branding-flow .item-flow h3 .en {
        font-size: 0.8em;
    }
    
    .block-branding-flow .item-flow h3 .ja {
        font-size: min(2.8em, 9vw);
    }


    .block-branding-flow .item-flow.flow01 {
        padding-top: 60px;
    }

    .block-branding-flow .item-flow.flow02 {
        padding-top: 60px;
        margin-bottom: 120px;
        min-height: 400px;
        max-height: 600px;
        transition: 0s;
    }
    
    .block-branding-flow .item-flow.flow02 .logo-slide-container {
        padding-left: 20px; /* スマホ: テキストと同じ左端に合わせる */
        display: flex;
        align-items: center;
        transition: 0s;
    }
    
    .block-branding-flow .item-flow.flow02 .item img {
        height: 50vh; /* スマホサイズでも相対的な比率を維持 */
        max-width: 90vw;

    }

    .block-branding-flow .item-flow.flow03 {
        padding-top: calc(60px + 6em);
        width: 100%;
        display: block;
        transition: 0s;
    }

    .block-branding-flow .item-flow.flow03 > .text {
        position: static; /* タイトルは通常フローで表示 */
        padding-bottom: 1.2em;
    }

    /* 横スクロール用の内側ラッパー */
    .block-branding-flow .item-flow.flow03 .flow03-items {
        width: 300%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        justify-items: start; /* 左寄せで並べる */
    }

    .block-branding-flow .item-flow.flow03 .flow03-items > .item {
        padding-right: 8vw; /* スペースを少し詰める */
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.2em;
    }

    .block-branding-flow .item-flow.flow03 .flow03-items > .item img {
        width: 80vw;
        max-width: 80vw;
        height: auto;
        border-radius: 4px;
        margin: 0; /* 左寄せ */
    }

    .block-branding-flow .item-flow.flow03 .flow03-items > .item > .text {
        font-size: 0.85em;
        line-height: 1.7;
        max-width: 80vw;
        margin: 0; /* 左寄せ */
    }

    .block-branding-flow .item-flow.flow04 {
        padding-top: calc(60px + 20vw);
        transition: 0s;

    }



    .block-branding-flow .item-flow.flow01>.text {
        top: calc(60px + 18em);
    }

    .block-branding-flow .item-flow.flow02>.text {
        top: calc(60px + 50vh + 3em); /* 画像の高さ(50vh) + 余白 */
        width: calc(100vw - 40px);
    }

    .block-branding-flow .item-flow.flow03>.text {
        top: 60px;
        position: static;
        padding-bottom: 1.5em;
        left: auto;
        right: auto;
        z-index: auto;
        padding: 0;
        width: 100%;
    }

    .block-branding-flow .item-flow.flow04>.text {
        top: 140px;
    }
    
    .block-branding-flow .item-flow p {
        font-size: 1em;
        line-height: 1.7;
    }


}









.item-flow.flow01 h3 {}

.item-flow.flow01 p {
    position: relative;
    font-size: 0.8em;
    z-index: 10;
    opacity: 0;
    transform: translate(0, 2.4rem);
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.item-flow.flow01 p.show {
    opacity: 1;
    transform: translate(0);
}






.item-flow01 {
    display: grid;
    grid-template-columns: 25em 1fr 25em;
    gap: 0.5em;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
}


.item-flow01 .icon {
    position: relative;
    z-index: 2;
}

.item-flow01 .icon::before,
.item-flow01 .icon::after {
    content: '';
    display: block;
    width: 6em;
    border-bottom: 1px solid #000000;
    position: absolute;
    left: 50%;
    top: 50%;
}

.item-flow01 .icon::before {
    transform: translate(-50%, 0) rotate(45deg);
}

.item-flow01 .icon::after {
    transform: translate(-50%, 0) rotate(-45deg);

}


.item-flow01 .circle {
    aspect-ratio: 1;
    display: flex;
    text-align: center;
    position: relative;
}


.item-flow01 .circle::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 100vh;
    transform: scale(1.2);
}



.item-flow01 .circle>.inner {
    margin: auto;
    z-index: 1;
    position: relative;
}

.item-flow01 .circle .title {
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 0.8em;

}

.item-flow01 .circle .title .br.sp {
    display: none;
}


.item-flow01 .circle .list {
    display: flex;
    justify-content: center;
    text-align: left;
    gap: 2.0em;
}

.item-flow01 .circle .list ul {
    list-style: circle;
    font-size: 0.8em;
}

/* Flow01 スムーズアニメーション用スタイル - 初期状態をCSS側で設定 */
.item-flow.flow01 .circle.left {
    transform: translateX(-100px);
    opacity: 0;
    transition: none; /* GSAPがコントロールするので無効化 */
}

.item-flow.flow01 .circle.right {
    transform: translateX(100px);
    opacity: 0;
    transition: none; /* GSAPがコントロールするので無効化 */
}

.item-flow.flow01 .icon {
    transform: scale(0);
    opacity: 0;
    transition: none; /* GSAPがコントロールするので無効化 */
}

/* Our Client アニメーション用初期状態 */
.latest-cases-section {
    opacity: 0;
    transform: translateY(50px);
}

.list-branding-client-latest li {
    opacity: 0;
    transform: translateY(30px);
}

/* Flow01の初期状態をCSS側で設定（width制御用） */
.item-flow01 {
    width: 320%; /* 初期状態をCSS側で設定 */
    transform-origin: center center;
}






@media all and (max-width:1280px) {
    .item-flow01 {
        grid-template-columns: 23em 1fr 23em;
    }

}


@media all and (max-width:1024px) {

    .item-flow01 .icon::before,
    .item-flow01 .icon::after {
        width: 10em;
        max-width: 12vw;
    }




    .item-flow01 {
        grid-template-columns: 1fr;
        gap: 0;
        display: block;
        height: 44em;
        max-height: 92vw;
    }


    .item-flow01 .circle {
        aspect-ratio: 1;
        width: 22em;
        max-width: 46vw;
    }


    .item-flow01 .circle.left {

        height: 22em;
        max-height: 46vw;
    }

    .item-flow01 .circle.right {
        height: 22em;
        max-height: 46vw;
        position: absolute;
        right: 0;
    }


    .item-flow01 .circle .title {
        font-size: min(2em, 6vw);
        margin-bottom: 0.6em;
    }






}

@media all and (max-width:499px) {



    .item-flow01 {
        height: 28em;
    }


    .item-flow01 .circle {
        width: 14em;
    }


    .item-flow01 .circle.left {

        height: 14em;
    }

    .item-flow01 .circle.right {
        height: 14em;
    }
    
    .item-flow01 .circle .title {
        font-size: min(1.6em, 5.5vw);
        margin-bottom: 0.5em;
    }



    .item-flow01 .circle .title .br.sp {
        display: inline;
    }


    .item-flow01 .circle .list {
        column-gap: 1.0em;
    }

    .item-flow01 .circle .list ul {
        font-size: 0.55em;
        line-height: 1.4;
    }

}

@media all and (max-width: 1800px) {
    .item-flow01 {
        grid-template-columns: 20em 1fr 20em;
    }
}







.item-flow.flow02 h3 {
    margin-bottom: 1.2em;
    position: relative;
    z-index: 20;

}

.item-flow.flow02 p {
    font-size: 0.8em;
    position: relative;
    z-index: 20;

}



@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {}

@media all and (max-width:499px) {}


.item-flow.flow03 .item {
    padding-right: 25vw;
}

.item-flow.flow03 .item>.text {
    font-size: 0.8em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
}

.item-flow.flow03 .item>.text .name {
    margin-bottom: 0.8em;
    font-weight: 500;
}

.item-flow.flow03 .item>.text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6em;
    margin-top: 0.4em;
}

.item-flow.flow03 .item>.text ul li {
    background-color: #ffffff;
    padding: 0.2em 0.5em;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    font-size: 0.9em;
    line-height: 1.4;
}



@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    .block-branding-flow .item-flow.flow03 {
        width: calc(200% + 40vw);
    }
    
    .item-flow.flow03 .item {
        grid-template-columns: 1fr;
        padding-right: 20vw;
        gap: 2em;
    }

    .item-flow.flow03 .item>.text {
        order: 1;
    }

    .item-flow.flow03 .item>.text p {
        margin-bottom: 1.6em;
    }
    
    .item-flow.flow03 .item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

}

@media all and (max-width:499px) {
    .item-flow.flow03 .item {
        gap: 1.6em;
    }

    .item-flow.flow03 .item>.text p {
        margin-bottom: 1.2em;
    }


}


.item-flow.flow04 h3 .en {
    font-weight: bold;
    margin-bottom: 0.2em;
}

.item-flow.flow04 h3 .ja {
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    padding: 0 0.1em;
}

/* Output SVG スタイリング（ヘッダー用） */
.output-svg-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2em;
}

.output-svg {
    width: auto;
    height: auto;
    max-width: min(90vw, 800px);
    transition: all 0.6s ease-out;
    filter: none;
}

/* OutputテキストSVG スタイリング（メインテキスト用） */
.item.svg-container {
    display: flex;
    justify-content: flex-start; /* 左寄りに変更 */
    align-items: center;
    width: 100%; /* 通常のコンテナ幅 */
    overflow: visible;
    position: relative;
    height: 35vh; /* 高さを上げる */
    margin-left: 0; /* 通常のフローに戻す */
}

.output-text-svg {
    width: auto;
    height: auto;
    max-width: none;
    min-width: 1461px; /* SVGの元の幅を維持 */
    transition: all 0.6s ease-out;
    filter: none;
    object-fit: contain;
    transform: translateX(0);
}

.item.spacer {
    visibility: hidden;
    width: 100%;
}

/* SVG色変更用のクラス */
.output-svg.color-transition,
.output-text-svg.color-transition {
    filter: brightness(0) saturate(100%) invert(23%) sepia(95%) saturate(2884%) hue-rotate(355deg) brightness(98%) contrast(95%);
}

/* Flow04全体の色変更対応 */
.item-flow.flow04.red-theme .output-svg,
.item-flow.flow04.red-theme .output-text-svg {
    filter: brightness(0) saturate(100%) invert(23%) sepia(95%) saturate(2884%) hue-rotate(355deg) brightness(98%) contrast(95%);
}






.item-flow.flow04 .item.before {
    font-size: min(6.4em, 8.8vw);
    white-space: nowrap;
    line-height: 1.1;
    position: relative;
    transition: all 0.2s ease;
}

.item-flow.flow04 .item.before.red {
    color: #ED4033;
}



.item-flow.flow04 .item.after::before,
.item-flow.flow04 .item.after::after {
    content: '';
    display: block;
    position: absolute;
    left: -0.2em;
    border-right: 1px solid #000000;
    height: 50%;
    transition: all 0.2s ease;
}


.item-flow.flow04 .item.after.red::before,
.item-flow.flow04 .item.after.red::after {
    border-color: #ED4033;
}


.item-flow.flow04 .item.after::before {
    bottom: 50%;
    transform: rotate(-24deg);
    transform-origin: right bottom;
}

.item-flow.flow04 .item.after::after {
    top: 50%;
    transform: rotate(24deg);
    transform-origin: right top;

}



.item-flow.flow04 .item.after {
    font-size: min(8.8em, 12vw);

    white-space: nowrap;
    line-height: 1.1;
    transition: all 0.2s ease;
}

.item-flow.flow04 .item.after.red {
    color: #ED4033;
}

@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {}

@media all and (max-width:1024px) {
    .output-text-svg {
        min-width: 1200px; /* タブレットサイズでは少し小さく */
        font-size: 0.9em;
    }
    
    .item.svg-container {
        justify-content: center;
    }
}

@media all and (max-width:499px) {
    .item-flow.flow04 h3 .en {
        font-size: 0.8em;
    }
    
    .output-svg {
        max-width: min(95vw, 600px);
    }
    
    .output-text-svg {
        min-width: 900px; /* スマートフォンサイズでは更に小さく */
        font-size: 0.7em;
    }
    
    .item.svg-container {
        justify-content: center;
    }

}







/* --------------------------------------------------
Project Flow
-------------------------------------------------- */

#project-flow {
    padding-bottom: 20em;
}


.block-project-flow {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto auto auto;
    gap: 10px;
    margin-top: 2.4em;
    border: none;
}


.block-project-flow>.hd.flow1 {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
}

.block-project-flow>.hd.flow2 {
    grid-column: 4 / 9;
    grid-row: 1 / 2;
}

.block-project-flow>.title.step1 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}

.block-project-flow>.text.step1 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    border-left: 1px solid #000000;
    justify-content: space-between;
}

.block-project-flow>.title.step2 {
    grid-column: 3 / 5;
    grid-row: 2 / 3;

}

.block-project-flow>.text.step2 {
    grid-column: 3 / 5;
    grid-row: 3 / 4;
    justify-content: space-between;
}

.block-project-flow>.title.step3 {
    grid-column: 5 / 7;
    grid-row: 2 / 3;
}

.block-project-flow>.text.step3 {
    grid-column: 5 / 7;
    grid-row: 3 / 4;
    justify-content: space-between;
}

.block-project-flow>.title.step4 {
    grid-column: 7 / 9;
    grid-row: 2 / 3;
}

.block-project-flow>.text.step4 {
    grid-column: 7 / 9;
    grid-row: 3 / 4;
    border-right: 1px solid #000000;
    justify-content: space-between;
}



.block-project-flow>.hd {
    text-align: center;
    position: relative;
    padding: 0.4em 0;
}

.block-project-flow>.hd::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #000000;
}

.block-project-flow>.hd.flow1 {
    padding-right: 0.5em;
}

.block-project-flow>.hd.flow1::before {
    right: 0.5em;
}

.block-project-flow>.hd.flow2 {
    padding-left: 0.4em;
}

.block-project-flow>.hd.flow2::before {
    left: 0.4em;
}

.block-project-flow>.hd.flow1::after {
    content: '▼';
    position: absolute;
    font-size: 0.6em;
    left: 100%;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
}




.block-project-flow>.title {
    position: relative;
    padding: 0.8em 1.2em;
}

.block-project-flow>.title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #8E8E8E;
    mix-blend-mode: multiply;
}


.block-project-flow>.title>.inner {
    position: relative;
    color: #ffffff;
}

.block-project-flow>.title>.inner>.number {
    display: block;
    font-size: 0.8em;
}

.block-project-flow>.text {
    font-size: 0.8em;
    padding: 1.0em 1.2em;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 300px;
}

.block-project-flow>.text>.arrow li::after {
    content: '▼';
    display: block;
    font-size: 0.75em;

}

.block-project-flow>.text>.arrow li:last-child::after {
    display: none;

}

.block-project-flow>.text>.disc {
    list-style: disc;
    margin-top: 0;
}

.block-project-flow>.text>ul,
.block-project-flow>.text>p {
    margin-top: 0;
}


.block-project-flow>.text.step1::after,
.block-project-flow>.text.step2::after,
.block-project-flow>.text.step3::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    border-right: 1px solid #000000;
}




@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    #project-flow {
        padding-bottom: 16em;
    }
    
    .block-project-flow {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 2em;
    }
    
    .block-project-flow>.hd.flow1,
    .block-project-flow>.hd.flow2 {
        grid-column: 1;
        grid-row: auto;
    }
    
    .block-project-flow>.title.step1,
    .block-project-flow>.title.step2,
    .block-project-flow>.title.step3,
    .block-project-flow>.title.step4 {
        grid-column: 1;
        grid-row: auto;
    }
    
    .block-project-flow>.text.step1,
    .block-project-flow>.text.step2,
    .block-project-flow>.text.step3,
    .block-project-flow>.text.step4 {
        grid-column: 1;
        grid-row: auto;
        min-height: auto;
    }

}

@media all and (max-width:499px) {



    #project-flow {
        padding-bottom: 12em;
    }


    .block-project-flow {
        grid-template-columns: auto 1fr;
        grid-template-rows: repeat(8, auto);
    }


    .block-project-flow>.hd.flow1 {
        grid-column: 1 / 2;
        grid-row: 1 / 4;
    }

    .block-project-flow>.hd.flow2 {
        grid-column: 1 / 2;
        grid-row: 4 / 9;
    }

    .block-project-flow>.title.step1 {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .block-project-flow>.text.step1 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .block-project-flow>.title.step2 {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }

    .block-project-flow>.text.step2 {
        grid-column: 2 / 3;
        grid-row: 4 / 5;
        border-left: 1px solid #000000;
    }

    .block-project-flow>.title.step3 {
        grid-column: 2 / 3;
        grid-row: 5 / 6;
    }

    .block-project-flow>.text.step3 {
        grid-column: 2 / 3;
        grid-row: 6 / 7;
        border-left: 1px solid #000000;
    }

    .block-project-flow>.title.step4 {
        grid-column: 2 / 3;
        grid-row: 7 / 8;
    }

    .block-project-flow>.text.step4 {
        grid-column: 2 / 3;
        grid-row: 8 / 9;
        border-left: 1px solid #000000;
    }



    .block-project-flow>.hd {
        padding: 0 0.4em !important;
        writing-mode: vertical-rl;
        letter-spacing: 0.2em;
    }

    .block-project-flow>.hd.flow1 {
        padding-top: 1.6em !important;
        padding-bottom: 0 !important;
    }

    .block-project-flow>.hd.flow1::before {
        right: 0;
        bottom: -1.6em;
    }

    .block-project-flow>.hd.flow2 {
        padding-top: 2.4em !important;
    }

    .block-project-flow>.hd.flow2::before {
        left: 0;
        top: 2.4em;
    }

    .block-project-flow>.hd.flow1::after {
        content: '▼';
        left: 50%;
        top: calc(100% + 3.2em);
        transform: translate(-50%, 0) rotate(0deg);
    }




    .block-project-flow>.text.step1::after,
    .block-project-flow>.text.step2::after,
    .block-project-flow>.text.step3::after {
        right: 0px;
    }



}



/* --------------------------------------------------
Project
-------------------------------------------------- */

#project {
    padding-bottom: 20em;

}





.block-branding-project {
    margin-top: 10em;
    display: grid;
    gap: 10em;
}

.block-branding-project>.project h3 {
    margin-bottom: 1.6em;
    line-height: 1.4;
    display: inline-block;
}

.block-branding-project>.project h3::before {
    color: #8E8E8E;
    font-size: 0.9em;
}

.block-branding-project>.project:nth-child(1) h3:before {
    content: 'Case Study 01';
}

.block-branding-project>.project:nth-child(2) h3:before {
    content: 'Case Study 02';
}

.block-branding-project>.project:nth-child(3) h3:before {
    content: 'Case Study 03';
}

.block-branding-project>.project:nth-child(4) h3:before {
    content: 'Case Study 04';
}

.block-branding-project>.project:nth-child(5) h3:before {
    content: 'Case Study 05';
}

.block-branding-project>.project:nth-child(6) h3:before {
    content: 'Case Study 06';
}

.block-branding-project>.project:nth-child(7) h3:before {
    content: 'Case Study 07';
}

.block-branding-project>.project:nth-child(8) h3:before {
    content: 'Case Study 08';
}

.block-branding-project>.project h3>.line {
    display: inline-block;
    width: 1.4em;
    border-bottom: 1px solid #AAAAAA;
    transform: translate(0, -0.3em);
    margin-left: 0.6em;
    margin-right: 0.6em;
}

.block-branding-project>.project h3>.inner {
    font-size: 1.5em;
    display: inline-block;
    padding-top: 0.2em;
}






.block-branding-rebranding-photo.photo-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8em;
}



.block-branding-rebranding-text {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-top: 3.4em;
    margin-bottom: 3.4em;
}

.block-branding-rebranding-text>.title {
    font-size: 1.4em;
    width: 8em;
}

.block-branding-rebranding-text>.text {
    font-size: 0.9em;
}


.block-branding-rebranding-link {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-top: 6.0em;
}

.block-branding-rebranding-link a {
    font-size: 1.2em;
    font-weight: 300;
    padding-bottom: 0.4em;
    position: relative;
    display: block;
}

.block-branding-rebranding-link a>.icon-link {
    width: 0.7em;
    margin-left: 0.6em;
    transition: all 0.3s ease;
}

.block-branding-rebranding-link a:hover>.icon-link {
    transform: translate(0.3em, 0);
}


.block-branding-rebranding-link a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #000000;
    transition: all 0.3s ease;
}

.block-branding-rebranding-link a:hover:after {
    right: -0.6em;
}



@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    #project {
        padding-bottom: 16em;

    }

    .block-branding-project {
        margin-top: 8em;
    }

}

@media all and (max-width:499px) {



    #project {
        padding-bottom: 12em;

    }


    .block-branding-project {
        margin-top: 6em;
        gap: 8em;
    }




    .block-branding-project>.project h3>.inner {
        display: block;
        font-size: 1.3em;
    }






    .block-branding-rebranding-photo.photo-small {
        gap: 1.0em;
        grid-template-columns: 1fr;
    }

    .block-branding-rebranding-text {
        grid-template-columns: 1fr;
        gap: 1em;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    
    .block-branding-rebranding-text>.title {
        font-size: 1.2em;
        width: auto;
        margin-bottom: 0.5em;
    }
    
    .block-branding-rebranding-text>.text {
        font-size: 0.85em;
        line-height: 1.7;
    }

    .block-branding-rebranding-link a {
        font-size: 1.0em;
    }




}








/* --------------------------------------------------
Reblanding
-------------------------------------------------- */

#rebranding {
    padding-bottom: 20em;


}


.block-branding-rebranding-lead {
    padding-left: 24%;
}

.block-branding-rebranding {
    margin-top: 8em;
    display: grid;
    gap: 8em;
}

.block-branding-rebranding>.project h3 {
    margin-bottom: 1.6em;
    line-height: 1.4;
    display: inline-block;
}

.block-branding-rebranding>.project h3::before {
    font-size: 0.9em;
}

.block-branding-rebranding>.project:nth-child(1) h3:before {
    content: 'Case Study 01';
}

.block-branding-rebranding>.project:nth-child(2) h3:before {
    content: 'Case Study 02';
}

.block-branding-rebranding>.project:nth-child(3) h3:before {
    content: 'Case Study 03';
}

.block-branding-rebranding>.project:nth-child(4) h3:before {
    content: 'Case Study 04';
}

.block-branding-rebranding>.project:nth-child(5) h3:before {
    content: 'Case Study 05';
}

.block-branding-rebranding>.project:nth-child(6) h3:before {
    content: 'Case Study 06';
}

.block-branding-rebranding>.project:nth-child(7) h3:before {
    content: 'Case Study 07';
}

.block-branding-rebranding>.project:nth-child(8) h3:before {
    content: 'Case Study 08';
}

.block-branding-rebranding>.project h3>.line {
    display: inline-block;
    width: 1.4em;
    border-bottom: 1px solid #000000;
    transform: translate(0, -0.3em);
    margin-left: 0.6em;
    margin-right: 0.6em;

}

.block-branding-rebranding>.project h3>.inner {
    font-size: 1.5em;
    padding-top: 0.2em;
    display: inline-block;
}




.block-branding-rebranding>.project h4 {
    margin-bottom: 0.8em;
}

.block-branding-rebranding>.project h4.after {
    color: #ED4033;
}

.block-branding-rebranding>.project .block-branding-rebranding-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;

}

.block-branding-rebranding>.project .block-branding-rebranding-inner>.text {
    font-size: 0.8em;
}


.block-branding-rebranding>.project .block-branding-rebranding-after-inner {
    display: grid;
    gap: 3em;

}

.block-branding-rebranding>.project .block-branding-rebranding-after-inner>.image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
}




.block-branding-rebranding>.project .block-branding-rebranding-after-inner>.image img:first-child {
    grid-column: 1 / -1;
}


.block-branding-rebranding>.project .block-branding-rebranding-after-inner>.text {
    font-size: 0.8em;
}



.block-branding-rebranding>.project .icon-arrow {
    padding-top: 2em;
    padding-bottom: 0.2em;
}

.block-branding-rebranding>.project .icon-arrow .arrow {
    display: block;
    width: 1.6em;
    aspect-ratio: 1 / 0.866;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #ED4033;
    margin-left: auto;
    margin-right: auto;

}



@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    #rebranding {
        padding-bottom: 16em;


    }

}

@media all and (max-width:499px) {



    #rebranding {
        padding-bottom: 12em;


    }



    .block-branding-rebranding>.project h3>.inner {
        display: block;
    }


    .block-branding-rebranding>.project .block-branding-rebranding-inner {
        grid-template-columns: repeat(1, 1fr);
    }


    .block-branding-rebranding>.project .block-branding-rebranding-after-inner>.image {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.6em;
    }

    .block-branding-rebranding-lead {
        padding-left: 0;
    }


}








/* --------------------------------------------------
White Paper
-------------------------------------------------- */

#white-paper {
    padding-bottom: 12em;
    position: relative;
    z-index: 1;

}

.block-branding-paper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    margin-top: 6em;
}

.block-branding-paper a {
    border: 1px solid #C6C6C6;
    position: relative;
    display: block;
    height: 100%;
}

.block-branding-paper a .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: all 0.3s ease;
}

.block-branding-paper a:hover .mask {
    opacity: 1;
}

.block-branding-paper a .mask>span {
    margin: auto;
    color: #ffffff;
    font-size: 1.25em;
}
/* ステップ区切り線のスタイル */
.step-divider {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
    opacity: 0.3;
}

.step-detail {
    margin-top: auto;
    color: #000000;
    opacity: 0.8;
    line-height: 1.6;
    margin-top: 1em;
}

/* プロジェクトフロー比較表のスタイル */
#project-flow .comparison-table {
    margin-top: 60px;
    width: 100%;
    clear: both;
    /* overflow-x: auto; */
}

#project-flow .comparison-table h3 {
    color: #000;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: normal;
}

#project-flow .comparison-table table {
    border-collapse: collapse !important;
    width: 100% !important;
    max-width: none !important;
    background-color: white !important;
    border: none !important;
    font-family: inherit;
    table-layout: fixed !important;
    margin: 0 !important;
    display: table !important;
}

#project-flow .comparison-table th,
#project-flow .comparison-table td {
    border-top: 1px solid #999 !important;
    border-bottom: 1px solid #999 !important;
    border-left: none !important;
    border-right: none !important;
    padding: 8px 6px !important;
    text-align: center !important;
    vertical-align: middle !important;
    height: 45px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
}

/* ヘッダー行のスタイル */
#project-flow .comparison-table thead th {
    background-color: #DCDCDC !important;
    color: #333 !important;
    font-weight: normal !important;
    font-size: 0.8rem !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: initial !important;
    height: 50px !important;
    border-top: 1px solid #999 !important;
}
#project-flow .comparison-table thead th:first-child {
    background-color: #787878 !important;
    color: #FFF !important;
    font-weight: normal !important;
    text-align: center !important;
    font-size: 0.8rem !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: initial !important;
}

/* 左列（評価軸）のスタイル */
#project-flow .comparison-table tbody td:first-child {
    background-color: #787878 !important;
    color: #FFF !important;
    font-weight: normal !important;
    text-align: center !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: initial !important;
}

/* The Company列のスタイル */
#project-flow .comparison-table tbody td:nth-child(2) {
    background-color: #fff !important;
    color: #000 !important;
    white-space: nowrap !important;
}
/* The Company列のスタイル */
#project-flow .comparison-table thead th:nth-child(2) {
    background-color: #fff !important;
    color: #000 !important;
    white-space: nowrap !important;
}

/* その他の列のスタイル */
#project-flow .comparison-table tbody td:nth-child(3),
#project-flow .comparison-table tbody td:nth-child(4),
#project-flow .comparison-table tbody td:nth-child(5) {
    background-color: #DCDCDC !important;
    font-size: 0.7rem !important;
    color: #333 !important;
    white-space: nowrap !important;
}

/* 星の評価スタイル */
#project-flow .comparison-table .stars {
    color: #333;
    font-size: 16px;
    letter-spacing: 0px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    /* #project-flow .comparison-table {
        overflow-x: scroll;
    } */
    
    #project-flow .comparison-table table {
        min-width: 700px !important;
    }
    
    #project-flow .comparison-table th,
    #project-flow .comparison-table td {
        font-size: 12px !important;
        padding: 6px 4px !important;
    }
}

@media (max-width: 499px) {

    /* テーブルコンテナ */
    .comparison-table {
        position: relative;
        /* テーブルの右側と下側にスクロールバー分の余白を確保 */
        padding-bottom: 30px;
    }

    /* 横スクロールバーを外側に配置 */
    .comparison-table .simplebar-track.simplebar-horizontal {
        position: absolute;
        bottom: -20px; /* テーブルの下に配置 */
        left: 0;
        right: 0;
        height: 30px;
        background: transparent;
        padding-top: 20px;
    }
    .comparison-table-wrapper {
        position: relative;
        /* 外側にスクロールバーを表示するための余白 */
        padding-bottom: 30px;
        height: 310px;
        overflow: visible; /* 外側にはみ出すことを許可 */
    }

    /* スクロールバーのつまみ */
    .comparison-table .simplebar-scrollbar::before {
        background-color: #787878;
        border-radius: 0px;
    }

    /* 横スクロールのつまみ調整 */
    .comparison-table .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
        height: 10px;
        margin-top: 20px;
    }
    
    #project-flow .comparison-table th,
    #project-flow .comparison-table td {
        font-size: 11px !important;
        padding: 5px 3px !important;
    }
}

@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    #white-paper {
        padding-bottom: 10em;

    }

}

@media all and (max-width:499px) {

    #white-paper {
        padding-bottom: 8em;

    }

    .block-branding-paper {
        grid-template-columns: 1fr;
    }

}

















/* --------------------------------------------------
Our Story
-------------------------------------------------- */
#our-story {
    padding-top: 16em;

}


.list-branding-Story {
    display: grid;
    gap: 2.8em;
    margin-top: 6em;
}

.list-branding-Story li {
    position: relative;
    padding-left: 4.0em;
}

.list-branding-Story li::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: -2.8em;
    border-left: 1px solid #000000;
    transform: translate(0, 0.7em);
}

.list-branding-Story li:last-child:before {
    display: none;
}

.list-branding-Story li::after {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    top: 0.5em;
    background-color: #000000;
    border-radius: 100vh;
}


.list-branding-Story li>.title {
    margin-bottom: 1.2em;
}

.list-branding-Story li>.text {
    font-size: 0.8em;
}


@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {}

@media all and (max-width:499px) {
    #our-story {
        padding-top: 12em;

    }

}

/* --------------------------------------------------
Feature
-------------------------------------------------- */
#feature {
    padding-top: 16em;

}

.block-branding-feature {
    background-color: #E6E5E5;

}

@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {}

@media all and (max-width:499px) {
    #feature {
        padding-top: 12em;

    }

}




/* --------------------------------------------------
Team
-------------------------------------------------- */

#team {
    padding-top: 16em;

}


.list-branding-team {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2em;
    margin-top: 8em;
    color: #ffffff;
}


.list-branding-team li {
    aspect-ratio: 233 / 304;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.list-branding-team li>.inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.0em 1.2em;
}

.list-branding-team li>.inner>.position {
    font-size: 0.8em;
    margin-bottom: 0.8em;
}

@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    .list-branding-team {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media all and (max-width:499px) {
    #team {
        padding-top: 12em;

    }

    .list-branding-team {
        grid-template-columns: repeat(2, 1fr);
    }

}




/* --------------------------------------------------
Contact us
-------------------------------------------------- */
#branding-contact {
    position: relative;
    z-index: 1;

}


.block-branding-contact {
    display: block;
    border: 1px solid #000000;
    text-align: center;
    padding: 6.0em 2.8em;
    padding-right: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    text-align: left;
}

.block-branding-contact:hover {
    background-color: #000000;
    color: #ffffff;
}


.block-branding-contact>.title {
    font-size: min(3em, 8vw);
    line-height: 1;
    margin-bottom: 0.3em;
    font-weight: 200;
}



.block-branding-contact .arrow {
    display: block;
    aspect-ratio: 3.2 / 1;
    height: 1.4em;
    border-bottom: 1px solid #000000;
    position: absolute;
    transition: all 0.2s ease-out;
    right: 2.8em;
    top: 50%;
    margin-top: -0.7em;
}
.sp_br {
    display: hidden;
}

@media screen and (max-width:499px) {
    .block-branding-contact .arrow {
        right: 2.8em;
        top: 80%;
    }
    .sp_br {
        display: block;
    }
}

.block-branding-contact:hover .arrow {
    transform: translate(0.6em, 0);
    border-color: #ffffff;
}

.block-branding-contact .arrow::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    border-right: 1px solid #000000;
    transform: rotate(-45deg);
    transform-origin: right bottom;
    transition: all 0.2s ease-out;
}

.block-branding-contact:hover .arrow::before {
    border-color: #ffffff;
}

/* --------------------------------------------------
Client's Voice
-------------------------------------------------- */
#clients-voice {
    padding-bottom: 1em;
    padding-top: 1em;
    background-color: transparent;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.clients-voice-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
}

.clients-voice-title {
    margin-bottom: 1.0em;
    overflow: hidden;
}

.clients-voice-title .en {
    font-size: 1.0rem;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0.1em;
    font-weight: 350;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-out;
}

.clients-voice-title .ja {
    display: block;
    font-size: 1.2em;
    color: #666;
}

.clients-voice-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    align-items: start;
    background-color: transparent;
    border-radius: 8px;

}

.clients-voice-photo {
    width: 140px;
    aspect-ratio: 1 / 1.1;
    overflow: hidden;
}

.clients-voice-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clients-voice-content {
    display: flex;
    flex-direction: column;
}

.clients-voice-company {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.4;
}

.clients-voice-quote {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.3;
    margin-bottom: 20px;
}

.clients-voice-text {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    text-align: justify;
}

@media all and (max-width:1280px) {}

@media all and (max-width:1024px) {
    #clients-voice {
        padding-bottom: 10em;
    }
    
    .clients-voice-container {
        padding: 0 20px;
    }
    
    .clients-voice-item {
        padding: 30px;
        grid-template-columns: 100px 1fr;
        gap: 30px;
    }
    
    .clients-voice-photo {
        width: 100px;
        aspect-ratio: 1 / 1.1;
    }
    
    .clients-voice-quote {
        font-size: 1.4rem;
    }
}

@media all and (max-width:499px) {
    #clients-voice {
        padding-bottom: 8em;
    }
    
    .clients-voice-item {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0;
    }
    
    .clients-voice-photo {
        width: 35vw;
        aspect-ratio: 1 / 1.1;
        margin: 0 auto;
    }
    
    .clients-voice-company {
        font-size: 12px;
        text-align: left;
    }
    
    .clients-voice-quote {
        font-size: 1.2rem;
        text-align: left;
        margin-bottom: 16px;
    }
    
    .clients-voice-text {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* --------------------------------------------------
inview
-------------------------------------------------- */
.slidein-left {
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: inset(0 100% 0 0)
}

.slidein-left.passing {
    clip-path: inset(0 0 0 0)
}


.fadein {
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.fadein.passing {
    opacity: 1;

}


.fadein-top {
    opacity: 0;
    transform: translate(0, -2.4rem);
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.fadein-top.passing {
    transform: translate(0, 0);
    opacity: 1;

}



.fadein-bottom {
    opacity: 0;
    transform: translate(0, 2.4rem);
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.fadein-bottom.passing {
    transform: translate(0, 0);
    opacity: 1;

}

--------------------------------------------------


body .font .w_b,
body .font.w_b {
    font-family: 'A+mfCv-東京シティフォント コンデンス B StdN', NoChattering
}

body .font .w_m,
body .font.w_m {
    font-family: 'A+mfCv-東京シティフォント コンデンス M StdN', NoChattering
}

body .font .w_r,
body .font.w_r {
    font-family: 'A+mfCv-東京シティフォント コンデンス R StdN', NoChattering
}

body .font .w_l,
body .font.w_l {
    font-family: 'A+mfCv-東京シティフォント コンデンス L StdN', NoChattering
}

body .font .w_el,
body .font.w_el {
    font-family: 'A+mfCv-東京シティフォント コンデンス EL StdN', NoChattering
}



--------------------------------------------------

/* 列幅の設定 */
#project-flow .comparison-table th:nth-child(1),
#project-flow .comparison-table td:nth-child(1) {
    width: 18% !important;
}

#project-flow .comparison-table th:nth-child(2),
#project-flow .comparison-table td:nth-child(2) {
    width: 22% !important;
}

#project-flow .comparison-table th:nth-child(3),
#project-flow .comparison-table td:nth-child(3) {
    width: 20% !important;
}

#project-flow .comparison-table th:nth-child(4),
#project-flow .comparison-table td:nth-child(4) {
    width: 18% !important;
}

#project-flow .comparison-table th:nth-child(5),
#project-flow .comparison-table td:nth-child(5) {
    width: 22% !important;
}

/* ロゴ縦スライドアニメーション用のスタイル（最適化版） */
.logo-vertical {
    /* will-change: transform, opacity; */
    transform: translate3d(-50%, 130vh, 0); /* GPU加速版 */
    opacity: 0;
    visibility: hidden;
    transition: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center center;
    z-index: 1;
    width: auto !important;
    height: auto !important;
    max-width: 90vw !important;
    max-height: 45vh !important;
    min-width: 300px !important;
    min-height: 150px !important;
    display: block !important;
    object-fit: fill !important;
    backface-visibility: hidden; /* 描画最適化 */
    perspective: 1000px;
}

/* SVGスライダーのコンテナ - フルワイドで2つがセットでスライド */
.svg-slider {
    position: relative;
    width: 180vw; /* ビューポート幅の1.8倍で余裕を持たせる */
    height: 100%;
    display: flex;
    align-items: center;
    transform: translateX(0vw); /* 初期状態：before.svgが画面中央に定着 */
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 各SVGスライドのスタイル - 同じ高さで固定、フルワイド対応 */
.svg-slide {
    width: 50vw; /* ビューポート幅の50%ずつ */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    padding: 0 3vw;
}

.svg-slide img {
    width: 120%; /* 幅を大きく */
    max-width: none;
    height: 120%; /* 高さも大きく */
    object-fit: contain;
    /* transform: scale(1.2); さらに拡大 */
}
.svg-slide .svg-after-slide {
    width: 120%; /* 幅を大きく */
    max-width: none;
    height: 145%; /* 高さも大きく */
    object-fit: contain;
    /* transform: scale(1.2); さらに拡大 */
}


/* CSS変数で色を管理 */
:root {
    --svg-red-color: #ED4033;
    --svg-gray-color: #808080;
    --svg-black-color: #000000;
}

/* 初期状態：左が赤、右がグレー（一瞬で変化） */
.svg-before-slide img {
    /* 赤色 #ED4033 に変換 */
    filter: brightness(0) saturate(100%) invert(14%) sepia(93%) saturate(7151%) hue-rotate(3deg) brightness(92%) contrast(118%);
    transition: none;
}

.svg-after-slide img {
    /* グレー #808080 に変換 */
    filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    transition: none;
    scale: 1.2
}

/* スクロール後の状態：左がグレー、右が赤（一瞬で変化） */
.svg-container.color-switched .svg-after-slide img {
    /* 赤色 #ED4033 に変換 */
    filter: brightness(0) saturate(100%) invert(14%) sepia(93%) saturate(7151%) hue-rotate(3deg) brightness(92%) contrast(118%);
}

.svg-container.color-switched .svg-before-slide img {
    /* グレー #808080 に変換 */
    filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

/* 色コードから簡単に変更できるクラス */
.svg-color-red {
    /* 赤色 #ED4033 */
    filter: brightness(0) saturate(100%) invert(14%) sepia(93%) saturate(7151%) hue-rotate(3deg) brightness(92%) contrast(118%) !important;
}

.svg-color-gray {
    /* グレー #808080 */
    filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%) !important;
}

.svg-color-black {
    /* 黒色 #000000 */
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%) !important;
}

.svg-color-white {
    /* 白色 #FFFFFF */
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%) !important;
}

/* カスタム色指定用のユーティリティクラス */
.svg-custom-color-1 {
    /* 青色 #0066CC 例 */
    filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(7151%) hue-rotate(205deg) brightness(92%) contrast(118%) !important;
}

.svg-custom-color-2 {
    /* 緑色 #00CC66 例 */
    filter: brightness(0) saturate(100%) invert(44%) sepia(94%) saturate(7151%) hue-rotate(135deg) brightness(92%) contrast(118%) !important;
}

/* 
色コードからfilter値への変換について：
任意の色コードを使いたい場合は、以下のオンラインツールを使用してください：
https://codepen.io/sosuke/pen/Pjoqqp

使用例：
1. 上記URLにアクセス
2. 「Target Color」に希望の色コード（例：#FF5733）を入力
3. 生成されたfilter値をコピー
4. 新しいクラスを作成して適用

例：
.svg-color-orange {
    filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(345deg) brightness(105%) contrast(97%);
}

HTMLで使用する場合：
<img src="your-svg.svg" class="svg-color-orange">

または、JavaScriptで動的に変更：
$('.svg-after-slide img').addClass('svg-color-orange');
*/

/* レスポンシブ対応 - フルワイドで2つセットでスライド */
@media all and (max-width: 1024px) {
    .item.svg-container {
        height: 800px; /* タブレットでも高めに */
    }
    

    .svg-slide {
        width: 75vw; /* スマホでは各スライドがフル幅 */
        padding: 0 6vw;
    }
    
    .svg-slider {
        transform: translateX(0); /* タブレット：初期状態でbefore中央 */
    }
    
    .svg-slider.slide-switched {
        transform: translateX(-50vw); /* タブレット：afterを中央に */
    }
}

@media all and (max-width: 768px) {
    .item.svg-container {
        height: 350px; /* スマホでも高めに */
    }
    
    .svg-slide {
        padding: 0 1.5vw;
        justify-content: left;
    }
    
    .svg-slide img {
        width: 80%;
        height: 90%;
    }
    
    .svg-slider {
        transform: translateX(0); /* スマホ：初期状態でbefore中央 */
    }
    
    .svg-slider.slide-switched {
        transform: translateX(-50vw); /* スマホ：afterを中央に */
    }
}

@media all and (max-width: 499px) {
    .item.svg-container {
        height: 300px;
    }
    
    .svg-slide {
        width: 90vw; /* スマホでは各スライドがフル幅 */
        padding: 0 2vw;
    }
    
    .svg-slide img {
        width: 90%;
        height: 90%;
    }
    
    .svg-slider {
        width: 200vw; /* 2つのスライドで200vw */
        transform: translateX(0); /* 初期状態：beforeスライドが画面に表示 */
    }
    
    .svg-slider.slide-switched {
        transform: translateX(-100vw); /* afterスライドを画面に表示 */
    }
}

/* --------------------------------------------------
ページロード後シーケンシャルアニメーション
-------------------------------------------------- */

/* 初期状態：全て非表示 */
header .logo {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.wrap-main h1 {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    display: block !important; /* displayをblockに変更して表示できるようにする */
}

.wrap-main .copy .inview-copy {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* アニメーション後の状態 */
header .logo.loaded {
    opacity: 1;
    transform: translateY(0);
}

.wrap-main h1.loaded {
    opacity: 1;
    transform: translateY(0);
}

.wrap-main .copy .inview-copy.loaded {
    opacity: 1;
    transform: translateY(0);
}

/* ローディング中はスクロールを無効化 */
body.loading-animation {
    overflow: hidden;
}

