@charset "utf-8";

/*header*/

#header_area {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
}

header {
    width: 100%;
    background: #fff;
}

.header_top {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    width: 96%;
    margin: auto;
}

.header_top_btn {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    width: 50%;
    max-width: 510px;
}

.header_top_btn_lang {
    border: solid 1px #121212;
    border-radius: 4px;
    margin-right: 30px;
    /* overflow: hidden; */
    display: flex;
    flex-shrink: none;
}

.header_top_btn_lang > a:first-child{
    border-radius: 4px 0 0 4px;
}

.header_top_btn_lang > a:nth-of-type(2){
    border-radius: 0 4px 4px 0;
}


.header_top_btn_lang>a {
    display: block;
    font-size: 1.3rem;
    font-family: 'Poppins', sans-serif;
    padding: 7px 17px;
}

.header_top_btn_lang>a.on {
    background: #FAF8F4;
}

.header_top_btn_lang>a:first-child {
    border-right: solid 1px #121212;
}


a.header_top_btn_login {
    width: 37%;
    background: #121212;
    padding: 7px;
    color: #fff;
    border: solid 1px #707070;
    border-radius: 4px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.header_top_btn_login:hover {
    background: #fff;
    color: #121212;
}

.header_top_img {
    display: flex;
    align-items: center;
}

.header_top_btn > a + a{
    margin-left: 10px;
}

.header_top_img>img {
    max-width: 90px;
    margin-right: 50px;
}

.header_top_img>a {
    margin-right: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    line-height: 20px;
    color: #121212;

}



/* content */
.content_head_ja {
    width: 100%;
    height: 600px;
    background: url(../img/lp/kv.jpg) center/cover no-repeat;
}
.content_head_en {
    width: 100%;
    height: 600px;
    background: url(../img/lp/kv_en.jpg) center/cover no-repeat;
}


.content_head2 {
    background: #FAF8F4;
    padding: 90px 20px 110px;
}



h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 3.5rem;
    color: #414141;
    margin: 0 auto 60px;
    text-align: center;
}

h1::after {
    width: 64px;
    display: block;
    content: '';
    background: #707070;
    height: 2px;
    margin: 0 auto;
}

.content_head2 ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.content_head2 li {
    width: 32%;
    max-width: 400px;
    margin: 0 6.5px;
    background: #fff;
    padding: 50px;
    display: block;
}

.content_head2 li .number {
    font-family: 'Poppins', sans-serif;
    font-size: 2.7rem;
    color: #414141;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}

.content_head2 li .number>span {
    font-weight: 500;
    font-size: 5.2rem;
    margin-right: 10px;
}

.content_head2 li .text {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 2.4rem;
    text-align: center;
    color: #8b4e0e;
    line-height: 1;
}




/* New Open */
.newopen {
    padding: 88px 0 130px;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 3.6rem;
    text-align: center;
    color: #414141;
    margin-bottom: 39px;
}

.newopen_banner_slide {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}

.newopen_banner_slide img {
    width: 100%;
}

.newopen_banner_slide .slick-slide {
    margin: 0 12.5px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
}

.newopen_banner_slide .slick-prev {
    left: -20px;
}

.newopen_banner_slide .slick-next {
    right: -20px;
}

.newopen_banner_slide .slick-prev:before,
.newopen_banner_slide .slick-next:before {
    height: 22px;
}

.newopen_banner_slide .slick-prev,
.newopen_banner_slide .slick-next {
    top: 50%;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
    z-index: 9;
}

.slick-prev:before,
.slick-next:before {
    content: '' !important;
    display: block;
    width: 100%;
}

.slick-prev:before {
    background: url(../img/lp/btn_prev.png) left center/contain no-repeat;
}

.slick-next:before {
    background: url(../img/lp/btn_next.png) right center/contain no-repeat;
}




.newopen_banner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.newopen_banner img {
    width: 100%;
    max-height: 109px;
}

.newopen_banner>div {
    margin: 0 12.5px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
}








/* CONTENT BANNER */
.content_banner {
    max-width: 1400px;
    height: 500px;
    background: url(../img/lp/content_banner.jpg) center/cover;
    margin: 0 auto 111px;
    font-family: 'Poppins',
        'Noto Sans CJK JP',
        sans-serif;
    font-weight: normal;
    font-size: 3.0rem;
    line-height: 64px;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
}

.content_banner>div {
    margin: 0 50px 0 auto;
}

.content_banner2 {
    max-width: 1400px;
    height: 500px;
    background: url(../img/lp/content_banner2.jpg) center/cover;
    margin: 0 auto 111px;
    font-family: 'Poppins',
        'Noto Sans CJK JP',
        sans-serif;
    font-weight: normal;
    font-size: 3.0rem;
    line-height: 64px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}




/* howto */
.howto {
    margin-bottom: 149px;
}

.howto section {
    position: relative;
    z-index: 0;
    margin-bottom: 80px;
}

.howto section>div {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.howto section:nth-child(even)>div {
    flex-direction: row-reverse;
}

.howto section::after {
    display: block;
    content: '';
    width: 70%;
    background: #FAF8F4;
    height: 80%;
    position: absolute;
    top: 120px;
}

.howto section:nth-child(even)::after {
    left: 0;
}

.howto section:nth-child(odd)::after {
    right: 0;
}

.howto .howto_img {
    width: 57%;
}

.howto .howto_text {
    width: 42%;
    padding: 22% 20px 0;
    height: 80%;
    font-family: 'Poppins','Noto Sans CJK JP',sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 28px;
    text-align: left;
    color: #414141;

}

.howto .howto_text h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 3.2rem;
    text-align: left;
    color: #414141;
    margin-bottom: 24px;
}


/* signup */
.signup {
    text-align: center;
    font-family: 'Poppins','Noto Sans CJK JP',sans-serif;
    font-weight: normal;
    font-size: 2.6rem;
    color: #414141;
    margin-bottom: 120px;

}

.signup>a {
    display: inline-block;
    background: #121212;
    padding: 25px 170px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
    margin: 59px auto 0;
/*    width: auto;*/
}


/* lp_share */
.lp_share {
    background: #414141;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 85px;
}

.lp_share>div {
    margin-right: 24px;
}

div.share_title {
    display: flex;
    align-items: center;
    margin-right: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
}

.share_title img {
    margin-right: 8px;
}

.lp_share img {
    width: auto;
    height: 26px;
}

footer {
    padding: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: 'Poppins',
        'Noto Sans JP',
        sans-serif;
    font-weight: normal;
    font-size: 1.0rem;
    color: #121212;

}

footer>span, footer>a {
    display: block;
/*    margin: 0 20px 0 0;*/
}

footer>a::before {
    content: '|';
    display: inline-block;
    margin: 0 20px 0;
}





/* バイヤーログイン */

#buyerLogin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, .6);
    z-index: 99;
    display: none;
}

