@charset "utf-8";

*, ::before, ::after {
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    color: #000;
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    vertical-align: bottom;
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

a {
    text-decoration: none;
    cursor: pointer;
}

address{
    font-style:normal;
}



/*--------------------------------------------------
 ブレイクポイント
--------------------------------------------------*/
/* 左側のロゴが消えるサイズ */
@media screen and (max-width: 1280px) {
}

/* バーガーメニューに切り替えるサイズ */
@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
}

/* SP表示（センターの最大：576px ＋ 左の幅：20px ＋ 右の幅：20px ＋ スクロールバー：10px）のサイズ */
@media screen and (max-width: 626px) {
}

/* 画面幅が小さい時に改行したいときのサイズ */
@media screen and (max-width: 500px) {
}



/*--------------------------------------------------
 変数
--------------------------------------------------*/
:root {
    /* 色 */
    --color-yellow-bg: #FFEC3F;
    --color-yellow-primary: #FFEC3F;
    --color-red-primary: #E13831;
    --color-port-master: #0068B7;
    --color-terrace-master: #DE0073;
    --color-vivit-master: #1F923F;
    --color-ladies-mens: #B896C5;
    --color-ladies: #F3A9C1;
    --color-mens: #96B3DE;
    --color-kids: #F9C78E;
    --color-fashion-goods: #A9D499;
    --color-general-goods: #D2E49E;
    --color-interior: #C9AF84;
    --color-fashion: #A1D1DB;
    --color-gourmet: #FBCA5A;
    --color-service: #71C3CC;
    --color-amusement: #E95E61;
    --color-householdgoods-interior: #A5DDB4;

    /* フォントサイズ */
    --font-size-h2-sp: min(4dvw, 34px);
    --font-size-h3-heading-facility-sp: min(3.5dvw, 24px);
    --font-size-h3-other-events-sp: min(5.4dvw, 37px);
    --font-size-h4-heading-sp: min(4.5dvw, 24px);
    --font-size-h4-category-sp: min(3.6dvw, 22px);
    --font-size-h4-other-events-inner-sp: min(3.8dvw, 28px);
    --font-size-red-bg-box-sp: min(3.2dvw, 20px);
    --font-size-balloon-01-sp: min(3.4dvw, 26px);
    --font-size-balloon-02-sp: min(4.2dvw, 32px);
    --font-size-heading-01-sp: min(5.7dvw, 36px);
    --font-size-heading-02-sp: min(7.5dvw, 45px);
    --font-size-acccordion-label-sp: min(3dvw, 16px);
    --font-size-other-events-banner-sp: min(2.7dvw, 16px);
}



/*--------------------------------------------------
 共通
--------------------------------------------------*/
@media screen and (max-width: 768px) {
    .PC-only {
        display: none !important;
    }
}
  
.sp-only {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .sp-only {
        display: block !important;
    }
}
  
.tab-only {
    display: none !important;
}
@media screen and (max-width: 1280px) {
    .tab-only {
        display: block !important;
    }
}

.tab-small-only {
    display: none !important;
}
@media screen and (max-width: 960px) {
    .tab-small-only {
        display: block !important;
    }
}

.sp-middle-only {
    display: none !important;
}
@media screen and (max-width: 626px) {
    .sp-middle-only {
        display: block !important;
    }
}

.sp-small-only {
    display: none !important;
}
@media screen and (max-width: 500px) {
    .sp-small-only {
        display: block !important;
    }
}

/* フォントサイズ */
.text_enlarge {
    font-size: 1.5em;
}

.text_shrink {
    font-size: 0.8em;
}

.text_size_balloon_01 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    display: block;
}
.text_size_balloon_02 {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    display: block;
}
.text_size_heading_01 {
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.3;
}
.text_size_heading_02 {
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.3;
}
@media only screen and (max-width: 626px) {
    .text_size_balloon_01 {
        font-size: var(--font-size-balloon-01-sp);
    }
    .text_size_balloon_02 {
        font-size: var(--font-size-balloon-02-sp);
    }
    .text_size_heading_01 {
        font-size: var(--font-size-heading-01-sp);
    }
    .text_size_heading_02 {
        font-size: var(--font-size-heading-02-sp);
    }
}



