@charset "utf-8";

body {
    font-family: Noto Sans JP, verdana, Lucida Grande, \\30E1\30A4\30EA\30AA, meiryo, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", MS PGothic, sans-serif;
  }

  body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: Noto Sans JP, verdana, Lucida Grande, \\30E1\30A4\30EA\30AA, meiryo, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", MS PGothic, sans-serif !important;
}

#longseller .swiper-slide img {
    max-width: 200px;
}

#longseller .titleContainer .allstyle {
    margin-top: -60px;
    opacity: 0.7;
}


#longseller .fvBnr {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

#longseller .fvtext {
    display: flex;
    justify-content: center;
    margin: 2% 0;
}
#longseller .fvtext img {
    width: 50%;
    height: auto;
}


/* なび */

#longseller .navi li {
    width: 15%;
}

#longseller .titleContainer ul li:hover {
    transform: scale(1.1);
}

#longseller .titleContainer ul li {
    transition-duration: .4s;
}


#longseller .showIn.is-visible object {
    display: block !important;
}

#longseller .bx-main-carousel__next-btn {
    right: 40px!important;
    top: calc(50% - 110px)!important;
}

#longseller .bx-main-carousel__prev-btn {
    left: 40px!important;
    top: calc(50% - 110px)!important;
}

.itemList .allWrap .price{
    font-size: 24px;
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
}

#longseller .bx-top-btn-motto-miru.bx-top-btn-motto-miru.bx-top-btn-motto-miru:hover {
    background-color: #fff;
}




#longseller section {
    margin-top: 10%;
}

#longseller .mainitem2 {
    margin: 10% auto 0;
}


/* ページ内リンク高さ調節 */
#longseller .title {
    padding-top: 130px;
    margin-top: -130px;
}



/* スライドショー */
#longseller .slide2, #longseller .slide3, #longseller .slide4, #longseller .slide5, #longseller .slide6, #longseller .slide7 {
    position   : relative;
    overflow   : hidden;
    width      : 30vw;
    height     : 33vw;
    margin     : auto;      
    background : #fff;
  }


/* スライドショー2枚 */

#longseller .slide2 img {
    display    : block;
    position   : absolute;
    width      : inherit;
    height     : inherit;
    opacity    : 0;
    animation  : slideAnime2 6s ease infinite;
}

#longseller .slide2 img:nth-of-type(1) { animation-delay: 0s }
#longseller .slide2 img:nth-of-type(2) { animation-delay: 3s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime2{
    0% { opacity: 0 }
   12% { opacity: 1 }
  50% { opacity: 1 }
  62% { opacity: 0 }
 100% { opacity: 0 }
}



/* スライドショー3枚 */

#longseller .slide3 img {
    display    : block;
    position   : absolute;
    width      : inherit;
    height     : inherit;
    opacity    : 0;
    animation  : slideAnime3 12s ease infinite;
  }

#longseller .slide3 img:nth-of-type(1) { animation-delay: 0s }
#longseller .slide3 img:nth-of-type(2) { animation-delay: 4s }
#longseller .slide3 img:nth-of-type(3) { animation-delay: 8s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime3{
    0% { opacity: 0 }
    8% { opacity: 1 }
   33% { opacity: 1 }
   41% { opacity: 0 }
  100% { opacity: 0 }
}


/* スライドショー４枚 */

#longseller .slide4 img {
    display    : block;
    position   : absolute;
    width      : inherit;
    height     : inherit;
    opacity    : 0;
    animation  : slideAnime4 12s ease infinite;
  }

#longseller .slide4 img:nth-of-type(1) { animation-delay: 0s }
#longseller .slide4 img:nth-of-type(2) { animation-delay: 3s }
#longseller .slide4 img:nth-of-type(3) { animation-delay: 6s }
#longseller .slide4 img:nth-of-type(4) { animation-delay: 9s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime4{
    0% { opacity: 0 }
   6% { opacity: 1 }
  25% { opacity: 1 }
  31% { opacity: 0 }
 100% { opacity: 0 }
}



/* スライドショー5枚 */

#longseller .slide5 img {
    display    : block;
    position   : absolute;
    width      : inherit;
    height     : inherit;
    opacity    : 0;
    animation  : slideAnime5 15s ease infinite;
  }

