@charset "utf-8";

/* kv */
.top-hero {
    position: relative;
    padding-bottom: 40px;
}

.top-hero img {
    width: 100%;
    margin: auto;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 17px;
}

span.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #515151;
}

/* top kv */
.hero-slider {
  margin-bottom: 60px;
}
.uk-slidenav-container {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 106%;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
.hero-slider .uk-slidenav-container {
  opacity: 0;
  transition: all .5s;
}
.hero-slider:hover .uk-slidenav-container {
  opacity: 1;
}
@media(max-width: 1084px) {
  .hero-slider .uk-slidenav-container {
    max-width:100%;
  }
}
.uk-slidenav-container .uk-slidenav {
  background-color: rgba(81, 81, 81, .4);
  padding: 8px 15px;
  color: #fff;
}
.uk-slidenav .uk-icon>* {
  transform: translate(0, 0);
  color: #fff;
  width: 10px;
}
.hero-slider .uk-dotnav {
  justify-content: center;
  margin-top: 20px;
}
.hero-slider .uk-dotnav>*>* {
  background-color: rgba(0, 0, 0, .1);
  border: 0;
}

.hero-slider .uk-dotnav>.uk-active>* {
  background-color: rgba(0,0,0,.6);
  border-color: transparent;
}

/* 人気のキーワード */
.top-hotword {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 60px;
}
.hotword-title {
    font-size: 14px;
    font-weight: 700;
}
.hotword-list {
    display: flex;
    gap: 5px;
}
.hotword-list a {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 12px;
    display: block;
}

/* サイドナビ leftNav */
.leftNav_section.leftNav-banner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.leftNav_section {
    margin-bottom: 10px;
}
.leftNav_title {
    font-family: "Halant", sans-serif;
    color: #515151;
    letter-spacing: .08em;
    font-size: 18px;
    font-weight: 600;
    border-top: 1px solid #D9CD8E;
    padding: 10px 3px 0;
}
.leftNav_title span {
    display: inline-block;
    font-size: 10px;
    color: #919293;
    font-weight: 400;
    font-family: sans-serif;
    margin-left: 10px;
    letter-spacing: 1px;
}
.leftNav_section:not(.leftNav-banner) li a {
    border-bottom: 1px solid #ececec;
    display: block;
    padding: 13px 3px;
}
.leftNav_section:not(.leftNav-banner) li:last-of-type a {
    border-bottom: 0;
}

/* コンテンツ rightContents */
.rightContent {
  width: 774px;
}
.top-newitem, .item_ranking, .item_coordinate, .item_pickup, .top-history {
  margin-bottom: 60px;
}
.title-area {
    align-items: center;
    margin-bottom: 30px;
}

#main-top .top-title {
    font-family: "Halant", sans-serif;
    color: #515151;
    letter-spacing: .08em;
    font-size: 28px;
    font-weight: 600;
}
#main-top .top-title span {
    display: inline-block;
    font-size: 10px;
    color: #919293;
    font-weight: 400;
    font-family: sans-serif;
    margin-left: 15px;
    letter-spacing: 1px;
}
.btn-more a {
    background-color: #ECECEC;
    color: #515151;
    display: block;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    width: 100px;
    position: relative;
    font-weight: 600;
    letter-spacing: .1em;
}
.btn-more a::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #919293;
    border-bottom: 1px solid #919293;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
}