/*--------------------------------------------------
 フェードイン
--------------------------------------------------*/
.fade-in-bargain {
    opacity: 0;
    transform: translate(0, 50px);
    transition: opacity 0.8s cubic-bezier(.22,.68,.52,1.01), transform 0.8s cubic-bezier(.22,.68,.52,1.01);
    will-change: opacity, transform;

    &.visible {
        opacity: 1;
        transform: translate(0, 0);
    }
}
.fade-in-bargain-right {
    opacity: 0;
    transform: translate(0, 50px);
    transition: opacity 0.8s cubic-bezier(.22,.68,.52,1.01), transform 0.8s cubic-bezier(.22,.68,.52,1.01);

    &.visible {
        opacity: 1;
        transform: translate(0, 0);
    }
}


/*--------------------------------------------------
 吹き出し（下向き）
--------------------------------------------------*/
.balloon {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0.6em;
    padding: 26px;
    margin-bottom: 60px;
    width: 100%;
    min-width: 120px;
    max-width: 100%;
    color: #000;
    font-size: 16px;
    background: var(--color-yellow-primary);
    border-radius: 30px;

    &::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid var(--color-yellow-primary);
    }

    p {
        text-align: center;
        margin: 0;
        padding: 0;
    }
}
@media only screen and (max-width: 626px) {
    .balloon {
        padding: 6dvw;
        margin-bottom: 8dvw;
    }
}



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

