@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate(0, -16rem);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.fadeIn {
    opacity: 0;
}

.animated.fadeIn {
    animation-duration: 3s;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
}

.animated.heading__img--en {
    animation-delay: .3s;
}

.animated.lead {
    animation-delay: .6s;
}

.pages .main {
    position: relative;
    padding: 0;
}

.main::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/bg.webp) center/cover;
}
sub {
    display: contents;
}

/* mv */
.mv {
    position: relative;
    z-index: 1;
    background-color: var(--color-white);
    padding: 240rem 0 114rem;
}

.heading__img {
    width: 612rem;
    margin: 0 auto;
    display: block;
}

.heading__img--en {
    width: 610rem;
    margin: 35rem auto 77rem;
}

.lead {
    color: var(--color-green);
    letter-spacing: .1em;
    line-height: 2.1;
    text-align: center;
}

@media screen and (max-width: 767.9px) {
    .mv {
        padding: 102rem 0 23rem;
    }

    .heading__img {
        width: 335rem;
    }

    .heading__img--en {
        width: 306rem;
        margin: 20rem auto 50rem;
    }

    .lead {
        font-size: 16rem;
        letter-spacing: 0;
        line-height: 2;
    }
}

/* brandImgSection */
.brandImgSection {
    position: relative;
    z-index: 1;
    background-color: var(--color-white);
    margin-top: -1px;
}
.brandImgSection::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60rem;
    bottom: -55rem;
    left: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}

.scroll__img {
    position: relative;
    max-width: 1440rem;
    margin: 20rem auto;
}

.simplebar-vertical {
    display: none !important;
}

.tree__link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 200rem;
    height: 200rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-white);
    text-align: center;
    z-index: 1;
}

.tree__link::before {
    position: absolute;
    content: "";
    background: url(../img/green.webp) center/contain no-repeat;
    width: 200rem;
    height: 200rem;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.tree__link.white {
    color: var(--color-green);
}

.tree__link.white::before {
    background: url(../img/white.webp) center/contain;
}

.tree__link:hover {
    opacity: 1;
}

.tree__link:hover::before {
    transform: scale(1.1);
}

.tree--01 {
    top: 1rem;
    left: 500rem;
}

.tree--02 {
    top: 1rem;
    right: 500rem;
}

.tree--03 {
    top: 181rem;
    left: 264rem;
}

.tree--04 {
    top: 181rem;
    right: 222rem;
}

.tree--05 {
    top: 409rem;
    left: 135rem;
}

.tree--06 {
    top: 409rem;
    right: 135rem;
}

.tree--07 {
    bottom: 495rem;
    left: 106rem;
}

.tree--08 {
    bottom: 495rem;
    right: 106rem;
}

.tree--09 {
    bottom: 262rem;
    left: 171rem;
}

.tree--10 {
    bottom: 262rem;
    right: 171rem;
}

.tree--11 {
    bottom: 80rem;
    left: 294rem;
}

.tree--12 {
    bottom: 80rem;
    right: 294rem;
}

.tree--13 {
    bottom: -11rem;
    left: 620rem;
}

@media screen and (max-width: 1439.9px) {
    .tree--01 {
        top: 1rem;
        left: 32%;
    }

    .tree--02 {
        top: 1rem;
        right: 32%;
    }

    .tree--03 {
        top: 10.569vw;
        left: 18.333vw;
    }

    .tree--04 {
        top: 10.569vw;
        right: 15.417vw;
    }

    .tree--05 {
        top: 25.403vw;
        left: 9.375vw;
    }

    .tree--06 {
        top: 25.403vw;
        right: 9.375vw;
    }

    .tree--07 {
        bottom: 32.375vw;
        left: 7.361vw;
    }

    .tree--08 {
        bottom: 32.375vw;
        right: 7.361vw;
    }

    .tree--09 {
        bottom: 16.194vw;
        left: 11.875vw;
    }

    .tree--10 {
        bottom: 16.194vw;
        right: 11.875vw;
    }

    .tree--11 {
        bottom: 3.556vw;
        left: 20.417vw;
    }

    .tree--12 {
        bottom: 3.556vw;
        right: 20.417vw;
    }

    .tree--13 {
        bottom: -0.764vw;
        left: 41%
    }
}

@media screen and (max-width: 767.9px) {
    .brandImgSection {
        width: 100%;
    }
.scroll__wrapper {
    margin-right: 0;
}
    .scroll__img {
        width: 980rem;
        padding-bottom: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

    .tree__link {
        font-size: 12rem;
        width: 165rem;
        height: 165rem;
    }

    .tree__link::before {
        width: 165rem;
        height: 165rem;
    }

    .tree--01 {
        top: 0;
        left: 85vw;
    }

    .tree--02 {
        top: 0;
        right: 85vw;
    }

    .tree--03 {
        top: 37vw;
        left: 35vw;
    }

    .tree--04 {
        top: 37vw;
        right: 35vw;
    }

    .tree--05 {
        top: 85vw;
        left: 9vw;
    }

    .tree--06 {
        top: 85vw;
        right: 9vw;
    }

    .tree--07 {
        bottom: 109vw;
        left: 1vw;
    }

    .tree--08 {
        bottom: 109vw;
        right: 1vw;
    }

    .tree--09 {
        bottom: 60vw;
        left: 16vw;
    }

    .tree--10 {
        bottom: 60vw;
        right: 16vw;
    }

    .tree--11 {
        bottom: 21vw;
        left: 41vw;
    }

    .tree--12 {
        bottom: 21vw;
        right: 41vw;
    }

    .tree--13 {
        bottom: 0;
        left: 41%
    }
}

/* brand__infos */
.brand__infos {
    position: relative;
    background-color: rgba(213, 240, 235, .9);
    overflow: hidden;
    padding-bottom: 100rem;
}

.brand__infos::before {
    position: absolute;
    z-index: 3;
    content: "";
    top: -764rem;
    left: 50%;
    transform: translate(-50%, 382rem);
    width: calc(100vw * 1.5);
    height: 600rem;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, .9) 50%, rgba(213, 240, 235, .3) 60%, rgba(213, 240, 235, 0) 100%);
}

