@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------
reset
----------------------------------------------------------*/
.finditem-keyword-input div, .finditem-keyword-input span, .finditem-keyword-input a, .finditem-keyword-input p, .finditem-keyword-input object, .finditem-keyword-input iframe, .finditem-keyword-input h1, .finditem-keyword-input h2, .finditem-keyword-input h3, .finditem-keyword-input h4, .finditem-keyword-input h5, .finditem-keyword-input h6, .finditem-keyword-input blockquote, .finditem-keyword-input pre, .finditem-keyword-input abbr, .finditem-keyword-input address, .finditem-keyword-input cite, .finditem-keyword-input code, .finditem-keyword-input del, .finditem-keyword-input dfn, .finditem-keyword-input em, .finditem-keyword-input img, .finditem-keyword-input ins, .finditem-keyword-input kbd, .finditem-keyword-input q, .finditem-keyword-input samp, .finditem-keyword-input small, .finditem-keyword-input strong, .finditem-keyword-input sub, .finditem-keyword-input sup, .finditem-keyword-input var, .finditem-keyword-input b, .finditem-keyword-input i, .finditem-keyword-input dl, .finditem-keyword-input dt, .finditem-keyword-input dd, .finditem-keyword-input ol, .finditem-keyword-input ul, .finditem-keyword-input li, .finditem-keyword-input fieldset, .finditem-keyword-input form, .finditem-keyword-input label, .finditem-keyword-input legend, .finditem-keyword-input textarea, .finditem-keyword-input input, .finditem-keyword-input table, .finditem-keyword-input caption, .finditem-keyword-input tbody, .finditem-keyword-input tfoot, .finditem-keyword-input thead, .finditem-keyword-input tr, .finditem-keyword-input th, .finditem-keyword-input td, .finditem-keyword-input article, .finditem-keyword-input aside, .finditem-keyword-input canvas, .finditem-keyword-input details, .finditem-keyword-input figcaption, .finditem-keyword-input figure, .finditem-keyword-input footer, .finditem-keyword-input header, .finditem-keyword-input hgroup, .finditem-keyword-input menu, .finditem-keyword-input nav, .finditem-keyword-input section, .finditem-keyword-input summary, .finditem-keyword-input time, .finditem-keyword-input mark, .finditem-keyword-input audio, .finditem-keyword-input video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 vertical-align: baseline;
}
.finditem-keyword-input *, .finditem-keyword-input *::before, .finditem-keyword-input *::after {
 box-sizing: border-box;
}

.finditem-keyword-input ul, .finditem-keyword-input li {
 list-style: none;
}
#finditem-results-view div, #finditem-results-view span, #finditem-results-view a, #finditem-results-view p, #finditem-results-view object, #finditem-results-view iframe, #finditem-results-view h1, #finditem-results-view h2, #finditem-results-view h3, #finditem-results-view h4, #finditem-results-view h5, #finditem-results-view h6, #finditem-results-view blockquote, #finditem-results-view pre, #finditem-results-view abbr, #finditem-results-view address, #finditem-results-view cite, #finditem-results-view code, #finditem-results-view del, #finditem-results-view dfn, #finditem-results-view em, #finditem-results-view img, #finditem-results-view ins, #finditem-results-view kbd, #finditem-results-view q, #finditem-results-view samp, #finditem-results-view small, #finditem-results-view strong, #finditem-results-view sub, #finditem-results-view sup, #finditem-results-view var, #finditem-results-view b, #finditem-results-view i, #finditem-results-view dl, #finditem-results-view dt, #finditem-results-view dd, #finditem-results-view ol, #finditem-results-view ul, #finditem-results-view li, #finditem-results-view fieldset, #finditem-results-view form, #finditem-results-view label, #finditem-results-view legend, #finditem-results-view textarea, #finditem-results-view input, #finditem-results-view table, #finditem-results-view caption, #finditem-results-view tbody, #finditem-results-view tfoot, #finditem-results-view thead, #finditem-results-view tr, #finditem-results-view th, #finditem-results-view td, #finditem-results-view article, #finditem-results-view aside, #finditem-results-view canvas, #finditem-results-view details, #finditem-results-view figcaption, #finditem-results-view figure, #finditem-results-view footer, #finditem-results-view header, #finditem-results-view hgroup, #finditem-results-view menu, #finditem-results-view nav, #finditem-results-view section, #finditem-results-view summary, #finditem-results-view time, #finditem-results-view mark, #finditem-results-view audio, #finditem-results-view video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 vertical-align: baseline;
}
#finditem-results-view *, #finditem-results-view *::before, #finditem-results-view *::after {
 box-sizing: border-box;
}

#finditem-results-view ul, #finditem-results-view li {
 list-style: none;
}

