.brand-gate-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.brand-gate-page #main, .brand-gate-page .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    min-height: 100%
}

.brand-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.brand-main .video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.brand-main .video video {
    display: block;
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.brand-main .video:after {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ''
}

.brand-main .front {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0
}

.brand-main .front .slogan {
    color: #000
}

.brand-main .slogan {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
    width: 750px;
    letter-spacing: -.05em
}

.brand-main .slogan .word {
    overflow: hidden;
    display: inline-block
}

.brand-main .slogan .word span {
    display: block
}

.brand-main .slogan.hide .word span {
    transition: transform .6s ease;
    transform: translateY(100%);
    will-change: transform;
    transition-delay: .6s
}

.cssmask .brand-main .front {
    opacity: 1;
    -webkit-clip-path: circle(0 at center);
    clip-path: circle(0 at center)
}

.brand-menus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.brand-menus.active {
    opacity: 1;
    visibility: visible;
    z-index: 10
}

.brand-menus.active .menu {
    overflow: hidden
}

.brand-menus .menu {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% + 1px);
    transform: translate3d(0, 0, 0)
}

.brand-menus .menu .tb {
    width: 40.5555555555556vh;
    height: 54.0740740740741vh;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.brand-menus .menu .tb.menu-main {
    z-index: 3
}

.brand-menus .menu .tb .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 50% 50% no-repeat;
    background-size: cover
}

.brand-menus .menu.menu1 {
    left: 0
}

.brand-menus .menu.menu1 .tb {
    right: 0
}

.brand-menus .menu.menu1 .tb1 {
    margin-top: -206.66667vh
}

.brand-menus .menu.menu1 .tb2 {
    margin-top: -137.77778vh
}

.brand-menus .menu.menu1 .tb3 {
    margin-top: -68.88889vh
}

.brand-menus .menu.menu2 {
    right: 0
}

.brand-menus .menu.menu2 .tb {
    left: 0
}

.brand-menus .menu.menu2 .tb1 {
    margin-top: 68.88889vh
}

.brand-menus .menu.menu2 .tb2 {
    margin-top: 137.77778vh
}

.brand-menus .menu.menu2 .tb3 {
    margin-top: 206.66667vh
}

.brand-menus .menu-main .menu-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.brand-menus .menu-main .container {
    height: 100%
}

.brand-menus .menu-main .container .inner {
    position: relative;
    height: 100%
}

.brand-menus .menu-main .bg:after {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ''
}

.brand-menus .menu-main .bg-over {
    background-color: rgba(0, 0, 0, .4);
    transition: opacity .8s, background-color .8s;
    will-change: opacity, background-color;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: hidden
}

.brand-menus .menu-main .brand-desc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.brand-menus .menu-main .brand-desc h2 {
    font-size: 108px;
    color: #fff;
    line-height: normal;
    overflow: hidden;
    position: relative
}

.brand-menus .menu-main .brand-desc h2 span {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
    font-weight: 400
}

.brand-menus .menu-main .brand-desc .cta {
    text-align: center;
    opacity: 0;
    transform: translateY(100%)
}

.brand-menus .menu-main .brand-desc .cta a {
    display: inline-block;
    margin: 0 auto
}

.brand-menus .menu-main .brand-desc .desc {
    color: #fff;
    max-width: 380px;
    position: relative;
    padding-top: 24px
}

.brand-menus .menu-main .brand-desc .desc p {
    position: relative;
    font-size: 18px;
    line-height: 1.888888888888889;
    font-weight: 300
}

.brand-menus .menu-main .brand-desc .desc p span {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 1s ease, left 1s ease
}

.brand-menus .menu-main .brand-desc .brand-desc-footer {
    padding-top: 32px
}

.brand-menus .menu-main .brand-desc .tags {
    font-size: 0
}

.brand-menus .menu-main .brand-desc .tags a {
    display: inline-block;
    margin-right: .57143em;
    margin-bottom: .71429em;
    border: 1px solid #fff;
    font-size: 14px;
    padding: .57143em;
    color: #fff;
    text-align: center;
    position: relative
}