#kv_area {
    @media screen and (max-width: 960px) {
        h1 {
            overflow: hidden;

            img {
                /* scale: 1.1; */
            }
        }
    }
    
    .heading_container {
        background: #40ABCE;
        padding: 17px;
        display: flex;
        justify-content: center;
        align-items: center;

        h2 {
            color: #fff;
            text-align: center;
            font-size: 34px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.15;
            letter-spacing: 0.08em;
            position: relative;
            display: inline-block;

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

            &::before {
                background-image: url(../img/clearance-tb-01.svg);
                left: -1em;
            }

            &::after {
                background-image: url(../img/clearance-tb-02.svg);
                right: -1.2em;
            }
        }
        @media only screen and (max-width: 1280px) {
            h2 {
                font-size: var(--font-size-h2-sp);

                &::before,
                &::after {
                    width: 0.92em;
                    height: 2em;
                    top: 50%;
                    translate: 0 -50%;
                }

                &::before {
                    background-image: url(../img/clearance-tb-01-sp.svg);
                    left: -1.3em;
                }
    
                &::after {
                    background-image: url(../img/clearance-tb-02-sp.svg);
                    right: -1.5em;
                }
            }
        }
    }
    @media only screen and (max-width: 626px) {
        .heading_container {
            padding-block: 2.5dvw;
        }
    }
}

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

    .container_left {
        background-color: var(--color-yellow-bg);

        .left_inner {
            position: relative;
    
            .logo_box {
                position: fixed;
                /* ▼（（ウインドウの横幅 - 特典領域＜センターの白地色＞）÷ 2）- 10%＜左の赤枠いっぱいにならないように＞ */
                width: calc(((100dvw - 576px) / 2) - 6%);
                max-width: 300px;
                top: 100px;
                left: calc(((100dvw - 576px) / 2) / 2);
                translate: -50% 0;
            }
            @media screen and (max-width: 1280px) {
                .logo_box {
                    display: none;
                }
            }
        }
    }

    .container_center {
        background-color: var(--color-yellow-bg);

        .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);
            /* padding: 38px min(4.5vw, 38px); */
            position: relative;
            padding-top: min(8dvw, 50px);
            margin-bottom: 50px;

            &:not(:first-of-type) {
                border-radius: 20px;
            }

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

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

            .center_inner_padding {
                padding: min(4.5vw, 38px);
            }
        }
        @media only screen and (max-width: 626px) {
            .center_inner {
                width: 100%;
                /* max-width: 576px; */
            }
        }

        .heading_box {
            color: #000;
            margin-bottom: 60px;
        }
        @media only screen and (max-width: 626px) {
            .heading_box {
                margin-bottom: 8dvw;
            }
        }

        .btn_facility_container {
            /* margin-bottom: 40px; */
            
            &.grid {
                display: grid;
                grid-template-columns: 1fr;
                grid-template-rows: 1fr 1fr 1fr;
                /* row-gap: 42px; */

                .btn_box {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    /* border-radius: 20px; */
                    border: 2px solid;
                    /* box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25); */
                    transition: 0.3s;
                    position: relative;
                    background-color: #fff;

                    &:not(:first-of-type) {
                        margin-top: -2px;
                    }

                    &:hover {
                        scale: 1.05;
                        position: relative;
                        z-index: 100;
                    }

                    &::before {
                        content: '';
                        width: 0.6em;
                        height: 0.6em;
                        rotate: 45deg;
                        position: absolute;
                        top: 50%;
                        border-bottom: solid 2px;
                        border-right: solid 2px;
                    }
                    @media only screen and (max-width: 626px) {
                        &::before {
                            width: 0.5em;
                            height: 0.5em;
                        }
                    }

                    a {
                        text-align: center;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 1.2;
                        letter-spacing: 0.05em;
                        display: block;
                        width: 100%;
                        height: 100%;
                        padding: 30px 20px;
                    }
                    @media only screen and (max-width: 626px) {
                        a {
                            font-size: min(3vw, 16px);
                            padding: min(4dvw, 15px) 1dvw;
                        }
                    }
                }

                .btn_port {
                    /* border-color: var(--color-port-master); */

                    &::before  {
                        border-bottom-color: var(--color-port-master);
                        border-right-color: var(--color-port-master);
                        right: 50%;
                        translate: 11em -60%;
                    }
                    @media only screen and (max-width: 626px) {
                        &::before  {
                            translate: min(33dvw, 11em) -60%;
                        }
                    }

                    a {
                        color: var(--color-port-master);
                    }
                }
                
                .btn_terrace {
                    /* border-color: var(--color-terrace-master); */

                    &::before  {
                        border-bottom-color: var(--color-terrace-master);
                        border-right-color: var(--color-terrace-master);
                        right: 50%;
                        translate: 11em -60%;
                    }
                    @media only screen and (max-width: 626px) {
                        &::before  {
                            translate: min(33dvw, 11em) -60%;
                        }
                    }

                    a {
                        color: var(--color-terrace-master);
                    }
                }

                .btn_vivit {
                    /* border-color: var(--color-vivit-master); */

                    &::before  {
                        border-bottom-color: var(--color-vivit-master);
                        border-right-color: var(--color-vivit-master);
                        right: 50%;
                        translate: 9em -60%;
                    }
                    @media only screen and (max-width: 626px) {
                        &::before  {
                            translate: min(27dvw, 9em) -60%;
                        }
                    }

                    a {
                        color: var(--color-vivit-master);
                    }
                }
            }
        }

        .heading_facility_box {
            display: flex;
            padding: 32px 0px;
            justify-content: center;
            align-items: center;
            align-content: center;
            
            &.port_box {
                background-color: var(--color-port-master);
                position: relative;

                .clearance_eye_box {
                    width: min(9vw, 75px);
                    position: absolute;
                    top: max(-28%, -20px);
                    right: min(4.5vw, 38px);
                }
            }

            &.terrace_box {
                background-color: var(--color-terrace-master);
                position: relative;

                .clearance_eye_box {
                    width: min(9vw, 75px);
                    position: absolute;
                    top: max(-28%, -20px);
                    /* right: min(4.5vw, 38px); */
                    left: min(4.5vw, 38px);
                }
            }

            &.vivit_box {
                background-color: var(--color-vivit-master);
                position: relative;

                .clearance_eye_box {
                    width: min(9vw, 75px);
                    position: absolute;
                    top: max(-28%, -20px);
                    right: min(4.5vw, 38px);
                }
            }

            &.terrace_box,
            &.vivit_box {
                margin-bottom: min(6vw, 20px);
            }

            h3 {
                color: #FFF;
                text-align: center;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.11em;
            }
            @media only screen and (max-width: 626px) {
                h3 {
                    font-size: var(--font-size-h3-heading-facility-sp);
                }
            }
        }
        @media only screen and (max-width: 626px) {
            .heading_facility_box {
                padding: 5dvw 0px;
            }
        }

        .benefit_container {
            .lalaport_heading_container {
                h4 {
                    margin-bottom: 30px;

                    &.closing_sale_title {
                        /* background-color: var(--color-yellow-primary); */
                        color: var(--color-red-primary);
                        text-align: center;
                        font-style: normal;
                        line-height: 1.3;
                        letter-spacing: 0.05em;
                        font-size: 28px;
                        font-weight: 700;
                        /* padding: calc(20px - 0.05em) 5px calc(20px + 0.05em); */
                    }
                }
                @media only screen and (max-width: 626px) {
                    h4 {
                        &.closing_sale_title {
                            font-size: var(--font-size-h4-heading-sp);
                        }
                    }
                }
            }

            .closing_sale_mark_box {
                width: 100%;
                max-width: 362px;
                margin-inline: auto;
            }

            .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.06em;
                    margin-bottom: 40px;
                }
                @media only screen and (max-width: 626px) {
                    .btn_category_container_anno {
                        font-size: min(3dvw, 20px);
                    }
                }

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

                        &.lalaterrace,
                        &.vivit {
                            grid-template-rows: 1fr;
                        }

                        &.lalaterrace {
                            grid-template-columns: 1fr;
                            justify-content: center;
                            width: 100%;
                            max-width: 232px;
                            margin-inline: auto;
                        }

                        .btn_category_item_box-01 {
                            /* padding: 21px 10px calc(21px + 0.3em); */
                            border-radius: 20px;
                            border: 1px solid #B1B1B1;
                            background: #FFF;
                            position: relative;

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

                            &.item-01,
                            &.item-02 {
                                &:hover {
                                    border-radius: 20px 20px 0px 0px;
                                }
                            }

                            .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: 21px 10px calc(21px + 0.3em);

                                &::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%);
                                }

                                &:hover {
                                    color: #777;

                                    &::before {
                                        background-color: #777;
                                    }
                                }

                                /* アンカーでは無いので色を変えない */
                                &.not_anchor {
                                    &:hover {
                                        color: #000;

                                        &::before {
                                            background-color: #000;
                                        }
                                    }
                                }
                            }
                            @media only screen and (max-width: 626px) {
                                .master_category {
                                    font-size: min(3dvw, 14px);
                                }

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

                            .menu_hidden {
                                visibility: hidden;
                                opacity: 0;
                                position: absolute;
                                top: 100%;
                                left: -1px;
                                z-index: 10;
                                background: #fff;
                                transition: opacity 0.3s;
                                border-radius: 0 0 20px 20px;
                                border: 1px solid #B1B1B1;
                                width: calc(100% + 2px);
                                padding: 0.5em 0.5em;
                                display: grid;
                                row-gap: 0;

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

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

                                    &:hover {
                                        .sub_category {
                                            color: #777;

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

                                    .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);
                                        }
                                    }
                                }
                            }
                        
                            &:hover .menu_hidden {
                                visibility: visible;
                                opacity: 1;
                            }

                            &:hover {
                                position: relative;
                                z-index: 1000;
                                scale: 1.1;
                            }
                            
                        }
                        
                        .btn_category_item_box-02 {
                            padding: 21px 10px calc(21px + 0.3em);
                            border-radius: 10px;
                            border: 1px solid #B1B1B1;
                            background: #E9E9E9;
                            display: flex;
                            justify-content: center;
                            transition: 0.3s;

                            a {
                                color: #000;
                                text-align: center;
                                font-size: 13px;
                                font-style: normal;
                                font-weight: 700;
                                line-height: 1;
                                position: relative;

                                &::before {
                                    content: "";
                                    width: 0.7em;
                                    height: 0.7em;
                                    border: 1px solid #000;
                                    border-left: 0;
                                    border-bottom: 0;
                                    rotate: 135deg;
                                    position: absolute;
                                    bottom: -1em;
                                    left: 50%;
                                    translate: -50% 0; 
                                }
                            }

                            &:hover {
                                scale: 1.1;
                            }
                        }
                    }
                    @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;

                &.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);
                }

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

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

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

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

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

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

                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);
                    }
                }
            }
        }

        .benefit_container_inner {
            background-color: #fff;
            /* margin-top: 40px; */

            .benefit_container_inner_padding {
                padding: min(4.5vw, 38px) min(4.5vw, 38px) 2px;

                .btn-more {
                    margin-bottom: 0;
                }
            }
        }

        .other_events_container {
            .heading_balloon_box {
                width: 100%;
                border-radius: 9999px;
                background-color: #000;
                padding: 25px;
                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 {
                    /* margin-bottom: 41px; */
                    padding-inline: 30px;

                    li {
                        transition: 0.3s;

                        &:not(:last-of-type) {
                            margin-bottom: 41px;
                        }

                        &:hover {
                            scale: 1.05;
                        }
                    }
                }
                @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);
                        }

                        &:nth-of-type(2) {
                            background-color: var(--color-terrace-master);
                        }

                        &:nth-of-type(3) {
                            background-color: var(--color-vivit-master);
                        }

                        &::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%);
                        }

                        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%;
                        }
                    }
                    @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-yellow-bg);

        .right_inner {
            padding-top: 114px;
            padding-inline: 10%;
            height: 100%;

            .right_menu_container {
                position: sticky;
                top: 114px;     /* ビューポート上端から 114px の位置で固定 */
                z-index: 10;    /* 必要に応じて他要素より前面に */
            }
        }
        @media screen and (max-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 (max-width: 960px) {
            .right_inner {
                display: none;
            }
        }

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

        .right_menu_list_box {
            display: flex;
            flex-direction: column;
            row-gap: 60px;
            padding: 20px;

            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: #40ABCE;
                }
  
            }

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

        .logo_box_right {
            display: none;
        }
        @media screen and (max-width: 1280px) {
            .logo_box_right {
                display: block;
                position: fixed;
                top: 480px;
                right: calc((100dvw - 576px - max(5%, 20px)) / 2);
                translate: 50% 0;
                width: calc((100dvw - 576px - max(5%, 20px)) - 14%);
                max-width: 340px;
            }
        }
    }
}



