@charset "UTF-8";

.modal_search_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 100%;
    height: 90%;
    max-width: 1000px;
    padding: 30px 2vw 20px;
    border: 0;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    overflow: auto;
}

.modal_search_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}


#modal_search_target .modal_search_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    font-size: 44px;
    color: #666666;
    line-height: 50px;
    text-align: center;
}
#modal_search_target .modal_search_close i {
    line-height: 50px;
    vertical-align: bottom;
}

#modal_search_target .search-form-content {
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 15px;
    background-color: white;
    text-align: left;
}


#modal_search_target input[type=text] {
    padding: 0 6px;
    height: 40px;
    background: #fff;
    border: solid #ccc 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 108%;
    width: 100%;
}

#modal_search_target .search-form-content .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#modal_search_target .search-form-content .btn-group button:first-of-type {
    margin-right: 16px;
}

#modal_search_target .search-form-content .btn-group button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    border: solid 1px #2f2f2f;
    color: black;
    background-color: white;
    font-size: 13px;
    cursor: pointer;
}

#modal_search_target .search-form-content .btn-group button:hover {
    color: white;
    background-color: #2f2f2f;
}

#modal_search_target button, label {
    cursor: pointer;
}

#modal_search_target .price-group input[type="text"] {
    width: 160px;
}

#modal_search_target .price-group > span {
    margin-bottom: 8px;
    font-size: 13px;
    display: inline-block;
}


#modal_search_target .price-group {
    margin-bottom: 20px;
}

#modal_search_target .price-group .flex {
    display: flex;
    justify-content: flex-start;
}

#modal_search_target .price-group .flex p.p-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 44px;
}

#modal_search_target select:nth-child(odd) {
    margin-right: 24px;
    width: 50%;
}

#modal_search_target .search-form-content .select-group,#modal_search_target .search-form-content .series-group,
#modal_search_target .search-form-content .keyword-group {
    margin-bottom: 20px;
}

#modal_search_target .search-form-content select {
    padding: 0 6px;
    height: 40px;
    background: #fff;
    border: solid #ccc 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 108%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(https://fith1982.itembox.design/item/img/img01/select_arrow1.png) no-repeat right 6px center #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#modal_search_target .color-group {
    margin-bottom: 20px;
}

#modal_search_target .color-group label {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

#modal_search_target .color-group #search-color-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
}


#modal_search_target .color-group input[type="checkbox"] {
    display: none;
}

#modal_search_target .color-group #color_black {
    background: black;
}

#modal_search_target .color-group #color_white {
    background: white;
}

#modal_search_target .color-group #color_beige {
    background: beige;
}

#modal_search_target .color-group #color_blue {
    background: blue;
}

#modal_search_target .color-group #color_brown {
    background: brown;
}

#modal_search_target .color-group #color_gray {
    background: gray;
}

#modal_search_target .color-group #color_green {
    background: green;
}

#modal_search_target .color-group #color_khaki{
    background: khaki;
}

#modal_search_target .color-group #color_purple{
    background: purple;
}

#modal_search_target .color-group #color_navy{
    background: navy;
}

#modal_search_target .color-group #color_pink{
    background: pink;
}

#modal_search_target .color-group #color_red{
    background: red;
}

#modal_search_target .color-group #color_yellow{
    background: yellow;
}

#modal_search_target .color-group #color_orange{
    background: orange;
}

#modal_search_target input[type=checkbox]:checked + #color_white,#modal_search_target input[type=checkbox]:checked + #color_black,#modal_search_target input[type=checkbox]:checked + #color_beige,#modal_search_target input[type=checkbox]:checked + #color_blue,#modal_search_target input[type=checkbox]:checked + #color_brown,#modal_search_target input[type=checkbox]:checked + #color_gray,#modal_search_target input[type=checkbox]:checked + #color_green,#modal_search_target input[type=checkbox]:checked + #color_khaki,#modal_search_target input[type=checkbox]:checked + #color_purple,#modal_search_target input[type=checkbox]:checked + #color_navy,#modal_search_target input[type=checkbox]:checked + #color_pink,#modal_search_target input[type=checkbox]:checked + #color_red,#modal_search_target input[type=checkbox]:checked + #color_yellow,#modal_search_target input[type=checkbox]:checked + #color_orange{
    width: 30px;
    height: 30px;
    border: solid 6px #dbdbdb;
}

#modal_search_target .radio-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

#modal_search_target .radio-group > span {
    margin-right: 33px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal_search_target .radio-group input[type="radio"]:checked + label {
    background-color: #878787;
    color: white;
}

#modal_search_target .radio-group label {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 160px;
    height: 44px;
    display: inline-block;
    background-size: cover;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    background-color: whitesmoke;
    color: #aaaaaa;
    border: solid 1px;
}

#modal_search_target .radio-group input[type="radio"] {
    display: none;
}

#modal_search_target .color-group > span {
    margin-bottom: 8px;
    font-size: 13px;
    display: inline-block;
}

#modal_search_target .search_color_name {
    font-size: 10px;
    text-align: center;
}

#modal_search_target .search_color_box{
    margin: 0 10px 10px;
    width: 55px;
}

#modal_search_target .brand-group {
    display: none;
}

#modal_search_target .brand-group_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

#modal_search_target .brand-group > span {
    margin-bottom: 8px;
    font-size: 13px;
    display: inline-block;
}

#modal_search_target .brand-group input[type="radio"]:checked + label {
    background-color: #878787;
    color: white;
}

#modal_search_target .brand-group label {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 120px;
    height: 44px;
    display: inline-block;
    background-size: cover;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border: solid #ccc 1px;
}

#modal_search_target .brand-group input[type="radio"] {
    display: none;
}

#modal_search_target .brand-box {
    margin: 0 20px 10px 0;
    width: 120px;
    flex-basis: unset;
}

#modal_search_target .modal_search_title {
    border-bottom: 2px solid #7c8790;
    color: #7c8790;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 0 0 1.2em;
    text-align: center;
}

.modal_search_open{
    cursor: pointer;
}

.keyword-group div.poplink.pc011 {
left: initial !important;
}