.brand-menus .menu-main .brand-desc .tags a:before {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    content: '';
    transition: width .3s cubic-bezier(.77, 0, .175, 1), height .3s cubic-bezier(.77, 0, .175, 1)
}

.brand-menus .menu-main .brand-desc .tags a span {
    position: relative;
    transition: color .3s
}

.brand-menus .menu-main .cta-close {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 24px;
    opacity: 0;
    transition: opacity .2s;
    padding-bottom: 30px
}

.brand-menus .menu-main .cta-close i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    bottom: 0;
    transition: width .2s ease
}

.brand-menus .menu-main .cta-close i:after {
    float: right;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    content: '';
    display: block
}

.brand-menus .menu-main .cta-close i:before {
    border-top: 2px solid #fff;
    width: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    display: block;
    content: '';
    transition: width .2s ease
}

.brand-menus .menu-main .cta-close.arrow-left i:after {
    float: left;
    transform: rotate(-135deg)
}

.brand-menus .menu-main .cta-close.arrow-left i:before {
    right: auto;
    left: 0
}

.brand-menus .menu-main.active .brand-desc {
    transition: transform .8s cubic-bezier(.86, 0, .07, 1), left .8s cubic-bezier(.86, 0, .07, 1), top .8s cubic-bezier(.86, 0, .07, 1), opacity .8s;
    will-change: transform, left, opacity
}

.brand-menus .menu-main.active .brand-desc .brand-desc-footer, .brand-menus .menu-main.active .brand-desc .cta, .brand-menus .menu-main.active .brand-desc .desc p, .brand-menus .menu-main.active .brand-desc h2 span {
    transition: opacity .8s, transform .8s cubic-bezier(.23, 1, .32, 1), z-index .8s, visibility .8s;
    will-change: opacity, transform, z-index, visibility
}

.brand-menus .menu-main.active .brand-desc h2 span {
    transition-timing-function: linear, cubic-bezier(.86, 0, .07, 1), linear, linear
}

.brand-menus .menu-main.active .brand-desc .cta, .brand-menus .menu-main.active .brand-desc h2 span {
    opacity: 1;
    transform: translateY(0)
}

.brand-menus .menu-main.active .brand-desc .cta {
    transition-delay: .4s
}

.brand-menus .menu-main.active .brand-desc.hide h2 span {
    transform: translateY(100%);
    transition-delay: 0s !important
}

.brand-menus .menu-main.active .brand-desc.hide .brand-desc-footer, .brand-menus .menu-main.active .brand-desc.hide .desc p {
    opacity: 0;
    transition-delay: 0s !important
}

.brand-menus .menu.open {
    width: calc(100% - 120px);
    z-index: 2
}

.brand-menus .menu.open .menu-main .bg-over {
    opacity: 1
}

.brand-menus .menu.open .brand-desc {
    left: 0;
    transform: translate(0, -50%);
    z-index: 3
}

.brand-menus .menu.close {
    z-index: 3;
    width: 120px;
    cursor: pointer
}

.brand-menus .menu.close .menu-main .bg-over {
    opacity: 1;
    background-color: rgba(214, 134, 43, .4)
}

.brand-menus .menu.close .menu-main .brand-desc {
    transform: translate(100vw, -50%);
    opacity: 0
}

.brand-menus .menu.close .cta-close {
    opacity: 1;
    transition-delay: .6s
}

.brand-menus .menu.close.menu1 .bg-over {
    background-color: rgba(124, 158, 70, .4)
}

.brand-menus .menu.close.menu1 .menu-main .brand-desc {
    transform: translate(-100vw, -50%);
    opacity: 0
}

.brand-menus.interactive {
    cursor: pointer
}

.brand-menus.active.is-trans .menu.close, .brand-menus.active.is-trans .menu.open {
    transition: width .8s cubic-bezier(.86, 0, .07, 1), height .8s cubic-bezier(.86, 0, .07, 1), transform .8s cubic-bezier(.86, 0, .07, 1), cubic-bezier(.86, 0, .07, 1) z-index .8s;
    will-change: width, height, transform, z-index
}

