@charset "UTF-8";
html, body {
    font-size: unset;
    line-height: unset;
}
body {
    background: transparent;
}
header {
    display: 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: 768px) {
.p-top .p-mainVisual .mainVisual {
    padding: 160px 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;
}
}