/*------------------------------------------------*/
/* スマホ用検索ボタン
/*--------------------------------------------------*/
#finditem-results-view .finditem-show-modal {
    display: none;
}
#finditem-results-view .finditem-refine-modal {
    display: none;
}
/*------------------------------------------------*/
/* 入力フォーム
/*--------------------------------------------------*/
.finditem-keyword-input .finditem-form-wrapper {
    margin-bottom: 30px;
}
.finditem-keyword-input .finditem-form {
    position: relative;
    width: 100%;
    display: block;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
    line-height: 1;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing: border-box
}
.finditem-keyword-input .finditem-form .finditem-select {
    background-color: #FFF;
    position: relative;
    width: 140px;
    height: 35px;
    float: left;
    z-index: 2;
}
.finditem-keyword-input .finditem-form select {
    height: 35px;
    width: 100%;
    padding: 0px 20px 0 10px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cccccc;
    border-right: none;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    z-index: 10;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    font-family: inherit;
    background: none;
}
.finditem-keyword-input .finditem-form .finditem-select option {
    color: black;
}
.finditem-keyword-input .finditem-form select::-ms-expand {
    display: none;
}
.finditem-keyword-input .finditem-form .finditem-select:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 124px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #777777 transparent transparent transparent;
    cursor: pointer
}
.finditem-keyword-input .finditem-form input[type="text"] {
    height: 35px;
    width: 400px;
    border: solid 1px #ccc;
    margin-right: 0px;
    float: left;
    padding: 0px 10px;
    box-sizing: border-box;
    font-family: inherit;
    outline: 0;
}

