.product_archive_search {
    margin: 0 auto;
    box-sizing: border-box;
    width: 1280px;
    margin-bottom: 80px;
    padding: 0px 40px
}

@media screen and (min-width: 769px) {
    .product_archive_search {
        width: 66.6666666667vw;
        margin-bottom: 4.1666666667vw;
        padding: 0vw 2.0833333333vw
    }
}

@media screen and (max-width: 768px) {
    .product_archive_search {
        width: 100%;
        margin-bottom: 12.3076923077vw;
        padding: 0vw 6.1538461538vw
    }
}

.product_archive_search_condition {
    background: #fff;
    padding: 40px 40px 48px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.1);
    margin-top: 5%;
}

@media screen and (min-width: 769px) {
    .product_archive_search_condition {
        padding: 2.0833333333vw 2.0833333333vw 2.5vw
    }
}

@media screen and (min-width: 769px) {
    .product_archive_search_condition {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .product_archive_search_condition {
        padding: 4.1025641026vw 4.1025641026vw 6.1538461538vw
    }
}

.product_archive_search .btn_plus {
    display: none
}

@media screen and (max-width: 768px) {
    .product_archive_search .btn_plus {
        display: block;
        top: 50%;
        margin-top: -5.1282051282vw
    }
}

.product_search_form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product_search_form_label {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 24px;
    margin-right: 64px
}

@media screen and (min-width: 769px) {
    .product_search_form_label {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin-right: 3.3333333333vw
    }
}

@media screen and (max-width: 768px) {
    .product_search_form_label {
        width: 100%;
        font-size: 4.1025641026vw;
        line-height: 6.1538461538vw;
        margin-right: 0;
        margin-bottom: 2.0512820513vw
    }
}

.product_search_form_input {
    box-sizing: border-box;
    border: 1px solid #e4e4e9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 976px;
    height: 56px
}

@media screen and (min-width: 769px) {
    .product_search_form_input {
        width: 50.8333333333vw;
        height: 2.9166666667vw
    }
}

@media screen and (max-width: 768px) {
    .product_search_form_input {
        width: 100%;
        height: 12.3076923077vw
    }
}

.product_search_form_input_text {
    border: 0;
    box-sizing: border-box;
    width: 882px;
    height: 54px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 16px
}

@media screen and (min-width: 769px) {
    .product_search_form_input_text {
        width: 45.9375vw;
        height: 2.8125vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        padding: 0.8333333333vw
    }
}

@media screen and (max-width: 768px) {
    .product_search_form_input_text {
        width: 58.9743589744vw;
        height: 11.7948717949vw;
        font-size: 3.5897435897vw;
        line-height: 6.1538461538vw;
        padding: 2.0512820513vw
    }
}

.product_search_form_input_btn {
    position: relative
}

.product_search_form_input_btn_submit[type=submit] {
    background-color: #7a8192;
    color: #fff;
    font-weight: 500;
    box-sizing: border-box;
    transition: background-color .6s cubic-bezier(0.32, 0.95, 0.6, 1);
    width: 94px;
    height: 56px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-left: 20px
}

@media screen and (min-width: 769px) {
    .product_search_form_input_btn_submit[type=submit] {
        width: 4.8958333333vw;
        height: 2.9166666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        padding-left: 1.0416666667vw
    }
}

@media screen and (max-width: 768px) {
    .product_search_form_input_btn_submit[type=submit] {
        width: 20.5128205128vw;
        height: 12.3076923077vw;
        font-size: 3.3333333333vw;
        line-height: 4.6153846154vw;
        padding-left: 5.1282051282vw
    }
}

.product_search_form_input_btn_submit[type=submit]:hover {
    background-color: rgba(122, 129, 146, .7)
}

.product_search_form_input_btn:before {
    content: "";
    background-image: url("../image/search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 46%;
    width: 16px;
    height: 16px;
    margin-top: -6px;
    left: 20px
}

@media screen and (min-width: 769px) {
    .product_search_form_input_btn:before {
        width: 0.8333333333vw;
        height: 0.8333333333vw;
        margin-top: -0.3125vw;
        left: 1.0416666667vw
    }
}

@media screen and (max-width: 768px) {
    .product_search_form_input_btn:before {
        width: 3.5897435897vw;
        height: 3.5897435897vw;
        margin-top: -1.5384615385vw;
        left: 4.6153846154vw
    }
}