@charset "UTF-8";
.header-logo>a {
    font-size: 12px;
}

#global_navi>li a {
    font-size: 14px;
}

#global_navi>li:hover::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    height: 8px;
    background: var(--color-main);
}

#global_navi .megamenu-inner {
    top: calc(100% + 15px);
}

@media only screen and (min-width:1025px) and (max-width: 1320px) {
    .header-logo>a {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1320px) {
    #global_navi>li a {
        font-size: 14px;
    }
    .header-logo>a {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .header-logo {
        width: 64vw;
    }
    .header-logo>a {
        font-size: 2.4vw;
    }
}

.header-search-box .gsc-search-button button {
  width: 60px
}

.header-search-box .gsc-search-button button::before {
  content: 'Search';
}

@media only screen and (max-width: 767px) {
  .header-search-box .gsc-search-button button::before {
    font-size: 3vw;
  }
}
