@charset "utf-8";

/* header ============================================*/
header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 68px;
    background: rgba(255,255,255,1);
}

header .logo {
    margin-top: 20px;
    padding-left: 25px;
    text-align: left;
}

header .logo > a > img { height: 16px;}
header .app-download {
    position: fixed;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    font-size: 0px;
    text-align: center;
    background: #2C2639;
}

header .app-download p {
    font-size: 16px;
    color: white;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}

header .app-download button {
    width: 145px;
    height: 45px;
    margin-top: 12px;
    padding-left: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 45px;
}

button.app-apple {
    background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/btn_icon_apple_white.png) no-repeat 25px center;
    background-size: auto 19px;
}

button.app-google {
    background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/btn_icon_google_white.png) no-repeat 25px center;
    background-size: auto 19px;
}

button.app-apple + button.app-google {
    margin-left: 7px;
}





/* main ============================================*/
.wrap {
    width: 100%;
    margin: 0 auto;
}

.main {
    position: relative;
    margin-top: 68px;
}

.main-inner {
    position: relative;
    width: 100%;
    height: 650px;
    background: #000 url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/bg_bnpl.png) no-repeat 40% center;
    background-size: cover;
}

.txt-area {
    position: absolute;
    right: 36px;
    bottom: 37px;
    color: #fff;
}

.txt-area .txt-info {
    position: absolute;
    right: 140px;
    bottom: 50px;
    width: 100px;
    color:#BA1610;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: right;
    letter-spacing: 0;
    white-space: normal;
}

.txt-area .txt-bnpl {
    display: block;
    width: 122px;
    height: 158px;
    background:url('https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/bnpl.png') no-repeat center center;
    background-size: contain;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.txt-area .txt-desc {
    position: absolute;
    right: 140px;
    bottom: 0;
    font-size: 13px;
    line-height: 1.6em;
    text-align: right;
    white-space: nowrap;
}

.scroll {
    position: absolute;
    left: -12px;
    top: 85px;
    width: 108px;
    height: 21px;
    color: #ffffff;
    font-size: 11px;
    text-align: left;
    transform: rotate(90deg);
}

.scroll:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    animation: 2s infinite alternate scrollguide;
}
@keyframes scrollguide {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
@-webkit-keyframes scrollguide {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}




/* bnpl ============================================*/
.bnpl-desc {
    padding: 0 0 0 47px;
    background-color: #f8f8f8;
}

.bnpl-desc .bnpl-desc-inner {
    max-width: 480px;
    padding: 84px 0;
}

.bnpl-desc .bnpl-desc-inner li {
    margin-bottom: 80px;
    font-size: 15px;
    text-align: left;
    line-height: 1.4em;
    background-repeat: no-repeat;
    background-position: left top;
}

.bnpl-desc .bnpl-desc-inner .inner-3rd { margin-bottom: 0 }
.bnpl-desc .bnpl-desc-inner li strong {
    display: block;
    margin-bottom: 0.4em;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
}

.bnpl-desc .bnpl-desc-inner .inner-1st {
    padding-top: 87px;
    background-image: url('https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/feature_01.png');
    background-size: auto 67px;
}

.bnpl-desc .bnpl-desc-inner .inner-2nd {
    padding-top: 90px;
    background-image: url('https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/feature_02.png');
    background-size: auto 70px;
}

.bnpl-desc .bnpl-desc-inner .inner-3rd {
    padding-top: 113px;
    background-image: url('https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/feature_04.png');
    background-size: auto 93px;
}




/* original ============================================*/
.original {
    padding: 44px 25px 84px;
    background: white;
}

.original-inner .txt { text-align: left; }
.original-inner .txt h2 {
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -2px;
}

.original-inner .txt p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 20px;
}

.original-inner .txt span { display: block; }
.original-inner .img {
    width: 100%;
    margin-top: 30px;
}

.original-inner .img img {
    width: 100%;
}




/* delivery ============================================*/
.delivery {
    padding: 84px 25px;
    background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/bg_diff.png) no-repeat right 20px bottom #f4f4f4;
    background-size: 60% auto;
}

.del-inner {

}

.del-inner .txt { text-align: left; }
.del-inner .txt h2 {
    line-height: 40px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
}
.del-inner .txt h2 > span { display: block; }
.del-inner .txt h2 > span .color { color: #BA1610; }
.del-inner .txt p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 24px;
}