.brand-menus.active.is-trans:after {
    content: '';
    z-index: 999999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0)
}

.brand-menus.active .menu.close, .brand-menus.active .menu.open {
    transition: width .4s cubic-bezier(.23, 1, .32, 1), height .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1), cubic-bezier(.23, 1, .32, 1) z-index .4s;
    will-change: width, height, transform, z-index
}

.brand-menus.active .menu {
    transition: width .8s cubic-bezier(.23, 1, .32, 1)
}

.brand-menus.active .menu.active {
    width: 61%;
    z-index: 2
}

.brand-menus.active .menu.active .btn.white.arrow.arrow:before {
    background-color: #000
}

.brand-menus.active .menu.active .btn.white.arrow.arrow:after {
    border-color: #000
}

.brand-menus.active .menu.active .btn.white {
    background-color: #fff;
    color: #000
}

.brand-menus.active .menu.inactive {
    width: 40%;
    z-index: 1
}

.brand-main .brand-list {
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s, visibility .6s;
    transition-delay: .8s, 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 24vh 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.brand-main .brand-list ul {
    float: right
}

.brand-main .brand-list ul li {
    margin-bottom: 100px;
    transition: all .8s cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
    transform: translateY(50px)
}

.brand-main .brand-list ul li:last-child {
    margin-bottom: 0 !important
}

.brand-main .menu.open .desc p span {
    left: 0;
    transform: translateX(0)
}

.brand-main .menu.open .brand-list {
    opacity: 1;
    visibility: visible
}

.brand-main .menu.open .brand-list ul li {
    opacity: 1;
    transform: translateY(0)
}

.brand-main .menu.open .brand-list ul li:nth-child(1) {
    transition-delay: 1s
}

.brand-main .menu.open .brand-list ul li:nth-child(2) {
    transition-delay: 1.2s
}

.brand-main .menu.open .brand-list ul li:nth-child(3) {
    transition-delay: 1.4s
}

.brand-main .menu.open .brand-list ul li:nth-child(4) {
    transition-delay: 1.6s
}

.brand-main .menu.open .brand-list ul li:nth-child(5) {
    transition-delay: 1.8s
}

.brand-main .menu.open .brand-list ul li:nth-child(6) {
    transition-delay: 2s
}

.brand-main .menu.open .brand-list ul li:nth-child(7) {
    transition-delay: 2.2s
}

.brand-main .menu.open .brand-list ul li:nth-child(8) {
    transition-delay: 2.4s
}

.brand-main .menu.open .brand-list ul li:nth-child(9) {
    transition-delay: 2.6s
}

.brand-main .menu.open .brand-list ul li:nth-child(10) {
    transition-delay: 2.8s
}

.brand-main .brand-item {
    width: 390px;
    color: #fff
}

.brand-main .brand-item .brand-item-tb {
    position: relative;
    margin-bottom: -20px;
    overflow: hidden;
    width: 390px;
    height: 390px;
    display: block
}

.brand-main .brand-item .brand-item-tb .img {
    position: absolute;
    width: 100%;
    overflow: hidden;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

.brand-main .brand-item .brand-item-tb img {
    display: block;
    width: 390px;
    height: 390px;
    position: absolute;
    right: 0;
    top: 0
}

.brand-main .brand-item .brand-item-tb:after {
    opacity: .2;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 20%;
    bottom: 0
}

.brand-main .brand-item .brand-item-desc {
    position: relative;
    padding-left: 20px
}

.brand-main .brand-item .brand-item-desc .name {
    overflow: hidden;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: .5em;
    letter-spacing: -.05em
}

.brand-main .brand-item .brand-item-desc .name span {
    display: inline-block
}

.brand-main .brand-item .brand-item-desc .excerpt {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 1.5em
}

.brand-main .brand-item .brand-item-desc dl {
    font-size: 16px;
    position: relative
}

.brand-main .brand-item .brand-item-desc dl dt {
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0
}

.brand-main .brand-item .brand-item-desc dl dd {
    margin-left: 3.75em;
    font-weight: 500
}

.brand-main .brand-item .brand-item-desc dl dd a {
    display: inline-block;
    color: #fff;
    margin-bottom: 1em
}

.brand-main .brand-item .brand-item-desc dl dd a:before {
    background: #fff
}

.brand-main .brand-item .brand-item-desc dl dd a:after {
    border-color: #fff
}

.brand-main .brand-item.hide .brand-item-tb .img {
    width: 0;
    transition: width .8s cubic-bezier(.86, 0, .07, 1), transform .2s cubic-bezier(.25, .46, .45, .94);
    will-change: width, transform
}

.brand-main .brand-item.hide .brand-item-desc .name span {
    transform: translateY(200%);
    transition: transform .8s cubic-bezier(.86, 0, .07, 1);
    will-change: transform;
    transition-delay: .3s
}

.brand-main .brand-item.hide .excerpt, .brand-main .brand-item.hide dl {
    transition: opacity .8s, transform .8s cubic-bezier(.23, 1, .32, 1);
    will-change: opacity, transform;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: .2s
}

.brand-main .brand-item.hide dl {
    transition-delay: .1s
}

.no-touchevents .brand-item .brand-item-tb .img {
    transition: transform .6s cubic-bezier(.23, 1, .32, 1)
}

.no-touchevents .brand-item:hover .brand-item-tb .img {
    transform: scale(1.1)
}

.no-touchevents .brand-menus .brand-desc .tags a:hover:before {
    width: 100%
}

.no-touchevents .brand-menus .brand-desc .tags a:hover span {
    color: #000
}

.no-touchevents .brand-menus.hover .menu.close {
    width: 180px
}

.no-touchevents .brand-menus.hover .menu.close .bg-over {
    background-color: rgba(214, 134, 43, .6)
}

.no-touchevents .brand-menus.hover .menu.close.menu1 .bg-over {
    background-color: rgba(124, 158, 70, .6)
}

.no-touchevents .brand-menus.hover .menu.close .cta-close {
    opacity: 1;
    transition-delay: .6s
}

.no-touchevents .brand-menus.hover .menu.close .cta-close i {
    width: 40px
}

.no-touchevents .brand-menus.hover .menu.close .cta-close i:before {
    width: 40px
}

.no-touchevents .brand-menus.hover .menu.open {
    width: calc(100vw - 176px)
}

.btn-brand-main-back {
    position: fixed;
    z-index: 999;
    top: 12px;
    left: 28px;
    height: 45px;
    display: flex;
    align-items: center;
    background: 0 0;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-indent: -999em;
    overflow: hidden
}

.btn-brand-main-back span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: relative
}

.btn-brand-main-back span:after, .btn-brand-main-back span:before {
    height: 2px;
    background-color: #fff;
    transform-origin: 0 50%;
    content: '';
    width: 10px;
    position: absolute;
    top: 50%;
    left: 0
}

.btn-brand-main-back span:before {
    transform: rotate(-45deg)
}

.btn-brand-main-back span:after {
    margin-top: -1px;
    transform: rotate(45deg)
}

@media screen and (max-width: 1200px) {
    .brand-main .slogan {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 54px;
        width: 680px
    }

    .brand-menus .menu-main .brand-desc h2 {
        font-size: 82px
    }

    .brand-menus .menu-main .brand-desc .desc {
        max-width: 250px
    }

    .brand-menus .menu-main .brand-desc .desc p {
        font-size: 15px
    }

    .brand-main .brand-item {
        width: 320px
    }

    .brand-main .brand-item .brand-item-tb {
        width: 320px;
        height: 320px
    }

    .brand-main .brand-item .brand-item-tb img {
        width: 320px;
        height: 320px
    }

    .brand-main .brand-item .brand-item-desc .name {
        font-size: 34px
    }

    .brand-main .brand-item .brand-item-desc .excerpt {
        font-size: 15px
    }

    .brand-main .brand-item .brand-item-desc dl {
        font-size: 14px
    }
}

@media screen and (max-width: 1023px) {
    .brand-gate-page .hidden {
        z-index: -1 !important;
        opacity: 0 !important;
        visibility: hidden !important
    }

    .brand-main .slogan {
        font-size: 40px;
        width: 560px
    }

    .brand-menus .menu-main .brand-desc h2 {
        font-size: 64px
    }

    .brand-menus .menu-main .brand-desc .desc p {
        font-size: 14px
    }

    .brand-menus .menu-main .brand-desc .brand-desc-footer {
        padding-top: 24px
    }

    .brand-main .brand-item {
        width: 280px
    }

    .brand-main .brand-item .brand-item-tb {
        width: 280px;
        height: 280px
    }

    .brand-main .brand-item .brand-item-tb img {
        width: 280px;
        height: 280px
    }

    .brand-main .brand-item .brand-item-desc .name {
        font-size: 28px
    }

    .brand-main .brand-item .brand-item-desc .excerpt {
        font-size: 14px
    }

    .brand-main .brand-item .brand-item-desc dl {
        font-size: 13px
    }

    .brand-menus .menu {
        width: 100%;
        height: calc(50% + 1px);
        left: 0;
        right: 0;
        top: auto;
        bottom: auto
    }

    .brand-menus .menu .tb {
        width: 46vw;
        height: 25vh;
        transform: translateX(-50%);
        left: 50%;
        top: 0
    }

    .brand-menus .menu.menu1 {
        top: 0;
        bottom: auto;
        left: 0;
        right: 0
    }

    .brand-menus .menu.menu1 .tb {
        right: auto;
        top: auto;
        bottom: 0
    }

    .brand-menus .menu.menu1 .tb1 {
        margin-top: 0;
        margin-left: -210vw
    }

    .brand-menus .menu.menu1 .tb2 {
        margin-top: 0;
        margin-left: -140vw
    }

    .brand-menus .menu.menu1 .tb3 {
        margin-top: 0;
        margin-left: -70vw
    }

    .brand-menus .menu.menu2 {
        bottom: 0;
        top: auto
    }

    .brand-menus .menu.menu2 .tb {
        right: auto;
        left: 50%;
        margin-top: 0
    }

    .brand-menus .menu.menu2 .tb1 {
        margin-top: 0;
        margin-left: 70vw
    }

    .brand-menus .menu.menu2 .tb2 {
        margin-top: 0;
        margin-left: 140vw
    }

    .brand-menus .menu.menu2 .tb3 {
        margin-top: 0;
        margin-left: 210vw
    }

    .brand-menus .menu-main .brand-desc .tags a {
        font-size: 11px
    }

    .brand-main .brand-list {
        padding: 160px 0
    }

    .brand-main .brand-list ul li {
        margin-bottom: 80px
    }

    .brand-menus.active .menu {
        transition: width .4s cubic-bezier(.23, 1, .32, 1), height .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1), cubic-bezier(.23, 1, .32, 1) z-index .4s;
        will-change: width, height, transform, z-index
    }

    .brand-menus .menu.open {
        width: 100%;
        height: 100%
    }

    .brand-menus .menu.close {
        height: 0;
        width: 100%
    }

    .brand-menus.active .menu.active, .brand-menus.active .menu.inactive {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .btn-brand-main-back {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    .brand-main .slogan {
        font-size: 30px;
        width: 320px
    }

    .brand-menus .menu-main .brand-desc h2 {
        font-size: 48px
    }

    .brand-menus .menu-main .brand-desc .brand-desc-footer {
        padding-top: 20px
    }

    .brand-menus .menu.open .brand-desc {
        top: 110px;
        transform: none
    }

    .brand-menus .menu-main .brand-desc .desc {
        max-width: 100%;
        transition: width .6s cubic-bezier(.86, 0, .07, 1), max-width .6s cubic-bezier(.86, 0, .07, 1);
        width: 0
    }

    .brand-menus .menu-main .brand-desc .desc span {
        width: calc(100vw - 28px * 2)
    }

    .brand-menus .menu.open .brand-desc .desc {
        width: calc(100vw - 28px * 2)
    }

    .brand-main .brand-list {
        padding: 0 0 50px;
        top: 380px;
        position: relative
    }

    .brand-main .brand-item {
        width: calc(100vw - 28px * 2)
    }

    .brand-main .brand-item .brand-item-tb {
        width: calc(100vw - 28px * 2);
        height: calc(100vw - 28px * 2)
    }

    .brand-main .brand-item .brand-item-tb img {
        width: calc(100vw - 28px * 2);
        height: calc(100vw - 28px * 2)
    }

    .brand-menus.active .menu.open .menu-content {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .brand-gate-page .scrolldown {
        height: 80px
    }
}

#brandGate {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    overflow: hidden
}

#brandGate .bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    transform: translateY(100%);
    transition: transform 60s cubic-bezier(20, 0, 1, 0);
    will-change: transform;
}

#brandGate .logo {
    background: 50% 50% no-repeat;
    background-size: auto 320px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(.86, 0, .07, 1);
    will-change: opacity
}

