@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-bg: #e13831;
    --color-yellow-primary: #f4f022;
    --color-blue-primary: #0A84C3;
    --color-green-primary: #4da535;
    --color-red-primary: #EA332E;
    --color-gray-primary: #b4b4b5;

    --color-port-master: #0068B7;
    --color-terrace-master: #DE0073;

    --color-ladies-mens: #B896C5;
    --color-ladies: #F3A9C1;
    --color-mens: #96B3DE;
    --color-kids: #F9C78E;
    --color-kimono: #e1afa7;
    --color-fashion-goods: #A9D499;
    --color-household: #D2E49E;
    --color-interior: #C9AF84;
    --color-fashion: #A1D1DB;
    --color-gourmet: #FBCA5A;
    --color-service: #71C3CC;
    --color-amusement: #E95E61;
    --color-householdgoods-interior: #A5DDB4;

    --color-top-btn: #8c8c8c;

    /* フォントサイズ */
    --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(4.6dvw, 28px);
    --font-size-red-bg-box-sp: min(3.2dvw, 20px);
    --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(4dvw, 16px);
}



/*--------------------------------------------------
 メディアクエリ
--------------------------------------------------*/
/* width <= 768px */
@media screen and (width <= 768px) {
    .PC-only {
        display: none !important;
    }
}
  
.sp-only {
    display: none !important;
}
@media screen and (width <= 768px) {
    .sp-only {
        display: block !important;
    }
}

/* width <= 1280px */
.tab-only {
    display: none !important;
}
@media screen and (width <= 1280px) {
    .tab-only {
        display: block !important;
    }
}

/* width <= 960px */
.tab-small-only {
    display: none !important;
}
@media screen and (width <= 960px) {
    .tab-small-only {
        display: grid !important;
    }
}

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

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



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

.text_shrink {
    font-size: 0.8em;
}

.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_heading_01 {
        font-size: var(--font-size-heading-01-sp);
    }
    .text_size_heading_02 {
        font-size: var(--font-size-heading-02-sp);
    }
}

.hover_opacity {
    transition: all 0.3s;

    &:hover {
        opacity: 0.7;
    }
}

@media screen and (width <= 768px) {
    .main_category_wrap ~ .main_category_wrap {
        margin-top: 20vw;
    }
}
@media screen and (width <= 768px) {
    .accordion ~ .accordion {
        margin-top: 20vw;
    }
}



/*--------------------------------------------------
 アコーディオンパーツ
--------------------------------------------------*/
.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: var(--color-bg);
        border: 1px solid var(--color-bg);
        border-radius: 9999px;
        transition: background-color 0.2s;
        user-select: none;
        flex-shrink: 0;

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

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

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

        /* ホバー時の処理 */
        &:hover {
            color: var(--color-bg);
            background-color: #fff;

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

        &.last_btn {
            margin-bottom: 0;
        }
    }
    @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;
    }

    .trigger {
        position: relative;
        z-index: 100;
    }
}



/*--------------------------------------------------
 ハンバーガーメニュー
--------------------------------------------------*/
/* ボタン */
.hamburger-menu_wrap {
    position: fixed;
    top: clamp(75px, 39.744px + 9.402vw, 130px);
    right: min(2vw, 20px);
    width: 80px;
    height: 80px;
    background-color: var(--color-bg);
    border-radius: 99999px;
    border: 1px solid #fff;
    display: grid;
    justify-content: center;
    align-items: center;
    z-index: 11000;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transition: top 0.5s;

    &.hamburger-menu_wrap--open {
         top: 4vw;
         /* 画面サイズ960より大きくされても閉じるボタンを表示させるため */
         display: grid !important;
    }

    .hamburger-menu_inner {
        display: grid;
        grid-template-rows: min-content min-content;
        row-gap: 4px;
    }
}
@media screen and (width <= 626px) {
    .hamburger-menu_wrap {
        width: 50px;
        height: 50px;
        top: clamp(80px, 50.120px + 7.968vw, 100px);
        right: 2vw;

        .hamburger-menu_inner {
            row-gap: 1px;
        }
    }
}