#longseller .slide5 img:nth-of-type(1) { animation-delay: 0s }
#longseller .slide5 img:nth-of-type(2) { animation-delay: 3s }
#longseller .slide5 img:nth-of-type(3) { animation-delay: 6s }
#longseller .slide5 img:nth-of-type(4) { animation-delay: 9s }
#longseller .slide5 img:nth-of-type(5) { animation-delay: 12s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime5{
    0% { opacity: 0 }
    5% { opacity: 1 }
   20% { opacity: 1 }
   25% { opacity: 0 }
  100% { opacity: 0 }
}


/* スライドショー6枚 */
#longseller .slide6 img {
    display    : block;
    position   : absolute;
    width      : inherit;
    height     : inherit;
    opacity    : 0;
    animation  : slideAnime6 18s ease infinite;
  }
   
   /*=== スライドのアニメーションを段差で開始する ========= */
  #longseller .slide6 img:nth-of-type(1) { animation-delay: 0s }
  #longseller .slide6 img:nth-of-type(2) { animation-delay: 3s }
  #longseller .slide6 img:nth-of-type(3) { animation-delay: 6s }
  #longseller .slide6 img:nth-of-type(4) { animation-delay: 9s }
  #longseller .slide6 img:nth-of-type(5) { animation-delay: 12s }
  #longseller .slide6 img:nth-of-type(6) { animation-delay: 15s }
   
   /*=== スライドのアニメーション ========================= */
@keyframes slideAnime6{
    0% { opacity: 0 }
    4% { opacity: 1 }
   16% { opacity: 1 }
   20% { opacity: 0 }
  100% { opacity: 0 }
  }





#longseller .mainitem .star {
    justify-content: center;
}
#longseller .subitems {
    margin-top: 100px;
    margin: 10% auto 0;
    width: 80%;
}

#longseller .itemBtn {
    background-color: #4f4f4f;
}

#longseller .itemBtn a {
    color: #fff!important;
}



/*画像ループ*/

#longseller .loopBox {
    animation: loop-list 20s linear infinite;
}

#longseller .loopBoxslow {
    animation: loop-list 35s linear infinite;
}


#longseller .loopItem {
    width: calc(60vw / 5);
}

#longseller .loop .short {
    width: 70%;
    margin: 0 auto;
}

@keyframes loop-list {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 520px) {
    #longseller .loopItem {
        width: calc(70vw / 2);
    }

    #longseller .loop .short {
        width: 100%;
        margin: 0 auto;
    }
}




/* 商品陳列　共通CSS */

#longseller .itemList .itemList3 li {
    width: 45%;
}

#longseller .itemList .brandname {
    font-size: 12px;
}

#longseller .itemList .itemname {
    font-size: 12px;
}

#longseller .itemList .price {
    font-size: 18px;
    font-weight: 500;
}

#longseller .itemList .price:after {
    font-weight: normal;
}

#longseller .itemList .saleprice {
    margin-top: 3px;
    display: block;
	color: #fb0000!important;
}

#longseller .itemList .price_down {
    color: #fb0000;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
}

#longseller .itemList .boxlink_sold .mainLeft .mask::after,
#longseller .itemList .boxlink_sold .mainImg, 
#longseller .itemList .boxlink_sold .detail,
#longseller .itemList .boxlink_sold .pict, 
#longseller .boxlink_sold .itemBtn{
    display: none!important;
}

#longseller .itemList .itemImg3 img, 
#longseller .itemList .cool-main .boxlink_sold .mainImg {
    display: block!important;
}

#longseller .itemList .boxlink_sold .slideshow {
    margin: 300px 0 25px 0;
}

#longseller .itemList .boxlink_sold > div{
    justify-content: center!important;
}

#longseller .itemList .boxlink_sold .slideshow {
    width: initial!important;
}

/*　ボタン */
#longseller .cool-main .itemBtn a {
    color: #1e1e1e!important;
}

#longseller .itemBtn:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #ffffff!important;
    border-right: solid 1px #ffffff!important;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 30px;
}

/*　カテゴリ　*/

#longseller .category_area {
    margin-top: 100px!important;
}

#longseller .category_area .category-1 li {
    border: 1px solid #504f4f;
    width: 24%;
    margin-right: 1.33333%;
}

#longseller .category_area .category-1 li:nth-child(4n) {
    margin-right: 0%;
}

#longseller .category_area .category-1 li:hover{
    background-color: #f3f3f3;
}   

#longseller .category_area li a {
    font-size: 14px;
}

#longseller .category_area .category-1 li a::after {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    border-top: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    transform: rotate(45deg);
}


