/*  商品マーク
#########################################################*/
.tag__skeleton.fs-c-productMark__mark {
  border: 1px solid #b3b3b3;
}

.mark-chips {
  width: 20px;
  height: 24px;
  padding: 0px !important;
  margin: 0px 3px;
}

.fs-c-productList__list__item span.mark-chips.fs-c-productMark__mark,
.slick-slide span.mark-chips.fs-c-productMark__mark {
  width: 14px;
  height: 25px;
  padding: 0px !important;
  margin: -2px 3px;
}

.fs-c-productListItem__salesPeriod.fs-c-salesPeriod,
.fs-c-mark--preorder.fs-c-mark {
  display: none;
}

/*  サイト全体
#########################################################*/

.fs-body-top .fs-l-main {
  margin-top: 0;
}

body .scroll-top a::after {
  content: "";
}

@media screen and (max-width: 900px) {
  #ym-glnav-1 .ym-glnav__upper {
    background: none;
  }

  .fs-body-top .fs-l-main {
    margin-top: -70px;
  }

  .ym-glnav.ym-glnav--fixed.openMove {
    background: #fff;
  }

  .ym-offcan__tag{
    display: none;
  }
}

section.sec--top-info {
  background-color: #ededed;
}

/*  商品詳細
#########################################################*/

.fs-c-estimatedDeliveryDate__deliverable::after {
  content: "(予約商品除く)";
}
.fs-body-product .fs-c-productPointDisplay{
  display:none !important;
}
._paidy-promotional-messaging{
  margin:0 0 16px !important;
}
/*  FR3
#########################################################*/

div.fr3_ranking .fr3-item .fr3-item__imageContainer::after {
  text-shadow: none;
  font-size: 2rem;
  bottom: 0.4rem;
  color: #ededed;
  right: 6px;
  left: unset;
}

.ym-glnav__hamb {
    align-items: flex-start;
}

@media screen and (min-width: 440px){
  .ym-glnav__list {
      width: 165px;
  }
  .ym-glnav__list li > * {
      width: auto;
  }
}

.fr3-item__image,.fs-c-productImage__image {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}