.del-inner .txt .txt-3rd span { display: block; }
.del-inner .img { margin-top: 60px; }
.del-inner .img img { width: 70% }






/* lomad ============================================*/
.lomad-brand {
    position: relative;
    margin-bottom: 100px;
    width: 100%;
    height: 470px;
    background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/bg_m_everyone_new.jpg) no-repeat center center;
    background-size: cover;
}

.brand-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 87%;
    font-size: 15px;
    color: white;
    text-align: left;
}
.brand-inner h3 {
    margin-bottom: 33px;
    font-size: 15px;
    font-weight: 400;
}
.brand-inner p {
    margin-top: 15px;
    line-height: 24px;
    font-weight: 150;
}





/* floating-ctrl-box ============================================*/
#floating-ctrl-box {
    position: fixed;
    z-index: 150;
    right: 17px;
    bottom: 138px;
}
#floating-ctrl-box li { text-align: right; }
#floating-ctrl-box li#scroll-top { display: none; }
#floating-ctrl-box.is-scrolling li#scroll-top { display: block; }
#scroll-top-move {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 0;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    border: 1px solid #d3d3d3;
    border-radius: 100%;
    background:#fff url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.5' height='6.5' viewBox='0 0 11.5 6.5'%3E%3Cg transform='translate(-358.75 -5980.75)'%3E%3Cpath d='M5,5.75a.748.748,0,0,1-.53-.22l-5-5A.75.75,0,0,1-.53-.53.75.75,0,0,1,.53-.53l5,5A.75.75,0,0,1,5,5.75Z' transform='translate(359.5 5981.5)' fill='%23000000'/%3E%3Cpath d='M0,5.75a.748.748,0,0,1-.53-.22.75.75,0,0,1,0-1.061l5-5a.75.75,0,0,1,1.061,0A.75.75,0,0,1,5.53.53l-5,5A.748.748,0,0,1,0,5.75Z' transform='translate(364.5 5981.5)' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center;
    background-size:12px auto;
    transform:rotate(180deg);
}