/**  カテゴリ（bx-top.cssから）  **/
.bx-sp_newtop_category_search__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    column-gap: 8px;
    row-gap: 16px
  }
  
  @media screen and (min-width:521px) {
    .bx-sp_newtop_category_search__list {
      -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
      column-gap: 16px;
      row-gap: 24px;
      margin-bottom: 55px
    }
  }
  
  @media screen and (max-width:520px) {
    .bx-sp_newtop_category_search__list {
      padding: 0 16px
    }
  }
  
  .bx-sp_newtop_category_search__listitem img {
    background: #f0f0f0
  }
  
  @media screen and (min-width:521px) {
    .bx-sp_newtop_category_search__listitem img {
      width: 120px
    }
  }
  
  .bx-sp_newtop_category_search__listitem a>div {
    padding-top: 8px
  }
  /**  カテゴリ（bx-top.cssから）  **/



/* 特集一覧 */


.contentslist {
    margin: 0 auto
  }
 
  .contentslist img {
    width: 100%;
    height: auto;
    border-radius: 10px
  }
 
 
 
  .contentslist li {
    list-style-type: none
  }
 
 
 
 
  .contentslist .title {
    display: block;
    text-align: center;
    margin-top: 25px
  }
 
  .contentslist .contentsBox {
    width: 1000px
  }
 
  .contentslist .contentsBox1 .contentsBox_future {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
  }
 
  .contentslist .contentsBox1 .contentsBox_future li {
    width: 25%;
    padding: 0 8px;
    margin-bottom: 1rem !important
  }
 
  .contentslist .contentsBox1 .contentsBox_future li a {
    text-decoration: none;
    font-size: 12px
  }
 
.bx-top__heading {
    text-align: center;
    margin-bottom: 24px;
}





/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
    #longseller .circleInner {
        width: 70px;
        top: -16%;
        right: 4%;
    }
    #longseller .titleContainer .allstyle {
        margin-top: -40px;
    }
    #longseller .itemList section:before{
        padding-top: 10%;
    }
    #longseller .bx-main-carousel__next-btn,#longseller .bx-main-carousel__prev-btn {
        display: block!important;
    }
    #longseller .bx-main-carousel__next-btn {
        right: 40px!important;
        top: calc(70% - 110px)!important;
    }
    #longseller .bx-main-carousel__prev-btn {
        left: 40px!important;
        top: calc(70% - 110px)!important;
    }

    #longseller .fvtext {
        width: 90%;
        margin: 0 auto;
    }

    #longseller section {
        margin-top: 25%;
    }    

    #longseller .mainitem2 {
        width: 100%;
        margin: 20% auto 0;
    }    

    #longseller .navi li {
        width: 40%;
    }


/* ページ内リンク高さ調節 */
#longseller .title {
    padding-top: 200px;
    margin-top: -200px;
}


/*　スライドショー */
#longseller .slide2, #longseller .slide3, #longseller .slide4, #longseller .slide5, #longseller .slide6, #longseller .slide7 {
        position   : relative;
        overflow   : hidden;
        width      : 30vw;
        height     : 90vw;
        margin     : auto;      /* サンプルは中央寄せの背景：白 */
        background : #fff;
      }





/*　商品陳列　パターン2（商品2つ） */

#longseller .subitems {
    width: 100%;
    margin: 20% auto 0;
}

#longseller .itemList .itemList3 li {
    width: 49%;
    margin: 0 2% 4% 0!important;
}

#longseller .itemList .itemList3 li:nth-of-type(2n) {
    margin-right: 0!important;
}
#longseller .pict{
    column-gap: 0.1rem;
}

/* 商品陳列　共通CSS */
#longseller .price_down {
    color: #fb0000;
    padding: 3px 5px;
    display: block;
    font-size: 12px;
}

/*　ボタン */
#longseller .itemBtn:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #ffffff!important;
    border-right: solid 1px #ffffff!important;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 5%;
}


/*　カテゴリ */
#longseller .category_area .category-1 li {
    margin-bottom: -1px;
    margin-right: 0;
}
 
#longseller .category_area .category-1 li:nth-child(even) {
    border-left: none;
}

#longseller .category_area .category-1 li a::after {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    border-top: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    transform: rotate(45deg);
}

/* 特集一覧 */

.contentslist .contentsBox1 .contentsBox_future li {
    width: 50%;
    padding: 0 2px;
    margin-bottom: 1rem !important
  }


}