<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* page-ttl ------------------*/

.page-ttl::before {
    content: "";
    background: url(../img/item/deco_main01.png) no-repeat center center;
    background-size: contain;
    width: 606px;
    height: 272px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45%;
}

@media screen and (max-width: 1200px) {
    .page-ttl::before {
        width: 441px;
        height: 198px;
        right: 46%;
    }
}

@media screen and (max-width: 767px) {
    .page-ttl::before {
        background-position: center top;
        width: 58vw;
        height: 26vw;
        right: 42%;
        bottom: auto;
    }
}

@media screen and (max-width: 480px) {
    .page-ttl::before {
        width: 78vw;
        height: 35vw;
        right: 28%;
    }
}

/* item-search ------------------*/

#item-search {
    padding: 6% 0;
    position: relative;
    z-index: 2;
}

#item-search .ttl-style01 {
    margin-bottom: 0;
}

#item-search .blc-style01 .item-blc {
    padding-bottom: 60px;
}

#item-search .blc-style01 .item-blc .accordion-style01 {
    margin-bottom: 20px;
}

#item-search .brand-list {
    display: flex;
    flex-wrap: wrap;
}

#item-search .brand-list li {
    width: calc(25% - 3px);
    margin: 0 4px 4px 0;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
}

#item-search .brand-list li:nth-of-type(4n+4) {
    margin-right: 0;
}

#item-search .brand-list li input {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

#item-search .brand-list li label {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

#item-search .brand-list li input:checked ~ label {
    background-color: #e9e0d7;
}

#item-search .brand-list li .img-blc {
    width: 50px;
    max-width: 100%;
    height: 50px;
    text-align: center;
    white-space: nowrap;
    margin-right: 5px;
    letter-spacing: -4px;
}

#item-search .brand-list li .img-blc::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#item-search .brand-list li .img-blc img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

#item-search .brand-list li .txt01 {
    font-size: 110%;
    line-height: 1.4;
    flex: 1;
}

#item-search .focus-animation {
    color: #69421c;
    border: 1px solid #69421c;
    line-height: 2;
    padding: 7px 20px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.ie #item-search .focus-animation {
    line-height: 0;
}

#item-search .focus-animation:focus {
    border-color: #69421c;
    box-shadow: inset 0 0 6px rgba(105, 66, 28, 0.4);
    outline: medium none;
    transition: all 0.3s ease-in-out 0s;
}

#item-search .focus-animation.full-size {
    width: 100%;
}

#item-search .focus-animation::-webkit-input-placeholder {
  color: #c5c1bc;
}

#item-search .focus-animation:-ms-input-placeholder {
  color: #c5c1bc;
}

#item-search .focus-animation::placeholder {
  color: #c5c1bc;
}

#item-search .btn-style03 {
    margin-top: 6%;
}

#item-search .item-result {
    max-width: 1100px;
    margin: 4% auto 0;
}

#item-search .item-result .list {
    display: flex;
    flex-wrap: wrap;
}

#item-search .item-result .list .item-blc {
    width: 23.5%;
    margin: 0 2% 4% 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

#item-search .item-result .list .item-blc:nth-of-type(4n+4) {
    margin-right: 0;
}

#item-search .item-result .list .item-blc .img-blc {
    text-align: center;
    border: 1px solid #69421c;
    margin-bottom: 2%;
    box-sizing: border-box;
    overflow: hidden;
}

#item-search .item-result .list .item-blc .img-blc img {
    flex: 0 0 auto;
    box-sizing: border-box;
}

#item-search .item-result .list .item-blc .img-blc .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 74%;
}

#item-search .item-result .list .item-blc .img-blc a {
    overflow: hidden;
}

#item-search .item-result .list .item-blc .img-blc a &gt; .img {
    transition: all 500ms ease-in-out;
}

#item-search .item-result .list .item-blc .img-blc a:hover &gt; .img {
    transform: scale(1.2);
}

#item-search .item-result .list .item-blc .txt-blc .subj {
    font-size: 110%;
    margin-bottom: 2%;
}

#item-search .item-result .list .item-blc .txt-blc .tag {
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
}

#item-search .item-result .list .item-blc .txt-blc .tag li {
    background-color: #69421c;
    color: #fff;
    font-size: 85%;
    line-height: 1.2;
    padding: 4px 7px;
    margin-right: 4px;
    margin-bottom: 4px;
}

#item-search .item-result .list .item-blc .txt-blc .txt01 {
    font-size: 90%;
    margin-bottom: 2%;
}

#item-search .item-result .list .item-blc .btn-style01 {
    text-align: right;
    margin-top: auto;
}

@media screen and (max-width: 1200px) {
    #item-search .item-result .list .item-blc .img-blc {
        min-height: 16.45vw;
    }
}

