/* カスタマイズ用CSS */
.have_curtain .ec-overlayRole{
    z-index: 9999;
}
.ec-drawerRoleClose{
    z-index: 10000;
}

@media screen and (min-width:980px) { 
.ec-productRole .slick-slide {
    height: auto;
    position: relative;
    padding-top: 505px;
    background: white;
    margin-bottom: 10px;
    overflow: hidden;
}
.ec-productRole .slick-initialized .slick-slide img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
}
@media screen and (max-width:979px) { 
.hd_block.pc{
    display: none;
}
.ec-productRole .slick-slide {
    height: auto;
    position: relative;
    padding-top:75vw;
    background: white;
    margin-bottom: 10px;
    overflow: hidden;
}
.ec-productRole .slick-initialized .slick-slide img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
}


.ec-productRole .slick-slide .new_icon{
    position: absolute;
    top: 3px;
    left: 0;
    width: 20%;
    height: 20%;
    max-width: 60px;
    max-height: 60px;
    z-index: 5;
}
.list_item_img{
    width: 100%;
    position: relative;
    padding-top: 100%;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}
.list_item_img .new_icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 20%;
    max-width: 60px;
    max-height: 60px;
    z-index: 5;
}
.list_item_img img{
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.ec-sliderItemRole .slideThumb{
    position: relative;
    padding-top: 33%
}
.ec-sliderItemRole .slideThumb img{
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.ec-shelfGrid .ec-shelfGrid__item-image{
    padding-top: 100%;
    position: relative;
}
.ec-shelfGrid .ec-shelfGrid__item-image .new_icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 20%;
    max-width: 60px;
    max-height: 60px;
    z-index: 5;
}
.ec-shelfGrid .ec-shelfGrid__item img{
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#inv1,#inv2,#inv3 { display: none; }

.nav-open{
    padding: 15px;
    color: #fff;
    font-size: 20px;
    background: #2073c8;
    position: relative;
}
.nav-open::before{/* 閉じている時 */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    position: absolute;
    right: 20px;
}
.nav-open.active::before{/* 開いている時 */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
}

.ec-productRole__tags{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ec-productRole__tags .ec-productRole__tag{
    font-size: 14px;
    color: #666666;
    border: 1px solid #666666;
    background: none;
    border-radius: 50px;
    padding: 3px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.ec-productRole__tags .tag_1{
    color: #ff7f00;
    border: 1px solid #ff7f00;
}
.ec-productRole__tags .tag_2{
    color: #b1a000;
    border: 1px solid #b1a000;
}
.ec-headerNaviRole .hd_block .hd_item .fa-fw{
    width: 40px;
}


.ec-headerNaviRole .ec-headerNaviRole__search {
    display: inline-block;
    margin-top: 10px;
}
@media only screen and (max-width: 860px) {
    .ec-headerNaviRole .ec-headerNaviRole__search {
        display: none;
    }
}
.ec-headerNavSP {
    display: none;
}
@media only screen and (max-width: 980px) {
    .ec-headerNavSP {
        display: block;
    }
}