/*--------------------------------------------------
 アコーディオンパーツ
--------------------------------------------------*/
.accordion {
    &.not_btn-more {
        margin-bottom: 60px;
    }

    .btn-more {
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
        cursor: pointer;
        position: relative;

        display: flex;
        justify-content: center;
        width: 60%;
        padding: 23px;
        margin-top: 20px;
        margin-bottom: 60px;
        margin-inline: auto;
        background-color: #000;
        border: none;
        border-radius: 9999px;
        transition: background-color 0.2s;
        user-select: none;
        flex-shrink: 0;
        transition: 0.3s;

        &::before,
        &::after {
            content: "";
            position: absolute;
            top:50%;
            width: 2.5px;
            height: 10px;
            background-color: #FFF;
            transition: .5s;
        }

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

        &.close::before {
            transform: translateY(-50%) rotate(-135deg);
            transition: .5s;
        }
        &.close::after {
            transform: translateY(-50%) rotate(135deg);
            transition: .5s;
        }

        &:hover {
            scale: 1.1;
        }
    }
    @media only screen and (max-width: 626px) {
        .btn-more {
            font-size: var(--font-size-acccordion-label-sp);
        }
    }

    .dropdown {
        display: none;
        overflow: hidden;
        transition:max-height 0.3s ease-out;
    }
}