.finditem-keyword-input .finditem-form input[type="submit"] {
    height: 35px;
    width: 50px;
    vertical-align: bottom;
    background: url(../img/search_bt.png) no-repeat center center;
    background-size: auto 20px;
    background-color: #fff;
    cursor: pointer;
    border: solid 1px #ccc;
    border-left: none;
    border-radius: 0px 3px 3px 0px;
    font-size: 0;
}
.finditem-keyword-input .finditem-form input[type="submit"]:hover {
    background-color: #eee;
}
/*------------------------------------------------*/
/* サジェスト表示 キーワード
/*--------------------------------------------------*/
.finditem-keyword-input .finditem-suggest {
    font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 10px 10px;
    margin: 0 auto;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    box-sizing: border-box;
    width: 1100px;
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 100;
    display: flex;
    display: -webkit-flex;
}
.finditem-keyword-input .finditem-suggest.preview-left-2, .finditem-keyword-input .finditem-suggest.preview-left-3, .finditem-keyword-input .finditem-suggest.preview-left-4 {
    left: -399px;
}
.finditem-keyword-input .finditem-suggest.preview-right-2 .suggest-keyword,.finditem-keyword-input .finditem-suggest.preview-right-3 .suggest-keyword,.finditem-keyword-input .finditem-suggest.preview-right-4 .suggest-keyword{
    width: 448px;
    float: left;
    border: solid 1px #ccc;
    background: #fff;
    margin-bottom: 7px;
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.05);
}
.finditem-keyword-input .finditem-suggest.preview-left-2 .suggest-keyword,.finditem-keyword-input .finditem-suggest.preview-left-3 .suggest-keyword,.finditem-keyword-input .finditem-suggest.preview-left-4 .suggest-keyword{
    width: 540px;
    float: right;
    border: solid 1px #ccc;
    background: #fff;
    margin-bottom: 7px;
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.05);
}
.finditem-keyword-input .finditem-suggest table {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    border-collapse: collapse;
    border: none;
}
.finditem-keyword-input .finditem-suggest td {
    border: none;
    padding: 7px;
}
.finditem-keyword-input .finditem-suggest table tr:hover {
    background: #fcf2f1;
    cursor: pointer;
}
.finditem-keyword-input .finditem-suggest .suggest-label {
    background: #ededed;
    pointer-events: none;
}
.finditem-keyword-input .finditem-suggest .count {
    width: 60px;
    text-align: right;
    font-size: 12px;
    color: #A3A3A3;
}
/*------------------------------------------------*/
/* サジェスト表示 商品
/*--------------------------------------------------*/
.finditem-keyword-input .finditem-suggest.preview-right-2 .suggest-item, .finditem-keyword-input .finditem-suggest.preview-right-3 .suggest-item, .finditem-keyword-input .finditem-suggest.preview-right-4 .suggest-item{
    float: left;
    text-align: left;
    background: #fff;
    width: calc(100% - 550px);
    width: -webkit-calc(100% - 550px);
    border: solid 1px #ccc;
    margin-bottom: 7px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.05);
    display: flex !important;
    display: webkit-flex !important;
	flex-wrap: wrap;
}
.finditem-keyword-input .finditem-suggest.preview-right-2 .suggest-item{
    width: calc(100% - 700px);
    width: -webkit-calc(100% - 700px);
}
.finditem-keyword-input .finditem-suggest.preview-left-2 .suggest-item, .finditem-keyword-input .finditem-suggest.preview-left-3 .suggest-item, .finditem-keyword-input .finditem-suggest.preview-left-4 .suggest-item{
    float: right;
    text-align: left;
    background: #fff;
    width: calc(100% - 550px);
    width: -webkit-calc(100% - 550px);
    border: solid 1px #ccc;
    margin-bottom: 7px;
    box-shadow: -1px 1px 2px 2px rgba(0, 0, 0, 0.05);
    display: flex !important;
    display: webkit-flex !important;
	flex-wrap: wrap;
}
.finditem-keyword-input .finditem-suggest.preview-left-2 .suggest-item{
    width: calc(100% - 700px);
    width: -webkit-calc(100% - 700px);
}
.finditem-keyword-input .finditem-suggest.preview-right-2 .suggest-item .item-wrapper,.finditem-keyword-input .finditem-suggest.preview-left-2 .suggest-item .item-wrapper{
    width: 50%;
}
.finditem-keyword-input .finditem-suggest.preview-right-3 .suggest-item .item-wrapper,.finditem-keyword-input .finditem-suggest.preview-left-3 .suggest-item .item-wrapper{
    width:33%;
}
.finditem-keyword-input .finditem-suggest.preview-right-4 .suggest-item .item-wrapper,.finditem-keyword-input .finditem-suggest.preview-left-4 .suggest-item .item-wrapper{
    width: 25%;
}
.finditem-keyword-input .finditem-suggest .suggest-item a {
    width: 100%;
    padding: 10px 0px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-align: center
}
.finditem-keyword-input .finditem-suggest .suggest-item a:hover {
    cursor: pointer;
    opacity: 0.6
}
.finditem-keyword-input .finditem-suggest .suggest-item .more {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #333
}
.finditem-keyword-input .finditem-suggest .suggest-item .more:after{
    content: " > ";
}
.finditem-keyword-input .finditem-suggest .item-image {
    width: 120px;
    margin: 0 auto
}
.finditem-keyword-input .finditem-suggest .item-image img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    box-sizing: border-box;
    margin: 0 auto
}
.finditem-keyword-input .finditem-suggest .item-name, .finditem-keyword-input .finditem-suggest .item-numbers {
    width: 120px;
    margin: 0px auto;
    color: #333;
}
.finditem-keyword-input .finditem-suggest .item-numbers-currency:before {
    content: " 円";
}
.finditem-keyword-input .finditem-suggest .item-tax:before {
    content: "(";
}
.finditem-keyword-input .finditem-suggest .item-tax:after {
    content: ")";
}
/*------------------------------------------------*/
/* 検索結果
/*--------------------------------------------------*/
#finditem-results-view {
    margin: 0 auto;
    width: 100%;
    overflow: hidden
}
#finditem-results-view #finditem-contents {
    font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding: 10px 10px;
    margin: 0 auto;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    max-width: 1300px;
    overflow: hidden;
    box-sizing: border-box
}
#finditem-results-view #finditem-contents #finditem-detail {
    width: 100%;
}
#finditem-results-view #finditem-contents #finditem-detail .to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background:#333;
    color: #fff;
    padding: 20px 0 0 5px;
    box-sizing: border-box;
    z-index: 110;
    font-size: 10px;
}
#finditem-results-view #finditem-contents #finditem-detail .to-top:hover {
    cursor: pointer;
    background:#bbb;
    text-decoration: none;
}
#finditem-results-view #finditem-contents .finditem-result-wrapper {
    width: 100%;
    margin-left: -290px;
    padding-left: 50px;
    min-width: 600px;
    float: right
}
#finditem-results-view #finditem-contents .finditem-result-wrapper > div {
    margin-left: 290px;
}
#finditem-results-view #finditem-contents .finditem-conditions-wrapper {
    width: 290px;
    float: left
}
#finditem-results-view #finditem-contents a, #finditem-results-view #finditem-contents a:visited {
    color: #333;
    text-decoration: none;
}
#finditem-results-view #finditem-contents a:hover {
    text-decoration: underline;
}
#finditem-results-view #finditem-contents a.more:after{
    content: " > ";
}
/*------------------------------------------------*/
/* 検索結果
/*--------------------------------------------------*/
/*画面サイズごとの検索結果の表示--------------*/
#finditem-results-view #finditem-contents .result-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
#finditem-results-view #finditem-contents .result {
    position: relative;
    margin-right: 40px;
    margin-bottom: 50px;
    max-width: 220px;
}
@media screen and (min-width: 1300px) {
    #finditem-results-view #finditem-contents .result-wrapper {
        width: 920px;
    }
    #finditem-results-view #finditem-contents .result {
        width: calc((100% - 120px) / 4);
    }
    #finditem-results-view #finditem-contents .result:nth-child(4n) {
        margin-right: 0px;
    }
}
@media screen and (min-width: 767px) and (max-width: 1299px) {
    #finditem-results-view #finditem-contents .result {
        width: calc((99% - 80px) / 3);
        max-width: 100%;
    }
    #finditem-results-view #finditem-contents .result:nth-child(3n) {
        margin-right: 0px;
    }
}
/*画面サイズごとの検索結果の表示---------おわり*/
#finditem-results-view #finditem-contents .result-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 15px;
}
#finditem-results-view #finditem-contents .result-thumbnail {
    box-sizing: border-box;
    margin-bottom: 10px;
}
#finditem-results-view #finditem-contents .result-thumbnail + div * {
    word-wrap: break-word;
}
#finditem-results-view #finditem-contents .result-thumbnail a {
    width: 100%
}
#finditem-results-view #finditem-contents .result-thumbnail img {
    width: 100%;
    display: block;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    object-fit: contain;
    background: #fff
}
#finditem-results-view #finditem-contents .result-thumbnail img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
#finditem-results-view #finditem-contents .result-discription {
    margin-bottom: 20px;
}
#finditem-results-view #finditem-contents .result .result-numbers-currency:before {
    content: " 円";
}
#finditem-results-view #finditem-contents .result .result-tax:before {
    content: "(";
}
#finditem-results-view #finditem-contents .result .result-tax:after {
    content: ")";
}
/*------------------------------------------------*/
/* 絞り込み条件
/*--------------------------------------------------*/
#finditem-results-view #finditem-contents .finditem-conditions-wrapper dl {
    padding: 30px 0 20px;
    border-bottom: 3px solid #fff;
    background: #eee;
    margin: 0 auto;
}
#finditem-results-view #finditem-contents .finditem-conditions-wrapper dt {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}
#finditem-results-view #finditem-contents .finditem-conditions-wrapper dd {
    margin-left: 0;
}
#finditem-results-view #finditem-contents .finditem-selected-clear{
    text-align:right;
    margin-top:0px;
    margin-right:10px;
}

