/** Shopify CDN: Minification failed

Line 182:35 Expected identifier but found "!"
Line 182:38 Expected identifier but found "!"
Line 200:35 Expected identifier but found "!"
Line 200:38 Expected identifier but found "!"
Line 201:37 Expected identifier but found "!"
Line 201:40 Expected identifier but found "!"
Line 201:42 Expected identifier but found "!"
Line 201:46 Expected identifier but found "!"
Line 201:51 Expected identifier but found "!"
Line 201:56 Expected identifier but found "!"
... and 4 more hidden warnings

**/
/* 特集ページ用CSSをサイト全体に反映する用のCSSです */
/* 部分的に同じです */


/*特集ページ用css 20250212*/
.cs_tokusyu {
    width: 100%;
}
.cs_tokusyu img {
    margin: 0;
}

.cs_tokusyu_midashi01 {
    display: flex;
    align-items: center;
    padding: .5em .7em;
    background-color: #fbf9f3;
    color: #222222;
}

.cs_tokusyu_midashi01::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #d21312;
    content: '';
}

.cs_tokusyu_midashi02 {
    display: flex;
    align-items: center;
    padding: .5em .7em;
    background-color: #fbf9f3;
    color: #222222;
}

.cs_tokusyu_title {
    width: 100%;
    padding: 0;
    margin: 0;
}