#brandGate.active {
    z-index: 999999;
    visibility: visible;
    opacity: 1
}

#brandGate.active .bg {
    transform: translateY(0);
    transition-delay: 60s
}

#brandGate.active .logo {
    opacity: 1;
    transition-delay: .8s
}

#brandGate.active.hide {
    transition: all 4.5s cubic-bezier(.86, 0, .07, 1);
    height: 0
}

@media screen and (max-width: 1023px) {
    #brandGate .logo {
        background: 50% 50% no-repeat;
        background-size: auto 280px !important
    }
}

@media screen and (max-width: 767px) {
    #brandGate .logo {
        background: 50% 50% no-repeat;
        background-size: auto 100px !important
    }
}

html.brand-sub {
    overflow: hidden;
    background: 50% 50% no-repeat;
    background-size: auto 320px
}

html.brand-sub.loaded {
    overflow: auto;
    background: 0 0 !important
}

html.brand-sub.redkoreanginseng {
    background-color: #9c2925;
    background-image: url(../images/gate-logo-1.png)
}

.page-top .brand-logo {
    background: 50% 50% no-repeat;
    background-size: auto 320px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh
}

.brand-color-1 {
    color: #eb4e2f
}

.brand-sub-content {
    padding: 80px 0
}

.brand-sub-content .brand-sub-top {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brand-sub-content .brand-sub-top h2 {
    font-size: 32px;
    line-height: 1.625;
    margin-bottom: 28px
}

.brand-sub-content .brand-sub-top p {
    font-size: 18px;
    line-height: 1.888888888888889;
    margin-bottom: 64px
}

.brand-sub-content .brand-sub-top .links {
    font-size: 0;
    text-align: center
}

.brand-sub-content .brand-sub-top .links a {
    display: inline-block;
    padding: 15px 24px;
    height: 50px;
    min-width: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, .06);
    margin: 0 6px;
    box-sizing: border-box;
    position: relative;
    vertical-align: top
}

