@charset "utf-8";

/* ------------------------------------------------------
	ランキングタブ追加
------------------------------------------------------ */
.ranking {
    margin: 0 0 80px;
}
#index_ranking {
    margin: 80px 0 80px!important;
}
@media screen and (max-width:767px) {
.ranking {
    margin: 0 0 12vw;
}
#index_ranking {
    margin: 0 0 12vw!important;
}
}
.ranking .rcmd-slick-list {
    width: auto;
    margin: 0 21px;
}
@media screen and (max-width:767px) {
.ranking .rcmd-slick-list {
    width: auto;
    margin: 0 2vw;
}
}
.ranking .item-box {
    box-sizing: border-box;
    padding: 0 12px;
    word-break: break-all;
    position: relative;
}
@media screen and (max-width:767px) {
.ranking .item-box {
    padding: 0 2vw;
}
}
.ranking .ranking_list {
    padding: 0;
    list-style: none;
}
/* ------------------------------------------------------
	next prev
------------------------------------------------------ */
.ranking .rcmd-slick-next {
    width: 15px;
    height: 28px;
    right: 0;
}
.ranking .rcmd-slick-next::before {
    background-image: url(https://palaisflora.itembox.design/item/images/index/btn-ranking-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 15px;
    height: 28px;
    content: "\002003";
    cursor: pointer;
}
.ranking .rcmd-slick-prev {
    width: 15px;
    height: 28px;
    left: 0;
    z-index: 1;
}
.history .rcmd-slick-prev {
    z-index: 1;
}
.ranking .rcmd-slick-prev::before {
    background-image: url(https://palaisflora.itembox.design/item/images/index/btn-ranking-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 15px;
    height: 28px;
    content: "\002003";
    cursor: pointer;
}
@media screen and (max-width:767px) {
.ranking .rcmd-slick-next {
    width: 2.9vw;
    height: 5.6vw;
    right: 0;
}
.ranking .rcmd-slick-next::before {
    width: 2.9vw;
    height: 5.6vw;
}
.ranking .rcmd-slick-prev {
    width: 2.9vw;
    height: 5.6vw;
    left: 0;
}
.ranking .rcmd-slick-prev::before {
    width: 2.9vw;
    height: 5.6vw;
}
}
/*disabled修正*/
.fs-body-product .history .slider .rcmd-slick-prev.rcmd-slick-disabled:before, .fs-body-product .history .slider .rcmd-slick-next.rcmd-slick-disabled:before {  
    opacity: .25;
}
.fs-body-product .history .slider-sp .rcmd-slick-prev.rcmd-slick-disabled:before, .fs-body-product .history .slider-sp .rcmd-slick-next.rcmd-slick-disabled:before {
   opacity: .25;
}


/* ------------------------------------------------------
	ランキング　ナビ
------------------------------------------------------ */
/*ナビテキスト改行*/
.ranking_nv .sp {
    display: none;
}
@media screen and (max-width:767px) {
.ranking_nv .sp {
    display: block;
}
}
.ranking_nv {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}
@media screen and (max-width:767px) {
.ranking_nv {
    margin-top: 20px;
    margin-bottom: 20px;
}
}
.ranking_nv li {
    cursor: pointer;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #ddd;
    border-radius: 15px 15px 0 0;
    line-height: 1.2;
    padding: 14px 0 12px;
    background: #fff;
    font-size: 15px;
}
.ranking_nv li {
    width: calc(100% / 3);
}
.ranking_nv li.on {
    color: #fff;
    border-bottom: none;
    background: #da5358;
    border-left: #da5358;
    border-top: #da5358;
    border-right: #da5358;
    padding: 16px 0 14px;
}
@media screen and (max-width:767px) {
.ranking_nv li {
    padding: 10px 0 5px;
    font-size: 3.3vw;
}
.ranking_nv li.on {
    padding: 11px 0 8px;
}
.ranking_nv li:nth-child(1) {
    width: 40%;
}
.ranking_nv li:nth-child(2),.ranking_nv li:nth-child(3) {
    width: 30%;
}
}
/* ------------------------------------------------------
	名前　価格
------------------------------------------------------ */
.ranking .item-box .name {
    display: block;
    font-size: 12.6px;
    line-height: 1.7;
    margin: 5px 0 10px;
    height: 3em;
    position: relative;
    overflow: hidden;
}
#index_ranking .item-box .name {
    font-size: 14px;
    line-height: 1.7;
    margin: 5px 0 10px!important;
    height: 3em;
}
@media screen and (max-width:767px) {
    .ranking .item-box .name {
        font-size: 3vw;
        line-height: 1.34;
        margin: 0 0 4vw;
        height: 4em;
    }
    #index_ranking .item-box .name {
        margin: 2vw 0 1vw!important;
    }
    #index_ranking .item-box:nth-child(-n+4) .name {
        height: 4em!important;
    }
    #index_ranking .item-box:nth-child(n+5):nth-child(-n+10) .name{
        height: 4em!important;
    }
}
.ranking .item-box .name:before {
    position: absolute;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    content: '';
    bottom: 0em;
    right: 0;
    width: 10em;
    height: 1.7em!important;
}
.ranking .item-box a {
    color: inherit;
    text-decoration: none;
}
.ranking .item-box .price-box .yen {
    font-size: 12.6px;
    font-weight: bold;
}
#index_ranking .item-box .price-box .yen {
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width:767px) {
    .ranking .item-box .price-box .yen {
        font-size: 3vw;
        font-weight: bold;
        vertical-align: middle;
    }
}
.ranking .item-box .price-box .price {
    font-size: 12.6px;
    font-weight: bold;
}
#index_ranking .item-box .price-box .price {
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width:767px) {
    .ranking .item-box .price-box .price {
        font-size: 3vw;
        font-weight: bold;
        vertical-align: middle;
    }
}
.ranking .item-box .price-box .tax {
    font-size: 12.6px;
    font-weight: bold;
}
#index_ranking .item-box .price-box .tax {
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width:767px) {
    .ranking .item-box .price-box .tax {
        font-size: 3vw;
        font-weight: bold;
        line-height: 1.8;
        vertical-align: middle;
        display: contents;
        display: inline-block;
        margin-top: 0.1em;
    }
    #index_ranking .item-box .price-box .tax {
        font-size: 2.5vw!important;
    }
}
/* ------------------------------------------------------
	PCレイアウト
------------------------------------------------------ */
.ranking .ranking_list li {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.ranking .ranking_list li.on {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------------------------
	SPレイアウト
------------------------------------------------------ */
@media screen and (max-width:767px) {
#index_ranking .slider-sp {
    display: flex;
    flex-wrap: wrap;
}
.ranking .slider-sp .item-box {
    width: calc(100% / 3);
}
/*余白調整*/
#index_ranking .slider-sp .item-box:nth-child(-n+4){
    width: calc(100%/2 - 2vw)!important;
    margin-bottom: 8vw;
}
#index_ranking .slider-sp .item-box:nth-child(1),
#index_ranking .slider-sp .item-box:nth-child(3){
    margin-right: 4vw;
}
#index_ranking .slider-sp .item-box:nth-child(n+5):nth-child(-n+10){
    width: calc(100%/3 - 2vw)!important;
    margin-bottom: 7vw;
}
#index_ranking .slider-sp .item-box:nth-child(5),
#index_ranking .slider-sp .item-box:nth-child(6),
#index_ranking .slider-sp .item-box:nth-child(8),
#index_ranking .slider-sp .item-box:nth-child(9){
    margin-right: 3vw;
}
}
/* ------------------------------------------------------
	ランキング　ナンバー
------------------------------------------------------ */
.ranking .item-box:nth-of-type(1)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank1.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 12px;
}
.ranking .item-box:nth-of-type(2)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank2.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 12px;
}
.ranking .item-box:nth-of-type(3)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank3.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 12px;
}
.ranking .item-box:nth-of-type(4)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank4.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 12px;
}
.ranking .item-box:nth-of-type(5)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank5.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 12px;
}
.ranking .item-box:nth-of-type(6)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank6.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 12px;
}
.ranking .item-box:nth-of-type(7)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank7.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 12px;
}
.ranking .item-box:nth-of-type(8)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank8.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 12px;
}
.ranking .item-box:nth-of-type(9)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank9.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 12px;
}
.ranking .item-box:nth-of-type(10)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank10.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 12px;
}
@media screen and (max-width:767px) {
.ranking .item-box:nth-of-type(1)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank1.png) no-repeat;
    background-size: 100%;
    width: 6vw;
    height: 8.2vw;
    position: absolute;
    top: 0;
    left: 2vw;
}
#index .ranking .item-box:nth-of-type(1)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank1.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 2vw;
}
.ranking .item-box:nth-of-type(2)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank2.png) no-repeat;
    background-size: 100%;
    width: 6vw;
    height: 8.2vw;
    position: absolute;
    top: 0;
    left: 2vw;
}
#index .ranking .item-box:nth-of-type(2)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank2.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 2vw;
}
.ranking .item-box:nth-of-type(3)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank3.png) no-repeat;
    background-size: 100%;
    width: 6vw;
    height: 8.2vw;
    position: absolute;
    top: 0;
    left: 2vw;
}
#index .item-box:nth-of-type(3)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank3.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 2vw;
}
.ranking .item-box:nth-of-type(4)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank4.png) no-repeat;
    background-size: 100%;
    width: 6vw;
    height: 8.2vw;
    position: absolute;
    top: 0;
    left: 2vw;
}
#index .item-box:nth-of-type(4)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank4.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 2vw;
}
.ranking .item-box:nth-of-type(5)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank5.png) no-repeat;
    background-size: 100%;
    width: 6vw;
    height: 8.2vw;
    position: absolute;
    top: 0;
    left: 2vw;
}
.ranking .item-box:nth-of-type(6)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank6.png) no-repeat;
    background-size: 100%;
    width: 6vw;
    height: 8.2vw;
    position: absolute;
    top: 0;
    left: 2vw;
}
.ranking .item-box:nth-of-type(7)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank7.png) no-repeat;
    background-size: 100%;
    width: 6vw;
    height: 8.2vw;
    position: absolute;
    top: 0;
    left: 2vw;
}
.ranking .item-box:nth-of-type(8)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank8.png) no-repeat;
    background-size: 100%;
    width: 6vw;
    height: 8.2vw;
    position: absolute;
    top: 0;
    left: 2vw;
}
.ranking .item-box:nth-of-type(9)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank9.png) no-repeat;
    background-size: 100%;
    width: 6vw;
    height: 8.2vw;
    position: absolute;
    top: 0;
    left: 2vw;
}
.ranking .item-box:nth-of-type(10)::after {
    content: "";
    background: url(https://palaisflora.itembox.design/item/images/index/icon-rank10.png) no-repeat;
    background-size: 100%;
    width: 6vw;
    height: 8.2vw;
    position: absolute;
    top: 0;
    left: 2vw;
}
}

/* ------------------------------------------------------
	検索窓
------------------------------------------------------ */
#header-sp .header-inner .search-outer {
    padding: 10px;
    box-sizing: border-box;
}
#header-sp .header-inner .search-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 20px;
    border: solid 1px #cccccc;
    overflow: hidden;
}
#header-sp .header-inner .search-box .input-search {
    width: 100%;
}
#header-sp .header-inner .search-box .input-search input[type="text"] {
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 9px 20px;
    line-height: 1;
    font-size: 14px;
}
#header-sp .header-inner .search-box .btn-search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    padding: 9px 20px 9px 0;
}
#header-sp .header-inner .search-box .btn-search input[type="image"] {
    display: block;
    width: 40px;
    height: auto;
    border-radius: 0;
}