/*--------------------------------------------------
 紙吹雪
--------------------------------------------------*/
.ribbon_box {
    position: absolute;
    width: 83px;
    height: 143px;

    /* 天地の位置 */
    /* ららぽーとTOKYO-BAY */
    &.port_ribbon_01 {
        top: 16%;
    }

    &.port_ribbon_02 {
        top: 35%;
    }

    &.port_ribbon_03 {
        top: 46%;
    }

    &.port_ribbon_04 {
        top: 58%;
    }

    &.port_ribbon_05 {
        top: 68%;
    }

    &.port_ribbon_06 {
        top: 97%;
    }

    /* ららテラスTOKYO-BAY */
    &.terrace_ribbon_01 {
        top: 26%;
    }

    &.terrace_ribbon_02 {
        top: 75%;
    }

    /* vivit */
    &.vivit_ribbon_01 {
        top: 16%;
    }

    &.vivit_ribbon_02 {
        top: 85%;
    }

    /* 左右の位置 */
    &.ribbon_left {
        left: calc(((100% / 2) - 50%) - 8%);
    }

    &.ribbon_right {
        right: calc(((100% / 2) - 50%) - 8%);
    }
    
    /* カラー */
    .ribbon_orange {
        position: absolute;
        /* top: 0;
        right: 0;
        width: 30px; */
        top: 0;
        right: 0;
        width: clamp(20px, 45%, 30px);
        /* width: min(45%, 30px); */
    }

    .ribbon_pink {
        position: absolute;
        /* top: 70px;
        left: 50px;
        width: 16px; */
        top: 40%;
        left: 52%;
        width: clamp(9px, 22%, 16px);
        /* width: min(22%, 16px); */
    }

    .ribbon_blue {
        position: absolute;
        /* top: 82px;
        left: 0px;
        width: 32px; */
        top: 65%;
        left: 0;
        width: clamp(22px, 48%, 32px);
        /* width: min(48%, 32px); */
    }

    .ribbon_green {
        position: absolute;
        /* bottom: 0;
        right: 0;
        width: 20px; */
        bottom: 0;
        right: 0;
        width: clamp(14px, 30%, 20px);
        /* width: min(30%, 20px); */
    }
}
@media only screen and (max-width: 960px) {
    .ribbon_box {
        &.ribbon_left {
            left: calc(((100% / 2) - 50%) - 8%);
            /* scale: 0.8; */
            /* transform-origin: top left; */
        }

        &.ribbon_right {
            right: calc(((100% / 2) - 50%) - 8%);
            /* scale: 0.8; */
            /* transform-origin: top right; */
        }
    }
}
@media only screen and (max-width: 768px) {
    .ribbon_box {
        width: 8.0vw;
        height: 30vw;

        &.ribbon_left {
            left: calc(((100% / 2) - 50%) - 3.5%);
            /* scale: 0.9; */
            transform-origin: top left;
        }

        &.ribbon_right {
            right: calc(((100% / 2) - 50%) - 3.0%);
            /* scale: 0.9; */
            transform-origin: top right;
        }
    }
}
@media only screen and (max-width: 626px) {
    .ribbon_box {
        width: 7.5vw;

        &.ribbon_left {
            left: calc(((100% / 2) - 50%) - 3%);
            /* scale: 0.5; */
            /* transform-origin: top left; */
        }

        &.ribbon_right {
            right: calc(((100% / 2) - 50%) - 3%);
            /* scale: 0.5; */
            /* transform-origin: top right; */
        }
    }
}
/* @media only screen and (max-width: 500px) {
    .ribbon_box {
        &.ribbon_left {
            left: calc(((100% / 2) - 50%) - 4.5%);
            scale: 0.42;
            transform-origin: top left;
        }

        &.ribbon_right {
            right: calc(((100% / 2) - 50%) - 4.5%);
            scale: 0.42;
            transform-origin: top right;
        }
    }
} */
@media only screen and (max-width: 400px) {
    .ribbon_box {
        width: 9.5vw;
        height: 35vw;

        &.ribbon_left {
            left: calc(((100% / 2) - 50%) - 5.5%);
            /* scale: 0.38; */
            /* transform-origin: top left; */
        }

        &.ribbon_right {
            right: calc(((100% / 2) - 50%) - 5.5%);
            /* scale: 0.38; */
            /* transform-origin: top right; */
        }
    }
}

