/*商品検索　カテゴリ・条件から探す*/
/*グレーのタブ部分*/
.cp_tab {
    margin: 0 auto;
}
.cp_tabpanel{
    padding: 0.5rem 2.5rem !important;
    background-color: #F8F8F8;
}

.cp_tab div {
    cursor: pointer;
    border: 1px solid #999999;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    background-color: #FFFFFF;
    text-align:center;
    /*margin-right: 0.2rem;*/
}
.cp_tab div a{
    display: block;
    width: 100%;
    padding: 1rem 0;
}
.result_cate{
    padding:1rem 0.3rem !important;
}
.cp_tab div a:hover{
    color: #999999 !important;
}
.cp_tab div.active {
    border: 1px solid #F8F8F8;
    border-radius: 6px 6px 0 0;
    background-color: #F8F8F8;
}
.cp_tab div.empty {
    color: transparent !important;
    border: none !important;
    cursor: auto !important;
}
.search_character{
    margin:2rem 0;
    padding: 0.5em 1em;
    background-color: #F8F8F8;
}
.search_product_box{
    margin:2.5rem 0;
}
.search_product_box2{
    margin:1rem 0 2rem;
}
.search_product_box2 .keyword_pc {
    padding-bottom: 1rem;
    border-bottom: dotted 1px black;
}
.search_product_box input{
    padding: 0.5rem;
    font-size: 0.8125rem;
    width: 250px;
    border:1px solid #707070;;
}
.search_product_box2 input{
    padding: 0.5rem;
    font-size: 0.8125rem;
    width: 100%
}
.s-btn{
    background-color: #1D2A89;
    color: #FFFFFF;
    padding: 0.8rem 1rem;
    border: none !important;
    margin-left: 0.5rem;
    font-size: 0.8125rem;
}
.clear-btn{
    background-color: #F8F8F8;
    color: #707070;
    padding: 0.8rem 1rem;
    margin-top: 0.5rem ;
    border: none !important;
    font-size: 0.8125rem;
    display: inline-block;
}
.s-btn2 {
    background-color: #1D2A89;
    color: #FFFFFF;
    padding: 0.8rem 1rem;
    border: none !important;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    font-size: 0.8125rem;
    display: inline-block;
}
.caution {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 12px;
    color: red;
}
.open-btn0{
    background-color: #1D2A89;
    width: 100%;
}
.open-btn{
    width: 100%;
    background-color: #1D2A89;
    color: #FFFFFF;
    padding: 1.5rem 1rem;
    border: none !important;
    font-size: 0.8125rem;
    display: inline-block;
}

.search_product_img{
    margin:1rem 0;
}
#first_tab01 label{
    font-size: 0.8125rem;
}
#second_tab01 label{
    font-size: 0.8125rem;
}
#third_tab01 label{
    font-size: 0.8125rem;
}
#fourth_tab01 label{
    font-size: 0.8125rem;
}
.search_categories{
    padding-left: 3rem;
}
.search_categories h3{
    margin: 0.5rem 0 !important;
    font-size: 1.125rem !important;
    text-align: left !important;
}
.select_color01{
    margin:1rem 0 !important;
    display: flex;
    flex-wrap: wrap;
}
.select_color01 div{
    margin: 0.5rem 1rem 0.5rem 0;
}
/*カテゴリ・条件から選ぶ　色選択*/
.select_color01 input[type='checkbox']{
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    display: none;
}
.select_color01 label{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.3rem 1.5rem 0.3rem 0.3rem;
    margin: 0 0.5rem 1rem 0;
    background-color:#FFFFFF;
    font-size: 0.6875rem !important;
    cursor: pointer;
}
.check_color:checked +.select_color02{
    box-shadow: 0 0 8px #1D2A89;
    border: 1px solid #1D2A89;
    width:100px;
    height:50px;
}
/*カタログから探す*/
.select_cata{
    margin:2rem 0;
}
.select_cata img{
    pointer-events: none;
}
.select_cata input[type='checkbox']{
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    display: none;
}
.select_cata label{
    border: none;
    border-radius: 5px;
    padding: 0.3rem;
    margin: 0 0.5rem 1rem 0;
    background-color:#FFFFFF;
    cursor: pointer;
}
.check_cata02:checked +.check_cata01{
    box-shadow: 0 0 8px #1D2A89;
    border: 1px solid #1D2A89;
}

