@charset "UTF-8";
/*******************************************************
 * for TOP PAGE
 *******************************************************/

 /*トップページ
---------------------------------------- */

/*--------------------------------------------------------------
# Hero images
--------------------------------------------------------------*/






/*--------------------------------------------------------------
# Banner Area
--------------------------------------------------------------*/
.top-banner { margin-bottom: 40px; }
.top-banner img {
 padding-right: 1.25rem;
 padding-left: 1.25rem;
 padding-top: 30px;
}



/*--------------------------------------------------------------
# Items list
--------------------------------------------------------------*/
.page_home .new:before{
    content: "";
    display: inline;
    background-image: url(../image/common/new-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 0;
    width: 72px;
    height: 72px;
    z-index: 5;
}
.page_home .rental-furisode .new:before{
   content: "";
    display: inline;
    background-image: url(../image/common/new-icon-rental.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 0;
    width: 72px;
    height: 72px;
    z-index: 5;
}
.page_home .sale:before{
    content: "";
    display: inline;
    background-image: url(../image/common/sale-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 0;
    width: 72px;
    height: 72px;
    z-index: 5;
}