.brand__infos::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 387rem;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(213, 240, 235, .6) 70%, rgba(213, 240, 235, 0) 100%);
}

.brand__infos>.container {
    padding-top: 166rem;
    position: relative;
    z-index: 1;
}

.brand__info {
    display: flex;
    align-items: center;
    padding: 60rem 0 0;
}

.brand--02,
.brand--04 {
    flex-direction: row-reverse;
}

.text__wrapper {
    width: 384rem;
}

.text__wrapper .text {
    padding: 0 20rem 20rem 0;
}

.brand--02 .text,
.brand--04 .text {
    padding: 0 0 20rem 20rem;
}

.brand--02 .btn,
.brand--04 .btn {
    margin-left: 20rem;
}

.btn p {
    color: var(--color-green);
}

.info__img {
    width: 640rem;
}

.heading--secondary {
    line-height: 1.43;
    font-size: 28rem;
    letter-spacing: .1em;
    padding-bottom: 8rem;
    color: var(--color-green);
    border-color: var(--color-green);
}

.brand--02 .heading--secondary {
    padding-left: 20rem;
    margin-right: -10rem;
}

.brand--04 .heading--secondary {
    padding-left: 20rem;
}

@media screen and (max-width: 1440px) {
    .brand__infos::before {
        width: 2160rem;
    }
}

@media screen and (max-width: 767.9px) {
    .brand__infos>.container {
        padding-top: 124rem;
    }

    .brand__infos::before {
        top: -640rem;
        width: 637rem;
        height: 430rem;
    }

    .brand__info {
        flex-direction: column;
    }

    .text__wrapper,
    .info__img {
        width: 100%;
    }

    .brand__info .heading--secondary {
        font-size: 22rem;
        line-height: 1.45;
        padding-bottom: 16rem;
        padding-left: 0;
        margin-right: 0;
    }

    .text__wrapper .text {
        padding: 0 0 12rem;
    }

    .brand__info .btn--more {
        margin-left: auto;
        margin-bottom: 20rem;
    }
}

.btn--bottom {
    margin: 118rem auto 50rem;
    letter-spacing: .1em;
    font-size: 16rem;
}

@media screen and (max-width: 767.9px) {
    .btn--bottom {
        margin: 120rem auto 22rem;
    }
}

.backToTop {
    margin-top: -100rem;
}
.breadcrumbs {
    margin-bottom: 10rem;
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    z-index: 1;
}