.check_category01 label{
    line-height: 135%;
    position: relative;
    margin: 0.5rem 0;
    padding: 0.5rem 0 0.5rem 0.5rem;
    cursor: pointer;
}
.check_category01 .check_category02{
    position: relative;
    margin: 0.5rem 1rem 0.5rem 0;;
    cursor: pointer;
}
.check_category01 .check_category02:before {
    position: absolute;
    z-index: 1;
    top: 0.125rem;
    left: 0.1875rem;
    width: 0.75rem;
    height: 0.375rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #000000;
    border-top-style: none;
    border-right-style: none;
}
.check_category01 .check_category02:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}
.check_category01 .check_category02:after {
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    content: '';
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #ffffff !important;
}
.small_text{
    font-size: 0.6875rem;
}
.search_product_box00{
    margin:1.5rem 0;
}
.search_product_box00 input{
    width: 230px;
    height: 55px;
    font-size: 13px;
}
.clear{
    text-align: right;
}
.clear input{
    background-color: #F8F8F8;
    color: #707070;
    border: 1px solid #F8F8F8;
    border-radius: 3px;
    margin:1rem 0;
}
.go_search input{
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 1rem 0;
}
@media screen and (max-width: 639px) {
    .cp_tab {
        width: 100%;
        font-size: 0.8em;
    }
    .title_tab{
        width: 20% !important;
        padding:1rem;
    }
    .search_product_img{
        display: none;
    }
    .search_categories{
        padding-left: 0;
    }
    .clear{
        text-align: center !important;
    }
    .go_search{
        text-align: center !important;
    }
    .cp_tab div a{
        padding: 1rem 0 !important;
    }

}


/*画像の保存禁止（スマホでの長押し対策）*/
.no_save{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
    pointer-events: none;
}


/*-----  検索結果画面  -----*/
.result_lists .cp_tab div {
    cursor: pointer;
    border: 1px solid #999999;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    background-color: #FFFFFF;
    text-align:center;
    margin: 0;
}
.result_box{
    margin:1.25rem 0;
}
.side_menu{
    margin:1rem 0;
    padding-right: 1rem;
}
.search_results{
    border-top: 1px dotted #707070 !important;
    border-bottom: 1px dotted #707070 !important;
    height: 50px;
    width: 100%;
}
 .search_results p{
    line-height: 50px;
}
 .search_results01{
     color: #707070;
     font-size: 0.625rem !important;
     margin-right: 1rem;
 }
.search_btns{
    margin: 1rem 0 !important;
}
/*#cate_wall_result ,#cate_curtain_result,#cate_floor_result,#cate_carpet_result{*/
/*    display:none;*/
/*}*/

#cate_wall_result,
#cate_curtain_result,
#cate_floor_result,
#cate_carpet_result,
#cate_chair_result {
    width: 100%;
}

#cate_wall_result .uk-accordion li,
#cate_curtain_result  .uk-accordion li,
#cate_floor_result  .uk-accordion li,
#cate_carpet_result  .uk-accordion li,
#cate_chair_result  .uk-accordion li{
    margin:0;
    border-bottom: 1px solid #707070;
}
#cate_wall_result .uk-accordion .uk-accordion-title,
#cate_curtain_result .uk-accordion .uk-accordion-title,
#cate_floor_result .uk-accordion .uk-accordion-title,
#cate_carpet_result .uk-accordion .uk-accordion-title,
#cate_chair_result .uk-accordion .uk-accordion-title{
    font-size: 0.8125rem;
    padding: 0.5rem;
}

#cate_wall_result .uk-accordion-title::before,
#cate_curtain_result .uk-accordion-title::before,
#cate_floor_result .uk-accordion-title::before,
#cate_carpet_result .uk-accordion-title::before,
#cate_chair_result .uk-accordion-title::before{
    background-image: url(./../../img/product_list/icon_open.jpg);
}

