/* outline-mvv.css */

body {
    background: #f2f4ee;
}

footer {
    position: relative;
    z-index: 10;
}

.outline-mvv {
    position: relative;
    padding-top: 40px;
}

@media screen and (max-width: 600px) {
    .outline-mvv {
        padding-top: 20px;
    }
}

.outline-mvv__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.outline-mvv main {
    position: relative;
    z-index: 1;
}

/* ===========================
   全体背景
   =========================== */
.outline-mvv__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.outline-mvv__bg-img {
    position: absolute;
    top: 15vh;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: bg-fade-in 1.2s ease forwards;
}

@keyframes bg-fade-in {
    to {
        opacity: 1;
    }
}

.outline-mvv__bg-img--sp {
    display: none;
}

.outline-mvv__bg-img--pc {
    display: block;
}

@media (max-width: 1080px) {
    .outline-mvv__bg-img--sp {
        display: block;
    }

    .outline-mvv__bg-img--pc {
        display: none;
    }


}

/* ===========================
   ヒーロー
   =========================== */
.outline-mvv__hero {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100vh;
}

.outline-mvv__hero-inner {
    position: relative;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    height: 100%;
    min-height: clamp(26rem, 48vw, 40rem);
    overflow: hidden;
}

@media (max-width: 1080px) {
    .outline-mvv__hero-inner {
        min-height: clamp(20rem, 62vw, 45rem);
    }
}

.outline-mvv__layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.outline-mvv__layer--copy {
    z-index: 3;
}