/* DeskTop ---------------------------------------------*/
@media screen and (min-width: 1024px) {

    /* header ============================================*/
    header {
        display: flex;
        flex-direction: row;
        min-width: 1280px;
        height: 80px;

    }
    header > div {

    }
    header .logo {
        width: 1389px;
        height: 80px;
        margin-top: 0;
        padding: 0 0 0 40px;
        line-height: 80px;
    }

    header .logo > a > img { height: 20px;}
    header .app-download {
        top: 0;
        right: 0;
        left: auto;
        bottom: auto;
        width: 470px;
        padding: 8px 0;
        background: none;
        text-align: left;
    }

    header .app-download p { display: none; }
    header .app-download button {
        width: 160px;
        height: 40px;
        padding-left: 27px;
        color: black;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        letter-spacing: -0.2px;
        border: 1px solid #b7b7b7;
        border-radius: 40px;
    }

    button.app-apple {
        transition: all 0.2s linear;
        background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/btn_icon_apple.png) no-repeat left 33px center white;
        background-size: auto 20px;
    }

    button.app-apple:hover {
        padding-left: 40px;
        color: white;
        border: 1px solid black;
        background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/btn_icon_apple_white.png) no-repeat left 27px center black;
        background-size: auto 20px;
    }

    button.app-google {
        transition: all 0.2s linear;
        background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/btn_icon_google.png) no-repeat left 27px center white;
        background-size: auto 20px;
    }

    button.app-google:hover {
        padding-left: 40px;
        color: white;
        border: 1px solid black;
        background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/btn_icon_google_white.png) no-repeat left 20px center black;
        background-size: auto 20px;
    }

    button.app-apple + button.app-google {
        margin-left: 20px;
    }


    /* main ============================================*/
    .wrap { max-width: 1920px; }
    .main { margin-top: 80px; }
    .main-inner {
        position: relative;
        height: 926px;
        background: #000 url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/bg_bnpl.png) no-repeat center center;
    }

    .main-center {
        position: relative;
        max-width: 1200px;
        height: 100%;
        margin: 0 auto;
    }
    .txt-area {
        right: 58px;
        top: 200px;
        bottom: 208px;
    }

    .txt-area .txt-info {
        position: static;
        display: block;
        width: 370px;
        height: 28px;
        margin-bottom: 0.7em;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0.15em;
    }

    .txt-area .txt-bnpl {
        width: 365px;
        height: 473px;
    }

    .txt-area .txt-desc {
        right: 423px;
        top: 448px;
        font-size: 32px;
        font-weight: 300;
        line-height: 1.15em;
    }

    .scroll {
        top: 863px;
        left: -42px;
        bottom: 42px;
    }





    /* bnpl ============================================*/
    .bnpl-desc { padding: 0 40px; }
    .bnpl-desc .bnpl-desc-inner {
        max-width: 680px;
        margin: 0 auto;
        padding: 130px 0;
    }

    .bnpl-desc .bnpl-desc-inner li {
        margin-bottom: 110px;
        font-size: 20px;
        background-position: right center;
    }

    .bnpl-desc .bnpl-desc-inner li strong {
        font-size: 44px;
        font-weight: 700;
        line-height: 1.2em;
    }

    .bnpl-desc .bnpl-desc-inner .inner-1st {
        padding-top: 0px;
        background-size: auto 105px;
    }

    .bnpl-desc .bnpl-desc-inner .inner-2nd {
        padding-top: 0px;
        background-size: auto 100px;
    }

    .bnpl-desc .bnpl-desc-inner .inner-3rd {
        padding-top: 0px;
        background-size: auto 135px;
    }




    /* original ============================================*/
    .original { padding: 0 40px; }
    .original-inner {
        display: flex;
        min-width: 1280px;
        max-width: 1200px;
        margin: 50px auto;
    }
    .original-inner > div {
    }
    .original-inner .txt {
        height: 800px;
    }
    .original-inner .txt h2 {
        margin-top: 250px;
        font-size: 52px;
        font-weight: 600;
        letter-spacing: -0.4px;
        line-height: 70px;
        white-space: nowrap;
    }

    .original-inner .txt p {
        margin-top: 45px;
        font-size: 20px;
        line-height: 1.3em;
    }

    .original-inner .txt span { display: inline; }
    .original-inner .img {
        text-align: right;
    }

    .original-inner .img img {
        margin-right: -30px;
        width: initial;
        height: 800px;
    }



    /* delivery ============================================*/
    .delivery {
        padding: 260px 40px;
        background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/bg_diff.png) no-repeat right 100px bottom #f4f4f4;
        background-size: auto 315px;
    }

    .del-inner {
        display:flex;
        flex-direction: row;
        min-width: 1280px;
        max-width: 1500px;
        margin: 0 auto;
    }

    .del-inner .txt {
        order: 2;
        width: 705px;
    }
    .del-inner .txt h2 {
        font-size: 52px;
        font-weight: 600;
        line-height: 70px;
        letter-spacing: 0px;
        white-space: nowrap;
    }
    .del-inner .txt h2 > span { display: inline; }
    .del-inner .txt p {
        font-size: 20px;
        line-height: 28px;
        white-space: nowrap;
    }
    .del-inner .txt .txt-1st { margin-top: 40px; }
    .del-inner .txt .txt-2nd span { display: block; }
    .del-inner .txt .txt-3rd span { display: inline; }
    .del-inner .img {
        order: 1;
        width: 780px;
        text-align: left;
    }
    .del-inner .img img { width: 60% }




    /* lomad ============================================*/
    .lomad-brand {
        height: 890px;
        background: url(https://lomad.s3.ap-northeast-2.amazonaws.com/lomad/lomadHomepage/202012/intro/bg_everyone_new.jpg) no-repeat center center;
    }

    .brand-inner {
        width: 80%;
        max-width: 1500px;
        min-width: 1280px;
        padding: 0 40px;
        color: #eeeded;
    }
    .brand-inner h3 {
        margin-bottom: 33px;
        font-size: 30px;
        font-weight: 400;
    }

    .brand-inner p:last-child { margin-top: 30px; }
    .brand-inner p {
        margin-top: 60px;
        line-height: 45px;
        font-size: 30px;
        font-weight: 200;
        letter-spacing: -2px;
    }





    /* floating-ctrl-box ============================================*/
    #floating-ctrl-box {
        right: 24px;
        bottom: 100px;
    }

    #scroll-top-move {
        width: 60px;
        height: 60px;
    }


}