/* boemのランキングのを新着、pickupにも反映 後でいらないのとか消す */
.site_lapine .ranking .catalog-list, .newArrival .catalog-list, .pickup .catalog-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  gap: 10px;
  justify-content: flex-start;
}
.newArrival .catalog-link, .pickup .catalog-link {
  display:block;
  text-decoration:none;
}
.newArrival .catalog-item, .pickup  .catalog-item {
  width: calc((100% - 30px) / 4);
  overflow: hidden;
  margin-bottom: 5px;
}
.site_lapine .ranking .catalog-imgContainer, .newArrival .catalog-imgContainer, .pickup .catalog-imgContainer {
  padding-top: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  aspect-ratio: 5 / 6;
}
.site_lapine .ranking .catalog-img, .newArrival .catalog-img, .pickup .catalog-img {
  max-width: calc(100%*(6 / 5));
  width: calc(100%*(6 / 5));
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site_lapine .ranking .catalog-imgContainer:before, .newArrival .catalog-imgContainer:before, .pickup .catalog-imgContainer:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  aspect-ratio: 5 / 6;
  background-color: #000;
  opacity: 0.02;
}
/* -------------------------- 順位 -------------------------- */
.ranking .badge.-circle {
  font-weight: 600;
  background-color: rgba(255, 255, 255, .8);
  outline: 1px solid #ccc;
  color: #919293;
}
.ranking .badge em {
  color: #919293;
}
.ranking .catalog-item:nth-child(1) .badge {
  background-color: rgba(203, 188, 113, .8);
  outline: none;
}
.ranking .catalog-item:nth-child(2) .badge {
  background-color: rgba(204, 204, 204, .8);
  outline: none;
}
.ranking .catalog-item:nth-child(3) .badge {
  background-color: rgba(196, 129, 82, .8);
  outline: none;
}
/* -------------------------- テキスト -------------------------- */
.ranking .catalog-content, .newArrival .catalog-content, .pickup .catalog-content {
  padding: 8px 5px 20px 5px;
  line-height: 1.4;
  text-align: left;
}
.newArrival .catalog-brandName, .pickup .catalog-brandName {
  font-size: 12px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  color: #515151;
  letter-spacing: 0.03em;
}
.newArrival .catalog-brandName, .pickup .catalog-brandName {
  display:none;
  margin-bottom:.15em;
}
.ranking .catalog-commodityName, .newArrival .catalog-commodityName, .pickup .catalog-commodityName {
  font-size: 10px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  color: #919293;
  letter-spacing: 0.02em;
  margin-bottom: 7px;
  text-align: left;
}
.ranking .catalog-price, .newArrival .catalog-price, .pickup .catalog-price {
  font-size: 14px;
  color: #515151;
  letter-spacing: 0.05em;
  text-align: left;
}
.newArrival .catalog-price.-discount, .pickup .catalog-price.-discount {
  color: #ff0030;
}
.newArrival .catalog-brandName .pickup .catalog-brandName {
  display:block;
}
.site_lapine .catalog-brandName {
  display:block;
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 5px;
}

/* セール */
span.-specialprice:after{
  display: none !important;
  margin-left: 0 !important;
}
/* クーポン */
/* 調整 */
.newArrival_contents .lc-item__image,
#item_newArrival .lc-item__image{
  margin-bottom:0;
}
.newArrival_contents .lc-item__body,
#item_newArrival .lc-item__body{
  padding-top:.5em;
}

/* ▲ ここまでまだ消してないcss 確認 */


/* coordinate */
.coordinate ul {
  justify-content: flex-start;
  gap: 10px;
}
.coordinate li {
  width: calc((100% - 20px) / 3);
  overflow: hidden;

}
.coordinate .coordinate__catalog__title {
  font-size: 11px;
  color: #F8AFA6;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  padding: 8px 5px 20px 5px;
}


/* history */
#main-top .top-history .top-title {
  font-size: 20px;
  font-weight: 600;
}
/* history slider */
.top-history .history-slider {
  overflow: visible;
  position: relative;
}
.top-history .uk-position-relative {
  overflow: hidden;
}
.top-history .uk-slidenav {
  padding: 5px 12px;
}
.top-history .uk-icon>* {
  width: 8px;
}
.top-history .itemblock-img {
  padding: 2px;
  aspect-ratio: 5 / 6;
}
.top-history .itemblock-img img {
  aspect-ratio: 5 / 6;
  object-fit: cover;
}

/* ご利用ガイド、配送について */
.guide-wrap a {
  display: block;
  text-align: center;
  width: 49%;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.guide-wrap .top-guide::before {
  display: block;
  color: #ccc;
  content: "\EA6B";
  font-family: 'lcicon';
  font-size: 35px;
}
.guide-wrap .top-shipping::before {
  display: block;
  color: #ccc;
  content: "\EA25";
  font-family: 'lcicon';
  font-size: 35px;
}