#pageTop {
    background: url('../../img/header_bg.jpg') no-repeat center;
    background-size: cover;
    z-index: 9;
}

.pageTop_msg {
    font-size: calc(24px + 16 * ((100vw - 320px) / 1920));
    font-family: "游明朝", "YuMincho", serif;
    font-weight: 400;
    color:rgb(56, 46, 148);
}

.pageTop_img {
    margin: 3% 16% 0 0;
    text-align: right;
}


.pageTop_img img {
    width: calc(240px + 240 * ((100vw - 320px) / 1920));
}

.lists {
    background: url('../../img/header_bg.jpg') no-repeat center;
}

.slider_r {
    margin: 0 auto;
    max-width: 1040px;
}

.product_box {
    width: 33.3333%;
    margin-bottom: 3%;
}

.product_img {
    width: 100%;
    box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.3);
    position: relative;
}

.product_txt {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 4%;
    margin: auto;
    transform: translateY(69%);
}

.purchase_btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40%;
    margin: auto;
}

.purchase_btn:hover {
    opacity: 0.7;
}

.product_txt span {
    display: inline-block;
    width: 100%;
    font-family: "游明朝", "YuMincho", serif;
    font-weight: 600;
    font-size: calc(16px + 8 * ((100vw - 480px) / 1920));
    color: #333;
}

.product_txt p {
    font-size: calc(11px + 5 * ((100vw - 480px) / 1920));
    color: #333;
}

.price {
    float: right;
    text-align: right;
    margin-top: -4%;
    margin-bottom: 5%;
    font-size: 10px;
}

.purchase_solo {
    display: inline-block;
    margin-bottom: 5%;
    text-decoration: none;
    width: 100%;
    padding: 3% 0;
    box-sizing: border-box;
    background-color: #fff;
    border: 5px double rgb(13, 175, 224);
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.5);
    font-size: calc(10px + 4 * ((100vw - 480px) / 1920));
    color: rgb(13, 175, 224);
}

.purchase_solo:hover {
    opacity: 0.8;
}

.purchase_solo:active {
    transform: translateY(3px);
    box-shadow: none;
}

.purchase_set {
    display: inline-block;
    margin-bottom: 5%;
    text-decoration: none;
    width: 100%;
    padding: 3% 0;
    box-sizing: border-box;
    background-color: rgb(13, 175, 224);
    border: 5px double #fff;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.5);
    font-size: calc(10px + 4 * ((100vw - 480px) / 1920));
    color: #fff;
}

.purchase_set:hover {
    opacity: 0.8;
}

.purchase_set:active {
    transform: translateY(3px);
    box-shadow: none;
}


/*====以下、レスポンシブ用====================*/

@media screen and (min-width: 960px) and (max-width: 1920px) {

    .product_txt span {
        transform: translateY(5%);
    }

    .product_txt p {
        transform: translateY(-10%);
    }
}


@media screen and (min-width: 320px) and (max-width: 959px) {

    .pageTop_img {
        margin-right: 10%;
        text-align: right;
    }

    .product_box {
        transform: scale(0.7, 0.7);
        display: block;
    }

    .product_txt {
        padding-top: 2%;
    }

    .product_txt p {
        transform: translateY(-20%);
    }

    .purchase_btn {
        width: 60%;
    }

}

@media screen and (max-width: 600px) {
    .br_600px {
        display: block;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {

    #pageTop {
        margin-top: 19%;
    }

    .pageTop_img {
        margin: 0;
        text-align: center;
        padding-top: 5%;
    }

    .product_txt {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        font-size: 120%;
    }

    .product_txt p {
        position: relative;
        top: 1%;
    }

    .purchase_btn {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 15%;
        margin: auto;
        width: 100%;
    }

    .price {
        padding-top: 5%;
    }

    .purchase_solo, .purchase_set {
        font-weight: normal;
        font-size: 10px;
    }
}