.global-header {

    .header-logo {
        width: auto;
        img {
            width: auto;
            height: 32px;
        }
    }

    button {
        appearance: none;
        vertical-align: middle;
        color: inherit;
        font: inherit;
        background: transparent;
        padding: 0;
        margin: 0;
        border-radius: 0;
        text-align: inherit;
        text-transform: inherit;
        border-width: 0;
    }

    .menu-bar-txt {
        line-height: 16px;
        left: 0 !important;
        width: 100%;
        text-align: center;
    }

    & ~ .bodyWrapper
    & > main .bodyWrapper {
        > :nth-child(1 of :not(link)) {
            padding-top: 50px;
        }
    }

    .header-member {
        .pc.wovn-languages-area {
            line-height: 1.4;
        }
        .hhcross-top {
            display: none;
            width: auto;
        }
    }
    .header-menu-sp {
        background-color: #fff;
        color: #333;
        .hhcross-top {
            display: flex;
            margin-bottom:0;
            padding: 18px 9%;
            text-align: center;
            > a {
                display: block;
                margin-inline: auto;
            }
        }
        > .header-menu-item-sp {
            &.gototop{
                display: block !important;
            }
            &.font18 {
                font-size: 1.8rem;
                line-height: 1.6;
                > a {
                    font-size: 1.8rem;
                    line-height: 1.6;
                }
            }
        }
    }
    .header-menu-sp > li:nth-child(1) > a
}
@media screen and (min-width: 601px) {
    .global-header {

        line-height: 1.6;

        .header-logo {
            img {
                height: 50px;
            }
        }

        & ~ .bodyWrapper,
        & > main .bodyWrapper {
            padding-top: 104px;
             > :nth-child(1 of :not(link)) {
                padding-top: 0;
             }
        }

        .header-member {
            .hhcross-top {
                display: block;
                margin-bottom:0;
            }
        }
        .header-menu-sp {
            .hhcross-top {
                display: none;
            }
        }

        .header-menu-link {
            font-size:1.4rem;
            position: relative;
            &::after {
                left:50%;
                transform: translateX(-50%);
            }
        }

        .hhcross-top a {
            display: inline-block;
            padding: 0 1em;
            background: #333;
            border-radius: 1em;
            color: #fff;
            font-size: 1.4rem;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            line-height: 1.8;
        }
    }
}

body.events .bodyWrapper {
    padding-top:104px;
    > :nth-child(1 of :not(link)) {
        padding-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    body.events .bodyWrapper {
        padding-top: 70px;
    }
}