.cs_tokusyu_title img {border: 10px solid #DED0B6;}

.cs_tokusyu_setumei {
    width: 100%;
    /* display: flex; */
    overflow: hidden;
    margin: 30px 0;

    padding: 10px;
}

.cs_tokusyu_eye {
    float: left;
}

.cs_tokusyu_eye img {
max-width:500px;
}

.cs_tokusyu_gaiyou {
    float: right;
    width: 660px;
    position: relative;
    margin: 0 auto;
    padding: 1em calc(1.5em + 9px);
    border-top: 2px solid #DED0B6;
    border-bottom: 2px solid #DED0B6;
    color: #333;
}

.cs_tokusyu_gaiyou::before,
.cs_tokusyu_gaiyou::after {
    position: absolute;
    width: 2px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    background-color: #DED0B6;
    content: '';
}

.cs_tokusyu_gaiyou::before {
    left: 9px;
}

.cs_tokusyu_gaiyou::after {
    right: 9px;
}



.cs_tokusyu_separatelist {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.cs_tokusyu_separatelist ul {
    margin: 0;
    padding: 0;
}

.cs_tokusyu_separatelist ul li {
    width: 185px;
    float:left;
    margin-right:18px;
    height: 255px;
}
.cs_tokusyu_separatelist ul li:nth-child(6n) {
    margin-right:0;
}

.cs_tokusyu_separatelist ul li a {
display:block;

}

.cs_tokusyu_separatelist ul li a img {
border:1px solid #DED0B6;
    padding:3%;
}
.cs_tokusyu_separatelist ul li a img:hover,.cs_tokusyu_separatelist ul li a span:hover {
	opacity:0.8;
	transition:0.3s;
}
.cs_tokusyu_separatelist ul li a img:hover{
    transform:scale(1.05); 
}


.cs_tokusyu_separatelist ul li a span {
    background: #fbf9f3;
    /* display: block; */
    padding: 4% 0 2%;
    text-align: center;
    font-weight: bold;
    margin: 2% 0 0;
}

.cs_tokusyu_separatelist ul li span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



@media screen and (max-width: 640px) {

    .cs_tokusyu {
        width: 100%;
    }
    .cs_tokusyu img {
        margin: 0;
    }
    
    .cs_tokusyu_midashi01 {
        display: flex;
        align-items: center;
        padding: .5em .7em;
        background-color: #fbf9f3;
        color: #222222;
        font-size: 20px !important;!i;!;
    }
    
    .cs_tokusyu_midashi01::before {
        display: inline-block;
        width: 5px;
        height: 1.5em;
        margin-right: .5em;
        background-color: #d21312;
        content: '';
    }
    
    .cs_tokusyu_midashi02 {
        display: flex;
        align-items: center;
        padding: .5em .7em;
        background-color: #fbf9f3;
        color: #222222;
        font-size: 16px !important;!i;!;
        font-weight: bold !important;!i;!;!im;!imp;!imp;!im;!i;!;
    }
    
    .cs_tokusyu_title {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .cs_tokusyu_title img {border: 2px solid #DED0B6;}
    
    .cs_tokusyu_setumei {
        width: 100%;
        /* display: flex; */
        overflow: hidden;
        margin: 0;
        padding: 10px;
    }
    
    .cs_tokusyu_eye {
        float: left;
    }
    
    .cs_tokusyu_gaiyou {
        float: right;
        width: 100%;
        position: relative;
        margin: 6% auto;
        padding: 1em calc(1.2em + 9px);
        border-top: 2px solid #DED0B6;
        border-bottom: 2px solid #DED0B6;
        color: #333;
        padding: -1%;
    }
    
    .cs_tokusyu_gaiyou::before,
    .cs_tokusyu_gaiyou::after {
        position: absolute;
        width: 2px;
        top: 50%;
        transform: translateY(-50%);
        height: calc(100% + 20px);
        background-color: #DED0B6;
        content: '';
    }
    
    .cs_tokusyu_gaiyou::before {
        left: 9px;
    }
    
    .cs_tokusyu_gaiyou::after {
        right: 9px;
    }
    
    
    
    .cs_tokusyu_separatelist {
        width: 100%;
    }
    
    .cs_tokusyu_separatelist ul {
        margin: 0;
        padding: 0;
    }
    
    .cs_tokusyu_separatelist ul li {
        width: 32%;
        float:left;
        margin-right: 2%;
        height:170px
    }
        .cs_tokusyu_separatelist ul li:nth-child(3n) {
        margin-right:0;
    }
    .cs_tokusyu_separatelist ul li:nth-child(6n) {
        margin-right:0;
    }
    
    .cs_tokusyu_separatelist ul li a {
        display:block;
    }
    
    .cs_tokusyu_separatelist ul li a img {
    border:1px solid #DED0B6;
        padding:3%;
    }
    .cs_tokusyu_separatelist ul li a img:hover,.cs_tokusyu_separatelist ul li a span:hover {
        opacity:0.8;
        transition:0.3s;
    }
    .cs_tokusyu_separatelist ul li a img:hover{
        transform:scale(1.05); 
    }
    
    
    .cs_tokusyu_separatelist ul li a span {
        background: #fbf9f3;
        /* display: block; */
        padding: 4% 0 2%;
        text-align: center;
        font-weight: bold;
        margin: 2% 0 0;
        font-size:14px;
    }
    .cs_tokusyu_separatelist ul li span {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
    }


}





h1.page__title.heading.h1 {
    font-weight: normal !important;
    font-size: 30px !important;
}
/*.product-item.product-item--vertical.\31\/2.\31\/4--lap.\31\/5--desk.\31\/6--wide {
    width: 220px;
    margin-right: 20px;
}*/

.product-item.product-item--vertical.\31\/2.\31\/4--lap.\31\/5--desk.\31\/6--wide:nth-child(5n) {
    margin-right: 0;
    border: none;
}

.product-item {
    padding: 13px;
    /*margin-bottom: 35px;*/
}

.condition_bg_color {
    background: #fff;
    font-size: 12px;
    padding: 1% 3%;
    /* margin-left: 6%; */
    margin-left: 3%;
    border: 2px solid #ff8a8a;
    color: #222;
    margin-bottom: 0px;
}

a.product-item__title.text--strong.link {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 2%;
    width: 96%;
    margin: 0 auto 5%;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


.product-item__price-list.price-list {
    width: 100%;
    display: block;
    text-align: center;
}

.product-item__price-list.price-list span.price {
    font-weight: normal;
    font-size: 19px;
    color: #222;
}

img.product-item__primary-image {
    border: 1px solid #DED0B6;
    padding: 2%
}


.product-item:after {
    /* border: none; */
}

button.product-item__action-button.button.button--small.button--primary,
a.product-item__action-button.button.button--small.button--primary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    padding: 1%;
    border: 1px solid #e52020;
    border-radius: 5px;
    background-color: #e52020;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    transition: box-shadow .3s ease;
}

button.product-item__action-button.button.button--small.button--primary::after,
a.product-item__action-button.button.button--small.button--primary::after {
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    margin-left: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

button.product-item__action-button.button.button--small.button--primary:hover,
a.product-item__action-button.button.button--small.button--primary:hover {
    box-shadow: inset #fe4c4c 0 0 0 2em;
    color: #fff;
}


.product-item--horizontal .product-item__image-wrapper {
     width: 125px;
     margin-right: 10px;
}


@media screen and (max-width: 640px) {
    h1.page__title.heading.h1 {
        font-weight: normal !important;
        font-size: 20px !important;
    }

    .product-item.product-item--vertical.\31\/2.\31\/4--lap.\31\/5--desk.\31\/6--wide {
        width: 48%;
        margin-right: 2%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .product-item.product-item--vertical.\31\/2.\31\/4--lap.\31\/5--desk.\31\/6--wide:nth-child(5n) {
        margin-right: 2%;
    }

    .product-item {
        padding: 0;
       /* margin-bottom: 35px;*/
    }

    .condition_bg_color {
        background: #fff;
        font-size: 13px;
        padding: 1% 3%;
        margin-left: 3%;
        border: 2px solid #ff8a8a;
        color: #222;
    }

    a.product-item__title.text--strong.link {
        font-size: 14px;
        line-height: 1.4;
        padding-top: 1%;
        width: 96%;
        margin: 3% auto 3%;
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }


    .product-item__price-list.price-list {
        width: 100%;
        display: block;
        text-align: center;
    }

    .product-item__price-list.price-list span.price {
        font-weight: normal;
        font-size: 20px;
        color: #222;
    }

    img.product-item__primary-image {
        /* border: 1px solid #DED0B6; */
        border: none;
        padding: 2%
    }


    .product-item:after {
        /*border: none;*/
    }

    button.product-item__action-button.button.button--small.button--primary {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 96%;
        margin: 0 auto;
        padding: 1%;
        border: 1px solid #e52020;
        border-radius: 5px;
        background-color: #e52020;
        color: #fff;
        font-size: 15px;
        line-height: 40px;
        /* line-height: 35px; */
        transition: box-shadow .3s ease;
        font-weight: normal;
    }

    button.product-item__action-button.button.button--small.button--primary::after {
        transform: rotate(45deg);
        width: 7px;
        height: 7px;
        margin-left: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: '';
    }

    button.product-item__action-button.button.button--small.button--primary:hover {
        box-shadow: inset #fe4c4c 0 0 0 2em;
        color: #fff;
    }
    .product-list--scrollable .product-item {
        boder-style: none;
    }

  a.product-item__action-button.button.button--small.button--primary {
    line-height: 41px;
    font-weight: 400;
  }

}

/* LP用CSS */
.cs_lp_list ul{ width: 100%;
                margin: 0;
                padding: 0;
                list-style: none;
                overflow: hidden;
            }
            .cs_lp_list li{
                width: 24%;
                height: 60px;
                background: #fff;
                margin-bottom: 12px;
                border: 1px solid #e5dfdf;
                z-index: 0;
                position: relative;
                float: left;
                margin-right: 1%
            }
            .cs_lp_list a{
                color: #3A2A2F;
                text-decoration: none;
            }
            .cs_lp_list ul li a::before {
               content: "";
               position: absolute;
               top: 50%;
               left: 90%;
               width: 7px;
               height: 7px;
               border-top: 2px solid #ccc;
               border-right: 2px solid #ccc;
               transform: rotate(45deg);
               margin-top: -5px;
            }
            .cs_lp_list ul li a span {
               position: absolute;
               top: 50%;
               z-index: 0;
               width: 65%;
               transform: translate(0, -50%);
               text-decoration: none;
               padding-left: 10px;
               font-size: 14px;
            }
            .cs_lp_list img {
                max-width: 50px;
                margin: 5px;
                float: left;
            }
            @media screen and (max-width: 640px) {
             .cs_lp_list li{
                width:49%;
                height: 60px;
                background: #fff;
                margin-bottom: 12px;
                border: 1px solid #e5dfdf;
                z-index: 0;
                position: relative;
                float: left;
                margin-right: 1%
             }
              .cs_lp_list ul li a span {
               position: absolute;
               top: 51%;
               z-index: 0;
               /* width: 65%;*/
               width: auto;
               transform: translate(0, -50%);
               text-decoration: none;
               padding-left: 10px;
               padding-right: 4px;
               font-size: 14px;
               line-height:15px;
            }
              .cs_lp_list ul li a::before{
                display:none
              }
            }

@media screen and (max-width: 640px)｛
.product-item.product-item--vertical.\31 \/2.\31 \/4--lap.\31 \/5--desk.\31 \/6--wide {
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-item.product-item--vertical.\31 \/3--tablet-and-up.\31 \/4--desk {
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-item--vertical .product-item__action-list, .product-item--horizontal .product-item__action-list　{
    margin: 15px 0 5px;
 }
}