@media screen and (max-width: 1000px) {
    #item-search .brand-list li {
        width: calc(33.33% - 3px);
    }
    #item-search .brand-list li:nth-of-type(4n+4) {
        margin-right: 4px;
    }
    #item-search .brand-list li:nth-of-type(3n+3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 900px) {
    #item-search .item-result .list .item-blc {
        width: 32%;
    }
    #item-search .item-result .list .item-blc:nth-of-type(4n+4) {
        margin-right: 2%;
    }
    #item-search .item-result .list .item-blc:nth-of-type(3n+3) {
        margin-right: 0;
    }
    #item-search .item-result .list .item-blc .img-blc {
        min-height: 22.5vw;
    }
}

@media screen and (max-width: 767px) {
    #item-search .blc-style01 .item-blc {
        padding-bottom: 40px;
    }
    #item-search .blc-style01 .item-blc .accordion-style01 {
        margin-bottom: 15px;
    }
    #item-search .brand-list li {
        width: calc(50% - 2px);
    }
    #item-search .brand-list li:nth-of-type(3n+3) {
        margin-right: 4px;
    }
    #item-search .brand-list li:nth-of-type(2n+2) {
        margin-right: 0;
    }
    #item-search .brand-list li .txt01 {
        font-size: 100%;
    }
    #item-search .item-result .list .item-blc .txt-blc .subj {
        font-size: 100%;
    }
    #item-search .item-result .list .item-blc .txt-blc .txt01 {
        font-size: 100%;
    }
}

@media screen and (max-width: 587px) {
    #item-search .item-result .list .item-blc {
        width: 49%;
    }
    #item-search .item-result .list .item-blc:nth-of-type(3n+3) {
        margin-right: 2%;
    }
    #item-search .item-result .list .item-blc:nth-of-type(2n+2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    #item-search .brand-list li .img-blc {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 440px) {
    #item-search .brand-list li {
        width: 100%;
        margin-right: 0;
    }
    #item-search .brand-list li:nth-of-type(4n+4) {
        margin-right: 0;
    }
    #item-search .brand-list li:nth-of-type(3n+3) {
        margin-right: 0;
    }
    #item-search .accordion-style01.voice-style01 .accord-ttl .subj {
        flex-wrap: wrap;
    }
    #item-search .accordion-style01.voice-style01 .accord-ttl .subj .txt01 {
        width: 100%;
        text-align: left;
        box-sizing: border-box;
    }
    #item-search .accordion-style01.voice-style01 .accord-ttl .subj .txt02 {
        width: 100%;
        box-sizing: border-box;
    }
}

/* item-detail ------------------*/

#item-detail {
    padding: 6% 0;
    position: relative;
    z-index: 2;
}

#item-detail .ttl-style01 {
    margin-bottom: 0;
}

#item-detail .item-blc .subj {
    color: #69421c;
    font-size: 200%;
    margin-bottom: 2%;
}

#item-detail .item-blc .tag {
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
}

#item-detail .item-blc .tag li {
    background-color: #69421c;
    color: #fff;
    line-height: 1.2;
    padding: 7px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#item-detail .item-blc .slide-style02 {
    margin-top: 6%;
}

#item-detail .item-blc .tbl-style01 {
    margin-top: 6%;
}

#item-detail .item-blc .txt-detail-blc {
    font-size: 110%;
    margin-top: 4%;
}

#item-detail .item-blc .btn-style03 {
    margin-top: 6%;
}

/* #item-detail .item-blc .slide-style02 .slick-list {
    overflow: unset;
} */

#item-detail .slide-style02 .slider-main .slick-list figure {
    text-align: center;
}

#item-detail .slide-style02 .slider-main .slick-list figure &gt; .img {
    display: inline-block;
    margin: 0 auto;
}

#item-detail .slide-style02 .slider-main .slick-list .img a img {
    transition: all 300ms ease-in-out;
}

#item-detail .slide-style02 .slider-main .slick-list .img a:hover img {
    transform: scale(1.02) translateY(10px);
}

#item-detail .slide-style02 .slider-thumb .slick-list .img-blc .img {
    transition: all 300ms ease-in-out;
}

#item-detail .slide-style02 .slider-thumb .slick-list .img-blc:hover .img {
    transform: scale(1.05);
}


@media screen and (max-width: 1200px) {
    #item-detail .item-blc .subj {
        font-size: 180%;
    }
}

@media screen and (max-width: 767px) {
    #item-detail .item-blc .subj {
        font-size: 140%;
    }
    #item-detail .item-blc .tag li {
        font-size: 85%;
        padding: 4px 7px;
        margin-right: 4px;
        margin-bottom: 4px;
    }
    #item-detail .item-blc .txt-detail-blc {
        font-size: 100%;
    }
}

@media screen and (max-width: 400px) {
    #item-detail .item-blc .subj {
        font-size: 120%;
    }
}</pre></body></html>