
.container {
    min-width:100%;
    width:100%;
    background-color: #fff;
    overflow: hidden;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight:400;
    font-style:normal;
}

.item-search--facet {
    opacity: 0;
    position: absolute;
}

.col_right {
    float: none;
    width: 100%;
    margin: auto;
}

.search-condition--bottom,
.bar_search-more {
    display:none;
}

.list_search-result {
    width: 100%;
    letter-spacing: 0;
    margin: auto;
    clear: both;
    position: relative;
}

.list_search-result .block_item {
    display:none;
}

/*
.list_search-result .block_item img {
    width: 120% !important;
    height: 120% !important;
    margin: 0 0 0 -10%;
}*/

.list_search-result .block_item img {
    width: 100% !important;
    height: auto !important;
}


.list_search-result .block_item:nth-child(1),
.list_search-result .block_item:nth-child(2),
.list_search-result .block_item:nth-child(3),
.list_search-result .block_item:nth-child(4),
.list_search-result .block_item:nth-child(5) {
    display:block;
    width: 100%;
    margin: 0px;
    opacity    : 0;
    animation  : slideAnime 40s ease infinite;
    background: #fff;
    padding-bottom: 5%;
    overflow: hidden;
}

.list_search-result .block_item:nth-child(2),
.list_search-result .block_item:nth-child(3),
.list_search-result .block_item:nth-child(4),
.list_search-result .block_item:nth-child(5) {
    position: absolute;
    top:0;  
}

.list_search-result .block_item:nth-child(1) { animation-delay: 0s }
.list_search-result .block_item:nth-child(2) { animation-delay: 12s }
.list_search-result .block_item:nth-child(3) { animation-delay: 20s }
.list_search-result .block_item:nth-child(4) { animation-delay: 28s }
.list_search-result .block_item:nth-child(5) { animation-delay: 36s }

@keyframes slideAnime{
   0% { opacity: 0 }
   1% { opacity: 1 }
  20% { opacity: 1 }
  21% { opacity: 1 }
 100% { opacity: 1 }
}

.contents-area {
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.container {
    width: 100%;
    min-width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.cnts_item-search {
    width: 100%;
}

.cnts_item-search::after {
    content: '';
    position: absolute;
    top: 0;
    left: 190px;
    width: 1px;
    height: 100%;
    background: none;
    visibility: visible;
}

.list_search-result .block_item .search-result__item--photo img {
    width: 120% !important;
    height: 120% !important;
    margin: 0 0 0 -10%;
}

.list_search-result .block_item .search-result__item--photo {
    margin: 0 0 0px 0;
    position: relative;
}

.list_search-result .block_item .txt_sale-price,
.list_search-result .block_item .txt_retail-price,
.list_search-result .block_item .txt_brand-name,
.list_search-result .block_item .txt_item-name {
    text-align: left;
}

.list_search-result .block_item .txt_brand-name {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 15px 0;
    letter-spacing: 0.1em;
}

.list_search-result .block_item .txt_item-name {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:0;
    padding:0 0 0 0;
}

.list_search-result .block_item .wrap_price {
    margin-top:0px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #aaa;
    font-weight: 400;
    /*font-family: "Poppins", sans-serif;*/
    font-style: normal;
    display: inline-block;
}

.list_search-result .block_item .wrap_description {
    width: 100%;
    float: none;
    margin: 30px auto 0;
    position: relative;
    display: table;
}

.list_search-result .block_item .wrap_description .item_cnt {
    width: calc(100% - 220px);
    display: table-cell;
    vertical-align: top;
    padding: 0 0% 0 1%;
    text-align: left;
}

.list_search-result .block_item .wrap_description #QR_cnt {
    width: 180px;
    vertical-align:top;
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
    padding-top:50px;
    display:table-cell;
    color: #111;
}

.list_search-result .block_item .txt_sale-price em,
.list_search-result .block_item .txt_retail-price em,
.list_search-result .block_item .txt_sale-price,
.list_search-result .block_item .txt_retail-price {
    font-size:30px;
    color: #aaa;
    font-style:normal;
}

.list_search-result .block_item .txt_sale-price .tax,
.list_search-result .block_item .txt_retail-price .tax {
    font-size:22px;
    padding-left: 5px;
}

.block_item .ranking_icon {
    width: 80px;
    height: 80px;
    margin: 20px;
    position: absolute;
    z-index: 1;
}

.block_item:nth-child(1)  .ranking_icon::before {
    position: absolute;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: underline;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    border-radius: 100%;
    z-index: 10;
    background: #daa520;
}

.block_item:nth-child(1)  .ranking_icon::after {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    font-family: 'Roboto Condensed', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    z-index: 11;
    /* border-bottom: 1px solid #fff; */
    content: "1";
    color: #fff;
    font-weight: bold;
}


.block_item:nth-child(2)  .ranking_icon::before {
    position: absolute;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: underline;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    border-radius: 100%;
    z-index: 10;
    background: #c0c0c0;
}

.block_item:nth-child(2)  .ranking_icon::after {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    font-family: 'Roboto Condensed', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    z-index: 11;
    /* border-bottom: 1px solid #fff; */
    content: "2";
    color: #fff;
    font-weight: bold;
}

.block_item:nth-child(3)  .ranking_icon::before {
    position: absolute;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: underline;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    border-radius: 100%;
    z-index: 10;
    background: #c47222;
}

.block_item:nth-child(3)  .ranking_icon::after {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    font-family: 'Roboto Condensed', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    z-index: 11;
    /* border-bottom: 1px solid #fff; */
    content: "3";
    color: #fff;
    font-weight: bold;
}

.block_item:nth-child(4)  .ranking_icon::before {
    position: absolute;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: underline;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    border-radius: 100%;
    z-index: 10;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.block_item:nth-child(4)  .ranking_icon::after {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    font-family: 'Roboto Condensed', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    z-index: 11;
    /* border-bottom: 1px solid #fff; */
    content: "4";
    color: #111;
    font-weight: bold;
}

.block_item:nth-child(5)  .ranking_icon::before {
    position: absolute;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: underline;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    border-radius: 100%;
    z-index: 10;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.block_item:nth-child(5)  .ranking_icon::after {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    font-family: 'Roboto Condensed', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    z-index: 11;
    /* border-bottom: 1px solid #fff; */
    content: "5";
    color: #111;
    font-weight: bold;
}


.container .brand_logo p {
    font-size: 28px;
}

.item_code {
    font-size: 26px;
    color: #aaa;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    padding: 0 0 0 15px;
    display: inline-block;
}

.list_search-result .block_item .txt_retail-price {
    word-wrap: break-word;
    text-align: center;
    padding: 0px !important;
    margin: 0 !important;
}

.cnts_item-detail .col_right #QR_cnt.QR_64651, .list_search-result .block_item .wrap_description #QR_cnt.QR_64651, #QR_cnt.QR_64651 {
    display: table-cell !important;
    position: absolute;
    right: 0;
    top: 0;
}

.list_search-result .block_item.item_64651 .txt_item-name {
    width: calc(100% - 180px);
}