@charset "utf-8";
/* CSS Document */

/* 商品比較用 */

/* ---- tile ---- */

.outer{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
}

.tile{
    position: relative;
    border: 1px #ccc solid;
    box-sizing: border-box;
    margin: 0 5px 10px 5px;
    padding: 5px 5px 35px 5px;
}

.tile:first-child{
    margin-left: 0px;
}

.com01 .tile .imgWrapper{
    width: calc((100vw / 2.6) - 10px);
    height: calc((100vw / 2.6) - 10px);
    overflow: hidden;
    margin-bottom: 10px;
    pointer-events: all;
}

.com02 .tile .imgWrapper{
    width: calc((100vw / 4.8) - 10px);
    height: calc((100vw / 4.8) - 10px);
    overflow: hidden;
    margin-bottom: 10px;
    pointer-events: all;
}

#sp .tile .imgWrapper{
    width: calc((100vw / 2.5) - 10px);
    height: calc((100vw / 2.5) - 10px);
}

.com01 .tile img{
    width: calc((100vw / 2.6) - 10px);
    height: calc((100vw / 2.6) - 10px);
    object-fit: cover;
}

.com02 .tile img{
    width: calc((100vw / 4.8) - 10px);
    height: calc((100vw / 4.8) - 10px);
    object-fit: cover;
}

#sp .tile img{
    width: calc((100vw / 2.5) - 10px);
    height: calc((100vw / 2.5) - 10px);
}

.tile .toDetails{
    position: absolute;
    bottom:5px;
    left:5px;
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 11px;
    background: #C7243A;
    border-radius: 5px;
}
.tile .toDetails:hover{
    opacity: 0.8;
}

.tile .name{
    font-size: 13px;
    margin-bottom: 10px;
}

.tile .price{
    font-size: 14px;
    font-family: 'arial';
    margin-bottom: 10px;
    word-break: break-all;
}

.tile.recommend .recommend_tag{
    position: absolute;
    overflow: hidden;
    margin: -5px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    backface-visibility: hidden;
}

.tile.recommend .recommend_tag:before{
    content: '';
    position: absolute;
    top: 90px;
    left: -50px;
    border-top: 26px solid #C7243A;
    transform: rotate(-45deg);
    transform-origin: top left;
    width: 200px;
    height: 100%;
    z-index: 10000;
}
.tile.recommend .recommend_tag:after{
    content:'おすすめ';
    position: absolute;
    top: 90px;
    left: -50px;
    width: 200px;
    transform: rotate(-45deg);
    transform-origin: top left;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 100000;
}


/* ---- tile　ここまで ---- */

/* スクロールバー設定 */

.ps > .ps__rail-x,
.ps > .ps__rail-y {
    opacity: 0.6;
    background: #eee;
}

.ps__rail-x {
    height: 16px;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__thumb-x{
    background-color: #999;
    height: 12px;
}