@charset "utf-8";


/* ------------------------

トップページ_ヒーローバナー

------------------------ */

.hero-slider__wrap {
  width: 100%;
}


/* スライドの高さを揃える */
.hero-slider .slick-track {
  display: flex;
}

/*
.hero-slider .slick-slide {
  max-height:506px;
  height: auto !important;
}
*/

.hero-slider .slick-slide img {
  max-width:100%;
  height:auto;
}


/* pagenationをセンタリング */
.hero-pagination .slick-dots {
  display: flex;
  justify-content: center;
}


.hero-pagination .slick-dots li {
  display: inline-block;
}

.hero-pagination .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}


.hero-pagination .slick-dots .slick-active button {
  background: #222;
}


.l_blockHeading {
  margin: 4rem 0 1.6rem;
}

h2.blockHeading {
  padding: 0;
  font-size: 2.8rem;
  font-family: 'Inter';
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: left;
}




.l_feature>.l_blockHeading {
  margin-top: 0;
}


@media (min-width: 767.98px) and (max-width: 1023px) {

  .hero-slider .hero-slide {
    width: 100%;
  }

}

@media (max-width: 767.98px) {

  .hero-slider__wrap {
    margin-top: 1.6rem;
  }

  .hero-slider .hero-slide {
    width: 100%;
  }
}



/* ------------------------

1行お知らせエリア

------------------------ */

.l_newsticker {
  margin-top: 1.6rem;
}


.l_newsticker dl {
  display: grid;
  grid-template-columns: 12rem auto;
  margin-bottom: 1rem;
}




@media (max-width: 767.98px) {

  .l_newsticker {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .l_newsticker dl {
    display: block;
  }

  .l_newsticker dl dd {
    margin-bottom: 1rem;
  }

}


/* ------------------------

トップページ_アイテムタイプ（1段目）
トップページ_FEATURE_上部（2段目）

------------------------ */



.l_feature .item {
  margin-bottom: 4rem;
}

.l_itemType .item {
  margin-bottom: 4rem;
}

.l_feature .item__thumbsnail,
.l_itemType .item__thumbsnail {
  margin-bottom: 1rem;
}

.l_feature .item__title,
.l_itemType .item__title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: .8rem;
}

.l_feature .item__head,
.l_itemType .item__head {
  clear: both;
}

.l_feature .item__tag,
.l_itemType .item__tag {
  font-size: .8rem;
  display: inline-block;
  margin: -.1rem 0 .8rem .2rem;
  border: 1px solid #666;
  color: #000;
  padding: .2rem .4rem;
  line-height: 1.1;
}

.l_feature .item__body p,
.l_itemType .item__body p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0;
  color: #666;
}



/*--------------------

トップページ_SALEITEM（3段目）

--------------------*/

.l_saleitem .blockHeading,
.l_saleitem .item_price {
  color: #ff0000;
}

/* ------------------------

トップページ_NEWITEM / pickupitem

------------------------ */

.l_pickupitem .item {
  margin-bottom: 1.6rem;
}

.l_pickupitem .item__thumbsnail {
  margin-bottom: 1rem;
}

.l_pickupitem .item__title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: .8rem;
}

.l_pickupitem .item__head {
  clear: both;
}

.l_pickupitem .item__tag {
  font-size: .8rem;
  display: inline-block;
  margin: -.1rem 0 .8rem .2rem;
  border: 1px solid #666;
  color: #000;
  padding: .2rem .4rem;
  line-height: 1.1;
}

.l_pickupitem .item__body p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0;
  color: #666;
}


@media (max-width: 767.98px) {
    .l_pickupitem {
        margin: 0 1.6rem 2.4rem;
    }
}





/* ------------------------

トップページ_CONTENTS（5段目）

------------------------ */


/* 2504 4カラムに変更時にfeatureと似た構造に変更 */

.l_contents .item {
  margin-bottom: 4rem;
}

.l_contents .item__tag {
  font-size: .8rem;
  display: inline-block;
  margin: -.1rem 0 .8rem .2rem;
  border: 1px solid #666;
  color: #000;
  padding: .2rem .4rem;
  line-height: 1.1;
}


.l_contents .item__thumbsnail {
  margin-bottom: 1rem;
}