#finditem-results-view #finditem-contents .finditem-selected-clear a{
    font-size:12px; 
}

#finditem-results-view #finditem-contents #finditem-selected-refine {
    padding: 0;
    width: 90%;
    margin: 0 auto;
}
#finditem-results-view #finditem-contents #finditem-selected-refine li {
    list-style: none;
    display: block;
}
#finditem-results-view #finditem-contents #finditem-selected-refine li a {
    display: block;
    padding: 4px 25px 4px 10px;
    background: url(../img/category-close.png) no-repeat right 8px center;
    background-color: #333;
    border-radius: 13px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #fff;
   line-height: 1.5;
}
#finditem-results-view #finditem-contents #finditem-selected-refine li a:hover {
    background-color: #bbb;
    text-decoration: none
}
#finditem-results-view #finditem-contents .refine-subheading {
    font-weight: bold;
    font-size: 17px;
    padding: 12px;
    margin: 30px auto 0;
    border-bottom: 1px solid #b9b9b9;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.final .refine-subheading {
    color:#d1d1d1;
}

#finditem-results-view #finditem-contents .refine-subheading-wrapper.category ul {
    margin: 0;
    padding: 0;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.category ul li {
     padding: 0px;
    border-bottom: 1px solid #e7e7e7;
    list-style: none;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.category ul li span a span {
    color: #333;
    display: block;
    width: 290px;
    font-size: 14px;
    padding: 15px 10px 15px 15px;
    background: url(../img/link_arrow.png) 270px center no-repeat;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.category ul li span > span {
    background-color: #f9f9f9;
    color: #333;
    display: block;
    width: 290px;
    font-size: 14px;
    padding: 15px 10px 15px 15px;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper .refine-category2-list ul li span a span, #finditem-results-view #finditem-contents .refine-subheading-wrapper .refine-category2-list ul li span span {
    padding-left: 25px;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper .refine-category3-list ul li span a span, #finditem-results-view #finditem-contents .refine-subheading-wrapper .refine-category3-list ul li span span {
    padding-left: 35px;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper .refine-category4-list ul li span a span, #finditem-results-view #finditem-contents .refine-subheading-wrapper .refine-category4-list ul li span span {
    padding-left: 45px;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper .refine-category5-list ul li span a span, #finditem-results-view #finditem-contents .refine-subheading-wrapper .refine-category5-list ul li span span {
    padding-left: 55px;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper .refine-category6-list ul li span a span, #finditem-results-view #finditem-contents .refine-subheading-wrapper .refine-category6-list ul li span span {
    padding-left: 65px;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.category ul li a:hover {
    background-color: #f9f9f9;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.series .refine-detail {
    max-height: 480px;
    overflow-y: scroll;
    scrollbar-color: #ccc rgba(0, 0, 0, .05);
    scrollbar-width: thin;
} /*スクロールバー　firefox*/
#finditem-results-view #finditem-contents .refine-subheading-wrapper.series .refine-detail::-webkit-scrollbar {
    width: 10px;
} /*スクロールバー　Chrome*/
#finditem-results-view #finditem-contents .refine-subheading-wrapper.series .refine-detail::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
} /*スクロールバーChrome*/
#finditem-results-view #finditem-contents .refine-subheading-wrapper.series .refine-detail::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, .5);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
} /*スクロールバー　Chrome*/
#finditem-results-view #finditem-contents .refine-subheading-wrapper.series ul {
    padding-left: 20px;
    padding-top: 20px;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.series ul li {
    list-style: none;
    margin-bottom: 10px;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.numbers {
    margin-top: 50px;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.numbers ul {
    padding-left: 20px;
    padding-top: 20px;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.numbers ul li {
    margin-bottom: 10px;
    list-style: none;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.numbers a {
    color: #333;
}

#finditem-results-view #finditem-contents .refine-numbers #refine-numbers-open {
    margin-bottom: 20px;
}
#finditem-results-view #finditem-contents .refine-numbers-range {
    padding-top: 30px;
}
#finditem-results-view #finditem-contents .refine-numbers-range fieldset {
    border: none;
}
#finditem-results-view #finditem-contents .refine-numbers-range legend {
    text-align: center;
    font-weight: bold
}
#finditem-results-view #finditem-contents .refine-numbers-range {
    font-weight: bold
}
#finditem-results-view #finditem-contents .refine-numbers-range input[type="text"] {
    width: 80px;
    border: solid 1px #ddd;
    padding: 5px;
    border-radius: 2px;
}
#finditem-results-view #finditem-contents .finditem-refine-form input[type="submit"] {
    display: block;
    border: none;
    padding: 3px 15px;
    border-radius: 14px;
    color: #fff;
    margin: 10px auto 0;
    background: #333
}
#finditem-results-view #finditem-contents .finditem-refine-form input[type="submit"]:hover {
    background: #bbb;
    cursor: pointer
}
#finditem-results-view #finditem-contents .refine-numbers-high:before {
    content: " ～ ";
}

