@charset "utf-8";

/*--------------------------------------------------
 main
--------------------------------------------------*/
main {
    position: relative;;
}

#kv_area {
    @media screen and (width <= 960px) {
        h1 {
            overflow: hidden;
        }
    }
}
@media screen and (width <= 960px) {
    #kv_area {
        margin-top: calc(47px + 6vw);
    }
}

#main_container_area {
    .wrapper {
        width: 100%;
        background-color: var(--color-yellow-bg);       
    }

    .container {
        &.grid {
            display: grid;
            grid-template-columns: 1fr minmax(100px, 576px) 1fr;
        }
    }
    @media screen and (width <= 1280px) {
        .container {
            &.grid {
                display: grid;
                grid-template-columns: max(5%, 20px) minmax(100px, 576px) 1fr;
            }
        }
    }
    @media screen and (width <= 960px) {
        .container {
            &.grid {
                display: grid;
                grid-template-columns: 1fr minmax(100px, 576px) 1fr;
            }
        }
    }
    @media screen and (width <= 626px) {
        .container {
            &.grid {
                display: grid;
                grid-template-columns: 20px 1fr 20px;
            }
        }
    }

    /* 左カラム */
    .container_left {
        background-color: var(--color-bg);
        overflow: hidden;

        .pin-spacer {
            padding-bottom: 0 !important;
            height: 100vh !important;
        }

        .left_inner {
            position: relative;
            width: 100%;
            height: 100%;
        }
        @media screen and (width <= 1280px) {
            .left_inner {
                display: none;
            }
        }

        /* イラスト */
        .floating_left_img_wrap {
            overflow: hidden;
            width: 100%;
            height: 100%;

            .floating_left_img_box_01 {
                width: 195px;
                position: relative;
                top: 200px;
                left: 80px;
            }
        }
    }

    /* 中央カラム */
    .container_center {
        background-color: var(--color-bg);

        .center_containaer_banner {
            margin-block: 45px 45px;
        }

        .heading_container {
            margin-bottom: 50px;
            padding-inline: 60px;

            /* > h2 {
                text-align: center;
                color: var(--color-blue-primary);
                text-align: center;
                font-feature-settings: 'palt' on;
                text-shadow: 0 4px 0 #F3D446;
                font-size: min(3.2vw, 20px);
                font-style: normal;
                font-weight: 900;
                line-height: 1.4;
                letter-spacing: 0.08em;
                width: fit-content;
                margin-inline: auto;
                position: relative;

                &::before,
                &::after {
                    content: "";
                    width: 1.5em;
                    height: 2.8em;
                    position: absolute;
                    top: 1.1em;
                    background-size: contain;
                    background-repeat: no-repeat;
                }

                &::before {
                    background-image: url(../img/sale-left.png);
                    left: -2em;
                }

                &::after {
                    background-image: url(../img/sale-right.png);
                    right: -2.2em;
                }

                .heading_container_enlarge {
                    font-size: 1.8em;
                }
            } */

            &::before {
                content: "";
                width: 1em;
                height: 1em;
                position: absolute;
                top: 0;
                left: 0;
            }
        }
        @media screen and (width <= 500px) {
            .heading_container {
                padding-inline: min(8%, 40px);
            }
        }

        .center_inner {
            width: 576px;
            background-color: #fff;
            border-radius: 0 0 20px 20px;
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
            position: relative;
            /* padding-top: min(8dvw, 50px); */
            padding-top: 30px;
            margin-bottom: 50px;
            position: relative;

            &:not(:first-of-type) {
                border-radius: 20px;
                /* padding-bottom: 250px; */
            }

            &:first-of-type {
                padding-top: 0;
            }

            &:last-of-type {
                padding-top: 0;
                margin-bottom: 57px;
            }

            &.new_north_wrap {
                padding-bottom: 290px;
            }
            @media only screen and (width <= 626px) {
                &.new_north_wrap {
                    padding-bottom: 54vw;
                }
            }
            @media only screen and (width <= 500px) {
                &.new_north_wrap {
                    padding-bottom: 50vw;
                }
            }

            &.lalaport_wrap {
                padding-bottom: 150px;
            }
            @media only screen and (width <= 626px) {
                &.lalaport_wrap  {
                    padding-bottom: 22vw;
                }
            }
            @media only screen and (width <= 500px) {
                &.lalaport_wrap  {
                    padding-bottom: 16vw;
                }
            }

            .center_inner_padding {
                padding: min(9.5vw, 40px) min(4.5vw, 30px);
            }

            .floating_center_img_box_02 {
                position: absolute;
                top: 55vw;
                right: -112px;
                width: 124px;
            }
        }
        @media only screen and (width <= 626px) {
            .center_inner {
                width: 100%;
            }
        }

        .center_inner_heading_text_box {
            padding: 26px;
            border-radius: 20px 20px 0 0;
            background-color: var(--color-red-primary);

            .center_inner_heading_text {
                color: #FFF;
                text-align: center;
                font-size: min(4.5dvw, 26px);
                font-style: normal;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.057em;
            }
        }

        .center_inner_heading_img_box {
            padding: 40px 14px;
        }

        .center_inner_heading_shoplist_text_box {
            background-color: var(--color-yellow-primary);
            padding-block: 16px;

            .center_inner_heading_shoplist_text {
                color: var(--color-blue-primary);
                text-align: center;
                font-size: min(4.4dvw, 23px);
                font-style: normal;
                font-weight: 700;
                line-height: 1.5;
                letter-spacing: 0.05em;
            }
        }

        .benefit_container {

            .benefit_note_wrap {
                text-align: center;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
                letter-spacing: 0.05em;
                margin-bottom: 40px;
            }

            .btn_category_container {
                margin-bottom: 40px;

                .btn_category_container_anno {
                    color: #000;
                    text-align: center;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 1.3;
                    letter-spacing: 0.1em;
                    margin-bottom: 40px;
                }
                @media only screen and (max-width: 626px) {
                    .btn_category_container_anno {
                        font-size: min(3.6dvw, 20px);
                    }
                }

                .btn_category_box {
                    &.grid {
                        display: grid;
                        grid-template-columns: 1fr 1fr;
                        grid-template-rows: 1fr 1fr;
                        column-gap: 36px;
                        row-gap: 36px;

                        .btn_category_item_box-01 {
                            border-radius: 1em;
                            border: 1px solid #B1B1B1;
                            background: #FFF;
                            position: relative;

                            &.grid {
                                display: grid;
                                justify-content: center;
                                align-items: center;
                                transition: 0.3s;
                            }

                            &.is-open {
                                border-radius: 1em 1em 0 0;
                            }

                            &.item-01 {
                                /* 隠れているボタンメニュー */
                                .menu_hidden {
                                    border-radius: 0 0px 20px 20px;
                                }
                            }

                            .master_category {
                                color: #000;
                                text-align: center;
                                font-size: 14px;
                                font-style: normal;
                                font-weight: 700;
                                line-height: 1;
                                position: relative;
                                display: flex;
                                justify-content: center;
                                width: 100%;
                                padding: min(4dvw, 21px) 10px calc(21px + 0.3em);
                                transition: all 0.3s;

                                &::before {
                                    content: "";
                                    width: 1em;
                                    height: 0.5em;
                                    background-color: #000;
                                    position: absolute;
                                    bottom: 0.8em;
                                    left: 50%;
                                    translate: -50% 0; 
                                    clip-path: polygon(0 0, 100% 0, 50% 100%);
                                    transition: all 0.3s;
                                }
                            }
                            @media only screen and (max-width: 626px) {
                                .master_category {
                                    font-size: min(3dvw, 14px);
                                }

                                a {
                                    font-size: min(2.4dvw, 14px);
                                }
                            }

                            /* ドロップダウンメニュー */
                            .menu_hidden {
                                position: absolute;
                                top: 100%;
                                left: -1px;
                                z-index: 10;
                                background: #fff;
                                transition: opacity 0.3s;
                                /* border-radius: 0 20px 20px 20px; */
                                border: 1px solid #B1B1B1;
                                width: calc(100% + 2px);
                                padding: 0.5em 0.5em;
                                display: none;
                                row-gap: 0;
                                width: 220px;
                                z-index: 100;

                                li {
                                    display: flex;
                                    justify-content: center;
                                    position: relative;

                                    &:not(:last-of-type)::before {
                                        content: "";
                                        width: 100%;
                                        height: 1px;
                                        background-color: #b1b1b1;
                                        position: absolute;
                                        bottom: 0;
                                        left: 0%;
                                    }

                                    &:hover {
                                        .sub_category {
                                            color: #fff;
                                            background-color: #b1b1b1;

                                            &::before {
                                                border-top: 1px solid #fff;
                                                border-right: 1px solid #fff;
                                            }
                                        }
                                    }

                                    .sub_category {
                                        text-align: center;
                                        text-decoration: none;
                                        color: #000;
                                        font-size: 14px;
                                        font-style: normal;
                                        font-weight: 700;
                                        line-height: 1;
                                        position: relative;
                                        display: flex;
                                        justify-content: center;
                                        align-items: center;
                                        width: 100%;
                                        height: 100%;
                                        padding-block: 1em;

                                        &::before {
                                            content: "";
                                            width: 0.6em;
                                            height: 0.6em;
                                            border: 0;
                                            border-top: 1px solid #000;
                                            border-right: 1px solid #000;
                                            rotate: 45deg;
                                            position: absolute;
                                            top: 50%;
                                            right: 2em;
                                            translate: 0 -50%;
                                        }
                                    }
                                    @media screen and (max-width: 626px) {
                                        .sub_category {
                                            line-height: 1.5;
                                            font-size: min(3dvw, 14px);
                                        }
                                    }
                                }
                            }
                            .menu_hidden.is-open {
                                display: grid;
                                width: calc(100% + 2px);
                            }
                            @media screen and (width < 520px) {
                                .menu_hidden.is-open {
                                    width: 120%;
                                    border-radius: 0 20px 20px 20px;
                                }
                            }
                        
                            /* ホバー時の振る舞い */
                            &:hover {
                                position: relative;
                                z-index: 1000;

                                border: 1px solid #B1B1B1;
                                background: #B1B1B1;

                                .master_category {
                                    color: #fff;

                                    &::before {
                                        background-color: #fff;
                                    }
                                }
                            }
                        }
                    }
                    @media only screen and (max-width: 626px) {
                        &.grid {
                            column-gap: 4dvw;
                            row-gap: 4dvw;
                        }
                    }
                }
            }

            .category_box {
                display: flex;
                padding: 27px 8px;
                margin-bottom: 26px;
                justify-content: center;
                align-items: center;
                border-radius: 8px;
                position: relative;
                z-index: 10;

                &.ladies-mens_box {
                    background: var(--color-ladies-mens);
                }

                &.ladies_box {
                    background: var(--color-ladies);
                }

                &.mens_box {
                    background: var(--color-mens);
                }

                &.kids_box {
                    background: var(--color-kids);
                }

                &.fashion-goods_box {
                    background: var(--color-fashion-goods);
                }

                &.general-goods_box {
                    background: var(--color-general-goods);
                }

                &.gourmet_box {
                    background: var(--color-gourmet);
                }

                &.interior_box {
                    background: var(--color-interior);
                }

                &.service_box {
                    background: var(--color-service);
                }

                &.amusement_box {
                    background: var(--color-amusement);
                }

                &.fashion_box {
                    background: var(--color-fashion);
                }

                h4 {
                    color: #000;
                    text-align: center;
                    font-size: 22px;
                    font-style: normal;
                    font-weight: 900;
                    line-height: 1;
                    letter-spacing: 0.1em;
                }
            }
            @media only screen and (max-width: 626px) {
                .category_box {
                    padding: min(5dvw, 27px) 8px;

                    h4 {
                        font-size: var(--font-size-h4-category-sp);
                    }
                }
            }
        }

        .sub_category_wrap {
            position: relative;
        }
        /* イラスト */
        .floating_center_img_wrap_01 {
            position: absolute;
            width: 100%;
            height: 100%;
            top: -30px;
            left: 0;
            overflow: hidden;

            .floating_center_img_box_01 {
                position: absolute;
                top: 10px;
                right: 10px;
                width: 128px;
                display: none;
                opacity: 0;
            }
        }
        @media screen and (width <= 626px) {
            .floating_center_img_wrap_01 {
                top: -10vw;

                .floating_center_img_box_01 {
                    top: 3vw;
                    width: 22vw;
                }
            }
        }

        .floating_center_img_wrap_02 {
            position: absolute;
            width: 100%;
            height: 200px;
            top: -200px;
            left: 0;
            overflow: hidden;

            .floating_center_img_box_02 {
                position: absolute;
                top: 87px;
                right: -21px;
                width: 116px;
                display: none;
                opacity: 0;
            }
        }
        @media screen and (width <= 626px) {
            .floating_center_img_wrap_02 {   
                height: 30vw;
                top: -30vw;

                .floating_center_img_box_02 {
                    top: 7vw;
                    right: -6vw;
                    width: 24vw;
                }
            }
        }

        .floating_center_img_wrap_03 {
            position: absolute;
            width: 100%;
            width: calc(100% + min(4.5vw, 30px));
            height: 200px;
            top: -128px;
            left: 0;
            overflow: hidden;
            z-index: 20;

            .floating_center_img_box_03 {
                position: absolute;
                bottom: 0px;
                right: -22px;
                width: 173px;
                display: none;
                opacity: 0;
            }
        }
        @media screen and (width <= 626px) {
            .floating_center_img_wrap_03 {   
                height: 40vw;
                top: -26vw;

                .floating_center_img_box_03 {
                    top: 8vw;
                    right: -4vw;
                    width: 32vw;
                }
            }
        }

        .floating_center_img_wrap_04 {
            position: absolute;
            width: 100%;
            width: calc(100% + min(4.5vw, 30px));
            height: 200px;
            top: -130px;
            left: 0;
            overflow: hidden;
            z-index: 20;

            .floating_center_img_box_04-01 {
                position: absolute;
                bottom: 0px;
                right: 103px;
                width: 42px;
                display: none;
                opacity: 0;
            }

            .floating_center_img_box_04-02 {
                position: absolute;
                bottom: 0px;
                right: 46px;
                width: 46px;
                display: none;
                opacity: 0;
            }

            .floating_center_img_box_04-03 {
                position: absolute;
                bottom: 0px;
                right: -28px;
                width: 69px;
                display: none;
                opacity: 0;
            }
        }
        @media screen and (width <= 626px) {
            .floating_center_img_wrap_04 {   
                height: 40vw;
                top: -28vw;

                .floating_center_img_box_04-01 {
                    bottom: 0;
                    right: 17vw;
                    width: 8vw;
                }

                .floating_center_img_box_04-02 {
                    bottom: 0;
                    right: 8.5vw;
                    width: 9vw;
                }

                .floating_center_img_box_04-03 {
                    bottom: 0;
                    right: -5.2vw;
                    width: 13.5vw;
                }
            }
        }

        .floating_center_img_wrap_05 {
            position: absolute;
            width: 100%;
            width: calc(100% + min(4.5vw, 30px));
            height: 200px;
            top: -135px;
            left: calc(0px - min(4.5vw, 30px));
            overflow: hidden;
            z-index: 20;

            .floating_center_img_box_05 {
                position: absolute;
                bottom: 0px;
                left: 21px;
                width: 99px;
                display: none;
                opacity: 0;
            }
        }
        @media screen and (width <= 626px) {
            .floating_center_img_wrap_05 {   
                height: 40vw;
                top: -29vw;

                .floating_center_img_box_05 {
                    bottom: 0;
                    left: 3vw;
                    width: 24vw;
                }
            }
        }

        .floating_center_img_wrap_06 {
            position: absolute;
            width: 100%;
            width: calc(100% + min(4.5vw, 30px));
            height: 200px;
            top: -116px;
            left: calc(0px - min(4.5vw, 30px));
            overflow: hidden;
            z-index: 20;

            .floating_center_img_box_06 {
                position: absolute;
                bottom: 0px;
                left: 30px;
                width: 102px;
                display: none;
                opacity: 0;
            }
        }
        @media screen and (width <= 626px) {
            .floating_center_img_wrap_06 {   
                height: 40vw;
                top: -25vw;

                .floating_center_img_box_06 {
                    bottom: 0;
                    left: 3.5vw;
                    width: 22vw;
                }
            }
        }

        .floating_center_img_wrap_07 {
            position: absolute;
            width: 100%;
            width: 100%;
            height: 500px;
            bottom: 0px;
            left: 0;
            overflow: hidden;
            z-index: 20;
            border-radius: 0 0 20px 20px;

            .floating_center_img_box_07-01 {
                position: absolute;
                bottom: -150px;
                left: 50%;
                /* translate: -50% 0; */
                transform: translateX(-50%);
                width: 840px;
                display: none;
                opacity: 0;
            }

            .floating_center_img_box_07-02 {
                position: absolute;
                bottom: 0px;
                right: -83px;
                width: 308px;
                display: none;
                opacity: 0;
            }

            .floating_center_img_box_07-03 {
                position: absolute;
                bottom: -10px;
                left: -114px;
                width: 242px;
                display: none;
                opacity: 0;
            }

            .floating_center_img_box_07-04 {
                position: absolute;
                bottom: 0px;
                left: 180px;
                width: 70px;
                display: none;
                opacity: 0;
            }

            .floating_center_img_box_07-05 {
                position: absolute;
                bottom: 0px;
                left: 120px;
                width: 61px;
                display: none;
                opacity: 0;
            }
        }
        @media screen and (width <= 626px) {
            .floating_center_img_wrap_07 {   
                .floating_center_img_box_07-01 {
                    bottom: -12vw;
                    width: 100%;
                }

                .floating_center_img_box_07-02 {
                    bottom: 3vw;
                    right: -20vw;
                    width: 60vw;
                }

                .floating_center_img_box_07-03 {
                    bottom: 3vw;
                    left: -20vw;
                    width: 42vw;
                }

                .floating_center_img_box_07-04 {
                    bottom: 3vw;
                    left: 32vw;
                    width: 13vw;
                }

                .floating_center_img_box_07-05 {
                    bottom: 3vw;
                    left: 21vw;
                    width: 11vw;
                }
            }
        }

        .floating_center_img_wrap_08 {
            position: absolute;
            width: 100%;
            width: 100%;
            height: 640px;
            bottom: 0px;
            left: 0;
            overflow: hidden;
            z-index: 20;
            border-radius: 0 0 20px 20px;

            .floating_center_img_box_08-01 {
                position: absolute;
                bottom: -150px;
                left: 50%;
                translate: -50% 0;
                width: 840px;
                display: none;
                opacity: 0;
            }

            .floating_center_img_box_08-02 {
                position: absolute;
                bottom: 0px;
                right: -5px;
                width: 526px;
                display: none;
                opacity: 0;
            }
        }
        @media screen and (width <= 626px) {
            .floating_center_img_wrap_08 {
                .floating_center_img_box_08-01 {
                    bottom: -38vw;
                    left: 0;
                    width: 190vw;
                }

                .floating_center_img_box_08-02 {
                    bottom: -1.2vw;
                    right: -5px;
                    width: 86vw;
                }
            }
        }

        /* ららぽーと */
        .lalaport_wrap {
            .center_inner_heading_shoplist_text_box {
                background-color: var(--color-port-master);

                .center_inner_heading_shoplist_text {
                    color: #FFF;
                }
            }
        }

        /* ららテラス */
        .lalaterrace_wrap {
            .center_inner_heading_shoplist_text_box {
                background-color: var(--color-terrace-master);

                .center_inner_heading_shoplist_text {
                    color: #FFF;
                }
            }
        }

        /* アザーイベント */
        .other_events_container {
            .heading_balloon_box {
                width: 100%;
                border-radius: 9999px;
                background-color: #000;
                padding: 20px;
                margin-bottom: 20px;
                position: relative;

                &::before {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    margin-left: -15px;
                    border: 15px solid transparent;
                    border-top: 15px solid #000;
                }

                h3 {
                    color: #FFF;
                    text-align: center;
                    font-size: 37px;
                    font-style: normal;
                    font-weight: 900;
                    line-height: 1.2;
                    letter-spacing: 0.14em;
                }
            }
            @media only screen and (max-width: 626px) {
                .heading_balloon_box {
                    padding: min(5dvw, 25px);

                    h3 {
                        font-size: var(--font-size-h3-other-events-sp);
                    }
                }
            }

            .other_events_inner {
                h4 {
                    color: #000;
                    text-align: center;
                    font-size: 28px;
                    font-style: normal;
                    font-weight: 900;
                    line-height: 1.2;
                    letter-spacing: 0.05em;
                    margin-bottom: 41px;
                }
                @media only screen and (max-width: 626px) {
                    h4 {
                        font-size: var(--font-size-h4-other-events-inner-sp);
                    }
                }

                .content_event_box,
                .content_facility_event_box {
                    padding-inline: 30px;

                    li {
                        transition: 0.3s;

                        &:not(:last-of-type) {
                            margin-bottom: 41px;
                        }
                    }
                }
                @media only screen and (max-width: 626px) {
                    .content_event_box,
                    .content_facility_event_box {
                        padding-inline: min(4dvw, 30px);
                    }
                }

                .content_event_box {
                    margin-bottom: 41px;
                }

                .content_facility_event_box {
                    li {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border-radius: 28px;
                        position: relative;

                        &:first-of-type {
                            background-color: var(--color-port-master);
                            border: 1px solid var(--color-port-master);
                            transition: all 0.3s;
                        }

                        &::before {
                            content: "";
                            width: 0.8em;
                            height: 1em;
                            background-color: #fff;
                            position: absolute;
                            top: 50%;
                            right: 20px;
                            translate: 0 -50%;
                            clip-path: polygon(0 0, 100% 50%, 0 100%);
                            transition: all 0.3s;
                        }

                        &:hover {
                            &:first-of-type {
                                background-color: #fff;
                            }

                            &::before {
                                background-color: var(--color-blue-primary);
                            }

                            a {
                                color: var(--color-blue-primary);
                            }
                        }

                        a {
                            color: #FFF;
                            text-align: center;
                            font-size: 16px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: 1.5;
                            letter-spacing: 0.1em;
                            padding-block: 33px;
                            display: block;
                            width: 100%;
                            height: 100%;
                            transition: all 0.3s;
                        }
                    }
                    @media only screen and (max-width: 626px) {
                        li {
                            border-radius: 20px;

                            &::before {
                                width: 0.6em;
                                height: 0.8em;
                                right: 2dvw;
                            }

                            a {
                                font-size: var(--font-size-other-events-banner-sp);
                                padding-block: min(5dvw, 33px);
                            }
                        }
                    }
                }
            }
        }

        .content_box {
            margin-bottom: min(3dvw, 20px);
        }
    }

    /* 右カラム */
    .container_right {
        background-color: var(--color-bg);

        > .pin-spacer {
            padding: 0 !important;
        }

        .right_inner {
            padding-top: 75px;
            /* padding-inline: 10%; */
            width: 100%;
            height: 100%;
            position: relative;

            .right_menu_container {
                position: sticky;
                top: 75px;     /* ビューポート上端から 75px の位置で固定 */
                z-index: 10;    /* 必要に応じて他要素より前面に */
            }
        }
        @media screen and (width <= 1280px) {
            .right_inner {
                padding-top: 70px;
                /* padding-inline: 10%; */
                height: 100%;
    
                .right_menu_container {
                    position: sticky;
                    top: 70px;
                    z-index: 10;
                }
            }
        }
        @media screen and (width <= 960px) {
            .right_inner {
                display: none;
            }
        }

        .right_menu_title_box {
            width: 77px;
            margin-bottom: 20px;
            margin-left: 10%;
        }

        .right_menu_list_box {
            display: flex;
            flex-direction: column;
            row-gap: 60px;
            /* padding: 20px; */
            padding-block: 20px;
            padding-inline: calc(10% + 20px);
            width: 100%;
            overflow-x: hidden;

            li {
                position: relative;

                &:not(:last-of-type)::before {
                    content: "";
                    width: 100%;
                    height: 1px;
                    background-color: #000;
                    position: absolute;
                    bottom: -30px;
                    left: 0;
                }

                /* カレントのテキスト色を変更 */
                a.active {
                    color: var(--color-green-primary);
                }
            }

            a {
                color: #000;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: 1.2;
            }
        }

        /* イラスト */
        .floating_right_img_wrap {
            position: absolute;
            top: -30px;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .floating_right_img_box_01 {
            width: 148px;
            position: absolute;
            top: 0;
            right: 40px;
        }

        .floating_right_img_box_02 {
            position: relative;
            left: min(10%, 60px);
            width: 124px;
        }
    }
}