#cate_wall_result .uk-open>.uk-accordion-title::before,
#cate_curtain_result .uk-open>.uk-accordion-title::before,
#cate_floor_result .uk-open>.uk-accordion-title::before,
#cate_carpet_result .uk-open>.uk-accordion-title::before,
#cate_chair_result .uk-open>.uk-accordion-title::before {
    background-image: url(./../../img/product_list/icon_open.jpg);
}
#cate_wall_result label,
#cate_curtain_result label,
#cate_floor_result label,
#cate_carpet_result label,
#cate_chair_result label{
    font-size: 0.6875rem !important;
    padding:0.5rem 0.3rem 0.3rem;
    border-top: 1px solid #D8D8D8;
}
#cate_wall_result label:last-child{
    margin-bottom: 0.5rem;
}
#cate_curtain_result label:last-child{
    margin-bottom: 0.5rem;
}
#cate_floor_result label:last-child{
    margin-bottom: 0.5rem;
}
#cate_carpet_result label:last-child{
    margin-bottom: 0.5rem;
}
#cate_chair_result label:last-child{
    margin-bottom: 0.5rem;
}
.side_search_title{
    font-size: 0.8125rem;
    padding:0.5rem;
    border-bottom: 1px solid #707070;
    margin: 1rem 0;
}
.side_search_select{
    font-size: 0.6875rem !important;
    padding:0.5rem 0.3rem;
    text-align:left;
    margin-bottom: 1rem;
    cursor: pointer;
}
.side_search_select a{
    color:#707070 !important;
}

.g_tabpanel {
    display: none;
}
.g_tabpanel.genreActive{
    display: block;
}

.sub_title{
    font-size: 0.6875rem !important;
    padding:0.5rem 0.3rem;
}

/*検索結果表示の部分*/
article#result{
    margin: 3rem auto;
}
article#result #result_body ul{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
article#result #result_body ul li{

}
.result_item_image{
    position: relative;
}
.result_item_image .discontinued{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
    padding: 0 1em;
    text-align: center;
    white-space: nowrap;
    background-color: #7f7f7f;
    color: white;
    font-weight: normal;
}
.result_item_image .discontinued.discontinued-3{
  background-color: #ff4d4d;
}

@media screen and (max-width: 1020px) {
    .result_item_image .discontinued{
        font-size: 10px;
    }
}
@media screen and (max-width: 639px) {
    .result_item_image .discontinued{
        font-size: 13px;
    }
}
article#result #result_body ul li a:hover img{
    opacity: .8;
}

article#result #result_body ul li img{
    border: none;
}
article#result #result_body ul li .item_name{
    color: #707070;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}