.brand-sub-content .brand-sub-top .links a .label {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 20px
}

.brand-sub-content .brand-sub-top .links a .label:after {
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    content: '';
    transition: width .2s cubic-bezier(.23, 1, .32, 1)
}

.brand-sub-content .brand-sub-top .links a .icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -999em;
    overflow: hidden;
    background: 50% 50% no-repeat;
    background-size: contain;
    transition: background-image .2s cubic-bezier(.23, 1, .32, 1)
}

.brand-sub-content .brand-sub-top .links a .icon.youtube {
    background-image: url(../images/icon-youtube.svg)
}

.brand-sub-content .brand-sub-top .links a .icon.instagram {
    background-image: url(../images/icon-instagram.svg)
}

.brand-sub-content .brand-sub-top .links a .icon.facebook {
    background-image: url(../images/icon-facebook.svg)
}

.brand-sub-content .brand-sub-top .links a:hover .label:after {
    width: 100%
}

.brand-sub-content .brand-sub-top .links a:hover .icon.youtube {
    background-image: url(../images/icon-youtube-on.svg)
}

.brand-sub-content .brand-sub-top .links a:hover .icon.instagram {
    background-image: url(../images/icon-instagram-on.svg)
}

.brand-sub-content .brand-sub-top .links a:hover .icon.facebook {
    background-image: url(../images/icon-facebook-on.svg)
}

