/* @format */
@charset "UTF-8";
:root {
    --weight-normal: 'MFW-KoburinaGoStdN-W3';
    --weight-bold: 'MFW-KoburinaGoStdN-W6';
    --color-pink: #c3878c;
}
.minamo main {
    background: #f6f5f5;
    font-family: var(--weight-normal);
}
.of-wrap {
    overflow: hidden;
}
.minamo-section {
    padding-block: 340px 0;
    .inner {
        padding: 0;
    }
}
.logo-fixed-wrap {
    position: fixed;
    inset: 0;
    background: var(--color-bl);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.normal-logo {
    opacity: 0;
}

.st0,
.st1 {
    fill: none;
    stroke: var(--color-white);
    stroke-width: 18.5px;
    stroke-miterlimit: 10;
    transition: stroke 0.6s ease;
}
.minamologo-wrap {
    margin-bottom: clamp(32px, 5vw, 50px);
    .note {
        font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    }
    .caption {
        margin: 1em 0;
        line-height: 1.5;
        color: #333;
        font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    }
    &.has-border {
        padding-bottom: clamp(1em, 2.8vw, 2em);
        position: relative;
        &::after {
            content: '';
            max-width: 800px;
            width: 100%;
            height: 1px;
            background-color: var(--color-bl);
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            transform-origin: center;
        }
    }
}
.minamo-logo {
    margin: 0 auto 26px;
    max-width: 342px;
    width: 56%;
}
.minamo-logo-text {
    margin: 0 auto clamp(50px, 7vw, 70px);
}
.minamo-nickname {
    margin-bottom: 20px;
    flex-direction: column;
}
.nick-name-ttl {
    margin: 16px auto clamp(12px, 2vw, 20px);
    width: fit-content;
    padding-bottom: 4px;
    font-size: clamp(16px, 2vw, 20px);
    letter-spacing: 0.6rem;
    position: relative;
    &::after {
        content: '';
        width: 103px;
        height: 1px;
        background-color: var(--color-bl);
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
.nick-name {
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    letter-spacing: 0.4rem;
    line-height: 1.2;
    small {
        padding-inline: 1rem;
        font-size: 14px;
        letter-spacing: 0.1rem;
        position: relative;
        &::before,
        &::after {
            content: '';
            width: 38px;
            height: 1px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: var(--color-bl);
        }
        &::before {
            left: calc(-50% + 34px);
        }
        &::after {
            right: calc(-50% + 34px);
        }
    }
}
.minamo-link-btn {
    margin: clamp(60px, 8vw, 80px) auto 0;
    max-width: 243px;
    width: 60%;
    height: 52px;
    display: grid;
    place-items: center;
    background: linear-gradient(90deg, rgba(232, 155, 167, 1) 0%, rgba(203, 141, 146, 1) 100%);
    border: 2px solid var(--color-white);
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(61, 7, 28, 0.75);
    position: relative;
    z-index: 2;
    font-size: clamp(13px, 1.8vw, 18px);
    .click {
        position: absolute;
        top: -32px;
        left: 50%;
        transform: translateX(-50%);
        color: #6b6b6b;
        letter-spacing: 0.15rem;
        font-size: 16px;
        span {
            padding-inline: 12px;
            position: relative;
            &::before,
            &::after {
                content: '';
                width: 1px;
                height: 15px;
                background-color: #6b6b6b;
                position: absolute;
                top: 50%;
            }
            &::before {
                left: 0;
                transform: translateY(-50%) rotate(-25deg);
            }
            &::after {
                right: 0;
                transform: translateY(-50%) rotate(25deg);
            }
        }
    }
}
.is-blue {
    color: var(--color-bl);
}
.is-pink {
    color: var(--color-pink);
}
@media screen and (max-width: 767px) {
    .page-mv-txt {
        top: 21%;
        width: 38%;
    }
    .mv-ieon-logo {
        top: 67.3%;
        left: 32.4%;
        width: 37%;
    }
    .minamo-section {
        background-size: 54%, 54%;
    }
    .minamo-link-btn {
        height: 40px;
    }
}
.concept-section {
    padding-block: clamp(120px, 20vw, 200px) clamp(230px, 30vw, 300px);
    position: relative;
    .concept-bg-01,
    .concept-bg-02 {
        position: absolute;
        inset: 0;
        z-index: 1;
    }
    .concept-bg-01 {
        background: url(../img/minamo/bg-concept01.webp) no-repeat top left / 38%;
    }
    .concept-bg-02 {
        background: url(../img/minamo/bg-concept02.webp) no-repeat bottom right / 38%;
    }
    .inner {
        position: relative;
        z-index: 2;
    }
    .note {
        font-size: clamp(1.2rem, 1.6vw, 1.6rem);
        line-height: 3;
    }
}
@media screen and (max-width: 767px) {
    .concept-section {
        margin-top: 48px;
        .note {
            line-height: 2;
        }
        .concept-bg-01 {
            background-size: 55%;
        }
        .concept-bg-02 {
            background-size: 63%;
        }
    }
}
.minamo-heading {
    margin-bottom: 1.5em;
    flex-direction: column;
    gap: 32px;
    font-size: clamp(1.7rem, 2.8vw, 2.8rem);
    letter-spacing: clamp(0.5rem, 1vw, 1rem);
    .din-font {
        margin-inline: auto;
        padding-bottom: clamp(6px, 1vw, 10px);
        width: fit-content;
        font-size: clamp(15px, 2.2vw, 22px);
        font-weight: 300;
        letter-spacing: clamp(0.3rem, 0.6vw, 0.6rem);
        position: relative;
        &::after {
            content: '';
            width: calc(100% + clamp(24px, 4.8vw, 48px));
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            background-color: var(--color-bl);
        }
    }
}
.imgs {
    height: auto;
    position: absolute;
    aspect-ratio: 1 / 1;
    z-index: 2;
}
.imgs-01 {
    width: calc(154 / 1680 * 100%);
    background: url(../img/minamo/concept-01.webp) no-repeat center/ contain;
    top: calc(165 / 851 * 100%);
    left: calc(250 / 1440 * 100%);
}
.imgs-02 {
    width: calc(188 / 1680 * 100%);
    background: url(../img/minamo/concept-02.webp) no-repeat center / contain;
    top: calc(52 / 851 * 100%);
    left: calc(420 / 1440 * 100%);
}
.imgs-03 {
    width: calc(204 / 1680 * 100%);
    background: url(../img/minamo/concept-03.webp) no-repeat center/ contain;
    top: calc(50 / 851 * 100%);
    right: calc(519 / 1440 * 100%);
}
.imgs-04 {
    width: calc(310 / 1680 * 100%);
    background: url(../img/minamo/concept-04.webp) no-repeat center/ contain;
    top: calc(148 / 851 * 100%);
    right: calc(115 / 1440 * 100%);
}
.imgs-05 {
    width: calc(261 / 1680 * 100%);
    background: url(../img/minamo/concept-05.webp) no-repeat center/ contain;
    top: calc(260 / 851 * 100%);
    left: calc(49 / 1440 * 100%);
}
.imgs-06 {
    width: calc(204 / 1680 * 100%);
    background: url(../img/minamo/concept-06.webp) no-repeat center/ contain;
    top: calc(498 / 851 * 100%);
    left: calc(201 / 1440 * 100%);
}
.imgs-07 {
    width: calc(247 / 1680 * 100%);
    background: url(../img/minamo/concept-07.webp) no-repeat center/ contain;
    bottom: calc(32 / 851 * 100%);
    left: calc(460 / 1440 * 100%);
}
.imgs-08 {
    width: calc(204 / 1680 * 100%);
    background: url(../img/minamo/concept-08.webp) no-repeat center/ contain;
    bottom: calc(165 / 851 * 100%);
    right: calc(368 / 1440 * 100%);
}
.imgs-09 {
    width: calc(227 / 1680 * 100%);
    background: url(../img/minamo/concept-09.webp) no-repeat center/ contain;
    bottom: calc(218 / 851 * 100%);
    right: calc(110 / 1440 * 100%);
}
@media screen and (max-width: 767px) {
    .imgs-01 {
        width: calc(109 / 750 * 100%);
        top: calc(82 / 951 * 100%);
        left: calc(40 / 375 * 100%);
    }
    .imgs-02 {
        width: calc(134 / 750 * 100%);
        top: calc(-14 / 951 * 100%);
        left: calc(60 / 375 * 100%);
    }
    .imgs-03 {
        width: calc(145 / 750 * 100%);
        top: calc(24 / 951 * 100%);
        right: calc(130 / 375 * 100%);
    }
    .imgs-04 {
        width: calc(220 / 750 * 100%);
        top: calc(60 / 951 * 100%);
        right: calc(-10 / 375 * 100%);
    }
    .imgs-05 {
        width: calc(186 / 750 * 100%);
        top: auto;
        bottom: calc(190 / 951 * 100%);
        left: calc(-10 / 375 * 100%);
    }
    .imgs-06 {
        width: calc(145 / 750 * 100%);
        top: auto;
        bottom: calc(80 / 951 * 100%);
        left: calc(56 / 375 * 100%);
    }
    .imgs-07 {
        width: calc(175 / 750 * 100%);
        top: auto;
        bottom: calc(80 / 951 * 100%);
        left: calc(160 / 375 * 100%);
    }
    .imgs-08 {
        width: calc(145 / 750 * 100%);
        bottom: calc(168 / 951 * 100%);
        right: calc(16 / 375 * 100%);
    }
    .imgs-09 {
        width: calc(161 / 750 * 100%);
        bottom: calc(232 / 951 * 100%);
        right: calc(125 / 375 * 100%);
    }
}
.fluffy {
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
.fluffy2 {
    animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
}
.fluffy3 {
    animation: floating-y 2s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
    0% {
        transform: translateY(-4%);
    }
    100% {
        transform: translateY(4%);
    }
}
.theme-section {
    width: 100%;
    height: 450dvh;
    position: relative;
    overflow: hidden;
    /* aspect-ratio: 1680 / 940; */
}
.theme-contents-container {
    height: 100dvh;
    position: relative;
}
.theme-fv-cover {
    width: 100%;
    height: 100dvh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1;
    transition: all 0.3s;
    .inner {
        height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .minamo-heading .din-font::after {
        background-color: var(--color-white);
    }
}
.theme-lists {
    height: 100%;
    &.is-active {
        .theme-cards:not(.is-open) {
            flex: 1;
        }
    }
}
.theme-cards {
    flex: 1 1 0%;
    height: 100%;
    position: relative;
    overflow: hidden;
    /* cursor: pointer; */
    counter-increment: li-num;
    will-change: flex;
    backface-visibility: hidden;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    transform: translateZ(0);
    transition: flex 0.5s ease;
    &::before {
        content: '';
        position: absolute;
        inset: 0;
    }
    &.is-open {
        flex: 7;
        /* background-position: center center; */
        .js-fadein {
            opacity: 1;
        }
        .theme-cards-contents {
            left: 75%;
        }
        &:nth-child(2) {
            .theme-cards-contents {
                left: 25%;
            }
        }
    }
}
.cards-01 {
    background: url(../img/minamo/theme-01.webp) no-repeat 30% center / cover;
    &::before {
        background-color: rgba(184, 200, 133, 0.62);
    }
}
.cards-02 {
    background: url(../img/minamo/theme-02.webp) no-repeat 77% center / cover;
    &::before {
        background-color: rgba(203, 141, 146, 0.62);
    }
}
.cards-03 {
    background: url(../img/minamo/theme-03.webp) no-repeat 18% center / cover;
    &::before {
        background-color: rgba(222, 180, 120, 0.62);
    }
}
.cards-04 {
    background: url(../img/minamo/theme-04.webp) no-repeat 30% center / cover;
    &::before {
        background-color: rgba(94, 131, 174, 0.62);
    }
}
.theme-cards-contents {
    padding: calc(400 / 925 * 100dvh) 0 calc(300 / 925 * 100dvh);
    width: fit-content;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    opacity: 0;
    transition: all 0.3s;
    &::before {
        content: counter(li-num);
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        font-size: clamp(4.2rem, 11vw, 11rem);
        font-family: 'din-2014', sans-serif;
    }
}
.theme-contents-wrap {
    width: 100%;
}
/* .theme-num {
    margin-bottom: 50px;
    display: inline-block;
    font-size: 11rem;
} */
.theme-lead {
    margin-bottom: clamp(10px, 1.6vw, 16px);
    font-size: clamp(1.4rem, 3vw, 3rem);
    letter-spacing: 0.6rem;
}
.theme-heading {
    margin-bottom: clamp(12px, 3.2vw, 32px);
    padding: 0 32px clamp(20px, 3.2vw, 32px);
    font-size: clamp(2.6rem, 6.4vw, 6.4rem);
    font-weight: 600;
    letter-spacing: clamp(0.6rem, 1.2vw, 1.2rem);
    transform: scaleX(0.7);
    position: relative;
    &::after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: var(--color-white);
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
.theme-txt {
    width: 100%;
    font-size: clamp(1.2rem, 2.2vw, 2.2rem);
    letter-spacing: 0.15rem;
}
.js-fadein {
    opacity: 0;
    transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
    .theme-section {
        height: 400dvh;
        aspect-ratio: 750 / 1336;
    }
    .theme-lists {
        flex-direction: column;
        &.is-active {
            .theme-cards:not(.is-open) {
                .theme-cards-contents {
                    top: 70%;
                    /* &::before {
                        top: -10%;
                    } */
                }
            }
        }
    }
    .theme-cards {
        width: 100%;
        /* height: calc(100% / 4); */
        /* flex: auto; */
        &.is-open {
            /* height: 100%; */
            /* flex: 5.5; */
            .theme-cards-contents {
                top: 60%;
                left: 50%;
                &::before {
                    top: 5%;
                }
            }
            &:nth-child(2) {
                .theme-cards-contents {
                    left: 50%;
                }
            }
        }
    }
    .cards-01 {
        background: url(../img/minamo/theme-01-sp.webp) no-repeat 30% top / cover;
    }
    .cards-02 {
        background: url(../img/minamo/theme-02-sp.webp) no-repeat 77% center / cover;
    }
    .cards-03 {
        background: url(../img/minamo/theme-03-sp.webp) no-repeat 18% center / cover;
    }
    .cards-04 {
        background: url(../img/minamo/theme-04-sp.webp) no-repeat 30% center / cover;
    }
    .theme-cards-contents {
        padding: 32px 0;
        top: 70%;
        &::before {
            top: -10%;
        }
    }
}
.design-section {
    background-color: var(--color-bl);
}
.minamo-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    position: relative;
    .contents-l {
        height: 100dvh;
        background-color: var(--color-bl);
        .minamo-heading {
            margin-bottom: 0.3em;
            gap: 14px;
        }
        .minamo-heading .din-font::after {
            background-color: var(--color-white);
        }
        .note + .note {
            margin-top: clamp(16px, 4vw, 40px);
        }
    }
}
.design-content {
    padding: clamp(64px, 12vw, 120px) clamp(32px, 6vw, 60px);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    &.first {
        opacity: 0;
        z-index: 1;
    }
    &.second {
        opacity: 0;
        z-index: -1;
    }
    &.third {
        opacity: 0;
        z-index: -1;
    }
    .note {
        font-size: clamp(1.2rem, 1.6vw, 1.6rem);
        line-height: 2;
    }
}
.design-img-01,
.design-colors-wrap {
    background-color: var(--color-white);
}
.minano-text {
    font-size: clamp(4rem, 7vw, 7rem);
    font-feature-settings: 'palt';
    line-height: 1.3;
    & > div {
        display: flex;
        align-items: center;
    }
    .small-text {
        font-size: 70%;
    }
    .xsmall-text {
        display: block;
        font-size: clamp(1.8rem, 1.8vw, 2.8rem);
        font-family: var(--weight-normal);
        .din-font {
            font-weight: 600;
            &::after {
                content: none;
            }
        }
    }
}
.minamo-lead {
    margin-block: 1.2em 0.6em;
    font-size: clamp(1.8rem, 3.2vw, 3.2rem);
    font-feature-settings: 'palt';
    letter-spacing: clamp(0.3rem, 0.5vw, 0.5rem);
}
.is-sticky {
    position: sticky;
    top: 0;
}
.design-colors-wrap {
    padding: clamp(32px, 4vw, 40px);
    width: 100%;
    height: 100dvh;
    align-content: center;
}
.colors-grid,
.colors-grid2 {
    .grid-item {
        padding-top: clamp(18px, 2.4vw, 24px);
        position: relative;
    }
}
.colors-grid {
    margin-bottom: 32px;
    grid-template-columns: 1fr 2.05fr;
    gap: 6vw;
}
.color-flex {
    gap: 8px;
    .grid-item {
        width: calc(50% - 4px);
    }
}
.colors-ttl {
    position: absolute;
    top: 0;
    font-size: clamp(10px, 1.2vw, 12px);
    font-weight: 600;
    letter-spacing: clamp(0.1rem, 0.2vw, 0.2rem);
    white-space: nowrap;
}
.color-name {
    font-size: clamp(10px, 1.3vw, 13px);
    letter-spacing: 0.2rem;
}
.color-box {
    margin-bottom: clamp(4px, 1vw, 10px);
    /* max-width: 200px; */
    width: 100%;
    aspect-ratio: 1 / 1;
}
.main {
    .color-box {
        background-color: var(--color-bl);
    }
}
.sub-01 {
    .color-box {
        background-color: #d2e2ed;
    }
}
.sub-02 {
    .color-box {
        background-color: #c9c9ca;
    }
}
.area-01 {
    .color-box {
        background-color: #dfc1bd;
    }
}
.area-02 {
    .color-box {
        background-color: #cb8d92;
    }
}
.area-03 {
    .color-box {
        background-color: #b8c885;
    }
}
.area-04 {
    .color-box {
        background-color: #d5c3a5;
    }
}
.area-05 {
    .color-box {
        background-color: #deb478;
    }
}
.colors-grid2 {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    /* .color-box {
        max-width: 110px;
    } */
}
@media screen and (max-width: 767px) {
    .minamo-grid {
        display: flex;
        flex-direction: column;
        .contents-l,
        .contents-r {
            display: contents;
        }
        .contents-l {
            height: auto;
        }
    }
    .design-content {
        position: relative;
        /* height: 100dvh; */
        &.first,
        &.second,
        &.third {
            opacity: 1;
            z-index: 1;
        }
        &.first {
            order: 1;
        }
        &.second {
            order: 3;
        }
        &.third {
            order: 5;
        }
    }
    .design-img-01 {
        order: 2;
    }
    .design-img-02 {
        order: 4;
    }
    .design-colors-wrap {
        height: auto;
        order: 6;
    }
    .colors-grid {
        grid-template-columns: 2.35fr 1fr;
        gap: 10px;
        .grid-item {
            &.sub-02 {
                padding-top: 0;
            }
        }
    }
    .color-flex {
        flex-direction: column;
        .grid-item {
            width: 100%;
        }
    }
    .main {
        grid-row: span 2;
    }
    .color-box {
        max-width: 100%;
    }
    /* .sp-pin {
        height: 100dvh;
    } */
}
.collabo-list-img {
    margin-top: clamp(2em, 7vw, 5em);
}

.park-section {
    .minamo-heading .din-font::after {
        background-color: var(--color-pink);
    }
}
.park-grid {
    margin: 0 calc(50% - 50vw);
    grid-template-columns: 472px 1fr;
    .contents-l {
        background-color: var(--color-pink);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contents-r {
        position: relative;
    }
}
.park-contents {
    margin-inline: auto;
    max-width: 260px;
    width: 100%;
    min-height: 300px;
    height: inherit;
    position: relative;
}
.contents-wrap {
    counter-increment: park-num;
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    &.is-active {
        opacity: 1;
        pointer-events: auto;
        /* position: relative; */
    }
    figure {
        margin-bottom: 20px;
    }
    .note {
        font-size: clamp(12px, 1.4vw, 14px);
    }
}
.park-txt {
    margin-bottom: clamp(1.5em, 2.5vw, 2.5em);
    font-size: clamp(1.3rem, 1.8vw, 1.8rem);
}
.park-ttl {
    padding-left: clamp(3rem, 3.6vw, 3.6rem);
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    position: relative;
    &::before {
        content: counter(park-num);
        width: 30px;
        height: 30px;
        display: grid;
        place-items: center;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background-color: var(--color-white);
        color: var(--color-pink);
        font-family: 'din-2014', sans-serif;
        border-radius: 50%;
    }
}
.park-btn {
    max-width: 28px;
    width: 100%;
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    background-color: var(--color-pink);
    border: 2px solid var(--color-white);
    position: absolute;
    color: var(--color-white);
    font-family: 'din-2014', sans-serif;
    font-size: 18px;
    border-radius: 50%;
    transition: 0.3s ease-out;
    &.park-01 {
        top: calc(393 / 968 * 100%);
        right: calc(188 / 568 * 100%);
    }
    &.park-02 {
        top: calc(543 / 968 * 100%);
        right: calc(179 / 568 * 100%);
    }
    &.park-03 {
        top: calc(455 / 968 * 100%);
        right: calc(192 / 568 * 100%);
    }
    &.park-04 {
        top: calc(520 / 968 * 100%);
        right: calc(240 / 568 * 100%);
    }
    &.park-05 {
        top: calc(586 / 968 * 100%);
        left: calc(149 / 568 * 100%);
    }
    &.park-06 {
        top: calc(393 / 968 * 100%);
        right: calc(188 / 568 * 100%);
    }
    &.park-06 {
        top: auto;
        bottom: calc(260 / 968 * 100%);
        right: calc(253 / 568 * 100%);
    }
    &.park-07 {
        top: calc(410 / 968 * 100%);
        left: calc(217 / 568 * 100%);
    }
    &.park-08 {
        top: calc(489 / 968 * 100%);
        left: calc(234 / 568 * 100%);
    }
    &.park-09 {
        top: calc(454 / 968 * 100%);
        left: calc(111 / 568 * 100%);
    }
    &:hover,
    &.is-active {
        background-color: var(--color-white);
        color: var(--color-pink);
        border-color: var(--color-pink);
        opacity: 1;
        animation: ripple 1.6s infinite;
    }
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 var(--color-pink);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(121, 55, 60, 0);
    }
    98% {
        box-shadow: 0 0 0 0 rgba(121, 55, 60, 0);
    }
    100% {
        box-shadow: 0 0 0 0 var(--color-pink);
    }
}
@media screen and (max-width: 767px) {
    .park-grid {
        grid-template-columns: auto;
        .contents-l {
            order: 2;
        }
        .contents-r {
            order: 1;
        }
    }
    .park-btn {
        max-width: 16px;
        font-size: 10px;
        border-width: 1px;
        &.park-01 {
            top: calc(86 / 247 * 100%);
            right: calc(77 / 375 * 100%);
        }
        &.park-02 {
            top: calc(130 / 247 * 100%);
            right: calc(89 / 375 * 100%);
        }
        &.park-03 {
            top: calc(102 / 247 * 100%);
            right: calc(97 / 375 * 100%);
        }
        &.park-04 {
            top: calc(117 / 247 * 100%);
            right: calc(138 / 375 * 100%);
        }
        &.park-05 {
            top: calc(141 / 247 * 100%);
            left: calc(83 / 375 * 100%);
        }
        &.park-06 {
            bottom: calc(70 / 247 * 100%);
            right: calc(150 / 375 * 100%);
        }
        &.park-07 {
            top: calc(88 / 247 * 100%);
            left: calc(144 / 375 * 100%);
        }
        &.park-08 {
            top: calc(110 / 247 * 100%);
            left: calc(156 / 375 * 100%);
        }
        &.park-09 {
            top: calc(103 / 247 * 100%);
            left: calc(45 / 375 * 100%);
        }
    }
    .park-txt {
        font-family: var(--weight-normal);
    }
    .contents-l {
        padding-block: 6px 24px;
    }
    .contents-wrap {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        figure,
        .text-wrap {
            width: calc(50% - 8px);
        }
        figure {
            margin-bottom: 0;
            img {
                height: 100%;
                object-fit: cover;
            }
        }
    }
    .park-contents {
        max-width: 100%;
        width: calc(100% - 32px);
        min-height: 150px;
    }
    .park-ttl {
        &::before {
            width: 24px;
            height: 24px;
            font-weight: 400;
            font-size: 13px;
        }
    }
}

/***************************************************
 * Generated by SVG Artista on 3/3/2026, 6:52:35 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg {
    width: 18vw;
    min-width: 342px;
    transform: scale(6) translateY(calc(84 / 800 * 100%));
    transform-origin: center center;
}

svg .svg-elem-1 {
    stroke-dashoffset: 236.1999969482422px;
    stroke-dasharray: 236.1999969482422px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
}

svg .svg-elem-2 {
    stroke-dashoffset: 288.8199768066406px;
    stroke-dasharray: 288.8199768066406px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
}

svg .svg-elem-3 {
    stroke-dashoffset: 227.26998901367188px;
    stroke-dasharray: 227.26998901367188px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}

svg.active .svg-elem-3 {
    stroke-dashoffset: 0;
}

svg .svg-elem-4 {
    stroke-dashoffset: 288.4599609375px;
    stroke-dasharray: 288.4599609375px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}

svg.active .svg-elem-4 {
    stroke-dashoffset: 0;
}

svg .svg-elem-5 {
    stroke-dashoffset: 236.55999755859375px;
    stroke-dasharray: 236.55999755859375px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}

svg.active .svg-elem-5 {
    stroke-dashoffset: 0;
}

svg .svg-elem-6 {
    stroke-dashoffset: 300.4200134277344px;
    stroke-dasharray: 300.4200134277344px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

svg.active .svg-elem-6 {
    stroke-dashoffset: 0;
}

svg .svg-elem-7 {
    stroke-dashoffset: 300.7300109863281px;
    stroke-dasharray: 300.7300109863281px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
}

svg.active .svg-elem-7 {
    stroke-dashoffset: 0;
}

svg .svg-elem-8 {
    stroke-dashoffset: 273.226318359375px;
    stroke-dasharray: 273.226318359375px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
}

svg.active .svg-elem-8 {
    stroke-dashoffset: 0;
}

svg .svg-elem-9 {
    stroke-dashoffset: 695.8895263671875px;
    stroke-dasharray: 695.8895263671875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s;
}

svg.active .svg-elem-9 {
    stroke-dashoffset: 0;
}

svg .svg-elem-10 {
    stroke-dashoffset: 272.8479919433594px;
    stroke-dasharray: 272.8479919433594px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s;
}

svg.active .svg-elem-10 {
    stroke-dashoffset: 0;
}

svg .svg-elem-11 {
    stroke-dashoffset: 389.4727783203125px;
    stroke-dasharray: 389.4727783203125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-elem-11 {
    stroke-dashoffset: 0;
}

svg .svg-elem-12 {
    stroke-dashoffset: 389.47283935546875px;
    stroke-dasharray: 389.47283935546875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s;
}

svg.active .svg-elem-12 {
    stroke-dashoffset: 0;
}

svg .svg-elem-13 {
    stroke-dashoffset: 261.2448425292969px;
    stroke-dasharray: 261.2448425292969px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s;
}

svg.active .svg-elem-13 {
    stroke-dashoffset: 0;
}

svg .svg-elem-14 {
    stroke-dashoffset: 926.2593994140625px;
    stroke-dasharray: 926.2593994140625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s;
}

svg.active .svg-elem-14 {
    stroke-dashoffset: 0;
}

svg .svg-elem-15 {
    stroke-dashoffset: 927.6799926757812px;
    stroke-dasharray: 927.6799926757812px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s;
}

svg.active .svg-elem-15 {
    stroke-dashoffset: 0;
}

svg .svg-elem-16 {
    stroke-dashoffset: 545.5399780273438px;
    stroke-dasharray: 545.5399780273438px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s;
}

svg.active .svg-elem-16 {
    stroke-dashoffset: 0;
}

svg .svg-elem-17 {
    stroke-dashoffset: 927.6799926757812px;
    stroke-dasharray: 927.6799926757812px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s;
}

svg.active .svg-elem-17 {
    stroke-dashoffset: 0;
}

svg .svg-elem-18 {
    stroke-dashoffset: 545.5399780273438px;
    stroke-dasharray: 545.5399780273438px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s;
}

svg.active .svg-elem-18 {
    stroke-dashoffset: 0;
}
svg.active.active-02 {
    transition: 1.4s;
    transform: scale(1);
    will-change: transform;
}
svg.active.active-03 {
    max-width: 342px;
}
svg.active.active-03 .svg-elem-1,
svg.active.active-03 .svg-elem-2,
svg.active.active-03 .svg-elem-3,
svg.active.active-03 .svg-elem-4,
svg.active.active-03 .svg-elem-5,
svg.active.active-03 .svg-elem-6,
svg.active.active-03 .svg-elem-7,
svg.active.active-03 .svg-elem-8,
svg.active.active-03 .svg-elem-9,
svg.active.active-03 .svg-elem-10,
svg.active.active-03 .svg-elem-11,
svg.active.active-03 .svg-elem-12,
svg.active.active-03 .svg-elem-13,
svg.active.active-03 .svg-elem-14,
svg.active.active-03 .svg-elem-15,
svg.active.active-03 .svg-elem-16,
svg.active.active-03 .svg-elem-17,
svg.active.active-03 .svg-elem-18 {
    transition: 0.8s;
    stroke: #5e83ae;
}
.logo-fixed-wrap {
    flex-direction: column;
    position: absolute;
    height: 100vh;
}
.logo-fixed-wrap .minamo-logo-text {
    margin-top: 26px;
    transform: translateY(20px);
    opacity: 0;
    width: 100%;
}
.logo-fixed-wrap.active {
    /* background: rgba(94, 131, 174, 0); */
    background: #fff;
    transition: 0.8s;
}
.logo-fixed-wrap.active-02 {
    /* background: rgba(94, 131, 174, 0); */
    background: rgba(255, 255, 255, 0);
    transition: 1.2s;
    height: 385px;
    transform: translateY(200px);
    z-index: 10;
}
.logo-fixed-wrap .minamo-logo-text.active {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.8s;
}
@media screen and (max-width: 767px) {
    .minamo-section {
        padding-block: 200px 0;
    }
    .logo-fixed-wrap.active-02 {
        height: 227px;
    }
    .logo-fixed-wrap .minamo-logo-text {
        width: 48%;
    }
    .logo-fixed-wrap .minamo-logo-text {
        margin-top: 18px;
    }
    .logo-fixed-wrap.active-02 {
        transform: translateY(120px);
    }
    svg {
        min-width: 184px;
        width: 49vw;
        transform: scale(8) translateY(calc(44 / 611 * 100%));
    }
}