/*article#result #result_body ul.sort_s li{*/
/*    flex: 0 1 15%;*/
/*    margin-bottom: 1.875rem;*/
/*    !*margin-right:auto;*!*/
/*    text-align: center;*/
/*}*/
/*article#result #result_body ul.sort_l li{*/
/*    flex: 0 1 17%;*/
/*    margin-bottom: 3.125rem;*/
/*    !*margin-right:auto;*/
/*    margin: 0 0 50px;*!*/
/*    text-align: center;*/
/*}*/
/*
article#result #result_body ul.sort_l li:nth-child(4n),
article#result #result_body ul.sort_s li:nth-child(6n){
	margin-right:0;
}
*/
article#result #result_body ul li:empty {
    border: none;
    margin-bottom: 0;
}
/*　▼画像の上のアイコン　*/
.cate_wallpaper{
    content: "";
    width: 2.8125rem;
    height: 1.5625rem;
    background: url(./../../img/product_list/icon_wall.jpg) no-repeat;
    background-size: 2.5rem auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.cate_curtain{
    content: "";
    width: 3.875rem;
    height: 1.5625rem;
    background: url(./../../img/product_list/icon_curtain.jpg) no-repeat;
    background-size: 3.875rem auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.cate_floor{
    content: "";
    width: 2.8125rem;
    height: 1.5625rem;
    background: url(./../../img/product_list/icon_floorcovering.jpg) no-repeat;
    background-size: 2.5rem auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.cate_carpet{
    content: "";
    width: 3.875rem;
    height: 1.5625rem;
    background: url(./../../img/product_list/icon_carpet.jpg) no-repeat;
    background-size: 3.875rem auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.cate_chair{
    content: "";
    width: 3.875rem;
    height: 1.5625rem;
    background: url(./../../img/product_list/icon_chair.jpg) no-repeat;
    background-size: 3.875rem auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
/*pagination*/
.pagination{
    margin:2rem auto;
    flex: 0 1 60%;
    text-align: center;
}
 div.pagination div.pagination_box div a:hover {
    text-decoration: none;
}
 .pagination .pagination_box{
    display: inline-block;
}
 .pagination .pagination_box div{
    display: flex;
}
.pagination div.pagination_box span a{
    display: block;
}

.pagination div.pagination_box div#next-tag{
    margin-left: 10px;
}

.pagination div.pagination_box div#prev-tag{
    margin-right: 10px;
}
#cur-tag,#next-tag,#prev-tag,
#num-tag{
    width: 3.4375rem;
    height: 3.4375rem;
    line-height: 2.9375rem;
    font-size: 0.8125rem;
    border: 2px solid #222222;
    text-align: center;
    display: block;
    margin: 0 4px;
}
.pagination div.pagination_box div #cur-tag{
    background-color: #222222;
    color: #ffffff;
}

.selected_area{
    padding: 0 0.3rem;
}
.modal .selected_area{
    padding: 0 1rem;
}
.selected_area div{
    font-size: 0.8125rem !important;
    margin-bottom: 0.5rem;
    text-align: left;
}
.selected_area div span{
    margin-left:1rem;
    display: inline-flex;
    text-decoration: none;
    color:  #ffffff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 1px  #707070;
    background-color: #707070;
    text-align: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-weight: bold;
    transition: .4s;
    transform:rotate(45deg);
    cursor: pointer;
}

.selected_area div span:hover {
    background:  #f8f8f8;
    color: #707070;
}
@media screen and (max-width: 639px) {
    .search_product_box2{
        display: none;
    }

}

.guard{
    position: absolute;
    width:100%;
    height:100%;
}

.copyright{
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}

/*▼モーダル*/
.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}
.popup.is-show {
    opacity: 1;
    visibility: visible;
}
.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 35rem;
    max-width: 800px;
    padding: 1.5rem 1rem;
    background-color: #fff;
    z-index: 2;
}
.popup-inner ::-webkit-scrollbar{
    width: 10px;
}
.popup-inner ::-webkit-scrollbar-track{
    background: rgba(255,255,255,0);
}
.popup-inner ::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
}
.popup-content{
    height: 90%;
}
.popup-content form{
    height: 100%;
}

.popup-inner2{
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    overflow-y: scroll;
    height: 80%;
}
.popup-sp{
    cursor: pointer;
    margin-top: 1rem;
}
.popup-sp img{
    width: 100%;
}
.close-btn {
    position: absolute;
    right: 0;
    top: -15%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}
.close-btn i {
    font-size: 20px;
    color: #333;
}
.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 1;
    cursor: pointer;
}
.inmodal-title{
    margin:0  0 1.5rem 0;
    font-size: 1.3125rem;
}
#catalog_modal_sp, #show_btn1, #show_btn2, #show_btn3, #brandchar_modal_sp, #special_modal_sp{
    display: none;
}
@media screen and (max-width: 639px) {
    #open-modal{
        width: 100%;
    }
    #open-modal div{
        text-align: center;
    }
    .popup-content{
        height: 100%;
    }
    .popup-inner {
        width: 90%;
        min-height: 470px;
        height: 65%;
        padding: 1rem 0;
    }
    .popup-inner00 {
        width: 90%;
        height: 215px !important;
        min-height: 215px !important;
        padding: 1rem 0;
    }
    .popup-inner2{
        height: 100%;
        border:none;
        overflow-y: scroll;
    }
   .close-btn {
        position: absolute;
        right: 0;
        top: -10%;
        width: 50px;
    }
    .popup2 .popup-inner{
        width:90%;
        height:25%;
        padding:1rem 0;
    }
    .popup2 .close-btn{
        position: absolute;
        right: 0;
        top: -20%;
        width: 50px;
    }
    .select_inner{
       margin-left: 2rem !important;
       margin-right: 2rem !important;
   }
    .select_inner img{
        margin: 0 0.5rem 0.5rem 0;
    }
    #js-popup7 .side_search_title, #js-popup7 .uk-accordion-title{
       padding-left: 1rem !important;
   }
    #title-cata, #title-brand, #title-material{
        display: none;
    }
    .inmodal-title{
        margin:0  1rem 1.5rem 1rem;
        font-size: 0.9375rem;
    }

}
/*モーダル▲*/