#finditem-results-view #finditem-contents .refine-subheading-wrapper.attribute .refine-detail{
    padding:10px 0;  
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.attribute .refine-detail div{
    display:inline-block; 
    margin-right:3px;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.attribute .refine-detail > p{
    font-weight:bold; 
}

#finditem-results-view #finditem-contents .refine-subheading-wrapper.attribute .refine-detail p{
    padding:8px 15px;
    margin-bottom:7px;
    margin-top:0;
    border-radius:20px;
    border: solid 1px #8f8f8f;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.attribute .refine-detail p:hover{
    color:#fff;
    background:#333;
    border: solid 1px #333;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.attribute .refine-detail a:hover{
    text-decoration:none;

}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.attribute .refine-detail p.active{
    color:#fff;
    background:#333;
    border: solid 1px #333;
}

#finditem-results-view #finditem-contents .refine-subheading-wrapper.attribute .refine-detail p:not(.disabled){
    cursor: pointer;
}
#finditem-results-view #finditem-contents .refine-subheading-wrapper.attribute .refine-detail p[class="disabled"]{
    color: #d1d1d1;
    background:#f8f8f8;
    border:none;
}








#finditem-results-view #finditem-contents .finditem-result-header {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

#finditem-results-view #finditem-contents .finditem-summary {
    font-size: 18px;
    font-weight: bold;
    width: 70%;
    padding-top: 5px;
}
#finditem-results-view #finditem-contents .finditem-result-header-right {
    display: flex;
}
#finditem-results-view #finditem-contents .size-selector .finditem-size-select{
    height: 35px;
    border: solid 1px #ccc;
    border-radius: 0px 3px 3px 0px;
    background: #fff;
    padding: 0px 10px;
    box-sizing: border-box;
    font-family: inherit;
    outline: 0;
    margin-right: 5px;
}

#finditem-results-view #finditem-contents .finditem-sort .finditem-sort-select{
    height: 35px;
    border: solid 1px #ccc;
    border-radius: 0px 3px 3px 0px;
    background: #fff;
    padding: 0px 10px;
    box-sizing: border-box;
    font-family: inherit;
    outline: 0;
    margin-right:10px;
}

#finditem-results-view #finditem-contents .finditem-sort .finditem-sort-select:hover{
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
#finditem-results-view #finditem-contents .finditem-result-header {
    display: block;
}

#finditem-results-view #finditem-contents .finditem-summary {
    width:100%;
    margin-bottom:10px;
}
}






#finditem-results-view #finditem-contents .finditem-summary p:before {
    content: "検索結果：";
}
#finditem-results-view #finditem-contents .finditem-summary p span.finditem-current-count {
    position: relative;
}
#finditem-results-view #finditem-contents .finditem-summary p span.finditem-current-count:after {
    content: " / ";
}
#finditem-results-view #finditem-contents .finditem-summary p span.finditem-total-count {
    position: relative;
}
#finditem-results-view #finditem-contents .finditem-summary p span.finditem-total-count:after {
    position: absolute;
    content: " 件 ";
    top: -3px;
    margin-left: 5px;
}


#finditem-results-view #finditem-contents .finditem-pager-wrapper {
    margin-bottom: 10px;
}
#finditem-results-view #finditem-contents #pager {
    margin: 0 auto;
    text-align: center;
}
#finditem-results-view #finditem-contents #pager span {
    margin-right: 20px;
    font-size: 16px;
}
#finditem-results-view #finditem-contents #pager .selected {
    font-weight: bold;
}
#finditem-results-view #finditem-contents #pager a:last-child {
    text-align: right;
}
#finditem-results-view #finditem-contents .zero-result {
    position: relative;
    height: 20px;
    margin-left: 22px;
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.0
}
#finditem-results-view #finditem-contents .zero-result:before {
    position: absolute;
    content: "検索キーワードに一致するページは見つかりませんでした。";
}
#finditem-results-view #finditem-contents .zero-result-hint {
    position: relative;
    font-weight: bold;
    height: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}