.hamburger_menu_text_container {
    color: var(--color-yellow-primary);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
}
@media screen and (width <= 626px) {
    .hamburger_menu_text_container {
        font-size: 10px;
        letter-spacing: -0.01em;
    }
}

.hamburger-menu {
    /* width: min(13dvw, 40px);
    height: min(13dvw, 40px); */
    width: 100%;
    /* height: 36px; */
    aspect-ratio: 40 / 36;

    position: relative;
    
    appearance: none;
    padding: 0;
    cursor: pointer;

    /* z-index: 11000; */
    /* 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: var(--color-yellow-primary);
            top: 50%;

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

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

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

    .hamburger_menu_bar {
        display: inline-block;
        width: 100%;
        height: min(0.6dvw, 3px);
        background-color: var(--color-yellow-primary);
        border-radius: 9999px;
        position: absolute;
        left: 0;
        transform: translate(0%, -50%);
        transition: .5s;

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

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

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

/* メニュー */
.navigation_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    max-width: 100dvw;
    height: 0;
    z-index: 9000;
    margin-inline: 0;

    .navigation {
        display: none;
        background-color: var(--color-bg);
        position: absolute;
        top: 0;
        left: 0;
        /* width: 100%; */
        width: 100dvw;
        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: 25px;

        .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: #fff;
            position: absolute;
            bottom: -30px;
            left: 0;
        }
    }

    .navigation_link {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5;
        text-decoration: none;
        transition: .5s;
        display: flex;
        flex-direction: column;

        &:hover {
            color: var(--color-yellow-primary);
        }
    }
}

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

  

/*--------------------------------------------------
 header
--------------------------------------------------*/
header {
    width: 100%;
    padding-inline: 30px;
    padding-block: 20px;
    background-color: #fff;
    align-items: center;
    position: relative;
    z-index: 30;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);

    div.header_inner {
        margin-inline: auto;
        max-width: 1440px;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    @media screen and (width <= 960px) {
        div.header_inner {
            height: 47px;
        }
    }
}
@media screen and (width <= 960px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        padding-inline: 5vw;
        padding-block: 3vw;
    }
}

#top {
    .logo_wrap {
        display: grid;
        grid-template-columns: auto 1fr auto;
        column-gap: min(5vw, 30px);
    }
}

.logo_left_box {
    display: grid;
    place-items: center;

    &.box_02 {
        justify-self: flex-start;
    }

    .logo_left {
        height: min(6.5vw, 47px);
        width: auto;
    }
}


.logo_right_box {
    display: grid;
    place-items: center;

    .logo_right {
        float: right;
        height: min(5.5vw, 32px);
        width: auto;
    }
}



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

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

    .footer_container {
        .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: 1fr 1fr;
                    column-gap: 60px;
                    /* place-content: center; */
                }
            }
        }

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



/*--------------------------------------------------
 紙吹雪
--------------------------------------------------*/
.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: 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);   /* ← 元の位置へ滑らかに戻す */
}



/*--------------------------------------------------
 左カラムの冬バーゲン2025のロゴ
--------------------------------------------------*/
/* 最初は非表示（ふわっと出したいので display:none; は使わない） */
.countdown-sale_left_img_wrap {
    opacity: 0;
    /* transform: translateY(36px); */ /* ★下から上に出すための初期位置 */
    transform: translate(-50%, 36px);
    transition:
        opacity 1.5s ease-out,
        transform 1.5s ease-out;
  
    position: fixed;
    width: calc((100% - 576px) / 2);
    max-width: 500px;
    top: 0;
    left: calc(((100% - 576px) / 2) / 2);
    /* translate: -50% 0; */ /* 既存のまま */
}
  
/* 表示：フェードイン＋上に戻す */
.countdown-sale_left_img_wrap.is-visible {
    opacity: 1;
    /* transform: translateY(0); */
    transform: translate(-50%, 0);
}



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

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

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

    #lottie1 {

    }
}