@charset "UTF-8";

/* CSS Document */


.img {
    width: 100%;
    vertical-align: bottom;
}

.spimg,
.yl-sp,
.bl-sp {
    display: none;
}

#main-2 {
    background-image: url("../images/lp/main-2_bg.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 50%;
    position: relative;
}

.main2-title {
    width: 319px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.yl-gr {
    max-width: 420px;
    height: auto;
    position: relative;
}

.yl-set,
.bl-set {
    width: 100%;
}

.bl-gr {
    max-width: 410px;
    height: auto;
    position: relative;
}

.content-wrapper {
    display: flex;
    justify-content: center;

}

.yl-gr,
.bl-gr {
    margin: 0 60px;
}

.product-info {
    padding: 40px 0;

}

/* .yl-btn ,.bl-btn{
    max-width: 200px;
} */


.kakaku {
    font-size: 2rem;
}

.kakaku-btn_y ,.kakaku-btn_b {
    margin-left: -10px;

}

.btn-img {
    width: 80%;
}




.main-2-hosoku {
    width: 543px;
    height: auto;
    padding: 60px 0;

}

.main2-txt {
    text-align: left;
    margin-left: 16%;
}

.yl-sec-img,
.bl-sec-img,
.point-img {
    margin-top: -10.2%;
}


.sns-icon-area {
    margin: 100px 0;
}

.icon {
    font-size: 4.0rem;
    color: #000000;
}

.fa-twitter,
.fa-facebook {
    margin-right: 40px;
}

/* twitter-icon */
.fa-twitter:before {
    content: "𝕏" !important;
    font-family: unset;
    font-weight: bold;
}

#footer {
    background-color: black;
    max-width: 1440px;
    height: 40px;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 4.0rem;
    margin: auto;

}

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

    .pcimg,
    .yl-set,
    .bl-set {
        display: none;
    }

    .spimg,
    .yl-sp,
    .bl-sp {
        width: 100%;
        display: block;
    }

    .main-2-hosoku {
        max-width: 500px;
        height: auto;
        padding: 40px 0;
    }

    .main2-txt {
        margin-left: 4%;
    }

    .yl-sec-img {
        margin-top: -17.6%;
    }

    .bl-sec-img {
        margin-top: -17%;
    }

    .point-img {
        margin-top: -20%;
    }

    .sns-icon-area {
        margin: 100px 0 60px;
    }
}

@media screen and (max-width: 605px) {
    .product-info {
        padding: 30px 0;
        font-size: 1.2rem;
        line-height: 160%;
    }

    .main2-title {
        width: 200px;
        padding: 40px 0 30px;
    }

    .main-2-hosoku {
        padding: 20px 0;
        margin: 0 -6px;
    }

    .yl-gr,
    .bl-gr {
        max-width: 260px;
        margin: 0 20px;

    }


    .content-wrapper {
        align-items: flex-end;
    }

    .kakaku {
        font-size: 1.4rem;
        line-height: 160%;
    }

    .btn-img {
        width: 100%;
        margin-left: 4px;
    }

}