#finditem-results-view #finditem-contents .zero-result-hint:before {
    position: absolute;
    content: "検索のヒント：";
}
#finditem-results-view #finditem-contents .zero-result-hint1 {
    position: relative;
    height: 20px;
    margin-left: 22px;
    margin-top: 0px;
    margin-bottom: 7px;
    line-height: 1.0
}
#finditem-results-view #finditem-contents .zero-result-hint1:before {
    position: absolute;
    content: "キーワードに誤字・脱字がないか確認ください。";
}
#finditem-results-view #finditem-contents .zero-result-hint2 {
    position: relative;
    height: 15px;
    margin-left: 22px;
    margin-top: 0px;
    line-height: 1.0
}
#finditem-results-view #finditem-contents .zero-result-hint2:before {
    position: absolute;
    content: "別のキーワードもお試しください。";
}
#finditem-results-view #finditem-contents .zero-similar {
    display: block;
    position: relative;
    padding-left: 100px;
    font-weight: bold;
    margin-top: 30px;
}
#finditem-results-view #finditem-contents .zero-similar.word:before {
    position: absolute;
    content: "もしかして：";
    color: #333;
    font-size: 15px;
    left: 0
}
#finditem-results-view #finditem-contents .zero-similar.item:before {
    position: absolute;
    content: "この商品？：";
    color: #333;
    font-size: 15px;
    left: 0
}
#finditem-results-view #finditem-contents #finditem-error {
    padding: 20px;
    text-align: center;
}
/*------------------------------------------------*/
/* スマホ用モーダル
/*--------------------------------------------------*/
.finditem-keyword-input #modal-window {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #fff;
    overflow-y: auto;
}
.finditem-keyword-input #modal-window a {
    text-decoration: none;
}
.finditem-keyword-input #modal-window .modal-wrapper {
    box-sizing: border-box;
    padding: 10px 0px;
    min-height: 100vh;
}
.finditem-keyword-input #modal-window .modal-header {
    position: relative;
    float: left;
    height: 50px;
    margin-top: 5px;
}
.finditem-keyword-input #modal-window .modal-header:before {
    position: absolute;
    content: "商品を探す";
    width: 70px;
    top: 0;
    left: 10px;
    font-size: 14px;
    font-weight: bold
}
.finditem-keyword-input #modal-window #modal-close-btn {
    position: relative;
    cursor: pointer;
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: #fff;
    line-height: 0
}
.finditem-keyword-input #modal-window #modal-close-btn:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/close.png) no-repeat center top;
    background-size: 60% 60%;
    top: 4px;
    left: 0px;
}
.finditem-keyword-input #modal-window #finditem-refine {
    margin-top: 15px;
}
.finditem-keyword-input #modal-window #finditem-refine dt {
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold
}
.finditem-keyword-input #modal-window #finditem-refine dd {
    padding: 0;
    height: 40px;
    overflow: auto;
    white-space: nowrap;
    margin: 10px auto;
}
.finditem-keyword-input #modal-window #finditem-selected-refine {
    display: inline-flex;
    margin: 0;
    padding: 0
}
.finditem-keyword-input #modal-window #finditem-selected-refine li {
    padding: 10px 10px;
    background-color: #333;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    margin-left: 10px;
    text-align: center;
    list-style: none;
    display: inline-block;
    float: left;
}
.finditem-keyword-input #modal-window #finditem-selected-refine a {
    text-decoration: none;
    background: url(../img/category-close.png) no-repeat right center;
    text-align: center;
    padding-right: 15px;
    color: #fff
}
.finditem-keyword-input #modal-window .finditem-selected-clear{
    text-align:right;
    margin-top:0px;
    margin-right:10px;
    position:absolute;
    top:100px;
    right:0;
}

.finditem-keyword-input #modal-window .finditem-selected-clear a{
    font-size:12px; 
    color:#333;
    text-decoration:underline;
}





#modal-window .refine-subheading-wrapper.close .refine-detail {
    display: block;
}
.modal-open .finditem-keyword-input #modal-window .refine-subheading-wrapper.close .refine-detail {
  display: none;
}




