@charset "utf-8";
/* 相殺
========================================*/
.c-product_item__inner__category {
  display: none;
}
.c-product_item__inner__eyecatch, .c-product_item__inner__eyecatch__img, .c-product_item__inner__eyecatch__image img {
  aspect-ratio: 1;
  overflow: inherit;
}
*[data-section-type*="ranking"] .c-product_item__inner__eyecatch {
  padding-top: 2em;
}
.c-product_item__inner__eyecatch{margin-bottom:0.5em;}
.c-product_item__inner__eyecatch__tags {
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .u-text--subhead {
    font-size: 12px !important;
  }
  .c-product_item__inner__eyecatch__tags__new, .c-product_item__inner__eyecatch__tags__soldout {
    font-size: 10px !important;
  }
}
/* 独自
========================================*/
.tax {
  font-size: 0.8em;
}
sup {
  font-size: 0.5em;
}
/* ニュース一覧
========================================*/
.c-column_item__inner__img {
  aspect-ratio: 3 / 4;
}
/* 商品ページ
========================================*/
@media screen and (max-width:768px) {
  .p-product_content {
    padding: 1em 5%;
  }
  .p-product_content__inner__info {
    padding: 0;
    margin-top: 2em;
  }
}