.l_contents .item__title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: .8rem;
}

.l_contents .item__head {
  clear: both;
}

.l_contents .item__body p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0;
  color: #666;
}



.item__date {
  font-size: .9rem;
  display: inline-block;
  font-weight:bold;
  color:#ff7b00;
}



/**/

.l_contents .article {
  margin-bottom: 4rem;
}

.l_contents .article__title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: .8rem;
  margin-top: .8rem;
}

.l_contents .article__body {
  font-size: 1.1rem;
  color: #666;
}


.l_contents .article a {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 1.6rem;
}


@media (max-width: 767.98px) {
  .l_contents .article {
    margin-bottom: 2.4rem;
  }

  .l_contents .article a {
    grid-template-columns: 100px 2fr;
  }


}


/* ------------------------

NEWITEM / RANKING / SALE

------------------------ */

.l_saleitem,
.l_ranking,
.l_newItem {
  margin: 0 0 8rem 0;
}

@media (max-width: 767.98px) {
.l_saleitem .l_blockHeading,
.l_ranking .l_blockHeading,
.l_newItem .l_blockHeading {
  margin-left:1.6rem;
}
}


.l_saleitem .btnWrap,
.l_ranking .btnWrap,
.l_newItem .btnWrap {
  width:100%;
  max-width:400px;
  margin:3.2rem auto;
  text-align: center;
}

.l_saleitem .btnWrap a,
.l_ranking .btnWrap a,
.l_newItem .btnWrap a {
  width:90%;
  max-width:400px;
  margin:0 auto;
}




.top_item_slider01 .slick-slide .item,
.top_item_slider03 .slick-slide .item {
  padding-right:1.6rem;
}


@media (max-width: 767.98px) {
  .top_item_slider01 .slick-list,
  .top_item_slider02 .slick-list,
  .top_item_slider03 .slick-list {
    padding-left:1.6rem;
  }


  .top_item_slider01 .slick-slide .item,
  .top_item_slider01 .slick-slide .item,
  .top_item_slider03 .slick-slide .item {
    padding-right:1.6rem;
  }

}

.top_item_slider01 .slick-slide > div:first-child,
.top_item_slider03 .slick-slide > div:first-child {
  margin-bottom:1.6rem;
}



.top_item_slider .item__price {
  color: #006db8;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}


.top_item_slider .item__name {
  font-size: 1.1rem;
  margin-top: .4rem;
  margin-bottom: .8rem;
  color: #666;
  line-height: 1.5;
  max-height: 3rem;
  min-height: 3rem;
}

@media (max-width: 767.98px) {

.top_item_slider .item__name {
  max-height: 3.2rem;
  min-height: 3.2rem;
}

}


.top_item_slider .item__price__currencyMark {
  margin-right: -.3rem;
  font-size: 1.4rem;
}

.top_item_slider .item__price__value {
  font-size: 1.4rem;
}

.top_item_slider .item__price__value:after {
  content: "(税込)";
  font-size: 1rem;
  padding-left: .4rem;
  font-weight: normal;
}

.ranking .item {
  padding-right:1.6rem;
}

.ranking .item .item__block {
  position: relative;
}

.ranking .item .item__block:before {
  font-family: "Inter", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  background-color: #666;
  z-index: 101;
  color: #fff;
  text-align: center;
}

.ranking .item.rank1 .item__block:before {
  content: "1";
  background-color: #bea870;
}

.ranking .item.rank2 .item__block:before {
  content: "2";
  background-color: #888;
}

.ranking .item.rank3 .item__block:before {
  content: "3";
  background-color: #997a5c;
}

.ranking .item.rank4 .item__block:before {
  content: "4";
}

.ranking .item.rank5 .item__block:before {
  content: "5";
}

.ranking .item.rank6 .item__block:before {
  content: "6";
}

.ranking .item.rank7 .item__block:before {
  content: "7";
}

.ranking .item.rank8 .item__block:before {
  content: "8";
}

.ranking .item.rank9 .item__block:before {
  content: "9";
}

.ranking .item.rank10 .item__block:before {
  content: "10";
}



#sale-slider .item__price__value,
#sale-slider .item__price__currencyMark {
  color:#ff0000;
}