.finditem-keyword-input #modal-window .refine-subheading {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 8px 12px 8px;
    margin: 0 auto;
    border-bottom: 1px solid #b9b9b9;
    line-height: 1;
}
.finditem-keyword-input #modal-window .refine-category.category {
    border-top: 1px solid #b9b9b9;
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.category + .finditem-keyword-input #modal-window .refine-subheading-wrapper.numbers .refine-subheading.numbers {
    border-top: none !important;
    margin: 0 auto !important;
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.close .refine-subheading:after {
    position: absolute;
    content: "";
    top: 15px;
    width: 12px;
    height: 12px;
    background: url(../img/refine_close.png) no-repeat center -1px;
    background-size: 100% 100%;
    left: calc(100% - 20px);
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper .refine-subheading:after {
    position: absolute;
    content: "";
    top: 15px;
    width: 12px;
    height: 12px;
    background: url(../img/refine_open.png) no-repeat center -1px;
    background-size: 100% 100%;
    left: calc(100% - 20px);
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper {
    width: 98%;
    margin: 0 auto
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.final .refine-subheading{
    color: #d1d1d1;
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.final .refine-subheading.attribute:after {
   opacity:0;
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper ul {
    margin: 0;
    padding: 0;
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper ul li {
    padding: 0px;
    border-bottom: 1px solid #e7e7e7;
    list-style: none;
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper ul li:last-child {
    padding: 0px;
    list-style: none;
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.category ul li span > span {
    background-color: #f9f9f9;
    color: #333;
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 10px 10px 10px 25px;
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.category ul li span a, .finditem-keyword-input #modal-window .refine-subheading-wrapper.series ul li a {
    color: #333;
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 10px 10px 10px 20px;
    background: url(../img/link_arrow.png) calc(100% - 15px) center no-repeat;
    box-sizing: border-box
}
 
.finditem-keyword-input #modal-window .refine-subheading-wrapper.category .refine-category2-list ul li span a,
.finditem-keyword-input #modal-window .refine-subheading-wrapper.category .refine-category2-list ul li span > span {
    padding: 10px 10px 10px 32px;
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.category .refine-category3-list ul li span a,
.finditem-keyword-input #modal-window .refine-subheading-wrapper.category .refine-category3-list ul li span > span {
    padding: 10px 10px 10px 44px;
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.numbers a {
    display: block;
    color: #333;
    padding: 10px 10px 10px 30px;
    background: url(../img/link_arrow.png) calc(100% - 15px) center no-repeat;
    font-size: 12px;
}
.finditem-keyword-input #modal-window .refine-numbers-range {
    padding-top: 20px;
}
.finditem-keyword-input #modal-window .refine-numbers-range fieldset {
    border: none;
}
.finditem-keyword-input #modal-window .refine-numbers-range legend {
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 15px;
}
.finditem-keyword-input #modal-window .refine-numbers-range {
    text-align: center;
    font-weight: bold
}
.finditem-keyword-input #modal-window .refine-numbers-range input[type="text"] {
    width: 60px;
    border: solid 1px #ddd;
    padding: 3px;
    border-radius: 2px;
}
.finditem-keyword-input #modal-window .finditem-refine-form input[type="submit"] {
    display: block;
    border: none;
    padding: 5px 15px;
    border-radius: 15px;
    color: #fff;
    margin: 20px auto 0;
    font-size: 14px;
    background: #333
}
.finditem-keyword-input #modal-window .finditem-refine-form input[type="submit"]:hover {
    background: #5a5a5a;
    cursor: pointer
}
.finditem-keyword-input #modal-window .refine-numbers-high:before {
    content: " ～ ";
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.attribute .refine-detail{
padding:10px 0;  
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.attribute .refine-detail div{
    display:inline-block; 
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.attribute .refine-detail > p{
    font-weight:bold; 
}

.finditem-keyword-input #modal-window .refine-subheading-wrapper.attribute .refine-detail p{
    padding:8px 15px;
    margin-bottom:7px;
    border-radius:20px;
    border:solid 1px #8f8f8f; 
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.attribute .refine-detail p:hover{
    color:#fff;
    background:#333;
    border:solid 1px #333; 
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.attribute .refine-detail a:hover{
    text-decoration:none;

}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.attribute .refine-detail p.active{
    color:#fff;
    background:#333;
    border:solid 1px #333; 
}

.finditem-keyword-input #modal-window .refine-subheading-wrapper.attribute .refine-detail p:not(.disabled){
    cursor: pointer;
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.attribute .refine-detail p[class="disabled"]{
    color: #d1d1d1;
    background: #f8f8f8;
    border:none;
}
.finditem-keyword-input #modal-window .refine-subheading-wrapper.attribute .refine-detail p,
.finditem-keyword-input #modal-window .refine-subheading-wrapper.attribute .refine-detail a,
.finditem-keyword-input #modal-window .refine-subheading-wrapper.attribute .refine-detail a:visited{
   color: #333;
   font-size: 12px;
   margin-top:0;
}

@media screen and (max-width: 767px) {
    #finditem-results-view .finditem-show-modal {
        display: block;
        background-image: url(../img/search_bt.png) ;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #ccc;
		border-radius:28px;
        margin-left: calc(100% - 37px);
        text-indent: -9999px;
        width: 56px;
        height: 56px;
        position: absolute;
        top: 10px;
        right: 15px;
        z-index: 110;
    }
    #finditem-results-view .finditem-refine-modal {
        position: fixed;
        z-index: 100;
        top: 10px;
        right: 10px;
        display: block;
        background: url(../img/search_bt.png) center 5px no-repeat;
        background-size: 27px 27px;
        background-color: #ccc;
        border-radius: 28px;
        width: 56px;
        height: 56px;
        margin-left: calc(100% - 37px);
        cursor: pointer
    }
    #finditem-results-view .finditem-refine-modal:before {
        position: absolute;
        content: "絞り込み";
        width: 50px;
        left: 8px;
        bottom: 7px;
        color: #333;
        font-size: 10px;
        letter-spacing: -0.5px;
        text-indent: 0;
        z-index: 120
    }
    .modal-open #finditem-results-view .finditem-refine-modal {
        display: none;
    }
    .finditem-keyword-input .finditem-form-wrapper {
        display: none;
    }
    .modal-open .finditem-keyword-input .finditem-form-wrapper {
        display: block;
    }
    .finditem-keyword-input .finditem-form {
        margin-top: 40px;
        padding: 0 10px;
    }
    .finditem-keyword-input .finditem-form .finditem-select {
        width: 250px;
        float: none;
        margin-bottom: 10px;
    }
    .finditem-keyword-input .finditem-form .finditem-select select {
        font-size: 16px;
    }
    .finditem-keyword-input .finditem-form .finditem-select:after {
        top: 16px;
        left: 230px;
        right: 10px;
    }
    .finditem-keyword-input .finditem-form input[type="text"] {
        border: solid 1px #ccc;
        width: calc(100% - 50px);
        font-size: 16px;
    }



    /*------------------------------------------------*/
    /* サジェスト表示 キーワード
/*--------------------------------------------------*/
    .finditem-keyword-input .finditem-suggest {
        padding: 0px;
        width: calc(100% - 20px) !important;
        left: 10px;
    }
    .finditem-keyword-input .finditem-suggest.preview-left-2, .finditem-keyword-input .finditem-suggest.preview-left-3,.finditem-keyword-input .finditem-suggest.preview-left-3 {
        left: 10px;
    }
    .finditem-keyword-input .finditem-suggest.preview-right-2 .suggest-keyword, .finditem-keyword-input .finditem-suggest.preview-right-3 .suggest-keyword, .finditem-keyword-input .finditem-suggest.preview-right-4 .suggest-keyword {
        width: 100%;
        float: none;
        box-shadow: none;
        box-sizing: border-box
    }
    .finditem-keyword-input .finditem-suggest.preview-left-2 .suggest-keyword, .finditem-keyword-input .finditem-suggest.preview-left-3 .suggest-keyword, .finditem-keyword-input .finditem-suggest.preview-left-4 .suggest-keyword  {
        width: 100%;
        float: none;
        box-shadow: none;
        box-sizing: border-box
    }
    /*------------------------------------------------*/
    /* 検索結果ページ
/*--------------------------------------------------*/
    #finditem-results-view #finditem-contents {
        display: block;
    }
    #finditem-results-view #finditem-contents .finditem-conditions-wrapper {
        display: none;
    }
    #finditem-results-view #finditem-contents .finditem-result-wrapper {
        width: 100%;
        min-width: 100%;
        margin-left: 0px;
        padding-left: 0px;
        float: none
    }
    #finditem-results-view #finditem-contents .finditem-result-wrapper > div {
        margin-left: 0px;
    }
    #finditem-results-view #finditem-contents .finditem-result-header {
        padding-top:0;
    }
    #finditem-results-view #finditem-contents #finditem-detail .to-top {
        display: none;
    }
    /*------------------------------------------------*/
    /* 検索結果
/*--------------------------------------------------*/
    #finditem-results-view #finditem-contents .result-wrapper {
        display: flex;
        display: -webkit-flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%;
        min-width: 100%;
    }
    #finditem-results-view #finditem-contents .result-wrapper::after {
        content: "";
        display: block;
        width: 30%;
    }
    #finditem-results-view #finditem-contents .result {
        width: 30%;
        max-width: 30%;
        margin-right: 0px;
    }
    #finditem-results-view #finditem-contents .result-thumbnail {
        display: flex;
        display: -webkit-flex;
    }
    #finditem-results-view #finditem-contents .result-thumbnail img {
        width: 100%;
    }
    #finditem-results-view #finditem-contents .result > div:first-child {
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    #finditem-results-view #finditem-contents .result-thumbnail img:hover {
        -webkit-transform: none;
        transform: none;
    }
    .finditem-keyword-input .finditem-suggest.preview-right-2 .suggest-item, .finditem-keyword-input .finditem-suggest.preview-right-3 .suggest-item, .finditem-keyword-input .finditem-suggest.preview-right-4 .suggest-item,.finditem-keyword-input .finditem-suggest.preview-left-2 .suggest-item, .finditem-keyword-input .finditem-suggest.preview-left-3 .suggest-item, .finditem-keyword-input .finditem-suggest.preview-left-4 .suggest-item{
        display: none !important;
    }
    .finditem-keyword-input #modal-window #modal-close-btn {
        top: 4px;
        right: 0px;
        display: block;
    }
    html.modal-open {
        overflow: auto;
        height: 100%;
    } /*モーダルが開いているときbodyがスクロールしない為の記述*/
    body.modal-open {
        overflow: hidden;
        height: 100%;
    } /*モーダルが開いているときbodyがスクロールしない為の記述*/
}
@media screen and (max-width: 600px) {
    #finditem-results-view #finditem-contents {
        padding: 5px;
    }
    #finditem-results-view #finditem-contents .result > div:first-child {
        /*	padding-bottom: 10px;*/
    }
    #finditem-results-view #finditem-contents .result:after {
        bottom: 0px;
    }
    #finditem-results-view #finditem-contents .zero-result {
        margin-left: 0px;
    }
    #finditem-results-view #finditem-contents .zero-result-hint1 {
        margin-left: 0px;
    }
    #finditem-results-view #finditem-contents .zero-result-hint2 {
        margin-left: 0px;
    }
}
@media screen and (max-width: 500px) {
    #finditem-results-view #finditem-contents .result {
        width: 45% !important;
        min-width: 45%;
        margin-bottom: 30px
    }
}