/* --- コピー --- */
.outline-mvv__copy-wrap {
    position: absolute;
    left: 50%;
    top: calc(50% - 94px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: min(82%, 64rem);
    transform: translate(-50%, -50%) rotate(-3.5deg);
    transform-origin: center;
    z-index: 10;
}

@media (max-width: 1080px) {
    .outline-mvv__copy-wrap {
        top: calc(50% - 58px);
        gap: 0.25rem;
        width: min(92%, 37rem);
        transform: translate(-50%, -50%) rotate(-3deg);
    }
}

.outline-mvv__copy-line {
    display: block;
    width: 100%;
    height: auto;
}

.outline-mvv__copy-line svg {
    display: block;
    width: 100%;
    height: auto;
}

/* SP: sp02（2行目）を sp01 と同じ文字サイズに（viewBox幅比 288.63/425.54） */
.outline-mvv__copy-wrap--sp .outline-mvv__copy-line:last-child svg {
    width: 67.83%;
    margin-inline: auto;
}

/* SVGパスのアニメーション設定 */
.outline-mvv__copy-line path {
    opacity: 0;
    transform: scale(0.5) translateY(20px);
    transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center;
    transform-box: fill-box;
}

.outline-mvv__copy-line path.is-visible {
    opacity: 1;
    transform: scale(1) translateY(0);
}

/* PC: pc01（1行目）を pc02 と同じ文字サイズに（viewBox幅比 557.24/756.06） */
.outline-mvv__copy-wrap--pc .outline-mvv__copy-line:first-child svg {
    width: 73.70%;
    margin-inline: auto;
}

.outline-mvv__copy-wrap--pc {
    display: flex;
}

.outline-mvv__copy-wrap--sp {
    display: none;
}

@media (max-width: 1080px) {
    .outline-mvv__copy-wrap--pc {
        display: none;
    }

    .outline-mvv__copy-wrap--sp {
        display: flex;
    }
}

/* --- ヒーローイラスト --- */
.outline-mvv__hero-illust,
.outline-mvv__hero-deco {
    position: absolute;
    pointer-events: none;
    z-index: 2;
}

/* キャラクター */
.outline-mvv__hero-illust--01 {
    top: -2vw;
    left: -4vw;
    width: 25vw;
}

.outline-mvv__hero-illust--02 {
    top: 2vw;
    right: -1vw;
    width: 22vw;
    transform: rotate(-10deg);
}

.outline-mvv__hero-illust--03 {
    top: 80vh;
    left: 50%;
    transform: translateX(-50%) rotate(-56.25deg);
    width: 8%;
    z-index: 1;
}

.outline-mvv__hero-illust--04 {
    top: 62%;
    right: 2vw;
    width: 26vw;
    transform: rotate(10deg);
}

.outline-mvv__hero-illust--05 {
    top: 0;
    left: 60%;
    width: 3%;
    transform: translateY(-25%) rotate(-30deg);
}

/* デコレーション */
.outline-mvv__hero-deco--acc00 {
    top: 0;
    left: 40%;
    width: 4%;
    transform: rotate(15deg);
}

.outline-mvv__hero-deco--ribbon03 {
    top: 6%;
    left: 45%;
    width: 25%;
    transform: rotate(-10deg);
    z-index: 1;
}

.outline-mvv__hero-deco--ribbon04 {
    top: 72%;
    left: 35%;
    transform: translate(-50%, -50%) rotate(-15deg);
    width: 25%;
    z-index: -1;
}

.outline-mvv__hero-deco--acc01 {
    bottom: 4vw;
    left: 4vw;
    width: 6vw;
}

.outline-mvv__hero-deco--accent01 {
    top: 24%;
    left: 20%;
    width: 6vw;
    transform: rotate(35deg);
}

.outline-mvv__hero-deco--shape01 {
    top: 80vh;
    right: 0;
    width: 45%;
    z-index: 1;
}

.outline-mvv__hero-deco--shape01-center {
    top: calc(80vh + 15vw);
    right: -3%;
    width: 30%;
    z-index: 1;
}

@media (max-width: 1080px) {

    /* デコレーション */
    .outline-mvv__hero-deco--acc00 {
        top: 0;
        left: 40%;
        width: 8%;
        transform: rotate(15deg);
    }

    .outline-mvv__hero-illust--01 {
        top: -4vw;
        left: -8vw;
        width: 45vw;
    }

    .outline-mvv__hero-illust--02 {
        top: 3vw;
        right: -3vw;
        width: 38vw;
        transform: rotate(-10deg);
    }

    .outline-mvv__hero-illust--03 {
        top: 80vh;
        left: 50%;
        transform: translateX(-50%) rotate(-56.25deg);
        width: 8%;
        right: auto;
    }

    .outline-mvv__hero-illust--04 {
        top: 62%;
        right: 2vw;
        width: 48vw;
        transform: rotate(10deg);
    }

    .outline-mvv__hero-illust--05 {
        top: 0;
        left: 60%;
        width: 5%;
        transform: rotate(-30deg);
    }

    .outline-mvv__hero-deco--ribbon03 {
        top: 15%;
        left: 45%;
        width: 25%;
        transform: rotate(-10deg);
        z-index: 1;
    }

    .outline-mvv__hero-deco--ribbon04 {
        top: 72%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-15deg);
        width: 40%;
        z-index: -1;
    }

    .outline-mvv__hero-deco--acc01 {
        bottom: 25vw;
        left: 6vw;
        width: 11vw;
    }

    .outline-mvv__hero-deco--accent01 {
        top: 26%;
        left: 18%;
        width: 16vw;
        transform: rotate(-15deg);
    }
}

/* ===========================
   シーン（MVV カードエリア）
   =========================== */
.outline-mvv__scene {
    position: relative;
    z-index: 1;
}