.brand-sub-content .brand-stats {
    margin-bottom: 200px
}

.brand-sub-content .brand-stats ul {
    margin: 0 -40px;
    display: flex
}

.brand-sub-content .brand-stats ul li {
    flex: 1
}

.brand-sub-content .brand-stats .stat-item {
    text-align: center;
    display: inline-block;
    max-width: 240px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px
}

.brand-sub-content .brand-stats .stat-item h3 {
    margin-bottom: 16px
}

.brand-sub-content .brand-stats .stat-item h3 strong {
    font-weight: 300;
    font-size: 112px;
    letter-spacing: -.05em;
    margin-bottom: 16px;
    display: block;
    line-height: 1;
    height: 112px
}

.brand-sub-content .brand-stats .stat-item h3 strong .unit {
    font-size: .321428571428571em;
    letter-spacing: 0
}

.brand-sub-content .brand-stats .stat-item h3 small {
    display: block;
    font-size: 28px;
    line-height: 1.142857142857143;
    letter-spacing: -.05em;
    color: #000
}

.brand-sub-content .brand-stats .stat-item p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    max-width: 300px;
}

.brand-sub-content .brand-sub-desc-block {
    margin-bottom: 160px
}

.brand-sub-content .brand-sub-desc-block .title {
    font-size: 26px;
    line-height: 1.153846153846154;
    margin-bottom: .615384615384615em
}

