.nl-menu-page {
    container-type: inline-size;
    aspect-ratio: 520 / 911;
    display: grid;
    grid-template-rows: minmax(0, 700fr) minmax(0, 123fr) minmax(0, 88fr);
    border: 1px solid rgba(0, 0, 0, .08);
    background: var(--menu-canvas-color);
}

.nl-visual {
    grid-row: 1;
    position: relative;
    min-height: 0;
    overflow: hidden;
}

.nl-slides,
.nl-slide {
    position: absolute;
    inset: 0;
}

.nl-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: 0;
    transition: opacity .28s ease;
}

.nl-slide.is-active {
    opacity: 1;
}

.nl-visual {
    background: var(--slide-overlay-visual-color, transparent);
}

.nl-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    align-content: center;
    justify-items: center;
    padding-top: 24.2cqw;
    text-align: center;
    pointer-events: none;
}

.nl-slide-overlay[hidden] {
    display: none;
}

.nl-slide-overlay.has-panel::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--slide-overlay-panel-width, 75cqw);
    height: var(--slide-overlay-panel-height, 17cqw);
    background: var(--slide-overlay-panel-color, #008a45);
    opacity: var(--slide-overlay-panel-opacity, .68);
    transform: translate(-50%, calc(-50% + var(--slide-overlay-panel-offset-y, 0cqw)));
}

