@charset "utf-8";
/* CSS Document */

    .mydanro_lp {
        width: 1100px;
        margin: 0 auto;
		background-color: #000;
    }

    .purchase {
        position: relative;
    }

    .purchase img {
        width: 100%;
    }

    .purchase .gif_img1 {
        width: 91%;
        position: absolute;
        bottom: 16%;
        left: 50%;
        transform: translateX(-50%);
        text-decoration: none;
    }

    .gif_img1:hover img {
        opacity: 0.8;
    }

    .purchase .gif_img2 {
        width: 91%;
        position: absolute;
        bottom: 42%;
        left: 50%;
        transform: translateX(-50%);
        text-decoration: none;
    }

    .gif_img2:hover img {
        opacity: 0.8;
    }

    .purchase .purchase_btn1 {
        width: 60%;
        position: absolute;
        bottom: 8%;
        left: 50%;
        transform: translateX(-50%);
        text-decoration: none;
    }

    .purchase_btn1:hover img {
        opacity: 0.8;
    }

    .purchase .purchase_btn2 {
        width: 60%;
        position: absolute;
        bottom: 3%;
        left: 50%;
        transform: translateX(-50%);
        text-decoration: none;
    }

    .purchase_btn2:hover img {
        opacity: 0.8;
    }

    .purchase .purchase_btn3 {
        width: 40%;
        position: absolute;
        bottom: 11%;
        left: 28.3%;
        transform: translateX(-50%);
        text-decoration: none;
    }

    .purchase_btn3:hover img {
        opacity: 0.8;
    }

    .purchase .purchase_btn4 {
        width: 40%;
        position: absolute;
        bottom: 11%;
        left: 71.6%;
        transform: translateX(-50%);
        text-decoration: none;
    }

    .purchase_btn4:hover img {
        opacity: 0.8;
    }

    .purchase a {
        text-decoration: none;
    }

    .purchase .txt {
        background-color: #000;
        color: #fff;
        font-size: 25px;
        padding: 12px 0 0 48px;
    }

    .purchase .txt span {
        border-bottom: 1px solid;
    }

    @media (max-width: 750px) {
        .mydanro_lp {
            width: 100%;
        }

        .purchase .txt {
            font-size: 10px;
            padding: 10px 15px 0 13px;
        }
    }