/* 初期状態：非表示＆少し下げる */
.fade-in-ribbon {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s cubic-bezier(.22,.68,.52,1.01), transform 0.8s cubic-bezier(.22,.68,.52,1.01);
    will-change: opacity, transform;
}

/* 中央に来たら class を付けてフェードイン */
.fade-in-ribbon.visible {
    opacity: 1;
    transform: translateY(0);   /* ← 元の位置へ滑らかに戻す */
}



/*--------------------------------------------------
 TOPへ戻るボタン（今回使用しない）
--------------------------------------------------*/
#pageTop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9998;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    pointer-events: none; /* opacity:0 の間はクリック不可 */

    &.visible {
        opacity: 1;           /* フェードイン */
        pointer-events: auto; /* クリック可能にする（任意）*/
    }

    a {
        display: block;
        opacity: 1;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        font-size: 1.4rem;
        text-indent: 0px;
        line-height: 300%;
        text-decoration: none;
        line-height: 1.5em;
        font-family: "Noto Sans";
        padding-top: 15px;
    }
}
@media screen and (max-width: 768px) {
    #pageTop {
        bottom: 30px;
        right: 20px;

        a {
            width: 45px;
            height: 45px;
            font-size: 1rem;
            padding-top: 10px;
        }
    }
}



/*--------------------------------------------------
 ハンバーガーメニュー
--------------------------------------------------*/
/* ボタン */
.hamburger-menu {
    width: min(13dvw, 76px);
    height: min(13dvw, 76px);
    
    border: 2px solid #fff;
    border-radius: 9999px;
    background-color: #98CCDD;
    appearance: none;
    padding: 0;
    cursor: pointer;

    position: fixed;
    top: min(11dvh, 100px);
    right: min(3.5dvw, 20px);
    z-index: 9000;

    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

    &.hamburger-menu--open {
        background-color: transparent;
        border: 2px solid transparent;

        .hamburger_menu_bar {
            background-color: #000;
            top: 50%;

            &:first-child {
                transform: translateX(-50%) translateY(-50%) rotate(45deg);
                top: 50%;
            }

            &:nth-child(2) {
                display: none;
            }

            &:last-child {
                transform: translateX(-50%) translateY(-50%) rotate(-45deg);
                top: 50%;
            }
        }
    }

    .hamburger_menu_bar {
        display: inline-block;
        width: 56%;
        /* height: 4px; */
        height: min(0.6dvw, 4px);
        background-color: #fff;
        border-radius: 9999px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .5s;

        &:first-child {
            top: 32%;
        }

        &:nth-child(2) {
            top: 50%;
        }

        &:last-child {
            top: 68%;
        }
    }
}