.brand-sub-content .brand-sub-desc-block .slogan {
    font-size: 32px;
    line-height: 1.625;
    margin-bottom: 1em
}

.brand-sub-content .brand-sub-desc-block .description {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.888888888888889;
    margin-bottom: 40px
}

.brand-sub-content .brand-sub-desc-block .block-row {
    display: flex;
    height: 100vh
}

.brand-sub-content .brand-sub-desc-block .block-row .block-col.block-img {
    width: 54vw
}

.brand-sub-content .brand-sub-desc-block .block-row .block-col.block-desc {
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box
}

.brand-sub-content .brand-sub-desc-block .block-img {
    position: relative
}

.brand-sub-content .brand-sub-desc-block .block-img-inner {
    position: relative;
    height: 100%;
    width: 54vw
}

.brand-sub-content .brand-sub-desc-block .block-img-inner .img {
    position: absolute;
    width: 54vw;
    height: 100vh
}

.brand-sub-content .brand-sub-desc-block .block-img-inner .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40vh;
    height: 40vh;
    overflow: hidden;
    opacity: 0
}

.brand-sub-content .brand-sub-desc-block .block-img-inner .bg .bg-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54vw;
    height: 100vh;
    background: 50% 50% no-repeat;
    background-size: cover
}

.brand-sub-content .brand-sub-desc-block .block-img-inner .bg.in {
    opacity: 1;
    transform: translateY(0)
}

.brand-sub-content .brand-sub-desc-block .block-img .block-img-inner .img .bg {
    width: 100%;
    height: 100%;
    opacity: 1
}

.brand-sub-content .brand-sub-desc-block .block-img .block-img-inner .img .bg .bg-inner {
    transform: translate(-50%, -50%) scale(1)
}

.brand-sub-content .brand-sub-desc-block .block-img.scrolled .block-img-inner {
    overflow: hidden
}

.brand-sub-content .brand-sub-desc-block .block-desc-inner {
    padding-right: 17.5%
}

.brand-sub-content .block-desc + .block-img .block-img-inner .bg {
    right: auto;
    left: 0
}

.brand-sub-content .block-img + .block-desc .block-desc-inner {
    padding-right: 0;
    padding-left: 17.5%
}

