@charset "utf-8";

/* =========================================================
   Home / category / product list
========================================================= */

/* TOPページ追加css */
.update_newslist01 {
  border-top: 1px solid #AAAAAA;
  width: 92%;
}

.update_newslist01 li {
  border-bottom: 1px solid #AAAAAA;
  font-size: 14px;
  list-style-type: none;
}

.update_newslist01 li a {
  box-sizing: border-box;
  color: #000000;
  display: table;
  padding: 10px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  width: 100%;
}

.update_newslist01 li a:hover {
  background: #EEEEEE;
  text-decoration: none;
}

.update_newslist01 li div {
  display: table-cell;
  width: 144px;
}

.update_newslist01 li p {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.update_newslist01 li time {
  display: table-cell;
  vertical-align: top;
  width: 90px;
}

.update_newslist01 li .cat01,
.update_newslist01 li .cat02 {
  background-color: #dd3333;
  border-radius: 1px;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}

.update_newslist01 li .cat02 {
  background-color: #eacf00;
}

/* 商品一覧グリッド */
@media screen and (min-width: 768px) {
  .fs-c-productList__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fs-c-productList__list__item {
    padding: 16px;
  }
}

/* =========================================================
   BEST SELLER / NEW ITEM
========================================================= */

.mr_bestseller.fs-c-productListCarousel {
  position: relative;
  margin-top: 8px;
  padding: 0 4px;
}

.mr_bestseller .fs-c-productListCarousel__list {
  overflow: visible;
}

.mr_bestseller .fs-c-productListCarousel__list__itemTrack {
  display: flex;
  align-items: flex-start;
}

/* 
  商品カード単位で余白を安定させる。
  カード全体220pxの中に左右10pxの余白を持たせる。
*/
.mr_bestseller .fs-c-productListCarousel__list__item.fs-c-productListItem {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  padding: 0 10px;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

/* 画像枠いっぱいに表示 */
.mr_bestseller .fs-c-productListItem__imageContainer {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.mr_bestseller .fs-c-productListItem__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mr_bestseller .fs-c-productListItem__image__image {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  display: block;
}

/* 商品名 */
.mr_bestseller .fs-c-productListItem__productName {
  margin: 0 0 10px;
  min-height: 72px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  letter-spacing: 0;
}

.mr_bestseller .fs-c-productName__copy {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #777;
  line-height: 1.4;
  min-height: 16px;
  margin-bottom: 2px;
}

.mr_bestseller .fs-c-productName__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* 価格 */
.mr_bestseller .fs-c-productListItem__prices {
  margin-top: auto;
}

.mr_bestseller .fs-c-productPrice__main__label {
  display: none;
}

.mr_bestseller .fs-c-productPrice__main {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
}

.mr_bestseller .fs-c-price {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #000 !important;
}

.mr_bestseller .fs-c-price__currencyMark {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.mr_bestseller .fs-c-productPrice__addon {
  display: inline-block;
  margin-left: 2px;
  font-size: 11px;
  color: #000;
}

.mr_bestseller .fs-c-productPrice--listPrice {
  margin-bottom: 2px;
  font-size: 11px;
  color: #888;
}

.mr_bestseller .fs-c-productPrice--listPrice .fs-c-price {
  font-size: 11px;
  font-weight: 500;
  color: #888;
  text-decoration: line-through;
}

/* 矢印 */
.mr_bestseller .fs-c-productListCarousel__ctrl {
  position: absolute;
  top: 88px;
  z-index: 3;
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mr_bestseller .fs-c-productListCarousel__ctrl--prev {
  left: -6px;
}

.mr_bestseller .fs-c-productListCarousel__ctrl--next {
  right: -6px;
}

.mr_bestseller .fs-c-button--carousel {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  position: relative;
}

.mr_bestseller .fs-c-button__label {
  font-size: 0;
}

.mr_bestseller .fs-c-button--carousel::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  position: absolute;
  top: 50%;
  left: 50%;
}

.mr_bestseller .fs-c-button--carousel--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.mr_bestseller .fs-c-button--carousel--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

/* スマホ微調整 */
@media screen and (max-width: 767px) {
  .mr_heading {
    font-size: 18px;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }

  .mr_heading::after {
    width: 48px;
    height: 3px;
  }

  .mr_bestseller.fs-c-productListCarousel {
    padding: 0 2px;
  }

  .mr_bestseller .fs-c-productListCarousel__list__item.fs-c-productListItem {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    padding: 0 6px;
  }

  .mr_bestseller .fs-c-productListItem__imageContainer {
    height: 150px;
    margin-bottom: 10px;
  }

  .mr_bestseller .fs-c-productListItem__productName {
    min-height: 66px;
    font-size: 12px;
  }

  .mr_bestseller .fs-c-productListCarousel__ctrl {
    top: 74px;
    width: 32px;
    height: 32px;
  }
}

/* =========================================================
   CATEGORY
========================================================= */

.mr_category {
  padding: 24px 0 8px;
}

.mr_category__inner {
  width: 100%;
}

.mr_category__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.mr_category__card {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mr_category__card:hover {
  opacity: 0.85;
}

.mr_category__card:active {
  transform: scale(0.98);
}

.mr_category__card img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
}

/* PC */
@media screen and (min-width: 768px) {
  .mr_category {
    padding: 32px 0 12px;
  }

  .mr_section_head {
    margin-bottom: 22px;
  }

  .mr_category__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .mr_category__card {
    border-radius: 4px;
  }
}

/* スマホ微調整 */
@media screen and (max-width: 767px) {
  .mr_category {
    padding: 20px 0 6px;
  }

  .mr_category__inner {
    padding: 0 8px;
    box-sizing: border-box;
  }

  .mr_category__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .mr_heading {
    font-size: 18px;
    margin-bottom: 6px;
    padding-bottom: 10px;
  }

  .mr_heading::after {
    width: 48px;
    height: 3px;
  }

  .mr_section_kana {
    font-size: 10px;
  }
}