.nl-slide-overlay h1 {
    position: relative;
    z-index: 1;
    margin: 0 0 3.6cqw;
    color: var(--slide-overlay-title-color, #000);
    font-size: var(--slide-overlay-title-size, 4.95cqw);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    transform: translate(var(--slide-overlay-title-offset-x, 0cqw), var(--slide-overlay-title-offset-y, 0cqw));
}

.nl-slide-overlay p {
    position: relative;
    z-index: 1;
    min-width: 48.3cqw;
    min-height: 7.45cqw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.15cqw;
    margin: 0;
    padding: .8cqw 4.7cqw 1.05cqw;
    color: var(--slide-overlay-cta-text-color, #000);
    background: var(--slide-overlay-cta-color, #ffff00);
    font-size: var(--slide-overlay-cta-size, 3.35cqw);
    font-weight: 700;
    line-height: 1.1;
    transform: translate(var(--slide-overlay-cta-offset-x, 0cqw), var(--slide-overlay-cta-offset-y, 0cqw));
}

.nl-level-3 .nl-slide-overlay,
.nl-level-4 .nl-slide-overlay,
.nl-level-5 .nl-slide-overlay {
    align-content: start;
    padding-top: 15.9cqw;
}

.nl-level-3 .nl-slide-overlay h1,
.nl-level-4 .nl-slide-overlay h1,
.nl-level-5 .nl-slide-overlay h1 {
    margin-bottom: 4.6cqw;
    font-weight: 500;
}

.nl-level-3 .nl-slide-overlay p,
.nl-level-4 .nl-slide-overlay p,
.nl-level-5 .nl-slide-overlay p {
    min-width: 0;
    min-height: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: var(--slide-overlay-cta-text-color, var(--slide-overlay-title-color, #fff));
    font-weight: 500;
}

.nl-menu-page.has-plain-content .nl-visual {
    background: #fff;
}

.nl-menu-page.has-plain-content .nl-slides {
    display: none;
}

.nl-menu-page.has-plain-content .nl-arrow,
.nl-menu-page.has-plain-content .nl-dots {
    display: none;
}

.nl-level-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    justify-items: center;
    align-content: center;
    padding: 0 5.5cqw;
    color: #000;
    text-align: center;
    font-size: 3.45cqw;
    line-height: 1.36;
    letter-spacing: 0;
    pointer-events: none;
}

.nl-level-content[hidden] {
    display: none;
}

.nl-level-content h1 {
    margin: 0;
    font-size: 6.9cqw;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
}

.nl-content-badge {
    display: inline-flex;
    min-width: 30cqw;
    min-height: 6.95cqw;
    align-items: center;
    justify-content: center;
    border-radius: 1.15cqw;
    margin: 0;
    padding: .35cqw 3.4cqw .65cqw;
    background: #ffff00;
    font-size: 4cqw;
    font-weight: 700;
    line-height: 1;
}

.nl-content-list,
.nl-content-notes,
.nl-member-tiers {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nl-content-list li,
.nl-content-notes li {
    margin: 0 0 1.7cqw;
}

.nl-content-list li::before,
.nl-content-notes li::before {
    content: "・";
}

.nl-content-list li::after {
    content: "";
    display: block;
    width: 23.8cqw;
    margin-left: 2.45cqw;
    border-bottom: .28cqw solid #fff;
}

.nl-member-tiers li {
    display: grid;
    grid-template-columns: 8.8cqw 1fr;
    align-items: center;
    gap: 2.4cqw;
    margin-bottom: 2.3cqw;
    font-size: 3.55cqw;
}

.nl-tier-mark {
    display: inline-flex;
    width: 6.35cqw;
    min-height: 4.1cqw;
    align-items: center;
    justify-content: center;
    border: .35cqw solid #fff;
    border-radius: .6cqw;
    background: var(--tier-color);
    color: #ffff00;
    font-size: 2.75cqw;
    font-weight: 900;
    line-height: 1;
}

.nl-tier-mark:empty::before {
    content: "";
}

.nl-content-notes {
    color: #fff;
    font-size: 3.05cqw;
    font-weight: 700;
}

.nl-content-boxed-list {
    width: 66.5cqw;
    margin: 6.8cqw 0 0;
    border: .42cqw solid rgba(255, 255, 255, .95);
    padding: 6.5cqw 10.5cqw;
    list-style: none;
    font-size: 3.45cqw;
    font-weight: 700;
    line-height: 2;
}

.nl-content-boxed-list li::before {
    content: "・";
    margin-right: 1.05cqw;
}

.nl-content-phone {
    margin: 2.6cqw 0 0;
    color: #fff;
    font-size: 4.7cqw;
    font-weight: 800;
}

.nl-video-links {
    display: grid;
    gap: 3.2cqw;
}

.nl-video-links a {
    min-height: 5.95cqw;
    display: flex;
    align-items: center;
    border-radius: .8cqw;
    padding: 0 3.05cqw .35cqw;
    background: #fff;
    color: #000;
    font-size: 3.7cqw;
    line-height: 1;
}

.nl-content-membership .nl-level-content {
    top: 9.5cqw;
    left: 14.15cqw;
    right: 12.6cqw;
}

.nl-content-membership .nl-level-content h1 {
    margin-bottom: 8.2cqw;
    text-align: center;
}

.nl-content-membership .nl-content-badge {
    margin-left: 18.3cqw;
    margin-bottom: 4.25cqw;
}

.nl-content-membership .nl-content-list {
    margin-left: 10.3cqw;
    margin-bottom: 6.2cqw;
    font-weight: 700;
}

.nl-content-membership .nl-member-tiers {
    margin-top: 4.7cqw;
    margin-bottom: 4.3cqw;
}

.nl-content-membership .nl-content-notes {
    margin-left: 13.2cqw;
    margin-bottom: 3.8cqw;
}

.nl-content-membership .nl-content-list + .nl-content-badge,
.nl-content-membership .nl-content-notes + .nl-content-badge {
    margin-top: .6cqw;
}

.nl-content-visit .nl-level-content {
    left: 54.5cqw;
    right: 8.2cqw;
    top: 43.2cqw;
    color: #fff;
    text-align: left;
}

.nl-content-visit .nl-level-content h1 {
    color: #fff;
    font-size: 6.3cqw;
    font-weight: 700;
}

.nl-content-visit .nl-level-content p {
    margin: 2.2cqw 0 0;
    color: #fff;
    font-size: 4.15cqw;
    font-weight: 700;
}

.nl-content-news .nl-level-content {
    top: 49.6cqw;
    left: 13.9cqw;
    right: 7.4cqw;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    column-gap: 2.7cqw;
}

.nl-content-news .nl-level-content h1 {
    font-size: 6.05cqw;
}

.nl-content-news .nl-content-badge {
    min-width: 34.4cqw;
    font-size: 3.72cqw;
}

.nl-content-videos .nl-level-content {
    top: 13.2cqw;
    left: 14.15cqw;
    right: 12.7cqw;
}

.nl-content-videos .nl-level-content h1 {
    margin-bottom: 4.3cqw;
    font-size: 3.9cqw;
    font-weight: 500;
}

.nl-content-forest-villa-detail .nl-level-content {
    justify-content: start;
    align-content: start;
    padding-top: 21.8cqw;
}

.nl-content-forest-villa-detail .nl-level-content h1 {
    margin-bottom: 5.3cqw;
    font-size: 4.75cqw;
    font-weight: 600;
}

.nl-content-forest-villa-detail .nl-content-badge {
    min-width: 40.5cqw;
    min-height: 5.85cqw;
    border-radius: .75cqw;
    padding: .55cqw 2.2cqw .85cqw;
    background: #52b957;
    color: #fff;
    font-size: 3.85cqw;
    font-weight: 700;
}

.nl-arrow {
    position: absolute;
    top: 55%;
    z-index: 2;
    width: 8cqw;
    height: 8cqw;
    border: 0;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity .18s ease;
}

.nl-arrow::before {
    content: "";
    position: absolute;
    inset: 1.3cqw;
    border-top: .36cqw solid #fff;
    border-left: .36cqw solid #fff;
}

.nl-arrow-left {
    left: 3.8cqw;
}

.nl-arrow-left::before {
    transform: rotate(-45deg);
}

.nl-arrow-right {
    right: 3.8cqw;
}

.nl-arrow-right::before {
    transform: rotate(135deg);
}

.nl-arrow:hover,
.nl-dots button:hover,
.nl-back:hover,
.nl-subnav a:hover,
.nl-contact a:hover {
    opacity: .65;
}

.nl-arrow:focus-visible,
.nl-dots button:focus-visible,
.nl-back:focus-visible,
.nl-subnav a:focus-visible,
.nl-contact a:focus-visible {
    outline: .42cqw solid currentColor;
    outline-offset: .65cqw;
}

.nl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8.15cqw;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 6.9cqw;
}

.nl-dots.is-many {
    left: 6cqw;
    right: 6cqw;
    bottom: 5.5cqw;
    flex-wrap: wrap;
    align-content: center;
    row-gap: 1.25cqw;
    column-gap: 2.05cqw;
}

.nl-dots button {
    width: 1.7cqw;
    height: 1.7cqw;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: #fff985;
    opacity: .9;
    cursor: pointer;
    transition: opacity .18s ease;
}

.nl-dots.is-many button {
    width: 1.45cqw;
    height: 1.45cqw;
}

.nl-dots button.is-active {
    opacity: 1;
}

.nl-menu-panel {
    grid-row: 2;
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: var(--menu-canvas-color);
    padding: 0;
}

.nl-menu-head {
    position: absolute;
    top: 1.35cqw;
    left: 9.7cqw;
    right: 7.1cqw;
    display: grid;
    grid-template-columns: 1fr 1.5fr auto;
    align-items: start;
    gap: 2.4cqw;
    font-size: 3.18cqw;
    line-height: 1.15;
}

.nl-menu-head.is-root {
    grid-template-columns: 1fr auto;
}

.nl-layout-second-home-v1 .nl-menu-head,
.nl-level-2 .nl-menu-head {
    left: 5.95cqw;
}

.nl-level-2 .nl-menu-head:not(.is-root) {
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 0;
}

.nl-level-3 .nl-menu-head,
.nl-level-4 .nl-menu-head {
    left: 5.95cqw;
    right: 7.1cqw;
}

.nl-level-3 .nl-menu-head:not(.is-root),
.nl-level-4 .nl-menu-head:not(.is-root) {
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 0;
}

.nl-breadcrumb {
    display: inline-flex;
    min-width: 0;
    align-items: flex-end;
    align-self: start;
    gap: 1.05cqw;
    margin-left: .3cm;
    font-size: .9em;
    line-height: inherit;
    font-weight: max(100, calc(var(--menu-label-weight, 500) - 100));
    transform: translateY(.42cqw);
    white-space: nowrap;
}

.nl-breadcrumb .nl-underlined {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.nl-breadcrumb-separator {
    display: inline-block;
    padding-bottom: .55cqw;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.nl-level-3 .nl-breadcrumb-separator,
.nl-level-4 .nl-breadcrumb-separator {
    display: none;
}

.nl-underlined {
    display: inline-block;
    padding: 0 .9cqw .55cqw;
    border-bottom: .24cqw solid var(--gold-line);
    white-space: nowrap;
    justify-self: start;
    font-weight: var(--menu-label-weight, 500);
}

.nl-back {
    display: inline-flex;
    min-height: 4.75cqw;
    align-items: center;
    justify-content: center;
    border-radius: .5cqw;
    padding: .1cqw .95cqw .25cqw;
    color: #fff;
    background: #000;
    font-size: 3.18cqw;
    font-weight: var(--menu-back-weight, 400);
    white-space: nowrap;
    justify-self: end;
    transition: opacity .18s ease;
}

.nl-head-actions {
    display: inline-flex;
    justify-self: end;
    align-items: flex-start;
    gap: .75cqw;
    white-space: nowrap;
}

.nl-home-link {
    font-size: 2.72cqw;
}

.nl-level-2 .nl-back {
    justify-self: end;
}

.nl-subnav {
    position: absolute;
    top: 10.35cqw;
    left: 8.5cqw;
    right: 6.8cqw;
    display: grid;
    gap: 2.05cqw;
    align-items: center;
    margin: 0;
    font-size: 3cqw;
    line-height: 1.2;
    white-space: nowrap;
}

.nl-layout-second-home-v1 .nl-subnav,
.nl-level-2 .nl-subnav {
    left: 4.16cqw;
    right: 11.14cqw;
}

.nl-layout-second-home-v1 .nl-subnav {
    left: 50%;
    right: auto;
    width: calc(100% - 8.32cqw);
    max-width: calc(100% - 8.32cqw);
    transform: translateX(calc(-50% - .35cqw));
}

.nl-level-3 .nl-subnav,
.nl-level-4 .nl-subnav {
    left: 4.16cqw;
    right: 6.6cqw;
}

.nl-level-2 .nl-subnav,
.nl-level-3 .nl-subnav,
.nl-level-4 .nl-subnav {
    left: 50%;
    right: auto;
    width: calc(100% - 8.32cqw);
    max-width: calc(100% - 8.32cqw);
    transform: translateX(calc(-50% - .45cqw));
}

.nl-subnav-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.9cqw;
}

.nl-subnav-row:first-child:has(+ .nl-subnav-row) {
    transform: translateY(-.1cm);
}

.nl-layout-second-home-v1 .nl-subnav-row.has-button-groups,
.nl-level-2 .nl-subnav-row.has-button-groups,
.nl-level-3 .nl-subnav-row.has-button-groups,
.nl-level-4 .nl-subnav-row.has-button-groups {
    gap: 1.1cqw;
}

.nl-layout-second-home-v1 .nl-subnav-button,
.nl-level-2 .nl-subnav-button,
.nl-level-3 .nl-subnav-button,
.nl-level-4 .nl-subnav-button {
    width: 19.15cqw;
    display: grid;
    grid-template-columns: 1.1cqw minmax(0, 1fr) 1.1cqw;
    align-items: center;
    justify-items: center;
}

.nl-layout-second-home-v1 .nl-subnav-button > a,
.nl-level-2 .nl-subnav-button > a,
.nl-level-3 .nl-subnav-button > a,
.nl-level-4 .nl-subnav-button > a {
    box-sizing: border-box;
    width: 100%;
    min-height: 3.72cqw;
    border-radius: .18cqw;
    padding: 0 .7cqw .1cqw;
    background: transparent;
    line-height: 1;
    text-align: center;
    transition: background-color .14s ease, opacity .14s ease, transform .1s ease;
}

.nl-layout-second-home-v1 .nl-subnav-button > a:hover,
.nl-level-2 .nl-subnav-button > a:hover,
.nl-level-3 .nl-subnav-button > a:hover,
.nl-level-4 .nl-subnav-button > a:hover {
    background: rgba(190, 190, 178, .76);
    opacity: 1;
}

.nl-layout-second-home-v1 .nl-subnav-button > a.is-current,
.nl-level-2 .nl-subnav-button > a.is-current,
.nl-level-3 .nl-subnav-button > a.is-current,
.nl-level-4 .nl-subnav-button > a.is-current {
    background: rgba(190, 190, 178, .76);
    opacity: 1;
}

.nl-layout-second-home-v1 .nl-subnav-button > a:active,
.nl-level-2 .nl-subnav-button > a:active,
.nl-level-3 .nl-subnav-button > a:active,
.nl-level-4 .nl-subnav-button > a:active {
    background: rgba(166, 166, 154, .82);
    opacity: 1;
    transform: translateY(.06cqw);
}

.nl-subnav-item {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .85cqw;
    white-space: nowrap;
}

.nl-subnav-line {
    font-size: inherit;
    font-weight: var(--menu-line-weight, var(--home-marker-weight, 600));
}

.nl-subnav-dot {
    font-size: inherit;
    font-weight: var(--menu-dot-weight, var(--home-marker-weight, 600));
}

.nl-subnav a {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-weight: var(--menu-button-weight, var(--home-link-weight, 500));
    transition: opacity .18s ease;
}

.nl-subnav a.is-accent {
    color: #ff0000;
}

.nl-contact {
    grid-row: 3;
    position: relative;
    min-height: 0;
    display: block;
    padding: 0;
    color: #fff;
    background: var(--contact-bg);
    font-size: 2.72cqw;
    line-height: 1.18;
}

.nl-contact div {
    position: absolute;
    left: 9.15cqw;
    right: 8.45cqw;
    min-height: 5.55cqw;
    display: flex;
    align-items: center;
    gap: 1.2cqw;
    border-bottom: .2cqw solid #beb586;
    padding-left: 2.75cqw;
    padding-right: 10.7cqw;
}

.nl-contact div:first-child {
    top: 1.75cqw;
}

.nl-contact div:last-child {
    top: 8.95cqw;
}

.nl-contact div:last-child {
    border-bottom: .2cqw solid #beb586;
}

.nl-contact strong,
.nl-contact b {
    font-weight: var(--menu-contact-weight, 800);
    white-space: nowrap;
}

.nl-contact a {
    position: absolute;
    right: 3.25cqw;
    top: .2cqw;
    min-width: 5.8cqw;
    min-height: 4.9cqw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .8cqw;
    padding: .5cqw .8cqw;
    color: #062315;
    background: var(--line-green);
    font-weight: var(--menu-contact-button-weight, 800);
    text-decoration: none;
    transition: opacity .18s ease;
}

.nl-contact div:last-child a {
    top: .45cqw;
    border-radius: 999px;
    background: #32d64e;
    min-width: 6.25cqw;
    min-height: 4.45cqw;
    font-size: 1.95cqw;
}
