@charset "UTF-8";

.bl_mainvArea {
    position: relative;
    height: calc(100vw * 758 / 1366);
}

.bl_mainv{
    position: absolute;
    top: 0;
    width: 100%;
}

.bl_mainv img {
    width: 100%;
    object-fit: cover;
}

.bl_mainvLogoArea {
    position: absolute;
    left: 80px;
    bottom: 40px;
    z-index: 2 ;
    color: #fff;
}

.bl_mainvLogo {
    width: 100px;
    height: 100px;
}

.el_brandName {
    font-size: 74px;
    line-height: 1.0;
}

.el_brandName_below {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

@media (max-width: 600px) {
    .bl_mainvArea {
        position: relative;
        height: calc(100vw * 1536 / 1024);
    }

    .bl_mainvLogoArea {
        left: 40px;
        bottom: 20px;
    }

    .bl_mainvLogo {
        width: 20%;
        height: 20%;
        margin-bottom: 20px;
    }

    .el_brandName {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .el_brandName_below {
        font-size: 1.4rem;
        line-height: 1.2;
    }
}

.bl_index_contents1Area {
    background-color: #181818;
    color: #fff;
    z-index: 2;
    position: relative;
}

.bl_index_contents1 {
    width: 700px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .bl_index_contents1 {
        width: 100%;
    }
}

.bl_index_contents2Area {
    color: #3E3D35;
    background-color: #f0f0f0;
}

.bl_index_contents3Area {
    color: #181818;
}

.bl_twoColumn.justify_center {
    justify-content: center;
}

.bl_index_contents3Area_l {
    width: calc(100vw * 0.66);
    background-image: url("../img/index_image2.jpg");
    background-size: cover;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    min-height: 500px;
    background-position: center;
}

.bl_index_contents3Area_l_contents {
    width: 80%;
    margin: 12% 0 0 12%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.bl_index_contents3Area_l_title {
    font-size: 50px;
}

.bl_index_contents3Area_l_body {
    font-size: 14px;
    font-weight: 300;
}

.bl_index_contents3Area_r {
    width: calc(100vw * 0.32);
    background-image: url("../img/index_image3.jpg");
    background-size: cover;
    min-height: 500px;
}

@media (max-width: 600px) {
    .bl_index_contents3Area_l {
        width: 100%;
        padding-bottom: 20px;
    }

    .bl_index_contents3Area_r {
        width: 100%;
        position: relative;
    }
}

.bl_threeColumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 300px;
}

.bl_threeColumn_part {
    width: 33.33%;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 600px) {
    .bl_threeColumn_part {
        width: 100%;
        padding-bottom: 20px;
    }
}

.bl_threeColumn_part1 {
    background-color: #181818;
    color: #f8f8f4;
    min-height: 300px;
}

.bl_threeColumn_part1_content {
    margin: 16% auto;
    text-align: center;
}

.bl_threeColumn_part1_title,
.bl_threeColumn_part1_subTitle {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.bl_threeColumn_part1_body {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.bl_threeColumn_part2 {
    background-image: url("../img/index_image4.jpg");
    background-size: cover;
    position: relative;
    min-height: 300px;
}

.bl_threeColumn_part3 {
    background-color: #adadac;
    color: #f8f8f4;
    width: 32.3%;
    min-height: 300px;
}

.bl_threeColumn_part3_content {
    margin: 16% auto;
    text-align: center;
}

.bl_threeColumn_part3_title {
    font-size: 40px;
    color: #f8f8f4;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.bl_threeColumn_part3_body {
    font-size: 16px;
    color: #181818;
}

@media (max-width: 600px) {
    .bl_threeColumn_part3 {
        width: 100%;
        padding-bottom: 20px;
    }

    .bl_threeColumn_part3_title {
        font-size: 2rem;
    }

    .bl_threeColumn_part3_body {
        font-size: 1.4rem;
    }
}

.el_index_newArrival {
    width: 150px;
    position: absolute;
    top: 10%;
    left: 64%;
}

.el_index_bestSeller {
    width: 200px;
    position: absolute;
    top: 25px;
    right: 20px;
}

@media (max-width: 600px) {
    .el_index_newArrival {
        width: 150px;
        position: absolute;
        top: 20px;
        right: 20px;
        left: unset;
    }

    .el_footerCopyright {
        font-size: 12px;
    }
}
