﻿@charset "UTF-8";

/* ---------------------PC------------------------- */
[data-browse-mode="P"] .block-ranking-r--price,
[data-browse-mode="P"] .block-pickup-list-p--price {
  position: relative;
  display: inline-block;
}

[data-browse-mode="P"] .block-pickup-list-p--price {
  margin-bottom: 0;
}

[data-browse-mode="P"] .block-ranking-r--price:before,
[data-browse-mode="P"] .block-pickup-list-p--price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  transform: translate(0, -50%);
}

/* 割引前、割引額 */
[data-browse-mode="P"] .price-before-discount {
  font-size: 24px;
  font-weight: 600;
  color: #eb959d;
  order: 51;
}

[data-browse-mode="P"] .price-before-discount span {
  font-size: 14px;
}
[data-browse-mode="P"] .price-discount {
  order: 52;
  font-size: 16px;
  font-weight: 600;
  color: #eb959d;
}

[data-browse-mode="P"] .price-discount-icon {
  order: 35;
  display: inline-block;
  font-size: 16px;
  background: #ffe6df;
  border-radius: 3px;
  color: #d36028;
  padding: 0 5px 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
}

[data-browse-mode="P"] .price-discount-icon em {
  font-style: normal;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 17px;
}

[data-browse-mode="P"]
  .block-pickup-list-p--items
  .block-pickup-list-p--add-cart {
  order: 55 !important;
}

/* 旧バナー非表示 */
[data-browse-mode="P"] .block-pickup-list-p--image:after {
  display: none !important;
}
[data-browse-mode="P"] .block-pickup-list-p--item-description {
  margin-top: 10px !important;
}

/* ---------------------SP------------------------- */
[data-browse-mode="S"] .block-ranking-r--price,
[data-browse-mode="S"] .block-thumbnail-t--price {
  position: relative;
  display: inline-block;
}

[data-browse-mode="S"] .block-ranking-r--price:before,
[data-browse-mode="S"] .block-thumbnail-t--price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  transform: translate(0, -50%);
}

/* 割引前、割引額 */
[data-browse-mode="S"] .price-before-discount {
  font-size: 20px;
  font-weight: 600;
  color: #eb959d;
  order: 51;
}

[data-browse-mode="S"] .price-before-discount span {
  font-size: 13px;
}
[data-browse-mode="S"] .price-discount {
  order: 52;
  font-size: 15px;
  font-weight: 600;
  color: #eb959d;
}

[data-browse-mode="S"] .price-discount-icon {
  font-size: 14px;
  background: #ffe6df;
  border-radius: 5px;
  color: #d36028;
  padding: 2px 5px;
  text-align: center;
  margin-bottom: 5px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
}

[data-browse-mode="S"] .price-discount-icon em {
  font-style: normal;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 16px;
}

/* 旧バナー非表示 */
[data-browse-mode="S"] .block-thumbnail-t--goods-image:after {
  display: none !important;
}
[data-browse-mode="S"] .block-thumbnail-t--goods-description {
  padding-top: 0px !important;
}
