@charset "UTF-8";
html, body {
    font-size: unset;
    line-height: unset;
    letter-spacing: unset;
    font-feature-settings: unset;
    font-kerning: unset;
    font-optical-sizing: 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;
}

.container {
    padding: 120px 72px 0;
}

.titleBox .detail h1 {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
}
.lead {
    margin-bottom: unset;
}
.txt {
    margin: unset;
}
body:not(.page--home) .footer {
    position: relative;
}

@media not all and (min-width: 768px) {
.p-top .p-mainVisual .mainVisual {
    padding: 160px 20px 90px;
}
.wovn-languages {
    top: 32px;
}
.container {
    padding: 96px 16px 0;
}
}

@media screen and (min-width: 1px) and (max-width: 960px) {
body:not(.page--home) .footer {
    margin: 0;
    padding: 24px;
}
}