@media screen and (max-width: 1023px) {
    html.brand-sub {
        background-size: auto 280px
    }

    .page-top .brand-logo {
        background-size: auto 100px !important
    }

    .brand-sub-content {
        padding: 160px 0
    }

    .brand-sub-content .brand-sub-top {
        padding: 0 5vw
    }

    .brand-sub-content .brand-sub-top h2 {
        font-size: 16px;
        word-break: break-all;
    }

    .brand-sub-content .brand-sub-top p {
        font-size: 14px
    }

    .brand-sub-content .brand-sub-top .links a {
        height: 38px;
        min-width: 38px;
        padding: 9px 18px
    }

    .brand-sub-content .brand-sub-top .links a .label {
        font-size: 12px
    }

    .brand-sub-content .brand-stats {
        margin-bottom: 143px
    }

    .brand-sub-content .brand-stats ul {
        margin: 0 -30px
    }

    .brand-sub-content .brand-stats .stat-item h3 {
        margin-bottom: 10px
    }

    .brand-sub-content .brand-stats .stat-item h3 strong {
        height: 72px;
        font-size: 72px;
        margin-bottom: 10px
    }

    .brand-sub-content .brand-stats .stat-item h3 small {
        font-size: 20px
    }

    .brand-sub-content .brand-stats .stat-item p {
        font-size: 12px
    }

    .brand-sub-content .brand-sub-desc-block {
        margin-bottom: 56px
    }

    .brand-sub-content .brand-sub-desc-block .title {
        font-size: 20px
    }

    .brand-sub-content .brand-sub-desc-block .slogan {
        font-size: 20px
    }

    .brand-sub-content .brand-sub-desc-block .description {
        font-size: 14px
    }

    .brand-sub-content .brand-sub-desc-block .block-row {
        flex-direction: column;
        overflow: hidden;
    }

    .brand-sub-content .brand-sub-desc-block .block-row .block-col.block-img {
        width: 93.5vw;
        margin-left: -6.5vw;
        margin-bottom: 40px
    }

    .brand-sub-content .brand-sub-desc-block .block-row .block-col.block-desc {
        min-height: 0
    }

    .brand-sub-content .brand-sub-desc-block .block-row .block-col.block-desc .block-desc-inner {
        padding: 0
    }

    .brand-sub-content .brand-sub-desc-block .block-row.block-row-rev {
        flex-direction: column-reverse
    }

    .brand-sub-content .brand-sub-desc-block .block-row.block-row-rev .block-col.block-img {
        margin-left: 0;
        margin-right: -6.5vw
    }

    .brand-sub-content .brand-sub-desc-block .block-img-inner {
        width: 100%;
        box-sizing: border-box;
        padding-top: 68.18182%
    }

    .brand-sub-content .brand-sub-desc-block .block-img-inner .img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .brand-sub-content .brand-sub-desc-block .block-img-inner .bg {
        width: 100%;
        height: 100%
    }

    .brand-sub-content .brand-sub-desc-block .block-img-inner .bg .bg-inner {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        transform: none !important;
        height: auto
    }
}

@media screen and (max-width: 767px) {
    html.brand-sub {
        background-size: auto 220px
    }

    .page-top .brand-logo {
        background-size: auto 100px !important
    }

    .brand-sub-content {
        padding: 120px 0
    }

    .brand-sub-content .brand-sub-top {
        padding: 0
    }

    .brand-sub-content .brand-sub-top p {
        margin-bottom: 40px
    }

    .brand-sub-content .brand-sub-top .links a {
        margin: 0 4px
    }

    .brand-sub-content .brand-stats {
        margin-bottom: 120px
    }

    .brand-sub-content .brand-stats ul {
        margin: 0 -20px -35px;
        flex-wrap: wrap
    }

    .brand-sub-content .brand-stats ul li {
        flex: 0 1 50%;
        width: 50%;
        margin-bottom: 35px
    }

    .brand-sub-content .brand-stats .stat-item h3 {
        margin-bottom: 10px
    }

    .brand-sub-content .brand-stats .stat-item h3 strong {
        height: 68px;
        font-size: 68px
    }

    .brand-sub-content .brand-sub-desc-block {
        margin-bottom: 40px
    }
}