/*--------------------------------------------------
 TOPへ戻るボタン
--------------------------------------------------*/
.top_btn_wrap {
    margin-top: 0;
    margin-bottom: 57px;

    .top_btn_container {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 60%;
        padding: 23px;
        margin-top: 20px;
        margin-bottom: 60px;
        margin-inline: auto;

        background-color: var(--color-top-btn);
        border: 1px solid var(--color-top-btn);
        border-radius: 9999px;

        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;

        cursor: pointer;
        position: relative;
        user-select: none;        
        transition: background-color 0.2s;

        /* flex-shrink: 0; */
        /* transition: 0.3s; */

        &::before,
        &::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 2.5px;
            height: 10px;
            background-color: #fff;
            transform: translateY(-50%);
            transition: .3s;
            pointer-events: none;
        }

        &::before {
            transform: translateY(-50%) rotate(-45deg);
            right: 30px;
        }

        &::after {
            transform: translateY(-50%) rotate(45deg);
            right: 35px;
        }

        .top_btn_text {
            color: #fff;
        }

        /* マウスホバー時 */
        &:hover {
            background-color: #fff;

            &::before,
            &::after {
                background-color: var(--color-top-btn);
            }

            .top_btn_text {
                color: var(--color-top-btn);
            }
        }
    }
    @media (hover:hover) {
        .top_btn_container:hover {
            background-color: #fff;
        }
        .top_btn_container:hover::before,
        .top_btn_container:hover::after {
            background-color: var(--color-top-btn);
        }
        .top_btn_container:hover .top_btn_text {
            color: var(--color-top-btn);
        }
    }
}