/* --- 背景シェイプ --- */
.outline-mvv__shape {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.outline-mvv__shape--02 {
    top: calc(80vh + 3vw);
    right: -2%;
    width: 30%;
}

.outline-mvv__shape--03 {
    top: 35vw;
    left: -10%;
    width: 28%;
}

.outline-mvv__shape--04 {
    top: 120vw;
    right: 0;
    width: 35%;
}

.outline-mvv__shape--05 {
    top: 110vw;
    left: -10%;
    width: 28%;
}

.outline-mvv__shape--06 {
    top: 200vw;
    left: -3%;
    width: 38%;
}

.outline-mvv__shape--07 {
    top: 210vw;
    right: 50%;
    width: 35%;
    transform: translateX(50%);
}

.outline-mvv__shape--08 {
    top: 200vw;
    right: 0;
    width: 35%;
}

.outline-mvv__shape--09 {
    top: 25vw;
    right: -3%;
    width: 3vw;
}

.outline-mvv__shape--10 {
    top: 0;
    right: 20%;
    width: 2vw;
}

.outline-mvv__shape--10b {
    top: 1.2vw;
    right: 17.5%;
    width: 1.2vw;
}

.outline-mvv__shape--11 {
    top: 35%;
    right: 20%;
    width: 3vw;
}

.outline-mvv__shape--12 {
    top: 90vw;
    left: -3%;
    width: 20px;
}

@media (max-width: 1080px) {
    .outline-mvv__shape--02 {
        top: calc(80vh + 4vw);
        right: -3%;
        width: 30%;
    }

    .outline-mvv__shape--03 {
        top: 80vw;
        right: -5%;
        width: 28%;
    }

    .outline-mvv__shape--04 {
        top: 180vw;
        left: -5%;
        width: 40%;
    }

    .outline-mvv__shape--05 {
        top: 200vw;
        right: -5%;
        width: 35%;
    }

    .outline-mvv__shape--06 {
        top: 350vh;
        left: -5%;
        width: 45%;
    }

    .outline-mvv__shape--07 {
        top: 365vh;
        right: -5%;
        width: 40%;
    }

    .outline-mvv__shape--08 {
        top: 382vh;
        left: -5%;
        width: 42%;
    }

    .outline-mvv__shape--09 {
        top: 50vw;
        right: -5%;
        width: 15vw;
    }

    .outline-mvv__shape--10 {
        top: 140vw;
        left: -5%;
        width: 12%;
    }

    .outline-mvv__shape--10b {
        top: 148vw;
        left: 38%;
        width: 7%;
    }

    .outline-mvv__shape--11 {
        top: 240vw;
        right: -5%;
        width: 15vw;
    }

    .outline-mvv__shape--12 {
        top: 340vw;
        left: -5%;
        width: 38%;
    }
}

/* --- デコレーション --- */
.outline-mvv__deco {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.outline-mvv__deco--ribbon03 {
    top: 63vw;
    right: -2vw;
    width: 15vw;
}

.outline-mvv__deco--ribbon04 {
    top: 155vw;
    left: 8%;
    width: 15vw;
}

.outline-mvv__deco--accent02 {
    top: 40vw;
    left: 50%;
    transform: translateX(-50%);
    width: 9vw;
}

.outline-mvv__deco--accent03 {
    top: 38%;
    right: 25%;
    width: 8vw;
}

.outline-mvv__deco--item02 {
    top: 42vw;
    left: 38%;
    width: 8vw;
}

.outline-mvv__deco--item03 {
    top: 60vw;
    right: 10%;
    width: 7vw;
}

.outline-mvv__deco--item04 {
    top: 112vw;
    left: 28%;
    width: 7vw;
}

.outline-mvv__deco--item05 {
    top: 188vw;
    right: 12%;
    width: 8vw;
}

.outline-mvv__deco--acc02 {
    top: 30%;
    right: 10%;
    width: 4%;
    transform: rotate(-20deg);
}


/* --- イラスト --- */
.outline-mvv__illust {
    position: absolute;
    pointer-events: none;
    z-index: 2;
}

/* パーパスエリア */
.outline-mvv__illust--05 {
    top: 3vw;
    left: 0%;
    width: 8vw;
}

.outline-mvv__illust--06 {
    top: 5%;
    left: 15%;
    width: 30%;
    transform: scaleX(-1);
}

.outline-mvv__illust--07 {
    top: 70vh;
    right: 10vw;
    width: 15vw;
    transform: rotate(90deg);
}

/* ミッションエリア */
.outline-mvv__illust--08 {
    top: 150vh;
    left: 8vw;
    width: 20vw;
}

.outline-mvv__illust--09 {
    top: 180vh;
    right: 8vw;
    width: 22vw;
}

/* バリューエリア */
.outline-mvv__illust--10 {
    top: 230vh;
    left: 10vw;
    width: 18vw;
}

.outline-mvv__illust--11 {
    top: 130vw;
    right: 2vw;
    width: 15vw;
}

.outline-mvv__illust--12 {
    top: 140vw;
    left: 50%;
    transform: translateX(-50%);
    width: 60vw;
}

.outline-mvv__txt-catch {
    position: absolute;
    top: 175vw;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    max-width: 800px;
    z-index: 2;
}

.outline-mvv__txt-catch picture {
    display: block;
}

.outline-mvv__txt-catch img {
    width: 100%;
    height: auto;
}

/* --- キャッチボタン --- */
.outline-mvv__catch-btn {
    display: block;
    position: relative;
    margin-top: 56px;
    transition: opacity 0.3s;
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
}

.outline-mvv__catch-btn:hover {
    opacity: 0.7;
}

.outline-mvv__catch-btn img,
.outline-mvv__catch-btn svg {
    width: 100%;
    height: auto;
    display: block;
}

.outline-mvv__catch-btn-arrow-part {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(-8px);
}

.outline-mvv__catch-btn:hover .outline-mvv__catch-btn-arrow-part {
    transform: translateX(0);
}


@media (max-width: 1080px) {
    .outline-mvv__catch-btn {
        padding: 0;
        margin-top: 40px;
    }
}

/* ビジョンエリア */
.outline-mvv__illust--13 {
    top: 180vw;
    left: -2vw;
    width: 10vw;
}

.outline-mvv__illust--14 {
    top: 196vw;
    left: 2vw;
    width: 10vw;
}

/* 追加キャラ（散らし） */
.outline-mvv__illust--15 {
    top: 200vw;
    left: 70%;
    transform: translateX(-50%);
    width: 14vw;
}

.outline-mvv__illust--16 {
    top: 185vw;
    right: 0;
    width: 15vw;
}

.outline-mvv__illust--17 {
    top: 195vw;
    right: 5vw;
    width: 11vw;
}

.outline-mvv__illust--18 {
    top: 13vw;
    right: 40%;
    width: 6vw;
    transform: rotate(80deg);
}


/* ===========================
   カード（吹き出し）
   =========================== */
.outline-mvv__card {
    position: absolute;
    z-index: 3;
    background: #fff;
    border-radius: 32px;
    padding: 32px 32px 64px;
    width: 38%;
    max-width: 400px;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.08));
}

