/* mv */
/* ================================ */

/* 一文字ずつ表示されるパターン */
.mv__char {
    opacity: 0;
    letter-spacing: -0.19em;
    display: inline-block;
}

@media (min-width: 744px) {
    .--font-1 {
        font-family: "lindsey-signature", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 100px;
        letter-spacing: 0;
        margin-bottom: 0.2em;
    }
}

@media (min-width: 1440px) {
    .--font-1 {
        font-family: "lindsey-signature", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2.5em;
        letter-spacing: 0;
        margin-top: 0.08em;
        margin-bottom: 0.3em;
    }
}


@media (max-width: 743px) {
    .--font-1 {
        font-family: "lindsey-signature", sans-serif;
        font-size: 80px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0;
        margin-bottom: 0.15em;
    }
}

.mv__char-space {
    letter-spacing: 0;
}

@keyframes mvTxt {
    0% {
        opacity: 0;
        /* transform: translateX(20px); */
    }
    100% {
        opacity: 1;
        /* transform: translateX(0); */
    }
}

.mv__ttl--sm .mv__char:nth-of-type(1) {
    animation: mvTxt 1.2s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(2) {
    animation: mvTxt 1.5s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(3) {
    animation: mvTxt 1.8s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(4) {
    animation: mvTxt 2.1s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(5) {
    animation: mvTxt 2.4s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(6) {
    animation: mvTxt 2.7s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(7) {
    animation: mvTxt 3s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(8) {
    animation: mvTxt 3.3s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(9) {
    animation: mvTxt 3.6s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(10) {
    animation: mvTxt 3.9s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(11) {
    animation: mvTxt 4.2s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(12) {
    animation: mvTxt 4.5s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(13) {
    animation: mvTxt 4.8s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(14) {
    animation: mvTxt 5.1s ease-out 1.5s 1 normal both;
}
.mv__ttl--sm .mv__char:nth-of-type(15) {
    animation: mvTxt 5.4s ease-out 1.5s 1 normal both;
}

.mv__ttl--lg .mv__char:nth-of-type(1) {
    animation: mvTxt 1.2s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(2) {
    animation: mvTxt 1.5s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(3) {
    animation: mvTxt 1.8s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(4) {
    animation: mvTxt 2.1s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(5) {
    animation: mvTxt 2.4s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(6) {
    animation: mvTxt 2.7s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(7) {
    animation: mvTxt 3s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(8) {
    animation: mvTxt 3.3s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(9) {
    animation: mvTxt 3.6s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(10) {
    animation: mvTxt 3.9s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(11) {
    animation: mvTxt 4.2s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(12) {
    animation: mvTxt 4.5s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(13) {
    animation: mvTxt 4.8s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(14) {
    animation: mvTxt 5.1s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(15) {
    animation: mvTxt 5.4s ease-out 1.5s 1 normal both;
}
.mv__ttl--lg .mv__char:nth-of-type(16) {
    animation: mvTxt 5.7s ease-out 1.5s 1 normal both;
}

.mv__lead .mv__char:nth-of-type(1) {
    animation: mvTxt 1.2s ease-out 1.5s 1 normal both;
}
.mv__lead .mv__char:nth-of-type(2) {
    animation: mvTxt 1.5s ease-out 1.5s 1 normal both;
}
.mv__lead .mv__char:nth-of-type(3) {
    animation: mvTxt 1.8s ease-out 1.5s 1 normal both;
}
.mv__lead .mv__char:nth-of-type(4) {
    animation: mvTxt 2.1s ease-out 1.5s 1 normal both;
}
.mv__lead .mv__char:nth-of-type(5) {
    animation: mvTxt 2.4s ease-out 1.5s 1 normal both;
}
.mv__lead .mv__char:nth-of-type(6) {
    animation: mvTxt 2.7s ease-out 1.5s 1 normal both;
}
.mv__lead .mv__char:nth-of-type(7) {
    animation: mvTxt 3s ease-out 1.5s 1 normal both;
}
.mv__lead .mv__char:nth-of-type(8) {
    animation: mvTxt 3.3s ease-out 1.5s 1 normal both;
}
.mv__lead .mv__char:nth-of-type(9) {
    animation: mvTxt 3.6s ease-out 1.5s 1 normal both;
}
.mv__lead .mv__char:nth-of-type(10) {
    animation: mvTxt 3.9s ease-out 1.5s 1 normal both;
}
.mv__lead .mv__char:nth-of-type(11) {
    animation: mvTxt 4.2s ease-out 1.5s 1 normal both;
}
.mv__lead .mv__char:nth-of-type(12) {
    animation: mvTxt 4.5s ease-out 1.5s 1 normal both;
}
.mv__lead .mv__char:nth-of-type(13) {
    animation: mvTxt 4.8s ease-out 1.5s 1 normal both;
}
.mv__lead .mv__char:nth-of-type(14) {
    animation: mvTxt 5.1s ease-out 1.5s 1 normal both;
}

.mv__txt .mv__char:nth-of-type(1) {
    animation: mvTxt 1.2s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(2) {
    animation: mvTxt 1.5s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(3) {
    animation: mvTxt 1.8s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(4) {
    animation: mvTxt 2.1s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(5) {
    animation: mvTxt 2.4s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(6) {
    animation: mvTxt 2.7s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(7) {
    animation: mvTxt 3s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(8) {
    animation: mvTxt 3.3s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(9) {
    animation: mvTxt 3.6s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(10) {
    animation: mvTxt 3.9s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(11) {
    animation: mvTxt 4.2s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(12) {
    animation: mvTxt 4.5s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(13) {
    animation: mvTxt 4.8s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(14) {
    animation: mvTxt 5.1s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(15) {
    animation: mvTxt 5.4s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(16) {
    animation: mvTxt 5.7s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(17) {
    animation: mvTxt 6s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(18) {
    animation: mvTxt 6.3s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(19) {
    animation: mvTxt 6.6s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(20) {
    animation: mvTxt 6.9s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(21) {
    animation: mvTxt 7.2s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(22) {
    animation: mvTxt 7.5s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(23) {
    animation: mvTxt 7.8s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(24) {
    animation: mvTxt 8.1s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(25) {
    animation: mvTxt 8.4s ease-out 3s 1 normal both;
}
.mv__txt .mv__char:nth-of-type(26) {
    animation: mvTxt 8.7s ease-out 3s 1 normal both;
}

.mv__date .mv__char:nth-of-type(1) {
    animation: mvTxt 1.2s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(2) {
    animation: mvTxt 1.5s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(3) {
    animation: mvTxt 1.8s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(4) {
    animation: mvTxt 2.1s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(5) {
    animation: mvTxt 2.4s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(6) {
    animation: mvTxt 2.7s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(7) {
    animation: mvTxt 3s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(8) {
    animation: mvTxt 3.3s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(9) {
    animation: mvTxt 3.6s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(10) {
    animation: mvTxt 3.9s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(11) {
    animation: mvTxt 4.2s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(12) {
    animation: mvTxt 4.5s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(13) {
    animation: mvTxt 4.8s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(14) {
    animation: mvTxt 5.1s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(15) {
    animation: mvTxt 5.4s ease-out 3s 1 normal both;
}
.mv__date .mv__char:nth-of-type(16) {
    animation: mvTxt 5.7s ease-out 3s 1 normal both;
}

@media (max-width: 743px) {
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(1) {
        animation: mvTxt 1.2s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(2) {
        animation: mvTxt 1.5s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(3) {
        animation: mvTxt 1.8s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(4) {
        animation: mvTxt 2.1s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(5) {
        animation: mvTxt 2.4s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(6) {
        animation: mvTxt 2.7s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(7) {
        animation: mvTxt 3s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(8) {
        animation: mvTxt 3.3s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(9) {
        animation: mvTxt 3.6s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(10) {
        animation: mvTxt 3.9s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(11) {
        animation: mvTxt 4.2s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(12) {
        animation: mvTxt 4.5s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(13) {
        animation: mvTxt 4.8s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(14) {
        animation: mvTxt 5.1s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(15) {
        animation: mvTxt 5.4s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(16) {
        animation: mvTxt 5.7s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(17) {
        animation: mvTxt 6s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(18) {
        animation: mvTxt 6.3s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(19) {
        animation: mvTxt 6.6s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(20) {
        animation: mvTxt 6.9s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(21) {
        animation: mvTxt 7.2s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(22) {
        animation: mvTxt 7.5s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(23) {
        animation: mvTxt 7.8s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(24) {
        animation: mvTxt 8.1s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(25) {
        animation: mvTxt 8.4s ease-out 3s 1 normal both;
    }
    .mv__txt:nth-of-type(1) .mv__char:nth-of-type(26) {
        animation: mvTxt 8.7s ease-out 3s 1 normal both;
    }
}

/* 一文字ずつ表示されるパターン */

.mv-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: -8;
}

@keyframes mvAnime {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.mv {
    position: relative;
}

.swiper-slide-active .mv__img,
.swiper-slide-duplicate-active .mv__img,
.swiper-slide-prev .mv__img {
    animation: mvAnime 10s linear 0.2s 1 normal both;
    will-change: animation;
    width: auto;
    height: 100vh;
    height: 100dvh;
}

.mv-swiper .swiper-slide .mv__img {
    transform: scale(1.2);
}
.mv-swiper .swiper-slide {
    overflow: hidden;
}

.mv__img img {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    object-fit: cover;
    /* aspect-ratio: 144/70; */
}

.mv-swiper .swiper-wrapper {
    height: 100vh;
    height: 100dvh;
}

.mv__ttl {
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.19em;
}

.mv__ttl--sm {
    font-size: clamp(35px, 2.43vw, 70px);
    display: block;
}

.mv__ttl--lg {
    font-size: clamp(50px, 3.47vw, 100px);
    display: block;
    margin-top: 0.84vw;
    line-height: 1.26;
}

.mv__lead {
    text-align: center;
    font-weight: 400;
    font-size: clamp(30px, 2.08vw, 60px);
    letter-spacing: 0.45em;
    margin-top: 40px;
    line-height: 1.5;
}

.mv__txt {
    font-style: normal;
    font-weight: 500;
    font-size: clamp(16px, 1.11vw, 32px);
    letter-spacing: 0.45em;
    display: block;
    text-align: center;
    line-height: 1.81;
    margin-top: 2vw;
    text-shadow: 0 3px 15px #00000030;
}

.mv__txt + .mv__txt {
    margin-top: 0;
}

.mv__txt-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    width: 100%;
    z-index: 888;
    text-shadow: 0 3px 15px #00000030;
}

.mv__date {
    font-size: clamp(20px, 1.38vw, 40px);
    font-weight: 500;
    letter-spacing: 0.45em;
    text-align: center;
    display: block;
    margin-top: 2.8vw;
}

.mv-swiper01 {
    position: relative;
}

.mv-swiper01::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000010;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1440px) {
    .mv__ttl--sm {
        font-size: 35px;
    }

    .mv__ttl--lg {
        font-size: 50px;
    }

    .mv__txt {
        font-size: 16px;
    }

    .mv__date {
        font-size: 20px;
    }

    .mv__lead {
        font-size: 30px;
    }
}

@media (max-width: 1279px) {
    .mv__ttl--sm {
        font-size: clamp(26.215px, 2.73vw, 35px);
    }

    .mv__ttl--lg {
        font-size: clamp(37.45px, 3.9vw, 50px);
    }

    .mv__txt {
        font-size: clamp(11.98px, 1.249vw, 16px);
    }

    .mv__date {
        font-size: clamp(14.98px, 1.56vw, 20px);
    }

    .mv__lead {
        font-size: clamp(22.47px, 3vw, 30px);
    }
}

@media (max-width: 743px) {
    .mv__ttl--sm {
        font-size: clamp(25px, 6.66vw, 50px);
    }

    .mv__ttl--lg {
        font-size: clamp(34px, 9vw, 68px);
        margin-top: 2.15vw;
        font-weight: 400;
    }

    .mv__txt {
        font-size: clamp(14px, 3.73vw, 28px);
        line-height: 1.78em;
        margin-top: 7.6vw;
        font-weight: 500;
        margin-top: 8vw;
    }

    .mv__txt + .mv__txt {
        margin-top: 0;
    }

    .mv__txt .mv__char {
        letter-spacing: -0.46em;
    }

    .mv__txt .mv__char-space {
        margin-left: -0.65vw;
    }

    .mv__lead {
        font-size: clamp(24px, 6.4vw, 48px);
        font-weight: 500;
        margin-top: 30px;
        margin-right: -5%;
    }

    .mv__lead .mv__char {
        letter-spacing: -0.2em;
    }

    .mv__date {
        font-size: clamp(20px, 5.33vw, 40px);
        margin-top: 5.7vw;
        letter-spacing: 0.28em;
        font-weight: 200;
    }

    .mv-swiper04,
    .mv-swiper01,
    .mv-swiper02,
    .mv-swiper03 {
        position: relative;
    }

    /* .mv-swiper04::before {
        background-color: #03030340;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mv-swiper01::before {
        background-color: #03030340;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mv-swiper02::before {
        background-color: #03030340;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mv-swiper03::before {
        background-color: #03030340;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    } */
}

/* メイン */
/* ================================ */
.bg-stone {
    position: relative;
    margin-top: 100vh;
    margin-top: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    will-change: clip-path;
}

/* safariのみ適用 */
::-webkit-full-page-media,
:future,
:root .bg-stone {
    transform: translateZ(0);
}

.bg-stone__img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    background-color: #fff;
}

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

.story {
    margin-left: 11.84vw;
}

.process {
    margin-left: 11.84vw;
}

.bg-stone .ly-inner {
    padding: 20.9vw 0 0;
    margin: 0 auto;
}

.lv3-heading {
    font-size: clamp(12px, 0.83vw, 24px);
    font-weight: 300;
    letter-spacing: 0.28em;
    line-height: 1;
    display: flex;
    align-items: center;
}

.lv3-heading--en {
    letter-spacing: 0.16em;
    padding-right: 0.7vw;
    margin-right: 0.7vw;
    line-height: 0;
    position: relative;
    display: block;
}

.lv3-heading--en::after {
    position: absolute;
    content: "";
    width: 0.5px;
    height: 0.56vw;
    background-color: #333;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scaleX(0.25);
}

.lv3-heading + .bg-stone__sm-txt {
    margin-top: 4.17vw;
}

.concept__col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.concept__col1 {
    width: 48.06%;
    display: flex;
    align-items: flex-end;
    margin-top: -7.16vw;
}

.concept__col2 {
    width: 40.42%;
}

.concept__col1-01 {
    width: 73.3%;
}

.concept__col1-02 {
    width: 29.8%;
    margin-bottom: -5.9vw;
}

.concept__col1-01 img {
    width: 100%;
}

.concept__col1-02 img {
    width: 100%;
}

.bg-stone__lg-txt {
    font-size: clamp(24px, 1.66vw, 48px);
    font-weight: 400;
    letter-spacing: 0.34em;
    line-height: 2.25;
    margin-top: 4.2vw;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.bg-stone__lg-txt.animate {
    animation: txtBlur 2.5s linear 0s forwards;
    opacity: 1;
}

@keyframes txtBlur {
    0% {
        filter: blur(5px);
    }
    100% {
        filter: blur(0);
    }
}

.mv {
    position: relative;
}

.bg-stone__sm-txt {
    font-size: clamp(14px, 0.97vw, 28px);
    font-weight: 300;
    letter-spacing: 0.28em;
    line-height: 2.28;
}
.bg-stone__lg-txt + .bg-stone__sm-txt {
    margin-top: 49px;
}

.bg-stone__sm-txt + .bg-stone__sm-txt {
    margin-top: 1.95vw;
}

.concept {
    margin-top: 17.37vw;
}

.process__col-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.8vw;
}

.process {
    margin-top: 24vw;
}

.process__col-wrap .bg-stone__lg-txt {
    margin-top: 0;
}

.process__col2 {
    margin-left: 3.48vw;
}

.bg-stone__bottom {
    width: 100%;
    height: 100%;
    aspect-ratio: 1440 / 486;
    margin-top: 4.9vw;
}

.bg-stone__bottom img {
    width: 100%;
}

@media (max-width: 1440px) {
    .lv3-heading {
        font-size: 12px;
    }

    .bg-stone__lg-txt {
        font-size: 24px;
    }
    .bg-stone__md-txt {
        font-size: 14px;
    }
    .bg-stone__sm-txt {
        font-size: 14px;
    }
}

@media (max-width: 1279px) {
    .lv3-heading {
        font-size: clamp(9px, 0.938vw, 12px);
    }

    .bg-stone__lg-txt {
        font-size: clamp(18px, 1.87vw, 24px);
    }

    .bg-stone__sm-txt {
        font-size: clamp(10.48px, 1.09vw, 14px);
    }
}

@media (max-width: 959px) {
    .story,
    .process {
        margin-left: 30px;
    }

    .concept__col2 {
        padding-right: 30px;
    }
}

@media (max-width: 743px) {
    .process {
        margin-top: 19.75vw;
    }

    .concept {
        margin-top: 19.75vw;
    }

    .story {
        margin-left: 11.84vw;
        padding: 0 20px;
    }

    .process {
        margin-left: 11.84vw;
    }

    .bg-stone .ly-inner {
        padding: 21.4vw 0 0;
    }

    .lv3-heading {
        font-size: clamp(12px, 3.2vw, 24px);
    }

    .lv3-heading--en {
        padding-right: 2.67vw;
        margin-right: 2.67vw;
    }

    .lv3-heading--en::after {
        height: 2.1vw;
    }

    .bg-stone__lg-txt {
        font-size: clamp(19px, 5vw, 40px);
        line-height: 2;
        letter-spacing: 0.41em;
        margin-top: 10px;
    }

    .bg-stone__sm-txt {
        letter-spacing: 0.26em;
        font-size: clamp(14px, 3.73vw, 28px);
    }

    .bg-stone__lg-txt + .bg-stone__sm-txt {
        margin-top: 30px;
    }

    .bg-stone__sm-txt + .bg-stone__sm-txt {
        margin-top: 6.3vw;
    }

    .concept__col-wrap {
        display: block;
    }

    .concept__col1 {
        width: 94.66%;
        margin-top: 0;
    }

    .concept__col2 {
        width: 100%;
        padding: 22.4vw 20px 0 20px;
    }

    .story,
    .process {
        margin-left: 0;
    }

    .bg-stone__bottom {
        width: 100%;
        margin: 0 0 0 auto;
        height: 100%;
        aspect-ratio: 375/260;
        margin-top: 0;
    }

    .process__inner {
        padding: 0 20px 74px;
        margin-top: 40px;
    }

    .process__col-wrap .bg-stone__lg-txt {
        letter-spacing: 0.28em;
    }

    .process__col2 {
        margin-left: 0;
        margin-top: 20px;
    }

    .process__col2 .bg-stone__sm-txt {
        letter-spacing: 0.24em;
    }
}

/* garally */
/* ================================ */
.garally {
    background-color: #fff;
}

.garally .lv3-heading {
    padding-top: 9.7vw;
    padding-left: 11.82vw;
}

.garally__col01,
.garally__col02 {
    width: 100%;
    height: 100vh;
    position: relative;
}

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

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

@media (max-width: 959px) {
    .garally .lv3-heading {
        padding-left: 20px;
    }
}

@media (max-width: 743px) {
    .garally .lv3-heading {
        padding-top: 20.6vw;
    }
}

/* event */
/* ================================ */
.event {
    background-color: #fff;
    padding-bottom: 200px;
    padding-bottom: 14vw;
    margin-top: -1px;
}

.event .ly-inner {
    padding-top: 8vw;
}

.event__slider {
    margin-top: 2.8vw;
}

/* スライダー2枚以上登録の場合削除 */
.event__slider {
    max-width: 40%;
    margin: 4vw auto;
}

.event-swiper-slide p {
    opacity: 1 !important;
}

@media (max-width: 743px) {
    .event__slider {
        max-width: 100%;
    }
}
/* ------------------ここまで */

.event .swiper-slide__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 594/475;
    object-fit: cover;
    opacity: 0.5;
    transition:
        opacity 0s ease-in,
        opacity 1s ease-in-out 0.5s;
}

.event-swiper-slide.swiper-slide-active .swiper-slide__img img {
    opacity: 1;
}

.event-swiper-slide .swiper-slide__img {
    position: relative;
}

.event-swiper-slide .swiper-slide__img::after {
    background-color: #00000040;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    content: "";
    transition:
        opacity 0s ease-in,
        opacity 1s ease-in-out 0.5s;
}

.event-swiper-slide.swiper-slide-active .swiper-slide__img::after {
    opacity: 0;
}

.event-swiper-slide .swiper-slide__img.slide_only::after {
    display: none;
}

.event-swiper-slide .swiper-slide__img.slide_only img {
    opacity: 1;
}

@media (hover: hover) {
    .event-swiper-slide a:hover {
        opacity: initial;
    }
}

.member__name {
    font-size: clamp(14px, 0.97vw, 28px);
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.28em;
    line-height: 1.4;
    margin-top: 1.7vw;
    transition: 0.3s;
    opacity: 0;
    /* transition: opacity 2s ease-in-out 1s; */
    transition:
        opacity 0s ease-in,
        opacity 1s ease-in-out 0.5s;
}

.member__ttl {
    font-size: clamp(14px, 0.97vw, 28px);
    transition:
        opacity 0s ease-in,
        opacity 1s ease-in-out 0.5s;
    font-weight: 600;
    letter-spacing: 0.43em;
    text-align: left;
    margin-top: 2vw;
}

.member__txt {
    font-size: clamp(14px, 0.97vw, 28px);
    transition:
        opacity 0s ease-in,
        opacity 1s ease-in-out 0.5s;
    font-weight: 400;
    text-align: left;
    line-height: 1.6;
    margin-top: 1.13vw;
    letter-spacing: 0.28em;
}

.swiper-slide-active p {
    opacity: 1;
}

.event-swiper-slide > .swiper-slide__img {
    position: relative;
}

.event-swiper-slide > .swiper-slide__img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000045;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition:
        opacity 0s ease-in,
        opacity 1s ease-in-out 0.5s;
}

.event-swiper-slide.swiper-slide-active .swiper-slide__img::after {
    opacity: 0;
}

.swiper-button-next {
    right: 20vw;
}

.swiper-button-prev {
    left: 20vw;
}

.swiper-button-next {
    background-image: url(../img/teaser/arrow-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15.8px !important;
    height: 48.85px !important;
    content: "" !important;
    right: 23% !important;
}

.swiper-button-prev {
    background-image: url(../img/teaser/arrow-left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15.8px !important;
    height: 48.85px !important;
    content: "" !important;
    left: 23% !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

@media (max-width: 1440px) {
    .member__name {
        font-size: 14px;
    }

    .member__ttl {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.28em;
        margin-top: 16px;
        text-align: left;
        margin-top: 28px;
    }

    .member__txt {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: 1.6;
        margin-top: 16px;
        letter-spacing: 0.28em;
    }
}

@media (max-width: 1279px) {
    .member__name {
        font-size: clamp(10.48px, 1.09vw, 14px);
    }

    .member__ttl {
        font-size: clamp(13px, 1.74vw, 17px);
    }

    .member__txt {
        font-size: 16px;
        font-size: clamp(12px, 1.69vw, 16px);
    }
}

@media (max-width: 743px) {
    .event {
        padding-bottom: 13.5vw;
    }

    .event .ly-inner {
        margin-left: 0;
        margin-top: 0;
    }

    .event__slider {
        margin-top: 5.6vw;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 8px;
        height: 24px;
    }

    .swiper-button-next {
        right: 2% !important;
        width: 7.36px !important;
        height: 23.83% !important;
    }

    .swiper-button-prev {
        left: 2% !important;
        width: 7.36px !important;
        height: 23.83% !important;
    }

    .member__name {
        font-size: clamp(14px, 3.73vw, 28px);
        margin-top: 4.3vw;
        margin-left: 2vw;
    }

    .member__ttl {
        font-size: clamp(17px, 4.5vw, 28px);
        font-weight: 600;
        margin-top: 7.5vw;
        margin-left: 2vw;
        line-height: 1.6;
    }

    .member__txt {
        font-size: clamp(14px, 3.7vw, 28px);
        font-weight: 300;
        margin-top: 4vw;
        margin-left: 2vw;
    }

    .event {
        padding-bottom: 36.5vw;
    }

    .contact-btn {
        width: 236px;
        min-width: initial;
        max-width: initial;
    }

    .contact-btn a {
        padding: 15px;
    }

    .contact {
        padding-bottom: 26.7vw;
    }
}

/* アニメーション */
/* =================================== */
/* story */
/* ---------------------- */
.story-fade {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.story-fade.is-show {
    transform: translateY(0);
    opacity: 1;
}

.story-fade__01 {
    transition-delay: 0.3s;
}
.story-fade__02 {
    transition-delay: 0.6s;
}
.story-fade__03 {
    transition-delay: 1s;
}

/* concept */
/* ---------------------- */
.concept-fade {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.concept-fade.is-show {
    transform: translateY(0);
    opacity: 1;
}

.concept-fade__01 {
    transition-delay: 0.8s;
}
.concept-fade__02 {
    transition-delay: 0.6s;
}
.concept-fade__03 {
    transition-delay: 1s;
}
.concept-fade__04 {
    transition-delay: 1.3s;
}

/* process */
/* ---------------------- */
.process-fade {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.process-fade.is-show {
    transform: translateY(0);
    opacity: 1;
}

.process-fade__01 {
    transition-delay: 0.3s;
}
.process-fade__02 {
    transition-delay: 0.6s;
}

/* event */
/* ---------------------- */
.event-fade {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.event-fade.is-show {
    transform: translateY(0);
    opacity: 1;
}

.event-fade__01 {
    transition-delay: 0.3s;
}
.event-fade__02 {
    transition-delay: 0.6s;
}

/* contact */
/* ---------------------- */
.contact-fade {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.contact-fade.is-show {
    transform: translateY(0);
    opacity: 1;
}

.contact-fade__01 {
    transition-delay: 0.3s;
}
