@charset "UTF-8";

.container {
    min-height: calc(100vh - 211px);
}

@media screen and (min-width:1024px) {
    .container {
        min-height: calc(100vh - 200px);
    }
}

form.searchForm {
    max-width: 400px;
    width: 90%;
    margin: 40px auto;
    padding: 10px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(220, 220, 220, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form.searchForm input {
    border: none;
    -webkit-appearance: none;
    background: none;
    width: 80%;
    height: 2em;
    outline: none;
}

form.searchForm div.searchBtnSet {
    width: 2em;
    height: 2em;
    position: relative;
}

form.searchForm div.searchBtnSet input#sbtn {
    width: 2em;
    height: 2em;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

form.searchForm div.searchBtnSet img {
    width: 100%;
    height: auto;
}

@media screen and (min-width:1024px) {
    form.searchForm {
        padding: 20px;
    }
}

/* //////////////////////////////////////////////////////////////////// */
/* ///// index.php.///////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
#contsArea .colllectionArea .collection-ttl p.colName {
    margin: 0 auto 20px;

}

div.searchBlock {
    width: 100%;
    margin: 0 auto 30px;
}

div.searchBlock h3 {
    padding: 0 0 5px 30px;
    margin: 0 auto 20px;
    background-size: 22px 22px;
    display: table;
    border-bottom: 1px solid #3f3f3f;
    cursor: pointer;
    line-height: 1;
    position: relative;
}

div.searchBlock h3::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #292929;
    border-right: 1px solid #292929;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 5px;
}

div.searchBlock div.searchBox {
    padding: 40px 0 50px;
    background: #f7f7f7;
    margin: 0 auto;
    text-align: center;
    display: block;
}

div.searchBlock div.searchSet {
    width: 100%;
    margin: 0 auto 40px;
    text-align: left;
    padding: 0 7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.searchBlock div.searchSet div.search {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
}

div.searchBlock div.searchSet div.search h4 {
    text-indent: 0;
    margin: 0 0 40px;
    letter-spacing: 0;
}

div.searchBlock div.searchSet div.search ul {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 auto 50px;
    padding: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

div.searchBlock div.searchSet div.search:last-of-type ul {
    border-bottom: none;
    margin: 0 auto;
    padding: 0;
}

div.searchBlock div.searchSet div.search ul li {
    margin: 0 2em 30px 0;
    position: relative;
    cursor: pointer;
}

div.searchBlock div.searchSet div.search ul li {
    color: #666;
}

div.searchBlock div.searchSet div.search ul li.checked {
    color: #202020;
}

div.searchBlock div.searchSet div.search ul li.checked::after {
    display: block;
    content: '';
    position: absolute;
    top: .2em;
    left: -1em;
    width: 8px;
    height: 3px;
    border-left: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* //item AREA//////////////////// */
div.itemBlock {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
}

div.itemBlock h2 {
    margin: 0 auto 50px;
}

div.itemBlock ul.itemList {
    text-align: left;
    letter-spacing: -.4em;
    width: 100%;
    padding: 0 2%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.itemBlock ul.itemList li {
    letter-spacing: 0.05em;
    width: 45.8%;
    margin: 0 2% 4%;
    vertical-align: top;
    text-align: center;
    position: relative;
    display: inline-block;
}

div.itemBlock ul.itemList li.noresult {
    letter-spacing: 0.05em;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
    max-width: inherit;
}

div.itemBlock ul.itemList li figure {
    line-height: 1;
}

div.itemBlock ul.itemList li figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

div.itemBlock ul.itemList li div.creditList {
    text-align: center;
    width: 100%;
    margin: 12px 0 0;
}

div.itemBlock ul.itemList li div.creditList p.itemName {
    line-height: 1.2;
    letter-spacing: -0.05em;
    margin: 0 auto 5px;
}

div.itemBlock ul.itemList li div.creditList .itemPrice {
    word-break: break-word;
}

div.itemBlock ul.itemList li div.creditList span {}

div.itemBlock ul.itemList li div.creditList p.itemNum {
    margin: 0 auto .5rem;
}



@media screen and (min-width:800px) {
    div.itemBlock ul.itemList {
        width: 90%;
    }
}

@media screen and (min-width:1024px) {
    div.itemBlock {
        padding: 20px 0 0;
    }

    div.itemBlock ul.itemList {
        width: 100%;
        max-width: 1240px;
        padding: 0 20px;
    }

    div.itemBlock ul.itemList li {
        max-width: 360px;
        width: calc((99.8% - 120px)/3);
        margin: 0 20px 40px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    div.itemBlock ul.itemList li figure {
        line-height: 1;
    }

    div.itemBlock ul.itemList li figure img {
        width: 100%;
        height: auto;
    }

    div.itemBlock ul.itemList li div.creditList {
        text-align: center;
        width: 100%;
        margin: 10px 0 0;
    }

    div.itemBlock ul.itemList li div.creditList span {
        line-height: 2em;
    }

    div.itemBlock ul.itemList li a {
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }
}


div.itemBlock ul.itemList li.mix {
    display: none;
}

@media screen and (min-width:1024px) {
    div.searchBlock div.searchBox {
        padding: 60px 0 80px
    }

    div.searchBlock div.searchSet {
        width: 1100px;
        padding: 0
    }
}


/*2109 tag update*/

div.itemBlock ul.itemList li.new::after {
    content: none;
}

div.itemBlock ul.itemList li .tagLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: .5rem auto 0;
}

div.itemBlock ul.itemList li .tagLists p {
    border: 1px solid #000;
    border-radius: 3px;
    padding: .5em .3em .45em;
    margin-bottom: .5em;
    margin: 0 .25em .5em;
    line-height: 1;
}

div.itemBlock ul.itemList li .tagLists p + p {
    /* margin: 0 .5em .5em; */
}

div.itemBlock ul.itemList li .tagLists p.newItem {
    background: #000;
    color: #fff;
}


@media screen and (min-width:1024px) {
    div.itemBlock ul.itemList li .tagLists {}

    div.itemBlock ul.itemList li .tagLists p {}

    div.itemBlock ul.itemList li .tagLists p + p {}

    div.itemBlock ul.itemList li .tagLists p.newItem {}
}