/* メニュー */
.navigation_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    /* transform: translateX(-50%); */
    width: 100dvw;
    max-width: 100dvh;
    height: 0;
    z-index: 9000;
    margin-inline: 0;

    .navigation {
        display: none;
        background-color: var(--color-yellow-bg);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 8000;
    }

    .navigation_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        overflow-y: auto;
        margin-inline: 0;
    }

    .navigation_inner_box {
        margin-inline: 5%;
        display: flex;
        flex-direction: column;
        width: fit-content;
    }

    .navigation_title_box { 
        margin-inline: 0;
        margin-bottom: 20px;

        .navigation_title {
            width: 80px;
            margin-inline: 0;
        }
    }

    .navigation_list {
        list-style: none;
        padding: 0 20px;
        margin: 0;
        display: grid;
        row-gap: 60px;
    }

    .list_item {
        position: relative;

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

    .navigation_link {
        color: #000;
        /* font-size: clamp(1.25rem, 0.144rem + 4.91vw, 2.5rem); */
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        transition: .5s;
        display: flex;

        &:hover {
            color: #40ABCE;
        }
    }
}

/* バーガーメニューOPEN時にスクロールを禁止する */
body.navigation--open {
    overflow-y: hidden;
} 

  

/*--------------------------------------------------
 header
--------------------------------------------------*/
header {
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    overflow: hidden;

    div {
        max-width: 1440px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 30px;

        a img {
            height: 47px;
            width: auto;
        }
        @media screen and (max-width: 1000px) {
            a img {
                height: 4vw;
            }
        }
        @media screen and (max-width: 768px) {
            a img {
                height: 24px;
                height: 18px;
                width: auto;
            }
        }
        @media screen and (max-width: 768px) and (max-width: 370px) {
            a img {
              height: 4.5vw;
            }
        }
    }
    @media screen and (max-width: 768px) {
        div {
            width: 100%;
            min-width: inherit;
            margin: 0 7px;
        }
    }
}
@media screen and (max-width: 768px) {
    header {
      height: 57px;
    }
}

#top {
    .left {
        margin: 0px;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 30px;

        .rogo_wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            gap: 57px;
        }
        @media screen and (max-width: 1100px) {
            .rogo_wrap {
                gap: 30px;
            }
        }
        @media screen and (max-width: 768px) {
            .rogo_wrap {
                gap: 1vw;
            }
        }
    }
    @media screen and (max-width: 768px) {
        .left {
            margin: 0px;
            gap: 0px;

            img {
                margin-right: 10px;
            }
        }
    }
}