#buyerLogin_inner {
    max-width: 1200px;
    height: 700px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 10px;
    display: flex;
}

#buyerLogin_body {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#buyerLogin_body>div {
    width: 368px;
    text-align: center;
}

#buyerLogin_h {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #121212;
    margin-bottom: 47px;
}

#buyerLogin_input {
    padding-bottom: 70px;
    border-bottom: 1px solid #A8A8A8;
    margin-bottom: 70px;
}

#buyerLogin_input input {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    padding: 10px 20px;
    font-family: 'Poppins',
        'Noto Sans JP',
        sans-serif;
    font-size: 1.3rem;
    color: #000;
    opacity: 0.5;
    border-radius: 5px;
    border: 1px solid #A8A8A8;
}

#buyerLogin_input a {
    display: block;
    font-family: 'Poppins',
        'Noto Sans JP',
        sans-serif;
    text-decoration: underline;
    font-size: 1.2rem;
    text-align: left;
    color: #121212;
    margin-bottom: 41px;
}

#buyerLogin button {
    width: 280px;
    padding: 10px;
    background: #000;
    font-family: 'Poppins',
        'Noto Sans JP',
        sans-serif;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    border: 1px solid #000;
    cursor: url('../img/lp/cursor_on.svg') 8 8, auto;
}

#buyerLogin button:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

#buyerLogin_register_text {
    font-family: 'Poppins','Noto Sans JP',sans-serif;
    font-size: 1.6rem;
    color: #121212;
    margin-bottom: 35px;
}

#buyerLogin_bg {
    width: 50%;
    background: url(../img/lp/buyerlogin_bg.jpg) center/cover;
    border-radius: 0 10px 10px 0;
}

#buyerLogin .close {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #121212;
    cursor: url('../img/lp/cursor_on.svg') 8 8, auto;
}

#buyerLogin .close::after {
    content: '×';
    display: block;
    font-family: 'Poppins','Noto Sans JP',sans-serif;
    font-size: 32px;
}






/* SP
------------------------------- */

@media screen and (max-width: 1024px) {

    /*header*/
    header {
        width: 100%;
    }

    .header_top {
        display: flex;
        justify-content: space-between;
        height: 34px;
        align-items: center;
        width: 96%;
        margin: auto;
    }

    .header_top_btn {
        display: flex;
        justify-content: flex-end;
        text-align: center;
        font-size: 1.0rem;
        font-family: 'Poppins', sans-serif;
        line-height: 1;
        max-width: 510px;
        width: auto;
    }

    a.header_top_btn_mypage {
        width: 16px;
        border: none;
        padding: 0;
        border-radius: 0;
        margin-right: 16px;
    }

    a.header_top_btn_mypage img {
        display: block;
    }

    a.header_top_btn_mypage span {
        display: none;
    }

    a.header_top_btn_login span {
        display: none;
    }

    .header_top_btn a.header_top_btn_login {
        width: 85px;
        background: #121212;
        padding: 4px;
        color: #fff;
        border: solid 1px #707070;
        border-radius: 4px;
        white-space: nowrap;
    }

    a.header_top_btn_mypage:hover {
        background: none;
        color: #fff;
    }

    a.header_top_btn_login:hover {
        background: #fff;
        color: #121212;
    }

    .header_top_img {
        margin-right: 18px;
    }

    .header_top_img>a {
        margin-right: 20px;
        font-size: 10px;
    }

    .header_top_btn > a + a{
        margin-left: 5px;
    }

    /* バイヤーログイン */
    #buyerLogin {
        background: #fff;
    }

    #buyerLogin_inner {
        max-width: none;
        height: 100%;
        width: 100%;
    }

    #buyerLogin_body {
        width: 100%;
        align-items: flex-start;
        padding: 60px 30px;
    }

    #buyerLogin_body>div {
        width: 100%;
    }

    #buyerLogin_bg {
        display: none;
    }

}

