﻿.header-menu-link a {color:var(--color-text-01) !important; font-size:var(--font-size-base) ; font-weight:800 ;}
.header-menu-link a:hover {color:var(--color-text-03) !important; font-size:var(--font-size-base) ; font-weight:800 ;}

/* no scroll with menu open */
.noScroll {
    overflow: hidden;
    position: fixed !important;
    -webkit-overflow-scrolling: auto !important;


}

.display-mobile {display:none}
.phone .display-mobile {display:initial}
.baloon-link:hover {
    background-color: var(--color-thirdary);
}

@media screen and (max-width: 1032px){
.desktop-promotion{display: none;}
}

@media screen and (min-width: 1032px){
.menu-text {white-space: nowrap;}
}