.outline-mvv__card::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 40px;
    width: 30px;
    height: 30px;
    background: #fff;
    clip-path: path('M0 0 C 4 4, 10 25, 20 30 C 20 30, 18 8, 25 0 Z');
}

.outline-mvv__card-label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #00a0d2;
    margin-bottom: 16px;
}

.outline-mvv__card-question {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

.outline-mvv__card-btn {
    position: absolute;
    bottom: 10px;
    right: -24px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.outline-mvv__card-btn[aria-expanded="true"] {
    transform: rotate(45deg);
}

.outline-mvv__card-btn img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.outline-mvv__card-btn:hover img {
    transform: scale(1.2);
}

/* カード個別位置（PC） */
.outline-mvv__card--purpose {
    top: 0%;
    left: 15%;
    transform: translateY(-50%);
    z-index: 50;
}

@keyframes mvv-card-pop {
    from {
        opacity: 0;
        scale: 0;
    }

    to {
        opacity: 1;
        scale: 1;
    }
}

.js-mvv-card.is-popped {
    animation: mvv-card-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@media (max-width: 1080px) {
    .js-mvv-card.is-popped {
        animation-duration: 0.7s;
        animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }
}

.outline-mvv__card--mission {
    top: 90vh;
    /* illust--07基準 */
    right: 15vw;
    transform: translateY(-100%);
    margin-top: -40px;
}

.outline-mvv__card--value {
    top: 150vh;
    left: 8vw;
    transform: translateY(-100%) translateY(-20px);
}

.outline-mvv__card--vision {
    top: 180vh;
    right: 10vw;
    transform: translateY(-100%) translateY(-20px);
}

.outline-mvv__card--action {
    top: 230vh;
    left: 10vw;
    transform: translateY(-100%) translateY(-20px);
}

.outline-mvv__card--mission::before,
.outline-mvv__card--value::before,
.outline-mvv__card--action::before {
    left: auto;
    right: 40px;
    transform: scaleX(-1);
}

@media (max-width: 1080px) {
    .outline-mvv__card {
        width: 80%;
        padding: 24px 24px 48px;
        border-radius: 24px;
    }

    .outline-mvv__card::before {
        bottom: -20px;
        left: 30px;
        width: 24px;
        height: 22px;
        background: #fff;
        clip-path: path('M0 0 C 3 3, 8 18, 16 22 C 16 22, 14 6, 20 0 Z');
        transform: none;
        border-radius: 0;
    }

    .outline-mvv__card-label {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .outline-mvv__card-question {
        font-size: 16px;
    }

    .outline-mvv__card-btn {
        width: 48px;
        height: 48px;
        padding: 0;
        bottom: 10px;
        right: -16px;
        background: transparent;
    }

    .outline-mvv__card--mission::before,
    .outline-mvv__card--value::before,
    .outline-mvv__card--action::before {
        left: auto;
        right: 30px;
        transform: scaleX(-1);
    }
}

/* ===========================
   モーダル
   =========================== */
.outline-mvv__modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(4px);
}

.outline-mvv__modal-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.outline-mvv__modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    width: min(90%, 480px);
    transform: translate(-50%, -45%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}

.outline-mvv__modal.is-open {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

.outline-mvv__modal-inner {
    background: #fff;
    border-radius: 24px;
    padding: 64px 32px 64px;
    height: 70vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1080px) {
    .outline-mvv__modal-inner {
        padding: 56px 24px 56px;
    }
}

.outline-mvv__modal-close {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fbc5bc;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.2s ease;
    z-index: 2;
}

.outline-mvv__modal-close img {
    width: 100%;
    height: auto;
    transform: rotate(45deg);
}

.outline-mvv__modal-close:hover {
    background: #f9b1a5;
    transform: translateX(-50%) scale(1.05);
}

.outline-mvv__modal-header {
    text-align: left;
    margin-bottom: 24px;
}

.outline-mvv__modal-illust {
    display: block;
    width: 90%;
    margin: 0 auto 32px;
}

.outline-mvv__modal-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #b5b5b5;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.outline-mvv__modal-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #2e2e2e;
    margin: 0;
}

@media (max-width: 1080px) {
    .outline-mvv__modal-title {
        font-size: 17px;
    }
}

.outline-mvv__modal-text {
    font-size: 15px;
    line-height: 1.85;
    color: #2e2e2e;
    margin: 0;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .outline-mvv__modal-text {
        font-size: 14px;
    }
}

/* ===========================
   ヒーローあしらい アニメーション
   =========================== */

@keyframes hero-deco-pop {
    from {
        opacity: 0;
        scale: 0;
    }

    to {
        opacity: 1;
        scale: 1;
    }
}

@keyframes hero-illust-from-left {
    from {
        opacity: 0;
        translate: -48px 16px;
    }

    to {
        opacity: 1;
        translate: 0 0;
    }
}

@keyframes hero-illust-from-right {
    from {
        opacity: 0;
        translate: 48px 16px;
    }

    to {
        opacity: 1;
        translate: 0 0;
    }
}

@keyframes hero-ribbon-swing {
    0% {
        opacity: 0;
        scale: 0.3;
        rotate: -30deg;
    }

    65% {
        rotate: 6deg;
    }

    100% {
        opacity: 1;
        scale: 1;
        rotate: 0deg;
    }
}

@keyframes hero-float {

    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -10px;
    }
}

/* カクカクアニメーション（steps で瞬間移動） */
@keyframes hero-jitter {
    0% {
        translate: 0 0;
        rotate: 0deg;
        scale: 1;
        animation-timing-function: steps(1, end);
    }

    5% {
        translate: -3px -5px;
        rotate: -10deg;
        scale: 1.1;
        animation-timing-function: steps(1, end);
    }

    10% {
        translate: 4px 2px;
        rotate: 7deg;
        scale: 0.92;
        animation-timing-function: steps(1, end);
    }

    15% {
        translate: -2px 4px;
        rotate: -5deg;
        scale: 1.06;
        animation-timing-function: steps(1, end);
    }

    20% {
        translate: 0 0;
        rotate: 0deg;
        scale: 1;
    }

    100% {
        translate: 0 0;
        rotate: 0deg;
        scale: 1;
    }
}

/* 初期状態: 非表示（JS未実行時も隠す） */
.outline-mvv__hero-illust--01,
.outline-mvv__hero-illust--02,
.outline-mvv__hero-illust--04,
.outline-mvv__hero-illust--05,
.outline-mvv__hero-deco--acc00,
.outline-mvv__hero-deco--acc01,
.outline-mvv__hero-deco--accent01,
.outline-mvv__hero-deco--ribbon03,
.outline-mvv__hero-deco--ribbon04,
.outline-mvv__shape--10,
.outline-mvv__shape--10b,
.outline-mvv__shape--11 {
    opacity: 0;
}

/* === 入場アニメーション（キャラクター）=== */
.is-hero-animated .outline-mvv__hero-illust--01 {
    animation: hero-illust-from-left 0.9s 0s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.is-hero-animated .outline-mvv__hero-illust--02 {
    animation: hero-illust-from-right 0.9s 0.15s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.is-hero-animated .outline-mvv__hero-illust--04 {
    animation: hero-illust-from-right 0.9s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* === 入場アニメーション（リボン）=== */
.is-hero-animated .outline-mvv__hero-deco--ribbon03 {
    animation: hero-ribbon-swing 0.8s 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.is-hero-animated .outline-mvv__hero-deco--ribbon04 {
    animation: hero-ribbon-swing 0.8s 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* === 入場 + カクカクループ（小さいアクセント）=== */
.is-hero-animated .outline-mvv__hero-deco--acc00 {
    animation:
        hero-deco-pop 0.5s 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) 1 both,
        hero-jitter 3s 0.8s linear infinite;
}

.is-hero-animated .outline-mvv__hero-deco--acc01 {
    animation:
        hero-deco-pop 0.5s 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1 both,
        hero-jitter 3.5s 1.3s linear infinite;
}

.is-hero-animated .outline-mvv__hero-deco--accent01 {
    animation:
        hero-deco-pop 0.6s 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1 both,
        hero-jitter 4s 1.2s linear infinite;
}

.is-hero-animated .outline-mvv__hero-illust--05 {
    animation:
        hero-deco-pop 0.5s 0.1s cubic-bezier(0.34, 1.56, 0.64, 1) 1 both,
        hero-float 2.5s 0.7s ease-in-out infinite;
}

.is-hero-animated .outline-mvv__shape--10 {
    animation:
        hero-deco-pop 0.4s 0s cubic-bezier(0.34, 1.56, 0.64, 1) 1 both,
        hero-jitter 2.8s 0.5s linear infinite;
}

.is-hero-animated .outline-mvv__shape--10b {
    animation:
        hero-deco-pop 0.4s 0.15s cubic-bezier(0.34, 1.56, 0.64, 1) 1 both,
        hero-jitter 3.3s 0.65s linear infinite;
}

.is-hero-animated .outline-mvv__shape--11 {
    animation:
        hero-deco-pop 0.4s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 1 both,
        hero-jitter 3.8s 0.85s linear infinite;
}

/* ===========================
   シーン あしらい アニメーション
   =========================== */

@keyframes scene-pop-up {
    from {
        opacity: 0;
        translate: 0 48px;
        scale: 0.88;
    }

    to {
        opacity: 1;
        translate: 0 0;
        scale: 1;
    }
}

@keyframes scene-fade-up {
    from {
        opacity: 0;
        translate: 0 20px;
    }

    to {
        opacity: 1;
        translate: 0 0;
    }
}

@keyframes scene-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 初期状態 */
.outline-mvv__illust--05,
.outline-mvv__illust--06,
.outline-mvv__illust--07,
.outline-mvv__illust--08,
.outline-mvv__illust--09,
.outline-mvv__illust--10,
.outline-mvv__illust--11,
.outline-mvv__illust--12,
.outline-mvv__illust--13,
.outline-mvv__illust--14,
.outline-mvv__illust--15,
.outline-mvv__illust--16,
.outline-mvv__illust--17,
.outline-mvv__illust--18,
.outline-mvv__deco--ribbon01,
.outline-mvv__deco--ribbon02,
.outline-mvv__deco--ribbon03,
.outline-mvv__deco--ribbon04,
.outline-mvv__deco--accent02,
.outline-mvv__deco--accent03,
.outline-mvv__deco--acc02 {
    opacity: 0;
}

/* 下からぽん */
.outline-mvv__illust--13.is-scene-visible,
.outline-mvv__illust--14.is-scene-visible,
.outline-mvv__illust--15.is-scene-visible,
.outline-mvv__illust--16.is-scene-visible,
.outline-mvv__illust--17.is-scene-visible {
    animation: scene-pop-up 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.outline-mvv__illust--16.is-scene-visible {
    animation-delay: 0.05s;
}

.outline-mvv__illust--14.is-scene-visible {
    animation-delay: 0.1s;
}

.outline-mvv__illust--17.is-scene-visible {
    animation-delay: 0.15s;
}

.outline-mvv__illust--15.is-scene-visible {
    animation-delay: 0.2s;
}

/* フェードイン（その他イラスト） */
.outline-mvv__illust--05.is-scene-visible,
.outline-mvv__illust--11.is-scene-visible,
.outline-mvv__illust--18.is-scene-visible {
    animation: scene-fade-in 0.8s ease both;
}

/* --10: 左からスライドイン → フロート */
.outline-mvv__illust--10.is-scene-visible {
    animation:
        hero-illust-from-left 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) both,
        hero-float 3.6s 1s ease-in-out infinite;
}

/* --06: scaleX(-1) を保ちつつ左からスライドイン → フロート */
@keyframes scene-illust-06-enter {
    from {
        opacity: 0;
        transform: scaleX(-1) translateX(-56px);
    }

    to {
        opacity: 1;
        transform: scaleX(-1) translateX(0);
    }
}

@keyframes scene-illust-06-float {

    0%,
    100% {
        transform: scaleX(-1) translateY(0);
    }

    50% {
        transform: scaleX(-1) translateY(-14px);
    }
}

.outline-mvv__illust--06.is-scene-visible {
    animation:
        scene-illust-06-enter 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) both,
        scene-illust-06-float 3.5s 1s ease-in-out infinite;
}

/* --07: rotate(90deg) を保ちつつポップイン → フロート */
@keyframes scene-illust-07-enter {
    from {
        opacity: 0;
        transform: rotate(90deg) scale(0.4);
    }

    to {
        opacity: 1;
        transform: rotate(90deg) scale(1);
    }
}

.outline-mvv__illust--07.is-scene-visible {
    animation:
        scene-illust-07-enter 0.7s 0.1s cubic-bezier(0.34, 1.56, 0.64, 1) both,
        hero-float 4s 0.9s ease-in-out infinite;
}

/* --08: 左からスライドイン → フロート */
.outline-mvv__illust--08.is-scene-visible {
    animation:
        hero-illust-from-left 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) both,
        hero-float 3.2s 1s ease-in-out infinite;
}

/* --09: 右からスライドイン → フロート */
.outline-mvv__illust--09.is-scene-visible {
    animation:
        hero-illust-from-right 0.9s 0.15s cubic-bezier(0.34, 1.56, 0.64, 1) both,
        hero-float 2.8s 1.2s ease-in-out infinite;
}

/* 拡大ぽん（--12 のみ） */
@keyframes scene-scale-pop {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-180px) scale(0.8);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
    }
}

.outline-mvv__illust--12.is-scene-visible {
    animation: scene-scale-pop 1.6s cubic-bezier(0.34, 1.3, 0.64, 1) both;
}

/* ふわっとフェード（デコ系） */
.outline-mvv__deco--ribbon01.is-scene-visible,
.outline-mvv__deco--ribbon02.is-scene-visible,
.outline-mvv__deco--ribbon03.is-scene-visible,
.outline-mvv__deco--ribbon04.is-scene-visible,
.outline-mvv__deco--accent02.is-scene-visible,
.outline-mvv__deco--accent03.is-scene-visible,
.outline-mvv__deco--acc02.is-scene-visible {
    animation: scene-fade-in 1s ease both;
}

/* ===========================
   シーン モバイルレイアウト調整
   =========================== */

/* --06/07 モバイル: translateX(-50%) を含むkeyframe */
@media (max-width: 1080px) {
    @keyframes scene-illust-06-enter {
        from {
            opacity: 0;
            transform: translateX(-50%) scaleX(-1) scale(0.8);
        }

        to {
            opacity: 1;
            transform: translateX(-50%) scaleX(-1) scale(1);
        }
    }

    @keyframes scene-illust-06-float {

        0%,
        100% {
            transform: translateX(-50%) scaleX(-1) translateY(0);
        }

        50% {
            transform: translateX(-50%) scaleX(-1) translateY(-14px);
        }
    }

    @keyframes scene-illust-07-enter {
        from {
            opacity: 0;
            transform: translateX(-50%) rotate(90deg) scale(0.4);
        }

        to {
            opacity: 1;
            transform: translateX(-50%) rotate(90deg) scale(1);
        }
    }
}

@media (max-width: 1080px) {

    /* カード：左右中央 */
    .outline-mvv__card--purpose {
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .outline-mvv__card--mission {
        left: 50%;
        right: auto;
        transform: translateY(-100%) translateX(-50%);
        margin-top: -40px;
    }

    .outline-mvv__card--value {
        left: 50%;
        transform: translateY(-100%) translateY(-20px) translateX(-50%);
    }

    .outline-mvv__card--vision {
        top: 198vh;
        left: 50%;
        right: auto;
        transform: translateY(-100%) translateY(-20px) translateX(-50%);
    }

    .outline-mvv__card--action {
        top: 256vh;
        left: 50%;
        transform: translateY(-100%) translateY(-20px) translateX(-50%);
    }

    /* パーパスエリア（purpose card 下） */
    .outline-mvv__illust--05 {
        top: 2vw;
        left: 0;
        width: 14vw;
    }

    .outline-mvv__illust--06 {
        top: 18vh;
        left: 50%;
        width: 50%;
        transform: translateX(-50%) scaleX(-1);
    }

    .outline-mvv__illust--18 {
        top: 10vw;
        right: 35%;
        width: 9vw;
        transform: rotate(80deg);
    }

    /* mission card 下 */
    .outline-mvv__illust--07 {
        top: 85vh;
        left: 50%;
        width: 24vw;
        transform: translateX(-50%) rotate(90deg);
    }

    /* value card 下 */
    .outline-mvv__illust--08 {
        top: 150vh;
        left: 50%;
        width: 36vw;
        transform: translateX(-50%);
    }

    /* vision card 下（198vh） */
    .outline-mvv__illust--09 {
        top: 198vh;
        left: 50%;
        width: 38vw;
        transform: translateX(-50%);
    }

    /* action card 下（250vh） */
    .outline-mvv__illust--10 {
        top: 256vh;
        left: 50%;
        width: 34vw;
        transform: translateX(-50%);
    }

    .outline-mvv__illust--11 {
        top: 275vh;
        right: 0;
        width: 24vw;
    }

    /* txt-catch エリア */
    .outline-mvv__illust--12 {
        top: 288vh;
        left: 50%;
        width: 90vw;
        transform: translateX(-50%);
    }

    .outline-mvv__txt-catch {
        top: 323vh;
        width: 85%;
        padding: 0 16px;
    }

    /* 下部ぽんグループ */
    .outline-mvv__illust--16 {
        top: 360vh;
        right: 0;
        width: 26vw;
    }

    .outline-mvv__illust--13 {
        top: 355vh;
        left: -2vw;
        width: 18vw;
    }

    .outline-mvv__illust--17 {
        top: 372vh;
        right: 3vw;
        width: 20vw;
    }

    .outline-mvv__illust--14 {
        top: 374vh;
        left: 2vw;
        width: 17vw;
    }

    .outline-mvv__illust--15 {
        top: 377vh;
        left: 56%;
        width: 26vw;
        transform: translateX(-50%);
    }

    /* デコ */
    .outline-mvv__deco--ribbon01 {
        top: 42vh;
        left: -5vw;
        width: 28vw;
    }

    .outline-mvv__deco--ribbon02 {
        top: 8vh;
        left: -4vw;
        width: 24vw;
    }

    .outline-mvv__deco--ribbon03 {
        top: 102vh;
        right: -3vw;
        width: 24vw;
    }

    .outline-mvv__deco--ribbon04 {
        top: 235vh;
        left: 5%;
        width: 24vw;
    }

    .outline-mvv__deco--accent02 {
        top: 64vh;
        left: 50%;
        width: 14vw;
        transform: translateX(-50%);
    }

    .outline-mvv__deco--accent03 {
        top: 56vh;
        right: 12%;
        width: 14vw;
    }

    .outline-mvv__deco--acc02 {
        top: 172vh;
        right: 5%;
        width: 9%;
        transform: rotate(-20deg);
    }
}