body {
    background: #ddfaff;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}
html,
body {
    &.scroll_off {
        overflow: hidden;
    }
}

.loading_anime_df {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #fff;
    transition:
        opacity 0,
        visibility 0;
    &.loading_anime_df_off {
        opacity: 0;
        visibility: hidden;
    }
}
/* header_main */
.header_main {
    padding: 8px 3%;
    height: 80px;
    @media screen and (max-width: 1000px) {
        padding: 16px 8px;
    }
    .logo {
        height: 100%;
        display: flex;
        justify-content: space-between;
        .image_left,
        .image_right {
            height: 100%;
            img {
                height: 100%;
                width: auto;
            }
        }
    }
}
/* fv_section */
.fv_section {
    h1 {
        .image {
            width: 100%;
            img {
                width: 100%;
                height: auto;
            }
        }
    }
}
/* cta_1 */
.cta_1 {
    position: relative;
    z-index: 10;
    padding-right: 3%;
    width: 100%;
    aspect-ratio: 1920 / 400;
    display: flex;
    justify-content: center;
    align-items: center;
    @media (max-width: 800px) {
        padding: 5% 0 8% 0;
    }
    .inner {
        position: relative;
        width: 32%;
        @media (max-width: 800px) {
            width: calc(100% - 48px);
            max-width: 600px;
        }
        h2 {
            font-size: 5.3vw;
            font-weight: 800;
            color: #fff;
            font-feature-settings: "palt";
            text-align: center;
            @media (max-width: 800px) {
                margin-top: 6%;
                font-size: 12.8vw;
            }
        }
        a.cta_btn {
            margin-top: 2%;
            width: 100%;
            display: flex;
            justify-content: center;
            @media (max-width: 800px) {
                margin-top: 7%;
            }
            img {
                height: auto;
                width: 80%;
                transition: 0.4s;
                @media (max-width: 800px) {
                    width: 100%;
                }
            }
            &:hover {
                img {
                    transform: scale(1.05);
                }
            }
        }
        .jacket_image {
            position: absolute;
            left: 100%;
            top: 0;
            bottom: 0;
            margin: auto;
            height: 170%;
            @media (max-width: 800px) {
                position: static;
                width: 60%;
            }
            img {
                height: 100%;
                width: auto;
                @media (max-width: 800px) {
                    width: 100%;
                    height: auto;
                }
            }
        }
    }
    .bg_image {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
/* cta_Limited */
.cta_Limited {
    position: relative;
    z-index: 10;
    padding: 64px 0;
    padding-right: 3%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    @media (max-width: 800px) {
        padding: 5% 0 8% 0;
    }
    .inner {
        position: relative;
        width: 43%;
        @media (max-width: 800px) {
            width: calc(100% - 48px);
            max-width: 600px;
        }
        h2 {
            font-size: 5.3vw;
            font-weight: 800;
            color: #fff;
            font-feature-settings: "palt";
            text-align: center;
            @media (max-width: 1200px) {
                font-size: 6vw;
            }
            @media (max-width: 800px) {
                margin-top: 6%;
                font-size: 12.8vw;
            }
        }
        p.lead {
            margin: 24px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
            font-size: 1vw;
            @media (max-width: 1200px) {
                font-size: 1.6vw;
            }
            @media (max-width: 800px) {
                display: grid;
                gap: 1em;
                font-size: 2.5vw;
            }
            @media (max-width: 500px) {
                font-size: 3vw;
            }
            .sub {
                padding: 0.4em 0.5em;
                padding-top: 0.45em;
                font-size: 1.7em;
                font-weight: 800;
                white-space: nowrap;
                background: linear-gradient(to left, #feb200, #ff532b);
                border-radius: 3em;
                color: #fff;
                text-align: center;
                line-height: 1;
            }
            .main {
                font-size: 2.3em;
                white-space: nowrap;
                font-weight: 900;
                color: #e50213;
                /* 文字に縁を付ける */
                -webkit-text-stroke-width: 2px;
                -webkit-text-stroke-color: #fff;
                img {
                    height: 2.5vw;
                    display: block;
                    @media (max-width: 1200px) {
                        height: 3.6vw;
                    }
                    @media (max-width: 800px) {
                        height: 6vw;
                    }
                }
            }
        }
        a.cta_btn {
            margin-top: 4%;
            width: 100%;
            display: flex;
            justify-content: center;
            @media (max-width: 800px) {
                margin-top: 7%;
            }
            img {
                height: auto;
                width: 37%;
                transition: 0.4s;
                @media (max-width: 1200px) {
                    width: 52%;
                }
                @media (max-width: 800px) {
                    width: 60%;
                }
            }
            &:hover {
                img {
                    transform: scale(1.05);
                }
            }
        }
        .jacket_image {
            position: absolute;
            left: 100%;
            top: 0;
            bottom: 0;
            margin: auto;
            height: 100%;
            @media (max-width: 1200px) {
                left: 120%;
            }
            @media (max-width: 800px) {
                position: static;
                width: 60%;
            }
            img {
                height: 100%;
                width: auto;
                @media (max-width: 800px) {
                    width: 100%;
                    height: auto;
                }
            }
        }
    }
    .bg_image {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
.cta_Limited_2 {
    position: relative;
    padding: 5%;
    background: url(../images/cta_2_bg.webp);
    background-position: top center;
    background-size: cover;
    @media (max-width: 800px) {
        padding: 7%;
        padding-bottom: 0;
    }
    .inner {
        width: 61%;
        padding: 3%;
        background: rgba(255, 255, 255, 0.884);
        border-radius: 40px;
        @media (max-width: 800px) {
            width: 100%;
            padding: 5%;
            border-radius: 20px;
        }
        h2 {
            position: relative;
            z-index: 10;
            font-size: 5vw;
            font-weight: bold;
            background: linear-gradient(45deg, #feb200, #ff1c62);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            @media (max-width: 800px) {
                font-size: 12vw;
            }
            img {
                height: 4.9vw;
                display: block;
                @media (max-width: 800px) {
                    height: 12vw;
                }
            }
        }

        p.lead {
            margin-top: 2.8%;
            display: flex;
            align-items: center;
            gap: 12px;
            @media (max-width: 800px) {
                margin-top: 5%;
                flex-wrap: wrap;
            }
            span.sub {
                padding: 0.8em;
                border-radius: 3em;
                background: #fff;
                color: #ff4e47;
                font-weight: 800;
                font-size: 1.4vw;
                white-space: nowrap;
                @media (max-width: 800px) {
                    font-size: 3vw;
                }
            }
            span.main {
                font-size: 2.5vw;
                font-weight: bold;
                color: #e50213;
                text-shadow:
                    2px 2px 0 #fff,
                    -2px -2px 0 #fff,
                    2px -2px 0 #fff,
                    -2px 2px 0 #fff;
                white-space: nowrap;
                @media (max-width: 800px) {
                    margin-top: 0.3em;
                    width: 100%;
                    font-size: 5vw;
                }
                img {
                    height: 2.7vw;
                    display: block;
                    @media (max-width: 1200px) {
                        height: 2.7vw;
                    }
                    @media (max-width: 800px) {
                        height: 8vw;
                    }
                }
            }
        }
        .btn {
            margin-top: 6%;
            display: block;
            img {
                width: 30%;
                height: auto;
                transition: 0.4s;
                @media (max-width: 800px) {
                    width: 50%;
                }
            }
        }
    }
    .image {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 34%;
        @media (max-width: 800px) {
            position: static;
            margin-left: auto;
            margin-top: 8%;
            width: 80%;
            display: flex;
            justify-content: end;
        }
        img {
            width: 100%;
            height: auto;
            @media (max-width: 800px) {
                width: 110%;
                transform: translateX(9%);
            }
        }
    }
}
.cta_Limited_20250707 {
    position: relative;
    padding: 5%;

    background: url(../images/cta_2_bg.webp);
    background-position: top center;
    background-size: cover;
    @media (max-width: 900px) {
        padding: 7%;
    }
    .in_wrap {
        margin: 0 auto;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        @media (max-width: 900px) {
            flex-wrap: wrap;
        }
        .inner {
            width: 57%;
            padding: 3%;
            background: rgba(255, 255, 255, 0.884);
            border-radius: 24px;

            @media (max-width: 900px) {
                width: 100%;
                padding: 5%;
                border-radius: 20px;
            }
            h2 {
                position: relative;
                z-index: 10;
                display: flex;
                justify-content: center;
                font-size: 5vw;
                font-weight: bold;
                background: linear-gradient(45deg, #feb200, #ff1c62);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                @media (max-width: 900px) {
                    font-size: 12vw;
                }
                img {
                    height: 5.4vw;
                    display: block;
                    @media (min-width: 1400px) {
                        height: 85px;
                    }
                    @media (max-width: 900px) {
                        height: 12vw;
                    }
                }
            }

            .btn {
                margin-top: 2%;
                display: flex;
                justify-content: center;
                transform: translateY(4%);
                img {
                    width: 38%;
                    height: auto;
                    transition: 0.4s;
                    @media (max-width: 900px) {
                        width: 50%;
                    }
                }
            }
        }
        .image {
            width: 42%;
            @media (max-width: 900px) {
                margin-top: 4%;
                width: 100%;
            }
            img {
                margin-top: -0.7%;
                margin-bottom: -3%;
                width: 100%;
                height: auto;
                @media (max-width: 900px) {
                    margin: 0;
                }
            }
        }
    }
}
/* movie_section */
.movie_section {
    padding: 5% 3%;
    @media (max-width: 800px) {
        padding: 12% 5%;
    }
    .inner {
        position: relative;
        margin: 0 auto;
        width: 100%;
        max-width: 800px;
        aspect-ratio: 16 / 9;
        .movie {
            width: 100%;
            height: 100%;
            object-fit: cover;
            iframe {
                width: 100%;
                height: 100%;
            }
        }
        .character_left,
        .character_right {
            position: absolute;
            bottom: -20%;
            width: auto;
            height: 80%;
            @media (max-width: 1000px) {
                display: none;
            }
            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
        .character_left {
            left: -25%;
        }
        .character_right {
            right: -25%;
        }
    }
    .text_image {
        position: relative;
        z-index: 10;
        margin: 0 auto;
        margin-top: 2%;
        width: 100%;
        max-width: 1440px;
        @media (max-width: 800px) {
            margin-top: 5%;
        }
        img {
            width: 100%;
            height: auto;
        }
    }
}
/*rule_section  */
.rule_section {
    /* sec_1 */
    section.sec_1 {
        position: relative;
        z-index: 10;
        padding: 8% 3%;
        padding-bottom: 0;
        margin-bottom: 3%;
        @media (max-width: 800px) {
            padding: 12% 5%;
        }
        h2 {
            img {
                width: 70%;
                height: auto;
                @media (max-width: 800px) {
                    width: 100%;
                }
            }
        }
        p {
            margin-top: 0.8em;
            font-size: 3vw;
            color: #fff;
            line-height: 1.5em;
            @media (max-width: 800px) {
                font-size: 3.5vw;
                line-height: 1.8em;
            }
            @media (max-width: 800px) {
                font-size: 5vw;
            }
            @media (max-width: 450px) {
                font-size: 18px;
            }
        }
        .catch_image {
            margin-top: -6%;
            margin-bottom: -21%;
            margin-left: -10%;
            width: calc(100% + 20%);
            display: block;
            @media (max-width: 800px) {
                margin-left: -6%;
                margin-right: -6%;
                margin-bottom: -37%;
                width: calc(100% + 12%);
            }
            img {
                width: 100%;
                height: auto;
            }
        }
        .bg_image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 72%;
            z-index: -1;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
    /* sec_2 */
    section.sec_2 {
        padding: 15% 5% 5% 5%;
        position: relative;
        height: auto;
        @media (max-width: 800px) {
            padding: 25% 3% 5% 3%;
        }
        h2 {
            padding-left: 6.1%;
            margin-bottom: 5%;
            @media (max-width: 800px) {
                padding-left: 0;
            }
            img {
                width: 65%;
                @media (max-width: 800px) {
                    width: 100%;
                }
            }
        }
        ul {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            @media (max-width: 800px) {
                padding-bottom: 45%;
                grid-template-columns: repeat(1, 1fr);
                gap: 7%;
            }
            li {
                position: relative;
                img {
                    width: 100%;
                    height: auto;
                }
                @media (max-width: 800px) {
                    &:first-of-type:after {
                        margin-top: 4%;
                    }
                }
                &:last-of-type {
                    &::after {
                        display: none;
                    }
                }
                &::after {
                    position: absolute;
                    top: 0;
                    bottom: 10%;
                    left: 97%;
                    margin: auto;
                    content: "";
                    display: block;
                    background-image: url(../images/rule_section_next.svg);
                    background-size: contain;
                    height: 12%;
                    aspect-ratio: 1 / 1.15;
                    clip-path: polygon(0 0, 0% 100%, 100% 50%);
                    border-radius: 5px;
                }
                @media (max-width: 800px) {
                    &::after {
                        left: 0;
                        right: 0;
                        bottom: initial;
                        top: 102%;
                        transform: rotate(90deg);
                    }
                }
            }
        }

        .bg_image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}
/* play_patterns_section */
.play_patterns_section {
    position: relative;
    padding: 5%;
    @media (max-width: 800px) {
        padding: 15% 2%;
    }
    .image {
        margin: 0 auto;
        width: 90%;
        display: block;
        @media (max-width: 800px) {
            width: 100%;
        }
        img {
            width: 100%;
            height: auto;
        }
        &:nth-of-type(even) {
            width: 80%;
            @media (max-width: 800px) {
                width: 100%;
            }
        }
        + .image {
            margin-top: 5%;
            @media (max-width: 800px) {
                margin-top: 10%;
            }
        }
    }
    .bg_image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    a.cta_btn {
        margin-top: 2%;
        width: 100%;
        display: flex;
        justify-content: center;
        @media (max-width: 800px) {
            margin-top: 7%;
        }
        img {
            height: auto;
            width: 30%;
            transition: 0.4s;
            @media (max-width: 1200px) {
                width: 40%;
            }
            @media (max-width: 800px) {
                width: 95%;
            }
        }
        &:hover {
            img {
                transform: scale(1.05);
            }
        }
    }
}
.play_patterns_section_cta {
    margin-top: 5%;
    padding: 2.5% 8%;
    background: #fff;
    border-radius: 32px;
    @media (max-width: 800px) {
        padding: 5% 5%;
    }
    .inner {
        padding: 3%;
        display: flex;
        background: #ddfaff;
        border-radius: 32px;
        display: grid;
        grid-template-columns: 55% 45%;
        @media (max-width: 800px) {
            padding: 5% 8%;
            padding-bottom: 15%;
            grid-template-columns: 1fr;
            gap: 8%;
        }
        .text_in {
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            flex-wrap: wrap;
            h3 {
                width: 100%;
                span.text-outline {
                    position: relative;
                    z-index: 10;
                    display: block;
                    font-size: 3vw;
                    font-weight: bold;
                    color: #fff;
                    text-align: center;
                    line-height: 1.3em;
                    @media (max-width: 800px) {
                        font-size: 6.3vw;
                    }
                    &::before {
                        content: attr(data-text);
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        z-index: -1;
                        margin: auto;
                        -webkit-text-stroke: 8px transparent; /* 太さ調整 */
                        background: linear-gradient(45deg, #e50213, #ffbb21);
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                    }
                }
            }
            > p {
                margin-top: 0.5em;
                font-size: 1.4vw;
                font-weight: 700;
                text-align: center;
                line-height: 2em;
                @media (max-width: 800px) {
                    font-size: 2.8vw;
                    text-align: left;
                }
            }
        }
        .cta_image {
            img {
                width: 100%;
                height: auto;
                display: block;
            }
        }
    }
    .lead {
        margin: 3% 0;
        display: flex;
        justify-content: center;
        .in {
            position: relative;
            z-index: 10;
            padding: 0.6%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            @media (max-width: 800px) {
                padding: 0.8em;
                width: 80%;
            }
            .sub {
                padding: 0.4em 0.5em;
                display: block;
                background: #fff;
                color: #ff562a;
                font-weight: 800;
                font-size: 1.6vw;
                border-radius: 3em;
                white-space: nowrap;
                @media (max-width: 800px) {
                    font-size: 3vw;
                }
            }
            .main {
                white-space: nowrap;
                font-weight: bold;
                font-size: 1.8vw;
                color: #e50213;
                /* 文字に縁を付ける */
                text-shadow:
                    2px 2px 0 #fff,
                    -2px -2px 0 #fff,
                    2px -2px 0 #fff,
                    -2px 2px 0 #fff;
                @media (max-width: 800px) {
                    margin-top: 0.3em;
                    /* width: 100%; */
                    text-align: center;
                    font-size: 4.4vw;
                }
                img {
                    height: 2.5vw;
                    display: block;
                    @media (max-width: 1200px) {
                        height: 3vw;
                    }
                    @media (max-width: 800px) {
                        height: 6.8vw;
                    }
                }
            }
            &::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                margin: auto;
                display: block;
                width: 100%;
                height: 100%;
                background: linear-gradient(to left, #feb200, #ff532b);
                border-radius: 30em;
            }
            &::after {
                position: absolute;
                bottom: -10px;
                left: 0;
                right: 0;
                z-index: -5;
                margin: auto;
                content: "";
                display: block;
                width: 20px;
                aspect-ratio: 1/1;
                background: #f79457;
                transform: rotate(45deg);
            }
        }
    }
    a.btn {
        margin-top: 3%;
        display: flex;
        justify-content: center;
        @media (max-width: 800px) {
            margin-top: 8%;
        }
        @media (max-width: 600px) {
            margin-top: 12%;
        }
        img {
            width: 30%;
            height: auto;
            @media (max-width: 800px) {
                width: 50%;
            }
        }
    }
}
/* gallery_section */
.gallery_section {
    ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        @media (max-width: 800px) {
            grid-template-columns: repeat(2, 1fr);
        }
        li {
            img {
                width: 100%;
                height: auto;
            }
        }
    }
}
/* updates_section */
.updates_section {
    header {
        padding: 4% 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        .inner {
            position: relative;
            width: 60%;
            @media (max-width: 800px) {
                width: 100%;
            }
            h2 {
                .image_logo {
                    margin: 0 auto;
                    width: 30%;
                    display: flex;
                    justify-content: center;
                    @media (max-width: 800px) {
                        width: 70%;
                    }
                    img {
                        width: 100%;
                        height: auto;
                    }
                }
                .text {
                    margin-top: 2%;
                    text-align: center;
                    font-size: 4vw;
                    color: #f81b7d;
                    font-weight: 800;
                    white-space: nowrap;
                    @media (max-width: 800px) {
                        font-size: 7.3vw;
                    }
                }
            }
            p {
                margin-top: 2%;
                text-align: center;
                font-size: 1.4vw;
                line-height: 1.8em;
                font-weight: 800;
                @media (max-width: 800px) {
                    font-size: 4vw;
                    line-height: 3em;
                }
            }
            .character_left,
            .character_right {
                position: absolute;
                bottom: -5%;
                top: 0;
                margin: auto;
                width: auto;
                height: 115%;
                @media (max-width: 800px) {
                    display: none;
                }
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
            .character_left {
                left: -38%;
            }
            .character_right {
                right: -34%;
            }
        }
    }
    ul.update_list {
        position: relative;
        padding: 5% 15%;
        @media (max-width: 1240px) {
            padding: 5% 10%;
        }
        @media (max-width: 800px) {
            padding: 15% 5% 15% 8%;
        }
        li {
            + li {
                margin-top: 5%;
            }
            &:nth-of-type(even) {
                .image {
                    margin-left: auto;
                    width: 90%;
                    @media (max-width: 800px) {
                        width: 100%;
                    }
                }
            }
            .image {
                width: 95%;
                display: block;
                @media (max-width: 800px) {
                    width: 100%;
                }
                img {
                    width: 100%;
                    height: auto;
                }
            }
        }
    }
    .bg_image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
/* product_info_section */
.product_info_section {
    padding: 6% 5%;
    @media (max-width: 800px) {
        padding: 10% 5% 10% 5%;
    }
    .detail {
        margin: 0 auto;
        width: 70%;
        font-size: 1.7vw;
        background: #fff;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
        @media (max-width: 800px) {
            box-shadow: none;
        }
        @media (max-width: 800px) {
            width: 100%;
            font-size: 5.5vw;
        }
        h2 {
            padding: 2.5% 5% 1% 4%;
            display: flex;
            align-items: center;
            color: #fff;
            font-size: 1em;
            line-height: 1;
            background: linear-gradient(0deg, rgba(124, 165, 255, 1) 0%, rgba(5, 82, 247, 1) 100%);
            @media (max-width: 800px) {
                padding: 5% 5% 2% 5%;
            }
            svg {
                margin-right: 2%;
                margin-top: -1.5%;
                height: 0.7em;
                width: 0.9em;
            }
        }
        .inner {
            padding: 5%;
            @media (max-width: 800px) {
                padding: 8% 2%;
            }
            .in {
                position: relative;
                display: grid;
                grid-template-columns: 20% 80%;
                @media (max-width: 800px) {
                    display: block;
                }
            }
            .image {
                width: 100%;
                @media (max-width: 800px) {
                    margin: 0 auto;
                    width: 45%;
                }
                img {
                    width: 100%;
                    height: auto;
                }
            }
            .text_in {
                padding-top: 3%;
                padding-left: 3%;
                font-weight: 400;
                h3 {
                    display: flex;
                    color: #353535;
                    @media (max-width: 800px) {
                        margin-top: 2%;
                        display: block;
                        border-bottom: 0.1em solid #0049bc;
                        text-align: center;
                    }
                    span {
                        font-size: 1.3em;
                        line-height: 1.3em;
                        border-bottom: 0.1em solid #0049bc;
                        white-space: nowrap;
                        @media (max-width: 800px) {
                            border: none;
                        }
                        b {
                            font-size: 1.1em;
                            letter-spacing: 0.1em;
                        }
                    }
                }
                p {
                    margin-top: 2.5%;
                    font-size: 0.7em;
                    line-height: 1.7em;
                    color: #353535;
                    @media (max-width: 800px) {
                        margin-top: 8%;
                        font-size: 0.83em;
                        line-height: 2em;
                    }
                }
                .image_logo {
                    position: absolute;
                    right: -2%;
                    bottom: 0;
                    width: 23%;
                    @media (max-width: 800px) {
                        position: static;
                        margin: 0 auto;
                        margin-top: 5%;
                        width: 60%;
                    }
                    img {
                        width: 100%;
                        height: auto;
                    }
                }
            }
        }
    }
    a.cta_btn {
        margin-top: 2%;
        width: 100%;
        display: flex;
        justify-content: center;
        @media (max-width: 800px) {
            margin-top: 7%;
        }
        img {
            height: auto;
            width: 30%;
            transition: 0.4s;
            @media (max-width: 800px) {
                width: 95%;
            }
        }
        &:hover {
            img {
                transform: scale(1.05);
            }
        }
    }
    a.shop_switchbtn {
        margin-top: 2%;
        width: 100%;
        display: flex;
        justify-content: center;
        @media (max-width: 800px) {
            margin-top: 5%;
        }
        img {
            height: auto;
            width: 20%;
            transition: 0.4s;
            @media (max-width: 800px) {
                width: 50%;
            }
        }
        &:hover {
            img {
                transform: scale(1.05);
            }
        }
    }
    .shop_nav {
        margin: 0 auto;
        margin-top: 2%;
        width: 65%;
        @media (max-width: 800px) {
            margin-top: 5%;
            width: 100%;
        }
        ul {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 5% 1%;
            @media (max-width: 800px) {
                grid-template-columns: repeat(1, 1fr);
                gap: 2%;
            }
            li {
                a {
                    img {
                        width: 100%;
                        height: auto;
                        transition: 0.4s;
                    }
                    &:hover {
                        img {
                            transform: scale(1.03);
                            opacity: 0.8;
                        }
                    }
                }
            }
        }
    }
}
/* footer_space */
.footer_space {
    height: 4vw;
    @media (max-width: 800px) {
        height: 30vw;
    }
}
/* footer_main */
.footer_main {
    background: linear-gradient(0deg, rgba(124, 165, 255, 1) 0%, rgba(5, 82, 247, 1) 100%);
    .inner {
        padding: 2% 5%;
        display: flex;
        justify-content: space-between;
        .logo {
            img {
                width: 200px;
                @media (max-width: 800px) {
                    margin-top: 16px;
                    width: 180px;
                }
                @media (max-width: 500px) {
                    width: 120px;
                }
            }
        }
        .sns {
            margin-top: 10%;
            display: flex;
            align-items: center;
            gap: 32px;
            @media (max-width: 800px) {
                margin-top: 20%;
                gap: 16px;
            }
            a {
                margin-right: 2%;
                img {
                    height: 32px;
                    width: auto;
                    @media (max-width: 800px) {
                        height: 24px;
                    }
                }
            }
        }
        a.privacy {
            margin-top: 15%;
            display: block;
            text-align: right;
            color: #fff;
            font-size: 14px;
            @media (max-width: 800px) {
                font-size: 13px;
            }
        }
    }
    p.copy {
        margin-top: 4%;
        padding: 0.5% 5%;
        text-align: center;
        color: #fff;
        font-size: 1.1em;
        @media (max-width: 800px) {
            margin-top: 64px;
            font-size: 0.9em;
        }
        span {
            margin-right: 1em;
            font-size: 0.8em;
        }
    }
}
/* cta_follow */
.cta_follow {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 8px 0;
    width: 100%;
    background: #fff;
    &.Limited {
        img {
            width: 18%;
            @media (max-width: 800px) {
                width: 40%;
            }
        }
    }
    a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    img {
        width: 90%;
        max-width: 400px;
    }
}

@keyframes huwAnime {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    } /* 上に10px移動 */
    100% {
        transform: translateY(0);
    }
}

.huw_anime {
    animation: huwAnime 2s ease-in-out infinite;
}
/* popup_banner */
.popup_banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    &.active {
        opacity: 1;
        visibility: visible;
    }
    .filter {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5;
    }
    .inner {
        position: relative;
        max-width: 580px;
        max-height: calc(100% - 64px);
        width: calc(100% - 64px);
        img {
            width: 100%;
            height: auto;
        }
        .close_btn {
            position: absolute;
            top: -24px;
            right: -24px;
            z-index: 10;
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            border: 2px solid #000;
            transform: rotate(45deg);
            cursor: pointer;
            @media (max-width: 500px) {
                top: -16px;
                right: -16px;
                width: 32px;
                height: 32px;
            }
            div {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                width: 55%;
                height: 3px;
                background: #000;
                border-radius: 2em;
                &:first-of-type {
                    transform: rotate(90deg);
                }
            }
        }
    }
}
/* ftr_main_text */
.ftr_main_text {
    height: 300px;
    width: 100%;
    background: #212ea7;
    border-bottom: 3px solid #c52929;
}