@media screen and (min-width: 749px) {
    .sp {
        display: none;
    }

    .signup>a {
        width: auto;
    }
}

@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }
    
    body {

    }

    .container {
        width: 100%;
    }

   .header_top_img {
       width: 52px;
       height: 20px;
       display: block;
   }

    .header_top_img>a {
        display: none;
    }

    .header_top_btn {
        width: 100%;
        max-width: 300px;
        justify-content: space-between;
        align-items: center;
    }

    .header_top_btn_lang {
        height: 13px;
        margin-right: 15px;
    }
    .header_top_btn_lang>a {
        font-size: 10px;
        line-height: 1;
        padding: 1px 17px 0px;
    }

    /* content */
    .content_head_ja {
        height: 270px;
        background: url(../img/lp/kv_sp.jpg) center/cover no-repeat;
    }
    .content_head_en {
        height: 270px;
        background: url(../img/lp/kv_sp_en.jpg) center/cover no-repeat;
    }


    .content_head2 {
        padding: 40px 30px;
    }



    h1 {
        font-size: 2.4rem;
        margin: 0 auto 20px;
    }

    h1::after {
        width: 48px;
    }

    .content_head2 ul {
        display: block;
    }

    .content_head2 li {
        width: 100%;
        max-width: none;
        margin: 0 0 10px;
        padding: 25px;
    }

    .content_head2 li .number {
        font-size: 2.2rem;
        margin-bottom: 4px;
    }

    .content_head2 li .number>span {
        font-size: 4.0rem;
        margin-right: 5px;
    }

    .content_head2 li .text {
        font-size: 1.8rem;
    }




    /* New Open */
    .newopen {
        padding: 30px 10px 40px;
    }

    h2 {
        font-size: 2rem;
        margin-bottom: 19px;
    }

    .newopen_banner_slide {
        max-width: 400px;
    }

    .newopen_banner_slide .slick-slide {
        margin: 0 20px;
        box-shadow: none;
        box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    }

    .newopen_banner_slide .slick-prev {
        left: 0;
    }

    .newopen_banner_slide .slick-next {
        right: 0;
    }


    .slick-dots>li:first-child:last-child {
        display: none;
    }

    .newopen_banner {
        /* display: none; */
    }






    /* CONTENT BANNER */
    .content_banner {
        height: 48.83vw;
        background: url(../img/lp/content_banner_sp.jpg) top center/contain no-repeat;
        margin: 0 0 54px;
        font-size: 1.5rem;
        line-height: 26px;
        padding: 0 0 37px 30%;
        display: flex;
        align-items: center;
    }

    .content_banner>div {
        margin: auto 50px 0 auto;
    }

    .content_banner2 {
        height: 48.83vw;
        background: url(../img/lp/content_banner2_sp.jpg) center/cover;
        margin: 0 auto 44px;

        font-size: 1.5rem;
        line-height: 26px;
        text-align: center;
        color: #fff;

        display: flex;
        align-items: center;
        justify-content: center;
    }




    /* howto */
    .howto {
        margin-bottom: 60px;
    }

    .howto section {
        margin-bottom: 70px;
    }

    .howto section>div {
        width: 100%;
        max-width: 1400px;
        display: block;
        position: relative;
        z-index: 1;
    }

    .howto section::after {
        width: 100%;
        height: 80%;
        position: absolute;
        top: 30%;
    }

    .howto section:nth-child(even)::after {
        left: 0;
    }

    .howto section:nth-child(odd)::after {
        right: 0;
    }

    .howto .howto_img {
        width: 100%;
        padding: 0 20px;
        margin: 0 0 30px;
    }

    .howto .howto_text {
        width: 100%;
        padding: 0 30px;
        height: auto;
        font-size: 1.2rem;
        line-height: 22px;
    }

    .howto .howto_text h3 {
        font-size: 1.8rem;
        margin-bottom: 7px;
    }


    /* signup */
    .signup {
        font-size: 2.0rem;
        color: #414141;
        margin-bottom: 50px;
    }

    .signup>a {
        padding: 8px;
        font-size: 1.2rem;
        margin: 20px auto 0;
        
    }


    /* lp_share */
    .lp_share {
        padding: 65px;
    }



    footer {
        padding: 19px 10px 22px;
        display: block;
        font-size: 1.0rem;
    }

    footer>span {
        display: block;
        margin: 0 0 20px 0;
    }

    footer>a {
        display: inline-block;
/*        margin: 0 10px 0 0;*/
    }

    footer>a:first-of-type::before {
        content: '';
        display: inline-block;
        margin: 0;
    }



}