.right {
  float: right;
  height: 32px;
  padding-right: 2%;
  width: auto;
}
@media screen and (max-width: 1000px) {
    .right {
        height: 2.7vw;
    }
}
@media screen and (max-width: 768px) {
    .right {
      float: right;
      height: 21px;
      height: 16px;
    }
}
@media screen and (max-width: 768px) and (max-width: 370px) {
    .right {
      height: 4.5vw;
    }
}

.rogo-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}



/*--------------------------------------------------
 footer（footerタグから外に出した）
--------------------------------------------------*/
#footer {
    width: 100%;

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

    .footer_container {
        /* &.grid {
            display: grid;
            grid-template-columns: 1fr minmax(100px, 576px) 1fr;
        } */

        .footer_container_center {
            .footer_center_inner {
                background-color: #fff;
                padding: 38px min(4.5vw, 38px);
            }
        }
    
        .sns_link_box {
            display: flex;
            flex-direction: column;
            align-items: center;
            row-gap: 15px;
            padding-block: 30px;
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
    
            .title {
                width: 100%;
                max-width: 253px;
            }
    
            .followUs_box {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
    
            .flollowUs_title {
                width: 100%;
                max-width: 176px;
                margin-bottom: 15px;
            }
    
            .sns_link_wrap {
                display: flex;
                justify-content: center;
                align-items: center;
                column-gap: 27px;
            }
    
            .sns_link {
                a {
                    display: flex;
                    align-items: center;
                    column-gap: 13px;
                    color: #000;
                    font-size: 10px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 1.2;
    
                    .sns_icon {
                        width: 43px;
                    }
                }
            }
        }

        .detail {
            padding-block: 22px 59px;
            border-bottom: 1px solid #000;
            color: #000;
            font-size: 11px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.50;
            text-align: justify;
        }

        .footer_nav_container {
            padding-block: 27px;

            .footer_nav {
                li {
                    &:not(:last-of-type) {
                        margin-bottom: 15px;
                    }
                }
            }

            a {
                color: #000;
                font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
                font-size: 12px;
                font-style: normal;
                font-weight: 300;
                line-height: 1.5;
                transition: 0.3s;
                display: inline-block;

                &:hover {
                    color: #777;
                }
            }
        }

        .footer_facility_logo_container {
            display: grid;
            place-items: center;
            margin-bottom: 37px;

            .footer_facility_logo_inner {
                &.grid {
                    display: grid;
                    grid-template-columns: 148px 163px;
                    grid-template-rows: max-content auto;
                    column-gap: 60px;
                    row-gap: 30px;

                    .num_04 {
                        img {
                            width: 65%;
                            display: block;
                            margin-inline: auto;
                        }
                    }
                }
            }
        }
        @media only screen and (max-width: 626px) {
            .footer_facility_logo_container {
                .footer_facility_logo_inner {
                    &.grid {
                        display: grid;
                        grid-template-columns: 41.86% 46.14%;
                        grid-template-rows: max-content auto;
                        column-gap: 0;
                        justify-content: space-between;
                    }
                }
            }
        }

        .footer_logo_container {
            width: 250px;
            margin-inline: auto;
            margin-bottom: 22px;
        }
        @media only screen and (max-width: 626px) {
            .footer_logo_container {
                width: 100%;
                max-width: 250px;
            }
        }

        .copyright_container {
            color: #9E9D9D;
            text-align: center;
            font-size: 9px;
            font-style: normal;
            font-weight: 300;
            line-height: 1.5;
        }
    }    
}



/*--------------------------------------------------
 ローディング画面(Lottie)
--------------------------------------------------*/
#lottie-loader {
    transition: 1.5s ease;

    /* ローディング画面を隠す */
    &.loaded {
        opacity: 0;
        visibility: hidden;
    }

    .lottie-loader_inner {
        position: fixed;
        top: 0;
        left: 0;
        width: 100dvw;
        height: 100dvh;
        background: var(--color-yellow-bg);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }

    #lottie1 {

    }
}
