@charset "UTF-8";
html, body {
    font-size: unset;
    line-height: unset;
}
body {
    background: transparent;
}
header.header {
    background: transparent;
    top: 48px;
    position: absolute;
}
header.header .inner {
    display: none;
}
header.header .block--login {
    display: none;
}
header.header::after {
    content: none;
}
.l-container{
    position: relative;
}
header .drawer__btn {
    display: none;
}
body:not(.page--home) .header h1 {
    display: none;
}
.p-top .p-mainVisual .mainVisual .mainVisual__heading .mainVisual__headingTitle {
    display: block;
    width: unset;
    position: relative;
    top: unset;
    left: unset;
}
body:not(.page--home) .wrap {
    padding: 0;
}
.wovn-languages {
    position: absolute;
    top: 40px;
}
body:not(.page--home) .footer {
    background: #FFF;
}
body:not(.page--home) .background {
    display: none;
}


@media not all and (min-width: 959px) {
.p-top .p-mainVisual .mainVisual {
    padding: 120px 20px 90px;
}
.wovn-languages {
    top: 86px;
}
}

@media screen and (min-width: 1px) and (max-width: 960px) {
body:not(.page--home) .footer {
    margin: 0;
    padding: 24px;
}
.header .wovn-languages {
        top: 0;
        left: 72px;
        color: #000;
    }
.close-small {
    width: auto;
}
}
