/* @media only screen and (min-width: 768px) {
    .ec-headerNaviRole .ec-headerNaviRole__search {
        display: flex;
        align-items: center;
        justify-content: left;
        flex-shrink: calc(100% - 300px);
    }
}


.ec-header {
    width: 100%;
    background: #DB002F;
    min-height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    top: 0;
}

.ec-header__inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    height: 100px;
}

.ec-headerNaviRole {
    max-width: 1920px !important;
    margin: 0 auto !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e0e0e0;
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
    width: auto !important;
}

.ec-headerNaviRole .ec-headerNaviRole__left {}

.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 40% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    height: 100% !important;
    justify-self: auto !important;
}



.ec-header__logo {
    width: 300px !important;
    height: 31.35px;
}

.ec-headerNaviRole a {
    width: 300px;
    height: 31.35px;
}

.ec-header__logo-text {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
    color: #000000;
}

.ec-headerNaviRole__nav {
    display: inline-block !important;
}

/* Responsive logo text sizing */



.ec-headerNaviRole__right {
    width: 330px;
}

.ec-headerNaviRole {
    height: 100px !important;
}

.ec-headerNaviRole__left {
    width: 100% !important;
}

.ev-header__logo {
    width: 300px;
    height: auto;
    max-width: 300px;
}

.ev-header__logo-text {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
    color: #000000;
}

@media only screen and (max-width: 1200px) {
    .ec-header__logo-text {
        font-size: 26px;
    }

}

@media only screen and (max-width: 992px) {
    .ec-header__logo-text {
        font-size: 22px;
    }

    .ec-headerNaviRole {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .ec-header__logo-text {
        font-size: 18px;
    }

    .ec-headerNaviRole {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 576px) {
    .ec-header__logo-text {
        font-size: 16px;
    }

    .hideNavSmallScreen {
        display: none !important;
    }

    .ec-headerNav .ec-headerNav__item.hideNavSmallScreen {
        display: none !important;
    }

    .ec-headerNaviRole {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 480px) {
    .ec-header__logo-text {
        font-size: 14px;
    }

    .hideNavSmallScreen {
        display: none !important;
    }

    .ec-headerNav .ec-headerNav__item.hideNavSmallScreen {
        display: none !important;
    }

    .ec-headerNaviRole {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ec-headerNav .ec-headerNav__item {
        margin-right: 10px !important;
    }

    .ec-pc-drawer__iconRow {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}



/*** NAVIGATION START ***/

.ec-header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    top: 0;
    z-index: 1000;
    background-color: white;
    width: 100%;
    height: 100px;
    transition: transform 0.3s ease;
    position: fixed;
}

/* hidden state – slide up */
.ec-header.hide {
    transform: translateY(-100%);
  }

.ec-headerNav {
    margin-top: 5px;
}

.ec-headerNav .ec-headerNav__item {
    margin-right: 14px;

}

.ec-headerNav__itemImg {
    width: 23px;
    height: 23px;
}

.ec-headerNav__itemImgPc {
    width: 35px !important;
    height: 23px;
}

.ec-headerNav .ec-headerNav__itemIcon {
    margin-left: 0px;
    margin-right: 0px;
}

.ec-headerNaviRole img {
    width: 23px;
}

.ec-headerRole__navSP {
    display: flex;
    justify-content: flex-end;
}

.lastMenu {
    margin-left: 20px !important;
}

*/
/*** NAVIGATION END ***/


/*** NAVIGATION __ ***/


.ec-header {
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    top: 0;
}

.ec-header__inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    height: 100px;
}

.ec-header__left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ec-header__logo {
    height: 32px;
    width: auto;
    display: block;
}

.ec-header__tagline {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 24px;
    margin-left: 24px;
    white-space: nowrap;
}

.ec-header__nav {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-right: 0;
    /* remove margin if present */
}

.ec-header__right {
    display: flex;
    align-items: center;
    gap: 32px;
}

.ec-header__link {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.ec-header__link:hover {
    opacity: 0.7;
}

.ec-header__icons {
    display: flex;
    align-items: center;
    gap: 28px;
}

.ec-header__icon {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ec-header__icon:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.ec-header__icon img {
    height: 24px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.ec-header__icon--drawer {
    display: none;
}

/* Show drawer icon on mobile */
@media (max-width: 900px) {
    .ec-header__icon--drawer {
        display: flex !important;
    }
}

/* Cart badge styles */
.ec-header__cart-wrapper {
    position: relative;
    display: inline-block;
}

.ec-header__cart-badge {
    position: absolute;
    top: -19px;
    right: -8px;
    background: #FFD700;
    color: #000;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    padding: 2px;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .ec-header__cart-badge {
        min-width: 18px;
        height: 18px;
        font-size: 10px;
        top: -6px;
        right: -6px;
    }
}

@media (max-width: 1200px) {
    .ec-header__inner {
        padding: 0 16px;
    }

    .ec-header__tagline {
        font-size: 16px;
    }

    .ec-header__link {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .ec-header {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .ec-header,
    .ec-header__inner {
        max-width: 100vw;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    html,
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .ec-header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
        height: 100px;
    }

    .ec-header__left {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .ec-header__logo {
        width: 150px;
        height: auto;
    }

    .ec-header__tagline {
        margin: 0;
        margin-top: 4px;
        font-size: 9px;
    }

    .ec-header__right {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .ec-header__icon img {
        height: 32px;
        width: 32px;
        filter: brightness(0) invert(1);
    }

    /* Hide nav on mobile */
    .ec-header__nav {
        display: none !important;
    }

    /* Hide desktop icons container on mobile */
    .ec-header__icons {
        display: none !important;
    }

    /* Show mobile-specific icons */
    .sp-only {
        display: flex !important;
        align-items: center;
        gap: 16px;
    }

    /* Ensure drawer icon is visible on mobile */
    .ec-header__icon--drawer {
        display: flex !important;
    }
}

/* --- HEADER LINK STYLES --- */
.ec-header a {
    color: #fff !important;
}

.ec-header a:hover {
    color: #fff !important;
}

.ec-header a:visited {
    color: #fff !important;
}

/* --- SP-ONLY CLASS --- */
.sp-only {
    display: none;
}

/* Show sp-only icons on mobile (900px and below) */
@media (max-width: 900px) {
    .ec-headerNaviRole__right {
        width: 365px;
    }
}

@media only screen and (max-width: 992px) {
    .ev-header__logo-text {
        font-size: 22px;
    }
}


@media only screen and (max-width: 768px) {
    .ec-headerNaviRole__left {
        width: 90% !important;
    }
}

@media (max-width: 900px) {
    .ev-header__logo {
        width: 250px !important;
    }

    .ev-header__logo-text{
        font-size: 20px !important;
    }
}

@media (max-width: 430px) {
    .ev-header__logo {
        width: 200px !important;
    }
}



/*** END HEADER NAV __\_***/